mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 08:25:19 +00:00
11171 lines
325 KiB
HTML
11171 lines
325 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_e01b15575b66a6488422ed4ac91f4de6 {
|
|
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_e01b15575b66a6488422ed4ac91f4de6" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_e01b15575b66a6488422ed4ac91f4de6 = L.map(
|
|
"map_e01b15575b66a6488422ed4ac91f4de6",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_8d9e71913181c09b08d2ce12e448b485 = 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_8d9e71913181c09b08d2ce12e448b485.addTo(map_e01b15575b66a6488422ed4ac91f4de6);
|
|
|
|
|
|
var marker_cluster_2de386a055ee4b1398e83f3c264f6e33 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_c3592f4c10d86b260c50d0c055ad1191 = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_d782fc1a87a8030bd69b053106e2fe10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7dc491d0e5ccac756bcccf35214414ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc3d8ab9e9686fa5974bc9ed3be5219e = $(`<div id="html_fc3d8ab9e9686fa5974bc9ed3be5219e" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_7dc491d0e5ccac756bcccf35214414ca.setContent(html_fc3d8ab9e9686fa5974bc9ed3be5219e);
|
|
|
|
|
|
|
|
marker_c3592f4c10d86b260c50d0c055ad1191.bindPopup(popup_7dc491d0e5ccac756bcccf35214414ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3592f4c10d86b260c50d0c055ad1191.setIcon(icon_d782fc1a87a8030bd69b053106e2fe10);
|
|
|
|
|
|
var marker_10a2f71ecfe21a645d2ea7e8c715264f = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_04d8c48afc8e49ca672c50407bcfbf42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d2f03667bc260b1e2bf3cbc78c30621 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f282bf3f7cb44310289b6260036c2259 = $(`<div id="html_f282bf3f7cb44310289b6260036c2259" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_4d2f03667bc260b1e2bf3cbc78c30621.setContent(html_f282bf3f7cb44310289b6260036c2259);
|
|
|
|
|
|
|
|
marker_10a2f71ecfe21a645d2ea7e8c715264f.bindPopup(popup_4d2f03667bc260b1e2bf3cbc78c30621)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10a2f71ecfe21a645d2ea7e8c715264f.setIcon(icon_04d8c48afc8e49ca672c50407bcfbf42);
|
|
|
|
|
|
var marker_ad1e674698c3b8c6d8c1b4e7f348e9ec = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_bbce4e3765d5390aebccdec04c59a523 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dfec815bbbd0a0e9a2885d0c04cfbf7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_706617d3a9475f571ad2c2abc3fda0c5 = $(`<div id="html_706617d3a9475f571ad2c2abc3fda0c5" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_0dfec815bbbd0a0e9a2885d0c04cfbf7.setContent(html_706617d3a9475f571ad2c2abc3fda0c5);
|
|
|
|
|
|
|
|
marker_ad1e674698c3b8c6d8c1b4e7f348e9ec.bindPopup(popup_0dfec815bbbd0a0e9a2885d0c04cfbf7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad1e674698c3b8c6d8c1b4e7f348e9ec.setIcon(icon_bbce4e3765d5390aebccdec04c59a523);
|
|
|
|
|
|
var marker_ccf7e301b01e123a3dd7108b9fc64a8f = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_d64958ea1bde44b0b93063c66c960548 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d09b4a7605ef869b012bc28be49f24c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f92e77f12fbad001ae58bd2711eb0c6 = $(`<div id="html_8f92e77f12fbad001ae58bd2711eb0c6" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_8d09b4a7605ef869b012bc28be49f24c.setContent(html_8f92e77f12fbad001ae58bd2711eb0c6);
|
|
|
|
|
|
|
|
marker_ccf7e301b01e123a3dd7108b9fc64a8f.bindPopup(popup_8d09b4a7605ef869b012bc28be49f24c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccf7e301b01e123a3dd7108b9fc64a8f.setIcon(icon_d64958ea1bde44b0b93063c66c960548);
|
|
|
|
|
|
var marker_d2914defba100dad90c03f847ca5eeed = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_c4d79efa0b54ff6494c218d1fb18bd44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7afbdc7a17e13d99489ed20c9754ba4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2551d1292f1e9c2327d9f5bb45cac24b = $(`<div id="html_2551d1292f1e9c2327d9f5bb45cac24b" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_7afbdc7a17e13d99489ed20c9754ba4a.setContent(html_2551d1292f1e9c2327d9f5bb45cac24b);
|
|
|
|
|
|
|
|
marker_d2914defba100dad90c03f847ca5eeed.bindPopup(popup_7afbdc7a17e13d99489ed20c9754ba4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2914defba100dad90c03f847ca5eeed.setIcon(icon_c4d79efa0b54ff6494c218d1fb18bd44);
|
|
|
|
|
|
var marker_112229243250a3166a52da2867b2271b = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_fd11bd67ec7d68f93dc9b3d5403c83da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7616eb52b72ff68aed13d0557cb4fd15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98101e211b961cb21687164b93d9c4fa = $(`<div id="html_98101e211b961cb21687164b93d9c4fa" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_7616eb52b72ff68aed13d0557cb4fd15.setContent(html_98101e211b961cb21687164b93d9c4fa);
|
|
|
|
|
|
|
|
marker_112229243250a3166a52da2867b2271b.bindPopup(popup_7616eb52b72ff68aed13d0557cb4fd15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_112229243250a3166a52da2867b2271b.setIcon(icon_fd11bd67ec7d68f93dc9b3d5403c83da);
|
|
|
|
|
|
var marker_c6190344f1c0d606b7e059f0aefcb6f9 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_bbc8030084fee9216867b7402b946a26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fda136c532702caa164e988f980d292 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a06dbfdea507151141ee2c78bcaed0c = $(`<div id="html_8a06dbfdea507151141ee2c78bcaed0c" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_7fda136c532702caa164e988f980d292.setContent(html_8a06dbfdea507151141ee2c78bcaed0c);
|
|
|
|
|
|
|
|
marker_c6190344f1c0d606b7e059f0aefcb6f9.bindPopup(popup_7fda136c532702caa164e988f980d292)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6190344f1c0d606b7e059f0aefcb6f9.setIcon(icon_bbc8030084fee9216867b7402b946a26);
|
|
|
|
|
|
var marker_19b3f00c73f3b72fb66f2be518d84a6d = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_d198c2ab0120a215321ddecc24d5be0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d24ec2c563a1a8fcbbc39a9331c302e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79634bbb8cf34d44e338048526301c20 = $(`<div id="html_79634bbb8cf34d44e338048526301c20" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_7d24ec2c563a1a8fcbbc39a9331c302e.setContent(html_79634bbb8cf34d44e338048526301c20);
|
|
|
|
|
|
|
|
marker_19b3f00c73f3b72fb66f2be518d84a6d.bindPopup(popup_7d24ec2c563a1a8fcbbc39a9331c302e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19b3f00c73f3b72fb66f2be518d84a6d.setIcon(icon_d198c2ab0120a215321ddecc24d5be0f);
|
|
|
|
|
|
var marker_1c67d5cf750593f8b853d640f9cc33e2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_e92a80a9dab296a841d01d2748727135 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bba2384db1c00f3a3ac91b931d965fea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a003d97a1d2ddcef783d2cdf8e69508c = $(`<div id="html_a003d97a1d2ddcef783d2cdf8e69508c" style="width: 100.0%; height: 100.0%;">orly.musiquay.org</div>`)[0];
|
|
popup_bba2384db1c00f3a3ac91b931d965fea.setContent(html_a003d97a1d2ddcef783d2cdf8e69508c);
|
|
|
|
|
|
|
|
marker_1c67d5cf750593f8b853d640f9cc33e2.bindPopup(popup_bba2384db1c00f3a3ac91b931d965fea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c67d5cf750593f8b853d640f9cc33e2.setIcon(icon_e92a80a9dab296a841d01d2748727135);
|
|
|
|
|
|
var marker_fbb8f6246ac4f7529d51199fdd7ef99d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_1e25cf8a08b7232ecbe6c06072c2f37d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f011b9117c3c784ce297bd050828615 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97e1f598108602ed44939b0faf2bd02c = $(`<div id="html_97e1f598108602ed44939b0faf2bd02c" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_1f011b9117c3c784ce297bd050828615.setContent(html_97e1f598108602ed44939b0faf2bd02c);
|
|
|
|
|
|
|
|
marker_fbb8f6246ac4f7529d51199fdd7ef99d.bindPopup(popup_1f011b9117c3c784ce297bd050828615)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbb8f6246ac4f7529d51199fdd7ef99d.setIcon(icon_1e25cf8a08b7232ecbe6c06072c2f37d);
|
|
|
|
|
|
var marker_5335c07d65482196217034f8c3abd50d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_cd185907733a542646d5702c87eb1675 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df20ebe79bd77150beb1d1b242c3142b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c60ef79cdf1a45ffa3fce2ead98b83db = $(`<div id="html_c60ef79cdf1a45ffa3fce2ead98b83db" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_df20ebe79bd77150beb1d1b242c3142b.setContent(html_c60ef79cdf1a45ffa3fce2ead98b83db);
|
|
|
|
|
|
|
|
marker_5335c07d65482196217034f8c3abd50d.bindPopup(popup_df20ebe79bd77150beb1d1b242c3142b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5335c07d65482196217034f8c3abd50d.setIcon(icon_cd185907733a542646d5702c87eb1675);
|
|
|
|
|
|
var marker_4a7116ef085d184ee44895a69bf16e13 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_e63cbd579a688231613af984210e1016 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dbc0490f8e9fc7d855910304f7a9734 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae7da981cd15bbe031cf028603369618 = $(`<div id="html_ae7da981cd15bbe031cf028603369618" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_1dbc0490f8e9fc7d855910304f7a9734.setContent(html_ae7da981cd15bbe031cf028603369618);
|
|
|
|
|
|
|
|
marker_4a7116ef085d184ee44895a69bf16e13.bindPopup(popup_1dbc0490f8e9fc7d855910304f7a9734)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a7116ef085d184ee44895a69bf16e13.setIcon(icon_e63cbd579a688231613af984210e1016);
|
|
|
|
|
|
var marker_d29f708c387facde69a0bfe89ac2310e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_a923d4824e30372f812c93e057feed51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45b3a2569162f73d03dc08acac9734b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca2be04f4c472912751c88251e449d09 = $(`<div id="html_ca2be04f4c472912751c88251e449d09" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_45b3a2569162f73d03dc08acac9734b3.setContent(html_ca2be04f4c472912751c88251e449d09);
|
|
|
|
|
|
|
|
marker_d29f708c387facde69a0bfe89ac2310e.bindPopup(popup_45b3a2569162f73d03dc08acac9734b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d29f708c387facde69a0bfe89ac2310e.setIcon(icon_a923d4824e30372f812c93e057feed51);
|
|
|
|
|
|
var marker_ab42d7a0c9e0d00792d7342a4dafe3c0 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_a39d492426b2fcbd5191b4a7966f63c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82d7f18607c0b1e8b86068112a06b8fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17dde3c80b35e584adb31f2012ffe6c6 = $(`<div id="html_17dde3c80b35e584adb31f2012ffe6c6" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_82d7f18607c0b1e8b86068112a06b8fb.setContent(html_17dde3c80b35e584adb31f2012ffe6c6);
|
|
|
|
|
|
|
|
marker_ab42d7a0c9e0d00792d7342a4dafe3c0.bindPopup(popup_82d7f18607c0b1e8b86068112a06b8fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab42d7a0c9e0d00792d7342a4dafe3c0.setIcon(icon_a39d492426b2fcbd5191b4a7966f63c4);
|
|
|
|
|
|
var marker_3051b37fe8e4eba326f073363b35fd5e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_97b8b143032b5bb1676e40f4508f9089 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76695af4297deec74bec57078397575d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c25de1805ef92e9e9f804c65bf75a00 = $(`<div id="html_0c25de1805ef92e9e9f804c65bf75a00" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_76695af4297deec74bec57078397575d.setContent(html_0c25de1805ef92e9e9f804c65bf75a00);
|
|
|
|
|
|
|
|
marker_3051b37fe8e4eba326f073363b35fd5e.bindPopup(popup_76695af4297deec74bec57078397575d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3051b37fe8e4eba326f073363b35fd5e.setIcon(icon_97b8b143032b5bb1676e40f4508f9089);
|
|
|
|
|
|
var marker_727bd783c2c39e1e5007b76a99e1c461 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_d0fe029dd08b525271713935b118008a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39506651b623a33e67470d4afd773506 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c81ee5221cdfeca4f6011285ea21d41 = $(`<div id="html_1c81ee5221cdfeca4f6011285ea21d41" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_39506651b623a33e67470d4afd773506.setContent(html_1c81ee5221cdfeca4f6011285ea21d41);
|
|
|
|
|
|
|
|
marker_727bd783c2c39e1e5007b76a99e1c461.bindPopup(popup_39506651b623a33e67470d4afd773506)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_727bd783c2c39e1e5007b76a99e1c461.setIcon(icon_d0fe029dd08b525271713935b118008a);
|
|
|
|
|
|
var marker_95945568002c5edcd318217caa31b415 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_27a333ecda35d91636ce8ddd43467b28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b69e3a8244970b3c2eefb4e3bd8274f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99dc14b46c85b6b87647c011a7354c3c = $(`<div id="html_99dc14b46c85b6b87647c011a7354c3c" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_b69e3a8244970b3c2eefb4e3bd8274f4.setContent(html_99dc14b46c85b6b87647c011a7354c3c);
|
|
|
|
|
|
|
|
marker_95945568002c5edcd318217caa31b415.bindPopup(popup_b69e3a8244970b3c2eefb4e3bd8274f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95945568002c5edcd318217caa31b415.setIcon(icon_27a333ecda35d91636ce8ddd43467b28);
|
|
|
|
|
|
var marker_aacc494c7d33cccec957fb7949fcabd1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_b7993d7cdc67471d5a1998921e2799aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15fe77d4cb26f5d89747ef658afc4831 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9366ebd6dfe89e8c10456c7bd097d4d = $(`<div id="html_f9366ebd6dfe89e8c10456c7bd097d4d" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_15fe77d4cb26f5d89747ef658afc4831.setContent(html_f9366ebd6dfe89e8c10456c7bd097d4d);
|
|
|
|
|
|
|
|
marker_aacc494c7d33cccec957fb7949fcabd1.bindPopup(popup_15fe77d4cb26f5d89747ef658afc4831)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aacc494c7d33cccec957fb7949fcabd1.setIcon(icon_b7993d7cdc67471d5a1998921e2799aa);
|
|
|
|
|
|
var marker_7f6c555bdbc552bf91e9af519c54dbb6 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_e4a39d06061b7dd5558b3700af377c18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e3a6938518ca9471f70a10ca1f5fc08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7554116202f5287c26ac0dcd0121d1ab = $(`<div id="html_7554116202f5287c26ac0dcd0121d1ab" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_2e3a6938518ca9471f70a10ca1f5fc08.setContent(html_7554116202f5287c26ac0dcd0121d1ab);
|
|
|
|
|
|
|
|
marker_7f6c555bdbc552bf91e9af519c54dbb6.bindPopup(popup_2e3a6938518ca9471f70a10ca1f5fc08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f6c555bdbc552bf91e9af519c54dbb6.setIcon(icon_e4a39d06061b7dd5558b3700af377c18);
|
|
|
|
|
|
var marker_65e7f9c3276586effe42f23cb8ec46dd = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_bce9211f4f89aa9ecf7b21fc67271fab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ce0374fe047270bdf4967dbac8070c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36138ae0c6f2921fdc5641f3526a0c1e = $(`<div id="html_36138ae0c6f2921fdc5641f3526a0c1e" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_3ce0374fe047270bdf4967dbac8070c4.setContent(html_36138ae0c6f2921fdc5641f3526a0c1e);
|
|
|
|
|
|
|
|
marker_65e7f9c3276586effe42f23cb8ec46dd.bindPopup(popup_3ce0374fe047270bdf4967dbac8070c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65e7f9c3276586effe42f23cb8ec46dd.setIcon(icon_bce9211f4f89aa9ecf7b21fc67271fab);
|
|
|
|
|
|
var marker_78f9987d17706d3be874245b85a11a3e = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_0d0009022c3bad6987afdf569b6b42a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bb64b5a88b8e9acc591255911c45958 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fcdcd8c7aa8005efc5bb4d427dec697 = $(`<div id="html_1fcdcd8c7aa8005efc5bb4d427dec697" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_1bb64b5a88b8e9acc591255911c45958.setContent(html_1fcdcd8c7aa8005efc5bb4d427dec697);
|
|
|
|
|
|
|
|
marker_78f9987d17706d3be874245b85a11a3e.bindPopup(popup_1bb64b5a88b8e9acc591255911c45958)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78f9987d17706d3be874245b85a11a3e.setIcon(icon_0d0009022c3bad6987afdf569b6b42a9);
|
|
|
|
|
|
var marker_ecc82798653b88937b1129087c0d0dbf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_bd28a84b90bc2b09fdd5598b607a8925 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddb0c925497027693159c04d158d0b59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bfecd3fecc80ad58972eed88df88fe6 = $(`<div id="html_1bfecd3fecc80ad58972eed88df88fe6" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_ddb0c925497027693159c04d158d0b59.setContent(html_1bfecd3fecc80ad58972eed88df88fe6);
|
|
|
|
|
|
|
|
marker_ecc82798653b88937b1129087c0d0dbf.bindPopup(popup_ddb0c925497027693159c04d158d0b59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecc82798653b88937b1129087c0d0dbf.setIcon(icon_bd28a84b90bc2b09fdd5598b607a8925);
|
|
|
|
|
|
var marker_cfdc5ae68dcda0b3f3e39d0e6166df7e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_47b59fec9336a758659275712719793a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51163a4e9de351526cb5edd2102b4f2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b949e7035cba21cbf5f5afc02edd6a88 = $(`<div id="html_b949e7035cba21cbf5f5afc02edd6a88" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_51163a4e9de351526cb5edd2102b4f2b.setContent(html_b949e7035cba21cbf5f5afc02edd6a88);
|
|
|
|
|
|
|
|
marker_cfdc5ae68dcda0b3f3e39d0e6166df7e.bindPopup(popup_51163a4e9de351526cb5edd2102b4f2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfdc5ae68dcda0b3f3e39d0e6166df7e.setIcon(icon_47b59fec9336a758659275712719793a);
|
|
|
|
|
|
var marker_4bda92fdba6229ce414b302f8c93fbb3 = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_8a9c3ba24d08ba962a035af99f43fd66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d76972f8ff4521ba7811909517376a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6b46bfdc40a832a734ce282cb4aa039 = $(`<div id="html_c6b46bfdc40a832a734ce282cb4aa039" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_2d76972f8ff4521ba7811909517376a3.setContent(html_c6b46bfdc40a832a734ce282cb4aa039);
|
|
|
|
|
|
|
|
marker_4bda92fdba6229ce414b302f8c93fbb3.bindPopup(popup_2d76972f8ff4521ba7811909517376a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bda92fdba6229ce414b302f8c93fbb3.setIcon(icon_8a9c3ba24d08ba962a035af99f43fd66);
|
|
|
|
|
|
var marker_5ebd7766e52214f65d7d4d8349a1b57b = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_69f08ac37289120201c0bc8bd3c691f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31229af99796b04af4a291896243c82e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_719b9bf92a3c77baa6942643e0f2f265 = $(`<div id="html_719b9bf92a3c77baa6942643e0f2f265" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_31229af99796b04af4a291896243c82e.setContent(html_719b9bf92a3c77baa6942643e0f2f265);
|
|
|
|
|
|
|
|
marker_5ebd7766e52214f65d7d4d8349a1b57b.bindPopup(popup_31229af99796b04af4a291896243c82e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ebd7766e52214f65d7d4d8349a1b57b.setIcon(icon_69f08ac37289120201c0bc8bd3c691f8);
|
|
|
|
|
|
var marker_070c5c89a54de8ca91af8bb32f9f6acd = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_aacb1b572699519d6fb074be5566b364 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7464cf9eeebdd061c70c7bcdfc21ca77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_647166f42ab93ee0cd9deff64a459495 = $(`<div id="html_647166f42ab93ee0cd9deff64a459495" style="width: 100.0%; height: 100.0%;">relay.bitmacro.io</div>`)[0];
|
|
popup_7464cf9eeebdd061c70c7bcdfc21ca77.setContent(html_647166f42ab93ee0cd9deff64a459495);
|
|
|
|
|
|
|
|
marker_070c5c89a54de8ca91af8bb32f9f6acd.bindPopup(popup_7464cf9eeebdd061c70c7bcdfc21ca77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_070c5c89a54de8ca91af8bb32f9f6acd.setIcon(icon_aacb1b572699519d6fb074be5566b364);
|
|
|
|
|
|
var marker_d3ccc9c0c5aba0d0cd02897da925fd04 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_f2ef308499055afe2492c803fa94b200 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f579d7aef6c8e43739ff3eedb4fde20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00b0395fbe6d6df6f76f33fca5be062f = $(`<div id="html_00b0395fbe6d6df6f76f33fca5be062f" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_1f579d7aef6c8e43739ff3eedb4fde20.setContent(html_00b0395fbe6d6df6f76f33fca5be062f);
|
|
|
|
|
|
|
|
marker_d3ccc9c0c5aba0d0cd02897da925fd04.bindPopup(popup_1f579d7aef6c8e43739ff3eedb4fde20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3ccc9c0c5aba0d0cd02897da925fd04.setIcon(icon_f2ef308499055afe2492c803fa94b200);
|
|
|
|
|
|
var marker_7731c7328056a77fe7931329b3c13b14 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_957757b0815c7294d2e134f230a54ba3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a7b4d96ec60b10c7d9cac3b7963b845 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11f69b6173cb0e40cacb7e85519c87fb = $(`<div id="html_11f69b6173cb0e40cacb7e85519c87fb" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_1a7b4d96ec60b10c7d9cac3b7963b845.setContent(html_11f69b6173cb0e40cacb7e85519c87fb);
|
|
|
|
|
|
|
|
marker_7731c7328056a77fe7931329b3c13b14.bindPopup(popup_1a7b4d96ec60b10c7d9cac3b7963b845)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7731c7328056a77fe7931329b3c13b14.setIcon(icon_957757b0815c7294d2e134f230a54ba3);
|
|
|
|
|
|
var marker_a200d7672389b9d6852bfa16fd8b0a7d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_def89b1421a35319983e77406c46a4cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc5111c681c4c3ab84026cdc3b637aa6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f46383163bd9332a815702897f1e005 = $(`<div id="html_8f46383163bd9332a815702897f1e005" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_cc5111c681c4c3ab84026cdc3b637aa6.setContent(html_8f46383163bd9332a815702897f1e005);
|
|
|
|
|
|
|
|
marker_a200d7672389b9d6852bfa16fd8b0a7d.bindPopup(popup_cc5111c681c4c3ab84026cdc3b637aa6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a200d7672389b9d6852bfa16fd8b0a7d.setIcon(icon_def89b1421a35319983e77406c46a4cd);
|
|
|
|
|
|
var marker_c403d823be95e620dc0d73b5668d6493 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_2d4f46db60be53ca0ae490143ce447dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5253e3ef250b1f0358aad46c6154ab8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b245625de218bdb76ebe10eda2c5afb8 = $(`<div id="html_b245625de218bdb76ebe10eda2c5afb8" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_d5253e3ef250b1f0358aad46c6154ab8.setContent(html_b245625de218bdb76ebe10eda2c5afb8);
|
|
|
|
|
|
|
|
marker_c403d823be95e620dc0d73b5668d6493.bindPopup(popup_d5253e3ef250b1f0358aad46c6154ab8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c403d823be95e620dc0d73b5668d6493.setIcon(icon_2d4f46db60be53ca0ae490143ce447dd);
|
|
|
|
|
|
var marker_8b79f7f80b93265fbecf1d1b6cc1f451 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_01b430388948752db16ca8563628fa2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a8503d8646fcb935dfdff67e00c1e55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52cb9d26b53463b2ca1a1018646d24a8 = $(`<div id="html_52cb9d26b53463b2ca1a1018646d24a8" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_7a8503d8646fcb935dfdff67e00c1e55.setContent(html_52cb9d26b53463b2ca1a1018646d24a8);
|
|
|
|
|
|
|
|
marker_8b79f7f80b93265fbecf1d1b6cc1f451.bindPopup(popup_7a8503d8646fcb935dfdff67e00c1e55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b79f7f80b93265fbecf1d1b6cc1f451.setIcon(icon_01b430388948752db16ca8563628fa2f);
|
|
|
|
|
|
var marker_5e308fc77bae59b9d5588121c429d254 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_1f40ff6edccc20594879c475b49d26c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0559ac50bd810af6ed00d1795ca3e416 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8a4e34b7ee9aca0043d4926a92d102a = $(`<div id="html_e8a4e34b7ee9aca0043d4926a92d102a" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_0559ac50bd810af6ed00d1795ca3e416.setContent(html_e8a4e34b7ee9aca0043d4926a92d102a);
|
|
|
|
|
|
|
|
marker_5e308fc77bae59b9d5588121c429d254.bindPopup(popup_0559ac50bd810af6ed00d1795ca3e416)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e308fc77bae59b9d5588121c429d254.setIcon(icon_1f40ff6edccc20594879c475b49d26c8);
|
|
|
|
|
|
var marker_c4899ed15f6be2a4ef0bf57c98dad97c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_dc075f2b324ddd7a0d550989d60f2e8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11abf29dad25bcdd6ae6683f33b40368 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_816989a13cb47b054a7e61cf562ef433 = $(`<div id="html_816989a13cb47b054a7e61cf562ef433" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_11abf29dad25bcdd6ae6683f33b40368.setContent(html_816989a13cb47b054a7e61cf562ef433);
|
|
|
|
|
|
|
|
marker_c4899ed15f6be2a4ef0bf57c98dad97c.bindPopup(popup_11abf29dad25bcdd6ae6683f33b40368)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4899ed15f6be2a4ef0bf57c98dad97c.setIcon(icon_dc075f2b324ddd7a0d550989d60f2e8c);
|
|
|
|
|
|
var marker_2bade15d67c29443f5d5f04d8b98ec26 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_694e26004b7c945e4c1206b71533b13b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37b7dc7b97c289b91eeff2cf8f09ed38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3f79e76b543e9e0f676319bad7b2cee = $(`<div id="html_c3f79e76b543e9e0f676319bad7b2cee" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_37b7dc7b97c289b91eeff2cf8f09ed38.setContent(html_c3f79e76b543e9e0f676319bad7b2cee);
|
|
|
|
|
|
|
|
marker_2bade15d67c29443f5d5f04d8b98ec26.bindPopup(popup_37b7dc7b97c289b91eeff2cf8f09ed38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bade15d67c29443f5d5f04d8b98ec26.setIcon(icon_694e26004b7c945e4c1206b71533b13b);
|
|
|
|
|
|
var marker_00af1ea9fabf5358a87f62fd78b65eac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_01a7a4dcc657702457cf983639318cc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba443432bbef453690108ef189a9c868 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd7fa8dcc0764fad8af02dd1aa505e0a = $(`<div id="html_dd7fa8dcc0764fad8af02dd1aa505e0a" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_ba443432bbef453690108ef189a9c868.setContent(html_dd7fa8dcc0764fad8af02dd1aa505e0a);
|
|
|
|
|
|
|
|
marker_00af1ea9fabf5358a87f62fd78b65eac.bindPopup(popup_ba443432bbef453690108ef189a9c868)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00af1ea9fabf5358a87f62fd78b65eac.setIcon(icon_01a7a4dcc657702457cf983639318cc8);
|
|
|
|
|
|
var marker_a8efb845eef99f406e5cd37589a9a257 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_b71ad39081a37dadef5d0dc83aa946a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32f4381fdaeb06947435bd1539558cb2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87838ce6b1c35032bbd6a74e702641ef = $(`<div id="html_87838ce6b1c35032bbd6a74e702641ef" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_32f4381fdaeb06947435bd1539558cb2.setContent(html_87838ce6b1c35032bbd6a74e702641ef);
|
|
|
|
|
|
|
|
marker_a8efb845eef99f406e5cd37589a9a257.bindPopup(popup_32f4381fdaeb06947435bd1539558cb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8efb845eef99f406e5cd37589a9a257.setIcon(icon_b71ad39081a37dadef5d0dc83aa946a0);
|
|
|
|
|
|
var marker_013366eab363c4530e412b89abc48c9d = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_30f2f52a18ba3583acc138e2e9746e85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a94ed3f175f0186382ba9e8435584f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db0057e6ce9237235681b7a3d98b44bb = $(`<div id="html_db0057e6ce9237235681b7a3d98b44bb" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_0a94ed3f175f0186382ba9e8435584f8.setContent(html_db0057e6ce9237235681b7a3d98b44bb);
|
|
|
|
|
|
|
|
marker_013366eab363c4530e412b89abc48c9d.bindPopup(popup_0a94ed3f175f0186382ba9e8435584f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_013366eab363c4530e412b89abc48c9d.setIcon(icon_30f2f52a18ba3583acc138e2e9746e85);
|
|
|
|
|
|
var marker_a06e95423512b1bb3cb1cd72b0a27265 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_4c8144ecdcf925b46727c48bf1dbca68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7acf6297b81a18bd1ae591007ac3d05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_920e353d73be1b30416294087c681e12 = $(`<div id="html_920e353d73be1b30416294087c681e12" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_e7acf6297b81a18bd1ae591007ac3d05.setContent(html_920e353d73be1b30416294087c681e12);
|
|
|
|
|
|
|
|
marker_a06e95423512b1bb3cb1cd72b0a27265.bindPopup(popup_e7acf6297b81a18bd1ae591007ac3d05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a06e95423512b1bb3cb1cd72b0a27265.setIcon(icon_4c8144ecdcf925b46727c48bf1dbca68);
|
|
|
|
|
|
var marker_c22a1a2796b330d033f0e443a24e40d1 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_9013f0a7c9827ab6708161e0bb8990e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcaa9f669f75adeb7db64bc5cdb97b67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb2279d37b8400711ae34003ef8a8d73 = $(`<div id="html_fb2279d37b8400711ae34003ef8a8d73" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_fcaa9f669f75adeb7db64bc5cdb97b67.setContent(html_fb2279d37b8400711ae34003ef8a8d73);
|
|
|
|
|
|
|
|
marker_c22a1a2796b330d033f0e443a24e40d1.bindPopup(popup_fcaa9f669f75adeb7db64bc5cdb97b67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c22a1a2796b330d033f0e443a24e40d1.setIcon(icon_9013f0a7c9827ab6708161e0bb8990e4);
|
|
|
|
|
|
var marker_89a39020d599b8cb4d8649614779a8c5 = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_f7352177bf3a04d1487f3a2fe458b341 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28034465dccdfbe0ea1798ba1c03ca0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b30630a97ba7330d80fc0f222818bd97 = $(`<div id="html_b30630a97ba7330d80fc0f222818bd97" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_28034465dccdfbe0ea1798ba1c03ca0f.setContent(html_b30630a97ba7330d80fc0f222818bd97);
|
|
|
|
|
|
|
|
marker_89a39020d599b8cb4d8649614779a8c5.bindPopup(popup_28034465dccdfbe0ea1798ba1c03ca0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89a39020d599b8cb4d8649614779a8c5.setIcon(icon_f7352177bf3a04d1487f3a2fe458b341);
|
|
|
|
|
|
var marker_1481de50d84641194d66552ac81c2aff = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_c674660e15f38139631fa10429fce470 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd6b5e3d7388e563abc1b4d989378924 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad685636a94f72ae153ceb89c541da91 = $(`<div id="html_ad685636a94f72ae153ceb89c541da91" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_dd6b5e3d7388e563abc1b4d989378924.setContent(html_ad685636a94f72ae153ceb89c541da91);
|
|
|
|
|
|
|
|
marker_1481de50d84641194d66552ac81c2aff.bindPopup(popup_dd6b5e3d7388e563abc1b4d989378924)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1481de50d84641194d66552ac81c2aff.setIcon(icon_c674660e15f38139631fa10429fce470);
|
|
|
|
|
|
var marker_a262bf1ffc92f6e2e1173a612a33744e = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_3447071a7c9150637609347ed915c132 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ede9bb41ee0faf69bf53c906b5029a80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d35459c58da4e26d091d3f4fd37597b = $(`<div id="html_3d35459c58da4e26d091d3f4fd37597b" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_ede9bb41ee0faf69bf53c906b5029a80.setContent(html_3d35459c58da4e26d091d3f4fd37597b);
|
|
|
|
|
|
|
|
marker_a262bf1ffc92f6e2e1173a612a33744e.bindPopup(popup_ede9bb41ee0faf69bf53c906b5029a80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a262bf1ffc92f6e2e1173a612a33744e.setIcon(icon_3447071a7c9150637609347ed915c132);
|
|
|
|
|
|
var marker_f8e72106a8502ad0705289ec6a44e358 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_b5e46761eb9476c1d591ce765dc640c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_263ce1aea814c025d4d496fa0a26fe2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6382b54034c284add05857bccecbe125 = $(`<div id="html_6382b54034c284add05857bccecbe125" style="width: 100.0%; height: 100.0%;">orly.ft.hn</div>`)[0];
|
|
popup_263ce1aea814c025d4d496fa0a26fe2a.setContent(html_6382b54034c284add05857bccecbe125);
|
|
|
|
|
|
|
|
marker_f8e72106a8502ad0705289ec6a44e358.bindPopup(popup_263ce1aea814c025d4d496fa0a26fe2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8e72106a8502ad0705289ec6a44e358.setIcon(icon_b5e46761eb9476c1d591ce765dc640c2);
|
|
|
|
|
|
var marker_b07997d36028a335e26020b793e87433 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_3c7b4220e05a791234f3251297986334 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_121e23d2432b38787920df0b9eae568e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18ff6bd4d2cc3ef4a9d9b7e05a0dfdf2 = $(`<div id="html_18ff6bd4d2cc3ef4a9d9b7e05a0dfdf2" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_121e23d2432b38787920df0b9eae568e.setContent(html_18ff6bd4d2cc3ef4a9d9b7e05a0dfdf2);
|
|
|
|
|
|
|
|
marker_b07997d36028a335e26020b793e87433.bindPopup(popup_121e23d2432b38787920df0b9eae568e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b07997d36028a335e26020b793e87433.setIcon(icon_3c7b4220e05a791234f3251297986334);
|
|
|
|
|
|
var marker_31cbc3f35f636ce9f4f96d9cc715d7a2 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_67ff1cf235ef7542b4606cff70abb42a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d511a89b735a06633966a52210ec59e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4000f36e2b776ec3ce29505a6850c972 = $(`<div id="html_4000f36e2b776ec3ce29505a6850c972" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_d511a89b735a06633966a52210ec59e7.setContent(html_4000f36e2b776ec3ce29505a6850c972);
|
|
|
|
|
|
|
|
marker_31cbc3f35f636ce9f4f96d9cc715d7a2.bindPopup(popup_d511a89b735a06633966a52210ec59e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31cbc3f35f636ce9f4f96d9cc715d7a2.setIcon(icon_67ff1cf235ef7542b4606cff70abb42a);
|
|
|
|
|
|
var marker_56421a719042d4106708f3eb68363285 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_10b56aee9864fe8ad13540082004a87c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3c4d90b77c55f2016d554a104261052 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac8c867fe0050c6055ce875b70edc5f1 = $(`<div id="html_ac8c867fe0050c6055ce875b70edc5f1" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_d3c4d90b77c55f2016d554a104261052.setContent(html_ac8c867fe0050c6055ce875b70edc5f1);
|
|
|
|
|
|
|
|
marker_56421a719042d4106708f3eb68363285.bindPopup(popup_d3c4d90b77c55f2016d554a104261052)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56421a719042d4106708f3eb68363285.setIcon(icon_10b56aee9864fe8ad13540082004a87c);
|
|
|
|
|
|
var marker_eb590a30b392e15ed6701900a8ff7f37 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_ef4bb92af7e52148971c882d098bdc1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c44a5e2faa88c7ade3023452fe97860 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_923c586f505222796bca2e9b3abbf21f = $(`<div id="html_923c586f505222796bca2e9b3abbf21f" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_4c44a5e2faa88c7ade3023452fe97860.setContent(html_923c586f505222796bca2e9b3abbf21f);
|
|
|
|
|
|
|
|
marker_eb590a30b392e15ed6701900a8ff7f37.bindPopup(popup_4c44a5e2faa88c7ade3023452fe97860)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb590a30b392e15ed6701900a8ff7f37.setIcon(icon_ef4bb92af7e52148971c882d098bdc1b);
|
|
|
|
|
|
var marker_ac0bbf6d9945d885ca4687d4630cf11d = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_4a5198cb84da2b3108895e6e2f6454d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ead930f8c3bef884c8c089d04d8a019 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a75c5186a8ba77a48592ff87ad9ba258 = $(`<div id="html_a75c5186a8ba77a48592ff87ad9ba258" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_9ead930f8c3bef884c8c089d04d8a019.setContent(html_a75c5186a8ba77a48592ff87ad9ba258);
|
|
|
|
|
|
|
|
marker_ac0bbf6d9945d885ca4687d4630cf11d.bindPopup(popup_9ead930f8c3bef884c8c089d04d8a019)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac0bbf6d9945d885ca4687d4630cf11d.setIcon(icon_4a5198cb84da2b3108895e6e2f6454d2);
|
|
|
|
|
|
var marker_cdea86ae00e9866a922b7c18b21b118d = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_0ed44ee3fdaaf90893434faf647b5102 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de26a17ab0c58b3bff75d41bbed5cff6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35113b647b3c6922a007ceba445a6187 = $(`<div id="html_35113b647b3c6922a007ceba445a6187" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_de26a17ab0c58b3bff75d41bbed5cff6.setContent(html_35113b647b3c6922a007ceba445a6187);
|
|
|
|
|
|
|
|
marker_cdea86ae00e9866a922b7c18b21b118d.bindPopup(popup_de26a17ab0c58b3bff75d41bbed5cff6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdea86ae00e9866a922b7c18b21b118d.setIcon(icon_0ed44ee3fdaaf90893434faf647b5102);
|
|
|
|
|
|
var marker_20479cd4b0e9c2a154326cd6e19eccd8 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_3002acbc512b21a91715641de9642ab1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b027820e4c6c834443034214760a0025 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d8e32e7d182881710439427f38fe768 = $(`<div id="html_5d8e32e7d182881710439427f38fe768" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_b027820e4c6c834443034214760a0025.setContent(html_5d8e32e7d182881710439427f38fe768);
|
|
|
|
|
|
|
|
marker_20479cd4b0e9c2a154326cd6e19eccd8.bindPopup(popup_b027820e4c6c834443034214760a0025)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20479cd4b0e9c2a154326cd6e19eccd8.setIcon(icon_3002acbc512b21a91715641de9642ab1);
|
|
|
|
|
|
var marker_01bb2af35073b085e16c0363a05205d7 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_ff871c5450953c01900603f81f0df956 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9eb146fe8ec8a8f51a59bc3530240565 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_376160a7ddf0271b76d943895219a575 = $(`<div id="html_376160a7ddf0271b76d943895219a575" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_9eb146fe8ec8a8f51a59bc3530240565.setContent(html_376160a7ddf0271b76d943895219a575);
|
|
|
|
|
|
|
|
marker_01bb2af35073b085e16c0363a05205d7.bindPopup(popup_9eb146fe8ec8a8f51a59bc3530240565)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01bb2af35073b085e16c0363a05205d7.setIcon(icon_ff871c5450953c01900603f81f0df956);
|
|
|
|
|
|
var marker_9432c6856de4c110fdb7f9b84496c612 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_6f9e56ffdea62ab1df4df6fcfcc10eae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9a61909e781f7c748a9e5c274a75b0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5377b127376a82dbbd2d94b2ee1d8aab = $(`<div id="html_5377b127376a82dbbd2d94b2ee1d8aab" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_b9a61909e781f7c748a9e5c274a75b0c.setContent(html_5377b127376a82dbbd2d94b2ee1d8aab);
|
|
|
|
|
|
|
|
marker_9432c6856de4c110fdb7f9b84496c612.bindPopup(popup_b9a61909e781f7c748a9e5c274a75b0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9432c6856de4c110fdb7f9b84496c612.setIcon(icon_6f9e56ffdea62ab1df4df6fcfcc10eae);
|
|
|
|
|
|
var marker_cfff4f327826546fea585f1cf27abfe7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_b64a09c308a34e88618b991e22342646 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3e2f1f875bbc64b7e5a064273d1db67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfd31b449fee88270006c85b1a2e3447 = $(`<div id="html_bfd31b449fee88270006c85b1a2e3447" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_a3e2f1f875bbc64b7e5a064273d1db67.setContent(html_bfd31b449fee88270006c85b1a2e3447);
|
|
|
|
|
|
|
|
marker_cfff4f327826546fea585f1cf27abfe7.bindPopup(popup_a3e2f1f875bbc64b7e5a064273d1db67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfff4f327826546fea585f1cf27abfe7.setIcon(icon_b64a09c308a34e88618b991e22342646);
|
|
|
|
|
|
var marker_0b809d22470be208ad7fb9774bdd0a58 = L.marker(
|
|
[47.6732, -117.239],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_10dc5f141a168365add34e8fc042cf6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec779b74537b80086ff2585caab6e6e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8901dd12f05f28a80dc4ad95dfa35b60 = $(`<div id="html_8901dd12f05f28a80dc4ad95dfa35b60" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_ec779b74537b80086ff2585caab6e6e8.setContent(html_8901dd12f05f28a80dc4ad95dfa35b60);
|
|
|
|
|
|
|
|
marker_0b809d22470be208ad7fb9774bdd0a58.bindPopup(popup_ec779b74537b80086ff2585caab6e6e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b809d22470be208ad7fb9774bdd0a58.setIcon(icon_10dc5f141a168365add34e8fc042cf6a);
|
|
|
|
|
|
var marker_19c57994a903675fc47c592477cea052 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_31ec29f68ee95550fa22975cdc594185 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abf3c9c856115b87955894544da6b9cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf76b4a2066cd8f8d53f591c9bbc4fe0 = $(`<div id="html_bf76b4a2066cd8f8d53f591c9bbc4fe0" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_abf3c9c856115b87955894544da6b9cd.setContent(html_bf76b4a2066cd8f8d53f591c9bbc4fe0);
|
|
|
|
|
|
|
|
marker_19c57994a903675fc47c592477cea052.bindPopup(popup_abf3c9c856115b87955894544da6b9cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19c57994a903675fc47c592477cea052.setIcon(icon_31ec29f68ee95550fa22975cdc594185);
|
|
|
|
|
|
var marker_5bbb28c526b93e1a424ba5ddd8120f27 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_da2423232fff98c608d0ba0e74aaf1bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_691386bccedacda501fce4cb25934a4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a767558caeee8da219c8d6d138c412b3 = $(`<div id="html_a767558caeee8da219c8d6d138c412b3" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_691386bccedacda501fce4cb25934a4e.setContent(html_a767558caeee8da219c8d6d138c412b3);
|
|
|
|
|
|
|
|
marker_5bbb28c526b93e1a424ba5ddd8120f27.bindPopup(popup_691386bccedacda501fce4cb25934a4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bbb28c526b93e1a424ba5ddd8120f27.setIcon(icon_da2423232fff98c608d0ba0e74aaf1bc);
|
|
|
|
|
|
var marker_91fd086016465dd87b40723681eefc36 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_0f8dbf62705e76c8b1df6711044946bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db937864ef3df846a893db56c9635fb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cda1588dd6b50f4a8a1d8e746af91e0 = $(`<div id="html_1cda1588dd6b50f4a8a1d8e746af91e0" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_db937864ef3df846a893db56c9635fb6.setContent(html_1cda1588dd6b50f4a8a1d8e746af91e0);
|
|
|
|
|
|
|
|
marker_91fd086016465dd87b40723681eefc36.bindPopup(popup_db937864ef3df846a893db56c9635fb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91fd086016465dd87b40723681eefc36.setIcon(icon_0f8dbf62705e76c8b1df6711044946bc);
|
|
|
|
|
|
var marker_383e616810a3f85bb663ad7805b57664 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_b9bbb746919d9c1b4ad4666f19ba2aeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64fade8b0e057f2ab65ee8d999876a6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ed08d444ade08c3a6b717919b59fce5 = $(`<div id="html_2ed08d444ade08c3a6b717919b59fce5" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_64fade8b0e057f2ab65ee8d999876a6b.setContent(html_2ed08d444ade08c3a6b717919b59fce5);
|
|
|
|
|
|
|
|
marker_383e616810a3f85bb663ad7805b57664.bindPopup(popup_64fade8b0e057f2ab65ee8d999876a6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_383e616810a3f85bb663ad7805b57664.setIcon(icon_b9bbb746919d9c1b4ad4666f19ba2aeb);
|
|
|
|
|
|
var marker_75cca14a4b34e9092d11bea7d88379ed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_c42f24a84209fe637bdb9dc721078adf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62726c66052261b03cc7ad5db4e71316 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff57a2c243687b4f3ad2798927a8442a = $(`<div id="html_ff57a2c243687b4f3ad2798927a8442a" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_62726c66052261b03cc7ad5db4e71316.setContent(html_ff57a2c243687b4f3ad2798927a8442a);
|
|
|
|
|
|
|
|
marker_75cca14a4b34e9092d11bea7d88379ed.bindPopup(popup_62726c66052261b03cc7ad5db4e71316)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75cca14a4b34e9092d11bea7d88379ed.setIcon(icon_c42f24a84209fe637bdb9dc721078adf);
|
|
|
|
|
|
var marker_bae4bc3d2a18de04c0f07144397409fc = L.marker(
|
|
[25.0367, 121.524],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_0baab410787a3aef05c3ed4b1e628900 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b8d1cb060c61be34372787ed3df75cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_347d69a321f8067bb58b031e0d3fbb75 = $(`<div id="html_347d69a321f8067bb58b031e0d3fbb75" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_9b8d1cb060c61be34372787ed3df75cc.setContent(html_347d69a321f8067bb58b031e0d3fbb75);
|
|
|
|
|
|
|
|
marker_bae4bc3d2a18de04c0f07144397409fc.bindPopup(popup_9b8d1cb060c61be34372787ed3df75cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bae4bc3d2a18de04c0f07144397409fc.setIcon(icon_0baab410787a3aef05c3ed4b1e628900);
|
|
|
|
|
|
var marker_1bbd7f06f2dffd4684422bd46f3673e5 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_0fbae9185bd7a4c511758b9604609ccf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bd58048cfba7ab1db9fdf4d438a0b18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69c859db38809cdbf0b9ec01d10ebf5c = $(`<div id="html_69c859db38809cdbf0b9ec01d10ebf5c" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_7bd58048cfba7ab1db9fdf4d438a0b18.setContent(html_69c859db38809cdbf0b9ec01d10ebf5c);
|
|
|
|
|
|
|
|
marker_1bbd7f06f2dffd4684422bd46f3673e5.bindPopup(popup_7bd58048cfba7ab1db9fdf4d438a0b18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bbd7f06f2dffd4684422bd46f3673e5.setIcon(icon_0fbae9185bd7a4c511758b9604609ccf);
|
|
|
|
|
|
var marker_e121f9573e2920dd96d4cbf1f58332c4 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_10d1388cd09dae3b7ec6504e67a6ee4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_001ea2456d4a0498f0d2cde4070d815f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9818052f879d2df045ee5d73804b6487 = $(`<div id="html_9818052f879d2df045ee5d73804b6487" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_001ea2456d4a0498f0d2cde4070d815f.setContent(html_9818052f879d2df045ee5d73804b6487);
|
|
|
|
|
|
|
|
marker_e121f9573e2920dd96d4cbf1f58332c4.bindPopup(popup_001ea2456d4a0498f0d2cde4070d815f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e121f9573e2920dd96d4cbf1f58332c4.setIcon(icon_10d1388cd09dae3b7ec6504e67a6ee4e);
|
|
|
|
|
|
var marker_299b4ec59eb33515e233bed3d960c148 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_fd8930ea631739177ef16820d00d7b69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5901b23162370037f29503798947d11c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_850364cc75c83c315148a1c810f0ca76 = $(`<div id="html_850364cc75c83c315148a1c810f0ca76" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_5901b23162370037f29503798947d11c.setContent(html_850364cc75c83c315148a1c810f0ca76);
|
|
|
|
|
|
|
|
marker_299b4ec59eb33515e233bed3d960c148.bindPopup(popup_5901b23162370037f29503798947d11c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_299b4ec59eb33515e233bed3d960c148.setIcon(icon_fd8930ea631739177ef16820d00d7b69);
|
|
|
|
|
|
var marker_0b2afc6ee414c6a2d5645e5e8ce7ab37 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_8f0a58f31ea898d7d533abe4b9eec102 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed5e1ec77d31be948ffd15c3df607a61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae6318e1db3cbb6d8565c4fa8e552927 = $(`<div id="html_ae6318e1db3cbb6d8565c4fa8e552927" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_ed5e1ec77d31be948ffd15c3df607a61.setContent(html_ae6318e1db3cbb6d8565c4fa8e552927);
|
|
|
|
|
|
|
|
marker_0b2afc6ee414c6a2d5645e5e8ce7ab37.bindPopup(popup_ed5e1ec77d31be948ffd15c3df607a61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b2afc6ee414c6a2d5645e5e8ce7ab37.setIcon(icon_8f0a58f31ea898d7d533abe4b9eec102);
|
|
|
|
|
|
var marker_19d0e4044d8c86c00de8698926a974b4 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_12d1ad608578adadc03ade1f2273ed24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36125dc15ae09e14e17b228dbeae468d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f52e67785016c0e441c0cab182529127 = $(`<div id="html_f52e67785016c0e441c0cab182529127" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_36125dc15ae09e14e17b228dbeae468d.setContent(html_f52e67785016c0e441c0cab182529127);
|
|
|
|
|
|
|
|
marker_19d0e4044d8c86c00de8698926a974b4.bindPopup(popup_36125dc15ae09e14e17b228dbeae468d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19d0e4044d8c86c00de8698926a974b4.setIcon(icon_12d1ad608578adadc03ade1f2273ed24);
|
|
|
|
|
|
var marker_54ffa0327ca913631d93aa3059b922b0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_1e87cab298bc059aeea436e6e5e14f75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5ca6506b074ff393db86d1aa84c29d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0158074954f148063144778728c681ac = $(`<div id="html_0158074954f148063144778728c681ac" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_d5ca6506b074ff393db86d1aa84c29d3.setContent(html_0158074954f148063144778728c681ac);
|
|
|
|
|
|
|
|
marker_54ffa0327ca913631d93aa3059b922b0.bindPopup(popup_d5ca6506b074ff393db86d1aa84c29d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54ffa0327ca913631d93aa3059b922b0.setIcon(icon_1e87cab298bc059aeea436e6e5e14f75);
|
|
|
|
|
|
var marker_5b8981a77438ebc053f11cc9eca65845 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_d890332d3e17420ff78bd4f61d64daca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecdc5d17ecdd36ac575a64b1ad1c1a20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4da1bdcdb29d06f94ef41548ed3ddc45 = $(`<div id="html_4da1bdcdb29d06f94ef41548ed3ddc45" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_ecdc5d17ecdd36ac575a64b1ad1c1a20.setContent(html_4da1bdcdb29d06f94ef41548ed3ddc45);
|
|
|
|
|
|
|
|
marker_5b8981a77438ebc053f11cc9eca65845.bindPopup(popup_ecdc5d17ecdd36ac575a64b1ad1c1a20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b8981a77438ebc053f11cc9eca65845.setIcon(icon_d890332d3e17420ff78bd4f61d64daca);
|
|
|
|
|
|
var marker_35c36811d8d51f57559d497c408c3c27 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_5a57d5d190695187085f049f5a9eef85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7a7360d0ad7d3405feb4a517f56a6e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e37f366f64e89a742aaeae18aa96ccb7 = $(`<div id="html_e37f366f64e89a742aaeae18aa96ccb7" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_b7a7360d0ad7d3405feb4a517f56a6e5.setContent(html_e37f366f64e89a742aaeae18aa96ccb7);
|
|
|
|
|
|
|
|
marker_35c36811d8d51f57559d497c408c3c27.bindPopup(popup_b7a7360d0ad7d3405feb4a517f56a6e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35c36811d8d51f57559d497c408c3c27.setIcon(icon_5a57d5d190695187085f049f5a9eef85);
|
|
|
|
|
|
var marker_83ad68e80a82dbd4e16339ee541f9a5d = L.marker(
|
|
[39.2904, -76.6122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_c8a58eb0a8008c6c1129d2f1846847e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58ec12e40b1716d2a567e71ca5da40fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e693b3a51012d63123b53bc9656eb75 = $(`<div id="html_6e693b3a51012d63123b53bc9656eb75" style="width: 100.0%; height: 100.0%;">nostr.samcorn.synology.me</div>`)[0];
|
|
popup_58ec12e40b1716d2a567e71ca5da40fe.setContent(html_6e693b3a51012d63123b53bc9656eb75);
|
|
|
|
|
|
|
|
marker_83ad68e80a82dbd4e16339ee541f9a5d.bindPopup(popup_58ec12e40b1716d2a567e71ca5da40fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83ad68e80a82dbd4e16339ee541f9a5d.setIcon(icon_c8a58eb0a8008c6c1129d2f1846847e7);
|
|
|
|
|
|
var marker_4697edefffd97bb3c131a5ab67cb2c90 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_9bed3e460aa40f5b96a80e028408abba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53c2964adcbe9577367f7272c445d1c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a267236500860e43d1dd2b47d195e1bb = $(`<div id="html_a267236500860e43d1dd2b47d195e1bb" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_53c2964adcbe9577367f7272c445d1c6.setContent(html_a267236500860e43d1dd2b47d195e1bb);
|
|
|
|
|
|
|
|
marker_4697edefffd97bb3c131a5ab67cb2c90.bindPopup(popup_53c2964adcbe9577367f7272c445d1c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4697edefffd97bb3c131a5ab67cb2c90.setIcon(icon_9bed3e460aa40f5b96a80e028408abba);
|
|
|
|
|
|
var marker_7ade199c626204d4663ddc337725bc8b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_69c9aa5a1a8475f9d7aabaad6c214b3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a2894013819d05232320e147fb5d092 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e41aa831efbb193ccdb73b92f88e79a7 = $(`<div id="html_e41aa831efbb193ccdb73b92f88e79a7" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_2a2894013819d05232320e147fb5d092.setContent(html_e41aa831efbb193ccdb73b92f88e79a7);
|
|
|
|
|
|
|
|
marker_7ade199c626204d4663ddc337725bc8b.bindPopup(popup_2a2894013819d05232320e147fb5d092)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ade199c626204d4663ddc337725bc8b.setIcon(icon_69c9aa5a1a8475f9d7aabaad6c214b3a);
|
|
|
|
|
|
var marker_6d152e6d7944682f1675e7f377097b3b = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_acb5d8120c8ffc6cdb87e4716d4b184c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0696ff18cb113f04a8fe6b62d6815655 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bb29611a852f80a9c89153542a4f638 = $(`<div id="html_4bb29611a852f80a9c89153542a4f638" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_0696ff18cb113f04a8fe6b62d6815655.setContent(html_4bb29611a852f80a9c89153542a4f638);
|
|
|
|
|
|
|
|
marker_6d152e6d7944682f1675e7f377097b3b.bindPopup(popup_0696ff18cb113f04a8fe6b62d6815655)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d152e6d7944682f1675e7f377097b3b.setIcon(icon_acb5d8120c8ffc6cdb87e4716d4b184c);
|
|
|
|
|
|
var marker_8695b36344196c7e895c4da5d685dcaa = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_c93f8a6d3e221a9b73fd8f2555566da5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0e91b753025a3526c125079e953c840 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_072d90d7f73924e8d1538967e0d04c24 = $(`<div id="html_072d90d7f73924e8d1538967e0d04c24" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_b0e91b753025a3526c125079e953c840.setContent(html_072d90d7f73924e8d1538967e0d04c24);
|
|
|
|
|
|
|
|
marker_8695b36344196c7e895c4da5d685dcaa.bindPopup(popup_b0e91b753025a3526c125079e953c840)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8695b36344196c7e895c4da5d685dcaa.setIcon(icon_c93f8a6d3e221a9b73fd8f2555566da5);
|
|
|
|
|
|
var marker_3870b69e8c1f4fe12340a8a96bddb795 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_2b8b89b9f4c723b8cd78695fb83fc73d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5f0d00ccb3b694e7115e25abe92c426 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d22386845b8d439536be9f92559cb20b = $(`<div id="html_d22386845b8d439536be9f92559cb20b" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_f5f0d00ccb3b694e7115e25abe92c426.setContent(html_d22386845b8d439536be9f92559cb20b);
|
|
|
|
|
|
|
|
marker_3870b69e8c1f4fe12340a8a96bddb795.bindPopup(popup_f5f0d00ccb3b694e7115e25abe92c426)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3870b69e8c1f4fe12340a8a96bddb795.setIcon(icon_2b8b89b9f4c723b8cd78695fb83fc73d);
|
|
|
|
|
|
var marker_0459c244d7f698993509adedaa3f964c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_4dcf01a0b04b0c64e561198f618bdd40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_260f1e2ea86f6d1feab86eab1e35bc94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ebb8bda3ee13c78e843568d19a36ed1 = $(`<div id="html_5ebb8bda3ee13c78e843568d19a36ed1" style="width: 100.0%; height: 100.0%;">relay.bitmacro.pro</div>`)[0];
|
|
popup_260f1e2ea86f6d1feab86eab1e35bc94.setContent(html_5ebb8bda3ee13c78e843568d19a36ed1);
|
|
|
|
|
|
|
|
marker_0459c244d7f698993509adedaa3f964c.bindPopup(popup_260f1e2ea86f6d1feab86eab1e35bc94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0459c244d7f698993509adedaa3f964c.setIcon(icon_4dcf01a0b04b0c64e561198f618bdd40);
|
|
|
|
|
|
var marker_1cadd40965add3976b809cdf18ae0216 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_4b6818d9575154c9de1be5c5bca488ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_721d1d82167e6fb49da87cb403958e6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00a2866ed4064bdb6f47925250f1901a = $(`<div id="html_00a2866ed4064bdb6f47925250f1901a" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_721d1d82167e6fb49da87cb403958e6f.setContent(html_00a2866ed4064bdb6f47925250f1901a);
|
|
|
|
|
|
|
|
marker_1cadd40965add3976b809cdf18ae0216.bindPopup(popup_721d1d82167e6fb49da87cb403958e6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cadd40965add3976b809cdf18ae0216.setIcon(icon_4b6818d9575154c9de1be5c5bca488ee);
|
|
|
|
|
|
var marker_e73ded19fb09627c404d4188d5bd782f = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_14f2f034cd80b5d937086e15f3c5088b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0208bb8b41413aa6af0f439b306a718 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ee5fe0184aa8043014f311bc2722a62 = $(`<div id="html_9ee5fe0184aa8043014f311bc2722a62" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_e0208bb8b41413aa6af0f439b306a718.setContent(html_9ee5fe0184aa8043014f311bc2722a62);
|
|
|
|
|
|
|
|
marker_e73ded19fb09627c404d4188d5bd782f.bindPopup(popup_e0208bb8b41413aa6af0f439b306a718)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e73ded19fb09627c404d4188d5bd782f.setIcon(icon_14f2f034cd80b5d937086e15f3c5088b);
|
|
|
|
|
|
var marker_295adcc015c50ac7b3bdc5e833072822 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_41497ec562423fe4de0e52c9906c11c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7269b09c1fd1a45aa4f42b4935afd83b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e08b8ee335c52ef0d3c798c52e4748a1 = $(`<div id="html_e08b8ee335c52ef0d3c798c52e4748a1" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_7269b09c1fd1a45aa4f42b4935afd83b.setContent(html_e08b8ee335c52ef0d3c798c52e4748a1);
|
|
|
|
|
|
|
|
marker_295adcc015c50ac7b3bdc5e833072822.bindPopup(popup_7269b09c1fd1a45aa4f42b4935afd83b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_295adcc015c50ac7b3bdc5e833072822.setIcon(icon_41497ec562423fe4de0e52c9906c11c5);
|
|
|
|
|
|
var marker_e968368dbd202f23deec7a7bada61eb8 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_f4798782fa65117877d6ee7def488bc3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bac9bbc109238487fe233e2eb33ffac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81ac21a531978e80bf88e7cfdf382c6f = $(`<div id="html_81ac21a531978e80bf88e7cfdf382c6f" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_0bac9bbc109238487fe233e2eb33ffac.setContent(html_81ac21a531978e80bf88e7cfdf382c6f);
|
|
|
|
|
|
|
|
marker_e968368dbd202f23deec7a7bada61eb8.bindPopup(popup_0bac9bbc109238487fe233e2eb33ffac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e968368dbd202f23deec7a7bada61eb8.setIcon(icon_f4798782fa65117877d6ee7def488bc3);
|
|
|
|
|
|
var marker_400e50b19ad70b677cee35001ee9178b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_e4b8369a427ce95e53ba337a83dd4238 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7be024a31d8fa28b8ae22a3e3a712145 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01fd27a0babe1fbcea5e98a4a8fde63f = $(`<div id="html_01fd27a0babe1fbcea5e98a4a8fde63f" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_7be024a31d8fa28b8ae22a3e3a712145.setContent(html_01fd27a0babe1fbcea5e98a4a8fde63f);
|
|
|
|
|
|
|
|
marker_400e50b19ad70b677cee35001ee9178b.bindPopup(popup_7be024a31d8fa28b8ae22a3e3a712145)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_400e50b19ad70b677cee35001ee9178b.setIcon(icon_e4b8369a427ce95e53ba337a83dd4238);
|
|
|
|
|
|
var marker_850509a498686b0a720875eac1807583 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_f4c14cbc1b97e366a09f3bd3bce21bd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99fc09481a24b7b3213563323f623ca8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d3f6a68b9a2b91f45822fe6e1afd7a1 = $(`<div id="html_1d3f6a68b9a2b91f45822fe6e1afd7a1" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_99fc09481a24b7b3213563323f623ca8.setContent(html_1d3f6a68b9a2b91f45822fe6e1afd7a1);
|
|
|
|
|
|
|
|
marker_850509a498686b0a720875eac1807583.bindPopup(popup_99fc09481a24b7b3213563323f623ca8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_850509a498686b0a720875eac1807583.setIcon(icon_f4c14cbc1b97e366a09f3bd3bce21bd0);
|
|
|
|
|
|
var marker_8a8be58a8ffc534ac28a7fe7c0284cfb = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_86c83c1b5fdd3954147c73442a7511d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6267e8188ff8804ebbbeafe694b7f885 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab7d8f9587fbacce8910fc85fc935905 = $(`<div id="html_ab7d8f9587fbacce8910fc85fc935905" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_6267e8188ff8804ebbbeafe694b7f885.setContent(html_ab7d8f9587fbacce8910fc85fc935905);
|
|
|
|
|
|
|
|
marker_8a8be58a8ffc534ac28a7fe7c0284cfb.bindPopup(popup_6267e8188ff8804ebbbeafe694b7f885)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a8be58a8ffc534ac28a7fe7c0284cfb.setIcon(icon_86c83c1b5fdd3954147c73442a7511d2);
|
|
|
|
|
|
var marker_c275dc4698b3c33669ca94dda08f8a66 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_020a9288709c877a9844b4afe457b1fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cde75909a5271deab777d38badad9cda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b198f1b384a3753ef851413dffb7ddee = $(`<div id="html_b198f1b384a3753ef851413dffb7ddee" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_cde75909a5271deab777d38badad9cda.setContent(html_b198f1b384a3753ef851413dffb7ddee);
|
|
|
|
|
|
|
|
marker_c275dc4698b3c33669ca94dda08f8a66.bindPopup(popup_cde75909a5271deab777d38badad9cda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c275dc4698b3c33669ca94dda08f8a66.setIcon(icon_020a9288709c877a9844b4afe457b1fa);
|
|
|
|
|
|
var marker_7680bb3af7094cf55538fc79491db2d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_df7badc485c226aaad249390e87951fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f9fe591358cbc4389dd3d9ae9204187 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64592d3282f8cddcdfdee25212129a20 = $(`<div id="html_64592d3282f8cddcdfdee25212129a20" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_4f9fe591358cbc4389dd3d9ae9204187.setContent(html_64592d3282f8cddcdfdee25212129a20);
|
|
|
|
|
|
|
|
marker_7680bb3af7094cf55538fc79491db2d6.bindPopup(popup_4f9fe591358cbc4389dd3d9ae9204187)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7680bb3af7094cf55538fc79491db2d6.setIcon(icon_df7badc485c226aaad249390e87951fb);
|
|
|
|
|
|
var marker_ef58a895a6d001a214462d4ac5769f4d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_3b61adfcf66d8837e235aa69a4af956d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c429617067160b18a61804665551da4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6fa9d708ebe0e9095fe49482014c6ec = $(`<div id="html_a6fa9d708ebe0e9095fe49482014c6ec" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_c429617067160b18a61804665551da4d.setContent(html_a6fa9d708ebe0e9095fe49482014c6ec);
|
|
|
|
|
|
|
|
marker_ef58a895a6d001a214462d4ac5769f4d.bindPopup(popup_c429617067160b18a61804665551da4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef58a895a6d001a214462d4ac5769f4d.setIcon(icon_3b61adfcf66d8837e235aa69a4af956d);
|
|
|
|
|
|
var marker_78eb1b4598f2364d5263278ad05bdbcb = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_37f5138d5d6b3fdad7016feb54660018 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa4639fcb2c21529868413983bc42837 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3fb899ddef36754087401eba0fbd511 = $(`<div id="html_f3fb899ddef36754087401eba0fbd511" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_fa4639fcb2c21529868413983bc42837.setContent(html_f3fb899ddef36754087401eba0fbd511);
|
|
|
|
|
|
|
|
marker_78eb1b4598f2364d5263278ad05bdbcb.bindPopup(popup_fa4639fcb2c21529868413983bc42837)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78eb1b4598f2364d5263278ad05bdbcb.setIcon(icon_37f5138d5d6b3fdad7016feb54660018);
|
|
|
|
|
|
var marker_63432c02004631f7d371242b8469cbb2 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_d6afca986361fd18fe0ebf122995373c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cd963b2b7ba08165b3741f48d243c0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6bacf814c8425072038eae564db9f15 = $(`<div id="html_e6bacf814c8425072038eae564db9f15" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_5cd963b2b7ba08165b3741f48d243c0f.setContent(html_e6bacf814c8425072038eae564db9f15);
|
|
|
|
|
|
|
|
marker_63432c02004631f7d371242b8469cbb2.bindPopup(popup_5cd963b2b7ba08165b3741f48d243c0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63432c02004631f7d371242b8469cbb2.setIcon(icon_d6afca986361fd18fe0ebf122995373c);
|
|
|
|
|
|
var marker_0e20f02a9dfbb7ece846bc7328d125d1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_ca5d783a77c84b925f422a548da9c76d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e451544bb630b26bf32d40f56f777e44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_125797187de8011617c7583b41739c28 = $(`<div id="html_125797187de8011617c7583b41739c28" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_e451544bb630b26bf32d40f56f777e44.setContent(html_125797187de8011617c7583b41739c28);
|
|
|
|
|
|
|
|
marker_0e20f02a9dfbb7ece846bc7328d125d1.bindPopup(popup_e451544bb630b26bf32d40f56f777e44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e20f02a9dfbb7ece846bc7328d125d1.setIcon(icon_ca5d783a77c84b925f422a548da9c76d);
|
|
|
|
|
|
var marker_7700a62603952f84e3cd73153cc8dcf2 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_b0c7c35d82ec6f05410d075286562937 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d40fe9c3e7f6e4bc64c29d15bc40a95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_098aaab82cd81a5983996fe3ad277501 = $(`<div id="html_098aaab82cd81a5983996fe3ad277501" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_6d40fe9c3e7f6e4bc64c29d15bc40a95.setContent(html_098aaab82cd81a5983996fe3ad277501);
|
|
|
|
|
|
|
|
marker_7700a62603952f84e3cd73153cc8dcf2.bindPopup(popup_6d40fe9c3e7f6e4bc64c29d15bc40a95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7700a62603952f84e3cd73153cc8dcf2.setIcon(icon_b0c7c35d82ec6f05410d075286562937);
|
|
|
|
|
|
var marker_6b1010d7bab127a73b9ab13257e4dd15 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_ebbf4a2c6bfdbd7e878dc256a7d1b9ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04a99a2ec9467bfede2ab9752a3cf4bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dd60c77c4b2b5b451fa70ebf446f28d = $(`<div id="html_3dd60c77c4b2b5b451fa70ebf446f28d" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_04a99a2ec9467bfede2ab9752a3cf4bf.setContent(html_3dd60c77c4b2b5b451fa70ebf446f28d);
|
|
|
|
|
|
|
|
marker_6b1010d7bab127a73b9ab13257e4dd15.bindPopup(popup_04a99a2ec9467bfede2ab9752a3cf4bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b1010d7bab127a73b9ab13257e4dd15.setIcon(icon_ebbf4a2c6bfdbd7e878dc256a7d1b9ec);
|
|
|
|
|
|
var marker_2a1bed7d039f96d3efe8b9181066943f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_b0ce1cf3f4ca97bb3d725699e13115f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac4dc165d499896e9993a0a33299f737 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8971e7f0ac4cd21bffbadbaae440de10 = $(`<div id="html_8971e7f0ac4cd21bffbadbaae440de10" style="width: 100.0%; height: 100.0%;">nostr.okienko.live</div>`)[0];
|
|
popup_ac4dc165d499896e9993a0a33299f737.setContent(html_8971e7f0ac4cd21bffbadbaae440de10);
|
|
|
|
|
|
|
|
marker_2a1bed7d039f96d3efe8b9181066943f.bindPopup(popup_ac4dc165d499896e9993a0a33299f737)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a1bed7d039f96d3efe8b9181066943f.setIcon(icon_b0ce1cf3f4ca97bb3d725699e13115f0);
|
|
|
|
|
|
var marker_d5f272c2644c932886817686390238f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_85a8c94d7d8dc869b730f4e10cac51e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e025ae7c393ed22b289c7b1ed2e269ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8b3080e3f5a1e007dc38339c862d2f9 = $(`<div id="html_c8b3080e3f5a1e007dc38339c862d2f9" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_e025ae7c393ed22b289c7b1ed2e269ea.setContent(html_c8b3080e3f5a1e007dc38339c862d2f9);
|
|
|
|
|
|
|
|
marker_d5f272c2644c932886817686390238f5.bindPopup(popup_e025ae7c393ed22b289c7b1ed2e269ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5f272c2644c932886817686390238f5.setIcon(icon_85a8c94d7d8dc869b730f4e10cac51e5);
|
|
|
|
|
|
var marker_080f8fa1d7fd7f3080909cd54234cd31 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_e8ac278c742abdef490ca866c74c3a19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4c0d98ac18a74e49da3c21cd15ad4f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0146bb65859caf4f168ced5d4a2a531b = $(`<div id="html_0146bb65859caf4f168ced5d4a2a531b" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_c4c0d98ac18a74e49da3c21cd15ad4f7.setContent(html_0146bb65859caf4f168ced5d4a2a531b);
|
|
|
|
|
|
|
|
marker_080f8fa1d7fd7f3080909cd54234cd31.bindPopup(popup_c4c0d98ac18a74e49da3c21cd15ad4f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_080f8fa1d7fd7f3080909cd54234cd31.setIcon(icon_e8ac278c742abdef490ca866c74c3a19);
|
|
|
|
|
|
var marker_0776c3256cd5f0ed556af1ef6d4ab970 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_de35b59672886c1648b0974c3f214ea1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79809357c66742e519e997948bca59fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7884d4b12d08321cb01620e7b4466096 = $(`<div id="html_7884d4b12d08321cb01620e7b4466096" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_79809357c66742e519e997948bca59fa.setContent(html_7884d4b12d08321cb01620e7b4466096);
|
|
|
|
|
|
|
|
marker_0776c3256cd5f0ed556af1ef6d4ab970.bindPopup(popup_79809357c66742e519e997948bca59fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0776c3256cd5f0ed556af1ef6d4ab970.setIcon(icon_de35b59672886c1648b0974c3f214ea1);
|
|
|
|
|
|
var marker_c5bf54a616a0709c8dd0d2d9d2881c58 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_bb7a909c06310367e0fd24a0ca7c7ef9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49574a0ad34a75e5f7e5ad893a8cc983 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1066ee990f2ae6223eac54cddd178f1a = $(`<div id="html_1066ee990f2ae6223eac54cddd178f1a" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_49574a0ad34a75e5f7e5ad893a8cc983.setContent(html_1066ee990f2ae6223eac54cddd178f1a);
|
|
|
|
|
|
|
|
marker_c5bf54a616a0709c8dd0d2d9d2881c58.bindPopup(popup_49574a0ad34a75e5f7e5ad893a8cc983)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5bf54a616a0709c8dd0d2d9d2881c58.setIcon(icon_bb7a909c06310367e0fd24a0ca7c7ef9);
|
|
|
|
|
|
var marker_58189c59367c95338131fd766cef7cae = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_e4a93734aa6c5cfb4ce866d2bc33dbbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_481b4fd3629e634e794bb34c8a01db68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbf781d0398aff4e010da470892518b2 = $(`<div id="html_bbf781d0398aff4e010da470892518b2" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_481b4fd3629e634e794bb34c8a01db68.setContent(html_bbf781d0398aff4e010da470892518b2);
|
|
|
|
|
|
|
|
marker_58189c59367c95338131fd766cef7cae.bindPopup(popup_481b4fd3629e634e794bb34c8a01db68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58189c59367c95338131fd766cef7cae.setIcon(icon_e4a93734aa6c5cfb4ce866d2bc33dbbb);
|
|
|
|
|
|
var marker_14326efa04fb715d34dcb9ce6b9991ae = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_0d3f62000d1a09b9ea5f45480cebed1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7327177342542afad339dabf1cd1301 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_233fd980d62e12c1ff14fe58b61d7176 = $(`<div id="html_233fd980d62e12c1ff14fe58b61d7176" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_a7327177342542afad339dabf1cd1301.setContent(html_233fd980d62e12c1ff14fe58b61d7176);
|
|
|
|
|
|
|
|
marker_14326efa04fb715d34dcb9ce6b9991ae.bindPopup(popup_a7327177342542afad339dabf1cd1301)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14326efa04fb715d34dcb9ce6b9991ae.setIcon(icon_0d3f62000d1a09b9ea5f45480cebed1c);
|
|
|
|
|
|
var marker_abb8e1f69d048363e12741e2fef310e4 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_f7c388a1c232272ae5bde82c18991fd1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec55fe05d232824afeb0a02d2478b441 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea5566c6b32fb36b7a66ff6959a09fc1 = $(`<div id="html_ea5566c6b32fb36b7a66ff6959a09fc1" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_ec55fe05d232824afeb0a02d2478b441.setContent(html_ea5566c6b32fb36b7a66ff6959a09fc1);
|
|
|
|
|
|
|
|
marker_abb8e1f69d048363e12741e2fef310e4.bindPopup(popup_ec55fe05d232824afeb0a02d2478b441)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abb8e1f69d048363e12741e2fef310e4.setIcon(icon_f7c388a1c232272ae5bde82c18991fd1);
|
|
|
|
|
|
var marker_1098ce8d4c04cb19915504fe1d96524d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_45126ea615ba89928ae26e35bd712f9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d03ba9e7a75d027928065163efcd3827 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_024043f7fd808ac7afbbcd4e0d5ade31 = $(`<div id="html_024043f7fd808ac7afbbcd4e0d5ade31" style="width: 100.0%; height: 100.0%;">relay.xavierdamman.com</div>`)[0];
|
|
popup_d03ba9e7a75d027928065163efcd3827.setContent(html_024043f7fd808ac7afbbcd4e0d5ade31);
|
|
|
|
|
|
|
|
marker_1098ce8d4c04cb19915504fe1d96524d.bindPopup(popup_d03ba9e7a75d027928065163efcd3827)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1098ce8d4c04cb19915504fe1d96524d.setIcon(icon_45126ea615ba89928ae26e35bd712f9d);
|
|
|
|
|
|
var marker_2aab35afe4c506a7f2764571374e4fe9 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_a11f74e05e7c5176c628ab5a02e76775 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb136c08c8eac69f92cb2a2a303c2c7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3486df1f2cbc59a950bdd7c8063b8365 = $(`<div id="html_3486df1f2cbc59a950bdd7c8063b8365" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_bb136c08c8eac69f92cb2a2a303c2c7f.setContent(html_3486df1f2cbc59a950bdd7c8063b8365);
|
|
|
|
|
|
|
|
marker_2aab35afe4c506a7f2764571374e4fe9.bindPopup(popup_bb136c08c8eac69f92cb2a2a303c2c7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2aab35afe4c506a7f2764571374e4fe9.setIcon(icon_a11f74e05e7c5176c628ab5a02e76775);
|
|
|
|
|
|
var marker_24769fc506b1ae7a5a7bad128da3b7a0 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_d08ec997d400578c011f71bc8acdc1a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4859e0f0f7df3cbe4c73de53ed8833d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66ca48ed269ac631c59950b0cbd58890 = $(`<div id="html_66ca48ed269ac631c59950b0cbd58890" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_4859e0f0f7df3cbe4c73de53ed8833d9.setContent(html_66ca48ed269ac631c59950b0cbd58890);
|
|
|
|
|
|
|
|
marker_24769fc506b1ae7a5a7bad128da3b7a0.bindPopup(popup_4859e0f0f7df3cbe4c73de53ed8833d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24769fc506b1ae7a5a7bad128da3b7a0.setIcon(icon_d08ec997d400578c011f71bc8acdc1a2);
|
|
|
|
|
|
var marker_53bc4fda049b7372d995031ab4ed8b5b = L.marker(
|
|
[54.5847, 10.0178],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_63be91f7f79bc927e669b250733efad9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2eefb3cb3462ad49be74fdecc29cd6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_611bfccb6a6700260b55b760ea44497d = $(`<div id="html_611bfccb6a6700260b55b760ea44497d" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_b2eefb3cb3462ad49be74fdecc29cd6c.setContent(html_611bfccb6a6700260b55b760ea44497d);
|
|
|
|
|
|
|
|
marker_53bc4fda049b7372d995031ab4ed8b5b.bindPopup(popup_b2eefb3cb3462ad49be74fdecc29cd6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53bc4fda049b7372d995031ab4ed8b5b.setIcon(icon_63be91f7f79bc927e669b250733efad9);
|
|
|
|
|
|
var marker_f955ea35c7c01ae341c9c1f41387b5d0 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_a46d663d417dc262bdbd5991993a7e4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87cefbe3b648acc149f9c8c28aabead5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf9033bf3bfc33ad951dd0bd8f22ff78 = $(`<div id="html_bf9033bf3bfc33ad951dd0bd8f22ff78" style="width: 100.0%; height: 100.0%;">relay.omarih.com</div>`)[0];
|
|
popup_87cefbe3b648acc149f9c8c28aabead5.setContent(html_bf9033bf3bfc33ad951dd0bd8f22ff78);
|
|
|
|
|
|
|
|
marker_f955ea35c7c01ae341c9c1f41387b5d0.bindPopup(popup_87cefbe3b648acc149f9c8c28aabead5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f955ea35c7c01ae341c9c1f41387b5d0.setIcon(icon_a46d663d417dc262bdbd5991993a7e4a);
|
|
|
|
|
|
var marker_0b83f7e989911e22e80d871f0a453996 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_b9308254a794d8da8bb152ff5afc1cae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97a5d76e3ef8cfa77a2e5cd2a8f1c663 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_228ff4edca03487ee78a6c36445593bb = $(`<div id="html_228ff4edca03487ee78a6c36445593bb" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_97a5d76e3ef8cfa77a2e5cd2a8f1c663.setContent(html_228ff4edca03487ee78a6c36445593bb);
|
|
|
|
|
|
|
|
marker_0b83f7e989911e22e80d871f0a453996.bindPopup(popup_97a5d76e3ef8cfa77a2e5cd2a8f1c663)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b83f7e989911e22e80d871f0a453996.setIcon(icon_b9308254a794d8da8bb152ff5afc1cae);
|
|
|
|
|
|
var marker_22905755ee36811245cb6e5545451a6d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_46f72054f2a3d7a7769cdce94ceb837a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c05679e311efc5185e0ea941234be84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a392963ebbb273892dd6a0d1e43e52f = $(`<div id="html_3a392963ebbb273892dd6a0d1e43e52f" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_0c05679e311efc5185e0ea941234be84.setContent(html_3a392963ebbb273892dd6a0d1e43e52f);
|
|
|
|
|
|
|
|
marker_22905755ee36811245cb6e5545451a6d.bindPopup(popup_0c05679e311efc5185e0ea941234be84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22905755ee36811245cb6e5545451a6d.setIcon(icon_46f72054f2a3d7a7769cdce94ceb837a);
|
|
|
|
|
|
var marker_6b1c5addb5891ecf0d950cce0f4610cc = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_d13b98038218d98f24decb0030898825 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ba5bccf7e26b5c2b8128252cf2f1d9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bbd84009e1a033d2d363cea5b5ebf18 = $(`<div id="html_9bbd84009e1a033d2d363cea5b5ebf18" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_0ba5bccf7e26b5c2b8128252cf2f1d9d.setContent(html_9bbd84009e1a033d2d363cea5b5ebf18);
|
|
|
|
|
|
|
|
marker_6b1c5addb5891ecf0d950cce0f4610cc.bindPopup(popup_0ba5bccf7e26b5c2b8128252cf2f1d9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b1c5addb5891ecf0d950cce0f4610cc.setIcon(icon_d13b98038218d98f24decb0030898825);
|
|
|
|
|
|
var marker_f3efe62229c4cf0985e0ca3fcfb11236 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_4950711b313ce7805e77a1d495433a13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9764cb994b5200b76c8f7fc0dd8b85f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ebbd1fb0e1dd65e1b544abdbbab5de0 = $(`<div id="html_1ebbd1fb0e1dd65e1b544abdbbab5de0" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_9764cb994b5200b76c8f7fc0dd8b85f9.setContent(html_1ebbd1fb0e1dd65e1b544abdbbab5de0);
|
|
|
|
|
|
|
|
marker_f3efe62229c4cf0985e0ca3fcfb11236.bindPopup(popup_9764cb994b5200b76c8f7fc0dd8b85f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3efe62229c4cf0985e0ca3fcfb11236.setIcon(icon_4950711b313ce7805e77a1d495433a13);
|
|
|
|
|
|
var marker_8ab77084e413fda423945356e0ff5ced = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_badb5eb4514ec3c255eb3f7313eabd09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cf11004f0762d991a9fff941031b7ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64f774bfa2c37513d40be66e01834ac6 = $(`<div id="html_64f774bfa2c37513d40be66e01834ac6" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_9cf11004f0762d991a9fff941031b7ab.setContent(html_64f774bfa2c37513d40be66e01834ac6);
|
|
|
|
|
|
|
|
marker_8ab77084e413fda423945356e0ff5ced.bindPopup(popup_9cf11004f0762d991a9fff941031b7ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ab77084e413fda423945356e0ff5ced.setIcon(icon_badb5eb4514ec3c255eb3f7313eabd09);
|
|
|
|
|
|
var marker_82b3b75dabd2fecc146758d785af57ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_24291dea4cafac2e0c132f53ef052b9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7dc10a3c91fbcfe29e42885076a56db7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1e1b8406423ada3845b278082ae38dc = $(`<div id="html_c1e1b8406423ada3845b278082ae38dc" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_7dc10a3c91fbcfe29e42885076a56db7.setContent(html_c1e1b8406423ada3845b278082ae38dc);
|
|
|
|
|
|
|
|
marker_82b3b75dabd2fecc146758d785af57ff.bindPopup(popup_7dc10a3c91fbcfe29e42885076a56db7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82b3b75dabd2fecc146758d785af57ff.setIcon(icon_24291dea4cafac2e0c132f53ef052b9b);
|
|
|
|
|
|
var marker_e562732ca60dea5183ed49d7820c23bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_9efea30699203eb2fca04cde9d9f1e77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7bc2dc97b6d8bbd0d1b2d2ccbf77548 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9eae7b142c0ff6c6c043cdb1f8057588 = $(`<div id="html_9eae7b142c0ff6c6c043cdb1f8057588" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_e7bc2dc97b6d8bbd0d1b2d2ccbf77548.setContent(html_9eae7b142c0ff6c6c043cdb1f8057588);
|
|
|
|
|
|
|
|
marker_e562732ca60dea5183ed49d7820c23bf.bindPopup(popup_e7bc2dc97b6d8bbd0d1b2d2ccbf77548)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e562732ca60dea5183ed49d7820c23bf.setIcon(icon_9efea30699203eb2fca04cde9d9f1e77);
|
|
|
|
|
|
var marker_b462d002580b8b09f01c55acb0a9446f = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_694793a450c00ec0bc9282b751dfa77c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66084837ea7f54fe56f184d2e3334450 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e1fe7eefc902ea26e662e38241ecf7a = $(`<div id="html_6e1fe7eefc902ea26e662e38241ecf7a" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_66084837ea7f54fe56f184d2e3334450.setContent(html_6e1fe7eefc902ea26e662e38241ecf7a);
|
|
|
|
|
|
|
|
marker_b462d002580b8b09f01c55acb0a9446f.bindPopup(popup_66084837ea7f54fe56f184d2e3334450)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b462d002580b8b09f01c55acb0a9446f.setIcon(icon_694793a450c00ec0bc9282b751dfa77c);
|
|
|
|
|
|
var marker_7fad98e7998a3cd174525d7328fbad3f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_2f98746d950e229b505991c0f14b52b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ebd3f71aa4ccce589ccbd37c1907b49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dda315f17f77bee28ca1e181397025cd = $(`<div id="html_dda315f17f77bee28ca1e181397025cd" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_9ebd3f71aa4ccce589ccbd37c1907b49.setContent(html_dda315f17f77bee28ca1e181397025cd);
|
|
|
|
|
|
|
|
marker_7fad98e7998a3cd174525d7328fbad3f.bindPopup(popup_9ebd3f71aa4ccce589ccbd37c1907b49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fad98e7998a3cd174525d7328fbad3f.setIcon(icon_2f98746d950e229b505991c0f14b52b0);
|
|
|
|
|
|
var marker_ff376f5dd6b993959f6b7da126ecc91d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_1b4f739e148a1cdd91826c2acef0bd0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8bae82a08be0cc7231bf67f6f62941c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3945b292fde8b9489df86fef734378e3 = $(`<div id="html_3945b292fde8b9489df86fef734378e3" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_a8bae82a08be0cc7231bf67f6f62941c.setContent(html_3945b292fde8b9489df86fef734378e3);
|
|
|
|
|
|
|
|
marker_ff376f5dd6b993959f6b7da126ecc91d.bindPopup(popup_a8bae82a08be0cc7231bf67f6f62941c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff376f5dd6b993959f6b7da126ecc91d.setIcon(icon_1b4f739e148a1cdd91826c2acef0bd0a);
|
|
|
|
|
|
var marker_501728f9f3ea38a3eac75fefb7f6e2a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_f2f9145e018438674b83447253e38072 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa1b6ab8afb73ac68b313acb50ae13d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ed46f47b0b7741ee2bf69b9b9082c70 = $(`<div id="html_9ed46f47b0b7741ee2bf69b9b9082c70" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_aa1b6ab8afb73ac68b313acb50ae13d1.setContent(html_9ed46f47b0b7741ee2bf69b9b9082c70);
|
|
|
|
|
|
|
|
marker_501728f9f3ea38a3eac75fefb7f6e2a8.bindPopup(popup_aa1b6ab8afb73ac68b313acb50ae13d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_501728f9f3ea38a3eac75fefb7f6e2a8.setIcon(icon_f2f9145e018438674b83447253e38072);
|
|
|
|
|
|
var marker_0d9957bc74fbe3dabfa5f4817a705180 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_d77a2bd7d881fdf7ca23eaddfed99264 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0078aadb3629a25aa25f3860efee9f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b509a1b274550597966ead468287a48 = $(`<div id="html_4b509a1b274550597966ead468287a48" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_c0078aadb3629a25aa25f3860efee9f4.setContent(html_4b509a1b274550597966ead468287a48);
|
|
|
|
|
|
|
|
marker_0d9957bc74fbe3dabfa5f4817a705180.bindPopup(popup_c0078aadb3629a25aa25f3860efee9f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d9957bc74fbe3dabfa5f4817a705180.setIcon(icon_d77a2bd7d881fdf7ca23eaddfed99264);
|
|
|
|
|
|
var marker_6fc58ee43f6a61afd369cecea6eaf52c = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_adb9a1a07578c8886101596c1dafd9d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7108af6405dfa148b250a613c434f03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_192ed429cbd4082b208be3c1ee53a229 = $(`<div id="html_192ed429cbd4082b208be3c1ee53a229" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_b7108af6405dfa148b250a613c434f03.setContent(html_192ed429cbd4082b208be3c1ee53a229);
|
|
|
|
|
|
|
|
marker_6fc58ee43f6a61afd369cecea6eaf52c.bindPopup(popup_b7108af6405dfa148b250a613c434f03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fc58ee43f6a61afd369cecea6eaf52c.setIcon(icon_adb9a1a07578c8886101596c1dafd9d6);
|
|
|
|
|
|
var marker_f30a04e30cb71e76e63525b44a8f935a = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_784a025e4633ad96864a26b50789b287 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_063fe777db833ce768b9ab2ac3af1f50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6d82c0c028694f4f5e74facf1e1efb1 = $(`<div id="html_b6d82c0c028694f4f5e74facf1e1efb1" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_063fe777db833ce768b9ab2ac3af1f50.setContent(html_b6d82c0c028694f4f5e74facf1e1efb1);
|
|
|
|
|
|
|
|
marker_f30a04e30cb71e76e63525b44a8f935a.bindPopup(popup_063fe777db833ce768b9ab2ac3af1f50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f30a04e30cb71e76e63525b44a8f935a.setIcon(icon_784a025e4633ad96864a26b50789b287);
|
|
|
|
|
|
var marker_67cd0fb2c634567e811921f7c8427920 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_1bb180657ce71a74377f2cd6027745a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26dc7cf352beedb76b93df1b2ead60c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7273161d696965874d7f897e666b3bf6 = $(`<div id="html_7273161d696965874d7f897e666b3bf6" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_26dc7cf352beedb76b93df1b2ead60c8.setContent(html_7273161d696965874d7f897e666b3bf6);
|
|
|
|
|
|
|
|
marker_67cd0fb2c634567e811921f7c8427920.bindPopup(popup_26dc7cf352beedb76b93df1b2ead60c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67cd0fb2c634567e811921f7c8427920.setIcon(icon_1bb180657ce71a74377f2cd6027745a6);
|
|
|
|
|
|
var marker_e134e296ef41d758e69f15d73e07a204 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_ce3ee07dfd651459ec9a81df001c93f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3952faba0dd801b90cee912ad44fa220 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5a7f4b03a4d913a0a87870e3dec1f68 = $(`<div id="html_e5a7f4b03a4d913a0a87870e3dec1f68" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_3952faba0dd801b90cee912ad44fa220.setContent(html_e5a7f4b03a4d913a0a87870e3dec1f68);
|
|
|
|
|
|
|
|
marker_e134e296ef41d758e69f15d73e07a204.bindPopup(popup_3952faba0dd801b90cee912ad44fa220)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e134e296ef41d758e69f15d73e07a204.setIcon(icon_ce3ee07dfd651459ec9a81df001c93f3);
|
|
|
|
|
|
var marker_e797686b3152155a70b76cdd9b869402 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_d94559c98c653983b040042d0361d68c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8b278e56fbe752e3716a7d90e0f2d4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5abf807b29586c9d28fb784ca3c8b94 = $(`<div id="html_a5abf807b29586c9d28fb784ca3c8b94" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_d8b278e56fbe752e3716a7d90e0f2d4e.setContent(html_a5abf807b29586c9d28fb784ca3c8b94);
|
|
|
|
|
|
|
|
marker_e797686b3152155a70b76cdd9b869402.bindPopup(popup_d8b278e56fbe752e3716a7d90e0f2d4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e797686b3152155a70b76cdd9b869402.setIcon(icon_d94559c98c653983b040042d0361d68c);
|
|
|
|
|
|
var marker_ce97588280d60453e036367d2d94e73c = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_da366310eb36d8029882147e8dc9c584 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12fd63c82581ae759fe9623397693628 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cc1a8eb508dea16164a3e6a8edd52cd = $(`<div id="html_3cc1a8eb508dea16164a3e6a8edd52cd" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_12fd63c82581ae759fe9623397693628.setContent(html_3cc1a8eb508dea16164a3e6a8edd52cd);
|
|
|
|
|
|
|
|
marker_ce97588280d60453e036367d2d94e73c.bindPopup(popup_12fd63c82581ae759fe9623397693628)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce97588280d60453e036367d2d94e73c.setIcon(icon_da366310eb36d8029882147e8dc9c584);
|
|
|
|
|
|
var marker_62aeb867d5a162d722c34ba7a12b110f = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_eab9d08b8f1d372a125a5af99f4ca460 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d58045392f33146827e4eed38844b41e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfe900ddd4fcaef3c962e697a592e281 = $(`<div id="html_cfe900ddd4fcaef3c962e697a592e281" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_d58045392f33146827e4eed38844b41e.setContent(html_cfe900ddd4fcaef3c962e697a592e281);
|
|
|
|
|
|
|
|
marker_62aeb867d5a162d722c34ba7a12b110f.bindPopup(popup_d58045392f33146827e4eed38844b41e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62aeb867d5a162d722c34ba7a12b110f.setIcon(icon_eab9d08b8f1d372a125a5af99f4ca460);
|
|
|
|
|
|
var marker_fc15f2ae45a10a9a87346add0a45c1e8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_1a177a54ef12b8ab3e49ef6da29c877d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1313d4b9532ac8ea1fc55656f01cd245 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0e0e1c91e4ab60618e5b91731083a86 = $(`<div id="html_a0e0e1c91e4ab60618e5b91731083a86" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_1313d4b9532ac8ea1fc55656f01cd245.setContent(html_a0e0e1c91e4ab60618e5b91731083a86);
|
|
|
|
|
|
|
|
marker_fc15f2ae45a10a9a87346add0a45c1e8.bindPopup(popup_1313d4b9532ac8ea1fc55656f01cd245)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc15f2ae45a10a9a87346add0a45c1e8.setIcon(icon_1a177a54ef12b8ab3e49ef6da29c877d);
|
|
|
|
|
|
var marker_29abac803a709b21b30efd8b24f8d7d2 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_da021e10e6ea35a97d3fe43826acc708 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9444660760b59f2b565e8b714a5ba1ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abbcf96539d5ab492fffe12759a7936c = $(`<div id="html_abbcf96539d5ab492fffe12759a7936c" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_9444660760b59f2b565e8b714a5ba1ba.setContent(html_abbcf96539d5ab492fffe12759a7936c);
|
|
|
|
|
|
|
|
marker_29abac803a709b21b30efd8b24f8d7d2.bindPopup(popup_9444660760b59f2b565e8b714a5ba1ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29abac803a709b21b30efd8b24f8d7d2.setIcon(icon_da021e10e6ea35a97d3fe43826acc708);
|
|
|
|
|
|
var marker_b7178b591356f791ef07f5599aa8b373 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_7d794d38c89cffdee96e3ea33fa6f38c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a6b6189b6bc5295165eb49df03c5d1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec8b5f0c630cefed46b620170d7214e8 = $(`<div id="html_ec8b5f0c630cefed46b620170d7214e8" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_2a6b6189b6bc5295165eb49df03c5d1d.setContent(html_ec8b5f0c630cefed46b620170d7214e8);
|
|
|
|
|
|
|
|
marker_b7178b591356f791ef07f5599aa8b373.bindPopup(popup_2a6b6189b6bc5295165eb49df03c5d1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7178b591356f791ef07f5599aa8b373.setIcon(icon_7d794d38c89cffdee96e3ea33fa6f38c);
|
|
|
|
|
|
var marker_c6521ac790c9021f9b37ba62e868fbc7 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_112cbc2c9ad7d9f37a4d1d7c9408e29f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3ec422bfadea54662d0d6f810b3e0cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd289e60ccee06477fa0c57f1661a51c = $(`<div id="html_cd289e60ccee06477fa0c57f1661a51c" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_d3ec422bfadea54662d0d6f810b3e0cb.setContent(html_cd289e60ccee06477fa0c57f1661a51c);
|
|
|
|
|
|
|
|
marker_c6521ac790c9021f9b37ba62e868fbc7.bindPopup(popup_d3ec422bfadea54662d0d6f810b3e0cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6521ac790c9021f9b37ba62e868fbc7.setIcon(icon_112cbc2c9ad7d9f37a4d1d7c9408e29f);
|
|
|
|
|
|
var marker_9e2b17a8b63ad356e3139dffd3f6776c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_29b7c1c7e8e53123c1da3d9a168ea320 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bea409ceecdc503a0dcaee258723e860 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2196385d44e05c6c51e274d2a2aeb00a = $(`<div id="html_2196385d44e05c6c51e274d2a2aeb00a" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_bea409ceecdc503a0dcaee258723e860.setContent(html_2196385d44e05c6c51e274d2a2aeb00a);
|
|
|
|
|
|
|
|
marker_9e2b17a8b63ad356e3139dffd3f6776c.bindPopup(popup_bea409ceecdc503a0dcaee258723e860)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e2b17a8b63ad356e3139dffd3f6776c.setIcon(icon_29b7c1c7e8e53123c1da3d9a168ea320);
|
|
|
|
|
|
var marker_ddd8b2bfdc1874528598651ef89572ac = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_a3332406059f94c22291c04ddf378e07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdd8d33567ff5917121dd076f4d63fa2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9be91aa482a797e14df8351a1e48a928 = $(`<div id="html_9be91aa482a797e14df8351a1e48a928" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_cdd8d33567ff5917121dd076f4d63fa2.setContent(html_9be91aa482a797e14df8351a1e48a928);
|
|
|
|
|
|
|
|
marker_ddd8b2bfdc1874528598651ef89572ac.bindPopup(popup_cdd8d33567ff5917121dd076f4d63fa2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddd8b2bfdc1874528598651ef89572ac.setIcon(icon_a3332406059f94c22291c04ddf378e07);
|
|
|
|
|
|
var marker_1f5d227be3702c2a1a76b951523285fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_9afc5e17605a1d6d31a79246c8b6cf25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52eb7731773c8a0148c1b59246eb9cad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5773dc0950aee69fb98b628e86b6a87f = $(`<div id="html_5773dc0950aee69fb98b628e86b6a87f" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_52eb7731773c8a0148c1b59246eb9cad.setContent(html_5773dc0950aee69fb98b628e86b6a87f);
|
|
|
|
|
|
|
|
marker_1f5d227be3702c2a1a76b951523285fe.bindPopup(popup_52eb7731773c8a0148c1b59246eb9cad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f5d227be3702c2a1a76b951523285fe.setIcon(icon_9afc5e17605a1d6d31a79246c8b6cf25);
|
|
|
|
|
|
var marker_c58147ee749f3459e10fecbd0e5cb587 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_1097ffab9cfa908085b61d227aa162c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30e322a98199ec8dbdcbaa8b5a5c3a04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba5be24840b987401487b62924a5d39c = $(`<div id="html_ba5be24840b987401487b62924a5d39c" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_30e322a98199ec8dbdcbaa8b5a5c3a04.setContent(html_ba5be24840b987401487b62924a5d39c);
|
|
|
|
|
|
|
|
marker_c58147ee749f3459e10fecbd0e5cb587.bindPopup(popup_30e322a98199ec8dbdcbaa8b5a5c3a04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c58147ee749f3459e10fecbd0e5cb587.setIcon(icon_1097ffab9cfa908085b61d227aa162c3);
|
|
|
|
|
|
var marker_cdfe08b22ac18b69eb03bda2cc1f70cc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_220c07dd29856db94c18fa85d9cf1d81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a879964a91d5bd88cd7d946ddffa36d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4ee14d8fbcd2dde5d37b05ce74d203b = $(`<div id="html_c4ee14d8fbcd2dde5d37b05ce74d203b" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_a879964a91d5bd88cd7d946ddffa36d2.setContent(html_c4ee14d8fbcd2dde5d37b05ce74d203b);
|
|
|
|
|
|
|
|
marker_cdfe08b22ac18b69eb03bda2cc1f70cc.bindPopup(popup_a879964a91d5bd88cd7d946ddffa36d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdfe08b22ac18b69eb03bda2cc1f70cc.setIcon(icon_220c07dd29856db94c18fa85d9cf1d81);
|
|
|
|
|
|
var marker_a4463c96191ff109adea952fe9ae6d7d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_dc31bbfaf753a69d5d65eef24e40a0f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c889e5a8fedbba8e5a86ecc73330954a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1267585b56b93a7d59170c366eb67c7e = $(`<div id="html_1267585b56b93a7d59170c366eb67c7e" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_c889e5a8fedbba8e5a86ecc73330954a.setContent(html_1267585b56b93a7d59170c366eb67c7e);
|
|
|
|
|
|
|
|
marker_a4463c96191ff109adea952fe9ae6d7d.bindPopup(popup_c889e5a8fedbba8e5a86ecc73330954a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4463c96191ff109adea952fe9ae6d7d.setIcon(icon_dc31bbfaf753a69d5d65eef24e40a0f6);
|
|
|
|
|
|
var marker_3b488e2cc797a22535b285cc1672af47 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_26689082519e832f8a0a531884dde633 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdddc07743601b1c3160fc81d2510f42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63b0bd54d81d5a541f713dc2350363a3 = $(`<div id="html_63b0bd54d81d5a541f713dc2350363a3" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_cdddc07743601b1c3160fc81d2510f42.setContent(html_63b0bd54d81d5a541f713dc2350363a3);
|
|
|
|
|
|
|
|
marker_3b488e2cc797a22535b285cc1672af47.bindPopup(popup_cdddc07743601b1c3160fc81d2510f42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b488e2cc797a22535b285cc1672af47.setIcon(icon_26689082519e832f8a0a531884dde633);
|
|
|
|
|
|
var marker_5685629d1aaef7ca7a0f481501e17f8d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_a8bd83d5a2a0d45b17df5952a771126a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38a71be8d103488859b00aba99fddef2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8c2d40f4a41eecd85e8eabf863082c2 = $(`<div id="html_a8c2d40f4a41eecd85e8eabf863082c2" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_38a71be8d103488859b00aba99fddef2.setContent(html_a8c2d40f4a41eecd85e8eabf863082c2);
|
|
|
|
|
|
|
|
marker_5685629d1aaef7ca7a0f481501e17f8d.bindPopup(popup_38a71be8d103488859b00aba99fddef2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5685629d1aaef7ca7a0f481501e17f8d.setIcon(icon_a8bd83d5a2a0d45b17df5952a771126a);
|
|
|
|
|
|
var marker_2f435aec5d6a9f2c09ad8ebe05c57633 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_85a6891413be9c611d7de36e88e32369 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2b25b22cbcf0661ed16c7b2eec85c31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f50fcf1c0e0af5e4341347a25c80e3b2 = $(`<div id="html_f50fcf1c0e0af5e4341347a25c80e3b2" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_c2b25b22cbcf0661ed16c7b2eec85c31.setContent(html_f50fcf1c0e0af5e4341347a25c80e3b2);
|
|
|
|
|
|
|
|
marker_2f435aec5d6a9f2c09ad8ebe05c57633.bindPopup(popup_c2b25b22cbcf0661ed16c7b2eec85c31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f435aec5d6a9f2c09ad8ebe05c57633.setIcon(icon_85a6891413be9c611d7de36e88e32369);
|
|
|
|
|
|
var marker_65c739bdcc4e9e652d3c2141c7594d27 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_8aa672633a89fda92accc4f62c95bf8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5e1188ca4c8f8bba1a951e11d77c199 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d654d3cea5f49e6def00c7fd8c762210 = $(`<div id="html_d654d3cea5f49e6def00c7fd8c762210" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_f5e1188ca4c8f8bba1a951e11d77c199.setContent(html_d654d3cea5f49e6def00c7fd8c762210);
|
|
|
|
|
|
|
|
marker_65c739bdcc4e9e652d3c2141c7594d27.bindPopup(popup_f5e1188ca4c8f8bba1a951e11d77c199)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65c739bdcc4e9e652d3c2141c7594d27.setIcon(icon_8aa672633a89fda92accc4f62c95bf8c);
|
|
|
|
|
|
var marker_542c8cf52336bc8de735d36c34676dac = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_f4fa3778ae0e1956164bd70976d2ff2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d218d17515453ef07fdf8339b1017cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65831e59c74ca7498f16e266580d9c7e = $(`<div id="html_65831e59c74ca7498f16e266580d9c7e" style="width: 100.0%; height: 100.0%;">shu03.shugur.net</div>`)[0];
|
|
popup_6d218d17515453ef07fdf8339b1017cf.setContent(html_65831e59c74ca7498f16e266580d9c7e);
|
|
|
|
|
|
|
|
marker_542c8cf52336bc8de735d36c34676dac.bindPopup(popup_6d218d17515453ef07fdf8339b1017cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_542c8cf52336bc8de735d36c34676dac.setIcon(icon_f4fa3778ae0e1956164bd70976d2ff2b);
|
|
|
|
|
|
var marker_e9c0996a4e3589ce50c1f6757bc2ba22 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_047032ccb42e7175aac52b70a858abc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88946a0eafa126610199e7de250ad26a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38a194062bb780afb28902e6ffd5d045 = $(`<div id="html_38a194062bb780afb28902e6ffd5d045" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_88946a0eafa126610199e7de250ad26a.setContent(html_38a194062bb780afb28902e6ffd5d045);
|
|
|
|
|
|
|
|
marker_e9c0996a4e3589ce50c1f6757bc2ba22.bindPopup(popup_88946a0eafa126610199e7de250ad26a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9c0996a4e3589ce50c1f6757bc2ba22.setIcon(icon_047032ccb42e7175aac52b70a858abc8);
|
|
|
|
|
|
var marker_79567aac16edbb55b3cd13ed8872f940 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_c04e95e047045d6c0490fa860d8a5a38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b74747371684eeaeb9df9ab7671a24c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a754277c5edee39e62fe680d3efb7565 = $(`<div id="html_a754277c5edee39e62fe680d3efb7565" style="width: 100.0%; height: 100.0%;">cache.freexom.com</div>`)[0];
|
|
popup_b74747371684eeaeb9df9ab7671a24c8.setContent(html_a754277c5edee39e62fe680d3efb7565);
|
|
|
|
|
|
|
|
marker_79567aac16edbb55b3cd13ed8872f940.bindPopup(popup_b74747371684eeaeb9df9ab7671a24c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79567aac16edbb55b3cd13ed8872f940.setIcon(icon_c04e95e047045d6c0490fa860d8a5a38);
|
|
|
|
|
|
var marker_62acebc2c925d46d53cb01c5a93d4685 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_dceebc1c293250fbbea05850e426ca95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7aaf6bcfb19281163b7fbbb7d6c3149 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67e7989a6bfa3db9ddc0e1ba914419e4 = $(`<div id="html_67e7989a6bfa3db9ddc0e1ba914419e4" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_a7aaf6bcfb19281163b7fbbb7d6c3149.setContent(html_67e7989a6bfa3db9ddc0e1ba914419e4);
|
|
|
|
|
|
|
|
marker_62acebc2c925d46d53cb01c5a93d4685.bindPopup(popup_a7aaf6bcfb19281163b7fbbb7d6c3149)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62acebc2c925d46d53cb01c5a93d4685.setIcon(icon_dceebc1c293250fbbea05850e426ca95);
|
|
|
|
|
|
var marker_8f8ffba00c317bc84ebc5f3dc588539d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_5663c14766726308dc7e7a85a6935018 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a8c3968ea6aee5c818a4721273f133f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c74e55246ea1d380f1d16a82fcd151e = $(`<div id="html_9c74e55246ea1d380f1d16a82fcd151e" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_2a8c3968ea6aee5c818a4721273f133f.setContent(html_9c74e55246ea1d380f1d16a82fcd151e);
|
|
|
|
|
|
|
|
marker_8f8ffba00c317bc84ebc5f3dc588539d.bindPopup(popup_2a8c3968ea6aee5c818a4721273f133f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f8ffba00c317bc84ebc5f3dc588539d.setIcon(icon_5663c14766726308dc7e7a85a6935018);
|
|
|
|
|
|
var marker_abbfd08745dcb130c725ec80129a10af = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_1ebe8708b1cf1408730cf4503a042393 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8be20654900e4bc6177ef5265b1860e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07a6892ec7bbc9440d1c08252bb54f94 = $(`<div id="html_07a6892ec7bbc9440d1c08252bb54f94" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_d8be20654900e4bc6177ef5265b1860e.setContent(html_07a6892ec7bbc9440d1c08252bb54f94);
|
|
|
|
|
|
|
|
marker_abbfd08745dcb130c725ec80129a10af.bindPopup(popup_d8be20654900e4bc6177ef5265b1860e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abbfd08745dcb130c725ec80129a10af.setIcon(icon_1ebe8708b1cf1408730cf4503a042393);
|
|
|
|
|
|
var marker_a10089637825447ddd1033e363684acb = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_2b27949d126dbdb74d8bd2e2532e5d04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c302125fdcc1316b9b429d5a4dba1305 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef2873088507129e51a281011b2bcd6e = $(`<div id="html_ef2873088507129e51a281011b2bcd6e" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_c302125fdcc1316b9b429d5a4dba1305.setContent(html_ef2873088507129e51a281011b2bcd6e);
|
|
|
|
|
|
|
|
marker_a10089637825447ddd1033e363684acb.bindPopup(popup_c302125fdcc1316b9b429d5a4dba1305)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a10089637825447ddd1033e363684acb.setIcon(icon_2b27949d126dbdb74d8bd2e2532e5d04);
|
|
|
|
|
|
var marker_bc57ad32603788bf5bf4959164128ee1 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_1a68f86a8e0581dc1f3f9036d64ec180 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d6c78f362699104539ac8776c45c87f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bf603269bae8f101e17dae6ddca7fe1 = $(`<div id="html_2bf603269bae8f101e17dae6ddca7fe1" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_4d6c78f362699104539ac8776c45c87f.setContent(html_2bf603269bae8f101e17dae6ddca7fe1);
|
|
|
|
|
|
|
|
marker_bc57ad32603788bf5bf4959164128ee1.bindPopup(popup_4d6c78f362699104539ac8776c45c87f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc57ad32603788bf5bf4959164128ee1.setIcon(icon_1a68f86a8e0581dc1f3f9036d64ec180);
|
|
|
|
|
|
var marker_e36245239abaa80e55f0c85cd7d45737 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_09dbc5832192f20ec7fda891535fcd1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dab85a641b481984edcb315bae44e8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0eb8df6899e653f52e7970a99cd56ed2 = $(`<div id="html_0eb8df6899e653f52e7970a99cd56ed2" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_2dab85a641b481984edcb315bae44e8a.setContent(html_0eb8df6899e653f52e7970a99cd56ed2);
|
|
|
|
|
|
|
|
marker_e36245239abaa80e55f0c85cd7d45737.bindPopup(popup_2dab85a641b481984edcb315bae44e8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e36245239abaa80e55f0c85cd7d45737.setIcon(icon_09dbc5832192f20ec7fda891535fcd1b);
|
|
|
|
|
|
var marker_b136cd5395f9fbef844d81e7eae227ba = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_209a76541df16184facb13c0911d7706 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8d873a8caf21e2238e9ac41984f5717 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd0d09709f53618ae0f15a8d9ee655a3 = $(`<div id="html_bd0d09709f53618ae0f15a8d9ee655a3" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_b8d873a8caf21e2238e9ac41984f5717.setContent(html_bd0d09709f53618ae0f15a8d9ee655a3);
|
|
|
|
|
|
|
|
marker_b136cd5395f9fbef844d81e7eae227ba.bindPopup(popup_b8d873a8caf21e2238e9ac41984f5717)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b136cd5395f9fbef844d81e7eae227ba.setIcon(icon_209a76541df16184facb13c0911d7706);
|
|
|
|
|
|
var marker_cc9ee766a5ac1d424270ee0ab200a714 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_367b4f9b63ccad4a1e4bf7e60eaff6c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2aa04e9edae84f403de1c6c1fbef824f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_556c9385a02d2b22e68f33113e66a6be = $(`<div id="html_556c9385a02d2b22e68f33113e66a6be" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_2aa04e9edae84f403de1c6c1fbef824f.setContent(html_556c9385a02d2b22e68f33113e66a6be);
|
|
|
|
|
|
|
|
marker_cc9ee766a5ac1d424270ee0ab200a714.bindPopup(popup_2aa04e9edae84f403de1c6c1fbef824f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc9ee766a5ac1d424270ee0ab200a714.setIcon(icon_367b4f9b63ccad4a1e4bf7e60eaff6c1);
|
|
|
|
|
|
var marker_d12032b49c5ef94ac9ef208cb6d08c49 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_0823ec2f88396757f7152c0f0b5f1a6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a177993f3d346a21274d3503387699ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b47fcf9b5a8d2b25f910a688f030ee4d = $(`<div id="html_b47fcf9b5a8d2b25f910a688f030ee4d" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_a177993f3d346a21274d3503387699ba.setContent(html_b47fcf9b5a8d2b25f910a688f030ee4d);
|
|
|
|
|
|
|
|
marker_d12032b49c5ef94ac9ef208cb6d08c49.bindPopup(popup_a177993f3d346a21274d3503387699ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d12032b49c5ef94ac9ef208cb6d08c49.setIcon(icon_0823ec2f88396757f7152c0f0b5f1a6e);
|
|
|
|
|
|
var marker_21c4a41abef598ab831ade60e44cc59c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_85b5f99f67b2cd5b1e30de16ad607231 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b13b73ffee04d6bc1644c6e907e31f3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4b66bf284094e173f24444045b35a6e = $(`<div id="html_f4b66bf284094e173f24444045b35a6e" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_b13b73ffee04d6bc1644c6e907e31f3d.setContent(html_f4b66bf284094e173f24444045b35a6e);
|
|
|
|
|
|
|
|
marker_21c4a41abef598ab831ade60e44cc59c.bindPopup(popup_b13b73ffee04d6bc1644c6e907e31f3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21c4a41abef598ab831ade60e44cc59c.setIcon(icon_85b5f99f67b2cd5b1e30de16ad607231);
|
|
|
|
|
|
var marker_d6f9135a28c6c496d7f2c46366b06781 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_c12e07dc25faa6bc9bb488dc09c44488 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8ef5084e1dbf6dab1388fdb9992be8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8f04eb78c87f4732197c50a229f0b1a = $(`<div id="html_b8f04eb78c87f4732197c50a229f0b1a" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_b8ef5084e1dbf6dab1388fdb9992be8b.setContent(html_b8f04eb78c87f4732197c50a229f0b1a);
|
|
|
|
|
|
|
|
marker_d6f9135a28c6c496d7f2c46366b06781.bindPopup(popup_b8ef5084e1dbf6dab1388fdb9992be8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6f9135a28c6c496d7f2c46366b06781.setIcon(icon_c12e07dc25faa6bc9bb488dc09c44488);
|
|
|
|
|
|
var marker_f5b0577a661ff233eecf4be7e999cc48 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_e49785012a2c0dfe51afa82af590b530 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a71e6f72465f0039e7e0301b8cf684b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_416637b9553fe7ac219e466e6293e47d = $(`<div id="html_416637b9553fe7ac219e466e6293e47d" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_2a71e6f72465f0039e7e0301b8cf684b.setContent(html_416637b9553fe7ac219e466e6293e47d);
|
|
|
|
|
|
|
|
marker_f5b0577a661ff233eecf4be7e999cc48.bindPopup(popup_2a71e6f72465f0039e7e0301b8cf684b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5b0577a661ff233eecf4be7e999cc48.setIcon(icon_e49785012a2c0dfe51afa82af590b530);
|
|
|
|
|
|
var marker_4324ab8023058cee7af5ada9db8fa3f2 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_e0f6c84b2c11446ee22afafc65ee6211 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e01f23d5651a272e3965b21eca09c897 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a438857cb6a35f29c0d489d817405c87 = $(`<div id="html_a438857cb6a35f29c0d489d817405c87" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_e01f23d5651a272e3965b21eca09c897.setContent(html_a438857cb6a35f29c0d489d817405c87);
|
|
|
|
|
|
|
|
marker_4324ab8023058cee7af5ada9db8fa3f2.bindPopup(popup_e01f23d5651a272e3965b21eca09c897)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4324ab8023058cee7af5ada9db8fa3f2.setIcon(icon_e0f6c84b2c11446ee22afafc65ee6211);
|
|
|
|
|
|
var marker_d8e2214130026f9182e8bde31fbf91a7 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_054a54d366ccf40f7c006d4a62fa8853 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d991f23f873ba9d0f1120dc1fdef412b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c3f982712e787d177f6de59e8d55aa1 = $(`<div id="html_3c3f982712e787d177f6de59e8d55aa1" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_d991f23f873ba9d0f1120dc1fdef412b.setContent(html_3c3f982712e787d177f6de59e8d55aa1);
|
|
|
|
|
|
|
|
marker_d8e2214130026f9182e8bde31fbf91a7.bindPopup(popup_d991f23f873ba9d0f1120dc1fdef412b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8e2214130026f9182e8bde31fbf91a7.setIcon(icon_054a54d366ccf40f7c006d4a62fa8853);
|
|
|
|
|
|
var marker_bb84858c5e73803d6bb07599326f527f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_e3a7f363b74d8bdadfaea8dbdf08c725 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e78908e52cb2f921ab81ee9e534c9985 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33e3333c5aa7d8f306b1cef7df8dab7d = $(`<div id="html_33e3333c5aa7d8f306b1cef7df8dab7d" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_e78908e52cb2f921ab81ee9e534c9985.setContent(html_33e3333c5aa7d8f306b1cef7df8dab7d);
|
|
|
|
|
|
|
|
marker_bb84858c5e73803d6bb07599326f527f.bindPopup(popup_e78908e52cb2f921ab81ee9e534c9985)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb84858c5e73803d6bb07599326f527f.setIcon(icon_e3a7f363b74d8bdadfaea8dbdf08c725);
|
|
|
|
|
|
var marker_68b7f5e931cc76e8acad88a6b6507b2f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_a8515518a439d6e36f34a092c473ccba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e20b7ed7220815b00eb998ce50ffd453 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6a6e6eb86bfa387a411ae66ec3d3ba7 = $(`<div id="html_a6a6e6eb86bfa387a411ae66ec3d3ba7" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_e20b7ed7220815b00eb998ce50ffd453.setContent(html_a6a6e6eb86bfa387a411ae66ec3d3ba7);
|
|
|
|
|
|
|
|
marker_68b7f5e931cc76e8acad88a6b6507b2f.bindPopup(popup_e20b7ed7220815b00eb998ce50ffd453)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68b7f5e931cc76e8acad88a6b6507b2f.setIcon(icon_a8515518a439d6e36f34a092c473ccba);
|
|
|
|
|
|
var marker_550bb06cef874714475fdd5d2068ac6e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_4d80e516e1e331b8c63e0c9c3a1c336c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60d4f56cac9be6f61b1a06b4d4035f86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e6cdbf21236b92215a1d7e80d5b69ab = $(`<div id="html_8e6cdbf21236b92215a1d7e80d5b69ab" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_60d4f56cac9be6f61b1a06b4d4035f86.setContent(html_8e6cdbf21236b92215a1d7e80d5b69ab);
|
|
|
|
|
|
|
|
marker_550bb06cef874714475fdd5d2068ac6e.bindPopup(popup_60d4f56cac9be6f61b1a06b4d4035f86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_550bb06cef874714475fdd5d2068ac6e.setIcon(icon_4d80e516e1e331b8c63e0c9c3a1c336c);
|
|
|
|
|
|
var marker_de81206ded72f2043eb30086da5c7401 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_45f75fede3aa50e450220ea362259635 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d0ce3953ddd52685e3a21a82307a660 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d427c2f45b24146ae38364702420cb9a = $(`<div id="html_d427c2f45b24146ae38364702420cb9a" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_7d0ce3953ddd52685e3a21a82307a660.setContent(html_d427c2f45b24146ae38364702420cb9a);
|
|
|
|
|
|
|
|
marker_de81206ded72f2043eb30086da5c7401.bindPopup(popup_7d0ce3953ddd52685e3a21a82307a660)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de81206ded72f2043eb30086da5c7401.setIcon(icon_45f75fede3aa50e450220ea362259635);
|
|
|
|
|
|
var marker_f37d3e2c9f7c4fa1d11089d1e054514e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_86436adce16eaf137922dc6f78d86ad3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab33085f20a1bef8a8a532e6f5e66e2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c70df145024b33217ddcf8a35fb47e4 = $(`<div id="html_8c70df145024b33217ddcf8a35fb47e4" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_ab33085f20a1bef8a8a532e6f5e66e2b.setContent(html_8c70df145024b33217ddcf8a35fb47e4);
|
|
|
|
|
|
|
|
marker_f37d3e2c9f7c4fa1d11089d1e054514e.bindPopup(popup_ab33085f20a1bef8a8a532e6f5e66e2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f37d3e2c9f7c4fa1d11089d1e054514e.setIcon(icon_86436adce16eaf137922dc6f78d86ad3);
|
|
|
|
|
|
var marker_5b96c94d8eb5eabe33a88072edc12409 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_99671ae96a0afd7ba5700bec65e79559 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f632cc73943dd2e18a5270d2d50e7750 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03807779fb43c68cac638e5e8f250af1 = $(`<div id="html_03807779fb43c68cac638e5e8f250af1" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_f632cc73943dd2e18a5270d2d50e7750.setContent(html_03807779fb43c68cac638e5e8f250af1);
|
|
|
|
|
|
|
|
marker_5b96c94d8eb5eabe33a88072edc12409.bindPopup(popup_f632cc73943dd2e18a5270d2d50e7750)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b96c94d8eb5eabe33a88072edc12409.setIcon(icon_99671ae96a0afd7ba5700bec65e79559);
|
|
|
|
|
|
var marker_88e2d853f2ec7e3cab1b056c617fb020 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_b7d1be318b1850da035060849b71ae93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_956627cc368f967205b4860e2ddf86f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce07f45d15b408dead116db5379f2c79 = $(`<div id="html_ce07f45d15b408dead116db5379f2c79" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_956627cc368f967205b4860e2ddf86f0.setContent(html_ce07f45d15b408dead116db5379f2c79);
|
|
|
|
|
|
|
|
marker_88e2d853f2ec7e3cab1b056c617fb020.bindPopup(popup_956627cc368f967205b4860e2ddf86f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88e2d853f2ec7e3cab1b056c617fb020.setIcon(icon_b7d1be318b1850da035060849b71ae93);
|
|
|
|
|
|
var marker_a30c5686d8470db314981957b8c57551 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_e39e02b6a70b9372ffb4cf7540682292 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86d6177a527c08b4401a08d217ff0254 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9adfd28eb3d3523614c9599f5639e3c4 = $(`<div id="html_9adfd28eb3d3523614c9599f5639e3c4" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_86d6177a527c08b4401a08d217ff0254.setContent(html_9adfd28eb3d3523614c9599f5639e3c4);
|
|
|
|
|
|
|
|
marker_a30c5686d8470db314981957b8c57551.bindPopup(popup_86d6177a527c08b4401a08d217ff0254)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a30c5686d8470db314981957b8c57551.setIcon(icon_e39e02b6a70b9372ffb4cf7540682292);
|
|
|
|
|
|
var marker_83f067481bf8a3db310e9e097935e69b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_9fffc6aa4dc29d4d37b884fae3496232 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebf4a5aa8bacc67f86d925eab394663b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f6107a79c57fe6394b3cdfca702fafb = $(`<div id="html_5f6107a79c57fe6394b3cdfca702fafb" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_ebf4a5aa8bacc67f86d925eab394663b.setContent(html_5f6107a79c57fe6394b3cdfca702fafb);
|
|
|
|
|
|
|
|
marker_83f067481bf8a3db310e9e097935e69b.bindPopup(popup_ebf4a5aa8bacc67f86d925eab394663b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83f067481bf8a3db310e9e097935e69b.setIcon(icon_9fffc6aa4dc29d4d37b884fae3496232);
|
|
|
|
|
|
var marker_8ef623dd2ac618a653f07a26e33cb49a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_a8648fba2b76a0916e9777128504a32a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_511b5688b4307c1a9d4246cb3d471582 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a269c1a0307c42012d2dcd2d37abf104 = $(`<div id="html_a269c1a0307c42012d2dcd2d37abf104" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_511b5688b4307c1a9d4246cb3d471582.setContent(html_a269c1a0307c42012d2dcd2d37abf104);
|
|
|
|
|
|
|
|
marker_8ef623dd2ac618a653f07a26e33cb49a.bindPopup(popup_511b5688b4307c1a9d4246cb3d471582)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ef623dd2ac618a653f07a26e33cb49a.setIcon(icon_a8648fba2b76a0916e9777128504a32a);
|
|
|
|
|
|
var marker_105380a6d3abc84e9ddee025d266149c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_c609b4dec313a047da72520676735b81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af47df5d562ec920c087d670b47a4f31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf35f3cf9f6e29053cf971e691d6c5a3 = $(`<div id="html_bf35f3cf9f6e29053cf971e691d6c5a3" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_af47df5d562ec920c087d670b47a4f31.setContent(html_bf35f3cf9f6e29053cf971e691d6c5a3);
|
|
|
|
|
|
|
|
marker_105380a6d3abc84e9ddee025d266149c.bindPopup(popup_af47df5d562ec920c087d670b47a4f31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_105380a6d3abc84e9ddee025d266149c.setIcon(icon_c609b4dec313a047da72520676735b81);
|
|
|
|
|
|
var marker_dc41eea9c911ffaab6435da02944a4f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_27fa628b5082749b897e7d0688efff5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b29215e7fd210d3bf21cc73604439da1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_561edbeaf134f5fd63264f14291c55e3 = $(`<div id="html_561edbeaf134f5fd63264f14291c55e3" style="width: 100.0%; height: 100.0%;">nos.lostr.space</div>`)[0];
|
|
popup_b29215e7fd210d3bf21cc73604439da1.setContent(html_561edbeaf134f5fd63264f14291c55e3);
|
|
|
|
|
|
|
|
marker_dc41eea9c911ffaab6435da02944a4f3.bindPopup(popup_b29215e7fd210d3bf21cc73604439da1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc41eea9c911ffaab6435da02944a4f3.setIcon(icon_27fa628b5082749b897e7d0688efff5b);
|
|
|
|
|
|
var marker_ddc14e5625fc2d8d6c3e34c2df303324 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_b85642fbfb9d4ae94b3e9287bd06c8f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c3e8ca062ff1ef372d1edd1b60a2e02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8bc8bd8eb0331359e8af764d745e307 = $(`<div id="html_b8bc8bd8eb0331359e8af764d745e307" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_5c3e8ca062ff1ef372d1edd1b60a2e02.setContent(html_b8bc8bd8eb0331359e8af764d745e307);
|
|
|
|
|
|
|
|
marker_ddc14e5625fc2d8d6c3e34c2df303324.bindPopup(popup_5c3e8ca062ff1ef372d1edd1b60a2e02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddc14e5625fc2d8d6c3e34c2df303324.setIcon(icon_b85642fbfb9d4ae94b3e9287bd06c8f9);
|
|
|
|
|
|
var marker_28399ecbbb33d61c4f0260531aced066 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_0c332a699271d3f656ecb484b2eb5246 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9caf18be7078abfd9c665d30f90d4741 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b26e9e517bb9613477c40076ab3bcac = $(`<div id="html_5b26e9e517bb9613477c40076ab3bcac" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_9caf18be7078abfd9c665d30f90d4741.setContent(html_5b26e9e517bb9613477c40076ab3bcac);
|
|
|
|
|
|
|
|
marker_28399ecbbb33d61c4f0260531aced066.bindPopup(popup_9caf18be7078abfd9c665d30f90d4741)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28399ecbbb33d61c4f0260531aced066.setIcon(icon_0c332a699271d3f656ecb484b2eb5246);
|
|
|
|
|
|
var marker_933e79836057cac3bb700e91ba44b910 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_2660b642f5b6b56e08933e0ecaa7f40d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec8f0a2367e7ef7a4e44abae15ce9092 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6224e2505f8071e6d9a5e21a5dc90110 = $(`<div id="html_6224e2505f8071e6d9a5e21a5dc90110" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_ec8f0a2367e7ef7a4e44abae15ce9092.setContent(html_6224e2505f8071e6d9a5e21a5dc90110);
|
|
|
|
|
|
|
|
marker_933e79836057cac3bb700e91ba44b910.bindPopup(popup_ec8f0a2367e7ef7a4e44abae15ce9092)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_933e79836057cac3bb700e91ba44b910.setIcon(icon_2660b642f5b6b56e08933e0ecaa7f40d);
|
|
|
|
|
|
var marker_fdb97a39b966e5d0762ae9a2efafced4 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_710978bda57004f1d3a8b5c8c706e79a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dff7ed681c861a2aeb37bca694a3fd64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4989de8533ca2b82c8082554008519a = $(`<div id="html_d4989de8533ca2b82c8082554008519a" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_dff7ed681c861a2aeb37bca694a3fd64.setContent(html_d4989de8533ca2b82c8082554008519a);
|
|
|
|
|
|
|
|
marker_fdb97a39b966e5d0762ae9a2efafced4.bindPopup(popup_dff7ed681c861a2aeb37bca694a3fd64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdb97a39b966e5d0762ae9a2efafced4.setIcon(icon_710978bda57004f1d3a8b5c8c706e79a);
|
|
|
|
|
|
var marker_4c7e81ba15a5abcda9b2af4200116c56 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_87d9e3b61b6849a99e979239035caa5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c29598443d66e5907f3a0de95449ade8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dffd5e73014fa317321bafe697d174fc = $(`<div id="html_dffd5e73014fa317321bafe697d174fc" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_c29598443d66e5907f3a0de95449ade8.setContent(html_dffd5e73014fa317321bafe697d174fc);
|
|
|
|
|
|
|
|
marker_4c7e81ba15a5abcda9b2af4200116c56.bindPopup(popup_c29598443d66e5907f3a0de95449ade8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c7e81ba15a5abcda9b2af4200116c56.setIcon(icon_87d9e3b61b6849a99e979239035caa5b);
|
|
|
|
|
|
var marker_9f1cd76bcf753bfca617a369c7354d90 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_b91983d47f393f8f4a514e5b318413e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d23afda1de1d6ac3658fb51e803f737a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_791c8ee97e09952c612af1f2b5b512ce = $(`<div id="html_791c8ee97e09952c612af1f2b5b512ce" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_d23afda1de1d6ac3658fb51e803f737a.setContent(html_791c8ee97e09952c612af1f2b5b512ce);
|
|
|
|
|
|
|
|
marker_9f1cd76bcf753bfca617a369c7354d90.bindPopup(popup_d23afda1de1d6ac3658fb51e803f737a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f1cd76bcf753bfca617a369c7354d90.setIcon(icon_b91983d47f393f8f4a514e5b318413e3);
|
|
|
|
|
|
var marker_d1e9804d1d2495770b8f7d6989d9ee80 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_7810ec29a8677c9d6f3b1290a38956d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef76a1d6184e67ed3296cf726d22ebbf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2143ea9218fc1fbbfb03d6352b6384e1 = $(`<div id="html_2143ea9218fc1fbbfb03d6352b6384e1" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_ef76a1d6184e67ed3296cf726d22ebbf.setContent(html_2143ea9218fc1fbbfb03d6352b6384e1);
|
|
|
|
|
|
|
|
marker_d1e9804d1d2495770b8f7d6989d9ee80.bindPopup(popup_ef76a1d6184e67ed3296cf726d22ebbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1e9804d1d2495770b8f7d6989d9ee80.setIcon(icon_7810ec29a8677c9d6f3b1290a38956d8);
|
|
|
|
|
|
var marker_45f097879a65e9577bd677bfea29b96e = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_02ed4649ef5652b85b21b2876dda1c11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aec4157ce8017b85736a8cf749d47258 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7557767da84850fbf98eac287b167673 = $(`<div id="html_7557767da84850fbf98eac287b167673" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_aec4157ce8017b85736a8cf749d47258.setContent(html_7557767da84850fbf98eac287b167673);
|
|
|
|
|
|
|
|
marker_45f097879a65e9577bd677bfea29b96e.bindPopup(popup_aec4157ce8017b85736a8cf749d47258)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45f097879a65e9577bd677bfea29b96e.setIcon(icon_02ed4649ef5652b85b21b2876dda1c11);
|
|
|
|
|
|
var marker_ddf8e639057245f918198f7e22a83fb1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_daf444f4cc5f310b1e1bcc5a1ffac2a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80996494e27b5fe1b9586ee45de59be0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f293efe235ee3334902fd4616c49307 = $(`<div id="html_0f293efe235ee3334902fd4616c49307" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_80996494e27b5fe1b9586ee45de59be0.setContent(html_0f293efe235ee3334902fd4616c49307);
|
|
|
|
|
|
|
|
marker_ddf8e639057245f918198f7e22a83fb1.bindPopup(popup_80996494e27b5fe1b9586ee45de59be0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddf8e639057245f918198f7e22a83fb1.setIcon(icon_daf444f4cc5f310b1e1bcc5a1ffac2a4);
|
|
|
|
|
|
var marker_4d20e6ecdae565870ecc450b653e9964 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_5f95574fce7bfe0577f40781e06c2f35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a21c1b2d2a17bdbc51042904aaf446bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cacb2c36bb756da6a26428ae5ae7a0ce = $(`<div id="html_cacb2c36bb756da6a26428ae5ae7a0ce" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_a21c1b2d2a17bdbc51042904aaf446bd.setContent(html_cacb2c36bb756da6a26428ae5ae7a0ce);
|
|
|
|
|
|
|
|
marker_4d20e6ecdae565870ecc450b653e9964.bindPopup(popup_a21c1b2d2a17bdbc51042904aaf446bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d20e6ecdae565870ecc450b653e9964.setIcon(icon_5f95574fce7bfe0577f40781e06c2f35);
|
|
|
|
|
|
var marker_9cb0bb62bae6057c6acbdf55be9fa12b = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_be95a2e01ed00ef3f14983808d2b80e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_affa23263da5d24a60135c3e324b7962 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c8c67a80cd0e8c8b90e1f00f3e1f006 = $(`<div id="html_1c8c67a80cd0e8c8b90e1f00f3e1f006" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_affa23263da5d24a60135c3e324b7962.setContent(html_1c8c67a80cd0e8c8b90e1f00f3e1f006);
|
|
|
|
|
|
|
|
marker_9cb0bb62bae6057c6acbdf55be9fa12b.bindPopup(popup_affa23263da5d24a60135c3e324b7962)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cb0bb62bae6057c6acbdf55be9fa12b.setIcon(icon_be95a2e01ed00ef3f14983808d2b80e6);
|
|
|
|
|
|
var marker_c272ccd0ce2f56582a7c180f71a1e3c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_4b75d3d041ae9a37a3163e39f0700a95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81b6a1ad2324e650703150dd593ffb56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82169a1aca30d425635a83b66f110b8c = $(`<div id="html_82169a1aca30d425635a83b66f110b8c" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_81b6a1ad2324e650703150dd593ffb56.setContent(html_82169a1aca30d425635a83b66f110b8c);
|
|
|
|
|
|
|
|
marker_c272ccd0ce2f56582a7c180f71a1e3c5.bindPopup(popup_81b6a1ad2324e650703150dd593ffb56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c272ccd0ce2f56582a7c180f71a1e3c5.setIcon(icon_4b75d3d041ae9a37a3163e39f0700a95);
|
|
|
|
|
|
var marker_0f44757a62aa0f71bcd48cc321f4ffdc = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_9daa0f98cbf02d890e50d3244ad9f3b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bbc337b8b042b04ca87afad7afc75a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ca5c3634fde968747ef0ca2e92c93a8 = $(`<div id="html_9ca5c3634fde968747ef0ca2e92c93a8" style="width: 100.0%; height: 100.0%;">wons.calva.dev</div>`)[0];
|
|
popup_8bbc337b8b042b04ca87afad7afc75a5.setContent(html_9ca5c3634fde968747ef0ca2e92c93a8);
|
|
|
|
|
|
|
|
marker_0f44757a62aa0f71bcd48cc321f4ffdc.bindPopup(popup_8bbc337b8b042b04ca87afad7afc75a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f44757a62aa0f71bcd48cc321f4ffdc.setIcon(icon_9daa0f98cbf02d890e50d3244ad9f3b4);
|
|
|
|
|
|
var marker_2fc146cf4c87c79a54306d712285a8ed = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_c9434689e8bfa04622c466c0fa1b2d8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c5738251c4ce17d105d0653a529b8e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44f7d9f0dbf638d6ae4331a2a6c616ca = $(`<div id="html_44f7d9f0dbf638d6ae4331a2a6c616ca" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_8c5738251c4ce17d105d0653a529b8e3.setContent(html_44f7d9f0dbf638d6ae4331a2a6c616ca);
|
|
|
|
|
|
|
|
marker_2fc146cf4c87c79a54306d712285a8ed.bindPopup(popup_8c5738251c4ce17d105d0653a529b8e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fc146cf4c87c79a54306d712285a8ed.setIcon(icon_c9434689e8bfa04622c466c0fa1b2d8c);
|
|
|
|
|
|
var marker_714ac75e7a785e9db3cb0427de760c23 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_cab61f58d459a3b9f90319eb1a607627 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cb5f92b19f1db5fba7fb634bffdce25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b511e0cbedccb2a5a214eae78a5adf22 = $(`<div id="html_b511e0cbedccb2a5a214eae78a5adf22" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_5cb5f92b19f1db5fba7fb634bffdce25.setContent(html_b511e0cbedccb2a5a214eae78a5adf22);
|
|
|
|
|
|
|
|
marker_714ac75e7a785e9db3cb0427de760c23.bindPopup(popup_5cb5f92b19f1db5fba7fb634bffdce25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_714ac75e7a785e9db3cb0427de760c23.setIcon(icon_cab61f58d459a3b9f90319eb1a607627);
|
|
|
|
|
|
var marker_b67f1ea7d97579c0b72c70c9cd183da0 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_a1f77d42880bec5ea4ae22b316a9176c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da2abd1641b275eaf577e9ea5b09c5d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7fdac7b1cd6796e9d2c4c4f7b32413ad = $(`<div id="html_7fdac7b1cd6796e9d2c4c4f7b32413ad" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_da2abd1641b275eaf577e9ea5b09c5d8.setContent(html_7fdac7b1cd6796e9d2c4c4f7b32413ad);
|
|
|
|
|
|
|
|
marker_b67f1ea7d97579c0b72c70c9cd183da0.bindPopup(popup_da2abd1641b275eaf577e9ea5b09c5d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b67f1ea7d97579c0b72c70c9cd183da0.setIcon(icon_a1f77d42880bec5ea4ae22b316a9176c);
|
|
|
|
|
|
var marker_267ac3c06b095b524487a1a87d17625e = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_38ed8e128805298be6b3b530a3562630 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e772ee0bd05a0c55b20a28cfe34ec65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_493b28c7addedb39875cee7c05b0a255 = $(`<div id="html_493b28c7addedb39875cee7c05b0a255" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_0e772ee0bd05a0c55b20a28cfe34ec65.setContent(html_493b28c7addedb39875cee7c05b0a255);
|
|
|
|
|
|
|
|
marker_267ac3c06b095b524487a1a87d17625e.bindPopup(popup_0e772ee0bd05a0c55b20a28cfe34ec65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_267ac3c06b095b524487a1a87d17625e.setIcon(icon_38ed8e128805298be6b3b530a3562630);
|
|
|
|
|
|
var marker_58ef10eeff54446694f81c76bb5e779e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_5fda24566c1ba673e7d05851d1b85981 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_437bf343fc1f3d44935f00c19c0071e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1728547a69b2e581049aea18aef080c5 = $(`<div id="html_1728547a69b2e581049aea18aef080c5" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_437bf343fc1f3d44935f00c19c0071e5.setContent(html_1728547a69b2e581049aea18aef080c5);
|
|
|
|
|
|
|
|
marker_58ef10eeff54446694f81c76bb5e779e.bindPopup(popup_437bf343fc1f3d44935f00c19c0071e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58ef10eeff54446694f81c76bb5e779e.setIcon(icon_5fda24566c1ba673e7d05851d1b85981);
|
|
|
|
|
|
var marker_e5893da60e13d1746378953d448c27b3 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_b2cd4d4bca51262a65df4b3324d902aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16a9323b0cb3cf95b512fe0acd4b9ccd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84333b5988684b2e29acdf2ad8522280 = $(`<div id="html_84333b5988684b2e29acdf2ad8522280" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_16a9323b0cb3cf95b512fe0acd4b9ccd.setContent(html_84333b5988684b2e29acdf2ad8522280);
|
|
|
|
|
|
|
|
marker_e5893da60e13d1746378953d448c27b3.bindPopup(popup_16a9323b0cb3cf95b512fe0acd4b9ccd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5893da60e13d1746378953d448c27b3.setIcon(icon_b2cd4d4bca51262a65df4b3324d902aa);
|
|
|
|
|
|
var marker_38049aa715a6f5cb49a6c07fdd3c714d = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_9c089a9f747aff0218b20696e1823565 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ae72c3b7dab4ac83cc6ba9639a3ea21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4394540a7693d89283c8ec3b6c095a7 = $(`<div id="html_f4394540a7693d89283c8ec3b6c095a7" style="width: 100.0%; height: 100.0%;">relay.smies.me</div>`)[0];
|
|
popup_1ae72c3b7dab4ac83cc6ba9639a3ea21.setContent(html_f4394540a7693d89283c8ec3b6c095a7);
|
|
|
|
|
|
|
|
marker_38049aa715a6f5cb49a6c07fdd3c714d.bindPopup(popup_1ae72c3b7dab4ac83cc6ba9639a3ea21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38049aa715a6f5cb49a6c07fdd3c714d.setIcon(icon_9c089a9f747aff0218b20696e1823565);
|
|
|
|
|
|
var marker_e9db032f208bca16c2bc258888517586 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_ca62a7ff8b6485c4d0bc98fde7339734 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c08be7532bd67100c8b44e4118f27709 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b0d3f18fac19d41c1a89ef9f23b8039 = $(`<div id="html_5b0d3f18fac19d41c1a89ef9f23b8039" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_c08be7532bd67100c8b44e4118f27709.setContent(html_5b0d3f18fac19d41c1a89ef9f23b8039);
|
|
|
|
|
|
|
|
marker_e9db032f208bca16c2bc258888517586.bindPopup(popup_c08be7532bd67100c8b44e4118f27709)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9db032f208bca16c2bc258888517586.setIcon(icon_ca62a7ff8b6485c4d0bc98fde7339734);
|
|
|
|
|
|
var marker_c0ca865610b60761de309cb9dba4b0ce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_e470b0c44a3d1bd1d2c03aa36fb3e15f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4be2488388057c912d5768ff76778d1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20110bec6bd29f06bd0975da932d0c95 = $(`<div id="html_20110bec6bd29f06bd0975da932d0c95" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_4be2488388057c912d5768ff76778d1c.setContent(html_20110bec6bd29f06bd0975da932d0c95);
|
|
|
|
|
|
|
|
marker_c0ca865610b60761de309cb9dba4b0ce.bindPopup(popup_4be2488388057c912d5768ff76778d1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0ca865610b60761de309cb9dba4b0ce.setIcon(icon_e470b0c44a3d1bd1d2c03aa36fb3e15f);
|
|
|
|
|
|
var marker_697932f03f578d6231f0d1f428599112 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_1dd66e8b1702c3c705d14c0bd4572b44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99035e9c7b36a151bef8ca540ca270a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7527fb5200917b47a4f7baa1a6d263de = $(`<div id="html_7527fb5200917b47a4f7baa1a6d263de" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_99035e9c7b36a151bef8ca540ca270a4.setContent(html_7527fb5200917b47a4f7baa1a6d263de);
|
|
|
|
|
|
|
|
marker_697932f03f578d6231f0d1f428599112.bindPopup(popup_99035e9c7b36a151bef8ca540ca270a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_697932f03f578d6231f0d1f428599112.setIcon(icon_1dd66e8b1702c3c705d14c0bd4572b44);
|
|
|
|
|
|
var marker_d22491902bdfed4f962c9faef592472c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_ed3afbd7aa6fa237ef095c5f2962b304 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a3f3164973924e2378232d63af4b10a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5108d468fb9cac42b46852d53a878b3 = $(`<div id="html_a5108d468fb9cac42b46852d53a878b3" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_7a3f3164973924e2378232d63af4b10a.setContent(html_a5108d468fb9cac42b46852d53a878b3);
|
|
|
|
|
|
|
|
marker_d22491902bdfed4f962c9faef592472c.bindPopup(popup_7a3f3164973924e2378232d63af4b10a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d22491902bdfed4f962c9faef592472c.setIcon(icon_ed3afbd7aa6fa237ef095c5f2962b304);
|
|
|
|
|
|
var marker_6c38734aa39b17e9659c7a264dcb0bff = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_42394f68f6e04a9643b5e463fef4e8e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ba3cf3831493ac9cccdeb2c4f3fcfa9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac289c3a83c6ec81c5f746ca2180fe13 = $(`<div id="html_ac289c3a83c6ec81c5f746ca2180fe13" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_6ba3cf3831493ac9cccdeb2c4f3fcfa9.setContent(html_ac289c3a83c6ec81c5f746ca2180fe13);
|
|
|
|
|
|
|
|
marker_6c38734aa39b17e9659c7a264dcb0bff.bindPopup(popup_6ba3cf3831493ac9cccdeb2c4f3fcfa9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c38734aa39b17e9659c7a264dcb0bff.setIcon(icon_42394f68f6e04a9643b5e463fef4e8e3);
|
|
|
|
|
|
var marker_599626b6648d4368387a8fda307b60f9 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_45a038bb407c194b65f4dd5682a8a603 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e367ca9a4986c93b1b926b784c18a7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5294c7148b3d562d141083eba7fafc2 = $(`<div id="html_b5294c7148b3d562d141083eba7fafc2" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_6e367ca9a4986c93b1b926b784c18a7f.setContent(html_b5294c7148b3d562d141083eba7fafc2);
|
|
|
|
|
|
|
|
marker_599626b6648d4368387a8fda307b60f9.bindPopup(popup_6e367ca9a4986c93b1b926b784c18a7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_599626b6648d4368387a8fda307b60f9.setIcon(icon_45a038bb407c194b65f4dd5682a8a603);
|
|
|
|
|
|
var marker_f233a787f26b1a3a78435197cf2a0fc6 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_6b6881c824f1faa2779bad66f1f14e51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf311b1dc92b52088b477580743c0922 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d02e0a4ecd505a8e121db990744f30f = $(`<div id="html_2d02e0a4ecd505a8e121db990744f30f" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_bf311b1dc92b52088b477580743c0922.setContent(html_2d02e0a4ecd505a8e121db990744f30f);
|
|
|
|
|
|
|
|
marker_f233a787f26b1a3a78435197cf2a0fc6.bindPopup(popup_bf311b1dc92b52088b477580743c0922)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f233a787f26b1a3a78435197cf2a0fc6.setIcon(icon_6b6881c824f1faa2779bad66f1f14e51);
|
|
|
|
|
|
var marker_1776f339756758ec73c9a1f84c86d0ae = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_b813a1d74998b811753211a73e1ba827 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dba5554751eaac66386d5b96b51056d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47eaae2edeca854a395bcb2dce97f521 = $(`<div id="html_47eaae2edeca854a395bcb2dce97f521" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_dba5554751eaac66386d5b96b51056d4.setContent(html_47eaae2edeca854a395bcb2dce97f521);
|
|
|
|
|
|
|
|
marker_1776f339756758ec73c9a1f84c86d0ae.bindPopup(popup_dba5554751eaac66386d5b96b51056d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1776f339756758ec73c9a1f84c86d0ae.setIcon(icon_b813a1d74998b811753211a73e1ba827);
|
|
|
|
|
|
var marker_996b27b399fa52fb9eb867f9bebdf76b = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_4c772ed9e4dddf2c0b5c074d967cf833 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ceaafab7186dc738f8938461d1ff2765 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba2cb7d756f9a13c93cc12fbe9c6a2b6 = $(`<div id="html_ba2cb7d756f9a13c93cc12fbe9c6a2b6" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_ceaafab7186dc738f8938461d1ff2765.setContent(html_ba2cb7d756f9a13c93cc12fbe9c6a2b6);
|
|
|
|
|
|
|
|
marker_996b27b399fa52fb9eb867f9bebdf76b.bindPopup(popup_ceaafab7186dc738f8938461d1ff2765)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_996b27b399fa52fb9eb867f9bebdf76b.setIcon(icon_4c772ed9e4dddf2c0b5c074d967cf833);
|
|
|
|
|
|
var marker_df6abc46458a894d93086515d207451b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_f25179bd7f369c66bc155045f0a9fe1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0ffe94ddbb9eaea1fac8523f62cdd9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a724486d023bb87350743a22abdc8be = $(`<div id="html_6a724486d023bb87350743a22abdc8be" style="width: 100.0%; height: 100.0%;">antiprimal.net</div>`)[0];
|
|
popup_a0ffe94ddbb9eaea1fac8523f62cdd9e.setContent(html_6a724486d023bb87350743a22abdc8be);
|
|
|
|
|
|
|
|
marker_df6abc46458a894d93086515d207451b.bindPopup(popup_a0ffe94ddbb9eaea1fac8523f62cdd9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df6abc46458a894d93086515d207451b.setIcon(icon_f25179bd7f369c66bc155045f0a9fe1c);
|
|
|
|
|
|
var marker_6053bae133fe3a66b886e70e8a28a0f7 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_2f4ea0f7b7c9278e848acb0af989dc70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3754f1d69292043e341c5c6efaa2a4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ba9488b77982276714ebfae44500941 = $(`<div id="html_8ba9488b77982276714ebfae44500941" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_d3754f1d69292043e341c5c6efaa2a4f.setContent(html_8ba9488b77982276714ebfae44500941);
|
|
|
|
|
|
|
|
marker_6053bae133fe3a66b886e70e8a28a0f7.bindPopup(popup_d3754f1d69292043e341c5c6efaa2a4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6053bae133fe3a66b886e70e8a28a0f7.setIcon(icon_2f4ea0f7b7c9278e848acb0af989dc70);
|
|
|
|
|
|
var marker_b583dc12c2b3ee56908cb2f0cbd3ff6f = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_8611611a24dbd1195800f345ad3d3cde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_454b497a679b7f661a1fd896d213932c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e1c40a53007dc8d9e3b552bf308cb84 = $(`<div id="html_7e1c40a53007dc8d9e3b552bf308cb84" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_454b497a679b7f661a1fd896d213932c.setContent(html_7e1c40a53007dc8d9e3b552bf308cb84);
|
|
|
|
|
|
|
|
marker_b583dc12c2b3ee56908cb2f0cbd3ff6f.bindPopup(popup_454b497a679b7f661a1fd896d213932c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b583dc12c2b3ee56908cb2f0cbd3ff6f.setIcon(icon_8611611a24dbd1195800f345ad3d3cde);
|
|
|
|
|
|
var marker_d49fd3516f2b7ae5c36fc463e70cf9f7 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_78c3a0270e50745454c907a2eb885155 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d989822ea1b1f69d2bce90109eb68da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09af76f948739a1bfab6ce26bd58f87e = $(`<div id="html_09af76f948739a1bfab6ce26bd58f87e" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_6d989822ea1b1f69d2bce90109eb68da.setContent(html_09af76f948739a1bfab6ce26bd58f87e);
|
|
|
|
|
|
|
|
marker_d49fd3516f2b7ae5c36fc463e70cf9f7.bindPopup(popup_6d989822ea1b1f69d2bce90109eb68da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d49fd3516f2b7ae5c36fc463e70cf9f7.setIcon(icon_78c3a0270e50745454c907a2eb885155);
|
|
|
|
|
|
var marker_e0bc4b362fd373444b96bc3d32c1a8c4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_9ec06c40fc8ee5ed6435edf28d44eaf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c02c19c14d178f801b6e1a49bd7e6757 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_500cf94cb5f2e24843a9cfe183f3b681 = $(`<div id="html_500cf94cb5f2e24843a9cfe183f3b681" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_c02c19c14d178f801b6e1a49bd7e6757.setContent(html_500cf94cb5f2e24843a9cfe183f3b681);
|
|
|
|
|
|
|
|
marker_e0bc4b362fd373444b96bc3d32c1a8c4.bindPopup(popup_c02c19c14d178f801b6e1a49bd7e6757)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0bc4b362fd373444b96bc3d32c1a8c4.setIcon(icon_9ec06c40fc8ee5ed6435edf28d44eaf0);
|
|
|
|
|
|
var marker_6949e07dbce79de51d120a246b65067e = L.marker(
|
|
[34.6235, 50.8518],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_71ab490c40907354e86e63fc01814451 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ef6b29048de3cc23358437341a92539 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd3e6c2352fa26cd134741568ea9e530 = $(`<div id="html_dd3e6c2352fa26cd134741568ea9e530" style="width: 100.0%; height: 100.0%;">sfri-mhmd.liara.run</div>`)[0];
|
|
popup_6ef6b29048de3cc23358437341a92539.setContent(html_dd3e6c2352fa26cd134741568ea9e530);
|
|
|
|
|
|
|
|
marker_6949e07dbce79de51d120a246b65067e.bindPopup(popup_6ef6b29048de3cc23358437341a92539)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6949e07dbce79de51d120a246b65067e.setIcon(icon_71ab490c40907354e86e63fc01814451);
|
|
|
|
|
|
var marker_98229355d442011f33d498f4e64f18c1 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_cd652fa95bb458e32ab9b5353b90f958 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a3d22ba3701cd052cb6bb4bc02d99f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_538ede4f2631dcb5c9ccd0dcd7a9c07f = $(`<div id="html_538ede4f2631dcb5c9ccd0dcd7a9c07f" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_9a3d22ba3701cd052cb6bb4bc02d99f9.setContent(html_538ede4f2631dcb5c9ccd0dcd7a9c07f);
|
|
|
|
|
|
|
|
marker_98229355d442011f33d498f4e64f18c1.bindPopup(popup_9a3d22ba3701cd052cb6bb4bc02d99f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98229355d442011f33d498f4e64f18c1.setIcon(icon_cd652fa95bb458e32ab9b5353b90f958);
|
|
|
|
|
|
var marker_758b78f27ecdc6ddec9d2e1cbf94cc29 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_fd31fad02de506db109624423cd0710f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_729fe10410a2752f21a45b54c8aff4dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acc154dbb2f30ed179da6da9e159015f = $(`<div id="html_acc154dbb2f30ed179da6da9e159015f" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_729fe10410a2752f21a45b54c8aff4dc.setContent(html_acc154dbb2f30ed179da6da9e159015f);
|
|
|
|
|
|
|
|
marker_758b78f27ecdc6ddec9d2e1cbf94cc29.bindPopup(popup_729fe10410a2752f21a45b54c8aff4dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_758b78f27ecdc6ddec9d2e1cbf94cc29.setIcon(icon_fd31fad02de506db109624423cd0710f);
|
|
|
|
|
|
var marker_60add5182f821be277a9c1c72a439ed2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_93b18b4fadac57eaad1b18e5f6a667ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87a63a3d7cd69ce49a2aec26c1470248 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f221b80b52cc4fd75bb057f3af78417 = $(`<div id="html_4f221b80b52cc4fd75bb057f3af78417" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_87a63a3d7cd69ce49a2aec26c1470248.setContent(html_4f221b80b52cc4fd75bb057f3af78417);
|
|
|
|
|
|
|
|
marker_60add5182f821be277a9c1c72a439ed2.bindPopup(popup_87a63a3d7cd69ce49a2aec26c1470248)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60add5182f821be277a9c1c72a439ed2.setIcon(icon_93b18b4fadac57eaad1b18e5f6a667ba);
|
|
|
|
|
|
var marker_2f605e42e7043562578895e4e4d1fb79 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_dbf8659ec64c00dad6da8039fe26ce8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e72f1bb5e9f15456322b50eac8be1c24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1db07cece0d09cb700ac4e2f9cec4c9e = $(`<div id="html_1db07cece0d09cb700ac4e2f9cec4c9e" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_e72f1bb5e9f15456322b50eac8be1c24.setContent(html_1db07cece0d09cb700ac4e2f9cec4c9e);
|
|
|
|
|
|
|
|
marker_2f605e42e7043562578895e4e4d1fb79.bindPopup(popup_e72f1bb5e9f15456322b50eac8be1c24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f605e42e7043562578895e4e4d1fb79.setIcon(icon_dbf8659ec64c00dad6da8039fe26ce8b);
|
|
|
|
|
|
var marker_df28b3cb4bad4acc998a6857a22fadfc = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_ae366cf183e4e3444ffc4292bf944f10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_888e75cf5e8e87d572ce0221de9103a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0b4a2bc463807812ae683d2dd98e2ae = $(`<div id="html_d0b4a2bc463807812ae683d2dd98e2ae" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_888e75cf5e8e87d572ce0221de9103a0.setContent(html_d0b4a2bc463807812ae683d2dd98e2ae);
|
|
|
|
|
|
|
|
marker_df28b3cb4bad4acc998a6857a22fadfc.bindPopup(popup_888e75cf5e8e87d572ce0221de9103a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df28b3cb4bad4acc998a6857a22fadfc.setIcon(icon_ae366cf183e4e3444ffc4292bf944f10);
|
|
|
|
|
|
var marker_4736125fa15b58e3071f8f1832b9588a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_18f1df2371edb1b3b246ca11dea576c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8af56dec7f839350791a4358509bc0cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_797785a04c44fb21b091399d38b8643b = $(`<div id="html_797785a04c44fb21b091399d38b8643b" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_8af56dec7f839350791a4358509bc0cf.setContent(html_797785a04c44fb21b091399d38b8643b);
|
|
|
|
|
|
|
|
marker_4736125fa15b58e3071f8f1832b9588a.bindPopup(popup_8af56dec7f839350791a4358509bc0cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4736125fa15b58e3071f8f1832b9588a.setIcon(icon_18f1df2371edb1b3b246ca11dea576c2);
|
|
|
|
|
|
var marker_3d2a565db8bf884958d0334c866cd152 = L.marker(
|
|
[40.9481, -79.7428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_a20f384065afd448be3f4757de7a082e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da973e71d8edaf8b513e81a207779309 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6e3a1fca159b251d2328c1d3d900e0e = $(`<div id="html_a6e3a1fca159b251d2328c1d3d900e0e" style="width: 100.0%; height: 100.0%;">garden.zap.cooking</div>`)[0];
|
|
popup_da973e71d8edaf8b513e81a207779309.setContent(html_a6e3a1fca159b251d2328c1d3d900e0e);
|
|
|
|
|
|
|
|
marker_3d2a565db8bf884958d0334c866cd152.bindPopup(popup_da973e71d8edaf8b513e81a207779309)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d2a565db8bf884958d0334c866cd152.setIcon(icon_a20f384065afd448be3f4757de7a082e);
|
|
|
|
|
|
var marker_eef676a0cb0524e11010deb5c92d9191 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_ddc4543150422cb038f7f7744312ae1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87245913daab10ccb25c89c3d5674165 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe2fc319a8a65820add6d2281fb62a76 = $(`<div id="html_fe2fc319a8a65820add6d2281fb62a76" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_87245913daab10ccb25c89c3d5674165.setContent(html_fe2fc319a8a65820add6d2281fb62a76);
|
|
|
|
|
|
|
|
marker_eef676a0cb0524e11010deb5c92d9191.bindPopup(popup_87245913daab10ccb25c89c3d5674165)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eef676a0cb0524e11010deb5c92d9191.setIcon(icon_ddc4543150422cb038f7f7744312ae1f);
|
|
|
|
|
|
var marker_94499a45485f03a45eb724874fdaa5f2 = L.marker(
|
|
[46.2126, 6.1154],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_9c5a60751ae4d1024fd2ac6ccc5b684c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d7c9d4f93cea932c29db1f04d17f5f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ff2ab15bc39c8adc207fed2caaeaa07 = $(`<div id="html_2ff2ab15bc39c8adc207fed2caaeaa07" style="width: 100.0%; height: 100.0%;">nr.yay.so</div>`)[0];
|
|
popup_6d7c9d4f93cea932c29db1f04d17f5f6.setContent(html_2ff2ab15bc39c8adc207fed2caaeaa07);
|
|
|
|
|
|
|
|
marker_94499a45485f03a45eb724874fdaa5f2.bindPopup(popup_6d7c9d4f93cea932c29db1f04d17f5f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94499a45485f03a45eb724874fdaa5f2.setIcon(icon_9c5a60751ae4d1024fd2ac6ccc5b684c);
|
|
|
|
|
|
var marker_a5c30b44b3df6353c45f5ed20af6a682 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_6cd9d1770fb869b3a86fc612d0285352 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aaf91a4eab608c284dac71dd875a1d86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbef47ddf4480846a0c126347580ac99 = $(`<div id="html_fbef47ddf4480846a0c126347580ac99" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_aaf91a4eab608c284dac71dd875a1d86.setContent(html_fbef47ddf4480846a0c126347580ac99);
|
|
|
|
|
|
|
|
marker_a5c30b44b3df6353c45f5ed20af6a682.bindPopup(popup_aaf91a4eab608c284dac71dd875a1d86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5c30b44b3df6353c45f5ed20af6a682.setIcon(icon_6cd9d1770fb869b3a86fc612d0285352);
|
|
|
|
|
|
var marker_d9751bc7b4459b7bca7fcb234fe3a807 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_940b15e9fe4cc966cc4f3d56149d7905 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e168b7dc92b05965ff5a3ae8324c946 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83cd865766fcfd56327e1aaaabefd414 = $(`<div id="html_83cd865766fcfd56327e1aaaabefd414" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_1e168b7dc92b05965ff5a3ae8324c946.setContent(html_83cd865766fcfd56327e1aaaabefd414);
|
|
|
|
|
|
|
|
marker_d9751bc7b4459b7bca7fcb234fe3a807.bindPopup(popup_1e168b7dc92b05965ff5a3ae8324c946)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9751bc7b4459b7bca7fcb234fe3a807.setIcon(icon_940b15e9fe4cc966cc4f3d56149d7905);
|
|
|
|
|
|
var marker_fa2df197d7c415fed79214e0dd2bf3e3 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_5135be64316ce9a88749025c6d7453a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e656e0d9da9bd0e27294bf238bea5662 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_608a96f02ef2172c6e7b9d8f5fdb0f8b = $(`<div id="html_608a96f02ef2172c6e7b9d8f5fdb0f8b" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_e656e0d9da9bd0e27294bf238bea5662.setContent(html_608a96f02ef2172c6e7b9d8f5fdb0f8b);
|
|
|
|
|
|
|
|
marker_fa2df197d7c415fed79214e0dd2bf3e3.bindPopup(popup_e656e0d9da9bd0e27294bf238bea5662)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa2df197d7c415fed79214e0dd2bf3e3.setIcon(icon_5135be64316ce9a88749025c6d7453a1);
|
|
|
|
|
|
var marker_4269ea0da5bd3795bf9012f990e34958 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_884f73343da9c981dcd63b014356b7f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb550c8c5825b09193dce4c036b2c0cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84bd9484bac776168578f482e75a274c = $(`<div id="html_84bd9484bac776168578f482e75a274c" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_bb550c8c5825b09193dce4c036b2c0cc.setContent(html_84bd9484bac776168578f482e75a274c);
|
|
|
|
|
|
|
|
marker_4269ea0da5bd3795bf9012f990e34958.bindPopup(popup_bb550c8c5825b09193dce4c036b2c0cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4269ea0da5bd3795bf9012f990e34958.setIcon(icon_884f73343da9c981dcd63b014356b7f1);
|
|
|
|
|
|
var marker_7b1bcbcacdd6401e0aa896687c407623 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_0b08ff3bf1f6b98c290a84ae3ac62a74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c7916d0f378cc055dceff1650d6dfb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9079e4dd9d720799eb813335c395b358 = $(`<div id="html_9079e4dd9d720799eb813335c395b358" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_6c7916d0f378cc055dceff1650d6dfb8.setContent(html_9079e4dd9d720799eb813335c395b358);
|
|
|
|
|
|
|
|
marker_7b1bcbcacdd6401e0aa896687c407623.bindPopup(popup_6c7916d0f378cc055dceff1650d6dfb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b1bcbcacdd6401e0aa896687c407623.setIcon(icon_0b08ff3bf1f6b98c290a84ae3ac62a74);
|
|
|
|
|
|
var marker_e43f359721b4a0571f477cacc6045f15 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_a8a1d514941d2968cd6111364546ec29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dce9cfb2cd07300e8e0ad7f2791d90e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba2e885694137109bc9c398f0c37a10d = $(`<div id="html_ba2e885694137109bc9c398f0c37a10d" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_0dce9cfb2cd07300e8e0ad7f2791d90e.setContent(html_ba2e885694137109bc9c398f0c37a10d);
|
|
|
|
|
|
|
|
marker_e43f359721b4a0571f477cacc6045f15.bindPopup(popup_0dce9cfb2cd07300e8e0ad7f2791d90e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e43f359721b4a0571f477cacc6045f15.setIcon(icon_a8a1d514941d2968cd6111364546ec29);
|
|
|
|
|
|
var marker_a482a3ac9c18e8c2b53432f9302b9c3a = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_f90e45796b3293a583a9998a03ba1494 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d3f02574ac384616885d4ac6cf9ceba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09bbe51fb8bfaa1e2abf8d122c21b1f2 = $(`<div id="html_09bbe51fb8bfaa1e2abf8d122c21b1f2" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_4d3f02574ac384616885d4ac6cf9ceba.setContent(html_09bbe51fb8bfaa1e2abf8d122c21b1f2);
|
|
|
|
|
|
|
|
marker_a482a3ac9c18e8c2b53432f9302b9c3a.bindPopup(popup_4d3f02574ac384616885d4ac6cf9ceba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a482a3ac9c18e8c2b53432f9302b9c3a.setIcon(icon_f90e45796b3293a583a9998a03ba1494);
|
|
|
|
|
|
var marker_3731e740ff692e6f6a4af65287d0a916 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_051e86d1254e12b4d7ea50f1bf17d321 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_857e05d99a6bcd68260a0b079353081c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27ab151b786131bf8b357c42a468f664 = $(`<div id="html_27ab151b786131bf8b357c42a468f664" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_857e05d99a6bcd68260a0b079353081c.setContent(html_27ab151b786131bf8b357c42a468f664);
|
|
|
|
|
|
|
|
marker_3731e740ff692e6f6a4af65287d0a916.bindPopup(popup_857e05d99a6bcd68260a0b079353081c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3731e740ff692e6f6a4af65287d0a916.setIcon(icon_051e86d1254e12b4d7ea50f1bf17d321);
|
|
|
|
|
|
var marker_c710890f068102014e2582925a802509 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_d8865cd79046aa4e3df3319796db5dc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33de5773043fe1e0f474f3069a0afb34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_854a0a93f1acf8251fd384dcf79701ac = $(`<div id="html_854a0a93f1acf8251fd384dcf79701ac" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_33de5773043fe1e0f474f3069a0afb34.setContent(html_854a0a93f1acf8251fd384dcf79701ac);
|
|
|
|
|
|
|
|
marker_c710890f068102014e2582925a802509.bindPopup(popup_33de5773043fe1e0f474f3069a0afb34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c710890f068102014e2582925a802509.setIcon(icon_d8865cd79046aa4e3df3319796db5dc4);
|
|
|
|
|
|
var marker_edbfe7378ae975c548111f45721548aa = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_e424a1f71dbc1d6649ef1a95c9429982 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d6a1c4f727164b356dd0583c50d2732 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e92bfa407b5b7fdb84adbb4607d09196 = $(`<div id="html_e92bfa407b5b7fdb84adbb4607d09196" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_6d6a1c4f727164b356dd0583c50d2732.setContent(html_e92bfa407b5b7fdb84adbb4607d09196);
|
|
|
|
|
|
|
|
marker_edbfe7378ae975c548111f45721548aa.bindPopup(popup_6d6a1c4f727164b356dd0583c50d2732)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edbfe7378ae975c548111f45721548aa.setIcon(icon_e424a1f71dbc1d6649ef1a95c9429982);
|
|
|
|
|
|
var marker_81204687321a3432751da4c63c0df6ab = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_308975503396e1b66955986d5aeb0698 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba5c03ff0ffe5eef0d0a68455f2a322d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef04090bbaa177cad10ce46d2e30c87a = $(`<div id="html_ef04090bbaa177cad10ce46d2e30c87a" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_ba5c03ff0ffe5eef0d0a68455f2a322d.setContent(html_ef04090bbaa177cad10ce46d2e30c87a);
|
|
|
|
|
|
|
|
marker_81204687321a3432751da4c63c0df6ab.bindPopup(popup_ba5c03ff0ffe5eef0d0a68455f2a322d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81204687321a3432751da4c63c0df6ab.setIcon(icon_308975503396e1b66955986d5aeb0698);
|
|
|
|
|
|
var marker_4be02a231340cf56fc12cef6e15ea082 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_3b37e1f83277a9cc4cb15f403f1e4757 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b349a07fe5202621928d70b3cd120e37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8598d7b0db53581d4e0c8aceb96e2ab8 = $(`<div id="html_8598d7b0db53581d4e0c8aceb96e2ab8" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_b349a07fe5202621928d70b3cd120e37.setContent(html_8598d7b0db53581d4e0c8aceb96e2ab8);
|
|
|
|
|
|
|
|
marker_4be02a231340cf56fc12cef6e15ea082.bindPopup(popup_b349a07fe5202621928d70b3cd120e37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4be02a231340cf56fc12cef6e15ea082.setIcon(icon_3b37e1f83277a9cc4cb15f403f1e4757);
|
|
|
|
|
|
var marker_7d00e1dc72bc047f50e116bed36ea7a2 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_07295e7bfa251b97cd0ddcc4a8658249 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b052914d6d522d7bb9aa255dc24c3bae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20f17ed590d3720205c2b58290968e84 = $(`<div id="html_20f17ed590d3720205c2b58290968e84" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_b052914d6d522d7bb9aa255dc24c3bae.setContent(html_20f17ed590d3720205c2b58290968e84);
|
|
|
|
|
|
|
|
marker_7d00e1dc72bc047f50e116bed36ea7a2.bindPopup(popup_b052914d6d522d7bb9aa255dc24c3bae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d00e1dc72bc047f50e116bed36ea7a2.setIcon(icon_07295e7bfa251b97cd0ddcc4a8658249);
|
|
|
|
|
|
var marker_bfe71e08854356428d9e2897973d7141 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_aa589ae5c994c6512c54d72479e62099 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09fe358a0675a5e9efc2418e794e0df1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da6c642befc434b557bd8653ffe065bf = $(`<div id="html_da6c642befc434b557bd8653ffe065bf" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_09fe358a0675a5e9efc2418e794e0df1.setContent(html_da6c642befc434b557bd8653ffe065bf);
|
|
|
|
|
|
|
|
marker_bfe71e08854356428d9e2897973d7141.bindPopup(popup_09fe358a0675a5e9efc2418e794e0df1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfe71e08854356428d9e2897973d7141.setIcon(icon_aa589ae5c994c6512c54d72479e62099);
|
|
|
|
|
|
var marker_86c170bb9ab70ff63f348a3c59bc32a5 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_add9b825974306ba1be8c18324d81406 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8222a011cda1c4ac27e6e133c053a16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac3961b3394a1e92db809bc74ccfe369 = $(`<div id="html_ac3961b3394a1e92db809bc74ccfe369" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_a8222a011cda1c4ac27e6e133c053a16.setContent(html_ac3961b3394a1e92db809bc74ccfe369);
|
|
|
|
|
|
|
|
marker_86c170bb9ab70ff63f348a3c59bc32a5.bindPopup(popup_a8222a011cda1c4ac27e6e133c053a16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86c170bb9ab70ff63f348a3c59bc32a5.setIcon(icon_add9b825974306ba1be8c18324d81406);
|
|
|
|
|
|
var marker_25019644056ed8eb6b1670024244f7c7 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_b67ef10b33507082d98a4f5e805d1524 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4066fe65d1b48e11903ac6e369ae331a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79e8f8c96ba5d4e7a147b4433985f6f4 = $(`<div id="html_79e8f8c96ba5d4e7a147b4433985f6f4" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_4066fe65d1b48e11903ac6e369ae331a.setContent(html_79e8f8c96ba5d4e7a147b4433985f6f4);
|
|
|
|
|
|
|
|
marker_25019644056ed8eb6b1670024244f7c7.bindPopup(popup_4066fe65d1b48e11903ac6e369ae331a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25019644056ed8eb6b1670024244f7c7.setIcon(icon_b67ef10b33507082d98a4f5e805d1524);
|
|
|
|
|
|
var marker_988d077888bd40227543872824c40b26 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_81086d5171453096f75e5d5eb342be6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc4350c86344ca5b6bc9bce518ed31ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_636c812a9327505bf713938a1f76b6cb = $(`<div id="html_636c812a9327505bf713938a1f76b6cb" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_fc4350c86344ca5b6bc9bce518ed31ea.setContent(html_636c812a9327505bf713938a1f76b6cb);
|
|
|
|
|
|
|
|
marker_988d077888bd40227543872824c40b26.bindPopup(popup_fc4350c86344ca5b6bc9bce518ed31ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_988d077888bd40227543872824c40b26.setIcon(icon_81086d5171453096f75e5d5eb342be6f);
|
|
|
|
|
|
var marker_794e33eeec0cacdf7e592b48bc0878b3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_2c9f2b42899b8de8ce60df2effd1a9b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a82343e54b45ead8a92e7cc1920c4b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7654cf589ed4e8e8528ab9c24d5d5eb5 = $(`<div id="html_7654cf589ed4e8e8528ab9c24d5d5eb5" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_3a82343e54b45ead8a92e7cc1920c4b5.setContent(html_7654cf589ed4e8e8528ab9c24d5d5eb5);
|
|
|
|
|
|
|
|
marker_794e33eeec0cacdf7e592b48bc0878b3.bindPopup(popup_3a82343e54b45ead8a92e7cc1920c4b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_794e33eeec0cacdf7e592b48bc0878b3.setIcon(icon_2c9f2b42899b8de8ce60df2effd1a9b0);
|
|
|
|
|
|
var marker_09864cfdca239d2d9bfab4059451f197 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_2bc5172abf0e149cc18a8bfd73d4d64a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efa9baea64f8d538a8d63080582e80e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6090728d5eb2b6fb354846601570d49 = $(`<div id="html_e6090728d5eb2b6fb354846601570d49" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_efa9baea64f8d538a8d63080582e80e7.setContent(html_e6090728d5eb2b6fb354846601570d49);
|
|
|
|
|
|
|
|
marker_09864cfdca239d2d9bfab4059451f197.bindPopup(popup_efa9baea64f8d538a8d63080582e80e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09864cfdca239d2d9bfab4059451f197.setIcon(icon_2bc5172abf0e149cc18a8bfd73d4d64a);
|
|
|
|
|
|
var marker_0c205ff1b28cad6b00f08055568ab4ff = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_eaea84340675a47dfa341ae8ecc6bd4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e03a92dd406ddb919de079c995e299ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_599a17d8795b7a7eafdc4d29289c29dd = $(`<div id="html_599a17d8795b7a7eafdc4d29289c29dd" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_e03a92dd406ddb919de079c995e299ed.setContent(html_599a17d8795b7a7eafdc4d29289c29dd);
|
|
|
|
|
|
|
|
marker_0c205ff1b28cad6b00f08055568ab4ff.bindPopup(popup_e03a92dd406ddb919de079c995e299ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c205ff1b28cad6b00f08055568ab4ff.setIcon(icon_eaea84340675a47dfa341ae8ecc6bd4a);
|
|
|
|
|
|
var marker_e7a819ef91508f0cd8d14e2c75cc3f51 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_cf60f536f96be45a9166e4f355e4fc15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35b52911620f43fdaacbf89b2aac2cea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f5e159ea7240b4a710b8b42dd8558ad = $(`<div id="html_8f5e159ea7240b4a710b8b42dd8558ad" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_35b52911620f43fdaacbf89b2aac2cea.setContent(html_8f5e159ea7240b4a710b8b42dd8558ad);
|
|
|
|
|
|
|
|
marker_e7a819ef91508f0cd8d14e2c75cc3f51.bindPopup(popup_35b52911620f43fdaacbf89b2aac2cea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7a819ef91508f0cd8d14e2c75cc3f51.setIcon(icon_cf60f536f96be45a9166e4f355e4fc15);
|
|
|
|
|
|
var marker_29b6a68029d55fdaa79de8c2e7b7c075 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_da473b71ab0ccfa58e156a4d164596f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98de24b90d9b5eb3ba018c50c8b4325f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01a1bf3f2066f2508819fedc2b982551 = $(`<div id="html_01a1bf3f2066f2508819fedc2b982551" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_98de24b90d9b5eb3ba018c50c8b4325f.setContent(html_01a1bf3f2066f2508819fedc2b982551);
|
|
|
|
|
|
|
|
marker_29b6a68029d55fdaa79de8c2e7b7c075.bindPopup(popup_98de24b90d9b5eb3ba018c50c8b4325f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29b6a68029d55fdaa79de8c2e7b7c075.setIcon(icon_da473b71ab0ccfa58e156a4d164596f1);
|
|
|
|
|
|
var marker_778da65378e40438bce83ac7ea4bc4c6 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_695e0eb8b012a71ce74528514fadaf24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f22e81b8f74828592ebff95cb7826e7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_515e235fea8dbff0ccee0cf8de38c3b9 = $(`<div id="html_515e235fea8dbff0ccee0cf8de38c3b9" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_f22e81b8f74828592ebff95cb7826e7d.setContent(html_515e235fea8dbff0ccee0cf8de38c3b9);
|
|
|
|
|
|
|
|
marker_778da65378e40438bce83ac7ea4bc4c6.bindPopup(popup_f22e81b8f74828592ebff95cb7826e7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_778da65378e40438bce83ac7ea4bc4c6.setIcon(icon_695e0eb8b012a71ce74528514fadaf24);
|
|
|
|
|
|
var marker_46c35dd481363a59309efcac303fc349 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_439b5158f5a3d9786801e29b3af68f4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8234fd1619edbf758989aa8ee2adeefc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ba843b43f8a05675c65aec78b49b38a = $(`<div id="html_4ba843b43f8a05675c65aec78b49b38a" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_8234fd1619edbf758989aa8ee2adeefc.setContent(html_4ba843b43f8a05675c65aec78b49b38a);
|
|
|
|
|
|
|
|
marker_46c35dd481363a59309efcac303fc349.bindPopup(popup_8234fd1619edbf758989aa8ee2adeefc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46c35dd481363a59309efcac303fc349.setIcon(icon_439b5158f5a3d9786801e29b3af68f4d);
|
|
|
|
|
|
var marker_07379284aeda688456ee92b66f52717e = L.marker(
|
|
[34.1064, -117.593],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_0331fa32f52ed3d3f899cf32e2c034ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4565ffff8aa97a6df9be62b4436bc6ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d231dbfbdb57f750ebc8d1e8ee80c30 = $(`<div id="html_1d231dbfbdb57f750ebc8d1e8ee80c30" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_4565ffff8aa97a6df9be62b4436bc6ad.setContent(html_1d231dbfbdb57f750ebc8d1e8ee80c30);
|
|
|
|
|
|
|
|
marker_07379284aeda688456ee92b66f52717e.bindPopup(popup_4565ffff8aa97a6df9be62b4436bc6ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07379284aeda688456ee92b66f52717e.setIcon(icon_0331fa32f52ed3d3f899cf32e2c034ec);
|
|
|
|
|
|
var marker_b13915150cc9fffc7c39a84919e518ca = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_59f9ac8b9c061ef300c3a4715b12dd8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d22e495b37c8352712197a6bd6b57bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea140331c2580b899f8124b06f7a469e = $(`<div id="html_ea140331c2580b899f8124b06f7a469e" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_6d22e495b37c8352712197a6bd6b57bc.setContent(html_ea140331c2580b899f8124b06f7a469e);
|
|
|
|
|
|
|
|
marker_b13915150cc9fffc7c39a84919e518ca.bindPopup(popup_6d22e495b37c8352712197a6bd6b57bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b13915150cc9fffc7c39a84919e518ca.setIcon(icon_59f9ac8b9c061ef300c3a4715b12dd8c);
|
|
|
|
|
|
var marker_5387f6c5320f6182384b28d1a0de45f1 = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_884796fdffbfd4bbc13190d1d6240361 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc6d8a9f7d23f140cb5ef18622c7a91e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41c2b8eeee318d4e5d574af0158e5103 = $(`<div id="html_41c2b8eeee318d4e5d574af0158e5103" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_fc6d8a9f7d23f140cb5ef18622c7a91e.setContent(html_41c2b8eeee318d4e5d574af0158e5103);
|
|
|
|
|
|
|
|
marker_5387f6c5320f6182384b28d1a0de45f1.bindPopup(popup_fc6d8a9f7d23f140cb5ef18622c7a91e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5387f6c5320f6182384b28d1a0de45f1.setIcon(icon_884796fdffbfd4bbc13190d1d6240361);
|
|
|
|
|
|
var marker_4f8802c321159a4bb047cdc17235488a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_d0f451d8f634d239f6f50a0af11331a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c7a46083019556704c6cc1640b986f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_204e1d0da42c2cfeef2e8f6b6a5e7f96 = $(`<div id="html_204e1d0da42c2cfeef2e8f6b6a5e7f96" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_0c7a46083019556704c6cc1640b986f6.setContent(html_204e1d0da42c2cfeef2e8f6b6a5e7f96);
|
|
|
|
|
|
|
|
marker_4f8802c321159a4bb047cdc17235488a.bindPopup(popup_0c7a46083019556704c6cc1640b986f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f8802c321159a4bb047cdc17235488a.setIcon(icon_d0f451d8f634d239f6f50a0af11331a4);
|
|
|
|
|
|
var marker_458483930e7298d70cf8b28031dcddd3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_a1dffec6bf433ac4aaebf960371b67b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_563a813cde31fbdd13229926bc4ddce9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_016db88fc6de020f39027356839d44ba = $(`<div id="html_016db88fc6de020f39027356839d44ba" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_563a813cde31fbdd13229926bc4ddce9.setContent(html_016db88fc6de020f39027356839d44ba);
|
|
|
|
|
|
|
|
marker_458483930e7298d70cf8b28031dcddd3.bindPopup(popup_563a813cde31fbdd13229926bc4ddce9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_458483930e7298d70cf8b28031dcddd3.setIcon(icon_a1dffec6bf433ac4aaebf960371b67b5);
|
|
|
|
|
|
var marker_0a65e2578ef629bf81e5826ba75b66ee = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_7c0b8335998829575f57da594f66d42c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29d20367ece79d949e03a78645e4387d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05e617e19fddaaac3a54c40b9c362fab = $(`<div id="html_05e617e19fddaaac3a54c40b9c362fab" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_29d20367ece79d949e03a78645e4387d.setContent(html_05e617e19fddaaac3a54c40b9c362fab);
|
|
|
|
|
|
|
|
marker_0a65e2578ef629bf81e5826ba75b66ee.bindPopup(popup_29d20367ece79d949e03a78645e4387d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a65e2578ef629bf81e5826ba75b66ee.setIcon(icon_7c0b8335998829575f57da594f66d42c);
|
|
|
|
|
|
var marker_02ec3737a810705097e63e6ae6a4747d = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_cedd29c412cea892548986e6a24624e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e85eb1e10f0f3afdc7003c72afc2422a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a1d31cf6b3a6dabe8d6e74d40c34f0e = $(`<div id="html_6a1d31cf6b3a6dabe8d6e74d40c34f0e" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_e85eb1e10f0f3afdc7003c72afc2422a.setContent(html_6a1d31cf6b3a6dabe8d6e74d40c34f0e);
|
|
|
|
|
|
|
|
marker_02ec3737a810705097e63e6ae6a4747d.bindPopup(popup_e85eb1e10f0f3afdc7003c72afc2422a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02ec3737a810705097e63e6ae6a4747d.setIcon(icon_cedd29c412cea892548986e6a24624e4);
|
|
|
|
|
|
var marker_8ab7d8e04dea3c0442d74b98e82e29f9 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_ee1964817745be20a1d41010b78d2539 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3b1f154a06fb66af2114317a415e5dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c220f9f9c72ec3981772d8bb80a5002 = $(`<div id="html_6c220f9f9c72ec3981772d8bb80a5002" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_d3b1f154a06fb66af2114317a415e5dd.setContent(html_6c220f9f9c72ec3981772d8bb80a5002);
|
|
|
|
|
|
|
|
marker_8ab7d8e04dea3c0442d74b98e82e29f9.bindPopup(popup_d3b1f154a06fb66af2114317a415e5dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ab7d8e04dea3c0442d74b98e82e29f9.setIcon(icon_ee1964817745be20a1d41010b78d2539);
|
|
|
|
|
|
var marker_520d34f3abb45db1f282e9d375df3093 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_d70f505dd431f254baabd47055a8ec6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c278bdbd5f5bf8fc3ea9bc45b5e1b543 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1063428f9065c7f688af899bbe9f7f4a = $(`<div id="html_1063428f9065c7f688af899bbe9f7f4a" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_c278bdbd5f5bf8fc3ea9bc45b5e1b543.setContent(html_1063428f9065c7f688af899bbe9f7f4a);
|
|
|
|
|
|
|
|
marker_520d34f3abb45db1f282e9d375df3093.bindPopup(popup_c278bdbd5f5bf8fc3ea9bc45b5e1b543)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_520d34f3abb45db1f282e9d375df3093.setIcon(icon_d70f505dd431f254baabd47055a8ec6a);
|
|
|
|
|
|
var marker_d9c19740417bcfab3545733f5554259a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_1a6ecd6ca73b8779593c91554d4ae915 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b3b1ddf5ad6c8d49bb0fc4353106071 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3046ff8e695b7a674e40f37dc9c5b9c7 = $(`<div id="html_3046ff8e695b7a674e40f37dc9c5b9c7" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_5b3b1ddf5ad6c8d49bb0fc4353106071.setContent(html_3046ff8e695b7a674e40f37dc9c5b9c7);
|
|
|
|
|
|
|
|
marker_d9c19740417bcfab3545733f5554259a.bindPopup(popup_5b3b1ddf5ad6c8d49bb0fc4353106071)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9c19740417bcfab3545733f5554259a.setIcon(icon_1a6ecd6ca73b8779593c91554d4ae915);
|
|
|
|
|
|
var marker_eb9ff2daa59216f2f2c2bafaf178ac15 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_df8f0e02220e26a743ca7f136c63c603 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a58177c32ff736ec261dc1e2e86f9bed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6dabbf43c6b28b83d83388459a13df61 = $(`<div id="html_6dabbf43c6b28b83d83388459a13df61" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_a58177c32ff736ec261dc1e2e86f9bed.setContent(html_6dabbf43c6b28b83d83388459a13df61);
|
|
|
|
|
|
|
|
marker_eb9ff2daa59216f2f2c2bafaf178ac15.bindPopup(popup_a58177c32ff736ec261dc1e2e86f9bed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb9ff2daa59216f2f2c2bafaf178ac15.setIcon(icon_df8f0e02220e26a743ca7f136c63c603);
|
|
|
|
|
|
var marker_8c7391d53e63b62ad096757c4c2584af = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_72ccf527cdb0ae1c7423c321f01dffba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79f12a1a7561c000873ff33968a67459 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef3952899394053417571057205e2799 = $(`<div id="html_ef3952899394053417571057205e2799" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_79f12a1a7561c000873ff33968a67459.setContent(html_ef3952899394053417571057205e2799);
|
|
|
|
|
|
|
|
marker_8c7391d53e63b62ad096757c4c2584af.bindPopup(popup_79f12a1a7561c000873ff33968a67459)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c7391d53e63b62ad096757c4c2584af.setIcon(icon_72ccf527cdb0ae1c7423c321f01dffba);
|
|
|
|
|
|
var marker_b92dd3a9af5ec08672de99eb3fd36278 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_6b0167d1d8b2a35e80e09f33965f910a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c484c061415f3d0665dd0e42cff172b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff21eed29cc68b8d6365db7ff6cc4906 = $(`<div id="html_ff21eed29cc68b8d6365db7ff6cc4906" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_c484c061415f3d0665dd0e42cff172b8.setContent(html_ff21eed29cc68b8d6365db7ff6cc4906);
|
|
|
|
|
|
|
|
marker_b92dd3a9af5ec08672de99eb3fd36278.bindPopup(popup_c484c061415f3d0665dd0e42cff172b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b92dd3a9af5ec08672de99eb3fd36278.setIcon(icon_6b0167d1d8b2a35e80e09f33965f910a);
|
|
|
|
|
|
var marker_11c774232eebe142927f0c60ae479dd1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_bbed001eb9ffeab8e925d54fe995b5e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5784d31a0f0190ef63b7e634d06fd61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38524f6a4f00ac796b94192ee15adbe4 = $(`<div id="html_38524f6a4f00ac796b94192ee15adbe4" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_a5784d31a0f0190ef63b7e634d06fd61.setContent(html_38524f6a4f00ac796b94192ee15adbe4);
|
|
|
|
|
|
|
|
marker_11c774232eebe142927f0c60ae479dd1.bindPopup(popup_a5784d31a0f0190ef63b7e634d06fd61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11c774232eebe142927f0c60ae479dd1.setIcon(icon_bbed001eb9ffeab8e925d54fe995b5e9);
|
|
|
|
|
|
var marker_847d6cbe7c20e764959ef1d227b0b0e5 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_30aa32df7bf4e09f30da3f86901f6faf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e73762c429a31b2f06016b4ec54794c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6057670856863d97e0d76709f8804b9e = $(`<div id="html_6057670856863d97e0d76709f8804b9e" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_3e73762c429a31b2f06016b4ec54794c.setContent(html_6057670856863d97e0d76709f8804b9e);
|
|
|
|
|
|
|
|
marker_847d6cbe7c20e764959ef1d227b0b0e5.bindPopup(popup_3e73762c429a31b2f06016b4ec54794c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_847d6cbe7c20e764959ef1d227b0b0e5.setIcon(icon_30aa32df7bf4e09f30da3f86901f6faf);
|
|
|
|
|
|
var marker_a03b1340709b8c9aef2970947768f47a = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_0da089d2929436d22cc739331c9d1ba8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cf8318f6adba36a23805ae9e94162d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7e76f1715deb1981985c1741d8bf677 = $(`<div id="html_d7e76f1715deb1981985c1741d8bf677" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_6cf8318f6adba36a23805ae9e94162d6.setContent(html_d7e76f1715deb1981985c1741d8bf677);
|
|
|
|
|
|
|
|
marker_a03b1340709b8c9aef2970947768f47a.bindPopup(popup_6cf8318f6adba36a23805ae9e94162d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a03b1340709b8c9aef2970947768f47a.setIcon(icon_0da089d2929436d22cc739331c9d1ba8);
|
|
|
|
|
|
var marker_84eaf6a3e5d453017885a8890b3cbb9a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_f51258563d9fd244bfdbe331d0d042de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3de7739e44401b5c4872170c2f719eb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdbabb9b798619faf42882a63591d43a = $(`<div id="html_fdbabb9b798619faf42882a63591d43a" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_3de7739e44401b5c4872170c2f719eb6.setContent(html_fdbabb9b798619faf42882a63591d43a);
|
|
|
|
|
|
|
|
marker_84eaf6a3e5d453017885a8890b3cbb9a.bindPopup(popup_3de7739e44401b5c4872170c2f719eb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84eaf6a3e5d453017885a8890b3cbb9a.setIcon(icon_f51258563d9fd244bfdbe331d0d042de);
|
|
|
|
|
|
var marker_b2e0744626f6360d96d688864104fbe2 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_d868fa14447a3ff300aab98d0add928a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16188ba24b487e5a0fda1a3de977a706 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7141d6e379369088880dbbd9d3f1e85 = $(`<div id="html_b7141d6e379369088880dbbd9d3f1e85" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_16188ba24b487e5a0fda1a3de977a706.setContent(html_b7141d6e379369088880dbbd9d3f1e85);
|
|
|
|
|
|
|
|
marker_b2e0744626f6360d96d688864104fbe2.bindPopup(popup_16188ba24b487e5a0fda1a3de977a706)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2e0744626f6360d96d688864104fbe2.setIcon(icon_d868fa14447a3ff300aab98d0add928a);
|
|
|
|
|
|
var marker_4c0b985630b2f62d4cfa3c2b7ce0d269 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_5516bb100e57a8d04466da21116386a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ab5538699b2b87fe2318e110d517b91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb5cfab2c90a738a432b519ed3c4855c = $(`<div id="html_cb5cfab2c90a738a432b519ed3c4855c" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_0ab5538699b2b87fe2318e110d517b91.setContent(html_cb5cfab2c90a738a432b519ed3c4855c);
|
|
|
|
|
|
|
|
marker_4c0b985630b2f62d4cfa3c2b7ce0d269.bindPopup(popup_0ab5538699b2b87fe2318e110d517b91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c0b985630b2f62d4cfa3c2b7ce0d269.setIcon(icon_5516bb100e57a8d04466da21116386a7);
|
|
|
|
|
|
var marker_5886bcc14d057f3d88ee5ce3808f2c0a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_5c9e28dcf496f5818b596686a9e5d090 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4470fc42a1dfcc3f6bae2ce63b70a9c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d34469cf06d527664fad0e49f871b8a = $(`<div id="html_6d34469cf06d527664fad0e49f871b8a" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_4470fc42a1dfcc3f6bae2ce63b70a9c9.setContent(html_6d34469cf06d527664fad0e49f871b8a);
|
|
|
|
|
|
|
|
marker_5886bcc14d057f3d88ee5ce3808f2c0a.bindPopup(popup_4470fc42a1dfcc3f6bae2ce63b70a9c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5886bcc14d057f3d88ee5ce3808f2c0a.setIcon(icon_5c9e28dcf496f5818b596686a9e5d090);
|
|
|
|
|
|
var marker_457d1e38eeb51088942c9a0be76ccb8f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_3b77b8dd0a22cb27dcabd0a2ac118d56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bad62cb1111a1acd8daf8d826b49b97a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9fe77e8c0e084a058e4e8d2ee0564bd = $(`<div id="html_f9fe77e8c0e084a058e4e8d2ee0564bd" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_bad62cb1111a1acd8daf8d826b49b97a.setContent(html_f9fe77e8c0e084a058e4e8d2ee0564bd);
|
|
|
|
|
|
|
|
marker_457d1e38eeb51088942c9a0be76ccb8f.bindPopup(popup_bad62cb1111a1acd8daf8d826b49b97a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_457d1e38eeb51088942c9a0be76ccb8f.setIcon(icon_3b77b8dd0a22cb27dcabd0a2ac118d56);
|
|
|
|
|
|
var marker_cfb6f67b19e812664ceb8fc2e4016090 = L.marker(
|
|
[38.3396, -122.701],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_c6b03b7dce666b325d8ad638c6ea845f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f25b753c28e26d45cf144897df0c1c04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_681edf67847a096c0dada28bfa54d15b = $(`<div id="html_681edf67847a096c0dada28bfa54d15b" style="width: 100.0%; height: 100.0%;">nostr.klabo.world</div>`)[0];
|
|
popup_f25b753c28e26d45cf144897df0c1c04.setContent(html_681edf67847a096c0dada28bfa54d15b);
|
|
|
|
|
|
|
|
marker_cfb6f67b19e812664ceb8fc2e4016090.bindPopup(popup_f25b753c28e26d45cf144897df0c1c04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfb6f67b19e812664ceb8fc2e4016090.setIcon(icon_c6b03b7dce666b325d8ad638c6ea845f);
|
|
|
|
|
|
var marker_f8b718f68ca30fce7c9a295490cf7f85 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_6eedffbaf220101abade0f24cef6e369 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97cf9eb23a39fe2956a01763cf324d22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9d8cef3542afbeadf573cf8bcdd9a2b = $(`<div id="html_d9d8cef3542afbeadf573cf8bcdd9a2b" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_97cf9eb23a39fe2956a01763cf324d22.setContent(html_d9d8cef3542afbeadf573cf8bcdd9a2b);
|
|
|
|
|
|
|
|
marker_f8b718f68ca30fce7c9a295490cf7f85.bindPopup(popup_97cf9eb23a39fe2956a01763cf324d22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8b718f68ca30fce7c9a295490cf7f85.setIcon(icon_6eedffbaf220101abade0f24cef6e369);
|
|
|
|
|
|
var marker_7794fc400dfe1bcd50ead30c005787d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_e785a95c91d74a3a4768c2e6fea5af9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89f986b505b79a0ab66e433656bac79b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcc6fd61a3d8a1b0bd4f640271371231 = $(`<div id="html_fcc6fd61a3d8a1b0bd4f640271371231" style="width: 100.0%; height: 100.0%;">talon.quest</div>`)[0];
|
|
popup_89f986b505b79a0ab66e433656bac79b.setContent(html_fcc6fd61a3d8a1b0bd4f640271371231);
|
|
|
|
|
|
|
|
marker_7794fc400dfe1bcd50ead30c005787d7.bindPopup(popup_89f986b505b79a0ab66e433656bac79b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7794fc400dfe1bcd50ead30c005787d7.setIcon(icon_e785a95c91d74a3a4768c2e6fea5af9b);
|
|
|
|
|
|
var marker_96ff004034394e899867a417e2c93c37 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_adaf57e724a8d1874986af7d426d6fc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_614d921eca1b8b77636d0c6fdb2f6a7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64f955961c061cc4b5e92e86897c417f = $(`<div id="html_64f955961c061cc4b5e92e86897c417f" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_614d921eca1b8b77636d0c6fdb2f6a7d.setContent(html_64f955961c061cc4b5e92e86897c417f);
|
|
|
|
|
|
|
|
marker_96ff004034394e899867a417e2c93c37.bindPopup(popup_614d921eca1b8b77636d0c6fdb2f6a7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96ff004034394e899867a417e2c93c37.setIcon(icon_adaf57e724a8d1874986af7d426d6fc2);
|
|
|
|
|
|
var marker_b414f3d319380ce8e7be01f0a57a904c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_7695126a6a616db3cacad6025c4fbcd1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66c3de91e1439245557c6f65144706db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c05c9dd742a40a219a242ded3e7c31cd = $(`<div id="html_c05c9dd742a40a219a242ded3e7c31cd" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_66c3de91e1439245557c6f65144706db.setContent(html_c05c9dd742a40a219a242ded3e7c31cd);
|
|
|
|
|
|
|
|
marker_b414f3d319380ce8e7be01f0a57a904c.bindPopup(popup_66c3de91e1439245557c6f65144706db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b414f3d319380ce8e7be01f0a57a904c.setIcon(icon_7695126a6a616db3cacad6025c4fbcd1);
|
|
|
|
|
|
var marker_a6ed67f71005b77501aee2329913708c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_222f7a82ec0a2b59d39d88c208b5f979 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed839c26f9f370121990e47cd0830986 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb2308415f7ffbaf40a640244d1e7ef9 = $(`<div id="html_eb2308415f7ffbaf40a640244d1e7ef9" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_ed839c26f9f370121990e47cd0830986.setContent(html_eb2308415f7ffbaf40a640244d1e7ef9);
|
|
|
|
|
|
|
|
marker_a6ed67f71005b77501aee2329913708c.bindPopup(popup_ed839c26f9f370121990e47cd0830986)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6ed67f71005b77501aee2329913708c.setIcon(icon_222f7a82ec0a2b59d39d88c208b5f979);
|
|
|
|
|
|
var marker_1008a7c4a6dc47411abd82edd1552e79 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_da912fc95479af41e06e14a7b068698e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da48d85d2ed8efb8b6d2526151e1929f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93b9cba837c7d4841d8054ec1ef8dc47 = $(`<div id="html_93b9cba837c7d4841d8054ec1ef8dc47" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_da48d85d2ed8efb8b6d2526151e1929f.setContent(html_93b9cba837c7d4841d8054ec1ef8dc47);
|
|
|
|
|
|
|
|
marker_1008a7c4a6dc47411abd82edd1552e79.bindPopup(popup_da48d85d2ed8efb8b6d2526151e1929f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1008a7c4a6dc47411abd82edd1552e79.setIcon(icon_da912fc95479af41e06e14a7b068698e);
|
|
|
|
|
|
var marker_467ffbda3f38cdb2690ca1ff1fb362bc = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_3d649632df3d69d8e419b71abe962623 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca00c65841cf0b73cf69e3c69590b719 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8a276b465a4d26807b772e99a1b5ad4 = $(`<div id="html_e8a276b465a4d26807b772e99a1b5ad4" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_ca00c65841cf0b73cf69e3c69590b719.setContent(html_e8a276b465a4d26807b772e99a1b5ad4);
|
|
|
|
|
|
|
|
marker_467ffbda3f38cdb2690ca1ff1fb362bc.bindPopup(popup_ca00c65841cf0b73cf69e3c69590b719)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_467ffbda3f38cdb2690ca1ff1fb362bc.setIcon(icon_3d649632df3d69d8e419b71abe962623);
|
|
|
|
|
|
var marker_1d59f84eba4962fae97bc607d21b3eaf = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_798170271f51116c67da80dc1f7d5d74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63dacde046b40776942b216f49ce0f2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_097674f78ce44e34b52b5092bd5cf159 = $(`<div id="html_097674f78ce44e34b52b5092bd5cf159" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_63dacde046b40776942b216f49ce0f2f.setContent(html_097674f78ce44e34b52b5092bd5cf159);
|
|
|
|
|
|
|
|
marker_1d59f84eba4962fae97bc607d21b3eaf.bindPopup(popup_63dacde046b40776942b216f49ce0f2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d59f84eba4962fae97bc607d21b3eaf.setIcon(icon_798170271f51116c67da80dc1f7d5d74);
|
|
|
|
|
|
var marker_9eaa96baf3800662e9254e630d5b1213 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_41da9d6f55b108719e4e5c2f3b0906bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f11de7e3dfa9b05fd9cc3cb3b73e9e61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f35b2dca533c5e8175bef59ab7e6ef6 = $(`<div id="html_4f35b2dca533c5e8175bef59ab7e6ef6" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_f11de7e3dfa9b05fd9cc3cb3b73e9e61.setContent(html_4f35b2dca533c5e8175bef59ab7e6ef6);
|
|
|
|
|
|
|
|
marker_9eaa96baf3800662e9254e630d5b1213.bindPopup(popup_f11de7e3dfa9b05fd9cc3cb3b73e9e61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9eaa96baf3800662e9254e630d5b1213.setIcon(icon_41da9d6f55b108719e4e5c2f3b0906bc);
|
|
|
|
|
|
var marker_8b86d9beaeac55bc63047b9def222943 = L.marker(
|
|
[43.2965, 5.36978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_ad33dbeb701f4882ba4890294fbc199d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1025de23aa2e99e0ff495a3ea36bcf0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b5723ba166151f0aba284bd96512d59 = $(`<div id="html_3b5723ba166151f0aba284bd96512d59" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_1025de23aa2e99e0ff495a3ea36bcf0f.setContent(html_3b5723ba166151f0aba284bd96512d59);
|
|
|
|
|
|
|
|
marker_8b86d9beaeac55bc63047b9def222943.bindPopup(popup_1025de23aa2e99e0ff495a3ea36bcf0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b86d9beaeac55bc63047b9def222943.setIcon(icon_ad33dbeb701f4882ba4890294fbc199d);
|
|
|
|
|
|
var marker_52bc8ffcfda55dda8fe6c64f7b3fd149 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_42e675ca70a61dc621953a5e786fdf90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0da3867d34f0622ab07912b5b9adb90f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_351d621e54221c3f39d24bb028202f3a = $(`<div id="html_351d621e54221c3f39d24bb028202f3a" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_0da3867d34f0622ab07912b5b9adb90f.setContent(html_351d621e54221c3f39d24bb028202f3a);
|
|
|
|
|
|
|
|
marker_52bc8ffcfda55dda8fe6c64f7b3fd149.bindPopup(popup_0da3867d34f0622ab07912b5b9adb90f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52bc8ffcfda55dda8fe6c64f7b3fd149.setIcon(icon_42e675ca70a61dc621953a5e786fdf90);
|
|
|
|
|
|
var marker_c3fa39b1dadb1e1f049fea3e13ce6c66 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_eab4b89511528f7d4081eeb917e76f3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84fc19d0ba2b49db2c528ee801a3a360 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45d41b298b87934b52aed9ad7296549d = $(`<div id="html_45d41b298b87934b52aed9ad7296549d" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_84fc19d0ba2b49db2c528ee801a3a360.setContent(html_45d41b298b87934b52aed9ad7296549d);
|
|
|
|
|
|
|
|
marker_c3fa39b1dadb1e1f049fea3e13ce6c66.bindPopup(popup_84fc19d0ba2b49db2c528ee801a3a360)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3fa39b1dadb1e1f049fea3e13ce6c66.setIcon(icon_eab4b89511528f7d4081eeb917e76f3d);
|
|
|
|
|
|
var marker_4cdd7bf2168353617118e461e91d1aeb = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_5ae1ffb38d813d6edf71bc9529fb1bed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82ada7c210f6ae38972effacf4b57bf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c75b79cdf71cd6f48b91ed59e87a411b = $(`<div id="html_c75b79cdf71cd6f48b91ed59e87a411b" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_82ada7c210f6ae38972effacf4b57bf5.setContent(html_c75b79cdf71cd6f48b91ed59e87a411b);
|
|
|
|
|
|
|
|
marker_4cdd7bf2168353617118e461e91d1aeb.bindPopup(popup_82ada7c210f6ae38972effacf4b57bf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cdd7bf2168353617118e461e91d1aeb.setIcon(icon_5ae1ffb38d813d6edf71bc9529fb1bed);
|
|
|
|
|
|
var marker_4e179ec8e4b5a60f91b961e43bf20c7c = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_de7c13267c71e047e596e738fc89fa10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ab41f988ee9f4f3ffc8d651f87f4856 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d104391c10459d06ea8ba601abe21fd = $(`<div id="html_6d104391c10459d06ea8ba601abe21fd" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_1ab41f988ee9f4f3ffc8d651f87f4856.setContent(html_6d104391c10459d06ea8ba601abe21fd);
|
|
|
|
|
|
|
|
marker_4e179ec8e4b5a60f91b961e43bf20c7c.bindPopup(popup_1ab41f988ee9f4f3ffc8d651f87f4856)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e179ec8e4b5a60f91b961e43bf20c7c.setIcon(icon_de7c13267c71e047e596e738fc89fa10);
|
|
|
|
|
|
var marker_678b84e158237a9eb2c1d21eb8c84d8d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_c23b10cd53a3414c64b4924fe156fdd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29b7597aa5093c70fa271ce1314b930c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4309852fac0194bed210e4a444ec080 = $(`<div id="html_f4309852fac0194bed210e4a444ec080" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_29b7597aa5093c70fa271ce1314b930c.setContent(html_f4309852fac0194bed210e4a444ec080);
|
|
|
|
|
|
|
|
marker_678b84e158237a9eb2c1d21eb8c84d8d.bindPopup(popup_29b7597aa5093c70fa271ce1314b930c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_678b84e158237a9eb2c1d21eb8c84d8d.setIcon(icon_c23b10cd53a3414c64b4924fe156fdd2);
|
|
|
|
|
|
var marker_029c1824e0751c404dcbb95de54937d0 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_6cf8cf0198ba638bdc5f8a7510dc3a13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43668d26c0565cd9ba28d591bc88f090 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9db8787076fa3d2b303483eeae76b5d2 = $(`<div id="html_9db8787076fa3d2b303483eeae76b5d2" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_43668d26c0565cd9ba28d591bc88f090.setContent(html_9db8787076fa3d2b303483eeae76b5d2);
|
|
|
|
|
|
|
|
marker_029c1824e0751c404dcbb95de54937d0.bindPopup(popup_43668d26c0565cd9ba28d591bc88f090)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_029c1824e0751c404dcbb95de54937d0.setIcon(icon_6cf8cf0198ba638bdc5f8a7510dc3a13);
|
|
|
|
|
|
var marker_d75cd4101599f293615c921577c41689 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_85f48daa77175c53fe4a7c94c6ee413c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_490ba8b21c6ba5bb9ef06e7a4aa95979 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_835bd95b5c4886c619bd3e1747410bcf = $(`<div id="html_835bd95b5c4886c619bd3e1747410bcf" style="width: 100.0%; height: 100.0%;">relay.jabato.space</div>`)[0];
|
|
popup_490ba8b21c6ba5bb9ef06e7a4aa95979.setContent(html_835bd95b5c4886c619bd3e1747410bcf);
|
|
|
|
|
|
|
|
marker_d75cd4101599f293615c921577c41689.bindPopup(popup_490ba8b21c6ba5bb9ef06e7a4aa95979)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d75cd4101599f293615c921577c41689.setIcon(icon_85f48daa77175c53fe4a7c94c6ee413c);
|
|
|
|
|
|
var marker_5368a3956965dfa13f66de9bb8b0bf37 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_b6b16a6d2596e446e7a199ab86a968cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ced9431762003901b874ea78bf3ac7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ceb532959fcc1fbe0a88de84cc6a667b = $(`<div id="html_ceb532959fcc1fbe0a88de84cc6a667b" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_8ced9431762003901b874ea78bf3ac7b.setContent(html_ceb532959fcc1fbe0a88de84cc6a667b);
|
|
|
|
|
|
|
|
marker_5368a3956965dfa13f66de9bb8b0bf37.bindPopup(popup_8ced9431762003901b874ea78bf3ac7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5368a3956965dfa13f66de9bb8b0bf37.setIcon(icon_b6b16a6d2596e446e7a199ab86a968cc);
|
|
|
|
|
|
var marker_11350c6eaf8f316e52e115d188c34792 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_75947d15362668d7305fd8b22adadf16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c8782d33ff875ddb88feb7e0f099c44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe0c82ce1d950941b4c5aa97d6d23e86 = $(`<div id="html_fe0c82ce1d950941b4c5aa97d6d23e86" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_0c8782d33ff875ddb88feb7e0f099c44.setContent(html_fe0c82ce1d950941b4c5aa97d6d23e86);
|
|
|
|
|
|
|
|
marker_11350c6eaf8f316e52e115d188c34792.bindPopup(popup_0c8782d33ff875ddb88feb7e0f099c44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11350c6eaf8f316e52e115d188c34792.setIcon(icon_75947d15362668d7305fd8b22adadf16);
|
|
|
|
|
|
var marker_a7f5e8db5342393a658eabd7b42e3514 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_f7c1c093a7657e558a04d11edc4e15b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74b9e248e656939968649c97a31bdd59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da8153871dd7b082f37a826de23bcfb5 = $(`<div id="html_da8153871dd7b082f37a826de23bcfb5" style="width: 100.0%; height: 100.0%;">zg0vtbriqdog7.clorecloud.net</div>`)[0];
|
|
popup_74b9e248e656939968649c97a31bdd59.setContent(html_da8153871dd7b082f37a826de23bcfb5);
|
|
|
|
|
|
|
|
marker_a7f5e8db5342393a658eabd7b42e3514.bindPopup(popup_74b9e248e656939968649c97a31bdd59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7f5e8db5342393a658eabd7b42e3514.setIcon(icon_f7c1c093a7657e558a04d11edc4e15b7);
|
|
|
|
|
|
var marker_992845b9ace60641ea8355d8bb009aaf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_f56e690cf6fc49e8994940d24f1dfd5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e16a7ab3e2a79c219b7b6ece46404af4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d36c7207f0e435bf5402eb0f87a4a3b9 = $(`<div id="html_d36c7207f0e435bf5402eb0f87a4a3b9" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_e16a7ab3e2a79c219b7b6ece46404af4.setContent(html_d36c7207f0e435bf5402eb0f87a4a3b9);
|
|
|
|
|
|
|
|
marker_992845b9ace60641ea8355d8bb009aaf.bindPopup(popup_e16a7ab3e2a79c219b7b6ece46404af4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_992845b9ace60641ea8355d8bb009aaf.setIcon(icon_f56e690cf6fc49e8994940d24f1dfd5e);
|
|
|
|
|
|
var marker_466d5274b4dab96d32f1275e8da05649 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_53aad2be623aa759411d2cf5ec0bbfc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b799984d66ab22c9ec91199ad290f9df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6aae69011988691a2df42bed24599b6 = $(`<div id="html_b6aae69011988691a2df42bed24599b6" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_b799984d66ab22c9ec91199ad290f9df.setContent(html_b6aae69011988691a2df42bed24599b6);
|
|
|
|
|
|
|
|
marker_466d5274b4dab96d32f1275e8da05649.bindPopup(popup_b799984d66ab22c9ec91199ad290f9df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_466d5274b4dab96d32f1275e8da05649.setIcon(icon_53aad2be623aa759411d2cf5ec0bbfc4);
|
|
|
|
|
|
var marker_f777ae4e61f76e2d25a08b7674f8f0e5 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_a769a93441cfe8d6532a29cf53e8031d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff88da518e6833e31fc19fb093f1cb6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_768d652530dc60575ba6a9ab2be4047e = $(`<div id="html_768d652530dc60575ba6a9ab2be4047e" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_ff88da518e6833e31fc19fb093f1cb6a.setContent(html_768d652530dc60575ba6a9ab2be4047e);
|
|
|
|
|
|
|
|
marker_f777ae4e61f76e2d25a08b7674f8f0e5.bindPopup(popup_ff88da518e6833e31fc19fb093f1cb6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f777ae4e61f76e2d25a08b7674f8f0e5.setIcon(icon_a769a93441cfe8d6532a29cf53e8031d);
|
|
|
|
|
|
var marker_08c83b7e5bb744920f17ad0ba46d3060 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_eb9721607d229c1bed27bebd2e660c60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9922df5766cd1093c5a3c4366630b861 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5acf99c29490494753f88a17a1dba299 = $(`<div id="html_5acf99c29490494753f88a17a1dba299" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_9922df5766cd1093c5a3c4366630b861.setContent(html_5acf99c29490494753f88a17a1dba299);
|
|
|
|
|
|
|
|
marker_08c83b7e5bb744920f17ad0ba46d3060.bindPopup(popup_9922df5766cd1093c5a3c4366630b861)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08c83b7e5bb744920f17ad0ba46d3060.setIcon(icon_eb9721607d229c1bed27bebd2e660c60);
|
|
|
|
|
|
var marker_3bfd45ffabcbb333e4b33688cbb1fe06 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_68d2f1a4010c03e0f4cd7899717481bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a0e23124d1f8df5c84fc713fd10c972 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b545ddeb6f61061af2f78c2e06eb2d99 = $(`<div id="html_b545ddeb6f61061af2f78c2e06eb2d99" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_7a0e23124d1f8df5c84fc713fd10c972.setContent(html_b545ddeb6f61061af2f78c2e06eb2d99);
|
|
|
|
|
|
|
|
marker_3bfd45ffabcbb333e4b33688cbb1fe06.bindPopup(popup_7a0e23124d1f8df5c84fc713fd10c972)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bfd45ffabcbb333e4b33688cbb1fe06.setIcon(icon_68d2f1a4010c03e0f4cd7899717481bc);
|
|
|
|
|
|
var marker_602927d20603b3f4ac591a02a03c054f = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_24d4677d9eedc2285f6005e2e9fae809 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ada7b561ea97c258d2b20b100bff03ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_498fd4fd6e5f677fbae92fcd31d2321e = $(`<div id="html_498fd4fd6e5f677fbae92fcd31d2321e" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_ada7b561ea97c258d2b20b100bff03ed.setContent(html_498fd4fd6e5f677fbae92fcd31d2321e);
|
|
|
|
|
|
|
|
marker_602927d20603b3f4ac591a02a03c054f.bindPopup(popup_ada7b561ea97c258d2b20b100bff03ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_602927d20603b3f4ac591a02a03c054f.setIcon(icon_24d4677d9eedc2285f6005e2e9fae809);
|
|
|
|
|
|
var marker_e7183439c79a16e54c9924b628ed68d6 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_aa6e7d7b700f6a26919fec1e81a51c3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2aa485a72b33c794d551610ffe85ff93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fe328f719b80da062720e9cac9378c4 = $(`<div id="html_3fe328f719b80da062720e9cac9378c4" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_2aa485a72b33c794d551610ffe85ff93.setContent(html_3fe328f719b80da062720e9cac9378c4);
|
|
|
|
|
|
|
|
marker_e7183439c79a16e54c9924b628ed68d6.bindPopup(popup_2aa485a72b33c794d551610ffe85ff93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7183439c79a16e54c9924b628ed68d6.setIcon(icon_aa6e7d7b700f6a26919fec1e81a51c3a);
|
|
|
|
|
|
var marker_d20b236940f253e04f0c3a09125927bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_48cad6faaec6a42cda6abafd8a9192cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b450b06af12acb0bc773a62e6aa84b52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebd8d9750582edf192532f8f64089fdb = $(`<div id="html_ebd8d9750582edf192532f8f64089fdb" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_b450b06af12acb0bc773a62e6aa84b52.setContent(html_ebd8d9750582edf192532f8f64089fdb);
|
|
|
|
|
|
|
|
marker_d20b236940f253e04f0c3a09125927bc.bindPopup(popup_b450b06af12acb0bc773a62e6aa84b52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d20b236940f253e04f0c3a09125927bc.setIcon(icon_48cad6faaec6a42cda6abafd8a9192cd);
|
|
|
|
|
|
var marker_1bb60c3d8041cffe4be48eafe44335a7 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_6bd46d906f2e8c8bda1a1acdb35ec172 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_088f3d9bb55fa38836b88ad3cbeff10d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5b87d24a99badc8523ca78773628b31 = $(`<div id="html_e5b87d24a99badc8523ca78773628b31" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_088f3d9bb55fa38836b88ad3cbeff10d.setContent(html_e5b87d24a99badc8523ca78773628b31);
|
|
|
|
|
|
|
|
marker_1bb60c3d8041cffe4be48eafe44335a7.bindPopup(popup_088f3d9bb55fa38836b88ad3cbeff10d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bb60c3d8041cffe4be48eafe44335a7.setIcon(icon_6bd46d906f2e8c8bda1a1acdb35ec172);
|
|
|
|
|
|
var marker_427e9068e0512e3052f82c9851b3cae0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_88f39d389fe9a639ef9c82cecf24faca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_933683a1efb31ad98c7d8b9f3c7876c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc38fa383839c8c095f8cbff798d60e7 = $(`<div id="html_cc38fa383839c8c095f8cbff798d60e7" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_933683a1efb31ad98c7d8b9f3c7876c8.setContent(html_cc38fa383839c8c095f8cbff798d60e7);
|
|
|
|
|
|
|
|
marker_427e9068e0512e3052f82c9851b3cae0.bindPopup(popup_933683a1efb31ad98c7d8b9f3c7876c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_427e9068e0512e3052f82c9851b3cae0.setIcon(icon_88f39d389fe9a639ef9c82cecf24faca);
|
|
|
|
|
|
var marker_3503201eab510e61c1ebc2ff8e6567eb = L.marker(
|
|
[49.704, -124.918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_5cb9bd39ac12d9cd9481850769185c0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d4808eed60103d315f8141420215779 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8dfa1e4b4f6d7656b20704db914df28 = $(`<div id="html_c8dfa1e4b4f6d7656b20704db914df28" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_2d4808eed60103d315f8141420215779.setContent(html_c8dfa1e4b4f6d7656b20704db914df28);
|
|
|
|
|
|
|
|
marker_3503201eab510e61c1ebc2ff8e6567eb.bindPopup(popup_2d4808eed60103d315f8141420215779)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3503201eab510e61c1ebc2ff8e6567eb.setIcon(icon_5cb9bd39ac12d9cd9481850769185c0f);
|
|
|
|
|
|
var marker_d1c5ba9d5c9c472422540839896d3f36 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_bd72dbcf0ee7af8efd49364b79f9181c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4000fb8da12a7d6fd1eff6ac79aa5f9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1460d7156931de57aabe451e62070e1a = $(`<div id="html_1460d7156931de57aabe451e62070e1a" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_4000fb8da12a7d6fd1eff6ac79aa5f9c.setContent(html_1460d7156931de57aabe451e62070e1a);
|
|
|
|
|
|
|
|
marker_d1c5ba9d5c9c472422540839896d3f36.bindPopup(popup_4000fb8da12a7d6fd1eff6ac79aa5f9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1c5ba9d5c9c472422540839896d3f36.setIcon(icon_bd72dbcf0ee7af8efd49364b79f9181c);
|
|
|
|
|
|
var marker_6678e3ff545e4d098d2d4f1259e92e37 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_c882c06e7931ef5ebf371c3e593fe0f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edf463a11773d98092cc3f0ef5768029 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aee5ee1341d5796780bf9690cf46bad6 = $(`<div id="html_aee5ee1341d5796780bf9690cf46bad6" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_edf463a11773d98092cc3f0ef5768029.setContent(html_aee5ee1341d5796780bf9690cf46bad6);
|
|
|
|
|
|
|
|
marker_6678e3ff545e4d098d2d4f1259e92e37.bindPopup(popup_edf463a11773d98092cc3f0ef5768029)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6678e3ff545e4d098d2d4f1259e92e37.setIcon(icon_c882c06e7931ef5ebf371c3e593fe0f0);
|
|
|
|
|
|
var marker_0fb11ec3a77c122ba463bc753fad05f2 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_2d68c732dc89010b84f0f73a9cc880f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4601355fc57c4d1dba89deb18211b4d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af5c3e377127ad1ed88992ff17f73dba = $(`<div id="html_af5c3e377127ad1ed88992ff17f73dba" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_4601355fc57c4d1dba89deb18211b4d6.setContent(html_af5c3e377127ad1ed88992ff17f73dba);
|
|
|
|
|
|
|
|
marker_0fb11ec3a77c122ba463bc753fad05f2.bindPopup(popup_4601355fc57c4d1dba89deb18211b4d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fb11ec3a77c122ba463bc753fad05f2.setIcon(icon_2d68c732dc89010b84f0f73a9cc880f1);
|
|
|
|
|
|
var marker_3ada14c52d0aee93966256cfe691391c = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_4f366b0c7f82539e46542eea578eb741 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b8249772985685ae995e5e40589287a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cdea89171cf06297b2389066b22e384 = $(`<div id="html_3cdea89171cf06297b2389066b22e384" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_4b8249772985685ae995e5e40589287a.setContent(html_3cdea89171cf06297b2389066b22e384);
|
|
|
|
|
|
|
|
marker_3ada14c52d0aee93966256cfe691391c.bindPopup(popup_4b8249772985685ae995e5e40589287a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ada14c52d0aee93966256cfe691391c.setIcon(icon_4f366b0c7f82539e46542eea578eb741);
|
|
|
|
|
|
var marker_5868bc97ed1638f47032f6cbd1f7552d = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2de386a055ee4b1398e83f3c264f6e33);
|
|
|
|
|
|
var icon_fa8086f6449868c4244254620907b31e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aecbf2c445e0f53daf066f4ab591d31d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ce42cf579e485aa8edc5467f4ef347c = $(`<div id="html_8ce42cf579e485aa8edc5467f4ef347c" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_aecbf2c445e0f53daf066f4ab591d31d.setContent(html_8ce42cf579e485aa8edc5467f4ef347c);
|
|
|
|
|
|
|
|
marker_5868bc97ed1638f47032f6cbd1f7552d.bindPopup(popup_aecbf2c445e0f53daf066f4ab591d31d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5868bc97ed1638f47032f6cbd1f7552d.setIcon(icon_fa8086f6449868c4244254620907b31e);
|
|
|
|
|
|
marker_cluster_2de386a055ee4b1398e83f3c264f6e33.addTo(map_e01b15575b66a6488422ed4ac91f4de6);
|
|
|
|
</script>
|
|
</html> |