mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 11:45:18 +00:00
10373 lines
302 KiB
HTML
10373 lines
302 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_b6d124b2ca56e0dfdf53da81fa49c40f {
|
|
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_b6d124b2ca56e0dfdf53da81fa49c40f" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_b6d124b2ca56e0dfdf53da81fa49c40f = L.map(
|
|
"map_b6d124b2ca56e0dfdf53da81fa49c40f",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_fa1238da9d16077fbe3aa62b59a9ace8 = 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_fa1238da9d16077fbe3aa62b59a9ace8.addTo(map_b6d124b2ca56e0dfdf53da81fa49c40f);
|
|
|
|
|
|
var marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_586567e2449ea2266377b2f674afad81 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_7f9cb5415e5182a792f1bcea454a6568 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fdcf2ab069db269f91b456e2686420e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb0090b5995fc2715f62e425104326de = $(`<div id="html_fb0090b5995fc2715f62e425104326de" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_9fdcf2ab069db269f91b456e2686420e.setContent(html_fb0090b5995fc2715f62e425104326de);
|
|
|
|
|
|
|
|
marker_586567e2449ea2266377b2f674afad81.bindPopup(popup_9fdcf2ab069db269f91b456e2686420e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_586567e2449ea2266377b2f674afad81.setIcon(icon_7f9cb5415e5182a792f1bcea454a6568);
|
|
|
|
|
|
var marker_664f3fc11634560aae409348ace1c196 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_54eb1c61121c0b180e1356cf70f2f97f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6e5d520b18936a6288f4568f09d35bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6383a1141dd43cdfcf7e29bda45525f5 = $(`<div id="html_6383a1141dd43cdfcf7e29bda45525f5" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_e6e5d520b18936a6288f4568f09d35bc.setContent(html_6383a1141dd43cdfcf7e29bda45525f5);
|
|
|
|
|
|
|
|
marker_664f3fc11634560aae409348ace1c196.bindPopup(popup_e6e5d520b18936a6288f4568f09d35bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_664f3fc11634560aae409348ace1c196.setIcon(icon_54eb1c61121c0b180e1356cf70f2f97f);
|
|
|
|
|
|
var marker_875b437f2c6410867da5555f198791c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_6d8db4cd8b2ffe0b03d1c548d14e533f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fdc4a0847dcbd1a867205dfc7bfb2cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15017df049e62513207f36044ba53b1f = $(`<div id="html_15017df049e62513207f36044ba53b1f" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_4fdc4a0847dcbd1a867205dfc7bfb2cc.setContent(html_15017df049e62513207f36044ba53b1f);
|
|
|
|
|
|
|
|
marker_875b437f2c6410867da5555f198791c5.bindPopup(popup_4fdc4a0847dcbd1a867205dfc7bfb2cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_875b437f2c6410867da5555f198791c5.setIcon(icon_6d8db4cd8b2ffe0b03d1c548d14e533f);
|
|
|
|
|
|
var marker_4df1900f5c697012631d3923fdc70ecd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_37a34179f27607b6b94ad2cf031493e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e6263f5a4f5f3cb814d4c79a95a7f90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e698c6343cbe583e749e58e0e6403213 = $(`<div id="html_e698c6343cbe583e749e58e0e6403213" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_1e6263f5a4f5f3cb814d4c79a95a7f90.setContent(html_e698c6343cbe583e749e58e0e6403213);
|
|
|
|
|
|
|
|
marker_4df1900f5c697012631d3923fdc70ecd.bindPopup(popup_1e6263f5a4f5f3cb814d4c79a95a7f90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4df1900f5c697012631d3923fdc70ecd.setIcon(icon_37a34179f27607b6b94ad2cf031493e3);
|
|
|
|
|
|
var marker_7f735f9a6d0a82d470f831bdf859350e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_8097de8ef786149e959e510c494349c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_396ec605b2482602a6a619fffa10b7df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_300578a4287c38369fce883401090bf4 = $(`<div id="html_300578a4287c38369fce883401090bf4" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_396ec605b2482602a6a619fffa10b7df.setContent(html_300578a4287c38369fce883401090bf4);
|
|
|
|
|
|
|
|
marker_7f735f9a6d0a82d470f831bdf859350e.bindPopup(popup_396ec605b2482602a6a619fffa10b7df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f735f9a6d0a82d470f831bdf859350e.setIcon(icon_8097de8ef786149e959e510c494349c5);
|
|
|
|
|
|
var marker_4dbf69bff5f9be3a30fc2afbb95d9ad1 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_bc867f6b3b0feee5c35f19bdad76425b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9f9a9add0a60ed394b048eb73815202 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1f56cc7e1e69002797f93996979864c = $(`<div id="html_e1f56cc7e1e69002797f93996979864c" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_b9f9a9add0a60ed394b048eb73815202.setContent(html_e1f56cc7e1e69002797f93996979864c);
|
|
|
|
|
|
|
|
marker_4dbf69bff5f9be3a30fc2afbb95d9ad1.bindPopup(popup_b9f9a9add0a60ed394b048eb73815202)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dbf69bff5f9be3a30fc2afbb95d9ad1.setIcon(icon_bc867f6b3b0feee5c35f19bdad76425b);
|
|
|
|
|
|
var marker_ea3a422c2f78a9d4796134d2a31f76bd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_cd9663684fb77c8e514142079a3ee5aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc0b56ea6c3ced011b25c245ae1659b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d68ba5907d260a8bf62e919bba47d75 = $(`<div id="html_5d68ba5907d260a8bf62e919bba47d75" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_fc0b56ea6c3ced011b25c245ae1659b0.setContent(html_5d68ba5907d260a8bf62e919bba47d75);
|
|
|
|
|
|
|
|
marker_ea3a422c2f78a9d4796134d2a31f76bd.bindPopup(popup_fc0b56ea6c3ced011b25c245ae1659b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea3a422c2f78a9d4796134d2a31f76bd.setIcon(icon_cd9663684fb77c8e514142079a3ee5aa);
|
|
|
|
|
|
var marker_85e7e0bf796c518a66f21f93f6b9c1b9 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_be8f3d0edea7f8b2ac70b3577b138bda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65493f11d72c0fc9af7fd218e808b711 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_979b2eae2e6a24a0657a9c531b8f8865 = $(`<div id="html_979b2eae2e6a24a0657a9c531b8f8865" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_65493f11d72c0fc9af7fd218e808b711.setContent(html_979b2eae2e6a24a0657a9c531b8f8865);
|
|
|
|
|
|
|
|
marker_85e7e0bf796c518a66f21f93f6b9c1b9.bindPopup(popup_65493f11d72c0fc9af7fd218e808b711)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85e7e0bf796c518a66f21f93f6b9c1b9.setIcon(icon_be8f3d0edea7f8b2ac70b3577b138bda);
|
|
|
|
|
|
var marker_f0bc81a3d252f1f6a8428ab3ca26fdbe = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_8bfa1f33d1c067816229dcc0a41dd3f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87dc36bdf7896c2cbf65cfa91685f4f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b1ba92832cee60a70434d506bf042c1 = $(`<div id="html_8b1ba92832cee60a70434d506bf042c1" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_87dc36bdf7896c2cbf65cfa91685f4f3.setContent(html_8b1ba92832cee60a70434d506bf042c1);
|
|
|
|
|
|
|
|
marker_f0bc81a3d252f1f6a8428ab3ca26fdbe.bindPopup(popup_87dc36bdf7896c2cbf65cfa91685f4f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0bc81a3d252f1f6a8428ab3ca26fdbe.setIcon(icon_8bfa1f33d1c067816229dcc0a41dd3f1);
|
|
|
|
|
|
var marker_77bd4314b32e5815ede08a858d7e3c01 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_1d92dbd036f557b19185900d536528ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68e5bbd0e96dd51ce764e333415dfceb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15c69a1e325edabb032486ead043a6f1 = $(`<div id="html_15c69a1e325edabb032486ead043a6f1" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_68e5bbd0e96dd51ce764e333415dfceb.setContent(html_15c69a1e325edabb032486ead043a6f1);
|
|
|
|
|
|
|
|
marker_77bd4314b32e5815ede08a858d7e3c01.bindPopup(popup_68e5bbd0e96dd51ce764e333415dfceb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77bd4314b32e5815ede08a858d7e3c01.setIcon(icon_1d92dbd036f557b19185900d536528ed);
|
|
|
|
|
|
var marker_7b37b2bade90a8a3c7bf8515262e5fa6 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_75a05e483c3797d549c9086c4e4a8aeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b0f34124e462b69bf7a4fca0fea88b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45127023ef95044f4c7db271a0e22803 = $(`<div id="html_45127023ef95044f4c7db271a0e22803" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_1b0f34124e462b69bf7a4fca0fea88b9.setContent(html_45127023ef95044f4c7db271a0e22803);
|
|
|
|
|
|
|
|
marker_7b37b2bade90a8a3c7bf8515262e5fa6.bindPopup(popup_1b0f34124e462b69bf7a4fca0fea88b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b37b2bade90a8a3c7bf8515262e5fa6.setIcon(icon_75a05e483c3797d549c9086c4e4a8aeb);
|
|
|
|
|
|
var marker_573aa2fe204a579158278e438d240ae1 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_54e5a3a5ccef03da63d3cc85184b423f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e69e7732c8bb91e8e81782b94ebf70b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06055d32cef1def8ef9c7570899f802b = $(`<div id="html_06055d32cef1def8ef9c7570899f802b" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_0e69e7732c8bb91e8e81782b94ebf70b.setContent(html_06055d32cef1def8ef9c7570899f802b);
|
|
|
|
|
|
|
|
marker_573aa2fe204a579158278e438d240ae1.bindPopup(popup_0e69e7732c8bb91e8e81782b94ebf70b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_573aa2fe204a579158278e438d240ae1.setIcon(icon_54e5a3a5ccef03da63d3cc85184b423f);
|
|
|
|
|
|
var marker_2df2a002918fbad3ca49d30478468e8b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_41230b7b07c9b9bd468613fc26963679 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe013d763bf4ba245945d993c73c281c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a928a6dfa79ad473e7e2bff63d3b9a9 = $(`<div id="html_9a928a6dfa79ad473e7e2bff63d3b9a9" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_fe013d763bf4ba245945d993c73c281c.setContent(html_9a928a6dfa79ad473e7e2bff63d3b9a9);
|
|
|
|
|
|
|
|
marker_2df2a002918fbad3ca49d30478468e8b.bindPopup(popup_fe013d763bf4ba245945d993c73c281c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2df2a002918fbad3ca49d30478468e8b.setIcon(icon_41230b7b07c9b9bd468613fc26963679);
|
|
|
|
|
|
var marker_8e7bdfa47b2dfa893d10addf3e74e99b = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_96bef77ae6cedb5afb7af7d4c2af3033 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8486d63da55e91fdd660b033f5521850 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a776251f5f9470304d65190108517390 = $(`<div id="html_a776251f5f9470304d65190108517390" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_8486d63da55e91fdd660b033f5521850.setContent(html_a776251f5f9470304d65190108517390);
|
|
|
|
|
|
|
|
marker_8e7bdfa47b2dfa893d10addf3e74e99b.bindPopup(popup_8486d63da55e91fdd660b033f5521850)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e7bdfa47b2dfa893d10addf3e74e99b.setIcon(icon_96bef77ae6cedb5afb7af7d4c2af3033);
|
|
|
|
|
|
var marker_b265795f4878694f65990d55fbc17b82 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_be3aeedf00daad053e1986e69452fd37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_716aceb805c4f6f6a74f60193f56c67d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd3c09cb5c2ded777a2efcbf37972fc0 = $(`<div id="html_cd3c09cb5c2ded777a2efcbf37972fc0" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_716aceb805c4f6f6a74f60193f56c67d.setContent(html_cd3c09cb5c2ded777a2efcbf37972fc0);
|
|
|
|
|
|
|
|
marker_b265795f4878694f65990d55fbc17b82.bindPopup(popup_716aceb805c4f6f6a74f60193f56c67d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b265795f4878694f65990d55fbc17b82.setIcon(icon_be3aeedf00daad053e1986e69452fd37);
|
|
|
|
|
|
var marker_40ca50959c80830c223ae56bf7f8ac60 = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_ce0091d31bcdc87a99334bdfb2918dd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9568ac67702ddb3e7f763641e42cb205 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a30faba1f403e8c2faa8047270cfa8ac = $(`<div id="html_a30faba1f403e8c2faa8047270cfa8ac" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_9568ac67702ddb3e7f763641e42cb205.setContent(html_a30faba1f403e8c2faa8047270cfa8ac);
|
|
|
|
|
|
|
|
marker_40ca50959c80830c223ae56bf7f8ac60.bindPopup(popup_9568ac67702ddb3e7f763641e42cb205)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40ca50959c80830c223ae56bf7f8ac60.setIcon(icon_ce0091d31bcdc87a99334bdfb2918dd4);
|
|
|
|
|
|
var marker_44e4b8a71cad2f34428810c077c0fd74 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d0608e74e20d7ccf0c41ed6fd3195fbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89db6e393bb9250fa3b1ee9a75678f53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12d133b6e4329a677db60c4273305609 = $(`<div id="html_12d133b6e4329a677db60c4273305609" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_89db6e393bb9250fa3b1ee9a75678f53.setContent(html_12d133b6e4329a677db60c4273305609);
|
|
|
|
|
|
|
|
marker_44e4b8a71cad2f34428810c077c0fd74.bindPopup(popup_89db6e393bb9250fa3b1ee9a75678f53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44e4b8a71cad2f34428810c077c0fd74.setIcon(icon_d0608e74e20d7ccf0c41ed6fd3195fbe);
|
|
|
|
|
|
var marker_db85ff919200add0b5f2ed5cfa5dfae3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_97d8fcfcb5d9379823c74cdf6879a9d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe2d20e9717f5017392749b44e4e4f84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba4caece5749398dea03796cc53f5019 = $(`<div id="html_ba4caece5749398dea03796cc53f5019" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_fe2d20e9717f5017392749b44e4e4f84.setContent(html_ba4caece5749398dea03796cc53f5019);
|
|
|
|
|
|
|
|
marker_db85ff919200add0b5f2ed5cfa5dfae3.bindPopup(popup_fe2d20e9717f5017392749b44e4e4f84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db85ff919200add0b5f2ed5cfa5dfae3.setIcon(icon_97d8fcfcb5d9379823c74cdf6879a9d3);
|
|
|
|
|
|
var marker_d165b5fc0ec6c1120cfb927c68e47954 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_a2b206d2fda03ad42107e321d8321b7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59b2a470729c3486763e10a3ca717cd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfb2ceef950d266534910bb60774ecd4 = $(`<div id="html_cfb2ceef950d266534910bb60774ecd4" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_59b2a470729c3486763e10a3ca717cd5.setContent(html_cfb2ceef950d266534910bb60774ecd4);
|
|
|
|
|
|
|
|
marker_d165b5fc0ec6c1120cfb927c68e47954.bindPopup(popup_59b2a470729c3486763e10a3ca717cd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d165b5fc0ec6c1120cfb927c68e47954.setIcon(icon_a2b206d2fda03ad42107e321d8321b7d);
|
|
|
|
|
|
var marker_84d70e261aee12f377f83e11db78ab3b = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_49f904d9fcd19b9f15ca2b22e5dd0dcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81883448c8ed2bca0a2aaaded5da6a35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_466a9616304002a9226c3758d7f16d00 = $(`<div id="html_466a9616304002a9226c3758d7f16d00" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_81883448c8ed2bca0a2aaaded5da6a35.setContent(html_466a9616304002a9226c3758d7f16d00);
|
|
|
|
|
|
|
|
marker_84d70e261aee12f377f83e11db78ab3b.bindPopup(popup_81883448c8ed2bca0a2aaaded5da6a35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84d70e261aee12f377f83e11db78ab3b.setIcon(icon_49f904d9fcd19b9f15ca2b22e5dd0dcf);
|
|
|
|
|
|
var marker_43afb9a49e7f629a5b31c68256972dd3 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_8b0bfd0898e6f66fe11b1eab042cbd3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acf62aa1b9f5c07d53259c17d0db733c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a3897d6c501ce53a30d1463d804c72c = $(`<div id="html_6a3897d6c501ce53a30d1463d804c72c" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_acf62aa1b9f5c07d53259c17d0db733c.setContent(html_6a3897d6c501ce53a30d1463d804c72c);
|
|
|
|
|
|
|
|
marker_43afb9a49e7f629a5b31c68256972dd3.bindPopup(popup_acf62aa1b9f5c07d53259c17d0db733c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43afb9a49e7f629a5b31c68256972dd3.setIcon(icon_8b0bfd0898e6f66fe11b1eab042cbd3a);
|
|
|
|
|
|
var marker_e5c876feca8d8c1822fa410c402f7823 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_efebd2ab4ecc4fed0af9c9de9e449256 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75ebadc3d38ff02de0d5934c23389aea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1241aeae44325801a711e6ab1b374ea5 = $(`<div id="html_1241aeae44325801a711e6ab1b374ea5" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_75ebadc3d38ff02de0d5934c23389aea.setContent(html_1241aeae44325801a711e6ab1b374ea5);
|
|
|
|
|
|
|
|
marker_e5c876feca8d8c1822fa410c402f7823.bindPopup(popup_75ebadc3d38ff02de0d5934c23389aea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5c876feca8d8c1822fa410c402f7823.setIcon(icon_efebd2ab4ecc4fed0af9c9de9e449256);
|
|
|
|
|
|
var marker_a63f2c6ab525b1a061b79f12019991b5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d9ea0d3d2f6ae609169847859701b328 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_595a2616ac8373cfeba75b3bc3aa3349 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8403a3bea64313681b570b3f81c80ae0 = $(`<div id="html_8403a3bea64313681b570b3f81c80ae0" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_595a2616ac8373cfeba75b3bc3aa3349.setContent(html_8403a3bea64313681b570b3f81c80ae0);
|
|
|
|
|
|
|
|
marker_a63f2c6ab525b1a061b79f12019991b5.bindPopup(popup_595a2616ac8373cfeba75b3bc3aa3349)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a63f2c6ab525b1a061b79f12019991b5.setIcon(icon_d9ea0d3d2f6ae609169847859701b328);
|
|
|
|
|
|
var marker_59822fc793ce919c943d9f21f5965d84 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_89205bd59edd1c3c9e8963e534f9cc8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b20163654b3130722672191871122d09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_209be63c2435aca444d9d72650c4888e = $(`<div id="html_209be63c2435aca444d9d72650c4888e" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_b20163654b3130722672191871122d09.setContent(html_209be63c2435aca444d9d72650c4888e);
|
|
|
|
|
|
|
|
marker_59822fc793ce919c943d9f21f5965d84.bindPopup(popup_b20163654b3130722672191871122d09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59822fc793ce919c943d9f21f5965d84.setIcon(icon_89205bd59edd1c3c9e8963e534f9cc8f);
|
|
|
|
|
|
var marker_8f171c4b73b970b8a721caaedeb52383 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_09e74dcac524a325a1723beda9b4f744 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d064e2dfe8b52ab2b5ad48142e94290b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5afafbf6fab73b2410275fdb0630c5b = $(`<div id="html_b5afafbf6fab73b2410275fdb0630c5b" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_d064e2dfe8b52ab2b5ad48142e94290b.setContent(html_b5afafbf6fab73b2410275fdb0630c5b);
|
|
|
|
|
|
|
|
marker_8f171c4b73b970b8a721caaedeb52383.bindPopup(popup_d064e2dfe8b52ab2b5ad48142e94290b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f171c4b73b970b8a721caaedeb52383.setIcon(icon_09e74dcac524a325a1723beda9b4f744);
|
|
|
|
|
|
var marker_7a8dcd1bfb92e11c77ac2fb5fe82476b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_66a8317d1d2464f3eba969f244f65030 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fed4fba554d81ab52de065d8e56b47c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0384cac8d5e35c7f1ac530f0bf78973e = $(`<div id="html_0384cac8d5e35c7f1ac530f0bf78973e" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_0fed4fba554d81ab52de065d8e56b47c.setContent(html_0384cac8d5e35c7f1ac530f0bf78973e);
|
|
|
|
|
|
|
|
marker_7a8dcd1bfb92e11c77ac2fb5fe82476b.bindPopup(popup_0fed4fba554d81ab52de065d8e56b47c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a8dcd1bfb92e11c77ac2fb5fe82476b.setIcon(icon_66a8317d1d2464f3eba969f244f65030);
|
|
|
|
|
|
var marker_8b1e6bd65097107e5a6aa38015cce878 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_ec1af309ad9aad375e4275e41d8a66ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5e4704b1f74f5f986dbad531aeca119 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d4fa50b6c81af10cd5efb8d92349724 = $(`<div id="html_0d4fa50b6c81af10cd5efb8d92349724" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_e5e4704b1f74f5f986dbad531aeca119.setContent(html_0d4fa50b6c81af10cd5efb8d92349724);
|
|
|
|
|
|
|
|
marker_8b1e6bd65097107e5a6aa38015cce878.bindPopup(popup_e5e4704b1f74f5f986dbad531aeca119)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b1e6bd65097107e5a6aa38015cce878.setIcon(icon_ec1af309ad9aad375e4275e41d8a66ea);
|
|
|
|
|
|
var marker_fd3a7603605ab01d9ee80c925ead1d26 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_c4c8b51ad6d69a3071a018a7b10eabd1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f4cfadeecd7a248fd37dccaca557243 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd22d4ca83cb581290089b824265c43f = $(`<div id="html_bd22d4ca83cb581290089b824265c43f" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_4f4cfadeecd7a248fd37dccaca557243.setContent(html_bd22d4ca83cb581290089b824265c43f);
|
|
|
|
|
|
|
|
marker_fd3a7603605ab01d9ee80c925ead1d26.bindPopup(popup_4f4cfadeecd7a248fd37dccaca557243)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd3a7603605ab01d9ee80c925ead1d26.setIcon(icon_c4c8b51ad6d69a3071a018a7b10eabd1);
|
|
|
|
|
|
var marker_38c544add010158297cc8a5422393027 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_be991eaa61a30ec8309536078b0426b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39fb62a4f7ef92409550f7190ff3758c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3976e371dd5728e95732f89d3235c1b9 = $(`<div id="html_3976e371dd5728e95732f89d3235c1b9" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_39fb62a4f7ef92409550f7190ff3758c.setContent(html_3976e371dd5728e95732f89d3235c1b9);
|
|
|
|
|
|
|
|
marker_38c544add010158297cc8a5422393027.bindPopup(popup_39fb62a4f7ef92409550f7190ff3758c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38c544add010158297cc8a5422393027.setIcon(icon_be991eaa61a30ec8309536078b0426b9);
|
|
|
|
|
|
var marker_bbe5bf821dc69bc04b7d53ed862c33e5 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d75da1f3bf6a39bbbc0dd0eea8a61f53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00ae4ae2fa66dcfe33ec4c43181a820a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1484510678994dad2173787f6eef0717 = $(`<div id="html_1484510678994dad2173787f6eef0717" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_00ae4ae2fa66dcfe33ec4c43181a820a.setContent(html_1484510678994dad2173787f6eef0717);
|
|
|
|
|
|
|
|
marker_bbe5bf821dc69bc04b7d53ed862c33e5.bindPopup(popup_00ae4ae2fa66dcfe33ec4c43181a820a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbe5bf821dc69bc04b7d53ed862c33e5.setIcon(icon_d75da1f3bf6a39bbbc0dd0eea8a61f53);
|
|
|
|
|
|
var marker_2e7a44177dc58b888bd770da0ee34206 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_bb55a2bc50d4c7f7b0316e1e72c86318 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d8f7e3c74f59ca06fcf15efb13def84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bfd5bd116afccb388d417bcaccd77ee = $(`<div id="html_0bfd5bd116afccb388d417bcaccd77ee" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_7d8f7e3c74f59ca06fcf15efb13def84.setContent(html_0bfd5bd116afccb388d417bcaccd77ee);
|
|
|
|
|
|
|
|
marker_2e7a44177dc58b888bd770da0ee34206.bindPopup(popup_7d8f7e3c74f59ca06fcf15efb13def84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e7a44177dc58b888bd770da0ee34206.setIcon(icon_bb55a2bc50d4c7f7b0316e1e72c86318);
|
|
|
|
|
|
var marker_406ad3fcd6d5bbf421742d8d0ee54d90 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_b50dc1325f7bb2a989c9556e5521d28c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_632ece82cdc52c3dd96f61748b30b000 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16234d840bb5addce7ac133e7b5de046 = $(`<div id="html_16234d840bb5addce7ac133e7b5de046" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_632ece82cdc52c3dd96f61748b30b000.setContent(html_16234d840bb5addce7ac133e7b5de046);
|
|
|
|
|
|
|
|
marker_406ad3fcd6d5bbf421742d8d0ee54d90.bindPopup(popup_632ece82cdc52c3dd96f61748b30b000)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_406ad3fcd6d5bbf421742d8d0ee54d90.setIcon(icon_b50dc1325f7bb2a989c9556e5521d28c);
|
|
|
|
|
|
var marker_3ba211e02624cab41066ff9e72df0172 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_3492b82d94bfaa86f7415e1d050214f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c4611053ad169347c294ccba03db58f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ea04302b1fc9f549939a6837bb79fa6 = $(`<div id="html_1ea04302b1fc9f549939a6837bb79fa6" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_2c4611053ad169347c294ccba03db58f.setContent(html_1ea04302b1fc9f549939a6837bb79fa6);
|
|
|
|
|
|
|
|
marker_3ba211e02624cab41066ff9e72df0172.bindPopup(popup_2c4611053ad169347c294ccba03db58f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ba211e02624cab41066ff9e72df0172.setIcon(icon_3492b82d94bfaa86f7415e1d050214f6);
|
|
|
|
|
|
var marker_08cb29324ec296956fe2d5a1ee19322f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_c3bf02c7157c528730d5207f0e929443 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e86a086dfb8cccadbd1f17ea5a472d82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb3b03fb031e69fc058763aaf0f2fe86 = $(`<div id="html_fb3b03fb031e69fc058763aaf0f2fe86" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_e86a086dfb8cccadbd1f17ea5a472d82.setContent(html_fb3b03fb031e69fc058763aaf0f2fe86);
|
|
|
|
|
|
|
|
marker_08cb29324ec296956fe2d5a1ee19322f.bindPopup(popup_e86a086dfb8cccadbd1f17ea5a472d82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08cb29324ec296956fe2d5a1ee19322f.setIcon(icon_c3bf02c7157c528730d5207f0e929443);
|
|
|
|
|
|
var marker_03e36df8ce454171fb2bf958a8653fa9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_5bf3aeaffb9674f26d29c8e761f66c76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b13b3598b473f05f93e4e917cd94e02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb51a6fe5a9c265739d2a2662821b6de = $(`<div id="html_bb51a6fe5a9c265739d2a2662821b6de" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_4b13b3598b473f05f93e4e917cd94e02.setContent(html_bb51a6fe5a9c265739d2a2662821b6de);
|
|
|
|
|
|
|
|
marker_03e36df8ce454171fb2bf958a8653fa9.bindPopup(popup_4b13b3598b473f05f93e4e917cd94e02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03e36df8ce454171fb2bf958a8653fa9.setIcon(icon_5bf3aeaffb9674f26d29c8e761f66c76);
|
|
|
|
|
|
var marker_b7868a7445231ffca2b530d24519f615 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_874ac8bff5720b7cd3b579f0ccf7fb08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c94a1c1e286ce23a8fbc5d675ef80035 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cc3c36400ef95307f4baa51f509f39e = $(`<div id="html_1cc3c36400ef95307f4baa51f509f39e" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_c94a1c1e286ce23a8fbc5d675ef80035.setContent(html_1cc3c36400ef95307f4baa51f509f39e);
|
|
|
|
|
|
|
|
marker_b7868a7445231ffca2b530d24519f615.bindPopup(popup_c94a1c1e286ce23a8fbc5d675ef80035)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7868a7445231ffca2b530d24519f615.setIcon(icon_874ac8bff5720b7cd3b579f0ccf7fb08);
|
|
|
|
|
|
var marker_de5e8bf7d5f596594b8766f4dae8e1d7 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_94f8c157a455cf8cd23ec6fe472b38c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a938de30d71d8ef08b558d095bf3675 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_542ee60fe3bd62a56607ae33bd60527d = $(`<div id="html_542ee60fe3bd62a56607ae33bd60527d" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_6a938de30d71d8ef08b558d095bf3675.setContent(html_542ee60fe3bd62a56607ae33bd60527d);
|
|
|
|
|
|
|
|
marker_de5e8bf7d5f596594b8766f4dae8e1d7.bindPopup(popup_6a938de30d71d8ef08b558d095bf3675)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de5e8bf7d5f596594b8766f4dae8e1d7.setIcon(icon_94f8c157a455cf8cd23ec6fe472b38c9);
|
|
|
|
|
|
var marker_d3e97f9d9043fc405a81f4805ae58c7f = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_1ceebbe982837bbce78b57a84f8af123 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ff07d24425440e325ec57a8e638ebf8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d654e47f8238a4ca4b9023cfd775446a = $(`<div id="html_d654e47f8238a4ca4b9023cfd775446a" style="width: 100.0%; height: 100.0%;">pyramid.fiatjaf.com</div>`)[0];
|
|
popup_3ff07d24425440e325ec57a8e638ebf8.setContent(html_d654e47f8238a4ca4b9023cfd775446a);
|
|
|
|
|
|
|
|
marker_d3e97f9d9043fc405a81f4805ae58c7f.bindPopup(popup_3ff07d24425440e325ec57a8e638ebf8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3e97f9d9043fc405a81f4805ae58c7f.setIcon(icon_1ceebbe982837bbce78b57a84f8af123);
|
|
|
|
|
|
var marker_8b71228623552c0215d50bdb1a0a2307 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_220fe9e6c5797ea3843888b708bc0617 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d3dba28f52563133ccb30e6dd5e95e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_909f6333b4e60fe9e8eebd7e10381d82 = $(`<div id="html_909f6333b4e60fe9e8eebd7e10381d82" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_5d3dba28f52563133ccb30e6dd5e95e8.setContent(html_909f6333b4e60fe9e8eebd7e10381d82);
|
|
|
|
|
|
|
|
marker_8b71228623552c0215d50bdb1a0a2307.bindPopup(popup_5d3dba28f52563133ccb30e6dd5e95e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b71228623552c0215d50bdb1a0a2307.setIcon(icon_220fe9e6c5797ea3843888b708bc0617);
|
|
|
|
|
|
var marker_01727695e0d9385dda494e2346f97624 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_6baaa782ec9eded27e3df029c6e36d9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_902a790e26a3225c79b4c4cd96fabe62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe000b397b3e856fd80d9e22727d163b = $(`<div id="html_fe000b397b3e856fd80d9e22727d163b" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_902a790e26a3225c79b4c4cd96fabe62.setContent(html_fe000b397b3e856fd80d9e22727d163b);
|
|
|
|
|
|
|
|
marker_01727695e0d9385dda494e2346f97624.bindPopup(popup_902a790e26a3225c79b4c4cd96fabe62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01727695e0d9385dda494e2346f97624.setIcon(icon_6baaa782ec9eded27e3df029c6e36d9a);
|
|
|
|
|
|
var marker_74117de55ea60921ff01af3b8d90c40b = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_b62ebb557dac19236e1290d47f4c232a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab5bae5a2968517b87bfcb9845cd50f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c7615da0e5a1e1c8d0f1080c04f9ead = $(`<div id="html_3c7615da0e5a1e1c8d0f1080c04f9ead" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_ab5bae5a2968517b87bfcb9845cd50f6.setContent(html_3c7615da0e5a1e1c8d0f1080c04f9ead);
|
|
|
|
|
|
|
|
marker_74117de55ea60921ff01af3b8d90c40b.bindPopup(popup_ab5bae5a2968517b87bfcb9845cd50f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74117de55ea60921ff01af3b8d90c40b.setIcon(icon_b62ebb557dac19236e1290d47f4c232a);
|
|
|
|
|
|
var marker_a7c0c9001e8df060b0758359ff8d06ea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_3fac89d164458b4e59a520e44056bf5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5522355bab6f84ea5e20f1ba5f4bef91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e8869becf61732d991f7bf1e3f36063 = $(`<div id="html_8e8869becf61732d991f7bf1e3f36063" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_5522355bab6f84ea5e20f1ba5f4bef91.setContent(html_8e8869becf61732d991f7bf1e3f36063);
|
|
|
|
|
|
|
|
marker_a7c0c9001e8df060b0758359ff8d06ea.bindPopup(popup_5522355bab6f84ea5e20f1ba5f4bef91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7c0c9001e8df060b0758359ff8d06ea.setIcon(icon_3fac89d164458b4e59a520e44056bf5f);
|
|
|
|
|
|
var marker_e47aaa8ad20e19228af3656b7e979f5a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_1feb68e49d3e4bf3f0e6422c7ff5502c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad323b1c3b44cd3c89212bedf101b481 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a946b61f518124fb3ab16717d1bf1e0c = $(`<div id="html_a946b61f518124fb3ab16717d1bf1e0c" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_ad323b1c3b44cd3c89212bedf101b481.setContent(html_a946b61f518124fb3ab16717d1bf1e0c);
|
|
|
|
|
|
|
|
marker_e47aaa8ad20e19228af3656b7e979f5a.bindPopup(popup_ad323b1c3b44cd3c89212bedf101b481)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e47aaa8ad20e19228af3656b7e979f5a.setIcon(icon_1feb68e49d3e4bf3f0e6422c7ff5502c);
|
|
|
|
|
|
var marker_f1660b0a8f4a3e8000b48fe1bb22c438 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_7d5cf83483d5d91bd11cc5d8240e9a0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e57293bf1e2f0b8f450678922119631f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f78d56576587ac00a8d6a3b14f99c09d = $(`<div id="html_f78d56576587ac00a8d6a3b14f99c09d" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_e57293bf1e2f0b8f450678922119631f.setContent(html_f78d56576587ac00a8d6a3b14f99c09d);
|
|
|
|
|
|
|
|
marker_f1660b0a8f4a3e8000b48fe1bb22c438.bindPopup(popup_e57293bf1e2f0b8f450678922119631f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1660b0a8f4a3e8000b48fe1bb22c438.setIcon(icon_7d5cf83483d5d91bd11cc5d8240e9a0b);
|
|
|
|
|
|
var marker_3531e579a0553f687063e7cb30b5298b = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_7febccc10d5b0e4a08a9d595669f029a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70b6c79f0c28c534377a5dc54ba724e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2fe3990650c1eea66ff0d3acc8b300a3 = $(`<div id="html_2fe3990650c1eea66ff0d3acc8b300a3" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_70b6c79f0c28c534377a5dc54ba724e5.setContent(html_2fe3990650c1eea66ff0d3acc8b300a3);
|
|
|
|
|
|
|
|
marker_3531e579a0553f687063e7cb30b5298b.bindPopup(popup_70b6c79f0c28c534377a5dc54ba724e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3531e579a0553f687063e7cb30b5298b.setIcon(icon_7febccc10d5b0e4a08a9d595669f029a);
|
|
|
|
|
|
var marker_223abd98f231587448cf150992758d15 = L.marker(
|
|
[53.471, 9.88208],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_f8c793e4b0dd47d46f782cd4209b00f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d14cef262f7d2c32e05494df99641e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7dff7c1eb0db33b6ee6288447b5ea123 = $(`<div id="html_7dff7c1eb0db33b6ee6288447b5ea123" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_0d14cef262f7d2c32e05494df99641e4.setContent(html_7dff7c1eb0db33b6ee6288447b5ea123);
|
|
|
|
|
|
|
|
marker_223abd98f231587448cf150992758d15.bindPopup(popup_0d14cef262f7d2c32e05494df99641e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_223abd98f231587448cf150992758d15.setIcon(icon_f8c793e4b0dd47d46f782cd4209b00f2);
|
|
|
|
|
|
var marker_9f08da24e7e114558fae5a05cd26ce4e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_205b70744f68b77fe05e30bde8c58229 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0347071b84d25e80bc0a260718b64db0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f80f7e0bf79916af296750c4f0338176 = $(`<div id="html_f80f7e0bf79916af296750c4f0338176" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_0347071b84d25e80bc0a260718b64db0.setContent(html_f80f7e0bf79916af296750c4f0338176);
|
|
|
|
|
|
|
|
marker_9f08da24e7e114558fae5a05cd26ce4e.bindPopup(popup_0347071b84d25e80bc0a260718b64db0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f08da24e7e114558fae5a05cd26ce4e.setIcon(icon_205b70744f68b77fe05e30bde8c58229);
|
|
|
|
|
|
var marker_8f9a25dcf362cce761d06710119d3948 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_64607581d75dce1c06f0f1c75f2507f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_960b5cff0c7eb38e40eb767c6c4373a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_024d6fa3d5180f5b6dcb0046b03d102d = $(`<div id="html_024d6fa3d5180f5b6dcb0046b03d102d" style="width: 100.0%; height: 100.0%;">nostr.veladan.dev</div>`)[0];
|
|
popup_960b5cff0c7eb38e40eb767c6c4373a3.setContent(html_024d6fa3d5180f5b6dcb0046b03d102d);
|
|
|
|
|
|
|
|
marker_8f9a25dcf362cce761d06710119d3948.bindPopup(popup_960b5cff0c7eb38e40eb767c6c4373a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f9a25dcf362cce761d06710119d3948.setIcon(icon_64607581d75dce1c06f0f1c75f2507f3);
|
|
|
|
|
|
var marker_4920766b6e666345dfa00cffbbd863c7 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_acbe43d3f62498c9c7bab89dc89bc98d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02e5802713b3a1f2464cade3032ad5a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c38d8fcb8e83f60c5ecc6fbdb4b4af1b = $(`<div id="html_c38d8fcb8e83f60c5ecc6fbdb4b4af1b" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_02e5802713b3a1f2464cade3032ad5a0.setContent(html_c38d8fcb8e83f60c5ecc6fbdb4b4af1b);
|
|
|
|
|
|
|
|
marker_4920766b6e666345dfa00cffbbd863c7.bindPopup(popup_02e5802713b3a1f2464cade3032ad5a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4920766b6e666345dfa00cffbbd863c7.setIcon(icon_acbe43d3f62498c9c7bab89dc89bc98d);
|
|
|
|
|
|
var marker_f674752e5d94f5638eb565e85c0d0a30 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_220d3fc1af6c130c66f311c6b10272aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de7ca7d73b3843751a1ad18b542131fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7eecb2a15cd3a7dfe1d8b8c4c9fe2d8 = $(`<div id="html_e7eecb2a15cd3a7dfe1d8b8c4c9fe2d8" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_de7ca7d73b3843751a1ad18b542131fa.setContent(html_e7eecb2a15cd3a7dfe1d8b8c4c9fe2d8);
|
|
|
|
|
|
|
|
marker_f674752e5d94f5638eb565e85c0d0a30.bindPopup(popup_de7ca7d73b3843751a1ad18b542131fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f674752e5d94f5638eb565e85c0d0a30.setIcon(icon_220d3fc1af6c130c66f311c6b10272aa);
|
|
|
|
|
|
var marker_8ead50bbad4d7319e4984e3d850a2dab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_a8144463b2b3e295f5ef35914072a8cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22c4937e4da6d68ad3083d530a38edeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7181335d77ad2887fe6409a459de668 = $(`<div id="html_d7181335d77ad2887fe6409a459de668" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_22c4937e4da6d68ad3083d530a38edeb.setContent(html_d7181335d77ad2887fe6409a459de668);
|
|
|
|
|
|
|
|
marker_8ead50bbad4d7319e4984e3d850a2dab.bindPopup(popup_22c4937e4da6d68ad3083d530a38edeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ead50bbad4d7319e4984e3d850a2dab.setIcon(icon_a8144463b2b3e295f5ef35914072a8cb);
|
|
|
|
|
|
var marker_3a8cae2fe43a287972704bdbf9d1c0f5 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_3aa455013903f170f4336437d774798e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9dfddd5c497c3fc56f18a7480289a3bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5596266a3362fee6cafb2a5845cfaf11 = $(`<div id="html_5596266a3362fee6cafb2a5845cfaf11" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_9dfddd5c497c3fc56f18a7480289a3bb.setContent(html_5596266a3362fee6cafb2a5845cfaf11);
|
|
|
|
|
|
|
|
marker_3a8cae2fe43a287972704bdbf9d1c0f5.bindPopup(popup_9dfddd5c497c3fc56f18a7480289a3bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a8cae2fe43a287972704bdbf9d1c0f5.setIcon(icon_3aa455013903f170f4336437d774798e);
|
|
|
|
|
|
var marker_3c58213d032db8d043c4fb29597dccba = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_de0550db0d233a1cd512be28f06043df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca1918f95951d2c2784865b8a0ea6dcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e4cceeb295c92bf199d711ba7c27155 = $(`<div id="html_4e4cceeb295c92bf199d711ba7c27155" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_ca1918f95951d2c2784865b8a0ea6dcd.setContent(html_4e4cceeb295c92bf199d711ba7c27155);
|
|
|
|
|
|
|
|
marker_3c58213d032db8d043c4fb29597dccba.bindPopup(popup_ca1918f95951d2c2784865b8a0ea6dcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c58213d032db8d043c4fb29597dccba.setIcon(icon_de0550db0d233a1cd512be28f06043df);
|
|
|
|
|
|
var marker_bf5355648605b0aee1f243d510d89e62 = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_ae1cb8583b518821fa05626215df4393 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5d9175b48dd5287771bc78163ad615e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c3b1286af18b3a4033d61bfd68c872f = $(`<div id="html_4c3b1286af18b3a4033d61bfd68c872f" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_c5d9175b48dd5287771bc78163ad615e.setContent(html_4c3b1286af18b3a4033d61bfd68c872f);
|
|
|
|
|
|
|
|
marker_bf5355648605b0aee1f243d510d89e62.bindPopup(popup_c5d9175b48dd5287771bc78163ad615e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf5355648605b0aee1f243d510d89e62.setIcon(icon_ae1cb8583b518821fa05626215df4393);
|
|
|
|
|
|
var marker_6a2476c87944cdfbb3940c09744b0156 = L.marker(
|
|
[13.7584, 100.622],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_053f724f0b7a2bbd0bd11d5ab68163a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7b82c9eabfb573266f12230c7dd66f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_918930e844885d666032197add7a4315 = $(`<div id="html_918930e844885d666032197add7a4315" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_b7b82c9eabfb573266f12230c7dd66f4.setContent(html_918930e844885d666032197add7a4315);
|
|
|
|
|
|
|
|
marker_6a2476c87944cdfbb3940c09744b0156.bindPopup(popup_b7b82c9eabfb573266f12230c7dd66f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a2476c87944cdfbb3940c09744b0156.setIcon(icon_053f724f0b7a2bbd0bd11d5ab68163a1);
|
|
|
|
|
|
var marker_041766ad16a0f72d428fad1ba2c30158 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_b5d7b8953c406a64ede29dca15c617e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0045f80914eca17d6da591da8f92d099 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e42bef67ff78ed324ec94847dbfc3d1 = $(`<div id="html_1e42bef67ff78ed324ec94847dbfc3d1" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_0045f80914eca17d6da591da8f92d099.setContent(html_1e42bef67ff78ed324ec94847dbfc3d1);
|
|
|
|
|
|
|
|
marker_041766ad16a0f72d428fad1ba2c30158.bindPopup(popup_0045f80914eca17d6da591da8f92d099)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_041766ad16a0f72d428fad1ba2c30158.setIcon(icon_b5d7b8953c406a64ede29dca15c617e5);
|
|
|
|
|
|
var marker_f86d63e4e65a34caaa1dba379af4a977 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_7790cdebb8c382699f4eb5e4f43c01e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffff4d47e7e9878cc4e63531841ee515 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db191dc07be59d1802ff5ff6a53e8d61 = $(`<div id="html_db191dc07be59d1802ff5ff6a53e8d61" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_ffff4d47e7e9878cc4e63531841ee515.setContent(html_db191dc07be59d1802ff5ff6a53e8d61);
|
|
|
|
|
|
|
|
marker_f86d63e4e65a34caaa1dba379af4a977.bindPopup(popup_ffff4d47e7e9878cc4e63531841ee515)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f86d63e4e65a34caaa1dba379af4a977.setIcon(icon_7790cdebb8c382699f4eb5e4f43c01e3);
|
|
|
|
|
|
var marker_e44d3ce6543868f7c7cb9ff50b0b51a6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_aa10b6690431529918e298892c2cc1b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18efd838118bf960902fbc8d734a8f16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4221944a6a24c7701ab57b72688b6c4a = $(`<div id="html_4221944a6a24c7701ab57b72688b6c4a" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_18efd838118bf960902fbc8d734a8f16.setContent(html_4221944a6a24c7701ab57b72688b6c4a);
|
|
|
|
|
|
|
|
marker_e44d3ce6543868f7c7cb9ff50b0b51a6.bindPopup(popup_18efd838118bf960902fbc8d734a8f16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e44d3ce6543868f7c7cb9ff50b0b51a6.setIcon(icon_aa10b6690431529918e298892c2cc1b4);
|
|
|
|
|
|
var marker_d78afeca7d9ef75e4b26bec86f6edd9b = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_265235dc0a7aebc3d8d484fbc12c5a32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_340293fa1753d25c919154612d31a811 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57f0d96a991dadfb603bad4ae643f542 = $(`<div id="html_57f0d96a991dadfb603bad4ae643f542" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_340293fa1753d25c919154612d31a811.setContent(html_57f0d96a991dadfb603bad4ae643f542);
|
|
|
|
|
|
|
|
marker_d78afeca7d9ef75e4b26bec86f6edd9b.bindPopup(popup_340293fa1753d25c919154612d31a811)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d78afeca7d9ef75e4b26bec86f6edd9b.setIcon(icon_265235dc0a7aebc3d8d484fbc12c5a32);
|
|
|
|
|
|
var marker_e25e90b3ad1362a59d4d9f39c0210250 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_333e35e2f9daeaea6986bfd982f805f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_622ac37c25548de9b823110f1b1f1c6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e00d54c547f25ede93ea1fc6630624ef = $(`<div id="html_e00d54c547f25ede93ea1fc6630624ef" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_622ac37c25548de9b823110f1b1f1c6f.setContent(html_e00d54c547f25ede93ea1fc6630624ef);
|
|
|
|
|
|
|
|
marker_e25e90b3ad1362a59d4d9f39c0210250.bindPopup(popup_622ac37c25548de9b823110f1b1f1c6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e25e90b3ad1362a59d4d9f39c0210250.setIcon(icon_333e35e2f9daeaea6986bfd982f805f1);
|
|
|
|
|
|
var marker_8f2d512d3d5ac4d31fddefa41a5ba0f3 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_bbc37c0f65ab8abbaf583df8683ceb1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b078fea48dea026ee804ec98bd3fbfc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d87e055a0094441224538b1b69827b18 = $(`<div id="html_d87e055a0094441224538b1b69827b18" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_3b078fea48dea026ee804ec98bd3fbfc.setContent(html_d87e055a0094441224538b1b69827b18);
|
|
|
|
|
|
|
|
marker_8f2d512d3d5ac4d31fddefa41a5ba0f3.bindPopup(popup_3b078fea48dea026ee804ec98bd3fbfc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f2d512d3d5ac4d31fddefa41a5ba0f3.setIcon(icon_bbc37c0f65ab8abbaf583df8683ceb1f);
|
|
|
|
|
|
var marker_04d3686d252f3ad851e39d1668577302 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_0f7c57f97f294a63b15e83b512ae0d29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca2ce154b06d90c8cfe63266adea2831 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57d4b7921217adc068fc397f62034e07 = $(`<div id="html_57d4b7921217adc068fc397f62034e07" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_ca2ce154b06d90c8cfe63266adea2831.setContent(html_57d4b7921217adc068fc397f62034e07);
|
|
|
|
|
|
|
|
marker_04d3686d252f3ad851e39d1668577302.bindPopup(popup_ca2ce154b06d90c8cfe63266adea2831)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04d3686d252f3ad851e39d1668577302.setIcon(icon_0f7c57f97f294a63b15e83b512ae0d29);
|
|
|
|
|
|
var marker_50189cf13259c0958ae587f99acf9293 = L.marker(
|
|
[13.3622, 100.983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_7a91dafa85ed2a34ac7ab8d0f4dbcba1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7a1676301bc049ad6e921305224ca68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59434fc20665b7800f773e3e97f18323 = $(`<div id="html_59434fc20665b7800f773e3e97f18323" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_f7a1676301bc049ad6e921305224ca68.setContent(html_59434fc20665b7800f773e3e97f18323);
|
|
|
|
|
|
|
|
marker_50189cf13259c0958ae587f99acf9293.bindPopup(popup_f7a1676301bc049ad6e921305224ca68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50189cf13259c0958ae587f99acf9293.setIcon(icon_7a91dafa85ed2a34ac7ab8d0f4dbcba1);
|
|
|
|
|
|
var marker_fe11f4731297d68c926aeb05d4992147 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_6e21f34d14a2799d607ed9172266aa42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0cac4df4cbf238b4e5ad218d181c9b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9914713788cfab333fcebecf770e377f = $(`<div id="html_9914713788cfab333fcebecf770e377f" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_e0cac4df4cbf238b4e5ad218d181c9b6.setContent(html_9914713788cfab333fcebecf770e377f);
|
|
|
|
|
|
|
|
marker_fe11f4731297d68c926aeb05d4992147.bindPopup(popup_e0cac4df4cbf238b4e5ad218d181c9b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe11f4731297d68c926aeb05d4992147.setIcon(icon_6e21f34d14a2799d607ed9172266aa42);
|
|
|
|
|
|
var marker_ca9fd80dfe3619e18e9588b9a126ad24 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_a72a531e5591c4804898dd5435ed6c94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a0b805f2c15ebc591fc0cdd2b56c5fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c186fb752a0b20e288d929a36e93e898 = $(`<div id="html_c186fb752a0b20e288d929a36e93e898" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_4a0b805f2c15ebc591fc0cdd2b56c5fb.setContent(html_c186fb752a0b20e288d929a36e93e898);
|
|
|
|
|
|
|
|
marker_ca9fd80dfe3619e18e9588b9a126ad24.bindPopup(popup_4a0b805f2c15ebc591fc0cdd2b56c5fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca9fd80dfe3619e18e9588b9a126ad24.setIcon(icon_a72a531e5591c4804898dd5435ed6c94);
|
|
|
|
|
|
var marker_a3cd088a96b44b9ec26efe9b50a61657 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_58ae7f5fed482f9b7885d290f871b492 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c1598d8ba64c73a9ee194bf355be6ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5e67f86454a6a859dd6a9caa4fd8a7e = $(`<div id="html_c5e67f86454a6a859dd6a9caa4fd8a7e" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_9c1598d8ba64c73a9ee194bf355be6ed.setContent(html_c5e67f86454a6a859dd6a9caa4fd8a7e);
|
|
|
|
|
|
|
|
marker_a3cd088a96b44b9ec26efe9b50a61657.bindPopup(popup_9c1598d8ba64c73a9ee194bf355be6ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3cd088a96b44b9ec26efe9b50a61657.setIcon(icon_58ae7f5fed482f9b7885d290f871b492);
|
|
|
|
|
|
var marker_303649a7a658ab2bce8053cecd5ecdf2 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d37cb91f6e2c8f090624f824596c67a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72af043c6c874e49cfa3f3b8b0d88a7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7bd689c17e7d19b66c209c60c456a7e = $(`<div id="html_d7bd689c17e7d19b66c209c60c456a7e" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_72af043c6c874e49cfa3f3b8b0d88a7e.setContent(html_d7bd689c17e7d19b66c209c60c456a7e);
|
|
|
|
|
|
|
|
marker_303649a7a658ab2bce8053cecd5ecdf2.bindPopup(popup_72af043c6c874e49cfa3f3b8b0d88a7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_303649a7a658ab2bce8053cecd5ecdf2.setIcon(icon_d37cb91f6e2c8f090624f824596c67a7);
|
|
|
|
|
|
var marker_ed54e057706cfc124cc8d550c2049e1d = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_84b4fbbb2554c7b48abad1e2d042bf02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30d6cea5790ee66b4270301477fb1263 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c26154f5c69bdac1d19177e048733a35 = $(`<div id="html_c26154f5c69bdac1d19177e048733a35" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_30d6cea5790ee66b4270301477fb1263.setContent(html_c26154f5c69bdac1d19177e048733a35);
|
|
|
|
|
|
|
|
marker_ed54e057706cfc124cc8d550c2049e1d.bindPopup(popup_30d6cea5790ee66b4270301477fb1263)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed54e057706cfc124cc8d550c2049e1d.setIcon(icon_84b4fbbb2554c7b48abad1e2d042bf02);
|
|
|
|
|
|
var marker_4804ea2ccbce3b158935ea111ffcc8da = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_93f9c5d6eb2131d0b188d3ef95615033 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3a5704cb7df0d0f1976bd5613c84f99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d596fc59fa760f0c481328eb3a2aa10 = $(`<div id="html_4d596fc59fa760f0c481328eb3a2aa10" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_a3a5704cb7df0d0f1976bd5613c84f99.setContent(html_4d596fc59fa760f0c481328eb3a2aa10);
|
|
|
|
|
|
|
|
marker_4804ea2ccbce3b158935ea111ffcc8da.bindPopup(popup_a3a5704cb7df0d0f1976bd5613c84f99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4804ea2ccbce3b158935ea111ffcc8da.setIcon(icon_93f9c5d6eb2131d0b188d3ef95615033);
|
|
|
|
|
|
var marker_e7f173cbd1bcd44a6667da583bc70b88 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_8028ef0f45c92b326b3eb875fa06b650 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc73058da22d351b83d2f60a13091191 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_787ac834211dc6d3a4ce0b2c7e064ba9 = $(`<div id="html_787ac834211dc6d3a4ce0b2c7e064ba9" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_dc73058da22d351b83d2f60a13091191.setContent(html_787ac834211dc6d3a4ce0b2c7e064ba9);
|
|
|
|
|
|
|
|
marker_e7f173cbd1bcd44a6667da583bc70b88.bindPopup(popup_dc73058da22d351b83d2f60a13091191)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7f173cbd1bcd44a6667da583bc70b88.setIcon(icon_8028ef0f45c92b326b3eb875fa06b650);
|
|
|
|
|
|
var marker_ca39d9bd09b1482ee2a51dd657cee882 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_9878c856900d9ecd25d3b32ed40f9deb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_872dbead3148f02d712b2475e5bc7759 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83bb8c46aae571c1c7d63543eb776f2b = $(`<div id="html_83bb8c46aae571c1c7d63543eb776f2b" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_872dbead3148f02d712b2475e5bc7759.setContent(html_83bb8c46aae571c1c7d63543eb776f2b);
|
|
|
|
|
|
|
|
marker_ca39d9bd09b1482ee2a51dd657cee882.bindPopup(popup_872dbead3148f02d712b2475e5bc7759)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca39d9bd09b1482ee2a51dd657cee882.setIcon(icon_9878c856900d9ecd25d3b32ed40f9deb);
|
|
|
|
|
|
var marker_b58bae373b37f6e3750164b538cdf537 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_da9224a573c29e7ab554f06f0d9a341c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49340a870aa944e7c507e124574472a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67ad40557af40379aefa992c56a549fc = $(`<div id="html_67ad40557af40379aefa992c56a549fc" style="width: 100.0%; height: 100.0%;">orangesync.tech</div>`)[0];
|
|
popup_49340a870aa944e7c507e124574472a2.setContent(html_67ad40557af40379aefa992c56a549fc);
|
|
|
|
|
|
|
|
marker_b58bae373b37f6e3750164b538cdf537.bindPopup(popup_49340a870aa944e7c507e124574472a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b58bae373b37f6e3750164b538cdf537.setIcon(icon_da9224a573c29e7ab554f06f0d9a341c);
|
|
|
|
|
|
var marker_568fc690b0020b17aba20bd375f187a7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_ab0eda217cb74e9c31e3b5e875e00385 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe82b774b314556dab8697293366595a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c11a4d8ef4effaef78a52cc49d82f9a = $(`<div id="html_8c11a4d8ef4effaef78a52cc49d82f9a" style="width: 100.0%; height: 100.0%;">a.nos.lol</div>`)[0];
|
|
popup_fe82b774b314556dab8697293366595a.setContent(html_8c11a4d8ef4effaef78a52cc49d82f9a);
|
|
|
|
|
|
|
|
marker_568fc690b0020b17aba20bd375f187a7.bindPopup(popup_fe82b774b314556dab8697293366595a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_568fc690b0020b17aba20bd375f187a7.setIcon(icon_ab0eda217cb74e9c31e3b5e875e00385);
|
|
|
|
|
|
var marker_3aa319f0a8395a2299c201bfda7e5223 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_c9a6f75c50fbdf9bf3619cecfa556cd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_353a0f6fd226a526fc032b64b4b0bb7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddc0c79cee60f1440c56475fe4f003e3 = $(`<div id="html_ddc0c79cee60f1440c56475fe4f003e3" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_353a0f6fd226a526fc032b64b4b0bb7f.setContent(html_ddc0c79cee60f1440c56475fe4f003e3);
|
|
|
|
|
|
|
|
marker_3aa319f0a8395a2299c201bfda7e5223.bindPopup(popup_353a0f6fd226a526fc032b64b4b0bb7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3aa319f0a8395a2299c201bfda7e5223.setIcon(icon_c9a6f75c50fbdf9bf3619cecfa556cd0);
|
|
|
|
|
|
var marker_4e439593b8ab73576b857e53c15f0f47 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_c70a06f3b66229cee6f05d151a913de2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc4d8589dabb25ad91cb0d5f5a283a94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bc23ee1217203a126e25210164678e0 = $(`<div id="html_6bc23ee1217203a126e25210164678e0" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_fc4d8589dabb25ad91cb0d5f5a283a94.setContent(html_6bc23ee1217203a126e25210164678e0);
|
|
|
|
|
|
|
|
marker_4e439593b8ab73576b857e53c15f0f47.bindPopup(popup_fc4d8589dabb25ad91cb0d5f5a283a94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e439593b8ab73576b857e53c15f0f47.setIcon(icon_c70a06f3b66229cee6f05d151a913de2);
|
|
|
|
|
|
var marker_81e471bf5f017cd29d4fc5d27a3e3915 = L.marker(
|
|
[13.9178, 100.424],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_c8794e1e60466436710f075f44f9a7cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_435dd53609156e8423a9015832cba3b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2079c270eb748bfae6ba5c249395867f = $(`<div id="html_2079c270eb748bfae6ba5c249395867f" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_435dd53609156e8423a9015832cba3b4.setContent(html_2079c270eb748bfae6ba5c249395867f);
|
|
|
|
|
|
|
|
marker_81e471bf5f017cd29d4fc5d27a3e3915.bindPopup(popup_435dd53609156e8423a9015832cba3b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81e471bf5f017cd29d4fc5d27a3e3915.setIcon(icon_c8794e1e60466436710f075f44f9a7cf);
|
|
|
|
|
|
var marker_4119d254593289a87edc45e7e3c3e8b5 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_a440417a3388bb212f0eef84ffe0d1d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af69640d25fa8ce32efdd5eb24e5d755 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f85c3b567dcfcf3516d70e16808942f9 = $(`<div id="html_f85c3b567dcfcf3516d70e16808942f9" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_af69640d25fa8ce32efdd5eb24e5d755.setContent(html_f85c3b567dcfcf3516d70e16808942f9);
|
|
|
|
|
|
|
|
marker_4119d254593289a87edc45e7e3c3e8b5.bindPopup(popup_af69640d25fa8ce32efdd5eb24e5d755)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4119d254593289a87edc45e7e3c3e8b5.setIcon(icon_a440417a3388bb212f0eef84ffe0d1d9);
|
|
|
|
|
|
var marker_efe8dfced16eabe70f7e5cf576cd677a = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_080e3fcd53e1198a17bfe24733d7c386 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de0b11495bafb658ac5abae082d4afc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e36a4f35d1a2fe4c9040eba83f7d0350 = $(`<div id="html_e36a4f35d1a2fe4c9040eba83f7d0350" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_de0b11495bafb658ac5abae082d4afc9.setContent(html_e36a4f35d1a2fe4c9040eba83f7d0350);
|
|
|
|
|
|
|
|
marker_efe8dfced16eabe70f7e5cf576cd677a.bindPopup(popup_de0b11495bafb658ac5abae082d4afc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efe8dfced16eabe70f7e5cf576cd677a.setIcon(icon_080e3fcd53e1198a17bfe24733d7c386);
|
|
|
|
|
|
var marker_b28519472f6517153019890add23de69 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_69c6c2dcdc2594ee2ba1609abee2e96a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d714d4eb60d6a526d68034675a6d502a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e76f2295c749dfc34bbc2605b950545 = $(`<div id="html_2e76f2295c749dfc34bbc2605b950545" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_d714d4eb60d6a526d68034675a6d502a.setContent(html_2e76f2295c749dfc34bbc2605b950545);
|
|
|
|
|
|
|
|
marker_b28519472f6517153019890add23de69.bindPopup(popup_d714d4eb60d6a526d68034675a6d502a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b28519472f6517153019890add23de69.setIcon(icon_69c6c2dcdc2594ee2ba1609abee2e96a);
|
|
|
|
|
|
var marker_65c011207d3e99ac189e5372c9f4bb33 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_f24aba3a218fa5f3d65262e43729bcf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d61eba3d98ee475b448f9572ca25fc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adb95c3d9b1583538a28cd68f53b10d2 = $(`<div id="html_adb95c3d9b1583538a28cd68f53b10d2" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_0d61eba3d98ee475b448f9572ca25fc7.setContent(html_adb95c3d9b1583538a28cd68f53b10d2);
|
|
|
|
|
|
|
|
marker_65c011207d3e99ac189e5372c9f4bb33.bindPopup(popup_0d61eba3d98ee475b448f9572ca25fc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65c011207d3e99ac189e5372c9f4bb33.setIcon(icon_f24aba3a218fa5f3d65262e43729bcf6);
|
|
|
|
|
|
var marker_f7813d503e8a51f0ecf21c5357ee29de = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_2f784a0f2375ad36f4a5763336e647a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9db384bd9728207f80529d68abe04492 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f13bff506033a46f9e14b4900480028 = $(`<div id="html_1f13bff506033a46f9e14b4900480028" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_9db384bd9728207f80529d68abe04492.setContent(html_1f13bff506033a46f9e14b4900480028);
|
|
|
|
|
|
|
|
marker_f7813d503e8a51f0ecf21c5357ee29de.bindPopup(popup_9db384bd9728207f80529d68abe04492)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7813d503e8a51f0ecf21c5357ee29de.setIcon(icon_2f784a0f2375ad36f4a5763336e647a0);
|
|
|
|
|
|
var marker_01f4352f389b0d2b7ff6c0a47c5d29a6 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_717fd59f82a3c65860f52cbded1fc6f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e2be61e42a7261bb0b4b1731dc3a282 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bb9d6198ac0ccc19f8f66d3b82292f3 = $(`<div id="html_4bb9d6198ac0ccc19f8f66d3b82292f3" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_9e2be61e42a7261bb0b4b1731dc3a282.setContent(html_4bb9d6198ac0ccc19f8f66d3b82292f3);
|
|
|
|
|
|
|
|
marker_01f4352f389b0d2b7ff6c0a47c5d29a6.bindPopup(popup_9e2be61e42a7261bb0b4b1731dc3a282)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01f4352f389b0d2b7ff6c0a47c5d29a6.setIcon(icon_717fd59f82a3c65860f52cbded1fc6f3);
|
|
|
|
|
|
var marker_4a27358e181ae6068cf0951c39077333 = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_30f31bdae3ecb38369c64d10538eb3ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e75ce5c99b1c51ef8c1befa469b35959 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcc67f642de990bd20c341cd91ba9b04 = $(`<div id="html_dcc67f642de990bd20c341cd91ba9b04" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_e75ce5c99b1c51ef8c1befa469b35959.setContent(html_dcc67f642de990bd20c341cd91ba9b04);
|
|
|
|
|
|
|
|
marker_4a27358e181ae6068cf0951c39077333.bindPopup(popup_e75ce5c99b1c51ef8c1befa469b35959)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a27358e181ae6068cf0951c39077333.setIcon(icon_30f31bdae3ecb38369c64d10538eb3ba);
|
|
|
|
|
|
var marker_eeac61aa37322f10ff8f1496a0ee1a19 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_cd18135b864401bd7d32f267cbfb7b29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e22dc212e8ea4af15f268b0d27efd12a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_227aa441255434b0edf3ec77b40fb606 = $(`<div id="html_227aa441255434b0edf3ec77b40fb606" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_e22dc212e8ea4af15f268b0d27efd12a.setContent(html_227aa441255434b0edf3ec77b40fb606);
|
|
|
|
|
|
|
|
marker_eeac61aa37322f10ff8f1496a0ee1a19.bindPopup(popup_e22dc212e8ea4af15f268b0d27efd12a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eeac61aa37322f10ff8f1496a0ee1a19.setIcon(icon_cd18135b864401bd7d32f267cbfb7b29);
|
|
|
|
|
|
var marker_53e10f28d8567e57c4d7e2bed05e8bd3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_37b4a1a442ebc130da9940052688b557 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06f161433e68e09767dea504d109cf47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e8a74266213704f4106e7215f331958 = $(`<div id="html_1e8a74266213704f4106e7215f331958" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_06f161433e68e09767dea504d109cf47.setContent(html_1e8a74266213704f4106e7215f331958);
|
|
|
|
|
|
|
|
marker_53e10f28d8567e57c4d7e2bed05e8bd3.bindPopup(popup_06f161433e68e09767dea504d109cf47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53e10f28d8567e57c4d7e2bed05e8bd3.setIcon(icon_37b4a1a442ebc130da9940052688b557);
|
|
|
|
|
|
var marker_d80b6d2ca94f8934a38368392e06575c = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_4cebdf06b330c8dc482a20170b137ea5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08cbea7a53b5e48ad717874c3ee66489 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e98d552038cda8a14dfee5de7cd479e4 = $(`<div id="html_e98d552038cda8a14dfee5de7cd479e4" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_08cbea7a53b5e48ad717874c3ee66489.setContent(html_e98d552038cda8a14dfee5de7cd479e4);
|
|
|
|
|
|
|
|
marker_d80b6d2ca94f8934a38368392e06575c.bindPopup(popup_08cbea7a53b5e48ad717874c3ee66489)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d80b6d2ca94f8934a38368392e06575c.setIcon(icon_4cebdf06b330c8dc482a20170b137ea5);
|
|
|
|
|
|
var marker_9b0deafa6326f04d41be7de272a3a4ea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_fa730bd06ace4092f4dc0b2731b4d3e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_801c06c49d6f19449d450a979fd873b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff0003e16b189fe07213429b26a014f5 = $(`<div id="html_ff0003e16b189fe07213429b26a014f5" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_801c06c49d6f19449d450a979fd873b0.setContent(html_ff0003e16b189fe07213429b26a014f5);
|
|
|
|
|
|
|
|
marker_9b0deafa6326f04d41be7de272a3a4ea.bindPopup(popup_801c06c49d6f19449d450a979fd873b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b0deafa6326f04d41be7de272a3a4ea.setIcon(icon_fa730bd06ace4092f4dc0b2731b4d3e7);
|
|
|
|
|
|
var marker_93cb8339a1db0a7aab1197665360278d = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_391d64bc6ef55f8589c8b03395c1a31d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07ed871d51df8898b27b23d65b4b76d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9118a469e988bfd21323657cbfa00921 = $(`<div id="html_9118a469e988bfd21323657cbfa00921" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_07ed871d51df8898b27b23d65b4b76d8.setContent(html_9118a469e988bfd21323657cbfa00921);
|
|
|
|
|
|
|
|
marker_93cb8339a1db0a7aab1197665360278d.bindPopup(popup_07ed871d51df8898b27b23d65b4b76d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93cb8339a1db0a7aab1197665360278d.setIcon(icon_391d64bc6ef55f8589c8b03395c1a31d);
|
|
|
|
|
|
var marker_76d1ee98f0ed17bc76c7f71441988d91 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_4a93fb4cc1b7d50cd57da7a345ff8a29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d83e0de843d2d938441b2ac7f3cff21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_459d7cb6417137a8e5e45e558dfa269a = $(`<div id="html_459d7cb6417137a8e5e45e558dfa269a" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_1d83e0de843d2d938441b2ac7f3cff21.setContent(html_459d7cb6417137a8e5e45e558dfa269a);
|
|
|
|
|
|
|
|
marker_76d1ee98f0ed17bc76c7f71441988d91.bindPopup(popup_1d83e0de843d2d938441b2ac7f3cff21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76d1ee98f0ed17bc76c7f71441988d91.setIcon(icon_4a93fb4cc1b7d50cd57da7a345ff8a29);
|
|
|
|
|
|
var marker_311c286338d5dac600a3deb840a99bd5 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_0b162471c3c69032e5cfd31bee419876 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a325baae69b575347c89a0e3be8fb6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd0cee198d69311f0a0a522ab03afdaf = $(`<div id="html_fd0cee198d69311f0a0a522ab03afdaf" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_1a325baae69b575347c89a0e3be8fb6f.setContent(html_fd0cee198d69311f0a0a522ab03afdaf);
|
|
|
|
|
|
|
|
marker_311c286338d5dac600a3deb840a99bd5.bindPopup(popup_1a325baae69b575347c89a0e3be8fb6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_311c286338d5dac600a3deb840a99bd5.setIcon(icon_0b162471c3c69032e5cfd31bee419876);
|
|
|
|
|
|
var marker_5c3956c9701e8380b7014645d815a35a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_a52505f79064203914896e441e95c273 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_906205ac1448a2fa0be41a06398b681a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd62aceeb74967d11c85ac7b906dfc32 = $(`<div id="html_dd62aceeb74967d11c85ac7b906dfc32" style="width: 100.0%; height: 100.0%;">relay1.nostrchat.io</div>`)[0];
|
|
popup_906205ac1448a2fa0be41a06398b681a.setContent(html_dd62aceeb74967d11c85ac7b906dfc32);
|
|
|
|
|
|
|
|
marker_5c3956c9701e8380b7014645d815a35a.bindPopup(popup_906205ac1448a2fa0be41a06398b681a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c3956c9701e8380b7014645d815a35a.setIcon(icon_a52505f79064203914896e441e95c273);
|
|
|
|
|
|
var marker_7c028337a62c528e99af14927345b9a2 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_8c14e3b0bc1893f11699393d6b9b9964 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59e4806155922dfcdf5caf63b4ec4645 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5d243e094911814a81e017b0aaa7e30 = $(`<div id="html_a5d243e094911814a81e017b0aaa7e30" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_59e4806155922dfcdf5caf63b4ec4645.setContent(html_a5d243e094911814a81e017b0aaa7e30);
|
|
|
|
|
|
|
|
marker_7c028337a62c528e99af14927345b9a2.bindPopup(popup_59e4806155922dfcdf5caf63b4ec4645)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c028337a62c528e99af14927345b9a2.setIcon(icon_8c14e3b0bc1893f11699393d6b9b9964);
|
|
|
|
|
|
var marker_8d1f1c6593fac8d51b128894eb2f5bbe = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_8be8efc9f9bf39da45c563c467098f04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5b8309b645bf3d4ce93745cddfb524e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c3db94321fda7f179aed25109c83d27 = $(`<div id="html_9c3db94321fda7f179aed25109c83d27" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_b5b8309b645bf3d4ce93745cddfb524e.setContent(html_9c3db94321fda7f179aed25109c83d27);
|
|
|
|
|
|
|
|
marker_8d1f1c6593fac8d51b128894eb2f5bbe.bindPopup(popup_b5b8309b645bf3d4ce93745cddfb524e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d1f1c6593fac8d51b128894eb2f5bbe.setIcon(icon_8be8efc9f9bf39da45c563c467098f04);
|
|
|
|
|
|
var marker_2bf02e735d9e04c8308f6ba95cedd507 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_ecf75c5747730b5da3f43eba447ce537 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0dbadaa3ba9208a49d96e51989d1daa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d9cfbb82d1d1c97f4d18842b083278e = $(`<div id="html_9d9cfbb82d1d1c97f4d18842b083278e" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_d0dbadaa3ba9208a49d96e51989d1daa.setContent(html_9d9cfbb82d1d1c97f4d18842b083278e);
|
|
|
|
|
|
|
|
marker_2bf02e735d9e04c8308f6ba95cedd507.bindPopup(popup_d0dbadaa3ba9208a49d96e51989d1daa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bf02e735d9e04c8308f6ba95cedd507.setIcon(icon_ecf75c5747730b5da3f43eba447ce537);
|
|
|
|
|
|
var marker_5748e27d0b6c38aa3a366eb2b68aeb5a = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_3d91b3c6cdcf50647883d1bb1e87ae12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5cbaf723b4d6c415211b31cd6247049 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_723cdd94e1d86459a9be4328e3105ee0 = $(`<div id="html_723cdd94e1d86459a9be4328e3105ee0" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_d5cbaf723b4d6c415211b31cd6247049.setContent(html_723cdd94e1d86459a9be4328e3105ee0);
|
|
|
|
|
|
|
|
marker_5748e27d0b6c38aa3a366eb2b68aeb5a.bindPopup(popup_d5cbaf723b4d6c415211b31cd6247049)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5748e27d0b6c38aa3a366eb2b68aeb5a.setIcon(icon_3d91b3c6cdcf50647883d1bb1e87ae12);
|
|
|
|
|
|
var marker_77c9616cb57107f3de6e1b44f3b821d5 = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_b18b947e30e460184599a6e1d50f4cfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_114856ca820e67a001fb60672f664f4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c8347a18e46ff76cfc093a008221ed5 = $(`<div id="html_1c8347a18e46ff76cfc093a008221ed5" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_114856ca820e67a001fb60672f664f4f.setContent(html_1c8347a18e46ff76cfc093a008221ed5);
|
|
|
|
|
|
|
|
marker_77c9616cb57107f3de6e1b44f3b821d5.bindPopup(popup_114856ca820e67a001fb60672f664f4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77c9616cb57107f3de6e1b44f3b821d5.setIcon(icon_b18b947e30e460184599a6e1d50f4cfe);
|
|
|
|
|
|
var marker_0f7cddd688654484fa71749dedea63c2 = L.marker(
|
|
[-26.2041, 28.0473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_a067cdc76441b47ff38f0c8ca1a64503 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a54d3f08f98edce95b2c3ad16c068a9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f55f7eba0cfc40e4b6f16f66e3306a53 = $(`<div id="html_f55f7eba0cfc40e4b6f16f66e3306a53" style="width: 100.0%; height: 100.0%;">ribo.af.nostria.app</div>`)[0];
|
|
popup_a54d3f08f98edce95b2c3ad16c068a9a.setContent(html_f55f7eba0cfc40e4b6f16f66e3306a53);
|
|
|
|
|
|
|
|
marker_0f7cddd688654484fa71749dedea63c2.bindPopup(popup_a54d3f08f98edce95b2c3ad16c068a9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f7cddd688654484fa71749dedea63c2.setIcon(icon_a067cdc76441b47ff38f0c8ca1a64503);
|
|
|
|
|
|
var marker_daf44c842f8a52e243e9efcd2c11c18b = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_f7edf94c317ce1ec69eb3a790c516fa4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11ec019a8f8e4455e11a253a9b2ee6ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09bd90a518c69dffa67a1ebc7b97db73 = $(`<div id="html_09bd90a518c69dffa67a1ebc7b97db73" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_11ec019a8f8e4455e11a253a9b2ee6ce.setContent(html_09bd90a518c69dffa67a1ebc7b97db73);
|
|
|
|
|
|
|
|
marker_daf44c842f8a52e243e9efcd2c11c18b.bindPopup(popup_11ec019a8f8e4455e11a253a9b2ee6ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_daf44c842f8a52e243e9efcd2c11c18b.setIcon(icon_f7edf94c317ce1ec69eb3a790c516fa4);
|
|
|
|
|
|
var marker_367f5c71360667adbd79c345cdcdfe37 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_bf3f863b6ce3b905405c0803fc067da8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a21853aa5ea3e0554b04574898e200b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2c950bb2377cc10285c13dd7e770f8f = $(`<div id="html_a2c950bb2377cc10285c13dd7e770f8f" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_8a21853aa5ea3e0554b04574898e200b.setContent(html_a2c950bb2377cc10285c13dd7e770f8f);
|
|
|
|
|
|
|
|
marker_367f5c71360667adbd79c345cdcdfe37.bindPopup(popup_8a21853aa5ea3e0554b04574898e200b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_367f5c71360667adbd79c345cdcdfe37.setIcon(icon_bf3f863b6ce3b905405c0803fc067da8);
|
|
|
|
|
|
var marker_075d0001a429b41fba8c2123c5b688c0 = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_cb8e6c1f0a95feadabc4ae9f1f033349 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6af69c2b811c063befcdd188a916d376 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11f94e7b5e35752ebe89c64002072718 = $(`<div id="html_11f94e7b5e35752ebe89c64002072718" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_6af69c2b811c063befcdd188a916d376.setContent(html_11f94e7b5e35752ebe89c64002072718);
|
|
|
|
|
|
|
|
marker_075d0001a429b41fba8c2123c5b688c0.bindPopup(popup_6af69c2b811c063befcdd188a916d376)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_075d0001a429b41fba8c2123c5b688c0.setIcon(icon_cb8e6c1f0a95feadabc4ae9f1f033349);
|
|
|
|
|
|
var marker_5c13c75fe4e78608e061ab26f37c3c85 = L.marker(
|
|
[47.4043, 8.57398],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d4f90c98a45645b6aa46b7d82cfbf183 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb99b2520f024443d79cd100ab0dd7e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b0958f4ee3287c55eaff511d0396d7d = $(`<div id="html_7b0958f4ee3287c55eaff511d0396d7d" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_bb99b2520f024443d79cd100ab0dd7e3.setContent(html_7b0958f4ee3287c55eaff511d0396d7d);
|
|
|
|
|
|
|
|
marker_5c13c75fe4e78608e061ab26f37c3c85.bindPopup(popup_bb99b2520f024443d79cd100ab0dd7e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c13c75fe4e78608e061ab26f37c3c85.setIcon(icon_d4f90c98a45645b6aa46b7d82cfbf183);
|
|
|
|
|
|
var marker_00d473f63809f6c20caf74e5f2df6262 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_4583b0ced566f66b6bebf76aa5130d60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de1c20b583add09c31774b576400fb64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_433d802e67c1e8d01764f42f4962688b = $(`<div id="html_433d802e67c1e8d01764f42f4962688b" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_de1c20b583add09c31774b576400fb64.setContent(html_433d802e67c1e8d01764f42f4962688b);
|
|
|
|
|
|
|
|
marker_00d473f63809f6c20caf74e5f2df6262.bindPopup(popup_de1c20b583add09c31774b576400fb64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00d473f63809f6c20caf74e5f2df6262.setIcon(icon_4583b0ced566f66b6bebf76aa5130d60);
|
|
|
|
|
|
var marker_e96270bfeb13f6e1e8488e52446d56a5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_4d888ca39e6db33d28b22bcb33f0294e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_247eb1ba61352a623064761747bc71b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a61c1267ef54740abdf824b8f15b040 = $(`<div id="html_8a61c1267ef54740abdf824b8f15b040" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_247eb1ba61352a623064761747bc71b2.setContent(html_8a61c1267ef54740abdf824b8f15b040);
|
|
|
|
|
|
|
|
marker_e96270bfeb13f6e1e8488e52446d56a5.bindPopup(popup_247eb1ba61352a623064761747bc71b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e96270bfeb13f6e1e8488e52446d56a5.setIcon(icon_4d888ca39e6db33d28b22bcb33f0294e);
|
|
|
|
|
|
var marker_ea48a67732d5001e3571b661cf04f8d1 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_9a027284e270c59cd6be458ae6d24e16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7435e8261a2dabcc7689abe2d554b47f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06142e1c924e08cd608b45dc18a2d814 = $(`<div id="html_06142e1c924e08cd608b45dc18a2d814" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_7435e8261a2dabcc7689abe2d554b47f.setContent(html_06142e1c924e08cd608b45dc18a2d814);
|
|
|
|
|
|
|
|
marker_ea48a67732d5001e3571b661cf04f8d1.bindPopup(popup_7435e8261a2dabcc7689abe2d554b47f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea48a67732d5001e3571b661cf04f8d1.setIcon(icon_9a027284e270c59cd6be458ae6d24e16);
|
|
|
|
|
|
var marker_f9c4601ef161bd382c41a481a3f70fc5 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_28c9ae461129df60d5a9910a320580e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a66804f667ec40a78d0afa548afb64cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af2209a9c2a5d2677419f023a3a3899f = $(`<div id="html_af2209a9c2a5d2677419f023a3a3899f" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_a66804f667ec40a78d0afa548afb64cc.setContent(html_af2209a9c2a5d2677419f023a3a3899f);
|
|
|
|
|
|
|
|
marker_f9c4601ef161bd382c41a481a3f70fc5.bindPopup(popup_a66804f667ec40a78d0afa548afb64cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9c4601ef161bd382c41a481a3f70fc5.setIcon(icon_28c9ae461129df60d5a9910a320580e4);
|
|
|
|
|
|
var marker_c8be52c497dadbea5c905dc81ca872ec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_0279d74aaef96dfc79296d836cf3f98c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d688fd3486989826392e038daa3c1ba1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49fb4bda06d745a4c9a7bb5472f4a771 = $(`<div id="html_49fb4bda06d745a4c9a7bb5472f4a771" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_d688fd3486989826392e038daa3c1ba1.setContent(html_49fb4bda06d745a4c9a7bb5472f4a771);
|
|
|
|
|
|
|
|
marker_c8be52c497dadbea5c905dc81ca872ec.bindPopup(popup_d688fd3486989826392e038daa3c1ba1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8be52c497dadbea5c905dc81ca872ec.setIcon(icon_0279d74aaef96dfc79296d836cf3f98c);
|
|
|
|
|
|
var marker_0af2da4d362d5d75572af061e62021bb = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d0d17f2dc6214c202e1f67adf5685242 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49f3c1cdc996db9351c8ac1170208ba7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02b061636f9e60d300a57693625d029d = $(`<div id="html_02b061636f9e60d300a57693625d029d" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_49f3c1cdc996db9351c8ac1170208ba7.setContent(html_02b061636f9e60d300a57693625d029d);
|
|
|
|
|
|
|
|
marker_0af2da4d362d5d75572af061e62021bb.bindPopup(popup_49f3c1cdc996db9351c8ac1170208ba7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0af2da4d362d5d75572af061e62021bb.setIcon(icon_d0d17f2dc6214c202e1f67adf5685242);
|
|
|
|
|
|
var marker_b0096fb68a8619ecac66f98ad0b4e24f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_47d4906626311431bd17f8842dbafeaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3bedf9085160aeaa437f8c746f6f680 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdbc52cbc932fe53831510733050fba8 = $(`<div id="html_cdbc52cbc932fe53831510733050fba8" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_b3bedf9085160aeaa437f8c746f6f680.setContent(html_cdbc52cbc932fe53831510733050fba8);
|
|
|
|
|
|
|
|
marker_b0096fb68a8619ecac66f98ad0b4e24f.bindPopup(popup_b3bedf9085160aeaa437f8c746f6f680)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0096fb68a8619ecac66f98ad0b4e24f.setIcon(icon_47d4906626311431bd17f8842dbafeaf);
|
|
|
|
|
|
var marker_9c7b3c44316667f3e307819c6543a3ed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_7eba2d1682dfde2558a82ad6c0cbaee7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_980e54aa2bdea6a809f8dd4079d0feeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fa0c56d455279bc4c652cecd8f1699c = $(`<div id="html_6fa0c56d455279bc4c652cecd8f1699c" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_980e54aa2bdea6a809f8dd4079d0feeb.setContent(html_6fa0c56d455279bc4c652cecd8f1699c);
|
|
|
|
|
|
|
|
marker_9c7b3c44316667f3e307819c6543a3ed.bindPopup(popup_980e54aa2bdea6a809f8dd4079d0feeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c7b3c44316667f3e307819c6543a3ed.setIcon(icon_7eba2d1682dfde2558a82ad6c0cbaee7);
|
|
|
|
|
|
var marker_bdb5b9d420ab3016e7ef747360a7015a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_b5a68921303db47676332dcfa8528054 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_196c1c61728e473bbc74eabeb930f0c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4648c6e1e368779ccf2eb43ac21691c = $(`<div id="html_f4648c6e1e368779ccf2eb43ac21691c" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_196c1c61728e473bbc74eabeb930f0c5.setContent(html_f4648c6e1e368779ccf2eb43ac21691c);
|
|
|
|
|
|
|
|
marker_bdb5b9d420ab3016e7ef747360a7015a.bindPopup(popup_196c1c61728e473bbc74eabeb930f0c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdb5b9d420ab3016e7ef747360a7015a.setIcon(icon_b5a68921303db47676332dcfa8528054);
|
|
|
|
|
|
var marker_75111ccdfee809ee3e4f8486fe400596 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_c8e4d4b8b06d3acca8747fc797f3bcb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04ebeebcd7de04a0d1332dd3b1950c6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4aa1513f9b21a686a8981aa756adeb1a = $(`<div id="html_4aa1513f9b21a686a8981aa756adeb1a" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_04ebeebcd7de04a0d1332dd3b1950c6a.setContent(html_4aa1513f9b21a686a8981aa756adeb1a);
|
|
|
|
|
|
|
|
marker_75111ccdfee809ee3e4f8486fe400596.bindPopup(popup_04ebeebcd7de04a0d1332dd3b1950c6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75111ccdfee809ee3e4f8486fe400596.setIcon(icon_c8e4d4b8b06d3acca8747fc797f3bcb4);
|
|
|
|
|
|
var marker_dc288db216a519687d506035418b7bb8 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_acde5f64c4ddbb7ecc121738ca468a2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ac42f8f6b217f7a17692c4f033348a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73c2aba779a8773fc0c49a37c695c20d = $(`<div id="html_73c2aba779a8773fc0c49a37c695c20d" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_0ac42f8f6b217f7a17692c4f033348a8.setContent(html_73c2aba779a8773fc0c49a37c695c20d);
|
|
|
|
|
|
|
|
marker_dc288db216a519687d506035418b7bb8.bindPopup(popup_0ac42f8f6b217f7a17692c4f033348a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc288db216a519687d506035418b7bb8.setIcon(icon_acde5f64c4ddbb7ecc121738ca468a2a);
|
|
|
|
|
|
var marker_3719c3406822f9f2dcc1570f6d96fca8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_c0d06066df7c88859ece880c417736bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46fb972357c7a1408e29914f98d83c7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecc39312fd0e138860b569c4208e0523 = $(`<div id="html_ecc39312fd0e138860b569c4208e0523" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_46fb972357c7a1408e29914f98d83c7d.setContent(html_ecc39312fd0e138860b569c4208e0523);
|
|
|
|
|
|
|
|
marker_3719c3406822f9f2dcc1570f6d96fca8.bindPopup(popup_46fb972357c7a1408e29914f98d83c7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3719c3406822f9f2dcc1570f6d96fca8.setIcon(icon_c0d06066df7c88859ece880c417736bb);
|
|
|
|
|
|
var marker_2f05ccfaa4418289a5fd85a5ba6f6b50 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_27d0100cd9e8840469fa97cefaa2350f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f41a44999ecc8e57ccd2496b7f165248 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a2da8ed9bd357f4e38ca63c8334183d = $(`<div id="html_7a2da8ed9bd357f4e38ca63c8334183d" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_f41a44999ecc8e57ccd2496b7f165248.setContent(html_7a2da8ed9bd357f4e38ca63c8334183d);
|
|
|
|
|
|
|
|
marker_2f05ccfaa4418289a5fd85a5ba6f6b50.bindPopup(popup_f41a44999ecc8e57ccd2496b7f165248)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f05ccfaa4418289a5fd85a5ba6f6b50.setIcon(icon_27d0100cd9e8840469fa97cefaa2350f);
|
|
|
|
|
|
var marker_8b12aadd801e0e634faddeca67048c26 = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_54a2a6ad4cec98c181ece26a2579f265 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_153495badde14b52b502507f981fed2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4397eb35692101ceb74109be840660b = $(`<div id="html_a4397eb35692101ceb74109be840660b" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_153495badde14b52b502507f981fed2e.setContent(html_a4397eb35692101ceb74109be840660b);
|
|
|
|
|
|
|
|
marker_8b12aadd801e0e634faddeca67048c26.bindPopup(popup_153495badde14b52b502507f981fed2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b12aadd801e0e634faddeca67048c26.setIcon(icon_54a2a6ad4cec98c181ece26a2579f265);
|
|
|
|
|
|
var marker_bed81df6d176a5abba45dc98dafa515e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_6d6e8706df2e7ca2f747c87513af17a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5704db3e91e9de5b6d6975202842fa5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb36af09d93a0b576cb2ff9f399f1a07 = $(`<div id="html_eb36af09d93a0b576cb2ff9f399f1a07" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_5704db3e91e9de5b6d6975202842fa5a.setContent(html_eb36af09d93a0b576cb2ff9f399f1a07);
|
|
|
|
|
|
|
|
marker_bed81df6d176a5abba45dc98dafa515e.bindPopup(popup_5704db3e91e9de5b6d6975202842fa5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bed81df6d176a5abba45dc98dafa515e.setIcon(icon_6d6e8706df2e7ca2f747c87513af17a6);
|
|
|
|
|
|
var marker_b2872b77f72094c16b213b5652cd0145 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_cf49ae931125752bb3f2eaa53a78c342 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39e7a26a5c69168698e423d58c6f4186 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42c81d054f6200ec6a2b206e47651104 = $(`<div id="html_42c81d054f6200ec6a2b206e47651104" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_39e7a26a5c69168698e423d58c6f4186.setContent(html_42c81d054f6200ec6a2b206e47651104);
|
|
|
|
|
|
|
|
marker_b2872b77f72094c16b213b5652cd0145.bindPopup(popup_39e7a26a5c69168698e423d58c6f4186)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2872b77f72094c16b213b5652cd0145.setIcon(icon_cf49ae931125752bb3f2eaa53a78c342);
|
|
|
|
|
|
var marker_524ec4a3de98e82c0d46c8bf1c63c515 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_8a7115dc813ce05c325f90ef7130d058 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abcac7e49677b7160f5c084fef2a9ca9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad8528a920c8be43b07fa538499d1cd2 = $(`<div id="html_ad8528a920c8be43b07fa538499d1cd2" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_abcac7e49677b7160f5c084fef2a9ca9.setContent(html_ad8528a920c8be43b07fa538499d1cd2);
|
|
|
|
|
|
|
|
marker_524ec4a3de98e82c0d46c8bf1c63c515.bindPopup(popup_abcac7e49677b7160f5c084fef2a9ca9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_524ec4a3de98e82c0d46c8bf1c63c515.setIcon(icon_8a7115dc813ce05c325f90ef7130d058);
|
|
|
|
|
|
var marker_a493decd436439ecd594572cd5ec4007 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d3e6311254efa4436f6425c837b39f49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4d1680c9a41cf685941b8eb62de2ae0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_546116e8b98a7025274763cf41a92fe9 = $(`<div id="html_546116e8b98a7025274763cf41a92fe9" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_d4d1680c9a41cf685941b8eb62de2ae0.setContent(html_546116e8b98a7025274763cf41a92fe9);
|
|
|
|
|
|
|
|
marker_a493decd436439ecd594572cd5ec4007.bindPopup(popup_d4d1680c9a41cf685941b8eb62de2ae0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a493decd436439ecd594572cd5ec4007.setIcon(icon_d3e6311254efa4436f6425c837b39f49);
|
|
|
|
|
|
var marker_ea48f9d9198125e2dd9db3ffe8aafba5 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_f86ec0f0a79735e4b088413af305ca62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16e89da790fb8e878d0ac36ee017695c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f24d8da2b45a4670001a424309faad08 = $(`<div id="html_f24d8da2b45a4670001a424309faad08" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_16e89da790fb8e878d0ac36ee017695c.setContent(html_f24d8da2b45a4670001a424309faad08);
|
|
|
|
|
|
|
|
marker_ea48f9d9198125e2dd9db3ffe8aafba5.bindPopup(popup_16e89da790fb8e878d0ac36ee017695c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea48f9d9198125e2dd9db3ffe8aafba5.setIcon(icon_f86ec0f0a79735e4b088413af305ca62);
|
|
|
|
|
|
var marker_34715564fa95489c6c8fb25f7274535f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_80965af3a47df6caffb2fc7bfdbb34d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10e22ab81be105a1ab5b62fa2f0742fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88795788c752f257377e697a1baf6a3d = $(`<div id="html_88795788c752f257377e697a1baf6a3d" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_10e22ab81be105a1ab5b62fa2f0742fb.setContent(html_88795788c752f257377e697a1baf6a3d);
|
|
|
|
|
|
|
|
marker_34715564fa95489c6c8fb25f7274535f.bindPopup(popup_10e22ab81be105a1ab5b62fa2f0742fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34715564fa95489c6c8fb25f7274535f.setIcon(icon_80965af3a47df6caffb2fc7bfdbb34d6);
|
|
|
|
|
|
var marker_d229f3aa6698dee92d8629fdac9789eb = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_39fff1d164bb68791295147d7ae938e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ae0fa462c9df1d3a016a5d6e822244b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d3cb0bd28a9a707db1564f6ae3d57ee = $(`<div id="html_7d3cb0bd28a9a707db1564f6ae3d57ee" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_2ae0fa462c9df1d3a016a5d6e822244b.setContent(html_7d3cb0bd28a9a707db1564f6ae3d57ee);
|
|
|
|
|
|
|
|
marker_d229f3aa6698dee92d8629fdac9789eb.bindPopup(popup_2ae0fa462c9df1d3a016a5d6e822244b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d229f3aa6698dee92d8629fdac9789eb.setIcon(icon_39fff1d164bb68791295147d7ae938e8);
|
|
|
|
|
|
var marker_8aa599d1e0dd6dc2645be519c85cbb0b = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_f01c6840f48aac2d9a01eaab13337cfc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df71364c4b91dc963d40ede517bc81e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84f1b5b494cd88cd7db72247d4210d7a = $(`<div id="html_84f1b5b494cd88cd7db72247d4210d7a" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_df71364c4b91dc963d40ede517bc81e4.setContent(html_84f1b5b494cd88cd7db72247d4210d7a);
|
|
|
|
|
|
|
|
marker_8aa599d1e0dd6dc2645be519c85cbb0b.bindPopup(popup_df71364c4b91dc963d40ede517bc81e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8aa599d1e0dd6dc2645be519c85cbb0b.setIcon(icon_f01c6840f48aac2d9a01eaab13337cfc);
|
|
|
|
|
|
var marker_10da541235775ae853dcb77f60000c16 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_39c9f2975bbae98b6c3d33ab1e6a2b20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1509bc09aaa6da4e00913e7e86d90fa8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f61ecc7db8dd60f3e08362d1487dc94 = $(`<div id="html_1f61ecc7db8dd60f3e08362d1487dc94" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_1509bc09aaa6da4e00913e7e86d90fa8.setContent(html_1f61ecc7db8dd60f3e08362d1487dc94);
|
|
|
|
|
|
|
|
marker_10da541235775ae853dcb77f60000c16.bindPopup(popup_1509bc09aaa6da4e00913e7e86d90fa8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10da541235775ae853dcb77f60000c16.setIcon(icon_39c9f2975bbae98b6c3d33ab1e6a2b20);
|
|
|
|
|
|
var marker_1ae17c8ad145c6afa75407da8bc4e105 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_baccfd183aae854ce12c1d8919175165 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4fdb466097711fb6f8c0fc612d39ff7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3830d2a5bc17bc7ac70eea4222c07d09 = $(`<div id="html_3830d2a5bc17bc7ac70eea4222c07d09" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_b4fdb466097711fb6f8c0fc612d39ff7.setContent(html_3830d2a5bc17bc7ac70eea4222c07d09);
|
|
|
|
|
|
|
|
marker_1ae17c8ad145c6afa75407da8bc4e105.bindPopup(popup_b4fdb466097711fb6f8c0fc612d39ff7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ae17c8ad145c6afa75407da8bc4e105.setIcon(icon_baccfd183aae854ce12c1d8919175165);
|
|
|
|
|
|
var marker_04c0d15988781955821c15f9d52b9886 = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_e0a1159a8b8545947e1dda3b5ab51c9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aeab069df69458eb3df0b9f986c24745 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c8067d5574e3487a620b008a117551d = $(`<div id="html_5c8067d5574e3487a620b008a117551d" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_aeab069df69458eb3df0b9f986c24745.setContent(html_5c8067d5574e3487a620b008a117551d);
|
|
|
|
|
|
|
|
marker_04c0d15988781955821c15f9d52b9886.bindPopup(popup_aeab069df69458eb3df0b9f986c24745)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04c0d15988781955821c15f9d52b9886.setIcon(icon_e0a1159a8b8545947e1dda3b5ab51c9d);
|
|
|
|
|
|
var marker_ded37d98bf198cfe901837d7dac72c77 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_93969222eae38ea16c83cc09fd6bab35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d29084473ae78b7e14256a51d10283c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12b4931559f6564b4948b5066b577c99 = $(`<div id="html_12b4931559f6564b4948b5066b577c99" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_6d29084473ae78b7e14256a51d10283c.setContent(html_12b4931559f6564b4948b5066b577c99);
|
|
|
|
|
|
|
|
marker_ded37d98bf198cfe901837d7dac72c77.bindPopup(popup_6d29084473ae78b7e14256a51d10283c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ded37d98bf198cfe901837d7dac72c77.setIcon(icon_93969222eae38ea16c83cc09fd6bab35);
|
|
|
|
|
|
var marker_e6455bbb82ec119cbce572a380619846 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_c2d9a90b70428e1fc3a66a55a5974c17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d006efd2a041fca9b2073e1d9fb989f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05d05769183d17b8c561313c64982462 = $(`<div id="html_05d05769183d17b8c561313c64982462" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_d006efd2a041fca9b2073e1d9fb989f8.setContent(html_05d05769183d17b8c561313c64982462);
|
|
|
|
|
|
|
|
marker_e6455bbb82ec119cbce572a380619846.bindPopup(popup_d006efd2a041fca9b2073e1d9fb989f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6455bbb82ec119cbce572a380619846.setIcon(icon_c2d9a90b70428e1fc3a66a55a5974c17);
|
|
|
|
|
|
var marker_79578d03363a4bf9b47ce0b93df19581 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_2a03919087fbb9334b92fc74b56b6238 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21662fced0f86f206994cc6525732aff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a38d54d171febf978d8782119e3a7a20 = $(`<div id="html_a38d54d171febf978d8782119e3a7a20" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_21662fced0f86f206994cc6525732aff.setContent(html_a38d54d171febf978d8782119e3a7a20);
|
|
|
|
|
|
|
|
marker_79578d03363a4bf9b47ce0b93df19581.bindPopup(popup_21662fced0f86f206994cc6525732aff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79578d03363a4bf9b47ce0b93df19581.setIcon(icon_2a03919087fbb9334b92fc74b56b6238);
|
|
|
|
|
|
var marker_1a073ee696942dcd04c9dca991093e74 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_0b0e75980639e2be0c38f49265d41158 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e2f7b7f2f12ff3e80a0b28adcb54d33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e694078f50780d81a59b35578d683e3 = $(`<div id="html_0e694078f50780d81a59b35578d683e3" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_2e2f7b7f2f12ff3e80a0b28adcb54d33.setContent(html_0e694078f50780d81a59b35578d683e3);
|
|
|
|
|
|
|
|
marker_1a073ee696942dcd04c9dca991093e74.bindPopup(popup_2e2f7b7f2f12ff3e80a0b28adcb54d33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a073ee696942dcd04c9dca991093e74.setIcon(icon_0b0e75980639e2be0c38f49265d41158);
|
|
|
|
|
|
var marker_354e25166b2237ac92aec5aacc5b0424 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_3c32c94e20c7eb60d88fbbe1ef704c04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df764ff4f209cf413a23b4169e476509 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f823c796293f5872ee2c02d39f44aa9 = $(`<div id="html_0f823c796293f5872ee2c02d39f44aa9" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_df764ff4f209cf413a23b4169e476509.setContent(html_0f823c796293f5872ee2c02d39f44aa9);
|
|
|
|
|
|
|
|
marker_354e25166b2237ac92aec5aacc5b0424.bindPopup(popup_df764ff4f209cf413a23b4169e476509)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_354e25166b2237ac92aec5aacc5b0424.setIcon(icon_3c32c94e20c7eb60d88fbbe1ef704c04);
|
|
|
|
|
|
var marker_2ecef3bd2eabe11d2788a9d548f4ff4d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_ebc3210d8544a1f66fb15465b1338d50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2afa8a8b605ae7d66ade228852577317 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdb79603cb0f49448a67b3c04141a86b = $(`<div id="html_fdb79603cb0f49448a67b3c04141a86b" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_2afa8a8b605ae7d66ade228852577317.setContent(html_fdb79603cb0f49448a67b3c04141a86b);
|
|
|
|
|
|
|
|
marker_2ecef3bd2eabe11d2788a9d548f4ff4d.bindPopup(popup_2afa8a8b605ae7d66ade228852577317)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ecef3bd2eabe11d2788a9d548f4ff4d.setIcon(icon_ebc3210d8544a1f66fb15465b1338d50);
|
|
|
|
|
|
var marker_f23e0e5e5404b43051b80bb0963cda87 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_f05c3f1254fafe0a837260a2aa879c1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66654be52e9466b0e513b973af845bd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02512808a8717b7489bb7089a595be9e = $(`<div id="html_02512808a8717b7489bb7089a595be9e" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_66654be52e9466b0e513b973af845bd3.setContent(html_02512808a8717b7489bb7089a595be9e);
|
|
|
|
|
|
|
|
marker_f23e0e5e5404b43051b80bb0963cda87.bindPopup(popup_66654be52e9466b0e513b973af845bd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f23e0e5e5404b43051b80bb0963cda87.setIcon(icon_f05c3f1254fafe0a837260a2aa879c1e);
|
|
|
|
|
|
var marker_fae62cdca006d0189e88fc31152ee715 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_70364f8ddeb3a96319e3901ebd88b916 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d071df28a5ed6f953b6e6790161e755 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbc1acf5e9e6ed18f1abb0d14e15342a = $(`<div id="html_dbc1acf5e9e6ed18f1abb0d14e15342a" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_7d071df28a5ed6f953b6e6790161e755.setContent(html_dbc1acf5e9e6ed18f1abb0d14e15342a);
|
|
|
|
|
|
|
|
marker_fae62cdca006d0189e88fc31152ee715.bindPopup(popup_7d071df28a5ed6f953b6e6790161e755)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fae62cdca006d0189e88fc31152ee715.setIcon(icon_70364f8ddeb3a96319e3901ebd88b916);
|
|
|
|
|
|
var marker_5f03d97201724ab9c2738e08313649a6 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_32261e5679faf80dc3b3cfc8f72b27e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84b3081a51c965fa51e47ac7cf2c782d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_940b8c3d8541d272ad852a90d0ac5eb4 = $(`<div id="html_940b8c3d8541d272ad852a90d0ac5eb4" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_84b3081a51c965fa51e47ac7cf2c782d.setContent(html_940b8c3d8541d272ad852a90d0ac5eb4);
|
|
|
|
|
|
|
|
marker_5f03d97201724ab9c2738e08313649a6.bindPopup(popup_84b3081a51c965fa51e47ac7cf2c782d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f03d97201724ab9c2738e08313649a6.setIcon(icon_32261e5679faf80dc3b3cfc8f72b27e3);
|
|
|
|
|
|
var marker_4b6aa9079ef89740b52cb54d5618d150 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_b40832657f2296b3df9de2846818e0f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab4f895c3858556792512eabf77ec794 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15fa73ac218e41cd10bfc480f66ed940 = $(`<div id="html_15fa73ac218e41cd10bfc480f66ed940" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_ab4f895c3858556792512eabf77ec794.setContent(html_15fa73ac218e41cd10bfc480f66ed940);
|
|
|
|
|
|
|
|
marker_4b6aa9079ef89740b52cb54d5618d150.bindPopup(popup_ab4f895c3858556792512eabf77ec794)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b6aa9079ef89740b52cb54d5618d150.setIcon(icon_b40832657f2296b3df9de2846818e0f3);
|
|
|
|
|
|
var marker_fa1f1b6bce42225d319c3fd0d3df527a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_34c1338d368b10b67a98432248811561 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fecf47d4d9d48faa6625e06814c76a80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f96d2427e7ba0228f14369fc370b01a5 = $(`<div id="html_f96d2427e7ba0228f14369fc370b01a5" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_fecf47d4d9d48faa6625e06814c76a80.setContent(html_f96d2427e7ba0228f14369fc370b01a5);
|
|
|
|
|
|
|
|
marker_fa1f1b6bce42225d319c3fd0d3df527a.bindPopup(popup_fecf47d4d9d48faa6625e06814c76a80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa1f1b6bce42225d319c3fd0d3df527a.setIcon(icon_34c1338d368b10b67a98432248811561);
|
|
|
|
|
|
var marker_36dad1cc5871a41873c7f96979e5e4e3 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_3278bf660d8657bc19ead70fbfba245a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_921bb195f698a3729c418af03a5557f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db7d14faf4e4d23080fe1796d0369475 = $(`<div id="html_db7d14faf4e4d23080fe1796d0369475" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_921bb195f698a3729c418af03a5557f4.setContent(html_db7d14faf4e4d23080fe1796d0369475);
|
|
|
|
|
|
|
|
marker_36dad1cc5871a41873c7f96979e5e4e3.bindPopup(popup_921bb195f698a3729c418af03a5557f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36dad1cc5871a41873c7f96979e5e4e3.setIcon(icon_3278bf660d8657bc19ead70fbfba245a);
|
|
|
|
|
|
var marker_0a4df8d16f5d60f812b8d53eeecc8a4f = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_2127cae2c74f5775b0049eb79182b0ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2580d2570e3d5f06ffcf3e731a999dcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18b4213d52659463f0de48a932244088 = $(`<div id="html_18b4213d52659463f0de48a932244088" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_2580d2570e3d5f06ffcf3e731a999dcd.setContent(html_18b4213d52659463f0de48a932244088);
|
|
|
|
|
|
|
|
marker_0a4df8d16f5d60f812b8d53eeecc8a4f.bindPopup(popup_2580d2570e3d5f06ffcf3e731a999dcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a4df8d16f5d60f812b8d53eeecc8a4f.setIcon(icon_2127cae2c74f5775b0049eb79182b0ce);
|
|
|
|
|
|
var marker_6d8fa341454bb1f367ec84be148c12e8 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_1735370ea698d3e5c89a60edc801f32a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a06710592b0a5797dc39288dd3a7067c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3dec28d9d238db24aa13c3b7184ec5b = $(`<div id="html_b3dec28d9d238db24aa13c3b7184ec5b" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_a06710592b0a5797dc39288dd3a7067c.setContent(html_b3dec28d9d238db24aa13c3b7184ec5b);
|
|
|
|
|
|
|
|
marker_6d8fa341454bb1f367ec84be148c12e8.bindPopup(popup_a06710592b0a5797dc39288dd3a7067c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d8fa341454bb1f367ec84be148c12e8.setIcon(icon_1735370ea698d3e5c89a60edc801f32a);
|
|
|
|
|
|
var marker_f09fd99546f2192a15c2d23f67bf27e5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_073ec1402e2bbcd7a7b98a62db3ff3a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1f775676ea87b4b4a65fdefd4f996ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a52ce6fc23ca100a2b4e5d254b94b972 = $(`<div id="html_a52ce6fc23ca100a2b4e5d254b94b972" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_f1f775676ea87b4b4a65fdefd4f996ff.setContent(html_a52ce6fc23ca100a2b4e5d254b94b972);
|
|
|
|
|
|
|
|
marker_f09fd99546f2192a15c2d23f67bf27e5.bindPopup(popup_f1f775676ea87b4b4a65fdefd4f996ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f09fd99546f2192a15c2d23f67bf27e5.setIcon(icon_073ec1402e2bbcd7a7b98a62db3ff3a2);
|
|
|
|
|
|
var marker_2f2b3986ba0849102efab9ba35f27ed0 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_c5971d495786d78ef4c6002fd1ba3c45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d803f7d8197e0c445b515e23914b83e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67c203625ca3cdae06d75c88f03719b1 = $(`<div id="html_67c203625ca3cdae06d75c88f03719b1" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_d803f7d8197e0c445b515e23914b83e7.setContent(html_67c203625ca3cdae06d75c88f03719b1);
|
|
|
|
|
|
|
|
marker_2f2b3986ba0849102efab9ba35f27ed0.bindPopup(popup_d803f7d8197e0c445b515e23914b83e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f2b3986ba0849102efab9ba35f27ed0.setIcon(icon_c5971d495786d78ef4c6002fd1ba3c45);
|
|
|
|
|
|
var marker_c45056eb74d73cc5c806af505e140bae = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_1cdbf38c3a666aa6b7fd0881a89b6aac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_886c33405c0d303f64fb3363248e7ce9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbae27fcebef3e8b170d7ca27198c19b = $(`<div id="html_bbae27fcebef3e8b170d7ca27198c19b" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_886c33405c0d303f64fb3363248e7ce9.setContent(html_bbae27fcebef3e8b170d7ca27198c19b);
|
|
|
|
|
|
|
|
marker_c45056eb74d73cc5c806af505e140bae.bindPopup(popup_886c33405c0d303f64fb3363248e7ce9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c45056eb74d73cc5c806af505e140bae.setIcon(icon_1cdbf38c3a666aa6b7fd0881a89b6aac);
|
|
|
|
|
|
var marker_14deed751d179e68a448afb169c8a125 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_3bed05e1325450272afa9f8f49076f7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b335870030e29567d775fa0142e0b9b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4eec619c6cfa83e6229869979b0c24d4 = $(`<div id="html_4eec619c6cfa83e6229869979b0c24d4" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_b335870030e29567d775fa0142e0b9b0.setContent(html_4eec619c6cfa83e6229869979b0c24d4);
|
|
|
|
|
|
|
|
marker_14deed751d179e68a448afb169c8a125.bindPopup(popup_b335870030e29567d775fa0142e0b9b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14deed751d179e68a448afb169c8a125.setIcon(icon_3bed05e1325450272afa9f8f49076f7f);
|
|
|
|
|
|
var marker_b89f74a0822607a96af4aa2cb93b8727 = L.marker(
|
|
[52.6467, 4.7395],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_0dd717b622811141b9b3186b82ec1b15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19583779152279913156f24a1e8a6896 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cb5c13b5a05930143dca83a10e4f45d = $(`<div id="html_5cb5c13b5a05930143dca83a10e4f45d" style="width: 100.0%; height: 100.0%;">relay.nostr.vet</div>`)[0];
|
|
popup_19583779152279913156f24a1e8a6896.setContent(html_5cb5c13b5a05930143dca83a10e4f45d);
|
|
|
|
|
|
|
|
marker_b89f74a0822607a96af4aa2cb93b8727.bindPopup(popup_19583779152279913156f24a1e8a6896)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b89f74a0822607a96af4aa2cb93b8727.setIcon(icon_0dd717b622811141b9b3186b82ec1b15);
|
|
|
|
|
|
var marker_f94322c644665f3d08416f7031b610ec = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d49f29455cb6f39b63fda0fac6ccc398 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_740143f214c1fc59dbf3dd7b36c53bab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_452069d6cb03c48e390972b5cb902a37 = $(`<div id="html_452069d6cb03c48e390972b5cb902a37" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_740143f214c1fc59dbf3dd7b36c53bab.setContent(html_452069d6cb03c48e390972b5cb902a37);
|
|
|
|
|
|
|
|
marker_f94322c644665f3d08416f7031b610ec.bindPopup(popup_740143f214c1fc59dbf3dd7b36c53bab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f94322c644665f3d08416f7031b610ec.setIcon(icon_d49f29455cb6f39b63fda0fac6ccc398);
|
|
|
|
|
|
var marker_d38135ceb4300f6fcca544d4787fb2bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_0309806264c4f573f0683626e5b82777 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_686f77c69568ecf142080ed3af966cf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6656ddf58cb0a1cc46c08c87bb26af4e = $(`<div id="html_6656ddf58cb0a1cc46c08c87bb26af4e" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_686f77c69568ecf142080ed3af966cf5.setContent(html_6656ddf58cb0a1cc46c08c87bb26af4e);
|
|
|
|
|
|
|
|
marker_d38135ceb4300f6fcca544d4787fb2bf.bindPopup(popup_686f77c69568ecf142080ed3af966cf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d38135ceb4300f6fcca544d4787fb2bf.setIcon(icon_0309806264c4f573f0683626e5b82777);
|
|
|
|
|
|
var marker_291eb251d7f5148bfb6ce97455bb97e2 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_740f71cd97acb092c4d65ee59a65ea92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c107f3306f4d254a8f32f88409c89b28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68d307ccc4c879186e5cb103edefa0bb = $(`<div id="html_68d307ccc4c879186e5cb103edefa0bb" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_c107f3306f4d254a8f32f88409c89b28.setContent(html_68d307ccc4c879186e5cb103edefa0bb);
|
|
|
|
|
|
|
|
marker_291eb251d7f5148bfb6ce97455bb97e2.bindPopup(popup_c107f3306f4d254a8f32f88409c89b28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_291eb251d7f5148bfb6ce97455bb97e2.setIcon(icon_740f71cd97acb092c4d65ee59a65ea92);
|
|
|
|
|
|
var marker_922cdd2c23e47118169eb303937e2c22 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_cbcc300a925de763615077bdd2c3b474 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6c7825b7d8e5206400248f1715e09e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b946df1b39b98e1ebb92ebb5a5b3128 = $(`<div id="html_5b946df1b39b98e1ebb92ebb5a5b3128" style="width: 100.0%; height: 100.0%;">relay.thibautduchene.fr</div>`)[0];
|
|
popup_b6c7825b7d8e5206400248f1715e09e3.setContent(html_5b946df1b39b98e1ebb92ebb5a5b3128);
|
|
|
|
|
|
|
|
marker_922cdd2c23e47118169eb303937e2c22.bindPopup(popup_b6c7825b7d8e5206400248f1715e09e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_922cdd2c23e47118169eb303937e2c22.setIcon(icon_cbcc300a925de763615077bdd2c3b474);
|
|
|
|
|
|
var marker_fff8ff4e72e6c678e1422254c7c8c4d8 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_f93b9bc3766d1346fb57941ffbbd3f9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be1c042bbee4e2c8f111e66a84426d19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_950bde3a16e5733b60763080885f44d8 = $(`<div id="html_950bde3a16e5733b60763080885f44d8" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_be1c042bbee4e2c8f111e66a84426d19.setContent(html_950bde3a16e5733b60763080885f44d8);
|
|
|
|
|
|
|
|
marker_fff8ff4e72e6c678e1422254c7c8c4d8.bindPopup(popup_be1c042bbee4e2c8f111e66a84426d19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fff8ff4e72e6c678e1422254c7c8c4d8.setIcon(icon_f93b9bc3766d1346fb57941ffbbd3f9d);
|
|
|
|
|
|
var marker_d2a3e06f8855087d78ad65dc13ffe374 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_313f916f6137e348e3ca95300fb46e46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ec7556449e2cca4cf54a00566061435 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2ecfffa87f0afc0a10ca78af9604db8 = $(`<div id="html_d2ecfffa87f0afc0a10ca78af9604db8" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_9ec7556449e2cca4cf54a00566061435.setContent(html_d2ecfffa87f0afc0a10ca78af9604db8);
|
|
|
|
|
|
|
|
marker_d2a3e06f8855087d78ad65dc13ffe374.bindPopup(popup_9ec7556449e2cca4cf54a00566061435)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2a3e06f8855087d78ad65dc13ffe374.setIcon(icon_313f916f6137e348e3ca95300fb46e46);
|
|
|
|
|
|
var marker_9d376de302da5961e7129f3c79d37fab = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_e82adab5d5a75552da090ad6ea93d26a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78ba8e203056b33416b695968f1ae4cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac4130ea822a3b3196b354fe72c46341 = $(`<div id="html_ac4130ea822a3b3196b354fe72c46341" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_78ba8e203056b33416b695968f1ae4cc.setContent(html_ac4130ea822a3b3196b354fe72c46341);
|
|
|
|
|
|
|
|
marker_9d376de302da5961e7129f3c79d37fab.bindPopup(popup_78ba8e203056b33416b695968f1ae4cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d376de302da5961e7129f3c79d37fab.setIcon(icon_e82adab5d5a75552da090ad6ea93d26a);
|
|
|
|
|
|
var marker_08b7ac807634df3d149accf6a4ac180d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_94357046d33a817efc4812d59dc0bd94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bb629eb4815192e453d7825c9927e5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14f7f8cd480a2c7b99f74cc6ff03c2b4 = $(`<div id="html_14f7f8cd480a2c7b99f74cc6ff03c2b4" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_4bb629eb4815192e453d7825c9927e5a.setContent(html_14f7f8cd480a2c7b99f74cc6ff03c2b4);
|
|
|
|
|
|
|
|
marker_08b7ac807634df3d149accf6a4ac180d.bindPopup(popup_4bb629eb4815192e453d7825c9927e5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08b7ac807634df3d149accf6a4ac180d.setIcon(icon_94357046d33a817efc4812d59dc0bd94);
|
|
|
|
|
|
var marker_29430137457b8b787e41a8bf1bb6ccc0 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_b9a1994d0e50c2fc982051dbdfa6a0ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3ec7820a9bf036576e1365131f906e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a274e68f251f32b770f461aad88c0df4 = $(`<div id="html_a274e68f251f32b770f461aad88c0df4" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_b3ec7820a9bf036576e1365131f906e4.setContent(html_a274e68f251f32b770f461aad88c0df4);
|
|
|
|
|
|
|
|
marker_29430137457b8b787e41a8bf1bb6ccc0.bindPopup(popup_b3ec7820a9bf036576e1365131f906e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29430137457b8b787e41a8bf1bb6ccc0.setIcon(icon_b9a1994d0e50c2fc982051dbdfa6a0ae);
|
|
|
|
|
|
var marker_fde2cc3d4d824b733331892f984396e8 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_a770c970b4e005aa5eea9cfceb59eb04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcabf9d51addd99d6a438b6d127ca183 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f7d8730fdb8f24d9072f39a31df9319 = $(`<div id="html_5f7d8730fdb8f24d9072f39a31df9319" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_fcabf9d51addd99d6a438b6d127ca183.setContent(html_5f7d8730fdb8f24d9072f39a31df9319);
|
|
|
|
|
|
|
|
marker_fde2cc3d4d824b733331892f984396e8.bindPopup(popup_fcabf9d51addd99d6a438b6d127ca183)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fde2cc3d4d824b733331892f984396e8.setIcon(icon_a770c970b4e005aa5eea9cfceb59eb04);
|
|
|
|
|
|
var marker_528c70be60f697bbd84a148752e3941c = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_cfcfd14fcb0c0958c9fb9ddd146359f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc79af5ece19cf1bec204f5cc2196776 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0afadc4d89f4283781157fdd3f2366c = $(`<div id="html_f0afadc4d89f4283781157fdd3f2366c" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_bc79af5ece19cf1bec204f5cc2196776.setContent(html_f0afadc4d89f4283781157fdd3f2366c);
|
|
|
|
|
|
|
|
marker_528c70be60f697bbd84a148752e3941c.bindPopup(popup_bc79af5ece19cf1bec204f5cc2196776)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_528c70be60f697bbd84a148752e3941c.setIcon(icon_cfcfd14fcb0c0958c9fb9ddd146359f1);
|
|
|
|
|
|
var marker_128a07a2a91ab7e1728ed83be53ab5b2 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_5673d73065e691406d72cd3a8f8edd37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19c487680e6c6b6c20f002bb20f6e962 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff7fc4ca6e20cf13d7049f5fbb993ca6 = $(`<div id="html_ff7fc4ca6e20cf13d7049f5fbb993ca6" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_19c487680e6c6b6c20f002bb20f6e962.setContent(html_ff7fc4ca6e20cf13d7049f5fbb993ca6);
|
|
|
|
|
|
|
|
marker_128a07a2a91ab7e1728ed83be53ab5b2.bindPopup(popup_19c487680e6c6b6c20f002bb20f6e962)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_128a07a2a91ab7e1728ed83be53ab5b2.setIcon(icon_5673d73065e691406d72cd3a8f8edd37);
|
|
|
|
|
|
var marker_9156b4db54219307adb9114d475460ea = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_f6d4f0a68749579cb043e5ae110e8c23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4189c65b7d25f0f566fc4f4c0aa2b202 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c6e60c10902e54ebd10b7e7481e1230 = $(`<div id="html_5c6e60c10902e54ebd10b7e7481e1230" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_4189c65b7d25f0f566fc4f4c0aa2b202.setContent(html_5c6e60c10902e54ebd10b7e7481e1230);
|
|
|
|
|
|
|
|
marker_9156b4db54219307adb9114d475460ea.bindPopup(popup_4189c65b7d25f0f566fc4f4c0aa2b202)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9156b4db54219307adb9114d475460ea.setIcon(icon_f6d4f0a68749579cb043e5ae110e8c23);
|
|
|
|
|
|
var marker_fee18df5b661b066043bb7caf1a8c2bc = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_2cc766a0e91458bccd53b56f64f28480 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03834209e4d47466f75b211980a5b5f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2580e62198dcd019638a2e567cf8b7b = $(`<div id="html_c2580e62198dcd019638a2e567cf8b7b" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_03834209e4d47466f75b211980a5b5f4.setContent(html_c2580e62198dcd019638a2e567cf8b7b);
|
|
|
|
|
|
|
|
marker_fee18df5b661b066043bb7caf1a8c2bc.bindPopup(popup_03834209e4d47466f75b211980a5b5f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fee18df5b661b066043bb7caf1a8c2bc.setIcon(icon_2cc766a0e91458bccd53b56f64f28480);
|
|
|
|
|
|
var marker_83839019bd1017ea7c9ca3c29be6c5b6 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_e1dec54f6829bdce4635c8a381454d63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_992e378e3092caa5cce9da3e23478e2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2463106b71fa54680ef00f22f57f0c50 = $(`<div id="html_2463106b71fa54680ef00f22f57f0c50" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_992e378e3092caa5cce9da3e23478e2f.setContent(html_2463106b71fa54680ef00f22f57f0c50);
|
|
|
|
|
|
|
|
marker_83839019bd1017ea7c9ca3c29be6c5b6.bindPopup(popup_992e378e3092caa5cce9da3e23478e2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83839019bd1017ea7c9ca3c29be6c5b6.setIcon(icon_e1dec54f6829bdce4635c8a381454d63);
|
|
|
|
|
|
var marker_4e439d7798b98efedc8a666dc436d3f7 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_78afcca118062e27b2aac3b60dedded4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72dfbce2357a344810559bc34ce67901 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f53d8b97fca3559d92461d5c78f0b132 = $(`<div id="html_f53d8b97fca3559d92461d5c78f0b132" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_72dfbce2357a344810559bc34ce67901.setContent(html_f53d8b97fca3559d92461d5c78f0b132);
|
|
|
|
|
|
|
|
marker_4e439d7798b98efedc8a666dc436d3f7.bindPopup(popup_72dfbce2357a344810559bc34ce67901)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e439d7798b98efedc8a666dc436d3f7.setIcon(icon_78afcca118062e27b2aac3b60dedded4);
|
|
|
|
|
|
var marker_47b7788d97a6165de120fdece92c2d57 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_bd187173176ec87af25e41e92c4b12b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecd7dfc33d8df683d4db95e7be36bd89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3fb45a7b6f1f22beee665e4dee7927c = $(`<div id="html_c3fb45a7b6f1f22beee665e4dee7927c" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_ecd7dfc33d8df683d4db95e7be36bd89.setContent(html_c3fb45a7b6f1f22beee665e4dee7927c);
|
|
|
|
|
|
|
|
marker_47b7788d97a6165de120fdece92c2d57.bindPopup(popup_ecd7dfc33d8df683d4db95e7be36bd89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47b7788d97a6165de120fdece92c2d57.setIcon(icon_bd187173176ec87af25e41e92c4b12b4);
|
|
|
|
|
|
var marker_fcffb6bcc2095cb35d13fe71ae1cae4f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_a0c88efe248fa5b0cd85a62b615d982c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf1c2417f9f76cedd084e49b75d15fb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d579bec53f758171bbb394f4f2df4724 = $(`<div id="html_d579bec53f758171bbb394f4f2df4724" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_cf1c2417f9f76cedd084e49b75d15fb5.setContent(html_d579bec53f758171bbb394f4f2df4724);
|
|
|
|
|
|
|
|
marker_fcffb6bcc2095cb35d13fe71ae1cae4f.bindPopup(popup_cf1c2417f9f76cedd084e49b75d15fb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcffb6bcc2095cb35d13fe71ae1cae4f.setIcon(icon_a0c88efe248fa5b0cd85a62b615d982c);
|
|
|
|
|
|
var marker_51ddf6daefe2093612d71b3c5be0e6cb = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_61a2f64462a88d655e64e716da6defc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cd3e0efe4cda79517c225f98ea59a88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5893c02cf309f32614ce57c86b4b5a92 = $(`<div id="html_5893c02cf309f32614ce57c86b4b5a92" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_7cd3e0efe4cda79517c225f98ea59a88.setContent(html_5893c02cf309f32614ce57c86b4b5a92);
|
|
|
|
|
|
|
|
marker_51ddf6daefe2093612d71b3c5be0e6cb.bindPopup(popup_7cd3e0efe4cda79517c225f98ea59a88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51ddf6daefe2093612d71b3c5be0e6cb.setIcon(icon_61a2f64462a88d655e64e716da6defc6);
|
|
|
|
|
|
var marker_278133195271a884a34e862d084f8f1e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_4e7dbb9d76183fa52a0a2dd1fb83af6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50da7e7521670c19c9f32715d92f80ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a8ba06e7c5c8828d848408b03c3762b = $(`<div id="html_1a8ba06e7c5c8828d848408b03c3762b" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_50da7e7521670c19c9f32715d92f80ad.setContent(html_1a8ba06e7c5c8828d848408b03c3762b);
|
|
|
|
|
|
|
|
marker_278133195271a884a34e862d084f8f1e.bindPopup(popup_50da7e7521670c19c9f32715d92f80ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_278133195271a884a34e862d084f8f1e.setIcon(icon_4e7dbb9d76183fa52a0a2dd1fb83af6a);
|
|
|
|
|
|
var marker_3c6da16c99cd5e4bc65732e8778419a8 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d7bfba2e0f898126335e68ea129f0042 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c189258c38f3445e02b0e8d23115b069 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_832bc6ef841eedd508e9a98e93d7a22e = $(`<div id="html_832bc6ef841eedd508e9a98e93d7a22e" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_c189258c38f3445e02b0e8d23115b069.setContent(html_832bc6ef841eedd508e9a98e93d7a22e);
|
|
|
|
|
|
|
|
marker_3c6da16c99cd5e4bc65732e8778419a8.bindPopup(popup_c189258c38f3445e02b0e8d23115b069)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c6da16c99cd5e4bc65732e8778419a8.setIcon(icon_d7bfba2e0f898126335e68ea129f0042);
|
|
|
|
|
|
var marker_c7578b8f941e8ad825a0b13d2fe6e162 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_c998ec36fe8af00f723f18f16d9ec33e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b398944ab70a5086ef08b5c06162ebe4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_659affff3da0350547fa1d9364196fb4 = $(`<div id="html_659affff3da0350547fa1d9364196fb4" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_b398944ab70a5086ef08b5c06162ebe4.setContent(html_659affff3da0350547fa1d9364196fb4);
|
|
|
|
|
|
|
|
marker_c7578b8f941e8ad825a0b13d2fe6e162.bindPopup(popup_b398944ab70a5086ef08b5c06162ebe4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7578b8f941e8ad825a0b13d2fe6e162.setIcon(icon_c998ec36fe8af00f723f18f16d9ec33e);
|
|
|
|
|
|
var marker_bdc12b146091c22149ae08e275b60a98 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_0ab5548b3721ac04ee98333102e5c845 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0df09b9214a110589efaed4b3ae5f6cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4346908fde90eddb4ad310d5c227aebe = $(`<div id="html_4346908fde90eddb4ad310d5c227aebe" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_0df09b9214a110589efaed4b3ae5f6cf.setContent(html_4346908fde90eddb4ad310d5c227aebe);
|
|
|
|
|
|
|
|
marker_bdc12b146091c22149ae08e275b60a98.bindPopup(popup_0df09b9214a110589efaed4b3ae5f6cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdc12b146091c22149ae08e275b60a98.setIcon(icon_0ab5548b3721ac04ee98333102e5c845);
|
|
|
|
|
|
var marker_5ed3960e404c2901e49a5f87df58d02d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_0889d7ed62b0c60332ef58ab635ea7e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ec825d4857d033539c133ae0f30a781 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4614230124baefa3eed126174fda561a = $(`<div id="html_4614230124baefa3eed126174fda561a" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_3ec825d4857d033539c133ae0f30a781.setContent(html_4614230124baefa3eed126174fda561a);
|
|
|
|
|
|
|
|
marker_5ed3960e404c2901e49a5f87df58d02d.bindPopup(popup_3ec825d4857d033539c133ae0f30a781)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ed3960e404c2901e49a5f87df58d02d.setIcon(icon_0889d7ed62b0c60332ef58ab635ea7e8);
|
|
|
|
|
|
var marker_f2e340206a473d2e70a123791708ba8c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_169d4ca538fb4c20ce6a9d3ffaaa0dad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9768365c7b3772aaa7790234a7feb370 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f795bf4284f6505aa58e7508d57ef3db = $(`<div id="html_f795bf4284f6505aa58e7508d57ef3db" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_9768365c7b3772aaa7790234a7feb370.setContent(html_f795bf4284f6505aa58e7508d57ef3db);
|
|
|
|
|
|
|
|
marker_f2e340206a473d2e70a123791708ba8c.bindPopup(popup_9768365c7b3772aaa7790234a7feb370)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2e340206a473d2e70a123791708ba8c.setIcon(icon_169d4ca538fb4c20ce6a9d3ffaaa0dad);
|
|
|
|
|
|
var marker_a28b3b3a2201e9b34eb0b97d6560fd26 = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_247c4b914fb822f0c94314d2fa849cf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a341f699d8d76c41cdd84b6211717f7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36a02f73cb18e47be09c5dd3967733ec = $(`<div id="html_36a02f73cb18e47be09c5dd3967733ec" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_a341f699d8d76c41cdd84b6211717f7e.setContent(html_36a02f73cb18e47be09c5dd3967733ec);
|
|
|
|
|
|
|
|
marker_a28b3b3a2201e9b34eb0b97d6560fd26.bindPopup(popup_a341f699d8d76c41cdd84b6211717f7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a28b3b3a2201e9b34eb0b97d6560fd26.setIcon(icon_247c4b914fb822f0c94314d2fa849cf1);
|
|
|
|
|
|
var marker_e865bac67d3fbd906bf057fc8141cf21 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_efa135b7c69096a8388b8a8375c157d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04f0465fd09dc349dcf868d9ac2a28ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b4efc84521ee36a8610ea5520833dd5 = $(`<div id="html_7b4efc84521ee36a8610ea5520833dd5" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_04f0465fd09dc349dcf868d9ac2a28ff.setContent(html_7b4efc84521ee36a8610ea5520833dd5);
|
|
|
|
|
|
|
|
marker_e865bac67d3fbd906bf057fc8141cf21.bindPopup(popup_04f0465fd09dc349dcf868d9ac2a28ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e865bac67d3fbd906bf057fc8141cf21.setIcon(icon_efa135b7c69096a8388b8a8375c157d8);
|
|
|
|
|
|
var marker_1d09cfbe30c1a61007d05d2ae640c2eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_7c5f5b5e49be98466179a29832c35d94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33f177f86b0c66ef3e26d6c4eb7951c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23357a885d9b430204e25dd293be42b8 = $(`<div id="html_23357a885d9b430204e25dd293be42b8" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_33f177f86b0c66ef3e26d6c4eb7951c7.setContent(html_23357a885d9b430204e25dd293be42b8);
|
|
|
|
|
|
|
|
marker_1d09cfbe30c1a61007d05d2ae640c2eb.bindPopup(popup_33f177f86b0c66ef3e26d6c4eb7951c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d09cfbe30c1a61007d05d2ae640c2eb.setIcon(icon_7c5f5b5e49be98466179a29832c35d94);
|
|
|
|
|
|
var marker_c94cb7e4f368e99a2fdd439aa6c7f987 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_0a2f3d86c205212794e733268da9c049 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a279c2d1f3bb411fe9a5ecdea058d23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a400ce0412d42a7a62b1a5b9d4738279 = $(`<div id="html_a400ce0412d42a7a62b1a5b9d4738279" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_3a279c2d1f3bb411fe9a5ecdea058d23.setContent(html_a400ce0412d42a7a62b1a5b9d4738279);
|
|
|
|
|
|
|
|
marker_c94cb7e4f368e99a2fdd439aa6c7f987.bindPopup(popup_3a279c2d1f3bb411fe9a5ecdea058d23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c94cb7e4f368e99a2fdd439aa6c7f987.setIcon(icon_0a2f3d86c205212794e733268da9c049);
|
|
|
|
|
|
var marker_4815d714fdadaa732a89407799103eab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_9e65b349c4bc340cce559cb95275f0e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_084cdad5c3e4d772aa262bbc41597f95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d09735f0f6edf7989727c6885128361 = $(`<div id="html_2d09735f0f6edf7989727c6885128361" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_084cdad5c3e4d772aa262bbc41597f95.setContent(html_2d09735f0f6edf7989727c6885128361);
|
|
|
|
|
|
|
|
marker_4815d714fdadaa732a89407799103eab.bindPopup(popup_084cdad5c3e4d772aa262bbc41597f95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4815d714fdadaa732a89407799103eab.setIcon(icon_9e65b349c4bc340cce559cb95275f0e6);
|
|
|
|
|
|
var marker_41214faa87c57d9449f1af23f2cb0252 = L.marker(
|
|
[30.2672, -97.7431],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_9091ececa9cd2d3509449c7547625963 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6ce5dc67d187598ea5ce64ecdfe3d89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39662f3528f7a8ab2fe4c55a2171dada = $(`<div id="html_39662f3528f7a8ab2fe4c55a2171dada" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_a6ce5dc67d187598ea5ce64ecdfe3d89.setContent(html_39662f3528f7a8ab2fe4c55a2171dada);
|
|
|
|
|
|
|
|
marker_41214faa87c57d9449f1af23f2cb0252.bindPopup(popup_a6ce5dc67d187598ea5ce64ecdfe3d89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41214faa87c57d9449f1af23f2cb0252.setIcon(icon_9091ececa9cd2d3509449c7547625963);
|
|
|
|
|
|
var marker_d0f4730b5d7d23802dd0b5ec8512d76e = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_299acf24d7ab9383c296f93c1d6c4f3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59528501e76394f0ea6786822f29d3de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d68d754bd20b2bfa4df599d9a81af47c = $(`<div id="html_d68d754bd20b2bfa4df599d9a81af47c" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_59528501e76394f0ea6786822f29d3de.setContent(html_d68d754bd20b2bfa4df599d9a81af47c);
|
|
|
|
|
|
|
|
marker_d0f4730b5d7d23802dd0b5ec8512d76e.bindPopup(popup_59528501e76394f0ea6786822f29d3de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0f4730b5d7d23802dd0b5ec8512d76e.setIcon(icon_299acf24d7ab9383c296f93c1d6c4f3b);
|
|
|
|
|
|
var marker_34e76199251138bf20a6c34325f97788 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_8dd640c0f3b66c292cda6b241a370496 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e43c712c65e942004f6eec553857a0a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18a0eb77c8118d42738178b645198a36 = $(`<div id="html_18a0eb77c8118d42738178b645198a36" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_e43c712c65e942004f6eec553857a0a2.setContent(html_18a0eb77c8118d42738178b645198a36);
|
|
|
|
|
|
|
|
marker_34e76199251138bf20a6c34325f97788.bindPopup(popup_e43c712c65e942004f6eec553857a0a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34e76199251138bf20a6c34325f97788.setIcon(icon_8dd640c0f3b66c292cda6b241a370496);
|
|
|
|
|
|
var marker_095f0f3b6d3f2efe57427a613f9058d7 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_1d59829b6e79cccc886151b99f4c2c43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d437d6a6d84fd850b96c85c8c7e4db22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3fb200930e7d58b12f42e6f5475c4b2 = $(`<div id="html_f3fb200930e7d58b12f42e6f5475c4b2" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_d437d6a6d84fd850b96c85c8c7e4db22.setContent(html_f3fb200930e7d58b12f42e6f5475c4b2);
|
|
|
|
|
|
|
|
marker_095f0f3b6d3f2efe57427a613f9058d7.bindPopup(popup_d437d6a6d84fd850b96c85c8c7e4db22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_095f0f3b6d3f2efe57427a613f9058d7.setIcon(icon_1d59829b6e79cccc886151b99f4c2c43);
|
|
|
|
|
|
var marker_98c9cc53f8b25f3454f604d72182ae5a = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d6acfd2ffb2bde6bd902c9aaea2b6eb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33983731cb51fb7f7b023d07a1311025 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66abd7cad2613361a43c56c2a439a9c9 = $(`<div id="html_66abd7cad2613361a43c56c2a439a9c9" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_33983731cb51fb7f7b023d07a1311025.setContent(html_66abd7cad2613361a43c56c2a439a9c9);
|
|
|
|
|
|
|
|
marker_98c9cc53f8b25f3454f604d72182ae5a.bindPopup(popup_33983731cb51fb7f7b023d07a1311025)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98c9cc53f8b25f3454f604d72182ae5a.setIcon(icon_d6acfd2ffb2bde6bd902c9aaea2b6eb4);
|
|
|
|
|
|
var marker_25045b2fb7030c7312a1e7a0bd660737 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_ad0c0d5a578ef06bfe0e0c65f5990bc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bea36a4129062c0b66e1d2591a5e60b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dae0450403f906c624ad626564e08a1 = $(`<div id="html_3dae0450403f906c624ad626564e08a1" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_bea36a4129062c0b66e1d2591a5e60b2.setContent(html_3dae0450403f906c624ad626564e08a1);
|
|
|
|
|
|
|
|
marker_25045b2fb7030c7312a1e7a0bd660737.bindPopup(popup_bea36a4129062c0b66e1d2591a5e60b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25045b2fb7030c7312a1e7a0bd660737.setIcon(icon_ad0c0d5a578ef06bfe0e0c65f5990bc1);
|
|
|
|
|
|
var marker_b034b20363536df5ed625e7ef4bc1626 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_87e2ffca526d0e678cd972e6e4497bd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cecf23e57c0d43b94a0fba02a521f67b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7afc59fa6a9c03578c80f30b8816e6f = $(`<div id="html_b7afc59fa6a9c03578c80f30b8816e6f" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_cecf23e57c0d43b94a0fba02a521f67b.setContent(html_b7afc59fa6a9c03578c80f30b8816e6f);
|
|
|
|
|
|
|
|
marker_b034b20363536df5ed625e7ef4bc1626.bindPopup(popup_cecf23e57c0d43b94a0fba02a521f67b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b034b20363536df5ed625e7ef4bc1626.setIcon(icon_87e2ffca526d0e678cd972e6e4497bd5);
|
|
|
|
|
|
var marker_2e3b636f3fc8ed2488f874fbf997fa98 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_2763f21c6543da612149f9aef78af1aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c2835979baf612c974f26460b1f66c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e87dd714c0f4d36ea59df087fa4fabf = $(`<div id="html_3e87dd714c0f4d36ea59df087fa4fabf" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_1c2835979baf612c974f26460b1f66c7.setContent(html_3e87dd714c0f4d36ea59df087fa4fabf);
|
|
|
|
|
|
|
|
marker_2e3b636f3fc8ed2488f874fbf997fa98.bindPopup(popup_1c2835979baf612c974f26460b1f66c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e3b636f3fc8ed2488f874fbf997fa98.setIcon(icon_2763f21c6543da612149f9aef78af1aa);
|
|
|
|
|
|
var marker_e188884585cf24aa6dc95b2885106127 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_ffd2899f99e941fb9d9d102fefac12d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96449f057312fee36be3faede2bc89af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27a4a6b20ed8f3639ca6f3867933a4a2 = $(`<div id="html_27a4a6b20ed8f3639ca6f3867933a4a2" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_96449f057312fee36be3faede2bc89af.setContent(html_27a4a6b20ed8f3639ca6f3867933a4a2);
|
|
|
|
|
|
|
|
marker_e188884585cf24aa6dc95b2885106127.bindPopup(popup_96449f057312fee36be3faede2bc89af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e188884585cf24aa6dc95b2885106127.setIcon(icon_ffd2899f99e941fb9d9d102fefac12d8);
|
|
|
|
|
|
var marker_ba706c22f8d6af8117b5e57d572cf92a = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_e0783ac314c5939050d65770f5031f5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac1db346f9da9326d1cc3bddb01970f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b8ce14e2495c3db4fd1af6b0d498c58 = $(`<div id="html_9b8ce14e2495c3db4fd1af6b0d498c58" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_ac1db346f9da9326d1cc3bddb01970f2.setContent(html_9b8ce14e2495c3db4fd1af6b0d498c58);
|
|
|
|
|
|
|
|
marker_ba706c22f8d6af8117b5e57d572cf92a.bindPopup(popup_ac1db346f9da9326d1cc3bddb01970f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba706c22f8d6af8117b5e57d572cf92a.setIcon(icon_e0783ac314c5939050d65770f5031f5c);
|
|
|
|
|
|
var marker_e7ad0b57566b8708fd73d91fc1e40210 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_bc180da8c0ba550fcf061277f8f3c832 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5924a9e8454178b762e3f234e8bbbfee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8064a95f7e943d42e8d3b47ecf6a4bed = $(`<div id="html_8064a95f7e943d42e8d3b47ecf6a4bed" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_5924a9e8454178b762e3f234e8bbbfee.setContent(html_8064a95f7e943d42e8d3b47ecf6a4bed);
|
|
|
|
|
|
|
|
marker_e7ad0b57566b8708fd73d91fc1e40210.bindPopup(popup_5924a9e8454178b762e3f234e8bbbfee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7ad0b57566b8708fd73d91fc1e40210.setIcon(icon_bc180da8c0ba550fcf061277f8f3c832);
|
|
|
|
|
|
var marker_234dc2ee960f17b3e55aee683a7f8668 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_532b6e7c41b52d7d818cf23adf89a2e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fcd8359c265acb01b264b38679e4a9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed38338e474fc5b6d60ebd3b82cc8714 = $(`<div id="html_ed38338e474fc5b6d60ebd3b82cc8714" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_6fcd8359c265acb01b264b38679e4a9c.setContent(html_ed38338e474fc5b6d60ebd3b82cc8714);
|
|
|
|
|
|
|
|
marker_234dc2ee960f17b3e55aee683a7f8668.bindPopup(popup_6fcd8359c265acb01b264b38679e4a9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_234dc2ee960f17b3e55aee683a7f8668.setIcon(icon_532b6e7c41b52d7d818cf23adf89a2e5);
|
|
|
|
|
|
var marker_6486f629f37067ad6ea84148990d52f3 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_2e7fbada6baf57af648763c2350f9f46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7dddc022d7a78ddfa83ca9f5756de5a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a80594e05ba6b9803e554aa15d21fce3 = $(`<div id="html_a80594e05ba6b9803e554aa15d21fce3" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_7dddc022d7a78ddfa83ca9f5756de5a6.setContent(html_a80594e05ba6b9803e554aa15d21fce3);
|
|
|
|
|
|
|
|
marker_6486f629f37067ad6ea84148990d52f3.bindPopup(popup_7dddc022d7a78ddfa83ca9f5756de5a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6486f629f37067ad6ea84148990d52f3.setIcon(icon_2e7fbada6baf57af648763c2350f9f46);
|
|
|
|
|
|
var marker_461484631b382b7baa4b038fdec887f9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_ea4646eaa121b6a74644d640dc3231a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bc96f096f6c37f21014b70ad564aae3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea5df656fcb3e8afc82f79f02a02d5bd = $(`<div id="html_ea5df656fcb3e8afc82f79f02a02d5bd" style="width: 100.0%; height: 100.0%;">nostr-02.uid.ovh</div>`)[0];
|
|
popup_9bc96f096f6c37f21014b70ad564aae3.setContent(html_ea5df656fcb3e8afc82f79f02a02d5bd);
|
|
|
|
|
|
|
|
marker_461484631b382b7baa4b038fdec887f9.bindPopup(popup_9bc96f096f6c37f21014b70ad564aae3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_461484631b382b7baa4b038fdec887f9.setIcon(icon_ea4646eaa121b6a74644d640dc3231a6);
|
|
|
|
|
|
var marker_6abf2b2b1930713142a452bd6558ee7a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_4fca29470ae1ce450292be7c2fa61fa6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb0e6df4b54dfb1781b7eb0b84741012 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a16e4c152a4ef0a5dbe96e7dd28bc26 = $(`<div id="html_8a16e4c152a4ef0a5dbe96e7dd28bc26" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_bb0e6df4b54dfb1781b7eb0b84741012.setContent(html_8a16e4c152a4ef0a5dbe96e7dd28bc26);
|
|
|
|
|
|
|
|
marker_6abf2b2b1930713142a452bd6558ee7a.bindPopup(popup_bb0e6df4b54dfb1781b7eb0b84741012)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6abf2b2b1930713142a452bd6558ee7a.setIcon(icon_4fca29470ae1ce450292be7c2fa61fa6);
|
|
|
|
|
|
var marker_7a7247fee0a93ea83a6bd31f5b9bf2d2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_df6f36ac40c1d246cb7e8e6e7eb54787 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a2bf782a809928e84b1c2dfc3b70706 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aedebdf08471b72e418f0d1fb7211f9f = $(`<div id="html_aedebdf08471b72e418f0d1fb7211f9f" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_4a2bf782a809928e84b1c2dfc3b70706.setContent(html_aedebdf08471b72e418f0d1fb7211f9f);
|
|
|
|
|
|
|
|
marker_7a7247fee0a93ea83a6bd31f5b9bf2d2.bindPopup(popup_4a2bf782a809928e84b1c2dfc3b70706)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a7247fee0a93ea83a6bd31f5b9bf2d2.setIcon(icon_df6f36ac40c1d246cb7e8e6e7eb54787);
|
|
|
|
|
|
var marker_def30bc5d5fed37b3d6e0999208e49ca = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_41fae30b388efc78f02422c557884781 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d18d59620494655e24e20faac96b824 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b61817ded68cabbd6d80d147cc81b9b8 = $(`<div id="html_b61817ded68cabbd6d80d147cc81b9b8" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_0d18d59620494655e24e20faac96b824.setContent(html_b61817ded68cabbd6d80d147cc81b9b8);
|
|
|
|
|
|
|
|
marker_def30bc5d5fed37b3d6e0999208e49ca.bindPopup(popup_0d18d59620494655e24e20faac96b824)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_def30bc5d5fed37b3d6e0999208e49ca.setIcon(icon_41fae30b388efc78f02422c557884781);
|
|
|
|
|
|
var marker_43e86242e43408b33579e659122e130b = L.marker(
|
|
[50.8933, 6.05805],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_b77fc97f7bbddefa09c4e7a1ba325f68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01f693318c4d6aa9893ff9b33836bbbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19fe7faf4235a369e1124971286ae8a6 = $(`<div id="html_19fe7faf4235a369e1124971286ae8a6" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_01f693318c4d6aa9893ff9b33836bbbd.setContent(html_19fe7faf4235a369e1124971286ae8a6);
|
|
|
|
|
|
|
|
marker_43e86242e43408b33579e659122e130b.bindPopup(popup_01f693318c4d6aa9893ff9b33836bbbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43e86242e43408b33579e659122e130b.setIcon(icon_b77fc97f7bbddefa09c4e7a1ba325f68);
|
|
|
|
|
|
var marker_096a0b300d09944e10f7d1a6e9b47503 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_5d13f4d079d6e4bb751932f553f10dcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ba59d211ec6e2588d5fe44032bd8475 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a61968325c3b0f90db2db850b565fe42 = $(`<div id="html_a61968325c3b0f90db2db850b565fe42" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_2ba59d211ec6e2588d5fe44032bd8475.setContent(html_a61968325c3b0f90db2db850b565fe42);
|
|
|
|
|
|
|
|
marker_096a0b300d09944e10f7d1a6e9b47503.bindPopup(popup_2ba59d211ec6e2588d5fe44032bd8475)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_096a0b300d09944e10f7d1a6e9b47503.setIcon(icon_5d13f4d079d6e4bb751932f553f10dcc);
|
|
|
|
|
|
var marker_76b77dfd56509e1ec3e95d00d97882b6 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_a9e0e211f53418f7879d4bf14d73c219 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bec268ce329757c76538cd3523c611d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a5152bfdab36216cfaf0fdcea777630 = $(`<div id="html_3a5152bfdab36216cfaf0fdcea777630" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_bec268ce329757c76538cd3523c611d9.setContent(html_3a5152bfdab36216cfaf0fdcea777630);
|
|
|
|
|
|
|
|
marker_76b77dfd56509e1ec3e95d00d97882b6.bindPopup(popup_bec268ce329757c76538cd3523c611d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76b77dfd56509e1ec3e95d00d97882b6.setIcon(icon_a9e0e211f53418f7879d4bf14d73c219);
|
|
|
|
|
|
var marker_16480fd75b7291193457243c4a4dd899 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_55b3e322c5c170c40ff3c33e5efa0f30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4c15c8355effbd6f1afd4ec70050274 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_418365bdde9103a0a574d093432d4a75 = $(`<div id="html_418365bdde9103a0a574d093432d4a75" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_e4c15c8355effbd6f1afd4ec70050274.setContent(html_418365bdde9103a0a574d093432d4a75);
|
|
|
|
|
|
|
|
marker_16480fd75b7291193457243c4a4dd899.bindPopup(popup_e4c15c8355effbd6f1afd4ec70050274)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16480fd75b7291193457243c4a4dd899.setIcon(icon_55b3e322c5c170c40ff3c33e5efa0f30);
|
|
|
|
|
|
var marker_3299bd3e2e8ed82425931611ea5f29aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_8058056d73ef1e2061a0cd07f8695d3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36f652c833b34e5238981743e523d165 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_659bdf7928b8936176661e51e02e93ef = $(`<div id="html_659bdf7928b8936176661e51e02e93ef" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_36f652c833b34e5238981743e523d165.setContent(html_659bdf7928b8936176661e51e02e93ef);
|
|
|
|
|
|
|
|
marker_3299bd3e2e8ed82425931611ea5f29aa.bindPopup(popup_36f652c833b34e5238981743e523d165)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3299bd3e2e8ed82425931611ea5f29aa.setIcon(icon_8058056d73ef1e2061a0cd07f8695d3b);
|
|
|
|
|
|
var marker_5625aa95d741ca258599d3dfa7017810 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_f6777fcae1445fe2b8f1d3ac9f24341e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82dbcfc610757be07a5ce6999d3c1fa6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01ad0713ef1b8943f561cc6a96b4e5fe = $(`<div id="html_01ad0713ef1b8943f561cc6a96b4e5fe" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_82dbcfc610757be07a5ce6999d3c1fa6.setContent(html_01ad0713ef1b8943f561cc6a96b4e5fe);
|
|
|
|
|
|
|
|
marker_5625aa95d741ca258599d3dfa7017810.bindPopup(popup_82dbcfc610757be07a5ce6999d3c1fa6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5625aa95d741ca258599d3dfa7017810.setIcon(icon_f6777fcae1445fe2b8f1d3ac9f24341e);
|
|
|
|
|
|
var marker_ca01bbeeb9808dcb35175e11316440a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_6c4552a5bc5f6afe12f4e0f46c8fc417 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34af988f139d6dd0332d3ceb4d6c9a46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_043bb602828f50149ca4c76d95e6e5b9 = $(`<div id="html_043bb602828f50149ca4c76d95e6e5b9" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_34af988f139d6dd0332d3ceb4d6c9a46.setContent(html_043bb602828f50149ca4c76d95e6e5b9);
|
|
|
|
|
|
|
|
marker_ca01bbeeb9808dcb35175e11316440a0.bindPopup(popup_34af988f139d6dd0332d3ceb4d6c9a46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca01bbeeb9808dcb35175e11316440a0.setIcon(icon_6c4552a5bc5f6afe12f4e0f46c8fc417);
|
|
|
|
|
|
var marker_b11ab2dafd30117cd07b7ae2b5afe783 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_8877e47420da3f20a45f9875d4bcaf7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4673065d84b5f209d4c68a38362ae18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f1ed30d85b638051c9686f5bda36be3 = $(`<div id="html_6f1ed30d85b638051c9686f5bda36be3" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_f4673065d84b5f209d4c68a38362ae18.setContent(html_6f1ed30d85b638051c9686f5bda36be3);
|
|
|
|
|
|
|
|
marker_b11ab2dafd30117cd07b7ae2b5afe783.bindPopup(popup_f4673065d84b5f209d4c68a38362ae18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b11ab2dafd30117cd07b7ae2b5afe783.setIcon(icon_8877e47420da3f20a45f9875d4bcaf7d);
|
|
|
|
|
|
var marker_97f65fd69b27845d707723757c3c6de3 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_fcaecca010a3bca47dc236d8760f84f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0929ef87f14f3e555eccc29de666c4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15e38912aa63fe4e3ed224c4bc716797 = $(`<div id="html_15e38912aa63fe4e3ed224c4bc716797" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_d0929ef87f14f3e555eccc29de666c4e.setContent(html_15e38912aa63fe4e3ed224c4bc716797);
|
|
|
|
|
|
|
|
marker_97f65fd69b27845d707723757c3c6de3.bindPopup(popup_d0929ef87f14f3e555eccc29de666c4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97f65fd69b27845d707723757c3c6de3.setIcon(icon_fcaecca010a3bca47dc236d8760f84f5);
|
|
|
|
|
|
var marker_f6b5dfc02a887c32e8ef5d5c718fccf9 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_214674e0fd834e81b4eab4ab135c957f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93d8373cebe5820b415d0d7a24bab96b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69b9610962332248b85fb99841350f1e = $(`<div id="html_69b9610962332248b85fb99841350f1e" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_93d8373cebe5820b415d0d7a24bab96b.setContent(html_69b9610962332248b85fb99841350f1e);
|
|
|
|
|
|
|
|
marker_f6b5dfc02a887c32e8ef5d5c718fccf9.bindPopup(popup_93d8373cebe5820b415d0d7a24bab96b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6b5dfc02a887c32e8ef5d5c718fccf9.setIcon(icon_214674e0fd834e81b4eab4ab135c957f);
|
|
|
|
|
|
var marker_0c2f914749eac9716611545984d56174 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_99383e006926012145b2e54809954885 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a692c8b73ce11bd8eea1f7b540834e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea9ef4d8badb08aeb96fb29814651e67 = $(`<div id="html_ea9ef4d8badb08aeb96fb29814651e67" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_2a692c8b73ce11bd8eea1f7b540834e2.setContent(html_ea9ef4d8badb08aeb96fb29814651e67);
|
|
|
|
|
|
|
|
marker_0c2f914749eac9716611545984d56174.bindPopup(popup_2a692c8b73ce11bd8eea1f7b540834e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c2f914749eac9716611545984d56174.setIcon(icon_99383e006926012145b2e54809954885);
|
|
|
|
|
|
var marker_995fb781353cd48fe59193ced302ea36 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_63ee903b3a04c51e1cd0377fe4166ea0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3bbbd5c310392dfbe2917df01f7ae3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b967d1927d2b4f65ee158a66b4725872 = $(`<div id="html_b967d1927d2b4f65ee158a66b4725872" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_c3bbbd5c310392dfbe2917df01f7ae3b.setContent(html_b967d1927d2b4f65ee158a66b4725872);
|
|
|
|
|
|
|
|
marker_995fb781353cd48fe59193ced302ea36.bindPopup(popup_c3bbbd5c310392dfbe2917df01f7ae3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_995fb781353cd48fe59193ced302ea36.setIcon(icon_63ee903b3a04c51e1cd0377fe4166ea0);
|
|
|
|
|
|
var marker_390e6c97ce6cd7fa712b2254119ce06a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_958464baf2b7df9c1034f366ccff67cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15472d864a477c3e789bc51c7587da51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e327deec98fb6e52646c47ba30351876 = $(`<div id="html_e327deec98fb6e52646c47ba30351876" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_15472d864a477c3e789bc51c7587da51.setContent(html_e327deec98fb6e52646c47ba30351876);
|
|
|
|
|
|
|
|
marker_390e6c97ce6cd7fa712b2254119ce06a.bindPopup(popup_15472d864a477c3e789bc51c7587da51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_390e6c97ce6cd7fa712b2254119ce06a.setIcon(icon_958464baf2b7df9c1034f366ccff67cd);
|
|
|
|
|
|
var marker_6f77a55393fb5c542246248a131ffc0c = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_2d434485186e92f18f5222b566456819 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e17adb71f16384e5bb8d9bd563b4875a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e28d0c3e7397bad20895d787276445e = $(`<div id="html_8e28d0c3e7397bad20895d787276445e" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_e17adb71f16384e5bb8d9bd563b4875a.setContent(html_8e28d0c3e7397bad20895d787276445e);
|
|
|
|
|
|
|
|
marker_6f77a55393fb5c542246248a131ffc0c.bindPopup(popup_e17adb71f16384e5bb8d9bd563b4875a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f77a55393fb5c542246248a131ffc0c.setIcon(icon_2d434485186e92f18f5222b566456819);
|
|
|
|
|
|
var marker_d9afdfbc46ddc0403c48ca5dc535c01c = L.marker(
|
|
[18.2148, -63.0574],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_54eb75be6c7ae037dd7c123e3f755ccc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e05cd2e1dfe5d502b4b5a59513d6a9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26fe4156ef5285ca1732bdf341410d76 = $(`<div id="html_26fe4156ef5285ca1732bdf341410d76" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_1e05cd2e1dfe5d502b4b5a59513d6a9c.setContent(html_26fe4156ef5285ca1732bdf341410d76);
|
|
|
|
|
|
|
|
marker_d9afdfbc46ddc0403c48ca5dc535c01c.bindPopup(popup_1e05cd2e1dfe5d502b4b5a59513d6a9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9afdfbc46ddc0403c48ca5dc535c01c.setIcon(icon_54eb75be6c7ae037dd7c123e3f755ccc);
|
|
|
|
|
|
var marker_9782cc3fc5f45087c22dbbe91e89fc2d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d94ce488654f14faa607f2e6332ed0e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f2ecacb99c20a453ff518fefb976818 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_159db9b7495affc9e2fd1c857428d8e6 = $(`<div id="html_159db9b7495affc9e2fd1c857428d8e6" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_3f2ecacb99c20a453ff518fefb976818.setContent(html_159db9b7495affc9e2fd1c857428d8e6);
|
|
|
|
|
|
|
|
marker_9782cc3fc5f45087c22dbbe91e89fc2d.bindPopup(popup_3f2ecacb99c20a453ff518fefb976818)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9782cc3fc5f45087c22dbbe91e89fc2d.setIcon(icon_d94ce488654f14faa607f2e6332ed0e3);
|
|
|
|
|
|
var marker_7396e1a7489bc927c13b4a394c90cb9e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_c3d5efa134083263ca509ecabe539b18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92fe741abb0aa26ea334cb4995f623d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3745402e8bcdb1a7532293cba5267d5 = $(`<div id="html_b3745402e8bcdb1a7532293cba5267d5" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_92fe741abb0aa26ea334cb4995f623d8.setContent(html_b3745402e8bcdb1a7532293cba5267d5);
|
|
|
|
|
|
|
|
marker_7396e1a7489bc927c13b4a394c90cb9e.bindPopup(popup_92fe741abb0aa26ea334cb4995f623d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7396e1a7489bc927c13b4a394c90cb9e.setIcon(icon_c3d5efa134083263ca509ecabe539b18);
|
|
|
|
|
|
var marker_1be670111bf99de7682149b031d42d09 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_45b944a0668f0213bde0ff1572dff5c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd9c5cfd0a1dc363e59ee6fdc8c2a5d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bea3246b649eb4d16fe06e88bdeaac7a = $(`<div id="html_bea3246b649eb4d16fe06e88bdeaac7a" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_cd9c5cfd0a1dc363e59ee6fdc8c2a5d6.setContent(html_bea3246b649eb4d16fe06e88bdeaac7a);
|
|
|
|
|
|
|
|
marker_1be670111bf99de7682149b031d42d09.bindPopup(popup_cd9c5cfd0a1dc363e59ee6fdc8c2a5d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1be670111bf99de7682149b031d42d09.setIcon(icon_45b944a0668f0213bde0ff1572dff5c4);
|
|
|
|
|
|
var marker_8e966451cc8b2fd446974eb3f25d9b1a = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_c421d882b638e66e36e8d09829bc557b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9eeabde47638fc176ba0710cc8fdae5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13dae9b066bff81844b1b3035be74027 = $(`<div id="html_13dae9b066bff81844b1b3035be74027" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_c9eeabde47638fc176ba0710cc8fdae5.setContent(html_13dae9b066bff81844b1b3035be74027);
|
|
|
|
|
|
|
|
marker_8e966451cc8b2fd446974eb3f25d9b1a.bindPopup(popup_c9eeabde47638fc176ba0710cc8fdae5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e966451cc8b2fd446974eb3f25d9b1a.setIcon(icon_c421d882b638e66e36e8d09829bc557b);
|
|
|
|
|
|
var marker_8cdae069864d8b4c0ee4ab936ea3da15 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_cd36d627d632808389b662afd36296da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4016fa46f82c02904db7fb67ad287b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3a7228d165540bdb63d91cf7c4c8c36 = $(`<div id="html_f3a7228d165540bdb63d91cf7c4c8c36" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_e4016fa46f82c02904db7fb67ad287b6.setContent(html_f3a7228d165540bdb63d91cf7c4c8c36);
|
|
|
|
|
|
|
|
marker_8cdae069864d8b4c0ee4ab936ea3da15.bindPopup(popup_e4016fa46f82c02904db7fb67ad287b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cdae069864d8b4c0ee4ab936ea3da15.setIcon(icon_cd36d627d632808389b662afd36296da);
|
|
|
|
|
|
var marker_b48da119abdde15c9f73bbe9f4e326ed = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d8f4555ddafe695d70935339e3576336 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cd74657fbc1701f70b9b794144a7e7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_741c2d7760732ecddc47f153437cf849 = $(`<div id="html_741c2d7760732ecddc47f153437cf849" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_1cd74657fbc1701f70b9b794144a7e7b.setContent(html_741c2d7760732ecddc47f153437cf849);
|
|
|
|
|
|
|
|
marker_b48da119abdde15c9f73bbe9f4e326ed.bindPopup(popup_1cd74657fbc1701f70b9b794144a7e7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b48da119abdde15c9f73bbe9f4e326ed.setIcon(icon_d8f4555ddafe695d70935339e3576336);
|
|
|
|
|
|
var marker_788f488f0ecb6931002ab5fdf3423e85 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_38780c29965251f046a131aa90bb8b0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c69058c7bf2131ce6741c98572e1b9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f9eaaf2d1e7b64ae350563a05aa1abc = $(`<div id="html_2f9eaaf2d1e7b64ae350563a05aa1abc" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_2c69058c7bf2131ce6741c98572e1b9b.setContent(html_2f9eaaf2d1e7b64ae350563a05aa1abc);
|
|
|
|
|
|
|
|
marker_788f488f0ecb6931002ab5fdf3423e85.bindPopup(popup_2c69058c7bf2131ce6741c98572e1b9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_788f488f0ecb6931002ab5fdf3423e85.setIcon(icon_38780c29965251f046a131aa90bb8b0c);
|
|
|
|
|
|
var marker_721a060f56b1e34af2ffe1fe87443586 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_bfdc69c71219ecb9d489e83194888434 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc1e05809adc512585db17fe33b73353 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7063a6632bfff79d31009b2e4bbe5742 = $(`<div id="html_7063a6632bfff79d31009b2e4bbe5742" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_fc1e05809adc512585db17fe33b73353.setContent(html_7063a6632bfff79d31009b2e4bbe5742);
|
|
|
|
|
|
|
|
marker_721a060f56b1e34af2ffe1fe87443586.bindPopup(popup_fc1e05809adc512585db17fe33b73353)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_721a060f56b1e34af2ffe1fe87443586.setIcon(icon_bfdc69c71219ecb9d489e83194888434);
|
|
|
|
|
|
var marker_e3eb5a5d9a65191b6bf80a0aae6d3ca4 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_b6a8145a6e92b7380c68027b7f24d5b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c2009b12bbd4573bad9b128ffd7e154 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_648d01252fd52ae4b7878348fbdd40f4 = $(`<div id="html_648d01252fd52ae4b7878348fbdd40f4" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_9c2009b12bbd4573bad9b128ffd7e154.setContent(html_648d01252fd52ae4b7878348fbdd40f4);
|
|
|
|
|
|
|
|
marker_e3eb5a5d9a65191b6bf80a0aae6d3ca4.bindPopup(popup_9c2009b12bbd4573bad9b128ffd7e154)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3eb5a5d9a65191b6bf80a0aae6d3ca4.setIcon(icon_b6a8145a6e92b7380c68027b7f24d5b2);
|
|
|
|
|
|
var marker_3e277d1f1b01852daed1c9a5898082dd = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_14836b58e0e732e5691d02d05d14d1e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45308b4faa44577393958bf54f906b17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ff1998b7e19634f5f6f6e1bdc539d6e = $(`<div id="html_5ff1998b7e19634f5f6f6e1bdc539d6e" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_45308b4faa44577393958bf54f906b17.setContent(html_5ff1998b7e19634f5f6f6e1bdc539d6e);
|
|
|
|
|
|
|
|
marker_3e277d1f1b01852daed1c9a5898082dd.bindPopup(popup_45308b4faa44577393958bf54f906b17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e277d1f1b01852daed1c9a5898082dd.setIcon(icon_14836b58e0e732e5691d02d05d14d1e0);
|
|
|
|
|
|
var marker_2f121d59644afae54311899283356547 = L.marker(
|
|
[43.663, -70.2569],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_715c8b58919b96d0ae42872a2c7e5166 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_036cad5a0a6ea62fe2b6276033f6bd0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f569b760e516710c53fe327c3220e46e = $(`<div id="html_f569b760e516710c53fe327c3220e46e" style="width: 100.0%; height: 100.0%;">nostr.tuckerbradford.com</div>`)[0];
|
|
popup_036cad5a0a6ea62fe2b6276033f6bd0a.setContent(html_f569b760e516710c53fe327c3220e46e);
|
|
|
|
|
|
|
|
marker_2f121d59644afae54311899283356547.bindPopup(popup_036cad5a0a6ea62fe2b6276033f6bd0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f121d59644afae54311899283356547.setIcon(icon_715c8b58919b96d0ae42872a2c7e5166);
|
|
|
|
|
|
var marker_8717b4cd4b7fe89d3b32984b7b6d19c6 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_cdcca2d7a3729d90c3b8bb2ae41e75a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3838e7ea5b3701888d293018a04eedd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c69c62406dae327b3fa6dbfe1dc1f6f1 = $(`<div id="html_c69c62406dae327b3fa6dbfe1dc1f6f1" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_3838e7ea5b3701888d293018a04eedd6.setContent(html_c69c62406dae327b3fa6dbfe1dc1f6f1);
|
|
|
|
|
|
|
|
marker_8717b4cd4b7fe89d3b32984b7b6d19c6.bindPopup(popup_3838e7ea5b3701888d293018a04eedd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8717b4cd4b7fe89d3b32984b7b6d19c6.setIcon(icon_cdcca2d7a3729d90c3b8bb2ae41e75a3);
|
|
|
|
|
|
var marker_eb181516d86ce2572336e7ce306b1230 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_8ceecc6af5dc4883b1ddde62f7315efa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da801bd142fe007180d2fa8f1a1a2c5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc7f752cb616b822f85e6f7e29ad7742 = $(`<div id="html_dc7f752cb616b822f85e6f7e29ad7742" style="width: 100.0%; height: 100.0%;">relayb.uid.ovh</div>`)[0];
|
|
popup_da801bd142fe007180d2fa8f1a1a2c5f.setContent(html_dc7f752cb616b822f85e6f7e29ad7742);
|
|
|
|
|
|
|
|
marker_eb181516d86ce2572336e7ce306b1230.bindPopup(popup_da801bd142fe007180d2fa8f1a1a2c5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb181516d86ce2572336e7ce306b1230.setIcon(icon_8ceecc6af5dc4883b1ddde62f7315efa);
|
|
|
|
|
|
var marker_6726ccf2728611a62b463ce73c8c361e = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_84b8b133b55ca408b953141103475189 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64c9dbd2b3828a76b5b44de7250c04a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82f6adf17bf53d935f614bc8e50adc8b = $(`<div id="html_82f6adf17bf53d935f614bc8e50adc8b" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_64c9dbd2b3828a76b5b44de7250c04a4.setContent(html_82f6adf17bf53d935f614bc8e50adc8b);
|
|
|
|
|
|
|
|
marker_6726ccf2728611a62b463ce73c8c361e.bindPopup(popup_64c9dbd2b3828a76b5b44de7250c04a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6726ccf2728611a62b463ce73c8c361e.setIcon(icon_84b8b133b55ca408b953141103475189);
|
|
|
|
|
|
var marker_dc1cf0158862872f4df732b8182e9e76 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_9f62e564cc8f18601fdba9a91c627898 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa478ef780e812565ea36d97ad05ddd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b03fe638ee74a860af1ce1b467f94c6d = $(`<div id="html_b03fe638ee74a860af1ce1b467f94c6d" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_aa478ef780e812565ea36d97ad05ddd1.setContent(html_b03fe638ee74a860af1ce1b467f94c6d);
|
|
|
|
|
|
|
|
marker_dc1cf0158862872f4df732b8182e9e76.bindPopup(popup_aa478ef780e812565ea36d97ad05ddd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc1cf0158862872f4df732b8182e9e76.setIcon(icon_9f62e564cc8f18601fdba9a91c627898);
|
|
|
|
|
|
var marker_37580b9679791b40f92f32432c7ace98 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_50db4a92c982a5c08c0d001a9db0a109 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d5e35386be04de42c38d76d32e9cea2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27058172db3950f529dc16cccbde1ef0 = $(`<div id="html_27058172db3950f529dc16cccbde1ef0" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_2d5e35386be04de42c38d76d32e9cea2.setContent(html_27058172db3950f529dc16cccbde1ef0);
|
|
|
|
|
|
|
|
marker_37580b9679791b40f92f32432c7ace98.bindPopup(popup_2d5e35386be04de42c38d76d32e9cea2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37580b9679791b40f92f32432c7ace98.setIcon(icon_50db4a92c982a5c08c0d001a9db0a109);
|
|
|
|
|
|
var marker_769e439c14775647a9716c5e3bfa80f6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_564417eeb5c2b96c7d99225b95295967 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09aaecaafcce6b2c2fe3cf26c2ddf7e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fa8843e1fe25312aaa4e31b5c964abc = $(`<div id="html_5fa8843e1fe25312aaa4e31b5c964abc" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_09aaecaafcce6b2c2fe3cf26c2ddf7e3.setContent(html_5fa8843e1fe25312aaa4e31b5c964abc);
|
|
|
|
|
|
|
|
marker_769e439c14775647a9716c5e3bfa80f6.bindPopup(popup_09aaecaafcce6b2c2fe3cf26c2ddf7e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_769e439c14775647a9716c5e3bfa80f6.setIcon(icon_564417eeb5c2b96c7d99225b95295967);
|
|
|
|
|
|
var marker_fd56b74b17b3611e108a9c31393d66e3 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_ec224796feaf4dac6a5a060d546f911e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03702b42ef3259b19961fbfeb22134d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_307e77056d38f98f371eb8543fff3441 = $(`<div id="html_307e77056d38f98f371eb8543fff3441" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_03702b42ef3259b19961fbfeb22134d9.setContent(html_307e77056d38f98f371eb8543fff3441);
|
|
|
|
|
|
|
|
marker_fd56b74b17b3611e108a9c31393d66e3.bindPopup(popup_03702b42ef3259b19961fbfeb22134d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd56b74b17b3611e108a9c31393d66e3.setIcon(icon_ec224796feaf4dac6a5a060d546f911e);
|
|
|
|
|
|
var marker_d6c3248c8746f6f8fd8528e1424e14d6 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_f4efab205d46b29b3b483cc3ec5e9413 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56d143dab730e7ed5ffc2edea9a56655 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0865f5987653abab24ec473d026f3f9c = $(`<div id="html_0865f5987653abab24ec473d026f3f9c" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_56d143dab730e7ed5ffc2edea9a56655.setContent(html_0865f5987653abab24ec473d026f3f9c);
|
|
|
|
|
|
|
|
marker_d6c3248c8746f6f8fd8528e1424e14d6.bindPopup(popup_56d143dab730e7ed5ffc2edea9a56655)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6c3248c8746f6f8fd8528e1424e14d6.setIcon(icon_f4efab205d46b29b3b483cc3ec5e9413);
|
|
|
|
|
|
var marker_281511328c38963404c8296212572dd0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_4e7878b8e799fa07648a142db2e9f36d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6196fd0a270bbccc7b2d14dc56d0a273 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41c0b013a72d62f33dfb0288abe4751e = $(`<div id="html_41c0b013a72d62f33dfb0288abe4751e" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_6196fd0a270bbccc7b2d14dc56d0a273.setContent(html_41c0b013a72d62f33dfb0288abe4751e);
|
|
|
|
|
|
|
|
marker_281511328c38963404c8296212572dd0.bindPopup(popup_6196fd0a270bbccc7b2d14dc56d0a273)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_281511328c38963404c8296212572dd0.setIcon(icon_4e7878b8e799fa07648a142db2e9f36d);
|
|
|
|
|
|
var marker_6c12fff4ff21810a8c2bea3462b3834e = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_85f13a354e295a28b38f5218f804cab7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccde394196e5c1b10f068b7a7f3d29fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ceea292f3e259c41f35907cda066b91 = $(`<div id="html_9ceea292f3e259c41f35907cda066b91" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_ccde394196e5c1b10f068b7a7f3d29fb.setContent(html_9ceea292f3e259c41f35907cda066b91);
|
|
|
|
|
|
|
|
marker_6c12fff4ff21810a8c2bea3462b3834e.bindPopup(popup_ccde394196e5c1b10f068b7a7f3d29fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c12fff4ff21810a8c2bea3462b3834e.setIcon(icon_85f13a354e295a28b38f5218f804cab7);
|
|
|
|
|
|
var marker_581399a9a122c4ee4ef30c7045a96677 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_60235a99f12f08bc7ce39425a1aa9b8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fed45f5f051e187622ed2c987d1499ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03749b44cd7a6008f689a79f9dfb90d0 = $(`<div id="html_03749b44cd7a6008f689a79f9dfb90d0" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_fed45f5f051e187622ed2c987d1499ac.setContent(html_03749b44cd7a6008f689a79f9dfb90d0);
|
|
|
|
|
|
|
|
marker_581399a9a122c4ee4ef30c7045a96677.bindPopup(popup_fed45f5f051e187622ed2c987d1499ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_581399a9a122c4ee4ef30c7045a96677.setIcon(icon_60235a99f12f08bc7ce39425a1aa9b8c);
|
|
|
|
|
|
var marker_98e920b33dfadb7db36c393cb8d167fc = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_f84f193ffb5da87482d2a0a78a756463 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7f396fdafaed07b8e04ed189579ff07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a02f4114937d0bf1067adc5a2612f18 = $(`<div id="html_3a02f4114937d0bf1067adc5a2612f18" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_f7f396fdafaed07b8e04ed189579ff07.setContent(html_3a02f4114937d0bf1067adc5a2612f18);
|
|
|
|
|
|
|
|
marker_98e920b33dfadb7db36c393cb8d167fc.bindPopup(popup_f7f396fdafaed07b8e04ed189579ff07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98e920b33dfadb7db36c393cb8d167fc.setIcon(icon_f84f193ffb5da87482d2a0a78a756463);
|
|
|
|
|
|
var marker_2c59ae5e3a0d151c85c2f0db2793ca8b = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d2496bc54fa5bfe21016609ac5e0fc5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a66b21a84c9924957b334753c7b54f04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6460163647f393ec28a29117dd7be363 = $(`<div id="html_6460163647f393ec28a29117dd7be363" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_a66b21a84c9924957b334753c7b54f04.setContent(html_6460163647f393ec28a29117dd7be363);
|
|
|
|
|
|
|
|
marker_2c59ae5e3a0d151c85c2f0db2793ca8b.bindPopup(popup_a66b21a84c9924957b334753c7b54f04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c59ae5e3a0d151c85c2f0db2793ca8b.setIcon(icon_d2496bc54fa5bfe21016609ac5e0fc5c);
|
|
|
|
|
|
var marker_18d65cb662b3c8e70d03717ccce4bf92 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_36a38ce07a3b95febf9d44316507bd8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bcff0faada61c316faf144eb7b0f126 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8742fac646190ba25a037f7ee44d9c93 = $(`<div id="html_8742fac646190ba25a037f7ee44d9c93" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_0bcff0faada61c316faf144eb7b0f126.setContent(html_8742fac646190ba25a037f7ee44d9c93);
|
|
|
|
|
|
|
|
marker_18d65cb662b3c8e70d03717ccce4bf92.bindPopup(popup_0bcff0faada61c316faf144eb7b0f126)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18d65cb662b3c8e70d03717ccce4bf92.setIcon(icon_36a38ce07a3b95febf9d44316507bd8d);
|
|
|
|
|
|
var marker_babe5ee96e15a19a872ed5a68d736cf6 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d4765e7d8c82498a45601daa5a32c5fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0eb6ebf9e6011af923c46ef57fe5e8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51412c32045db1a9f8f2300531a6ba80 = $(`<div id="html_51412c32045db1a9f8f2300531a6ba80" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_e0eb6ebf9e6011af923c46ef57fe5e8d.setContent(html_51412c32045db1a9f8f2300531a6ba80);
|
|
|
|
|
|
|
|
marker_babe5ee96e15a19a872ed5a68d736cf6.bindPopup(popup_e0eb6ebf9e6011af923c46ef57fe5e8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_babe5ee96e15a19a872ed5a68d736cf6.setIcon(icon_d4765e7d8c82498a45601daa5a32c5fc);
|
|
|
|
|
|
var marker_c387958b3c1652aba3421b40e06d76c9 = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_a1fe7f21dd03ecb8517e42eb0fd69092 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c3cb2e0bb1eb2aecffeca16b669d42a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d78fdf72ff8fa9f37019b50161a31017 = $(`<div id="html_d78fdf72ff8fa9f37019b50161a31017" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_8c3cb2e0bb1eb2aecffeca16b669d42a.setContent(html_d78fdf72ff8fa9f37019b50161a31017);
|
|
|
|
|
|
|
|
marker_c387958b3c1652aba3421b40e06d76c9.bindPopup(popup_8c3cb2e0bb1eb2aecffeca16b669d42a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c387958b3c1652aba3421b40e06d76c9.setIcon(icon_a1fe7f21dd03ecb8517e42eb0fd69092);
|
|
|
|
|
|
var marker_7393635a772128c4ccd1eda140c288cd = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_2202f28201f06bcab06f3c9729c4d7e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb0656240378660d15439380ce489f78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54ee1214fe0521ffae884edf2cfdd82b = $(`<div id="html_54ee1214fe0521ffae884edf2cfdd82b" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_eb0656240378660d15439380ce489f78.setContent(html_54ee1214fe0521ffae884edf2cfdd82b);
|
|
|
|
|
|
|
|
marker_7393635a772128c4ccd1eda140c288cd.bindPopup(popup_eb0656240378660d15439380ce489f78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7393635a772128c4ccd1eda140c288cd.setIcon(icon_2202f28201f06bcab06f3c9729c4d7e7);
|
|
|
|
|
|
var marker_bcfb80b60bceb1ad4d39dea86e9a44d7 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_4cd3e9062645aa00bcfe5977ffcf7d04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_471fa6f142abb6b7a1f1ff022a1c1315 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72ef3ef30da9a5964ceaf25e4d5930d8 = $(`<div id="html_72ef3ef30da9a5964ceaf25e4d5930d8" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_471fa6f142abb6b7a1f1ff022a1c1315.setContent(html_72ef3ef30da9a5964ceaf25e4d5930d8);
|
|
|
|
|
|
|
|
marker_bcfb80b60bceb1ad4d39dea86e9a44d7.bindPopup(popup_471fa6f142abb6b7a1f1ff022a1c1315)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcfb80b60bceb1ad4d39dea86e9a44d7.setIcon(icon_4cd3e9062645aa00bcfe5977ffcf7d04);
|
|
|
|
|
|
var marker_08e067c40c11a78e3260871a38d9cd73 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_9d44ab1d93c1565980c2fcea7fcbdc17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d6f94eed00e022510b72f14c529cf18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf15278079fc65ccac4b17bd78c95244 = $(`<div id="html_bf15278079fc65ccac4b17bd78c95244" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_8d6f94eed00e022510b72f14c529cf18.setContent(html_bf15278079fc65ccac4b17bd78c95244);
|
|
|
|
|
|
|
|
marker_08e067c40c11a78e3260871a38d9cd73.bindPopup(popup_8d6f94eed00e022510b72f14c529cf18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08e067c40c11a78e3260871a38d9cd73.setIcon(icon_9d44ab1d93c1565980c2fcea7fcbdc17);
|
|
|
|
|
|
var marker_fa383fd90406db66b51586eb55e7ee19 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_42a37d1a9bdd226257c7a73995857cfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_243cfae7c45166cdc05833645ac6b85e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f74abecfc9bc2d8538fbebb751ec8f8 = $(`<div id="html_9f74abecfc9bc2d8538fbebb751ec8f8" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_243cfae7c45166cdc05833645ac6b85e.setContent(html_9f74abecfc9bc2d8538fbebb751ec8f8);
|
|
|
|
|
|
|
|
marker_fa383fd90406db66b51586eb55e7ee19.bindPopup(popup_243cfae7c45166cdc05833645ac6b85e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa383fd90406db66b51586eb55e7ee19.setIcon(icon_42a37d1a9bdd226257c7a73995857cfe);
|
|
|
|
|
|
var marker_4bdf051df34f7b33bf55c3b2715b8910 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_6ae4f4c497a09aa0b06b623fd4a5d524 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa6adee38656f69e4581cf45b0e84839 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b16345fe247956c49f09e8adcfa7aab4 = $(`<div id="html_b16345fe247956c49f09e8adcfa7aab4" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_fa6adee38656f69e4581cf45b0e84839.setContent(html_b16345fe247956c49f09e8adcfa7aab4);
|
|
|
|
|
|
|
|
marker_4bdf051df34f7b33bf55c3b2715b8910.bindPopup(popup_fa6adee38656f69e4581cf45b0e84839)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bdf051df34f7b33bf55c3b2715b8910.setIcon(icon_6ae4f4c497a09aa0b06b623fd4a5d524);
|
|
|
|
|
|
var marker_b848f66e279dafafe0f750f24801377b = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_58de96bbcf8abf1072efb36df95b11d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d25f552d92c9c05212b24a5cfd28b250 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1e452e411b402d30cca5732d8949802 = $(`<div id="html_d1e452e411b402d30cca5732d8949802" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_d25f552d92c9c05212b24a5cfd28b250.setContent(html_d1e452e411b402d30cca5732d8949802);
|
|
|
|
|
|
|
|
marker_b848f66e279dafafe0f750f24801377b.bindPopup(popup_d25f552d92c9c05212b24a5cfd28b250)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b848f66e279dafafe0f750f24801377b.setIcon(icon_58de96bbcf8abf1072efb36df95b11d2);
|
|
|
|
|
|
var marker_4db3cb0efe6b6bf0a84f4c4aae883c04 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_21551e643b28a543a7a1869a31da40fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de4b0dcb3588f254b5b0f2ccfc0fda54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bc610d254e06be81d960e25af0a758e = $(`<div id="html_1bc610d254e06be81d960e25af0a758e" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_de4b0dcb3588f254b5b0f2ccfc0fda54.setContent(html_1bc610d254e06be81d960e25af0a758e);
|
|
|
|
|
|
|
|
marker_4db3cb0efe6b6bf0a84f4c4aae883c04.bindPopup(popup_de4b0dcb3588f254b5b0f2ccfc0fda54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4db3cb0efe6b6bf0a84f4c4aae883c04.setIcon(icon_21551e643b28a543a7a1869a31da40fd);
|
|
|
|
|
|
var marker_7eb897df83c646b620a53497e7d2bf44 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_4aa701f8a1d46aa31e7601fe603c4b50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3e7129c2be3cf25117f56e3764b44da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61da5eb9114c127981051ca11115e19c = $(`<div id="html_61da5eb9114c127981051ca11115e19c" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_d3e7129c2be3cf25117f56e3764b44da.setContent(html_61da5eb9114c127981051ca11115e19c);
|
|
|
|
|
|
|
|
marker_7eb897df83c646b620a53497e7d2bf44.bindPopup(popup_d3e7129c2be3cf25117f56e3764b44da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7eb897df83c646b620a53497e7d2bf44.setIcon(icon_4aa701f8a1d46aa31e7601fe603c4b50);
|
|
|
|
|
|
var marker_755d8e6c181f1fdfe603bf2a48a944fb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_6418a193194569b19d97983f0bcdf2e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8782ba06db24218db3d67771c37007f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14eb888a807f104ad5db661feca92388 = $(`<div id="html_14eb888a807f104ad5db661feca92388" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_c8782ba06db24218db3d67771c37007f.setContent(html_14eb888a807f104ad5db661feca92388);
|
|
|
|
|
|
|
|
marker_755d8e6c181f1fdfe603bf2a48a944fb.bindPopup(popup_c8782ba06db24218db3d67771c37007f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_755d8e6c181f1fdfe603bf2a48a944fb.setIcon(icon_6418a193194569b19d97983f0bcdf2e7);
|
|
|
|
|
|
var marker_6c25911b83ff7228e4d2ae9724959bac = L.marker(
|
|
[34.282, -118.439],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_653b08978036e3d1d16ba9e98bfb1b5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ec18c996a9b4167be9a8a9546b94485 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dafd62cd7220781c092565e57aad78c = $(`<div id="html_8dafd62cd7220781c092565e57aad78c" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_6ec18c996a9b4167be9a8a9546b94485.setContent(html_8dafd62cd7220781c092565e57aad78c);
|
|
|
|
|
|
|
|
marker_6c25911b83ff7228e4d2ae9724959bac.bindPopup(popup_6ec18c996a9b4167be9a8a9546b94485)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c25911b83ff7228e4d2ae9724959bac.setIcon(icon_653b08978036e3d1d16ba9e98bfb1b5d);
|
|
|
|
|
|
var marker_90b6c9eb002ab9dd87e0eb90777d4902 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d9614022b425513c1f6e12134f3fbdf8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f7819c8106ae7649a07dd9faa027df9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_770fe6865a76051d12372a6e4a208bf3 = $(`<div id="html_770fe6865a76051d12372a6e4a208bf3" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_3f7819c8106ae7649a07dd9faa027df9.setContent(html_770fe6865a76051d12372a6e4a208bf3);
|
|
|
|
|
|
|
|
marker_90b6c9eb002ab9dd87e0eb90777d4902.bindPopup(popup_3f7819c8106ae7649a07dd9faa027df9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90b6c9eb002ab9dd87e0eb90777d4902.setIcon(icon_d9614022b425513c1f6e12134f3fbdf8);
|
|
|
|
|
|
var marker_c813d75f90d04649bf75c4a7caf59499 = L.marker(
|
|
[56.9677, 24.1056],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_0a0692f1d6130830a41a0848f931a7b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_255876eca52d896b56d6c8a396929e2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b71fa873ce9ba1c63524addb7a24d8b = $(`<div id="html_5b71fa873ce9ba1c63524addb7a24d8b" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_255876eca52d896b56d6c8a396929e2b.setContent(html_5b71fa873ce9ba1c63524addb7a24d8b);
|
|
|
|
|
|
|
|
marker_c813d75f90d04649bf75c4a7caf59499.bindPopup(popup_255876eca52d896b56d6c8a396929e2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c813d75f90d04649bf75c4a7caf59499.setIcon(icon_0a0692f1d6130830a41a0848f931a7b2);
|
|
|
|
|
|
var marker_0278c8814a3ddbd7a560ba542282889d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_fb40b1718b9fc9479f85547f6a4a47ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71b6c56fb95ce2f899d7a504d448b2f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd06a4f2c6e3a818dde474f9fa71d5b5 = $(`<div id="html_bd06a4f2c6e3a818dde474f9fa71d5b5" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_71b6c56fb95ce2f899d7a504d448b2f8.setContent(html_bd06a4f2c6e3a818dde474f9fa71d5b5);
|
|
|
|
|
|
|
|
marker_0278c8814a3ddbd7a560ba542282889d.bindPopup(popup_71b6c56fb95ce2f899d7a504d448b2f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0278c8814a3ddbd7a560ba542282889d.setIcon(icon_fb40b1718b9fc9479f85547f6a4a47ea);
|
|
|
|
|
|
var marker_21b233c263c99a8684444d576f189377 = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_21d19e71059657270863ed55589eab5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3a9738d97cfb5f652c57561a1fe46c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05d154a6d088ace584b2127b05e66c74 = $(`<div id="html_05d154a6d088ace584b2127b05e66c74" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_b3a9738d97cfb5f652c57561a1fe46c0.setContent(html_05d154a6d088ace584b2127b05e66c74);
|
|
|
|
|
|
|
|
marker_21b233c263c99a8684444d576f189377.bindPopup(popup_b3a9738d97cfb5f652c57561a1fe46c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21b233c263c99a8684444d576f189377.setIcon(icon_21d19e71059657270863ed55589eab5c);
|
|
|
|
|
|
var marker_224e79c686429dec5be864135a0d5694 = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_bee6af8a7ef6a0d3b570a1bdf15a20e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05d0cb6a73471a767fdb9c25006b3f3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1ea0d8009e8a1f1b82a367a8dee9f7d = $(`<div id="html_f1ea0d8009e8a1f1b82a367a8dee9f7d" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_05d0cb6a73471a767fdb9c25006b3f3b.setContent(html_f1ea0d8009e8a1f1b82a367a8dee9f7d);
|
|
|
|
|
|
|
|
marker_224e79c686429dec5be864135a0d5694.bindPopup(popup_05d0cb6a73471a767fdb9c25006b3f3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_224e79c686429dec5be864135a0d5694.setIcon(icon_bee6af8a7ef6a0d3b570a1bdf15a20e7);
|
|
|
|
|
|
var marker_5e089f00d6199d57aa0a823cc8550122 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_7d07946cee83946e43a9a2d428d615a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b85b8284f355fe414f0d503ecf3eebc8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a12304916ad5b9578c928159996c64c9 = $(`<div id="html_a12304916ad5b9578c928159996c64c9" style="width: 100.0%; height: 100.0%;">relay.divine.video</div>`)[0];
|
|
popup_b85b8284f355fe414f0d503ecf3eebc8.setContent(html_a12304916ad5b9578c928159996c64c9);
|
|
|
|
|
|
|
|
marker_5e089f00d6199d57aa0a823cc8550122.bindPopup(popup_b85b8284f355fe414f0d503ecf3eebc8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e089f00d6199d57aa0a823cc8550122.setIcon(icon_7d07946cee83946e43a9a2d428d615a4);
|
|
|
|
|
|
var marker_7d81f2cd358b64b8545627daf2a98929 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_7a767a948fb15dcc912c9d17c8c0fb1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75e771a3c39e5ce37fc1f3968670bf3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d09ee8b05302e4b473fbaf0a6a796c46 = $(`<div id="html_d09ee8b05302e4b473fbaf0a6a796c46" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_75e771a3c39e5ce37fc1f3968670bf3c.setContent(html_d09ee8b05302e4b473fbaf0a6a796c46);
|
|
|
|
|
|
|
|
marker_7d81f2cd358b64b8545627daf2a98929.bindPopup(popup_75e771a3c39e5ce37fc1f3968670bf3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d81f2cd358b64b8545627daf2a98929.setIcon(icon_7a767a948fb15dcc912c9d17c8c0fb1e);
|
|
|
|
|
|
var marker_7cefdce99180f1364873a07e2cf0aa93 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_0896b1dc425bc0a59576796a358953fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a36396fd41c545bc5059ce589493dfe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_677e00ee6fae324f6c47f2b73834304a = $(`<div id="html_677e00ee6fae324f6c47f2b73834304a" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_6a36396fd41c545bc5059ce589493dfe.setContent(html_677e00ee6fae324f6c47f2b73834304a);
|
|
|
|
|
|
|
|
marker_7cefdce99180f1364873a07e2cf0aa93.bindPopup(popup_6a36396fd41c545bc5059ce589493dfe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cefdce99180f1364873a07e2cf0aa93.setIcon(icon_0896b1dc425bc0a59576796a358953fd);
|
|
|
|
|
|
var marker_53c9305b899346f397fc2700b51b173b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_e4597c54fe12a05b82d50b52917983f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2defb77341c5d7735a3546f253511297 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_167c3d4f6e7755a2a6724d223ba33f9a = $(`<div id="html_167c3d4f6e7755a2a6724d223ba33f9a" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_2defb77341c5d7735a3546f253511297.setContent(html_167c3d4f6e7755a2a6724d223ba33f9a);
|
|
|
|
|
|
|
|
marker_53c9305b899346f397fc2700b51b173b.bindPopup(popup_2defb77341c5d7735a3546f253511297)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53c9305b899346f397fc2700b51b173b.setIcon(icon_e4597c54fe12a05b82d50b52917983f7);
|
|
|
|
|
|
var marker_1678fdb8c7312e245ecd164221bcaefd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_220d23c9416608a92cae6fee7cafe73b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdc6e704bacfaead01774a1ec4f23baa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e57cf40ebdeec057d408728872ad1a8b = $(`<div id="html_e57cf40ebdeec057d408728872ad1a8b" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_fdc6e704bacfaead01774a1ec4f23baa.setContent(html_e57cf40ebdeec057d408728872ad1a8b);
|
|
|
|
|
|
|
|
marker_1678fdb8c7312e245ecd164221bcaefd.bindPopup(popup_fdc6e704bacfaead01774a1ec4f23baa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1678fdb8c7312e245ecd164221bcaefd.setIcon(icon_220d23c9416608a92cae6fee7cafe73b);
|
|
|
|
|
|
var marker_2d2a7895ed40f4c0a671075bd71cbd84 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_53c8642bb2565d7370c66de393259f63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de714e30b8ab77925f0e8581160d4f48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e31be4443f0018ff86093e9e1fbcb61 = $(`<div id="html_5e31be4443f0018ff86093e9e1fbcb61" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_de714e30b8ab77925f0e8581160d4f48.setContent(html_5e31be4443f0018ff86093e9e1fbcb61);
|
|
|
|
|
|
|
|
marker_2d2a7895ed40f4c0a671075bd71cbd84.bindPopup(popup_de714e30b8ab77925f0e8581160d4f48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d2a7895ed40f4c0a671075bd71cbd84.setIcon(icon_53c8642bb2565d7370c66de393259f63);
|
|
|
|
|
|
var marker_92421ad369fabe310a6a3e666e4e09b9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_c1bbbdd78064c779b94580c6cb2c0b34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5be75edcd5ffae53963dd14742508690 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c95e206809a66e58c465337d65ca191f = $(`<div id="html_c95e206809a66e58c465337d65ca191f" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_5be75edcd5ffae53963dd14742508690.setContent(html_c95e206809a66e58c465337d65ca191f);
|
|
|
|
|
|
|
|
marker_92421ad369fabe310a6a3e666e4e09b9.bindPopup(popup_5be75edcd5ffae53963dd14742508690)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92421ad369fabe310a6a3e666e4e09b9.setIcon(icon_c1bbbdd78064c779b94580c6cb2c0b34);
|
|
|
|
|
|
var marker_19f8f9cdaed8b2b19926c7e56c3658f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_c2c100e7db315d4fd78a9c1019493157 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4d07b42f0f18ddca957b2f23d7a1086 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f361cc301b5a583215ac35f999d0b0b0 = $(`<div id="html_f361cc301b5a583215ac35f999d0b0b0" style="width: 100.0%; height: 100.0%;">divine.diy</div>`)[0];
|
|
popup_b4d07b42f0f18ddca957b2f23d7a1086.setContent(html_f361cc301b5a583215ac35f999d0b0b0);
|
|
|
|
|
|
|
|
marker_19f8f9cdaed8b2b19926c7e56c3658f3.bindPopup(popup_b4d07b42f0f18ddca957b2f23d7a1086)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19f8f9cdaed8b2b19926c7e56c3658f3.setIcon(icon_c2c100e7db315d4fd78a9c1019493157);
|
|
|
|
|
|
var marker_ad76ef7cd38b91eb18e267fd2e625ccf = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_d7b98ef48410e35b07574c697a3de41c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21c16ba6a982b6c7efc78a926042d502 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e68b2d660acd4d72554ab6fb38fa5555 = $(`<div id="html_e68b2d660acd4d72554ab6fb38fa5555" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_21c16ba6a982b6c7efc78a926042d502.setContent(html_e68b2d660acd4d72554ab6fb38fa5555);
|
|
|
|
|
|
|
|
marker_ad76ef7cd38b91eb18e267fd2e625ccf.bindPopup(popup_21c16ba6a982b6c7efc78a926042d502)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad76ef7cd38b91eb18e267fd2e625ccf.setIcon(icon_d7b98ef48410e35b07574c697a3de41c);
|
|
|
|
|
|
var marker_8b4f31ef0dc4b47c9a368464978c6f04 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_5c419a4efa285e5e443af03ece0d9f3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58f5b22dbe5a01b8e06270ea4928f01d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7a837001bd28576f36414dda8be9001 = $(`<div id="html_e7a837001bd28576f36414dda8be9001" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_58f5b22dbe5a01b8e06270ea4928f01d.setContent(html_e7a837001bd28576f36414dda8be9001);
|
|
|
|
|
|
|
|
marker_8b4f31ef0dc4b47c9a368464978c6f04.bindPopup(popup_58f5b22dbe5a01b8e06270ea4928f01d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b4f31ef0dc4b47c9a368464978c6f04.setIcon(icon_5c419a4efa285e5e443af03ece0d9f3a);
|
|
|
|
|
|
var marker_a85652c67ac103436e6ec45f5ffc8ae3 = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_64550fd8c2e72bde32bbef4a5e65be53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a2c3f4c2fd4f8c12f3b0d879efed42f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_191f0b99e9134bd8670f16adab248a1e = $(`<div id="html_191f0b99e9134bd8670f16adab248a1e" style="width: 100.0%; height: 100.0%;">relay.stream.labs.h3.se</div>`)[0];
|
|
popup_7a2c3f4c2fd4f8c12f3b0d879efed42f.setContent(html_191f0b99e9134bd8670f16adab248a1e);
|
|
|
|
|
|
|
|
marker_a85652c67ac103436e6ec45f5ffc8ae3.bindPopup(popup_7a2c3f4c2fd4f8c12f3b0d879efed42f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a85652c67ac103436e6ec45f5ffc8ae3.setIcon(icon_64550fd8c2e72bde32bbef4a5e65be53);
|
|
|
|
|
|
var marker_87d49e99b8328c89983b1ee5f6dcc5ba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_2d67321388381251a54f4ef2e91937ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0baaefbbb02fba93c845a5a21fb122d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f805e7bccf2b91858352d38c4307ef9c = $(`<div id="html_f805e7bccf2b91858352d38c4307ef9c" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_0baaefbbb02fba93c845a5a21fb122d2.setContent(html_f805e7bccf2b91858352d38c4307ef9c);
|
|
|
|
|
|
|
|
marker_87d49e99b8328c89983b1ee5f6dcc5ba.bindPopup(popup_0baaefbbb02fba93c845a5a21fb122d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87d49e99b8328c89983b1ee5f6dcc5ba.setIcon(icon_2d67321388381251a54f4ef2e91937ea);
|
|
|
|
|
|
var marker_360d0280ef8a1e600d2129b70554f7e3 = L.marker(
|
|
[33.7488, -84.3877],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_aa1e61d909bb2f8a01f660f40aebd299 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27f86a3070bcaf144c3a131a2067cc27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b36fad00b6261af55670ba171c9da46 = $(`<div id="html_8b36fad00b6261af55670ba171c9da46" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_27f86a3070bcaf144c3a131a2067cc27.setContent(html_8b36fad00b6261af55670ba171c9da46);
|
|
|
|
|
|
|
|
marker_360d0280ef8a1e600d2129b70554f7e3.bindPopup(popup_27f86a3070bcaf144c3a131a2067cc27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_360d0280ef8a1e600d2129b70554f7e3.setIcon(icon_aa1e61d909bb2f8a01f660f40aebd299);
|
|
|
|
|
|
var marker_7f458e856b8f765d3300e84e40ba620a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_228f90c276d99de1be065db274644a8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af9f430d081fc97e259f2370c17c3d86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf1e40a84c404b05e2cbc20a51034c1d = $(`<div id="html_cf1e40a84c404b05e2cbc20a51034c1d" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_af9f430d081fc97e259f2370c17c3d86.setContent(html_cf1e40a84c404b05e2cbc20a51034c1d);
|
|
|
|
|
|
|
|
marker_7f458e856b8f765d3300e84e40ba620a.bindPopup(popup_af9f430d081fc97e259f2370c17c3d86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f458e856b8f765d3300e84e40ba620a.setIcon(icon_228f90c276d99de1be065db274644a8f);
|
|
|
|
|
|
var marker_c63121ef651823297784ce2e9b4e5d31 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_bf9f04970d474f50dd45f0a25fb7ee90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_596cd68a8518712d852ee4f8bd0dc73d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7b238d73fc21994bb1691dcb2500592 = $(`<div id="html_e7b238d73fc21994bb1691dcb2500592" style="width: 100.0%; height: 100.0%;">nostr.czas.top</div>`)[0];
|
|
popup_596cd68a8518712d852ee4f8bd0dc73d.setContent(html_e7b238d73fc21994bb1691dcb2500592);
|
|
|
|
|
|
|
|
marker_c63121ef651823297784ce2e9b4e5d31.bindPopup(popup_596cd68a8518712d852ee4f8bd0dc73d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c63121ef651823297784ce2e9b4e5d31.setIcon(icon_bf9f04970d474f50dd45f0a25fb7ee90);
|
|
|
|
|
|
var marker_ee581f68d7f015f13700ee761dc9b1a5 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_b55b20c25bbfc638dcf409efeac4795c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f84fc3882e0d4741cffd9a9285ea2f32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dd4ca77ac89e712000574042fc29ac0 = $(`<div id="html_8dd4ca77ac89e712000574042fc29ac0" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_f84fc3882e0d4741cffd9a9285ea2f32.setContent(html_8dd4ca77ac89e712000574042fc29ac0);
|
|
|
|
|
|
|
|
marker_ee581f68d7f015f13700ee761dc9b1a5.bindPopup(popup_f84fc3882e0d4741cffd9a9285ea2f32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee581f68d7f015f13700ee761dc9b1a5.setIcon(icon_b55b20c25bbfc638dcf409efeac4795c);
|
|
|
|
|
|
var marker_c9c1f8a9f6c2e96e735d835801d78b07 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_339734202ee7e1663f286bc232b11dd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97fa6dd20df375516ee110d25e9de61c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8734db7478eb252d99cde5874879a62b = $(`<div id="html_8734db7478eb252d99cde5874879a62b" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_97fa6dd20df375516ee110d25e9de61c.setContent(html_8734db7478eb252d99cde5874879a62b);
|
|
|
|
|
|
|
|
marker_c9c1f8a9f6c2e96e735d835801d78b07.bindPopup(popup_97fa6dd20df375516ee110d25e9de61c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9c1f8a9f6c2e96e735d835801d78b07.setIcon(icon_339734202ee7e1663f286bc232b11dd7);
|
|
|
|
|
|
var marker_f7bbbb54fa8c555be10039237cb0771c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_6ed02fb2f613296d2c9585f2642b7fe8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9de2951d452cb8710df97bbd9e9653b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dec850014b4dec80135c4d4bf6128907 = $(`<div id="html_dec850014b4dec80135c4d4bf6128907" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_9de2951d452cb8710df97bbd9e9653b0.setContent(html_dec850014b4dec80135c4d4bf6128907);
|
|
|
|
|
|
|
|
marker_f7bbbb54fa8c555be10039237cb0771c.bindPopup(popup_9de2951d452cb8710df97bbd9e9653b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7bbbb54fa8c555be10039237cb0771c.setIcon(icon_6ed02fb2f613296d2c9585f2642b7fe8);
|
|
|
|
|
|
var marker_bd58faf245e8a4c26e73c30a2438411c = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_6a522108bfaae7ab642ce321e43ac320 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0ff1e0da21b0324aad0766cf488694c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_724511d4c86b85bfc7943cfb0d3bd876 = $(`<div id="html_724511d4c86b85bfc7943cfb0d3bd876" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_f0ff1e0da21b0324aad0766cf488694c.setContent(html_724511d4c86b85bfc7943cfb0d3bd876);
|
|
|
|
|
|
|
|
marker_bd58faf245e8a4c26e73c30a2438411c.bindPopup(popup_f0ff1e0da21b0324aad0766cf488694c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd58faf245e8a4c26e73c30a2438411c.setIcon(icon_6a522108bfaae7ab642ce321e43ac320);
|
|
|
|
|
|
var marker_5cb6e7b922532b8f6f57713a2977e12e = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_5c3d74668dc698547a13fd4eda1e762c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acadd8b2d79606a0e3a38df9c538fc23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2f26af89fc75b2f697f89686a5c7071 = $(`<div id="html_f2f26af89fc75b2f697f89686a5c7071" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_acadd8b2d79606a0e3a38df9c538fc23.setContent(html_f2f26af89fc75b2f697f89686a5c7071);
|
|
|
|
|
|
|
|
marker_5cb6e7b922532b8f6f57713a2977e12e.bindPopup(popup_acadd8b2d79606a0e3a38df9c538fc23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cb6e7b922532b8f6f57713a2977e12e.setIcon(icon_5c3d74668dc698547a13fd4eda1e762c);
|
|
|
|
|
|
var marker_27672cb70a1433b7319c0608936b501f = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2);
|
|
|
|
|
|
var icon_858b127a1d8468657b2748f0264cb089 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b5b17628104575df8eb7592d81bfc84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3253eb83a4071292fe7c30677c6f341 = $(`<div id="html_c3253eb83a4071292fe7c30677c6f341" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_1b5b17628104575df8eb7592d81bfc84.setContent(html_c3253eb83a4071292fe7c30677c6f341);
|
|
|
|
|
|
|
|
marker_27672cb70a1433b7319c0608936b501f.bindPopup(popup_1b5b17628104575df8eb7592d81bfc84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27672cb70a1433b7319c0608936b501f.setIcon(icon_858b127a1d8468657b2748f0264cb089);
|
|
|
|
|
|
marker_cluster_55b3756bf0b5b9a6974f56a1a2fcc2e2.addTo(map_b6d124b2ca56e0dfdf53da81fa49c40f);
|
|
|
|
</script>
|
|
</html> |