mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 16:05:18 +00:00
11969 lines
348 KiB
HTML
11969 lines
348 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>
|
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>
|
|
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
|
|
|
|
<meta name="viewport" content="width=device-width,
|
|
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<style>
|
|
#map_30e7c0c7b10d4f2a46884321fe25f67a {
|
|
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_30e7c0c7b10d4f2a46884321fe25f67a" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_30e7c0c7b10d4f2a46884321fe25f67a = L.map(
|
|
"map_30e7c0c7b10d4f2a46884321fe25f67a",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_b20cebd1171852dc5f90494e143be3ae = 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_b20cebd1171852dc5f90494e143be3ae.addTo(map_30e7c0c7b10d4f2a46884321fe25f67a);
|
|
|
|
|
|
var marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_89fd1d2a90caf6255f6aacc668d873e1 = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_900c8dfa19a0582e304f29435ff85564 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e85dd6cd4ac0854b96050a0eca0ee145 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cf56da5c5605f4dccfd0ceb78433492 = $(`<div id="html_0cf56da5c5605f4dccfd0ceb78433492" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_e85dd6cd4ac0854b96050a0eca0ee145.setContent(html_0cf56da5c5605f4dccfd0ceb78433492);
|
|
|
|
|
|
|
|
marker_89fd1d2a90caf6255f6aacc668d873e1.bindPopup(popup_e85dd6cd4ac0854b96050a0eca0ee145)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89fd1d2a90caf6255f6aacc668d873e1.setIcon(icon_900c8dfa19a0582e304f29435ff85564);
|
|
|
|
|
|
var marker_ff51c0cdf7870c813986f76d6c63b37e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_734a9078cd08ec312dc0491470194691 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d021c1ad945d6d69fae26891dd936aaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cad3f302548193547a6aada1cd110b4 = $(`<div id="html_7cad3f302548193547a6aada1cd110b4" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_d021c1ad945d6d69fae26891dd936aaa.setContent(html_7cad3f302548193547a6aada1cd110b4);
|
|
|
|
|
|
|
|
marker_ff51c0cdf7870c813986f76d6c63b37e.bindPopup(popup_d021c1ad945d6d69fae26891dd936aaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff51c0cdf7870c813986f76d6c63b37e.setIcon(icon_734a9078cd08ec312dc0491470194691);
|
|
|
|
|
|
var marker_7ef9aab51cd7f13c49558157aacdf260 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_54e3104dc4b865b743121ee17f0f86a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d18f6bd921d066e517dda2d0a2736e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf51c7ecb46d287b32f6e4dcc5140b38 = $(`<div id="html_cf51c7ecb46d287b32f6e4dcc5140b38" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_8d18f6bd921d066e517dda2d0a2736e0.setContent(html_cf51c7ecb46d287b32f6e4dcc5140b38);
|
|
|
|
|
|
|
|
marker_7ef9aab51cd7f13c49558157aacdf260.bindPopup(popup_8d18f6bd921d066e517dda2d0a2736e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ef9aab51cd7f13c49558157aacdf260.setIcon(icon_54e3104dc4b865b743121ee17f0f86a8);
|
|
|
|
|
|
var marker_42b27230acb62aea6f25c5ef3aa13094 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_809b22630eb7ea904d3d45955d2ebd11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_448ee10143f41db562af2c868145b5ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51e43ed1eab371db95b8146fd923e1b6 = $(`<div id="html_51e43ed1eab371db95b8146fd923e1b6" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_448ee10143f41db562af2c868145b5ea.setContent(html_51e43ed1eab371db95b8146fd923e1b6);
|
|
|
|
|
|
|
|
marker_42b27230acb62aea6f25c5ef3aa13094.bindPopup(popup_448ee10143f41db562af2c868145b5ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42b27230acb62aea6f25c5ef3aa13094.setIcon(icon_809b22630eb7ea904d3d45955d2ebd11);
|
|
|
|
|
|
var marker_87b31396ccde1b0847974f7d90eb98d0 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_c5a10eca2556a59ff03bae6804db8488 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_862e2fc43cb31820d03b2d6594c1dde6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2789484c6ef72c2770840f9310a6b14d = $(`<div id="html_2789484c6ef72c2770840f9310a6b14d" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_862e2fc43cb31820d03b2d6594c1dde6.setContent(html_2789484c6ef72c2770840f9310a6b14d);
|
|
|
|
|
|
|
|
marker_87b31396ccde1b0847974f7d90eb98d0.bindPopup(popup_862e2fc43cb31820d03b2d6594c1dde6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87b31396ccde1b0847974f7d90eb98d0.setIcon(icon_c5a10eca2556a59ff03bae6804db8488);
|
|
|
|
|
|
var marker_bde0515f9059cb3afa522aeadba85349 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_4743b50c606f8c6e7eb63a5cb354f401 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c462bba50bfbc4b214347a4af8388454 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48dcfc67372f328a9507175a43a7c808 = $(`<div id="html_48dcfc67372f328a9507175a43a7c808" style="width: 100.0%; height: 100.0%;">relay.bitmacro.pro</div>`)[0];
|
|
popup_c462bba50bfbc4b214347a4af8388454.setContent(html_48dcfc67372f328a9507175a43a7c808);
|
|
|
|
|
|
|
|
marker_bde0515f9059cb3afa522aeadba85349.bindPopup(popup_c462bba50bfbc4b214347a4af8388454)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bde0515f9059cb3afa522aeadba85349.setIcon(icon_4743b50c606f8c6e7eb63a5cb354f401);
|
|
|
|
|
|
var marker_03862bc7ffa3d44bd587e3c3fee58a1c = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5f4da9d004253c7415578fbb1af8ed30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd24e25f39ba8c7277786144ea1a553d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a35b4bcfd87f7bba6b3fad209be4b8c = $(`<div id="html_2a35b4bcfd87f7bba6b3fad209be4b8c" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_bd24e25f39ba8c7277786144ea1a553d.setContent(html_2a35b4bcfd87f7bba6b3fad209be4b8c);
|
|
|
|
|
|
|
|
marker_03862bc7ffa3d44bd587e3c3fee58a1c.bindPopup(popup_bd24e25f39ba8c7277786144ea1a553d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03862bc7ffa3d44bd587e3c3fee58a1c.setIcon(icon_5f4da9d004253c7415578fbb1af8ed30);
|
|
|
|
|
|
var marker_a848ecca38ab41631e79e41aaccfd227 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_3390ff80c86371ea0db109503c59c316 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e8516feb88ecf61b14d7bbc08cd1a5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adbb1bf7eed595e0c6573b7e7085d28e = $(`<div id="html_adbb1bf7eed595e0c6573b7e7085d28e" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_5e8516feb88ecf61b14d7bbc08cd1a5b.setContent(html_adbb1bf7eed595e0c6573b7e7085d28e);
|
|
|
|
|
|
|
|
marker_a848ecca38ab41631e79e41aaccfd227.bindPopup(popup_5e8516feb88ecf61b14d7bbc08cd1a5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a848ecca38ab41631e79e41aaccfd227.setIcon(icon_3390ff80c86371ea0db109503c59c316);
|
|
|
|
|
|
var marker_6245c0220d928cc42edf4bc5903aa277 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_58ea545ac306bcd793c702f13b178bb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b23dfcfe04daebf19b51054e695b299 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb287527a427577e9be8d30dfafc326e = $(`<div id="html_cb287527a427577e9be8d30dfafc326e" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_5b23dfcfe04daebf19b51054e695b299.setContent(html_cb287527a427577e9be8d30dfafc326e);
|
|
|
|
|
|
|
|
marker_6245c0220d928cc42edf4bc5903aa277.bindPopup(popup_5b23dfcfe04daebf19b51054e695b299)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6245c0220d928cc42edf4bc5903aa277.setIcon(icon_58ea545ac306bcd793c702f13b178bb4);
|
|
|
|
|
|
var marker_569251ddab9aa95f7f200e7a2efd4805 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_80d481905b03ff1eb33b1c7670466007 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_071f53920083e78c2b1dff41690127a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f15431bf89f373a555e7955c6b10d2b5 = $(`<div id="html_f15431bf89f373a555e7955c6b10d2b5" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_071f53920083e78c2b1dff41690127a3.setContent(html_f15431bf89f373a555e7955c6b10d2b5);
|
|
|
|
|
|
|
|
marker_569251ddab9aa95f7f200e7a2efd4805.bindPopup(popup_071f53920083e78c2b1dff41690127a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_569251ddab9aa95f7f200e7a2efd4805.setIcon(icon_80d481905b03ff1eb33b1c7670466007);
|
|
|
|
|
|
var marker_d11a74951f03547d97dcea0ca5d7c511 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_9eb2b4b3442581136ead706f04b879b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9da52e2e87d4cdaf1520956184efdcff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_611d8e2b3efd979e32ee6e41c85cd13a = $(`<div id="html_611d8e2b3efd979e32ee6e41c85cd13a" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_9da52e2e87d4cdaf1520956184efdcff.setContent(html_611d8e2b3efd979e32ee6e41c85cd13a);
|
|
|
|
|
|
|
|
marker_d11a74951f03547d97dcea0ca5d7c511.bindPopup(popup_9da52e2e87d4cdaf1520956184efdcff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d11a74951f03547d97dcea0ca5d7c511.setIcon(icon_9eb2b4b3442581136ead706f04b879b2);
|
|
|
|
|
|
var marker_e7d022ba872b1c33e4ef2a0b450a572d = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_f8a636b88c0c85379104dabcdd52be4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9acac181cb9189ba127d1784bd7acc93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa05a82436dac62663abfe331ba509a3 = $(`<div id="html_fa05a82436dac62663abfe331ba509a3" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_9acac181cb9189ba127d1784bd7acc93.setContent(html_fa05a82436dac62663abfe331ba509a3);
|
|
|
|
|
|
|
|
marker_e7d022ba872b1c33e4ef2a0b450a572d.bindPopup(popup_9acac181cb9189ba127d1784bd7acc93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7d022ba872b1c33e4ef2a0b450a572d.setIcon(icon_f8a636b88c0c85379104dabcdd52be4c);
|
|
|
|
|
|
var marker_13d2854ce6ed87da24c8c5e9100af987 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_d5d00b17314e28f2503a8d576f4a53bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_602f7742d00da8fe5aae1c00479a958f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a67ffbbf9bb147e78acd3664147e605a = $(`<div id="html_a67ffbbf9bb147e78acd3664147e605a" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_602f7742d00da8fe5aae1c00479a958f.setContent(html_a67ffbbf9bb147e78acd3664147e605a);
|
|
|
|
|
|
|
|
marker_13d2854ce6ed87da24c8c5e9100af987.bindPopup(popup_602f7742d00da8fe5aae1c00479a958f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13d2854ce6ed87da24c8c5e9100af987.setIcon(icon_d5d00b17314e28f2503a8d576f4a53bb);
|
|
|
|
|
|
var marker_58bc1239ccec2d72f967c624de74a440 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_0c17154f635fb730d47cd1dffcf2d43b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7b72943ce39859b07718e2210c3270e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5b20d2b150be7ff636b3f9362c6d686 = $(`<div id="html_f5b20d2b150be7ff636b3f9362c6d686" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_f7b72943ce39859b07718e2210c3270e.setContent(html_f5b20d2b150be7ff636b3f9362c6d686);
|
|
|
|
|
|
|
|
marker_58bc1239ccec2d72f967c624de74a440.bindPopup(popup_f7b72943ce39859b07718e2210c3270e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58bc1239ccec2d72f967c624de74a440.setIcon(icon_0c17154f635fb730d47cd1dffcf2d43b);
|
|
|
|
|
|
var marker_c8261609b6dcc2fc5873f57f133115a8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_0317974c3ef9f28823b854d712290e46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06ed220b80b63b80d6bfc6ca0369920c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9655917f8cae5f73442a065a49ce0066 = $(`<div id="html_9655917f8cae5f73442a065a49ce0066" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_06ed220b80b63b80d6bfc6ca0369920c.setContent(html_9655917f8cae5f73442a065a49ce0066);
|
|
|
|
|
|
|
|
marker_c8261609b6dcc2fc5873f57f133115a8.bindPopup(popup_06ed220b80b63b80d6bfc6ca0369920c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8261609b6dcc2fc5873f57f133115a8.setIcon(icon_0317974c3ef9f28823b854d712290e46);
|
|
|
|
|
|
var marker_9112ec1043e46dba782db53e37f8f46f = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_9cacb080e7b51634f5879ee207bcf1f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a18a38184ed482fac7ceb3087ccad45a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9ae649c72eee0aac2fdcf6f7d8b4de8 = $(`<div id="html_d9ae649c72eee0aac2fdcf6f7d8b4de8" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_a18a38184ed482fac7ceb3087ccad45a.setContent(html_d9ae649c72eee0aac2fdcf6f7d8b4de8);
|
|
|
|
|
|
|
|
marker_9112ec1043e46dba782db53e37f8f46f.bindPopup(popup_a18a38184ed482fac7ceb3087ccad45a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9112ec1043e46dba782db53e37f8f46f.setIcon(icon_9cacb080e7b51634f5879ee207bcf1f0);
|
|
|
|
|
|
var marker_0bcbd1d6edf5775479a533269b415ffc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a28a26ead0523dbdbb23d17a860c18f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63fedaccc35cc761de2615e8d7409521 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf21f4e26867d1a53ea85440776ce786 = $(`<div id="html_cf21f4e26867d1a53ea85440776ce786" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_63fedaccc35cc761de2615e8d7409521.setContent(html_cf21f4e26867d1a53ea85440776ce786);
|
|
|
|
|
|
|
|
marker_0bcbd1d6edf5775479a533269b415ffc.bindPopup(popup_63fedaccc35cc761de2615e8d7409521)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bcbd1d6edf5775479a533269b415ffc.setIcon(icon_a28a26ead0523dbdbb23d17a860c18f2);
|
|
|
|
|
|
var marker_b9a41131759709d180be599aaf0b2bd3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b65fccca79fa47f2745e006c03073af1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43238d8813a66e4170bedc3299c177f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d02cc36c2b86400213de2ea4fb70c34 = $(`<div id="html_6d02cc36c2b86400213de2ea4fb70c34" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_43238d8813a66e4170bedc3299c177f0.setContent(html_6d02cc36c2b86400213de2ea4fb70c34);
|
|
|
|
|
|
|
|
marker_b9a41131759709d180be599aaf0b2bd3.bindPopup(popup_43238d8813a66e4170bedc3299c177f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9a41131759709d180be599aaf0b2bd3.setIcon(icon_b65fccca79fa47f2745e006c03073af1);
|
|
|
|
|
|
var marker_3a0d680e436602c266c654db14f2d0c1 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_2dff7940437dc7de113a9152aca5ae81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d47d21cecc3711cb787141df77099e9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e48f03c0472c4d6eb07ea09e7d70c65 = $(`<div id="html_6e48f03c0472c4d6eb07ea09e7d70c65" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_d47d21cecc3711cb787141df77099e9d.setContent(html_6e48f03c0472c4d6eb07ea09e7d70c65);
|
|
|
|
|
|
|
|
marker_3a0d680e436602c266c654db14f2d0c1.bindPopup(popup_d47d21cecc3711cb787141df77099e9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a0d680e436602c266c654db14f2d0c1.setIcon(icon_2dff7940437dc7de113a9152aca5ae81);
|
|
|
|
|
|
var marker_f724394ff8e3758e13565224c2c87e8c = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e501c02b53277e8b53a2dc0bfd9d772e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae08fa92a51f6d9bbe3b22b4a9ca3239 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f1c8cd361ea084bc72db4be76b4db8c = $(`<div id="html_0f1c8cd361ea084bc72db4be76b4db8c" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_ae08fa92a51f6d9bbe3b22b4a9ca3239.setContent(html_0f1c8cd361ea084bc72db4be76b4db8c);
|
|
|
|
|
|
|
|
marker_f724394ff8e3758e13565224c2c87e8c.bindPopup(popup_ae08fa92a51f6d9bbe3b22b4a9ca3239)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f724394ff8e3758e13565224c2c87e8c.setIcon(icon_e501c02b53277e8b53a2dc0bfd9d772e);
|
|
|
|
|
|
var marker_f2479df6fa8f734f013a984c777bfba6 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_db8b22c9f46043d64bb0806d938573c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c4433e5e6bfe35fc71aeb0c305ae6ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e380d2c889cfcb55239e2a46fdcc312 = $(`<div id="html_3e380d2c889cfcb55239e2a46fdcc312" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_0c4433e5e6bfe35fc71aeb0c305ae6ed.setContent(html_3e380d2c889cfcb55239e2a46fdcc312);
|
|
|
|
|
|
|
|
marker_f2479df6fa8f734f013a984c777bfba6.bindPopup(popup_0c4433e5e6bfe35fc71aeb0c305ae6ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2479df6fa8f734f013a984c777bfba6.setIcon(icon_db8b22c9f46043d64bb0806d938573c2);
|
|
|
|
|
|
var marker_fa1ac8ae16a5ff6ebb8b97a7d3f97c50 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_0359c75dee6f915f5b58f26d5bdab56d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_411d1c5dbfede4c651ad73f9abfc2a35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af4dafce3ca8816a50f308b2771dcf0a = $(`<div id="html_af4dafce3ca8816a50f308b2771dcf0a" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_411d1c5dbfede4c651ad73f9abfc2a35.setContent(html_af4dafce3ca8816a50f308b2771dcf0a);
|
|
|
|
|
|
|
|
marker_fa1ac8ae16a5ff6ebb8b97a7d3f97c50.bindPopup(popup_411d1c5dbfede4c651ad73f9abfc2a35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa1ac8ae16a5ff6ebb8b97a7d3f97c50.setIcon(icon_0359c75dee6f915f5b58f26d5bdab56d);
|
|
|
|
|
|
var marker_b9a9f54571c92152830bca89bf5dcc25 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_05d5db1552cda7c1dc3b10e9c9968130 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0d7ef21eb869d16b10e536b1352b61f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cdeabd0b09dae18cbfd3e2706f9fb78 = $(`<div id="html_3cdeabd0b09dae18cbfd3e2706f9fb78" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_d0d7ef21eb869d16b10e536b1352b61f.setContent(html_3cdeabd0b09dae18cbfd3e2706f9fb78);
|
|
|
|
|
|
|
|
marker_b9a9f54571c92152830bca89bf5dcc25.bindPopup(popup_d0d7ef21eb869d16b10e536b1352b61f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9a9f54571c92152830bca89bf5dcc25.setIcon(icon_05d5db1552cda7c1dc3b10e9c9968130);
|
|
|
|
|
|
var marker_c080041f11d10a4196fe906ae6a3d7f4 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7dc5b4247911c0850e4c2a153691f986 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94caebc489373bcbcae9ce443c702630 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a2eb38929e16c1b119daddbef1c2915 = $(`<div id="html_9a2eb38929e16c1b119daddbef1c2915" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_94caebc489373bcbcae9ce443c702630.setContent(html_9a2eb38929e16c1b119daddbef1c2915);
|
|
|
|
|
|
|
|
marker_c080041f11d10a4196fe906ae6a3d7f4.bindPopup(popup_94caebc489373bcbcae9ce443c702630)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c080041f11d10a4196fe906ae6a3d7f4.setIcon(icon_7dc5b4247911c0850e4c2a153691f986);
|
|
|
|
|
|
var marker_8f577c0c7de4dbf7a6eae843c2c46543 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b5f88d13976c2d224b92a3f6d73a5dd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e8eb42ba40ce3d4e1bc5185d7e2a7fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e2c348500307815c7891a9e2df89eba = $(`<div id="html_4e2c348500307815c7891a9e2df89eba" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_6e8eb42ba40ce3d4e1bc5185d7e2a7fa.setContent(html_4e2c348500307815c7891a9e2df89eba);
|
|
|
|
|
|
|
|
marker_8f577c0c7de4dbf7a6eae843c2c46543.bindPopup(popup_6e8eb42ba40ce3d4e1bc5185d7e2a7fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f577c0c7de4dbf7a6eae843c2c46543.setIcon(icon_b5f88d13976c2d224b92a3f6d73a5dd2);
|
|
|
|
|
|
var marker_dc762febd3007a418ef33e37090c238e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_3c26873756bb51857e3e856974d182da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_572f373f32b80e44249091e5e4650dc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4b549a272d0a1a97be3900d6bd521e6 = $(`<div id="html_f4b549a272d0a1a97be3900d6bd521e6" style="width: 100.0%; height: 100.0%;">relay1.nostrchat.io</div>`)[0];
|
|
popup_572f373f32b80e44249091e5e4650dc5.setContent(html_f4b549a272d0a1a97be3900d6bd521e6);
|
|
|
|
|
|
|
|
marker_dc762febd3007a418ef33e37090c238e.bindPopup(popup_572f373f32b80e44249091e5e4650dc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc762febd3007a418ef33e37090c238e.setIcon(icon_3c26873756bb51857e3e856974d182da);
|
|
|
|
|
|
var marker_386acf3bebe1647f89a9e001570a9b6c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_2762f6517b066d7f75443567d7567899 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82362fd104c9b854f3e96803a8f9fc71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fb1f3cf78e35afd2c44b53ecca37c61 = $(`<div id="html_4fb1f3cf78e35afd2c44b53ecca37c61" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_82362fd104c9b854f3e96803a8f9fc71.setContent(html_4fb1f3cf78e35afd2c44b53ecca37c61);
|
|
|
|
|
|
|
|
marker_386acf3bebe1647f89a9e001570a9b6c.bindPopup(popup_82362fd104c9b854f3e96803a8f9fc71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_386acf3bebe1647f89a9e001570a9b6c.setIcon(icon_2762f6517b066d7f75443567d7567899);
|
|
|
|
|
|
var marker_c4b01fa73a9f047e76d4b983dc9ebd68 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_65d6a47e599f146187c61a6965f7dc68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea7fe3cd2da14d490d7f0684399392ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_260ef23fc3912871cf434612350e39c2 = $(`<div id="html_260ef23fc3912871cf434612350e39c2" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_ea7fe3cd2da14d490d7f0684399392ea.setContent(html_260ef23fc3912871cf434612350e39c2);
|
|
|
|
|
|
|
|
marker_c4b01fa73a9f047e76d4b983dc9ebd68.bindPopup(popup_ea7fe3cd2da14d490d7f0684399392ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4b01fa73a9f047e76d4b983dc9ebd68.setIcon(icon_65d6a47e599f146187c61a6965f7dc68);
|
|
|
|
|
|
var marker_435498965c58d46981bf2445e12d99c0 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_872a45349f806c61031cb825497c21bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d665d978328ed389986115a8222aeae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4209450892eea0d1ce7b72ca0c66164 = $(`<div id="html_b4209450892eea0d1ce7b72ca0c66164" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_4d665d978328ed389986115a8222aeae.setContent(html_b4209450892eea0d1ce7b72ca0c66164);
|
|
|
|
|
|
|
|
marker_435498965c58d46981bf2445e12d99c0.bindPopup(popup_4d665d978328ed389986115a8222aeae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_435498965c58d46981bf2445e12d99c0.setIcon(icon_872a45349f806c61031cb825497c21bd);
|
|
|
|
|
|
var marker_985aff8aa974c3cbf0e545908fd9014a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_90755528d200f35284a5a7b3b8d3270d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d063bd5105e1c9b62114155668f66ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f5cf88ac7143968e84fe7c1ba356e67 = $(`<div id="html_2f5cf88ac7143968e84fe7c1ba356e67" style="width: 100.0%; height: 100.0%;">relay.xavierdamman.com</div>`)[0];
|
|
popup_9d063bd5105e1c9b62114155668f66ed.setContent(html_2f5cf88ac7143968e84fe7c1ba356e67);
|
|
|
|
|
|
|
|
marker_985aff8aa974c3cbf0e545908fd9014a.bindPopup(popup_9d063bd5105e1c9b62114155668f66ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_985aff8aa974c3cbf0e545908fd9014a.setIcon(icon_90755528d200f35284a5a7b3b8d3270d);
|
|
|
|
|
|
var marker_2def9326dc0005d73fc28783a7c52a51 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_ce71550ccd5ba8fe45f526ac3160bc50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0e9fdfe0115fd2a067c929c60225a64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fa81d51f0f3664d12b4cd48ab57654d = $(`<div id="html_3fa81d51f0f3664d12b4cd48ab57654d" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_a0e9fdfe0115fd2a067c929c60225a64.setContent(html_3fa81d51f0f3664d12b4cd48ab57654d);
|
|
|
|
|
|
|
|
marker_2def9326dc0005d73fc28783a7c52a51.bindPopup(popup_a0e9fdfe0115fd2a067c929c60225a64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2def9326dc0005d73fc28783a7c52a51.setIcon(icon_ce71550ccd5ba8fe45f526ac3160bc50);
|
|
|
|
|
|
var marker_f6be491bdb92b6e49522ecfd62ee1ad5 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_9029bf7e1e45b11354a068496074cdca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8221ba5c59130bd12227c4de69d2dfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_638e1af7d82576025615967032c91d79 = $(`<div id="html_638e1af7d82576025615967032c91d79" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_e8221ba5c59130bd12227c4de69d2dfd.setContent(html_638e1af7d82576025615967032c91d79);
|
|
|
|
|
|
|
|
marker_f6be491bdb92b6e49522ecfd62ee1ad5.bindPopup(popup_e8221ba5c59130bd12227c4de69d2dfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6be491bdb92b6e49522ecfd62ee1ad5.setIcon(icon_9029bf7e1e45b11354a068496074cdca);
|
|
|
|
|
|
var marker_86c21ea993161c03361bfb6f6b796e03 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_0b8ad2ff1da97d9663ec9cb7883ca2e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ddb5f56738d581bdcd43401c6fa6d3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cee11bbae6f982400dfaa9f363f20378 = $(`<div id="html_cee11bbae6f982400dfaa9f363f20378" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_8ddb5f56738d581bdcd43401c6fa6d3a.setContent(html_cee11bbae6f982400dfaa9f363f20378);
|
|
|
|
|
|
|
|
marker_86c21ea993161c03361bfb6f6b796e03.bindPopup(popup_8ddb5f56738d581bdcd43401c6fa6d3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86c21ea993161c03361bfb6f6b796e03.setIcon(icon_0b8ad2ff1da97d9663ec9cb7883ca2e0);
|
|
|
|
|
|
var marker_532abeb74f121c9eb40ade21116554bd = L.marker(
|
|
[29.7057, -95.2706],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_9f19e345c99fd0464dee5b6a9078a879 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ead3920b7beb1dedf961cc4f38f8188b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d60f1ffe08f777d870414fb49c9fc78 = $(`<div id="html_1d60f1ffe08f777d870414fb49c9fc78" style="width: 100.0%; height: 100.0%;">nostr.spacecitynode.com</div>`)[0];
|
|
popup_ead3920b7beb1dedf961cc4f38f8188b.setContent(html_1d60f1ffe08f777d870414fb49c9fc78);
|
|
|
|
|
|
|
|
marker_532abeb74f121c9eb40ade21116554bd.bindPopup(popup_ead3920b7beb1dedf961cc4f38f8188b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_532abeb74f121c9eb40ade21116554bd.setIcon(icon_9f19e345c99fd0464dee5b6a9078a879);
|
|
|
|
|
|
var marker_24a5b14c38ccba0d9e535138ea9297de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_54f6364fd60500d26f2fc089932f38e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_918b9d036e6e3d4f397fed91d0ef72a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06a87c1847ccee8c4107324ed7eeee34 = $(`<div id="html_06a87c1847ccee8c4107324ed7eeee34" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_918b9d036e6e3d4f397fed91d0ef72a2.setContent(html_06a87c1847ccee8c4107324ed7eeee34);
|
|
|
|
|
|
|
|
marker_24a5b14c38ccba0d9e535138ea9297de.bindPopup(popup_918b9d036e6e3d4f397fed91d0ef72a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24a5b14c38ccba0d9e535138ea9297de.setIcon(icon_54f6364fd60500d26f2fc089932f38e1);
|
|
|
|
|
|
var marker_6da68bae354c3bb6aec4bfd7fbc06e1d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_8b116ed495fbe01cfabcb754c956bd7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be6cf340e52a109722a06425c88c895a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d2e67d2add318a873601a7210c6e71f = $(`<div id="html_2d2e67d2add318a873601a7210c6e71f" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_be6cf340e52a109722a06425c88c895a.setContent(html_2d2e67d2add318a873601a7210c6e71f);
|
|
|
|
|
|
|
|
marker_6da68bae354c3bb6aec4bfd7fbc06e1d.bindPopup(popup_be6cf340e52a109722a06425c88c895a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6da68bae354c3bb6aec4bfd7fbc06e1d.setIcon(icon_8b116ed495fbe01cfabcb754c956bd7c);
|
|
|
|
|
|
var marker_14bdbb80d83eab212b9bb68b966de91d = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_012f428e3ec415af5e84f7c04e5b0995 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d88340595fd316f7afb327d3a186ee7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb04218f5b01309b5fcb96003f7ae71f = $(`<div id="html_cb04218f5b01309b5fcb96003f7ae71f" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_d88340595fd316f7afb327d3a186ee7a.setContent(html_cb04218f5b01309b5fcb96003f7ae71f);
|
|
|
|
|
|
|
|
marker_14bdbb80d83eab212b9bb68b966de91d.bindPopup(popup_d88340595fd316f7afb327d3a186ee7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14bdbb80d83eab212b9bb68b966de91d.setIcon(icon_012f428e3ec415af5e84f7c04e5b0995);
|
|
|
|
|
|
var marker_695dbe6f329bd2874053e4c4c5074fff = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_d0871858dfccfe5ecc9206a95eebda7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c118af9223590887fc3be6b75bd39c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_170944ba14a9f33d9f7ab85335c71b74 = $(`<div id="html_170944ba14a9f33d9f7ab85335c71b74" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_5c118af9223590887fc3be6b75bd39c7.setContent(html_170944ba14a9f33d9f7ab85335c71b74);
|
|
|
|
|
|
|
|
marker_695dbe6f329bd2874053e4c4c5074fff.bindPopup(popup_5c118af9223590887fc3be6b75bd39c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_695dbe6f329bd2874053e4c4c5074fff.setIcon(icon_d0871858dfccfe5ecc9206a95eebda7d);
|
|
|
|
|
|
var marker_b7ff01ad2bf2ff4affe60574b4ebce00 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5dad4faf6c3cceff6dad4518af1d9b8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7d810b394e1a06c8ec4a7355f4096dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2553c27e091b7c00b25ad6490706f48 = $(`<div id="html_c2553c27e091b7c00b25ad6490706f48" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_d7d810b394e1a06c8ec4a7355f4096dd.setContent(html_c2553c27e091b7c00b25ad6490706f48);
|
|
|
|
|
|
|
|
marker_b7ff01ad2bf2ff4affe60574b4ebce00.bindPopup(popup_d7d810b394e1a06c8ec4a7355f4096dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7ff01ad2bf2ff4affe60574b4ebce00.setIcon(icon_5dad4faf6c3cceff6dad4518af1d9b8f);
|
|
|
|
|
|
var marker_82a9a1c3983a9a647f2a677c2d4a170f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_18795eff3fce36e9c2699061c9c5ce35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c53092c562684f34f75ff65bcc303b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd1d9f1ae330a5f2c8915377dd342d49 = $(`<div id="html_bd1d9f1ae330a5f2c8915377dd342d49" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_8c53092c562684f34f75ff65bcc303b2.setContent(html_bd1d9f1ae330a5f2c8915377dd342d49);
|
|
|
|
|
|
|
|
marker_82a9a1c3983a9a647f2a677c2d4a170f.bindPopup(popup_8c53092c562684f34f75ff65bcc303b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82a9a1c3983a9a647f2a677c2d4a170f.setIcon(icon_18795eff3fce36e9c2699061c9c5ce35);
|
|
|
|
|
|
var marker_e285699855a3671dd4539cade4841e8d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7524958409c0778a4d57edeadbe4dff3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26308ccd032996ebb0b3ff87fc0e7d5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f464bdaa9834f9e5cf9998c226ab811e = $(`<div id="html_f464bdaa9834f9e5cf9998c226ab811e" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_26308ccd032996ebb0b3ff87fc0e7d5e.setContent(html_f464bdaa9834f9e5cf9998c226ab811e);
|
|
|
|
|
|
|
|
marker_e285699855a3671dd4539cade4841e8d.bindPopup(popup_26308ccd032996ebb0b3ff87fc0e7d5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e285699855a3671dd4539cade4841e8d.setIcon(icon_7524958409c0778a4d57edeadbe4dff3);
|
|
|
|
|
|
var marker_1db34f90f4beac42d0bc51841e294a88 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e2ef2114d887ff82a9f3ac6d77e28a60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b278664e7bcfed8d645acbabc24a9891 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d1c0b09bc1fad64d6c70bbde76fff3c = $(`<div id="html_5d1c0b09bc1fad64d6c70bbde76fff3c" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_b278664e7bcfed8d645acbabc24a9891.setContent(html_5d1c0b09bc1fad64d6c70bbde76fff3c);
|
|
|
|
|
|
|
|
marker_1db34f90f4beac42d0bc51841e294a88.bindPopup(popup_b278664e7bcfed8d645acbabc24a9891)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1db34f90f4beac42d0bc51841e294a88.setIcon(icon_e2ef2114d887ff82a9f3ac6d77e28a60);
|
|
|
|
|
|
var marker_2c5e41f35a4b9e13f516f44f590c776e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b6c2aa46388e925843ef88824292b494 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4fb4c4fdabca6398d4f471681b33595 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6d3825fed2c2fc8b4d6d0bbad2abb2b = $(`<div id="html_c6d3825fed2c2fc8b4d6d0bbad2abb2b" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_a4fb4c4fdabca6398d4f471681b33595.setContent(html_c6d3825fed2c2fc8b4d6d0bbad2abb2b);
|
|
|
|
|
|
|
|
marker_2c5e41f35a4b9e13f516f44f590c776e.bindPopup(popup_a4fb4c4fdabca6398d4f471681b33595)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c5e41f35a4b9e13f516f44f590c776e.setIcon(icon_b6c2aa46388e925843ef88824292b494);
|
|
|
|
|
|
var marker_190606c62a2a6059cc7949a8d4cc385e = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_6e860d61dfcf22407ad13944de0eb4c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b42c1ef7695b50a1c9f2ff13dff45980 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_190d361bf20c4ceec1067ed14acaff20 = $(`<div id="html_190d361bf20c4ceec1067ed14acaff20" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_b42c1ef7695b50a1c9f2ff13dff45980.setContent(html_190d361bf20c4ceec1067ed14acaff20);
|
|
|
|
|
|
|
|
marker_190606c62a2a6059cc7949a8d4cc385e.bindPopup(popup_b42c1ef7695b50a1c9f2ff13dff45980)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_190606c62a2a6059cc7949a8d4cc385e.setIcon(icon_6e860d61dfcf22407ad13944de0eb4c1);
|
|
|
|
|
|
var marker_c6e05416237ee22d2b30f9dde4c8e82c = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e21586affcd54e3ce9b42cb9ac930ea3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80da9eaaf82127dfca0158db89f1431f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d86aa6b7788e7d4def1d67e01c5ad76 = $(`<div id="html_4d86aa6b7788e7d4def1d67e01c5ad76" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_80da9eaaf82127dfca0158db89f1431f.setContent(html_4d86aa6b7788e7d4def1d67e01c5ad76);
|
|
|
|
|
|
|
|
marker_c6e05416237ee22d2b30f9dde4c8e82c.bindPopup(popup_80da9eaaf82127dfca0158db89f1431f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6e05416237ee22d2b30f9dde4c8e82c.setIcon(icon_e21586affcd54e3ce9b42cb9ac930ea3);
|
|
|
|
|
|
var marker_7a1e9b3649d85e8ed5033654290ef54a = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_13850bde24cc2056b605bdbc0993580f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8d89103c38f67844c1cd52ed0e3f8c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c45fba374defb8cb4f102d4ca0a165f = $(`<div id="html_8c45fba374defb8cb4f102d4ca0a165f" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_c8d89103c38f67844c1cd52ed0e3f8c7.setContent(html_8c45fba374defb8cb4f102d4ca0a165f);
|
|
|
|
|
|
|
|
marker_7a1e9b3649d85e8ed5033654290ef54a.bindPopup(popup_c8d89103c38f67844c1cd52ed0e3f8c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a1e9b3649d85e8ed5033654290ef54a.setIcon(icon_13850bde24cc2056b605bdbc0993580f);
|
|
|
|
|
|
var marker_11e5698707ef4aac2afc8464b907e39b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_6877fbdbb741a46359e9ea0f7fac17d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca89d010d974b44ebc0599121f78b7ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7bdc65cc7a123c3be0253a8ad52f4bd = $(`<div id="html_b7bdc65cc7a123c3be0253a8ad52f4bd" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_ca89d010d974b44ebc0599121f78b7ce.setContent(html_b7bdc65cc7a123c3be0253a8ad52f4bd);
|
|
|
|
|
|
|
|
marker_11e5698707ef4aac2afc8464b907e39b.bindPopup(popup_ca89d010d974b44ebc0599121f78b7ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11e5698707ef4aac2afc8464b907e39b.setIcon(icon_6877fbdbb741a46359e9ea0f7fac17d1);
|
|
|
|
|
|
var marker_13b313cd610d0cc21eaaef67633def4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_f82344e6c50a231ece4e2230e4cb4520 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f385e66368d413e49f1245d4433e030 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_513679a5eb90ee0bbbc7026148eb0fdd = $(`<div id="html_513679a5eb90ee0bbbc7026148eb0fdd" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_2f385e66368d413e49f1245d4433e030.setContent(html_513679a5eb90ee0bbbc7026148eb0fdd);
|
|
|
|
|
|
|
|
marker_13b313cd610d0cc21eaaef67633def4b.bindPopup(popup_2f385e66368d413e49f1245d4433e030)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13b313cd610d0cc21eaaef67633def4b.setIcon(icon_f82344e6c50a231ece4e2230e4cb4520);
|
|
|
|
|
|
var marker_04b361cbc1f3a36dcbe91895ce8d08bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7180842105783dbdf26248a87e0eb43a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fd1f7b75eb31e8e5dafb73e4edde13e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df41af09e26a34c8fe57b36c9e317668 = $(`<div id="html_df41af09e26a34c8fe57b36c9e317668" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_1fd1f7b75eb31e8e5dafb73e4edde13e.setContent(html_df41af09e26a34c8fe57b36c9e317668);
|
|
|
|
|
|
|
|
marker_04b361cbc1f3a36dcbe91895ce8d08bc.bindPopup(popup_1fd1f7b75eb31e8e5dafb73e4edde13e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04b361cbc1f3a36dcbe91895ce8d08bc.setIcon(icon_7180842105783dbdf26248a87e0eb43a);
|
|
|
|
|
|
var marker_529c64c985c22770c481c865dc4615cc = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5cda1eb20c41db254308d168653c7a12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61209211c71e293d7cb93db1548f2e8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2aa7796c65d2fe79f9fb6d6de2f514f2 = $(`<div id="html_2aa7796c65d2fe79f9fb6d6de2f514f2" style="width: 100.0%; height: 100.0%;">shu03.shugur.net</div>`)[0];
|
|
popup_61209211c71e293d7cb93db1548f2e8b.setContent(html_2aa7796c65d2fe79f9fb6d6de2f514f2);
|
|
|
|
|
|
|
|
marker_529c64c985c22770c481c865dc4615cc.bindPopup(popup_61209211c71e293d7cb93db1548f2e8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_529c64c985c22770c481c865dc4615cc.setIcon(icon_5cda1eb20c41db254308d168653c7a12);
|
|
|
|
|
|
var marker_40be9ea54f1b41bda3ba4b5be79737b6 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e0f8df56320759d44363b06b7c51566b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb33d187c377f35808f8be4576348e0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d4bfa065bf5256ce3a7dedc93876456 = $(`<div id="html_9d4bfa065bf5256ce3a7dedc93876456" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_eb33d187c377f35808f8be4576348e0c.setContent(html_9d4bfa065bf5256ce3a7dedc93876456);
|
|
|
|
|
|
|
|
marker_40be9ea54f1b41bda3ba4b5be79737b6.bindPopup(popup_eb33d187c377f35808f8be4576348e0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40be9ea54f1b41bda3ba4b5be79737b6.setIcon(icon_e0f8df56320759d44363b06b7c51566b);
|
|
|
|
|
|
var marker_8a8a1b7eb13b47e1f00e40494b643309 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_aa79f493d01887a7418bada9601999ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7dddb00c770767d5b68ea8687ea65917 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41c9a6222da88c9da9b7ff846a150dd7 = $(`<div id="html_41c9a6222da88c9da9b7ff846a150dd7" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_7dddb00c770767d5b68ea8687ea65917.setContent(html_41c9a6222da88c9da9b7ff846a150dd7);
|
|
|
|
|
|
|
|
marker_8a8a1b7eb13b47e1f00e40494b643309.bindPopup(popup_7dddb00c770767d5b68ea8687ea65917)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a8a1b7eb13b47e1f00e40494b643309.setIcon(icon_aa79f493d01887a7418bada9601999ab);
|
|
|
|
|
|
var marker_2276eb7a27c23f97723dcd1f3e534673 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a22d3e4fda31685d8dc2685fbf6b240c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ec0ed718185888181ab8a79bbc04a01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b06f8d763eae4cb3060041594d0d359 = $(`<div id="html_5b06f8d763eae4cb3060041594d0d359" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_2ec0ed718185888181ab8a79bbc04a01.setContent(html_5b06f8d763eae4cb3060041594d0d359);
|
|
|
|
|
|
|
|
marker_2276eb7a27c23f97723dcd1f3e534673.bindPopup(popup_2ec0ed718185888181ab8a79bbc04a01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2276eb7a27c23f97723dcd1f3e534673.setIcon(icon_a22d3e4fda31685d8dc2685fbf6b240c);
|
|
|
|
|
|
var marker_c77f3f4f38e96caf7b34306d09ff46ac = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_cf10d95d67a2ad1c4085951263e32076 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8d79a282326caf99087878f0f62aa57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_470737e10e3592fb60fe5446c3c48b73 = $(`<div id="html_470737e10e3592fb60fe5446c3c48b73" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_b8d79a282326caf99087878f0f62aa57.setContent(html_470737e10e3592fb60fe5446c3c48b73);
|
|
|
|
|
|
|
|
marker_c77f3f4f38e96caf7b34306d09ff46ac.bindPopup(popup_b8d79a282326caf99087878f0f62aa57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c77f3f4f38e96caf7b34306d09ff46ac.setIcon(icon_cf10d95d67a2ad1c4085951263e32076);
|
|
|
|
|
|
var marker_f3cd5c0bf2b549f68f92a3e4d6f0da6c = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e58df4c805905128dcbb0fe29c6f7152 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7789a1076551facf73f3cdce5d959c3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_086f9c57ee88618ebb24cce6cbce6ae8 = $(`<div id="html_086f9c57ee88618ebb24cce6cbce6ae8" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_7789a1076551facf73f3cdce5d959c3c.setContent(html_086f9c57ee88618ebb24cce6cbce6ae8);
|
|
|
|
|
|
|
|
marker_f3cd5c0bf2b549f68f92a3e4d6f0da6c.bindPopup(popup_7789a1076551facf73f3cdce5d959c3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3cd5c0bf2b549f68f92a3e4d6f0da6c.setIcon(icon_e58df4c805905128dcbb0fe29c6f7152);
|
|
|
|
|
|
var marker_1c6d8ef862ca00dc950b58ca31a33dce = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7cf030a32ef1c104289c3c7c471d7af0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cdc418457d52f0c492eb85e9aed9427 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb29d58fad288fd8691c7e36e90a0bc2 = $(`<div id="html_cb29d58fad288fd8691c7e36e90a0bc2" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_1cdc418457d52f0c492eb85e9aed9427.setContent(html_cb29d58fad288fd8691c7e36e90a0bc2);
|
|
|
|
|
|
|
|
marker_1c6d8ef862ca00dc950b58ca31a33dce.bindPopup(popup_1cdc418457d52f0c492eb85e9aed9427)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c6d8ef862ca00dc950b58ca31a33dce.setIcon(icon_7cf030a32ef1c104289c3c7c471d7af0);
|
|
|
|
|
|
var marker_fd44daa65a5b658e5fd1e53957df2d17 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7882bc08640b471535a23f0947346504 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54f01bdafe8a07bf9c4190c7e141e2e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b6661024833d3c80eab4174a135c8bf = $(`<div id="html_4b6661024833d3c80eab4174a135c8bf" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_54f01bdafe8a07bf9c4190c7e141e2e8.setContent(html_4b6661024833d3c80eab4174a135c8bf);
|
|
|
|
|
|
|
|
marker_fd44daa65a5b658e5fd1e53957df2d17.bindPopup(popup_54f01bdafe8a07bf9c4190c7e141e2e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd44daa65a5b658e5fd1e53957df2d17.setIcon(icon_7882bc08640b471535a23f0947346504);
|
|
|
|
|
|
var marker_b4697981ec03be0c5066024a2ddbafea = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5c8c8a3425e344ff60b9eff38c3f4c46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d75850eacb4dc9a10445ccc48c594342 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_206f050d09397cc3a8bda2c972463585 = $(`<div id="html_206f050d09397cc3a8bda2c972463585" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_d75850eacb4dc9a10445ccc48c594342.setContent(html_206f050d09397cc3a8bda2c972463585);
|
|
|
|
|
|
|
|
marker_b4697981ec03be0c5066024a2ddbafea.bindPopup(popup_d75850eacb4dc9a10445ccc48c594342)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4697981ec03be0c5066024a2ddbafea.setIcon(icon_5c8c8a3425e344ff60b9eff38c3f4c46);
|
|
|
|
|
|
var marker_32a7f600f0b8c4b705bd5f2d0401bb65 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_767b6da462fb91d3df592d32a7a31430 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_820bf84653b77374393e064767e1cdd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_782b897198d7604f8b6c4ecd4d5b956b = $(`<div id="html_782b897198d7604f8b6c4ecd4d5b956b" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_820bf84653b77374393e064767e1cdd2.setContent(html_782b897198d7604f8b6c4ecd4d5b956b);
|
|
|
|
|
|
|
|
marker_32a7f600f0b8c4b705bd5f2d0401bb65.bindPopup(popup_820bf84653b77374393e064767e1cdd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32a7f600f0b8c4b705bd5f2d0401bb65.setIcon(icon_767b6da462fb91d3df592d32a7a31430);
|
|
|
|
|
|
var marker_ac3ca5c722af31ae3897d2fe4b0e1ffe = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_10de9115f0d8f9e3ad021f6e92f6706c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3daee67d72c48732f8715bac7be4fe60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_581dd759e6a9cc20b2334ece73bd8306 = $(`<div id="html_581dd759e6a9cc20b2334ece73bd8306" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_3daee67d72c48732f8715bac7be4fe60.setContent(html_581dd759e6a9cc20b2334ece73bd8306);
|
|
|
|
|
|
|
|
marker_ac3ca5c722af31ae3897d2fe4b0e1ffe.bindPopup(popup_3daee67d72c48732f8715bac7be4fe60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac3ca5c722af31ae3897d2fe4b0e1ffe.setIcon(icon_10de9115f0d8f9e3ad021f6e92f6706c);
|
|
|
|
|
|
var marker_95cd5ab45180f584f333765c728aa6f1 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_bfae33b1b164a8793b90cf12a7345e4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbfe014e7b2a98deb8b3837515b46d48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cc0b2236e2be10189d9a57070b15e7f = $(`<div id="html_1cc0b2236e2be10189d9a57070b15e7f" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_dbfe014e7b2a98deb8b3837515b46d48.setContent(html_1cc0b2236e2be10189d9a57070b15e7f);
|
|
|
|
|
|
|
|
marker_95cd5ab45180f584f333765c728aa6f1.bindPopup(popup_dbfe014e7b2a98deb8b3837515b46d48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95cd5ab45180f584f333765c728aa6f1.setIcon(icon_bfae33b1b164a8793b90cf12a7345e4d);
|
|
|
|
|
|
var marker_33f52ded323c29b233404b762fa1af1a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_ca711677e40e3e3cd814fbd39155c39c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae8de0ed3ca1d1bb513cc0405876dd46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1bc6d151cabf31cdbe50de6dc938d04 = $(`<div id="html_b1bc6d151cabf31cdbe50de6dc938d04" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_ae8de0ed3ca1d1bb513cc0405876dd46.setContent(html_b1bc6d151cabf31cdbe50de6dc938d04);
|
|
|
|
|
|
|
|
marker_33f52ded323c29b233404b762fa1af1a.bindPopup(popup_ae8de0ed3ca1d1bb513cc0405876dd46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33f52ded323c29b233404b762fa1af1a.setIcon(icon_ca711677e40e3e3cd814fbd39155c39c);
|
|
|
|
|
|
var marker_e0d85ac8faaf5183bea432f0777375b0 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_31b6b2ea0e408103246de86c2028f90a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_666aa40a18b3bde1d51c515fc1736258 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4577d2b28fa35989f41d87f8cd55efb = $(`<div id="html_f4577d2b28fa35989f41d87f8cd55efb" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_666aa40a18b3bde1d51c515fc1736258.setContent(html_f4577d2b28fa35989f41d87f8cd55efb);
|
|
|
|
|
|
|
|
marker_e0d85ac8faaf5183bea432f0777375b0.bindPopup(popup_666aa40a18b3bde1d51c515fc1736258)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0d85ac8faaf5183bea432f0777375b0.setIcon(icon_31b6b2ea0e408103246de86c2028f90a);
|
|
|
|
|
|
var marker_476e110cb3750d3603860b74a645b160 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_53f10f995c3d838d0b5e692de5dcdd50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7b8904215929b1b9bcbe8a7e1dd9f99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f228f0dcb137bea1848e0a544eeb868 = $(`<div id="html_5f228f0dcb137bea1848e0a544eeb868" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_e7b8904215929b1b9bcbe8a7e1dd9f99.setContent(html_5f228f0dcb137bea1848e0a544eeb868);
|
|
|
|
|
|
|
|
marker_476e110cb3750d3603860b74a645b160.bindPopup(popup_e7b8904215929b1b9bcbe8a7e1dd9f99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_476e110cb3750d3603860b74a645b160.setIcon(icon_53f10f995c3d838d0b5e692de5dcdd50);
|
|
|
|
|
|
var marker_a811e457dbc1f915e27594dbd8e03db0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_1f0f888e5d6be01fbf76f74bdf660835 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3c2b8aad7c423bc8c6a127bf5f2c560 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_379606cd5f8d61bc12f57fb0e63b9008 = $(`<div id="html_379606cd5f8d61bc12f57fb0e63b9008" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_b3c2b8aad7c423bc8c6a127bf5f2c560.setContent(html_379606cd5f8d61bc12f57fb0e63b9008);
|
|
|
|
|
|
|
|
marker_a811e457dbc1f915e27594dbd8e03db0.bindPopup(popup_b3c2b8aad7c423bc8c6a127bf5f2c560)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a811e457dbc1f915e27594dbd8e03db0.setIcon(icon_1f0f888e5d6be01fbf76f74bdf660835);
|
|
|
|
|
|
var marker_4cde70baf4df18682292686085be70ff = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_4cd7118d77092765750e79e6eff368d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6f494a5c83d37857c8451ba11a4edd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_180ad3ce76b2e9f86f327c144fd34227 = $(`<div id="html_180ad3ce76b2e9f86f327c144fd34227" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_f6f494a5c83d37857c8451ba11a4edd7.setContent(html_180ad3ce76b2e9f86f327c144fd34227);
|
|
|
|
|
|
|
|
marker_4cde70baf4df18682292686085be70ff.bindPopup(popup_f6f494a5c83d37857c8451ba11a4edd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cde70baf4df18682292686085be70ff.setIcon(icon_4cd7118d77092765750e79e6eff368d7);
|
|
|
|
|
|
var marker_6c7d0be8ace25e2480035f605a236d62 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_21d8aa3ef73c7f92cf3b872b8c1e8e14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_006b904661698b2ef137efa8e8258def = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_920304eeeb2468b73dffa9ba37382937 = $(`<div id="html_920304eeeb2468b73dffa9ba37382937" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_006b904661698b2ef137efa8e8258def.setContent(html_920304eeeb2468b73dffa9ba37382937);
|
|
|
|
|
|
|
|
marker_6c7d0be8ace25e2480035f605a236d62.bindPopup(popup_006b904661698b2ef137efa8e8258def)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c7d0be8ace25e2480035f605a236d62.setIcon(icon_21d8aa3ef73c7f92cf3b872b8c1e8e14);
|
|
|
|
|
|
var marker_16b8d9dbba1f9aa59dcda53fbfad4c01 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_22b4a4bd77260c74cca81965ca730f00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd0739bd2e814ba03d8e6f1a62c74192 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3528ca8692f4b92311ddb6f4e982911e = $(`<div id="html_3528ca8692f4b92311ddb6f4e982911e" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_cd0739bd2e814ba03d8e6f1a62c74192.setContent(html_3528ca8692f4b92311ddb6f4e982911e);
|
|
|
|
|
|
|
|
marker_16b8d9dbba1f9aa59dcda53fbfad4c01.bindPopup(popup_cd0739bd2e814ba03d8e6f1a62c74192)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16b8d9dbba1f9aa59dcda53fbfad4c01.setIcon(icon_22b4a4bd77260c74cca81965ca730f00);
|
|
|
|
|
|
var marker_1b6b36a4b13697edd9720ffff5bb6ed3 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b09e70d2715ad540e0f2b15677347852 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f745cebf5c1f02a7828456e7d9c4a566 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1286ff7917f5b504dc17ff9569fef2a7 = $(`<div id="html_1286ff7917f5b504dc17ff9569fef2a7" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_f745cebf5c1f02a7828456e7d9c4a566.setContent(html_1286ff7917f5b504dc17ff9569fef2a7);
|
|
|
|
|
|
|
|
marker_1b6b36a4b13697edd9720ffff5bb6ed3.bindPopup(popup_f745cebf5c1f02a7828456e7d9c4a566)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b6b36a4b13697edd9720ffff5bb6ed3.setIcon(icon_b09e70d2715ad540e0f2b15677347852);
|
|
|
|
|
|
var marker_6d9a697daffc238f538198eb1fce3b86 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_1cd274e526fb0edfaafd2d698c37b5c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddc4acc7b089dfb69950a9cd2b5cb605 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04a72db58601f7aba64abed8ef72177e = $(`<div id="html_04a72db58601f7aba64abed8ef72177e" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_ddc4acc7b089dfb69950a9cd2b5cb605.setContent(html_04a72db58601f7aba64abed8ef72177e);
|
|
|
|
|
|
|
|
marker_6d9a697daffc238f538198eb1fce3b86.bindPopup(popup_ddc4acc7b089dfb69950a9cd2b5cb605)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d9a697daffc238f538198eb1fce3b86.setIcon(icon_1cd274e526fb0edfaafd2d698c37b5c1);
|
|
|
|
|
|
var marker_10a44e8480a36f6b797c247d2e524a3f = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_1aee50b9be2c2cba7dde846acbacf795 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_936c62dcd75939279a425daf6585e15e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_652068701ed336d994ef3e63765a5fbc = $(`<div id="html_652068701ed336d994ef3e63765a5fbc" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_936c62dcd75939279a425daf6585e15e.setContent(html_652068701ed336d994ef3e63765a5fbc);
|
|
|
|
|
|
|
|
marker_10a44e8480a36f6b797c247d2e524a3f.bindPopup(popup_936c62dcd75939279a425daf6585e15e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10a44e8480a36f6b797c247d2e524a3f.setIcon(icon_1aee50b9be2c2cba7dde846acbacf795);
|
|
|
|
|
|
var marker_1be26244a167ec06bfdf91860214ea25 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_fb513fb74bbbb90c273937ddf0a8e67c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_080e0bd5f842260fc20455b1b9b47305 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_457cf919e053be0764f7de093061b67d = $(`<div id="html_457cf919e053be0764f7de093061b67d" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_080e0bd5f842260fc20455b1b9b47305.setContent(html_457cf919e053be0764f7de093061b67d);
|
|
|
|
|
|
|
|
marker_1be26244a167ec06bfdf91860214ea25.bindPopup(popup_080e0bd5f842260fc20455b1b9b47305)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1be26244a167ec06bfdf91860214ea25.setIcon(icon_fb513fb74bbbb90c273937ddf0a8e67c);
|
|
|
|
|
|
var marker_f057cf4b1d94ea09f6f4dabfc095a80c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5859c30f7285c2b49d26b7a6df2a14db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_207efe5620286d23f328b29b01810190 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddf24c74aa2ebb27da3ff938d8459e29 = $(`<div id="html_ddf24c74aa2ebb27da3ff938d8459e29" style="width: 100.0%; height: 100.0%;">relay.jabato.space</div>`)[0];
|
|
popup_207efe5620286d23f328b29b01810190.setContent(html_ddf24c74aa2ebb27da3ff938d8459e29);
|
|
|
|
|
|
|
|
marker_f057cf4b1d94ea09f6f4dabfc095a80c.bindPopup(popup_207efe5620286d23f328b29b01810190)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f057cf4b1d94ea09f6f4dabfc095a80c.setIcon(icon_5859c30f7285c2b49d26b7a6df2a14db);
|
|
|
|
|
|
var marker_b1aa41e3cded88463eb5c9f56fdb41f5 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_dfb9ff01a632a7105aae76ade8972187 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe9c4c771fb2f43ed3ee4622f01e7494 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fe66b0447f3a94e2243c0568fd44b41 = $(`<div id="html_5fe66b0447f3a94e2243c0568fd44b41" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_fe9c4c771fb2f43ed3ee4622f01e7494.setContent(html_5fe66b0447f3a94e2243c0568fd44b41);
|
|
|
|
|
|
|
|
marker_b1aa41e3cded88463eb5c9f56fdb41f5.bindPopup(popup_fe9c4c771fb2f43ed3ee4622f01e7494)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1aa41e3cded88463eb5c9f56fdb41f5.setIcon(icon_dfb9ff01a632a7105aae76ade8972187);
|
|
|
|
|
|
var marker_9885d7b78cb9d78e7d056effa365a067 = L.marker(
|
|
[43.6708, -70.2844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_290f0c4a2f6a6e192e0e23455f07f795 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_737c7e708434e4f4d098eaf3cb290ddd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc83f132c38c30aeebb64de6abb7e60d = $(`<div id="html_bc83f132c38c30aeebb64de6abb7e60d" style="width: 100.0%; height: 100.0%;">nostr.tuckerbradford.com</div>`)[0];
|
|
popup_737c7e708434e4f4d098eaf3cb290ddd.setContent(html_bc83f132c38c30aeebb64de6abb7e60d);
|
|
|
|
|
|
|
|
marker_9885d7b78cb9d78e7d056effa365a067.bindPopup(popup_737c7e708434e4f4d098eaf3cb290ddd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9885d7b78cb9d78e7d056effa365a067.setIcon(icon_290f0c4a2f6a6e192e0e23455f07f795);
|
|
|
|
|
|
var marker_457320ca3e70ca4d2d7a21200745ca53 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_21310f85e2096b4d6a1fc9808141ded6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f073119e8255936ff292fabb3e248eac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0acf1a2cf3d321db066ee21605da0970 = $(`<div id="html_0acf1a2cf3d321db066ee21605da0970" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_f073119e8255936ff292fabb3e248eac.setContent(html_0acf1a2cf3d321db066ee21605da0970);
|
|
|
|
|
|
|
|
marker_457320ca3e70ca4d2d7a21200745ca53.bindPopup(popup_f073119e8255936ff292fabb3e248eac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_457320ca3e70ca4d2d7a21200745ca53.setIcon(icon_21310f85e2096b4d6a1fc9808141ded6);
|
|
|
|
|
|
var marker_b9061e03bf2be1b66c6077824601b5fb = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_4e4f75429ce8fa8d6d004cd5a324c0d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8d649b4b1228372b4a3f2ce123d95ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8e9698617d9aec3edf1083e3dd7d0f2 = $(`<div id="html_f8e9698617d9aec3edf1083e3dd7d0f2" style="width: 100.0%; height: 100.0%;">nostr.okienko.live</div>`)[0];
|
|
popup_d8d649b4b1228372b4a3f2ce123d95ab.setContent(html_f8e9698617d9aec3edf1083e3dd7d0f2);
|
|
|
|
|
|
|
|
marker_b9061e03bf2be1b66c6077824601b5fb.bindPopup(popup_d8d649b4b1228372b4a3f2ce123d95ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9061e03bf2be1b66c6077824601b5fb.setIcon(icon_4e4f75429ce8fa8d6d004cd5a324c0d3);
|
|
|
|
|
|
var marker_d7c2610888537a2d376ab3fb14c0773f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_ab76e6eb1ca627e4ac766bc2af192e85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6327d5e0bedd4449ec21c649607eb0f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e633f4ca3723f0c3ee846dc98368b90 = $(`<div id="html_1e633f4ca3723f0c3ee846dc98368b90" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_6327d5e0bedd4449ec21c649607eb0f1.setContent(html_1e633f4ca3723f0c3ee846dc98368b90);
|
|
|
|
|
|
|
|
marker_d7c2610888537a2d376ab3fb14c0773f.bindPopup(popup_6327d5e0bedd4449ec21c649607eb0f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7c2610888537a2d376ab3fb14c0773f.setIcon(icon_ab76e6eb1ca627e4ac766bc2af192e85);
|
|
|
|
|
|
var marker_2ec6da956e6c8f66ade9f9d4b9df0879 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_88d2f7e00e7b7af1bc128e3fbe74130f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf75b18719a0b8771f8ebbfa01a83bb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c19c56dea23668c42a767cd9efcaad9a = $(`<div id="html_c19c56dea23668c42a767cd9efcaad9a" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_cf75b18719a0b8771f8ebbfa01a83bb6.setContent(html_c19c56dea23668c42a767cd9efcaad9a);
|
|
|
|
|
|
|
|
marker_2ec6da956e6c8f66ade9f9d4b9df0879.bindPopup(popup_cf75b18719a0b8771f8ebbfa01a83bb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ec6da956e6c8f66ade9f9d4b9df0879.setIcon(icon_88d2f7e00e7b7af1bc128e3fbe74130f);
|
|
|
|
|
|
var marker_920d862557b469a90ad782079878cab2 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_ddd732e11018e2bdee7c49e1abeb04de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ec717a4d476942d454a879311cd818e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72448ee36de4fa785191b4311489d266 = $(`<div id="html_72448ee36de4fa785191b4311489d266" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_5ec717a4d476942d454a879311cd818e.setContent(html_72448ee36de4fa785191b4311489d266);
|
|
|
|
|
|
|
|
marker_920d862557b469a90ad782079878cab2.bindPopup(popup_5ec717a4d476942d454a879311cd818e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_920d862557b469a90ad782079878cab2.setIcon(icon_ddd732e11018e2bdee7c49e1abeb04de);
|
|
|
|
|
|
var marker_3f9d6151f593fc1c693d5e47683cbdf9 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_ba469d4f7a5bffee24ddb0f0e1aae74c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_675994d4deafce84b6f1c09c329cda85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75643abf383ebed15dd45dd8863bf6b1 = $(`<div id="html_75643abf383ebed15dd45dd8863bf6b1" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_675994d4deafce84b6f1c09c329cda85.setContent(html_75643abf383ebed15dd45dd8863bf6b1);
|
|
|
|
|
|
|
|
marker_3f9d6151f593fc1c693d5e47683cbdf9.bindPopup(popup_675994d4deafce84b6f1c09c329cda85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f9d6151f593fc1c693d5e47683cbdf9.setIcon(icon_ba469d4f7a5bffee24ddb0f0e1aae74c);
|
|
|
|
|
|
var marker_509085717218ddbf854ec1547f8167be = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_27fe540544b86f1d79c9fdc326fbfb26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_908b562ee4537c6acdc689b7168f7caa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80d4eef0e348d9eb994a230fef4c7c66 = $(`<div id="html_80d4eef0e348d9eb994a230fef4c7c66" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_908b562ee4537c6acdc689b7168f7caa.setContent(html_80d4eef0e348d9eb994a230fef4c7c66);
|
|
|
|
|
|
|
|
marker_509085717218ddbf854ec1547f8167be.bindPopup(popup_908b562ee4537c6acdc689b7168f7caa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_509085717218ddbf854ec1547f8167be.setIcon(icon_27fe540544b86f1d79c9fdc326fbfb26);
|
|
|
|
|
|
var marker_bc0743126b20e13d072a94906fb6805d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7e2573f61adcccbde08d6af658bc91ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ef9b1a15c345b4849e71f8dc5347c92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ba1f4de345113e2358a9711c7b4251d = $(`<div id="html_3ba1f4de345113e2358a9711c7b4251d" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_4ef9b1a15c345b4849e71f8dc5347c92.setContent(html_3ba1f4de345113e2358a9711c7b4251d);
|
|
|
|
|
|
|
|
marker_bc0743126b20e13d072a94906fb6805d.bindPopup(popup_4ef9b1a15c345b4849e71f8dc5347c92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc0743126b20e13d072a94906fb6805d.setIcon(icon_7e2573f61adcccbde08d6af658bc91ac);
|
|
|
|
|
|
var marker_252776fdb0da8e60d76004711a806e61 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a9df1dc6b67b6bf2055b189ec1088631 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d549819788f2440d2828ad3b670d78f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c55c4ec8de05acd3983b4085be5b64a0 = $(`<div id="html_c55c4ec8de05acd3983b4085be5b64a0" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_6d549819788f2440d2828ad3b670d78f.setContent(html_c55c4ec8de05acd3983b4085be5b64a0);
|
|
|
|
|
|
|
|
marker_252776fdb0da8e60d76004711a806e61.bindPopup(popup_6d549819788f2440d2828ad3b670d78f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_252776fdb0da8e60d76004711a806e61.setIcon(icon_a9df1dc6b67b6bf2055b189ec1088631);
|
|
|
|
|
|
var marker_f672f445ea7ce241689bb569fbfb1618 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_9bc50e9a00ddfb9e7b6e570de36516fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6979cf2e0a063fb5607996ace72acf1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5c50ec1ae46e6f5f056e5873b6565cc = $(`<div id="html_a5c50ec1ae46e6f5f056e5873b6565cc" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_6979cf2e0a063fb5607996ace72acf1b.setContent(html_a5c50ec1ae46e6f5f056e5873b6565cc);
|
|
|
|
|
|
|
|
marker_f672f445ea7ce241689bb569fbfb1618.bindPopup(popup_6979cf2e0a063fb5607996ace72acf1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f672f445ea7ce241689bb569fbfb1618.setIcon(icon_9bc50e9a00ddfb9e7b6e570de36516fd);
|
|
|
|
|
|
var marker_77f0ca8dad0158eef131732715226ba6 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_4787bfb43e44a3e36acb76d61a3920b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_560134d7204aa16ea8e45d2c18cc7081 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68b4d3a6cba7afb0da29f4db5cb6a96f = $(`<div id="html_68b4d3a6cba7afb0da29f4db5cb6a96f" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_560134d7204aa16ea8e45d2c18cc7081.setContent(html_68b4d3a6cba7afb0da29f4db5cb6a96f);
|
|
|
|
|
|
|
|
marker_77f0ca8dad0158eef131732715226ba6.bindPopup(popup_560134d7204aa16ea8e45d2c18cc7081)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77f0ca8dad0158eef131732715226ba6.setIcon(icon_4787bfb43e44a3e36acb76d61a3920b9);
|
|
|
|
|
|
var marker_8722011278cc153d1f2b97a59a2bf74f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_ce11a9cd53e57583f338afe46b924f53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f63841663b365c98655b28c1cc59dae1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81d67aa5fba51c6d3c4cff96afcc01b6 = $(`<div id="html_81d67aa5fba51c6d3c4cff96afcc01b6" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_f63841663b365c98655b28c1cc59dae1.setContent(html_81d67aa5fba51c6d3c4cff96afcc01b6);
|
|
|
|
|
|
|
|
marker_8722011278cc153d1f2b97a59a2bf74f.bindPopup(popup_f63841663b365c98655b28c1cc59dae1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8722011278cc153d1f2b97a59a2bf74f.setIcon(icon_ce11a9cd53e57583f338afe46b924f53);
|
|
|
|
|
|
var marker_397ab46589eae784d82418025d6d63fe = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e8a7522f8417784d7175cffd599e39e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c34adeb00bcfc00d613a0c00f9f697de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4d63cf716cf63d68ea1fda3bd8bad9d = $(`<div id="html_c4d63cf716cf63d68ea1fda3bd8bad9d" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_c34adeb00bcfc00d613a0c00f9f697de.setContent(html_c4d63cf716cf63d68ea1fda3bd8bad9d);
|
|
|
|
|
|
|
|
marker_397ab46589eae784d82418025d6d63fe.bindPopup(popup_c34adeb00bcfc00d613a0c00f9f697de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_397ab46589eae784d82418025d6d63fe.setIcon(icon_e8a7522f8417784d7175cffd599e39e3);
|
|
|
|
|
|
var marker_a5f6cf6317a9cd221af1053657c4451f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_58a837d8f1449b8493064a57d6f0465a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4ebae44888a6196e4d70ead1edb30b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfe5ff840841d59dd59be9ad3e5a1c9f = $(`<div id="html_cfe5ff840841d59dd59be9ad3e5a1c9f" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_a4ebae44888a6196e4d70ead1edb30b1.setContent(html_cfe5ff840841d59dd59be9ad3e5a1c9f);
|
|
|
|
|
|
|
|
marker_a5f6cf6317a9cd221af1053657c4451f.bindPopup(popup_a4ebae44888a6196e4d70ead1edb30b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5f6cf6317a9cd221af1053657c4451f.setIcon(icon_58a837d8f1449b8493064a57d6f0465a);
|
|
|
|
|
|
var marker_0ffa0b49f412e08046ab467b60465ceb = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_ff937dbff078ce89633f22cc12b24c43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6523878ba4e8bd9fc925e281d4da2ad8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d602b0597c95f34c55a784e4f561bcb = $(`<div id="html_5d602b0597c95f34c55a784e4f561bcb" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_6523878ba4e8bd9fc925e281d4da2ad8.setContent(html_5d602b0597c95f34c55a784e4f561bcb);
|
|
|
|
|
|
|
|
marker_0ffa0b49f412e08046ab467b60465ceb.bindPopup(popup_6523878ba4e8bd9fc925e281d4da2ad8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ffa0b49f412e08046ab467b60465ceb.setIcon(icon_ff937dbff078ce89633f22cc12b24c43);
|
|
|
|
|
|
var marker_35e86f932dea6bfc13a35e8327508699 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_00eae58382fc46ddf9187f59b2741965 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71d468d0c3ede16e4a80b9ee35f015ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8593bfb52f9b751e9f03beaa59770133 = $(`<div id="html_8593bfb52f9b751e9f03beaa59770133" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_71d468d0c3ede16e4a80b9ee35f015ed.setContent(html_8593bfb52f9b751e9f03beaa59770133);
|
|
|
|
|
|
|
|
marker_35e86f932dea6bfc13a35e8327508699.bindPopup(popup_71d468d0c3ede16e4a80b9ee35f015ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35e86f932dea6bfc13a35e8327508699.setIcon(icon_00eae58382fc46ddf9187f59b2741965);
|
|
|
|
|
|
var marker_b8b029a6bb6d90faf31b80adb95990ff = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_11e2c27d6748435b98e9b0a410bd475d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26ab3c9b7220c7b82166bbf5d4d0a07d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8165b71082972eb9b348678e8d80598a = $(`<div id="html_8165b71082972eb9b348678e8d80598a" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_26ab3c9b7220c7b82166bbf5d4d0a07d.setContent(html_8165b71082972eb9b348678e8d80598a);
|
|
|
|
|
|
|
|
marker_b8b029a6bb6d90faf31b80adb95990ff.bindPopup(popup_26ab3c9b7220c7b82166bbf5d4d0a07d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8b029a6bb6d90faf31b80adb95990ff.setIcon(icon_11e2c27d6748435b98e9b0a410bd475d);
|
|
|
|
|
|
var marker_b8afa2cca513d8794a828c15000fe032 = L.marker(
|
|
[39.1429, -94.573],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_dd0c3f5e65ded019cddd6e46485f993c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d76f970cc474ffd6a5a3586d4dafb438 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_093afe21775e5e767e394e94f6c315dd = $(`<div id="html_093afe21775e5e767e394e94f6c315dd" style="width: 100.0%; height: 100.0%;">toby.nettek.io</div>`)[0];
|
|
popup_d76f970cc474ffd6a5a3586d4dafb438.setContent(html_093afe21775e5e767e394e94f6c315dd);
|
|
|
|
|
|
|
|
marker_b8afa2cca513d8794a828c15000fe032.bindPopup(popup_d76f970cc474ffd6a5a3586d4dafb438)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8afa2cca513d8794a828c15000fe032.setIcon(icon_dd0c3f5e65ded019cddd6e46485f993c);
|
|
|
|
|
|
var marker_e077b1ec9f34b24e5bf9631501a6a1b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_32a604664737ab95d79a669f7f8c72c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0eb16d352184adf2487e46422fe2bd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97a54fba98e827681dbd369fda5e7b8f = $(`<div id="html_97a54fba98e827681dbd369fda5e7b8f" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_a0eb16d352184adf2487e46422fe2bd3.setContent(html_97a54fba98e827681dbd369fda5e7b8f);
|
|
|
|
|
|
|
|
marker_e077b1ec9f34b24e5bf9631501a6a1b8.bindPopup(popup_a0eb16d352184adf2487e46422fe2bd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e077b1ec9f34b24e5bf9631501a6a1b8.setIcon(icon_32a604664737ab95d79a669f7f8c72c8);
|
|
|
|
|
|
var marker_99ef0ae13b1adc20ebfc8d00061f1e6e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_51cc4c0a1a6f98a92928003679429e58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c13b6f0f28b8776a113e90a92763549 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42cbf7f00e5103d2e1841e3a9a35e39b = $(`<div id="html_42cbf7f00e5103d2e1841e3a9a35e39b" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_2c13b6f0f28b8776a113e90a92763549.setContent(html_42cbf7f00e5103d2e1841e3a9a35e39b);
|
|
|
|
|
|
|
|
marker_99ef0ae13b1adc20ebfc8d00061f1e6e.bindPopup(popup_2c13b6f0f28b8776a113e90a92763549)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99ef0ae13b1adc20ebfc8d00061f1e6e.setIcon(icon_51cc4c0a1a6f98a92928003679429e58);
|
|
|
|
|
|
var marker_5588d0ea85a3e187ace3a5da27754521 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7724d307da24f79daac0a8a4697a314f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da3a1edb9648254f40024c5a0c478b8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e6558c8ede85d9e0143bfeaf16737b6 = $(`<div id="html_5e6558c8ede85d9e0143bfeaf16737b6" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_da3a1edb9648254f40024c5a0c478b8a.setContent(html_5e6558c8ede85d9e0143bfeaf16737b6);
|
|
|
|
|
|
|
|
marker_5588d0ea85a3e187ace3a5da27754521.bindPopup(popup_da3a1edb9648254f40024c5a0c478b8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5588d0ea85a3e187ace3a5da27754521.setIcon(icon_7724d307da24f79daac0a8a4697a314f);
|
|
|
|
|
|
var marker_dbeaa7e563fdfc9052e47ae32b6961c8 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5f87a4b2efb7f1171ee56ef86cdbb3bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c9bbd15dfe83259186b8e4a1a3382ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99a43e2bf02425a040e47a421705f756 = $(`<div id="html_99a43e2bf02425a040e47a421705f756" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_6c9bbd15dfe83259186b8e4a1a3382ee.setContent(html_99a43e2bf02425a040e47a421705f756);
|
|
|
|
|
|
|
|
marker_dbeaa7e563fdfc9052e47ae32b6961c8.bindPopup(popup_6c9bbd15dfe83259186b8e4a1a3382ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbeaa7e563fdfc9052e47ae32b6961c8.setIcon(icon_5f87a4b2efb7f1171ee56ef86cdbb3bb);
|
|
|
|
|
|
var marker_a8cd11f89311d40209a1de95574ce0a4 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_0dcc9f687a798f80760918a6696deae4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11f2b44d6f947bf5e16bcca9ed72ad6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2df9a8adc78d0b01b9e022a3df255c2f = $(`<div id="html_2df9a8adc78d0b01b9e022a3df255c2f" style="width: 100.0%; height: 100.0%;">relay.bitmacro.io</div>`)[0];
|
|
popup_11f2b44d6f947bf5e16bcca9ed72ad6f.setContent(html_2df9a8adc78d0b01b9e022a3df255c2f);
|
|
|
|
|
|
|
|
marker_a8cd11f89311d40209a1de95574ce0a4.bindPopup(popup_11f2b44d6f947bf5e16bcca9ed72ad6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8cd11f89311d40209a1de95574ce0a4.setIcon(icon_0dcc9f687a798f80760918a6696deae4);
|
|
|
|
|
|
var marker_8750b916c90126eee340d0ad9e3cf857 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b4bfd7d9b7f5ec66676df2a3eb624f97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93aea82d74fe4e7730109ca4e24fd07a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c960bd02bc9ac820029af1ffadd26bf = $(`<div id="html_1c960bd02bc9ac820029af1ffadd26bf" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_93aea82d74fe4e7730109ca4e24fd07a.setContent(html_1c960bd02bc9ac820029af1ffadd26bf);
|
|
|
|
|
|
|
|
marker_8750b916c90126eee340d0ad9e3cf857.bindPopup(popup_93aea82d74fe4e7730109ca4e24fd07a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8750b916c90126eee340d0ad9e3cf857.setIcon(icon_b4bfd7d9b7f5ec66676df2a3eb624f97);
|
|
|
|
|
|
var marker_197b08800b0593531e4ae56132ef347f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_3079f88b68bd99811489b97bf7292504 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e112d1d04ad85d0c897d66f1c11768e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad6547c4d6c445af172762340000537e = $(`<div id="html_ad6547c4d6c445af172762340000537e" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_5e112d1d04ad85d0c897d66f1c11768e.setContent(html_ad6547c4d6c445af172762340000537e);
|
|
|
|
|
|
|
|
marker_197b08800b0593531e4ae56132ef347f.bindPopup(popup_5e112d1d04ad85d0c897d66f1c11768e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_197b08800b0593531e4ae56132ef347f.setIcon(icon_3079f88b68bd99811489b97bf7292504);
|
|
|
|
|
|
var marker_5a5a7b18d52041157ecb47fa22ec0c2f = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_9aa0d7b310d46489cfcb95ade887893e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d642ecbefcafb974756a63526293a08b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_391eb924b6c8cfab59405069335ec657 = $(`<div id="html_391eb924b6c8cfab59405069335ec657" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_d642ecbefcafb974756a63526293a08b.setContent(html_391eb924b6c8cfab59405069335ec657);
|
|
|
|
|
|
|
|
marker_5a5a7b18d52041157ecb47fa22ec0c2f.bindPopup(popup_d642ecbefcafb974756a63526293a08b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a5a7b18d52041157ecb47fa22ec0c2f.setIcon(icon_9aa0d7b310d46489cfcb95ade887893e);
|
|
|
|
|
|
var marker_d98eeff9954f3b4b36e3e891262a31c7 = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_6dfe7cab362eabf9bb58d67dffd7c3f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2486bfe95619a470330af553c9a3d576 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ca20114fae0e45010ca9a243adc853a = $(`<div id="html_8ca20114fae0e45010ca9a243adc853a" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_2486bfe95619a470330af553c9a3d576.setContent(html_8ca20114fae0e45010ca9a243adc853a);
|
|
|
|
|
|
|
|
marker_d98eeff9954f3b4b36e3e891262a31c7.bindPopup(popup_2486bfe95619a470330af553c9a3d576)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d98eeff9954f3b4b36e3e891262a31c7.setIcon(icon_6dfe7cab362eabf9bb58d67dffd7c3f8);
|
|
|
|
|
|
var marker_949e6a1d00eb6e7f3f2418a12a720ef0 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_766769f8f84cf1d94dcaa4bc03375146 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45bf87fd039e5104551899274393eebe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d56b7c146564bf86a099cccf59026d73 = $(`<div id="html_d56b7c146564bf86a099cccf59026d73" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_45bf87fd039e5104551899274393eebe.setContent(html_d56b7c146564bf86a099cccf59026d73);
|
|
|
|
|
|
|
|
marker_949e6a1d00eb6e7f3f2418a12a720ef0.bindPopup(popup_45bf87fd039e5104551899274393eebe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_949e6a1d00eb6e7f3f2418a12a720ef0.setIcon(icon_766769f8f84cf1d94dcaa4bc03375146);
|
|
|
|
|
|
var marker_d5c45c3ffad1d7a43c86cd468e5270ce = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_14f0368b8221a142e29a55f981194fe9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb4c1b47b2335221713ef23eabc343db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f60420738196460f12894ac13aefba0f = $(`<div id="html_f60420738196460f12894ac13aefba0f" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_eb4c1b47b2335221713ef23eabc343db.setContent(html_f60420738196460f12894ac13aefba0f);
|
|
|
|
|
|
|
|
marker_d5c45c3ffad1d7a43c86cd468e5270ce.bindPopup(popup_eb4c1b47b2335221713ef23eabc343db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5c45c3ffad1d7a43c86cd468e5270ce.setIcon(icon_14f0368b8221a142e29a55f981194fe9);
|
|
|
|
|
|
var marker_a8b5c835e8334fbaa99095afad7e54b2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_9ed2f01eaab15aa816ec2c81850b9764 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_360eac11ef8d8bbae2e27066ab96c725 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e98823e8c2f44d5a903304b6c8126900 = $(`<div id="html_e98823e8c2f44d5a903304b6c8126900" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_360eac11ef8d8bbae2e27066ab96c725.setContent(html_e98823e8c2f44d5a903304b6c8126900);
|
|
|
|
|
|
|
|
marker_a8b5c835e8334fbaa99095afad7e54b2.bindPopup(popup_360eac11ef8d8bbae2e27066ab96c725)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8b5c835e8334fbaa99095afad7e54b2.setIcon(icon_9ed2f01eaab15aa816ec2c81850b9764);
|
|
|
|
|
|
var marker_b4bc9db3b74823c7140b7bef5d0a2682 = L.marker(
|
|
[38.3396, -122.701],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_25d6339e8acefb8d267f357f6fc79eb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4da9eff0b6c1d33ca5668fcf7b2b339b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4acb639c37eddf410c4f61f6b496638 = $(`<div id="html_a4acb639c37eddf410c4f61f6b496638" style="width: 100.0%; height: 100.0%;">nostr.klabo.world</div>`)[0];
|
|
popup_4da9eff0b6c1d33ca5668fcf7b2b339b.setContent(html_a4acb639c37eddf410c4f61f6b496638);
|
|
|
|
|
|
|
|
marker_b4bc9db3b74823c7140b7bef5d0a2682.bindPopup(popup_4da9eff0b6c1d33ca5668fcf7b2b339b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4bc9db3b74823c7140b7bef5d0a2682.setIcon(icon_25d6339e8acefb8d267f357f6fc79eb5);
|
|
|
|
|
|
var marker_5bf4b5bb6a5748990cf2fbca68145e7b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_0b2f33508e901482e3123fac8e4176a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a99b24afd57aa0e486541d3fc6a5c7da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e5cc075304d380d5792f3e68993d687 = $(`<div id="html_8e5cc075304d380d5792f3e68993d687" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_a99b24afd57aa0e486541d3fc6a5c7da.setContent(html_8e5cc075304d380d5792f3e68993d687);
|
|
|
|
|
|
|
|
marker_5bf4b5bb6a5748990cf2fbca68145e7b.bindPopup(popup_a99b24afd57aa0e486541d3fc6a5c7da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bf4b5bb6a5748990cf2fbca68145e7b.setIcon(icon_0b2f33508e901482e3123fac8e4176a0);
|
|
|
|
|
|
var marker_a081734b4d19430abcfdc77ad3b2bdf7 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_6f7836131035c33768a0495cda37dac5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5170432cae33bb811325993e9bd70b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_628621282a7c32577e8c44f0776a330c = $(`<div id="html_628621282a7c32577e8c44f0776a330c" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_b5170432cae33bb811325993e9bd70b6.setContent(html_628621282a7c32577e8c44f0776a330c);
|
|
|
|
|
|
|
|
marker_a081734b4d19430abcfdc77ad3b2bdf7.bindPopup(popup_b5170432cae33bb811325993e9bd70b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a081734b4d19430abcfdc77ad3b2bdf7.setIcon(icon_6f7836131035c33768a0495cda37dac5);
|
|
|
|
|
|
var marker_a5d9236d8c5933eff3f13c8e7dc19d56 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5c56dac09ce94d1552c0a65f5c03a580 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ff84e3e44a777f31140118b6bce9f3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19896412c7c48be8bdaa3f80e8471780 = $(`<div id="html_19896412c7c48be8bdaa3f80e8471780" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_3ff84e3e44a777f31140118b6bce9f3c.setContent(html_19896412c7c48be8bdaa3f80e8471780);
|
|
|
|
|
|
|
|
marker_a5d9236d8c5933eff3f13c8e7dc19d56.bindPopup(popup_3ff84e3e44a777f31140118b6bce9f3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5d9236d8c5933eff3f13c8e7dc19d56.setIcon(icon_5c56dac09ce94d1552c0a65f5c03a580);
|
|
|
|
|
|
var marker_e6f83bfae38c0a4e452438552fb1cd99 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_3aaafed5a6ff974aa718c559bfbebb9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6192205811dcdc802b5f79eb1dd0e965 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6fff0d34281c7f87854b605e0adc01b = $(`<div id="html_c6fff0d34281c7f87854b605e0adc01b" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_6192205811dcdc802b5f79eb1dd0e965.setContent(html_c6fff0d34281c7f87854b605e0adc01b);
|
|
|
|
|
|
|
|
marker_e6f83bfae38c0a4e452438552fb1cd99.bindPopup(popup_6192205811dcdc802b5f79eb1dd0e965)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6f83bfae38c0a4e452438552fb1cd99.setIcon(icon_3aaafed5a6ff974aa718c559bfbebb9f);
|
|
|
|
|
|
var marker_00b66b3ae1f27f89cbffb7866360154f = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_dc08908082e0354b30d9728f49571221 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30f657ce73348fd0f5f2a1dcca3ffd9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e23ea2b7a34e3c84abbadf1b2da6be6 = $(`<div id="html_6e23ea2b7a34e3c84abbadf1b2da6be6" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_30f657ce73348fd0f5f2a1dcca3ffd9b.setContent(html_6e23ea2b7a34e3c84abbadf1b2da6be6);
|
|
|
|
|
|
|
|
marker_00b66b3ae1f27f89cbffb7866360154f.bindPopup(popup_30f657ce73348fd0f5f2a1dcca3ffd9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00b66b3ae1f27f89cbffb7866360154f.setIcon(icon_dc08908082e0354b30d9728f49571221);
|
|
|
|
|
|
var marker_1c34bfba527313b678d87d82e8e58869 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a9c54de163a1ca8685d95c179be70659 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_806cfec03d8783c96b68e4deb447d785 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea4d4759aab34eaa0c23794fd8161100 = $(`<div id="html_ea4d4759aab34eaa0c23794fd8161100" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_806cfec03d8783c96b68e4deb447d785.setContent(html_ea4d4759aab34eaa0c23794fd8161100);
|
|
|
|
|
|
|
|
marker_1c34bfba527313b678d87d82e8e58869.bindPopup(popup_806cfec03d8783c96b68e4deb447d785)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c34bfba527313b678d87d82e8e58869.setIcon(icon_a9c54de163a1ca8685d95c179be70659);
|
|
|
|
|
|
var marker_ea76e0106673e444c2a914d106729b79 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a1707d17e08d62347de91101fdc8157d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56a65461b9139150bc222b1c367ad9ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e0a8309c9925aef281a465a8c3f88d0 = $(`<div id="html_7e0a8309c9925aef281a465a8c3f88d0" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_56a65461b9139150bc222b1c367ad9ab.setContent(html_7e0a8309c9925aef281a465a8c3f88d0);
|
|
|
|
|
|
|
|
marker_ea76e0106673e444c2a914d106729b79.bindPopup(popup_56a65461b9139150bc222b1c367ad9ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea76e0106673e444c2a914d106729b79.setIcon(icon_a1707d17e08d62347de91101fdc8157d);
|
|
|
|
|
|
var marker_b01235171c1466cd72051a04e2d64a4c = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_8d1c6bd4649edb4951a28b640e1cf7f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86fcd7152aa302b25cf15e2e534215a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f79b66c581f30be6372809bbdf620d7 = $(`<div id="html_7f79b66c581f30be6372809bbdf620d7" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_86fcd7152aa302b25cf15e2e534215a6.setContent(html_7f79b66c581f30be6372809bbdf620d7);
|
|
|
|
|
|
|
|
marker_b01235171c1466cd72051a04e2d64a4c.bindPopup(popup_86fcd7152aa302b25cf15e2e534215a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b01235171c1466cd72051a04e2d64a4c.setIcon(icon_8d1c6bd4649edb4951a28b640e1cf7f7);
|
|
|
|
|
|
var marker_22e67c26ec02fc7c5dbaa49275a6c7c2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5f0ab0ed21491fd7ca997b133860d023 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5a7f216e0c9ee44f2294180548026e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a2bb3d2f8a3b7b67049853af89b20bd = $(`<div id="html_2a2bb3d2f8a3b7b67049853af89b20bd" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_a5a7f216e0c9ee44f2294180548026e6.setContent(html_2a2bb3d2f8a3b7b67049853af89b20bd);
|
|
|
|
|
|
|
|
marker_22e67c26ec02fc7c5dbaa49275a6c7c2.bindPopup(popup_a5a7f216e0c9ee44f2294180548026e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22e67c26ec02fc7c5dbaa49275a6c7c2.setIcon(icon_5f0ab0ed21491fd7ca997b133860d023);
|
|
|
|
|
|
var marker_fa8104d7bb5b697bb9dbb8c05e65cf09 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5d30ef20309a448707736c242689e0e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1d093b85f0d58d878a4be02a2427259 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9cc011890a81574d6e19a5268035cdf = $(`<div id="html_f9cc011890a81574d6e19a5268035cdf" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_f1d093b85f0d58d878a4be02a2427259.setContent(html_f9cc011890a81574d6e19a5268035cdf);
|
|
|
|
|
|
|
|
marker_fa8104d7bb5b697bb9dbb8c05e65cf09.bindPopup(popup_f1d093b85f0d58d878a4be02a2427259)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa8104d7bb5b697bb9dbb8c05e65cf09.setIcon(icon_5d30ef20309a448707736c242689e0e7);
|
|
|
|
|
|
var marker_20e6eb7c2b14cecfed82a9c049ba8f14 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_0ad7a154a0c96aa888a2c305db7335f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de164035a9b029d9a1c778f4cba2b9f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02974edc79cc7e30d299066403c02591 = $(`<div id="html_02974edc79cc7e30d299066403c02591" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_de164035a9b029d9a1c778f4cba2b9f5.setContent(html_02974edc79cc7e30d299066403c02591);
|
|
|
|
|
|
|
|
marker_20e6eb7c2b14cecfed82a9c049ba8f14.bindPopup(popup_de164035a9b029d9a1c778f4cba2b9f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20e6eb7c2b14cecfed82a9c049ba8f14.setIcon(icon_0ad7a154a0c96aa888a2c305db7335f3);
|
|
|
|
|
|
var marker_6fc1632acc2d54f0df87b656c6730cd0 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_ba06f9ef859f97d215d4c66d09a2fd15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ffd87d03421a3d035d3b450e51a5e47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca4f46374eeac71d577d0a2ad218532d = $(`<div id="html_ca4f46374eeac71d577d0a2ad218532d" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_6ffd87d03421a3d035d3b450e51a5e47.setContent(html_ca4f46374eeac71d577d0a2ad218532d);
|
|
|
|
|
|
|
|
marker_6fc1632acc2d54f0df87b656c6730cd0.bindPopup(popup_6ffd87d03421a3d035d3b450e51a5e47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fc1632acc2d54f0df87b656c6730cd0.setIcon(icon_ba06f9ef859f97d215d4c66d09a2fd15);
|
|
|
|
|
|
var marker_b3751da676ab06e4f79d8907f3d29502 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_70bfda0a1c0c520b0b6ec56373273d7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc6fbd245be0b126189790add3e02d67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0354c91be20a735cfd222a656779ea29 = $(`<div id="html_0354c91be20a735cfd222a656779ea29" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_cc6fbd245be0b126189790add3e02d67.setContent(html_0354c91be20a735cfd222a656779ea29);
|
|
|
|
|
|
|
|
marker_b3751da676ab06e4f79d8907f3d29502.bindPopup(popup_cc6fbd245be0b126189790add3e02d67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3751da676ab06e4f79d8907f3d29502.setIcon(icon_70bfda0a1c0c520b0b6ec56373273d7b);
|
|
|
|
|
|
var marker_c74a40769e88795f431afb4935c296fc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_689acbd4b7fe18000f139f1b77968662 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_043c2030a70f24a44e7f5cd215eb8ca6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25e94e99189f5edb7e6c05c442d9cd8d = $(`<div id="html_25e94e99189f5edb7e6c05c442d9cd8d" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_043c2030a70f24a44e7f5cd215eb8ca6.setContent(html_25e94e99189f5edb7e6c05c442d9cd8d);
|
|
|
|
|
|
|
|
marker_c74a40769e88795f431afb4935c296fc.bindPopup(popup_043c2030a70f24a44e7f5cd215eb8ca6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c74a40769e88795f431afb4935c296fc.setIcon(icon_689acbd4b7fe18000f139f1b77968662);
|
|
|
|
|
|
var marker_6d64ce67c428fd38c850dca6f1807542 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e98bd98b62f2b0c777c177a2c69f5994 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52f36bdbc3fdcc40ad8349c83542906b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76233bec42f40341d25cd103e16073b8 = $(`<div id="html_76233bec42f40341d25cd103e16073b8" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_52f36bdbc3fdcc40ad8349c83542906b.setContent(html_76233bec42f40341d25cd103e16073b8);
|
|
|
|
|
|
|
|
marker_6d64ce67c428fd38c850dca6f1807542.bindPopup(popup_52f36bdbc3fdcc40ad8349c83542906b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d64ce67c428fd38c850dca6f1807542.setIcon(icon_e98bd98b62f2b0c777c177a2c69f5994);
|
|
|
|
|
|
var marker_cf70211dfea520d5f7c932e622c1b703 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_07319f2fed7aa4d518d496b7848e9480 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_921ec3fa50785175702a4518043b9e78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7691c1d3986de8e2e54d4b8abbb54528 = $(`<div id="html_7691c1d3986de8e2e54d4b8abbb54528" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_921ec3fa50785175702a4518043b9e78.setContent(html_7691c1d3986de8e2e54d4b8abbb54528);
|
|
|
|
|
|
|
|
marker_cf70211dfea520d5f7c932e622c1b703.bindPopup(popup_921ec3fa50785175702a4518043b9e78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf70211dfea520d5f7c932e622c1b703.setIcon(icon_07319f2fed7aa4d518d496b7848e9480);
|
|
|
|
|
|
var marker_da7f573ab5dd3032e49be29cb5f2bfc6 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_da4ac2cc457b1fd16a8951ac766113c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8f8b57e10394c4f4b82aa16eddb75d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4507f5f8ed8b104880d05349a26a7858 = $(`<div id="html_4507f5f8ed8b104880d05349a26a7858" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_d8f8b57e10394c4f4b82aa16eddb75d9.setContent(html_4507f5f8ed8b104880d05349a26a7858);
|
|
|
|
|
|
|
|
marker_da7f573ab5dd3032e49be29cb5f2bfc6.bindPopup(popup_d8f8b57e10394c4f4b82aa16eddb75d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da7f573ab5dd3032e49be29cb5f2bfc6.setIcon(icon_da4ac2cc457b1fd16a8951ac766113c4);
|
|
|
|
|
|
var marker_a4ccc79b89fa831a50ce8625ee160333 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e7dc5b7d68b7faddd2dee30bc07be7e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f4798b19a52bcd66669006affdbdc18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_567dc33ae50f7b2b9a15254c6c6d82b5 = $(`<div id="html_567dc33ae50f7b2b9a15254c6c6d82b5" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_6f4798b19a52bcd66669006affdbdc18.setContent(html_567dc33ae50f7b2b9a15254c6c6d82b5);
|
|
|
|
|
|
|
|
marker_a4ccc79b89fa831a50ce8625ee160333.bindPopup(popup_6f4798b19a52bcd66669006affdbdc18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4ccc79b89fa831a50ce8625ee160333.setIcon(icon_e7dc5b7d68b7faddd2dee30bc07be7e3);
|
|
|
|
|
|
var marker_b212a4dd04c0f2fba5e07c9998882787 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_947d658ef9c2857ebdfa209084dc6e8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1bc0b6a90b1713b34bd7e1ab72224af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96d36f4bb161d9f067a2b15d5ab4a94a = $(`<div id="html_96d36f4bb161d9f067a2b15d5ab4a94a" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_b1bc0b6a90b1713b34bd7e1ab72224af.setContent(html_96d36f4bb161d9f067a2b15d5ab4a94a);
|
|
|
|
|
|
|
|
marker_b212a4dd04c0f2fba5e07c9998882787.bindPopup(popup_b1bc0b6a90b1713b34bd7e1ab72224af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b212a4dd04c0f2fba5e07c9998882787.setIcon(icon_947d658ef9c2857ebdfa209084dc6e8b);
|
|
|
|
|
|
var marker_b6cdb4031e2c2effc325a3b63a9df4e1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_d17b26d9ee51e6363b7db822096cc89a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d290f2523ced581a60b4844b4967cd1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54564a7204bda82ca35b3197fa73b6bd = $(`<div id="html_54564a7204bda82ca35b3197fa73b6bd" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_d290f2523ced581a60b4844b4967cd1f.setContent(html_54564a7204bda82ca35b3197fa73b6bd);
|
|
|
|
|
|
|
|
marker_b6cdb4031e2c2effc325a3b63a9df4e1.bindPopup(popup_d290f2523ced581a60b4844b4967cd1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6cdb4031e2c2effc325a3b63a9df4e1.setIcon(icon_d17b26d9ee51e6363b7db822096cc89a);
|
|
|
|
|
|
var marker_7d5d2521fd9615ab4a6f9da67b3a1dbf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a9e942907b3b52c31dcdfff0741f5a7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e5cfa44c2ec0582d95317857758e5b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1496be2222f9b42877a1cb697d1b3d4 = $(`<div id="html_b1496be2222f9b42877a1cb697d1b3d4" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_7e5cfa44c2ec0582d95317857758e5b1.setContent(html_b1496be2222f9b42877a1cb697d1b3d4);
|
|
|
|
|
|
|
|
marker_7d5d2521fd9615ab4a6f9da67b3a1dbf.bindPopup(popup_7e5cfa44c2ec0582d95317857758e5b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d5d2521fd9615ab4a6f9da67b3a1dbf.setIcon(icon_a9e942907b3b52c31dcdfff0741f5a7a);
|
|
|
|
|
|
var marker_0a04f1b92ecace9641ea1ed2d7ae981d = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_74b9b7b9b534128f7811ca9ffdb1d528 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c4b396fdc23d0ef7381cf9433bbf1c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cae6db2d00ac0e735761052cd4255d06 = $(`<div id="html_cae6db2d00ac0e735761052cd4255d06" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_3c4b396fdc23d0ef7381cf9433bbf1c4.setContent(html_cae6db2d00ac0e735761052cd4255d06);
|
|
|
|
|
|
|
|
marker_0a04f1b92ecace9641ea1ed2d7ae981d.bindPopup(popup_3c4b396fdc23d0ef7381cf9433bbf1c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a04f1b92ecace9641ea1ed2d7ae981d.setIcon(icon_74b9b7b9b534128f7811ca9ffdb1d528);
|
|
|
|
|
|
var marker_16fcee66398a4c961b68484ba7825fa1 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5ddd88b171036eabeae078481b7cc866 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1f30dcd6146f4929015f12f1d4ea269 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93c3b5bf3fed65cad68f9728656f359d = $(`<div id="html_93c3b5bf3fed65cad68f9728656f359d" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_d1f30dcd6146f4929015f12f1d4ea269.setContent(html_93c3b5bf3fed65cad68f9728656f359d);
|
|
|
|
|
|
|
|
marker_16fcee66398a4c961b68484ba7825fa1.bindPopup(popup_d1f30dcd6146f4929015f12f1d4ea269)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16fcee66398a4c961b68484ba7825fa1.setIcon(icon_5ddd88b171036eabeae078481b7cc866);
|
|
|
|
|
|
var marker_363142d51c85c2604233d5d7b99b089f = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_81703e45b2e34e79c8a0fa0f4a81a963 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48ce8aa91ed9a903040ef0d92e858844 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ea404661bec486fedd3815da255e144 = $(`<div id="html_6ea404661bec486fedd3815da255e144" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_48ce8aa91ed9a903040ef0d92e858844.setContent(html_6ea404661bec486fedd3815da255e144);
|
|
|
|
|
|
|
|
marker_363142d51c85c2604233d5d7b99b089f.bindPopup(popup_48ce8aa91ed9a903040ef0d92e858844)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_363142d51c85c2604233d5d7b99b089f.setIcon(icon_81703e45b2e34e79c8a0fa0f4a81a963);
|
|
|
|
|
|
var marker_2afa8d4b54a2d6ae462bf306c1edfae1 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_01d797fc98966fd9710a2dd179734a4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7faab70f3ad8c0b4a7e6eccf6fbc70f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a66b135553c0bf47183d5e15c81aeddf = $(`<div id="html_a66b135553c0bf47183d5e15c81aeddf" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_7faab70f3ad8c0b4a7e6eccf6fbc70f2.setContent(html_a66b135553c0bf47183d5e15c81aeddf);
|
|
|
|
|
|
|
|
marker_2afa8d4b54a2d6ae462bf306c1edfae1.bindPopup(popup_7faab70f3ad8c0b4a7e6eccf6fbc70f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2afa8d4b54a2d6ae462bf306c1edfae1.setIcon(icon_01d797fc98966fd9710a2dd179734a4e);
|
|
|
|
|
|
var marker_0ab71a8ac725d58a7fb1701c89d74a78 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_1597b312d70e34782cde4c911152b5fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e3749d513e9a3ba5c04086eef3141da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5d9c3032298ae128b3b2d60b8157ecc = $(`<div id="html_e5d9c3032298ae128b3b2d60b8157ecc" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_8e3749d513e9a3ba5c04086eef3141da.setContent(html_e5d9c3032298ae128b3b2d60b8157ecc);
|
|
|
|
|
|
|
|
marker_0ab71a8ac725d58a7fb1701c89d74a78.bindPopup(popup_8e3749d513e9a3ba5c04086eef3141da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ab71a8ac725d58a7fb1701c89d74a78.setIcon(icon_1597b312d70e34782cde4c911152b5fc);
|
|
|
|
|
|
var marker_d68663d2b7c1651e71ee4acbb8d7658f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7ebf3cc75c8e81c04262a80a3aba0ffc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2e5eb427dc596d2dad778a55d0112e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66d8d7ce9a6c9a6e0cce18746b285e6d = $(`<div id="html_66d8d7ce9a6c9a6e0cce18746b285e6d" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_d2e5eb427dc596d2dad778a55d0112e2.setContent(html_66d8d7ce9a6c9a6e0cce18746b285e6d);
|
|
|
|
|
|
|
|
marker_d68663d2b7c1651e71ee4acbb8d7658f.bindPopup(popup_d2e5eb427dc596d2dad778a55d0112e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d68663d2b7c1651e71ee4acbb8d7658f.setIcon(icon_7ebf3cc75c8e81c04262a80a3aba0ffc);
|
|
|
|
|
|
var marker_e7c39e832c4b88bb41e307a163aa8403 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7dcb500ae28b0b5ab16ebbcda0dba7fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47b9002d3c50924d29a04177507f9571 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1ff6a78eca8496e047539042dc366d9 = $(`<div id="html_a1ff6a78eca8496e047539042dc366d9" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_47b9002d3c50924d29a04177507f9571.setContent(html_a1ff6a78eca8496e047539042dc366d9);
|
|
|
|
|
|
|
|
marker_e7c39e832c4b88bb41e307a163aa8403.bindPopup(popup_47b9002d3c50924d29a04177507f9571)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7c39e832c4b88bb41e307a163aa8403.setIcon(icon_7dcb500ae28b0b5ab16ebbcda0dba7fb);
|
|
|
|
|
|
var marker_113ad6f9cc77f8400fbfe7f20ab0ed32 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_9639817465762fb7a09f2eccdda1fb6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f000f1e67f22f32dd44220075d474cbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce3e789191b677232fb9476cf8fc2f92 = $(`<div id="html_ce3e789191b677232fb9476cf8fc2f92" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_f000f1e67f22f32dd44220075d474cbd.setContent(html_ce3e789191b677232fb9476cf8fc2f92);
|
|
|
|
|
|
|
|
marker_113ad6f9cc77f8400fbfe7f20ab0ed32.bindPopup(popup_f000f1e67f22f32dd44220075d474cbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_113ad6f9cc77f8400fbfe7f20ab0ed32.setIcon(icon_9639817465762fb7a09f2eccdda1fb6c);
|
|
|
|
|
|
var marker_0fa01abbdf78f14c7e5411846a3ae1c1 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_3829f9ced7116a8bb434df81f6d62744 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c30936efe7221b8692bd25feb742258c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_050a002ec6b3d8de4f22c443d0d82ca9 = $(`<div id="html_050a002ec6b3d8de4f22c443d0d82ca9" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_c30936efe7221b8692bd25feb742258c.setContent(html_050a002ec6b3d8de4f22c443d0d82ca9);
|
|
|
|
|
|
|
|
marker_0fa01abbdf78f14c7e5411846a3ae1c1.bindPopup(popup_c30936efe7221b8692bd25feb742258c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fa01abbdf78f14c7e5411846a3ae1c1.setIcon(icon_3829f9ced7116a8bb434df81f6d62744);
|
|
|
|
|
|
var marker_11f4cf3d60a09a1b0efa25f1d994503c = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b9975f4c5d057453de0327bcf885527d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6430d22838d432f6d79ef06bd5f07707 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5829de86456fe7769fcce92f8f731ef3 = $(`<div id="html_5829de86456fe7769fcce92f8f731ef3" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_6430d22838d432f6d79ef06bd5f07707.setContent(html_5829de86456fe7769fcce92f8f731ef3);
|
|
|
|
|
|
|
|
marker_11f4cf3d60a09a1b0efa25f1d994503c.bindPopup(popup_6430d22838d432f6d79ef06bd5f07707)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11f4cf3d60a09a1b0efa25f1d994503c.setIcon(icon_b9975f4c5d057453de0327bcf885527d);
|
|
|
|
|
|
var marker_e5dbb8056c3dfcfb2f80f8ab3c52d88a = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_16474bfaf4476c19f08a757716e86383 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc72a1dfed7dbc2b1103ee4dfc491817 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ffd10628548b8bdda6cb9ba6627a5f1 = $(`<div id="html_4ffd10628548b8bdda6cb9ba6627a5f1" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_fc72a1dfed7dbc2b1103ee4dfc491817.setContent(html_4ffd10628548b8bdda6cb9ba6627a5f1);
|
|
|
|
|
|
|
|
marker_e5dbb8056c3dfcfb2f80f8ab3c52d88a.bindPopup(popup_fc72a1dfed7dbc2b1103ee4dfc491817)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5dbb8056c3dfcfb2f80f8ab3c52d88a.setIcon(icon_16474bfaf4476c19f08a757716e86383);
|
|
|
|
|
|
var marker_f8d6b43faa4186bc8e9e66e9578dcfa7 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_ed8c79bf5e6eaad60624ceb6bb177c48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de7b7f59adb94ec20c78643515c6f5e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f303d38bb2b1a77c9bd0d6880f512b0 = $(`<div id="html_1f303d38bb2b1a77c9bd0d6880f512b0" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_de7b7f59adb94ec20c78643515c6f5e5.setContent(html_1f303d38bb2b1a77c9bd0d6880f512b0);
|
|
|
|
|
|
|
|
marker_f8d6b43faa4186bc8e9e66e9578dcfa7.bindPopup(popup_de7b7f59adb94ec20c78643515c6f5e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8d6b43faa4186bc8e9e66e9578dcfa7.setIcon(icon_ed8c79bf5e6eaad60624ceb6bb177c48);
|
|
|
|
|
|
var marker_edcd2c8c2cd9d4a34e56151856fc09d9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_2f2046d56ac0fe0ac98c33ae775acddf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebf345126d786e91f2e8dcaa000e5d6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51956e26404a77ddddbf5e6934e71e80 = $(`<div id="html_51956e26404a77ddddbf5e6934e71e80" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_ebf345126d786e91f2e8dcaa000e5d6f.setContent(html_51956e26404a77ddddbf5e6934e71e80);
|
|
|
|
|
|
|
|
marker_edcd2c8c2cd9d4a34e56151856fc09d9.bindPopup(popup_ebf345126d786e91f2e8dcaa000e5d6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edcd2c8c2cd9d4a34e56151856fc09d9.setIcon(icon_2f2046d56ac0fe0ac98c33ae775acddf);
|
|
|
|
|
|
var marker_739ce79835167a9f99a757dc12b57d10 = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_1d9387f90f123fbf46574a1dc443c0df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_add99c27612badcccd0ab9b85b0ae81b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42c15d95db313957467fd600ad580fd5 = $(`<div id="html_42c15d95db313957467fd600ad580fd5" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_add99c27612badcccd0ab9b85b0ae81b.setContent(html_42c15d95db313957467fd600ad580fd5);
|
|
|
|
|
|
|
|
marker_739ce79835167a9f99a757dc12b57d10.bindPopup(popup_add99c27612badcccd0ab9b85b0ae81b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_739ce79835167a9f99a757dc12b57d10.setIcon(icon_1d9387f90f123fbf46574a1dc443c0df);
|
|
|
|
|
|
var marker_c6904c52c8b68822447bbecb2e897ba6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_45e340a0dbfdc9cb72465ec016555d55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c26bea6ec15adcb44e9b63c381f934b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ae1421a4d8ec4a95cae12ca44deb403 = $(`<div id="html_6ae1421a4d8ec4a95cae12ca44deb403" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_c26bea6ec15adcb44e9b63c381f934b4.setContent(html_6ae1421a4d8ec4a95cae12ca44deb403);
|
|
|
|
|
|
|
|
marker_c6904c52c8b68822447bbecb2e897ba6.bindPopup(popup_c26bea6ec15adcb44e9b63c381f934b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6904c52c8b68822447bbecb2e897ba6.setIcon(icon_45e340a0dbfdc9cb72465ec016555d55);
|
|
|
|
|
|
var marker_03af99efccfef42799e3dd863e217a2c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_99bc8f6b13f5896d3fb9080038d4c2a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c34abe42297bf71dae26f2773b08b3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1989833e76d4efab7efd28695b6390f = $(`<div id="html_f1989833e76d4efab7efd28695b6390f" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_3c34abe42297bf71dae26f2773b08b3d.setContent(html_f1989833e76d4efab7efd28695b6390f);
|
|
|
|
|
|
|
|
marker_03af99efccfef42799e3dd863e217a2c.bindPopup(popup_3c34abe42297bf71dae26f2773b08b3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03af99efccfef42799e3dd863e217a2c.setIcon(icon_99bc8f6b13f5896d3fb9080038d4c2a4);
|
|
|
|
|
|
var marker_3ad487ea7fe804e10561debd9784ace2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5c2640bc5c597307b9174921c4daa892 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3fcdf3d7207f44f61f4fcdb517ba4b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_467e6f09539de87892ec3ef9354c82a2 = $(`<div id="html_467e6f09539de87892ec3ef9354c82a2" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_b3fcdf3d7207f44f61f4fcdb517ba4b5.setContent(html_467e6f09539de87892ec3ef9354c82a2);
|
|
|
|
|
|
|
|
marker_3ad487ea7fe804e10561debd9784ace2.bindPopup(popup_b3fcdf3d7207f44f61f4fcdb517ba4b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ad487ea7fe804e10561debd9784ace2.setIcon(icon_5c2640bc5c597307b9174921c4daa892);
|
|
|
|
|
|
var marker_c970ad553ee957aa9e510755e09bfea1 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_283a8441056825f9f7bbfbfda8fbc7df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a1f6027b941c807f0e77a8565cf7fa4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef780db56d18acbc5ef82340d4244fd6 = $(`<div id="html_ef780db56d18acbc5ef82340d4244fd6" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_8a1f6027b941c807f0e77a8565cf7fa4.setContent(html_ef780db56d18acbc5ef82340d4244fd6);
|
|
|
|
|
|
|
|
marker_c970ad553ee957aa9e510755e09bfea1.bindPopup(popup_8a1f6027b941c807f0e77a8565cf7fa4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c970ad553ee957aa9e510755e09bfea1.setIcon(icon_283a8441056825f9f7bbfbfda8fbc7df);
|
|
|
|
|
|
var marker_3ea329b8c8995ffce85ca270b187d9de = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a7b0ad80cf78530433fb1c797bfdf5a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e10daeb20117b78c17b4ffbf2a6089d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e54dacea62fa0413a274cb3ccc95977 = $(`<div id="html_5e54dacea62fa0413a274cb3ccc95977" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_1e10daeb20117b78c17b4ffbf2a6089d.setContent(html_5e54dacea62fa0413a274cb3ccc95977);
|
|
|
|
|
|
|
|
marker_3ea329b8c8995ffce85ca270b187d9de.bindPopup(popup_1e10daeb20117b78c17b4ffbf2a6089d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ea329b8c8995ffce85ca270b187d9de.setIcon(icon_a7b0ad80cf78530433fb1c797bfdf5a2);
|
|
|
|
|
|
var marker_b2467f0a371c3c8df3d5e45e3f98ad48 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_17bcaff86c4f83d33147de6e2c8b2a39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_365e033fb7f66bf04e2f002b5432a1e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76fabde4823788bed26dfc041fdb655b = $(`<div id="html_76fabde4823788bed26dfc041fdb655b" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_365e033fb7f66bf04e2f002b5432a1e5.setContent(html_76fabde4823788bed26dfc041fdb655b);
|
|
|
|
|
|
|
|
marker_b2467f0a371c3c8df3d5e45e3f98ad48.bindPopup(popup_365e033fb7f66bf04e2f002b5432a1e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2467f0a371c3c8df3d5e45e3f98ad48.setIcon(icon_17bcaff86c4f83d33147de6e2c8b2a39);
|
|
|
|
|
|
var marker_82cbd7b0a09a45c5bbb03357f6af1e32 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_0543d1c876cecb9bed2cd06f3e7697ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8da6b6fd3e3183af430b48dcdcf8458d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_605dbf6574aba5dcb80fe595a048b460 = $(`<div id="html_605dbf6574aba5dcb80fe595a048b460" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_8da6b6fd3e3183af430b48dcdcf8458d.setContent(html_605dbf6574aba5dcb80fe595a048b460);
|
|
|
|
|
|
|
|
marker_82cbd7b0a09a45c5bbb03357f6af1e32.bindPopup(popup_8da6b6fd3e3183af430b48dcdcf8458d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82cbd7b0a09a45c5bbb03357f6af1e32.setIcon(icon_0543d1c876cecb9bed2cd06f3e7697ef);
|
|
|
|
|
|
var marker_07371b91027fdd1a86af7904b3fb60af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e91287288c01f5a7455e0fd2a53ff565 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06c86bdedd5f2509a21246da4053ca08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48f10a65ff00eec810316d83d6bd0567 = $(`<div id="html_48f10a65ff00eec810316d83d6bd0567" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_06c86bdedd5f2509a21246da4053ca08.setContent(html_48f10a65ff00eec810316d83d6bd0567);
|
|
|
|
|
|
|
|
marker_07371b91027fdd1a86af7904b3fb60af.bindPopup(popup_06c86bdedd5f2509a21246da4053ca08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07371b91027fdd1a86af7904b3fb60af.setIcon(icon_e91287288c01f5a7455e0fd2a53ff565);
|
|
|
|
|
|
var marker_7ac0fe2e6ce4ca4734e389893f9c22af = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_93ec4897e44b354344470843f4e0467c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_536c9c627087cb5cf1590ea2f0704b7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3ce4c2e1c9553ef1f78e06da29fd5d8 = $(`<div id="html_a3ce4c2e1c9553ef1f78e06da29fd5d8" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_536c9c627087cb5cf1590ea2f0704b7d.setContent(html_a3ce4c2e1c9553ef1f78e06da29fd5d8);
|
|
|
|
|
|
|
|
marker_7ac0fe2e6ce4ca4734e389893f9c22af.bindPopup(popup_536c9c627087cb5cf1590ea2f0704b7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ac0fe2e6ce4ca4734e389893f9c22af.setIcon(icon_93ec4897e44b354344470843f4e0467c);
|
|
|
|
|
|
var marker_a3b70a78643d234802044981971c98b6 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7fe58305c0878963fd581c660d1f24d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0613ed93366c42adafaabe90a9218f8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f74441306f572c229fe9ce0760fe5c0e = $(`<div id="html_f74441306f572c229fe9ce0760fe5c0e" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_0613ed93366c42adafaabe90a9218f8e.setContent(html_f74441306f572c229fe9ce0760fe5c0e);
|
|
|
|
|
|
|
|
marker_a3b70a78643d234802044981971c98b6.bindPopup(popup_0613ed93366c42adafaabe90a9218f8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3b70a78643d234802044981971c98b6.setIcon(icon_7fe58305c0878963fd581c660d1f24d4);
|
|
|
|
|
|
var marker_5e20376c7c530e9bd5c33f3686929860 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_c48f7afe68b2428cec6fe332fdcb80e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee55bd5c43116909b6c54b0c0d4a21af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_736dc92c30d36b46523dea88763321a2 = $(`<div id="html_736dc92c30d36b46523dea88763321a2" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_ee55bd5c43116909b6c54b0c0d4a21af.setContent(html_736dc92c30d36b46523dea88763321a2);
|
|
|
|
|
|
|
|
marker_5e20376c7c530e9bd5c33f3686929860.bindPopup(popup_ee55bd5c43116909b6c54b0c0d4a21af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e20376c7c530e9bd5c33f3686929860.setIcon(icon_c48f7afe68b2428cec6fe332fdcb80e6);
|
|
|
|
|
|
var marker_44d86c6d31de8e146170752b9d9b82e2 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_c2f02fa017476193a843275c6d3fd673 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db27a6eced30ea993fe5e961114bcf69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afcac3bfbf6b91ce699ad55453fb8093 = $(`<div id="html_afcac3bfbf6b91ce699ad55453fb8093" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_db27a6eced30ea993fe5e961114bcf69.setContent(html_afcac3bfbf6b91ce699ad55453fb8093);
|
|
|
|
|
|
|
|
marker_44d86c6d31de8e146170752b9d9b82e2.bindPopup(popup_db27a6eced30ea993fe5e961114bcf69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44d86c6d31de8e146170752b9d9b82e2.setIcon(icon_c2f02fa017476193a843275c6d3fd673);
|
|
|
|
|
|
var marker_56cf6f9fd0b4fdc8b27711518d6febca = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_890d8a48921e5d1077e528e99bf4ecfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08592675c83b74e44f281938f2b92d53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84bc93ae119c730d412fe5cb0f8490a1 = $(`<div id="html_84bc93ae119c730d412fe5cb0f8490a1" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_08592675c83b74e44f281938f2b92d53.setContent(html_84bc93ae119c730d412fe5cb0f8490a1);
|
|
|
|
|
|
|
|
marker_56cf6f9fd0b4fdc8b27711518d6febca.bindPopup(popup_08592675c83b74e44f281938f2b92d53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56cf6f9fd0b4fdc8b27711518d6febca.setIcon(icon_890d8a48921e5d1077e528e99bf4ecfe);
|
|
|
|
|
|
var marker_67bb097b35c1f8a9085ca8b549ec83ff = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b9a0e54e3c726f291bebb99db7adc7d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c9b73defffdda5f820a4166acceb4ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbbcc38d1072df4fbb6db4b9f977fcf3 = $(`<div id="html_dbbcc38d1072df4fbb6db4b9f977fcf3" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_8c9b73defffdda5f820a4166acceb4ff.setContent(html_dbbcc38d1072df4fbb6db4b9f977fcf3);
|
|
|
|
|
|
|
|
marker_67bb097b35c1f8a9085ca8b549ec83ff.bindPopup(popup_8c9b73defffdda5f820a4166acceb4ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67bb097b35c1f8a9085ca8b549ec83ff.setIcon(icon_b9a0e54e3c726f291bebb99db7adc7d8);
|
|
|
|
|
|
var marker_3be5b508136ea9d098287144c869cc21 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_2ce3b60cfd7239dc3d871cce2e2be2c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ff85b2da879fc1677f25807ef18825c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72f819987d3a6bb3f247e47a88239547 = $(`<div id="html_72f819987d3a6bb3f247e47a88239547" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_2ff85b2da879fc1677f25807ef18825c.setContent(html_72f819987d3a6bb3f247e47a88239547);
|
|
|
|
|
|
|
|
marker_3be5b508136ea9d098287144c869cc21.bindPopup(popup_2ff85b2da879fc1677f25807ef18825c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3be5b508136ea9d098287144c869cc21.setIcon(icon_2ce3b60cfd7239dc3d871cce2e2be2c8);
|
|
|
|
|
|
var marker_52e55de945e8831804f2e52113c103d5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_599385482bc6602e41ce76e13d7f2398 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_023c05b24559947ee613450d82122e32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8db592221b4d2d0bb288a074f144ba9 = $(`<div id="html_a8db592221b4d2d0bb288a074f144ba9" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_023c05b24559947ee613450d82122e32.setContent(html_a8db592221b4d2d0bb288a074f144ba9);
|
|
|
|
|
|
|
|
marker_52e55de945e8831804f2e52113c103d5.bindPopup(popup_023c05b24559947ee613450d82122e32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52e55de945e8831804f2e52113c103d5.setIcon(icon_599385482bc6602e41ce76e13d7f2398);
|
|
|
|
|
|
var marker_381363e26a457afc398ddd586ec4da9c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_c18a00008b72c5904dee0b3253b14317 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d17dad1f1df49de889fd3ad2f666357 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2415991d8e17354ac7c6634c69a4c210 = $(`<div id="html_2415991d8e17354ac7c6634c69a4c210" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_7d17dad1f1df49de889fd3ad2f666357.setContent(html_2415991d8e17354ac7c6634c69a4c210);
|
|
|
|
|
|
|
|
marker_381363e26a457afc398ddd586ec4da9c.bindPopup(popup_7d17dad1f1df49de889fd3ad2f666357)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_381363e26a457afc398ddd586ec4da9c.setIcon(icon_c18a00008b72c5904dee0b3253b14317);
|
|
|
|
|
|
var marker_25e63f8de7c65eb028b9ee504263873b = L.marker(
|
|
[41.1667, 1.01667],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_abacdb591401c19efda34c60ce89378e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70d30e9e9c7c1ba199e1a49fc456a86e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2eab9090b4de3930f0ebda683838e210 = $(`<div id="html_2eab9090b4de3930f0ebda683838e210" style="width: 100.0%; height: 100.0%;">bitcoinostr.duckdns.org</div>`)[0];
|
|
popup_70d30e9e9c7c1ba199e1a49fc456a86e.setContent(html_2eab9090b4de3930f0ebda683838e210);
|
|
|
|
|
|
|
|
marker_25e63f8de7c65eb028b9ee504263873b.bindPopup(popup_70d30e9e9c7c1ba199e1a49fc456a86e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25e63f8de7c65eb028b9ee504263873b.setIcon(icon_abacdb591401c19efda34c60ce89378e);
|
|
|
|
|
|
var marker_28340121a5e62b599d4a2eff4e75bfd7 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_1a2e70a937aa24447a42afb0e5cdcb0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_610d1b63d0aac43151c00cffaf6f1598 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc2a201316098360ec239c7e5bf9787b = $(`<div id="html_fc2a201316098360ec239c7e5bf9787b" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_610d1b63d0aac43151c00cffaf6f1598.setContent(html_fc2a201316098360ec239c7e5bf9787b);
|
|
|
|
|
|
|
|
marker_28340121a5e62b599d4a2eff4e75bfd7.bindPopup(popup_610d1b63d0aac43151c00cffaf6f1598)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28340121a5e62b599d4a2eff4e75bfd7.setIcon(icon_1a2e70a937aa24447a42afb0e5cdcb0f);
|
|
|
|
|
|
var marker_166e6404d5fc68f2924c8554be941108 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_351298f1c4891ef6fe3a6b5ed4ad0b6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3580854b5486c79ba8462f40b21d11c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37af115eaba7315f7e3a3dd5dbd9b636 = $(`<div id="html_37af115eaba7315f7e3a3dd5dbd9b636" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_c3580854b5486c79ba8462f40b21d11c.setContent(html_37af115eaba7315f7e3a3dd5dbd9b636);
|
|
|
|
|
|
|
|
marker_166e6404d5fc68f2924c8554be941108.bindPopup(popup_c3580854b5486c79ba8462f40b21d11c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_166e6404d5fc68f2924c8554be941108.setIcon(icon_351298f1c4891ef6fe3a6b5ed4ad0b6b);
|
|
|
|
|
|
var marker_883fb397af6210d3810b0b039f138122 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_8ec541bc26d4a6c397d5795486c96166 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9967ed9c2bc83defb58203d979867ffb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bcbe210fa4647a06f6b06d616757f5c = $(`<div id="html_8bcbe210fa4647a06f6b06d616757f5c" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_9967ed9c2bc83defb58203d979867ffb.setContent(html_8bcbe210fa4647a06f6b06d616757f5c);
|
|
|
|
|
|
|
|
marker_883fb397af6210d3810b0b039f138122.bindPopup(popup_9967ed9c2bc83defb58203d979867ffb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_883fb397af6210d3810b0b039f138122.setIcon(icon_8ec541bc26d4a6c397d5795486c96166);
|
|
|
|
|
|
var marker_fd1b574f3e7cb4436f4c4d2051ed7a89 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a80e98eb0e373baaef353db30e31c6e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b756b4f3bba5bcd1ca33bde6cbd43954 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_223a7330fc21f9c50e305358dea1dcc0 = $(`<div id="html_223a7330fc21f9c50e305358dea1dcc0" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_b756b4f3bba5bcd1ca33bde6cbd43954.setContent(html_223a7330fc21f9c50e305358dea1dcc0);
|
|
|
|
|
|
|
|
marker_fd1b574f3e7cb4436f4c4d2051ed7a89.bindPopup(popup_b756b4f3bba5bcd1ca33bde6cbd43954)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd1b574f3e7cb4436f4c4d2051ed7a89.setIcon(icon_a80e98eb0e373baaef353db30e31c6e7);
|
|
|
|
|
|
var marker_e2343eb13949f53f7f0b9aefbf038a70 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_98c06bc1405fe0b249d411759bb677a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b1afe4c6a1209c54dcb582a729db85a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_768b694f33f67fefdf6253c83d3e575f = $(`<div id="html_768b694f33f67fefdf6253c83d3e575f" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_7b1afe4c6a1209c54dcb582a729db85a.setContent(html_768b694f33f67fefdf6253c83d3e575f);
|
|
|
|
|
|
|
|
marker_e2343eb13949f53f7f0b9aefbf038a70.bindPopup(popup_7b1afe4c6a1209c54dcb582a729db85a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2343eb13949f53f7f0b9aefbf038a70.setIcon(icon_98c06bc1405fe0b249d411759bb677a0);
|
|
|
|
|
|
var marker_04b5533311a1d8a2e0804ef87dd17d44 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b13a485b19242a51d6e3edf891aff3a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_274058862f6c3f062c8a8a2001fcc180 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fd13265ddd586ce4c82ed01bdfbc528 = $(`<div id="html_8fd13265ddd586ce4c82ed01bdfbc528" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_274058862f6c3f062c8a8a2001fcc180.setContent(html_8fd13265ddd586ce4c82ed01bdfbc528);
|
|
|
|
|
|
|
|
marker_04b5533311a1d8a2e0804ef87dd17d44.bindPopup(popup_274058862f6c3f062c8a8a2001fcc180)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04b5533311a1d8a2e0804ef87dd17d44.setIcon(icon_b13a485b19242a51d6e3edf891aff3a4);
|
|
|
|
|
|
var marker_6d3d2cb8e3649e15c51426fb7c10fa8c = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_d6a0cab065b7acf2dad041fe3e2761cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2ffea202805867159c043bb219ba0c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b050173a4c89847207ee40f94f7e6e56 = $(`<div id="html_b050173a4c89847207ee40f94f7e6e56" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_f2ffea202805867159c043bb219ba0c2.setContent(html_b050173a4c89847207ee40f94f7e6e56);
|
|
|
|
|
|
|
|
marker_6d3d2cb8e3649e15c51426fb7c10fa8c.bindPopup(popup_f2ffea202805867159c043bb219ba0c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d3d2cb8e3649e15c51426fb7c10fa8c.setIcon(icon_d6a0cab065b7acf2dad041fe3e2761cd);
|
|
|
|
|
|
var marker_81f97bd9edf5ba9196e3cc27553196d3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_bfe89f5c7b76e00e9ef6434296a07fab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddd9983f49bfbc8534808437a2d66c57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbfd103bc10760ab401e8df69d32f806 = $(`<div id="html_bbfd103bc10760ab401e8df69d32f806" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_ddd9983f49bfbc8534808437a2d66c57.setContent(html_bbfd103bc10760ab401e8df69d32f806);
|
|
|
|
|
|
|
|
marker_81f97bd9edf5ba9196e3cc27553196d3.bindPopup(popup_ddd9983f49bfbc8534808437a2d66c57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81f97bd9edf5ba9196e3cc27553196d3.setIcon(icon_bfe89f5c7b76e00e9ef6434296a07fab);
|
|
|
|
|
|
var marker_937b9a275bf9cb60bfa359655561eec8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_f2f7d13e0cc3628847cf12c9bca73b4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ef3897edf21a6b5ef1d68a6f07ae4a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f7ed5c866aefa39a70fac18e4c90ed1 = $(`<div id="html_9f7ed5c866aefa39a70fac18e4c90ed1" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_0ef3897edf21a6b5ef1d68a6f07ae4a8.setContent(html_9f7ed5c866aefa39a70fac18e4c90ed1);
|
|
|
|
|
|
|
|
marker_937b9a275bf9cb60bfa359655561eec8.bindPopup(popup_0ef3897edf21a6b5ef1d68a6f07ae4a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_937b9a275bf9cb60bfa359655561eec8.setIcon(icon_f2f7d13e0cc3628847cf12c9bca73b4b);
|
|
|
|
|
|
var marker_9d8ad9b5b0862e8b13c921bf00c5a6d9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_08abd20ec20033c4bdd792fa9ed50cf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7c2354848e09b6f4c1a3010aa7c577a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95aee24baec9503860ee58c1228aa69c = $(`<div id="html_95aee24baec9503860ee58c1228aa69c" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_d7c2354848e09b6f4c1a3010aa7c577a.setContent(html_95aee24baec9503860ee58c1228aa69c);
|
|
|
|
|
|
|
|
marker_9d8ad9b5b0862e8b13c921bf00c5a6d9.bindPopup(popup_d7c2354848e09b6f4c1a3010aa7c577a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d8ad9b5b0862e8b13c921bf00c5a6d9.setIcon(icon_08abd20ec20033c4bdd792fa9ed50cf6);
|
|
|
|
|
|
var marker_e8812570856067ad7287c4524e24acc5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_30a461d2cf768fd12139b25491435871 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f048af525537a4fe39343ee16d9060a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_645a43a81ab0545d4c3ed1fc4f2d0d9a = $(`<div id="html_645a43a81ab0545d4c3ed1fc4f2d0d9a" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_9f048af525537a4fe39343ee16d9060a.setContent(html_645a43a81ab0545d4c3ed1fc4f2d0d9a);
|
|
|
|
|
|
|
|
marker_e8812570856067ad7287c4524e24acc5.bindPopup(popup_9f048af525537a4fe39343ee16d9060a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8812570856067ad7287c4524e24acc5.setIcon(icon_30a461d2cf768fd12139b25491435871);
|
|
|
|
|
|
var marker_f876add31750409b7618b6b094085aaf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_f4c5a90ceb9c4219d488460d327ee649 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d0f3d5bec7190021ef68d8aa0fc3de9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b4de1597497f6b6c54f13d7e888956b = $(`<div id="html_7b4de1597497f6b6c54f13d7e888956b" style="width: 100.0%; height: 100.0%;">nos.lostr.space</div>`)[0];
|
|
popup_0d0f3d5bec7190021ef68d8aa0fc3de9.setContent(html_7b4de1597497f6b6c54f13d7e888956b);
|
|
|
|
|
|
|
|
marker_f876add31750409b7618b6b094085aaf.bindPopup(popup_0d0f3d5bec7190021ef68d8aa0fc3de9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f876add31750409b7618b6b094085aaf.setIcon(icon_f4c5a90ceb9c4219d488460d327ee649);
|
|
|
|
|
|
var marker_98fce130ce76a18b9d7f575a2e8c2717 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b840b85beaea30a42a465c7478e21f71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a87dea3deeee417226379115b28e35e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25530b9e8caacf97d85f3189031dab90 = $(`<div id="html_25530b9e8caacf97d85f3189031dab90" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_9a87dea3deeee417226379115b28e35e.setContent(html_25530b9e8caacf97d85f3189031dab90);
|
|
|
|
|
|
|
|
marker_98fce130ce76a18b9d7f575a2e8c2717.bindPopup(popup_9a87dea3deeee417226379115b28e35e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98fce130ce76a18b9d7f575a2e8c2717.setIcon(icon_b840b85beaea30a42a465c7478e21f71);
|
|
|
|
|
|
var marker_994222a7b4fea527c9899ef6e1cea728 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_33cd9fed9c0ffc297939f3e4bad839b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc2f68df833a2bf34a7cfb776a34083d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7c2faf14636fc1a4188be6cd4e1dbf3 = $(`<div id="html_f7c2faf14636fc1a4188be6cd4e1dbf3" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_cc2f68df833a2bf34a7cfb776a34083d.setContent(html_f7c2faf14636fc1a4188be6cd4e1dbf3);
|
|
|
|
|
|
|
|
marker_994222a7b4fea527c9899ef6e1cea728.bindPopup(popup_cc2f68df833a2bf34a7cfb776a34083d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_994222a7b4fea527c9899ef6e1cea728.setIcon(icon_33cd9fed9c0ffc297939f3e4bad839b8);
|
|
|
|
|
|
var marker_c322a0eaed8ded3fa9426e9b020ab4b3 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_12f3954d757e9ac9aa6a34c46d58a215 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d79d85cef381782fa2fa4060da43a38e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c227a63cbd7b3f129421db38ed9d71b0 = $(`<div id="html_c227a63cbd7b3f129421db38ed9d71b0" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_d79d85cef381782fa2fa4060da43a38e.setContent(html_c227a63cbd7b3f129421db38ed9d71b0);
|
|
|
|
|
|
|
|
marker_c322a0eaed8ded3fa9426e9b020ab4b3.bindPopup(popup_d79d85cef381782fa2fa4060da43a38e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c322a0eaed8ded3fa9426e9b020ab4b3.setIcon(icon_12f3954d757e9ac9aa6a34c46d58a215);
|
|
|
|
|
|
var marker_d8687855e1614a58327b724b9c74bd7a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a04054e55e7819c57db8fc2edf69fbbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4347b43324f0f523c0968d70d5172a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5545bb9f022338d57d74046abb65670a = $(`<div id="html_5545bb9f022338d57d74046abb65670a" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_d4347b43324f0f523c0968d70d5172a9.setContent(html_5545bb9f022338d57d74046abb65670a);
|
|
|
|
|
|
|
|
marker_d8687855e1614a58327b724b9c74bd7a.bindPopup(popup_d4347b43324f0f523c0968d70d5172a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8687855e1614a58327b724b9c74bd7a.setIcon(icon_a04054e55e7819c57db8fc2edf69fbbb);
|
|
|
|
|
|
var marker_5290e7596f8e6ec0ec55243a8a8487a1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_645eca342dc799cdc6f76131a6ad6fab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d4d23b2022c26c4acb51b4fb527ffda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfe17c27d3b65b5f5689285ee645ec0f = $(`<div id="html_cfe17c27d3b65b5f5689285ee645ec0f" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_4d4d23b2022c26c4acb51b4fb527ffda.setContent(html_cfe17c27d3b65b5f5689285ee645ec0f);
|
|
|
|
|
|
|
|
marker_5290e7596f8e6ec0ec55243a8a8487a1.bindPopup(popup_4d4d23b2022c26c4acb51b4fb527ffda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5290e7596f8e6ec0ec55243a8a8487a1.setIcon(icon_645eca342dc799cdc6f76131a6ad6fab);
|
|
|
|
|
|
var marker_30814aace57b1750d5bf9677908c4a77 = L.marker(
|
|
[45.8399, -119.701],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_9db8d23d6c8498396a59fbc4ff4821d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7180a5ff2b4bc0ba5a9352b95f02437 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc3d0f1e4c978cd50096ef2c734c5de3 = $(`<div id="html_fc3d0f1e4c978cd50096ef2c734c5de3" style="width: 100.0%; height: 100.0%;">muxstr.x.bdw.to</div>`)[0];
|
|
popup_d7180a5ff2b4bc0ba5a9352b95f02437.setContent(html_fc3d0f1e4c978cd50096ef2c734c5de3);
|
|
|
|
|
|
|
|
marker_30814aace57b1750d5bf9677908c4a77.bindPopup(popup_d7180a5ff2b4bc0ba5a9352b95f02437)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30814aace57b1750d5bf9677908c4a77.setIcon(icon_9db8d23d6c8498396a59fbc4ff4821d7);
|
|
|
|
|
|
var marker_25ab786cc971e3761e30830302230b76 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_f8f3b179535f2bb5ff69de71b52340dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3967cb875f5e70cd7e7960b30683b670 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4711473e47c50c2939ac759938fdfab = $(`<div id="html_a4711473e47c50c2939ac759938fdfab" style="width: 100.0%; height: 100.0%;">entirely-these-phases-melissa.trycloudflare.com</div>`)[0];
|
|
popup_3967cb875f5e70cd7e7960b30683b670.setContent(html_a4711473e47c50c2939ac759938fdfab);
|
|
|
|
|
|
|
|
marker_25ab786cc971e3761e30830302230b76.bindPopup(popup_3967cb875f5e70cd7e7960b30683b670)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25ab786cc971e3761e30830302230b76.setIcon(icon_f8f3b179535f2bb5ff69de71b52340dd);
|
|
|
|
|
|
var marker_c1e998840e29a1cd6fbfca26eb748a94 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5337b6d4fd006ca783e2006a7b63ee60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdd17a81eff84791c1d375b44c504cf3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88e9ca07e471bdecf543f6afe703c416 = $(`<div id="html_88e9ca07e471bdecf543f6afe703c416" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_bdd17a81eff84791c1d375b44c504cf3.setContent(html_88e9ca07e471bdecf543f6afe703c416);
|
|
|
|
|
|
|
|
marker_c1e998840e29a1cd6fbfca26eb748a94.bindPopup(popup_bdd17a81eff84791c1d375b44c504cf3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1e998840e29a1cd6fbfca26eb748a94.setIcon(icon_5337b6d4fd006ca783e2006a7b63ee60);
|
|
|
|
|
|
var marker_14c9d63cb113999f507499cab214a5cb = L.marker(
|
|
[38.958, -77.3592],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_d03cf08c42d255860cca91f9bcefb41e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6906200fc1bb94ff0f74287cfd3e8635 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12f8d19c4a72fdf319edd76c0df11541 = $(`<div id="html_12f8d19c4a72fdf319edd76c0df11541" style="width: 100.0%; height: 100.0%;">nostr.ac</div>`)[0];
|
|
popup_6906200fc1bb94ff0f74287cfd3e8635.setContent(html_12f8d19c4a72fdf319edd76c0df11541);
|
|
|
|
|
|
|
|
marker_14c9d63cb113999f507499cab214a5cb.bindPopup(popup_6906200fc1bb94ff0f74287cfd3e8635)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14c9d63cb113999f507499cab214a5cb.setIcon(icon_d03cf08c42d255860cca91f9bcefb41e);
|
|
|
|
|
|
var marker_4a70fcae11b9ec2df54fc73466e9a861 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b12551b38f646925a543ff57c90de947 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64ca1d197806ef00fb8176606ac1d684 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c4c029c826fd8b04a107009d7049f2c = $(`<div id="html_6c4c029c826fd8b04a107009d7049f2c" style="width: 100.0%; height: 100.0%;">relay.onlynostr.club</div>`)[0];
|
|
popup_64ca1d197806ef00fb8176606ac1d684.setContent(html_6c4c029c826fd8b04a107009d7049f2c);
|
|
|
|
|
|
|
|
marker_4a70fcae11b9ec2df54fc73466e9a861.bindPopup(popup_64ca1d197806ef00fb8176606ac1d684)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a70fcae11b9ec2df54fc73466e9a861.setIcon(icon_b12551b38f646925a543ff57c90de947);
|
|
|
|
|
|
var marker_75f519c2d5320b31d2eb8e38cc9530be = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_3cf737517ea471a6a220131c8e4e097d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da61a1cf0f258f9bf65857ffa79da9fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f0ec560c9bfb3af11eec07d2baaaca7 = $(`<div id="html_2f0ec560c9bfb3af11eec07d2baaaca7" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_da61a1cf0f258f9bf65857ffa79da9fb.setContent(html_2f0ec560c9bfb3af11eec07d2baaaca7);
|
|
|
|
|
|
|
|
marker_75f519c2d5320b31d2eb8e38cc9530be.bindPopup(popup_da61a1cf0f258f9bf65857ffa79da9fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75f519c2d5320b31d2eb8e38cc9530be.setIcon(icon_3cf737517ea471a6a220131c8e4e097d);
|
|
|
|
|
|
var marker_583b756031d659e8c1fdfc95fe5b69a0 = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_24da2721e2f7ba2692e3148eed15cdf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d652cbc0b95b6d7d5983c289dca4193 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0060d6de09e7520547a303545fad226a = $(`<div id="html_0060d6de09e7520547a303545fad226a" style="width: 100.0%; height: 100.0%;">relay.smies.me</div>`)[0];
|
|
popup_1d652cbc0b95b6d7d5983c289dca4193.setContent(html_0060d6de09e7520547a303545fad226a);
|
|
|
|
|
|
|
|
marker_583b756031d659e8c1fdfc95fe5b69a0.bindPopup(popup_1d652cbc0b95b6d7d5983c289dca4193)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_583b756031d659e8c1fdfc95fe5b69a0.setIcon(icon_24da2721e2f7ba2692e3148eed15cdf2);
|
|
|
|
|
|
var marker_6e6e41b81417f5672ef8fbae3aca65f6 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_d157d2398aad553b6e4ccfd77cb1733d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6aa9dbea374acfbc82fb9bcbdf0725c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f35dffe9c0c8158e0c78ecbc8bfc42e1 = $(`<div id="html_f35dffe9c0c8158e0c78ecbc8bfc42e1" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_6aa9dbea374acfbc82fb9bcbdf0725c3.setContent(html_f35dffe9c0c8158e0c78ecbc8bfc42e1);
|
|
|
|
|
|
|
|
marker_6e6e41b81417f5672ef8fbae3aca65f6.bindPopup(popup_6aa9dbea374acfbc82fb9bcbdf0725c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e6e41b81417f5672ef8fbae3aca65f6.setIcon(icon_d157d2398aad553b6e4ccfd77cb1733d);
|
|
|
|
|
|
var marker_41cb355f4b6ef926bc5b478a5a4ec88f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_0ea27c8c43dfb74e903a7841c1d0a8ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30830014afd52a67db5ba2e4f7ca143a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1bd320c000c8a7e7aecac04a40397c4 = $(`<div id="html_d1bd320c000c8a7e7aecac04a40397c4" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_30830014afd52a67db5ba2e4f7ca143a.setContent(html_d1bd320c000c8a7e7aecac04a40397c4);
|
|
|
|
|
|
|
|
marker_41cb355f4b6ef926bc5b478a5a4ec88f.bindPopup(popup_30830014afd52a67db5ba2e4f7ca143a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41cb355f4b6ef926bc5b478a5a4ec88f.setIcon(icon_0ea27c8c43dfb74e903a7841c1d0a8ce);
|
|
|
|
|
|
var marker_0460387c98968e04543b76f3f04958e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_230ffcc24cd7d7c35e7ed428825402b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00faa8d862dadcc6831cf99082e3286d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c45fe517a4239e9a3a8b0037d4d708c8 = $(`<div id="html_c45fe517a4239e9a3a8b0037d4d708c8" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_00faa8d862dadcc6831cf99082e3286d.setContent(html_c45fe517a4239e9a3a8b0037d4d708c8);
|
|
|
|
|
|
|
|
marker_0460387c98968e04543b76f3f04958e6.bindPopup(popup_00faa8d862dadcc6831cf99082e3286d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0460387c98968e04543b76f3f04958e6.setIcon(icon_230ffcc24cd7d7c35e7ed428825402b5);
|
|
|
|
|
|
var marker_7f4b054d74f7b0f456a78c7c9e54fb4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7e935967bafb1a481c8307ae5046f385 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16741340c7d89ac3c26c5f2b4a231c5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba03ab2544276e550dd478f69f9fe86e = $(`<div id="html_ba03ab2544276e550dd478f69f9fe86e" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_16741340c7d89ac3c26c5f2b4a231c5c.setContent(html_ba03ab2544276e550dd478f69f9fe86e);
|
|
|
|
|
|
|
|
marker_7f4b054d74f7b0f456a78c7c9e54fb4b.bindPopup(popup_16741340c7d89ac3c26c5f2b4a231c5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f4b054d74f7b0f456a78c7c9e54fb4b.setIcon(icon_7e935967bafb1a481c8307ae5046f385);
|
|
|
|
|
|
var marker_f175f6da0fd918ba7a7beac5fce014fd = L.marker(
|
|
[49.704, -124.918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_1e25878905b3c233cbd74d12fe88b1b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e278bc3cb03addce01d022f42028a55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e56ceba05fc6fade021871bdf3d5f96 = $(`<div id="html_6e56ceba05fc6fade021871bdf3d5f96" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_6e278bc3cb03addce01d022f42028a55.setContent(html_6e56ceba05fc6fade021871bdf3d5f96);
|
|
|
|
|
|
|
|
marker_f175f6da0fd918ba7a7beac5fce014fd.bindPopup(popup_6e278bc3cb03addce01d022f42028a55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f175f6da0fd918ba7a7beac5fce014fd.setIcon(icon_1e25878905b3c233cbd74d12fe88b1b1);
|
|
|
|
|
|
var marker_b4249bcd1bf0f89e369f0ff81f0aef30 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_edc9ff3296cbf5f579c49cba35466b97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d22b94b5936afb89d32437f389f4cf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cfb2fa604804f3cae05b76d30f44086 = $(`<div id="html_2cfb2fa604804f3cae05b76d30f44086" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_7d22b94b5936afb89d32437f389f4cf1.setContent(html_2cfb2fa604804f3cae05b76d30f44086);
|
|
|
|
|
|
|
|
marker_b4249bcd1bf0f89e369f0ff81f0aef30.bindPopup(popup_7d22b94b5936afb89d32437f389f4cf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4249bcd1bf0f89e369f0ff81f0aef30.setIcon(icon_edc9ff3296cbf5f579c49cba35466b97);
|
|
|
|
|
|
var marker_085f03c1ec3871016d3505f34dc211ed = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_9a9741ac8e78997705eae8d7800143ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3e9e158d01a3848a79da456014b8863 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae0d226b29d35373fd88256cd1c20c57 = $(`<div id="html_ae0d226b29d35373fd88256cd1c20c57" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_e3e9e158d01a3848a79da456014b8863.setContent(html_ae0d226b29d35373fd88256cd1c20c57);
|
|
|
|
|
|
|
|
marker_085f03c1ec3871016d3505f34dc211ed.bindPopup(popup_e3e9e158d01a3848a79da456014b8863)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_085f03c1ec3871016d3505f34dc211ed.setIcon(icon_9a9741ac8e78997705eae8d7800143ba);
|
|
|
|
|
|
var marker_13424051c0f06fcd75034dc7730b977b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_075d90745ebb96e2f8b0b21567c38fbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98c461efd1732009068e6d19072ae69a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2a59614841711d6f84230b7d0063bf5 = $(`<div id="html_b2a59614841711d6f84230b7d0063bf5" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_98c461efd1732009068e6d19072ae69a.setContent(html_b2a59614841711d6f84230b7d0063bf5);
|
|
|
|
|
|
|
|
marker_13424051c0f06fcd75034dc7730b977b.bindPopup(popup_98c461efd1732009068e6d19072ae69a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13424051c0f06fcd75034dc7730b977b.setIcon(icon_075d90745ebb96e2f8b0b21567c38fbd);
|
|
|
|
|
|
var marker_c13ec171c9ede6e6ac3bfe2daea175d3 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a3b503ebf6c279eedb5676733839b22f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df288f7008cf901729c8ad2b37e26e1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e557ba1f0d8c215417ec2449a56c0e3 = $(`<div id="html_1e557ba1f0d8c215417ec2449a56c0e3" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_df288f7008cf901729c8ad2b37e26e1c.setContent(html_1e557ba1f0d8c215417ec2449a56c0e3);
|
|
|
|
|
|
|
|
marker_c13ec171c9ede6e6ac3bfe2daea175d3.bindPopup(popup_df288f7008cf901729c8ad2b37e26e1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c13ec171c9ede6e6ac3bfe2daea175d3.setIcon(icon_a3b503ebf6c279eedb5676733839b22f);
|
|
|
|
|
|
var marker_ff862f50f14fc214042cab2498793ff8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e216fa7f601a312eedbf2e3ac44d16a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42d2fc4fdfc01b271578202d48a0769c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5584613511b2e70343353fec5febe2c5 = $(`<div id="html_5584613511b2e70343353fec5febe2c5" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_42d2fc4fdfc01b271578202d48a0769c.setContent(html_5584613511b2e70343353fec5febe2c5);
|
|
|
|
|
|
|
|
marker_ff862f50f14fc214042cab2498793ff8.bindPopup(popup_42d2fc4fdfc01b271578202d48a0769c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff862f50f14fc214042cab2498793ff8.setIcon(icon_e216fa7f601a312eedbf2e3ac44d16a6);
|
|
|
|
|
|
var marker_2b0d0ee25f7e37c6c920eed7a6f3f0da = L.marker(
|
|
[34.1064, -117.593],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_d8d38758e203a059ad19d012d668f649 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d392473026c3f1856330ad5d8e8cf48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a313ee1701c665922daf99faf3260f1 = $(`<div id="html_2a313ee1701c665922daf99faf3260f1" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_0d392473026c3f1856330ad5d8e8cf48.setContent(html_2a313ee1701c665922daf99faf3260f1);
|
|
|
|
|
|
|
|
marker_2b0d0ee25f7e37c6c920eed7a6f3f0da.bindPopup(popup_0d392473026c3f1856330ad5d8e8cf48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b0d0ee25f7e37c6c920eed7a6f3f0da.setIcon(icon_d8d38758e203a059ad19d012d668f649);
|
|
|
|
|
|
var marker_c33aa2918ea8e4add69869395a564d91 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_234ff0a8d82c49702dd16bb23752ce27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f019bf7092f5a07a0c1371e8156dad58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67d014223baea4e8d35a2aa3df1bfe31 = $(`<div id="html_67d014223baea4e8d35a2aa3df1bfe31" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_f019bf7092f5a07a0c1371e8156dad58.setContent(html_67d014223baea4e8d35a2aa3df1bfe31);
|
|
|
|
|
|
|
|
marker_c33aa2918ea8e4add69869395a564d91.bindPopup(popup_f019bf7092f5a07a0c1371e8156dad58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c33aa2918ea8e4add69869395a564d91.setIcon(icon_234ff0a8d82c49702dd16bb23752ce27);
|
|
|
|
|
|
var marker_c82cf3b4f7ebec9f2c7c4d2db3dc1631 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_72de993922116bb15d82856876036d4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e87c06eb97efcd4ba3d890f45955e6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6634a419ca747ddfa55d5dd89fcbe1b0 = $(`<div id="html_6634a419ca747ddfa55d5dd89fcbe1b0" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_5e87c06eb97efcd4ba3d890f45955e6b.setContent(html_6634a419ca747ddfa55d5dd89fcbe1b0);
|
|
|
|
|
|
|
|
marker_c82cf3b4f7ebec9f2c7c4d2db3dc1631.bindPopup(popup_5e87c06eb97efcd4ba3d890f45955e6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c82cf3b4f7ebec9f2c7c4d2db3dc1631.setIcon(icon_72de993922116bb15d82856876036d4c);
|
|
|
|
|
|
var marker_0d0a75d54270bed04f29d2a789ea6bd9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_c48005ef6589baf5c5c2cc2dd7c3a8fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f2c23beacce22302b6b0039a3ae0a2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbc17f0751b0bb20ba7c213c2f431fb9 = $(`<div id="html_dbc17f0751b0bb20ba7c213c2f431fb9" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_2f2c23beacce22302b6b0039a3ae0a2a.setContent(html_dbc17f0751b0bb20ba7c213c2f431fb9);
|
|
|
|
|
|
|
|
marker_0d0a75d54270bed04f29d2a789ea6bd9.bindPopup(popup_2f2c23beacce22302b6b0039a3ae0a2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d0a75d54270bed04f29d2a789ea6bd9.setIcon(icon_c48005ef6589baf5c5c2cc2dd7c3a8fc);
|
|
|
|
|
|
var marker_91d67309eb9d4797ec23e9aa781350bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7f724f9e7edc8f975a7d0fd1ecb6248a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00726c31c5cec4b42a43c4cc884a090f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cc68f53c60ecbc5a7f0d7b5020b6a93 = $(`<div id="html_4cc68f53c60ecbc5a7f0d7b5020b6a93" style="width: 100.0%; height: 100.0%;">relay.og.coop</div>`)[0];
|
|
popup_00726c31c5cec4b42a43c4cc884a090f.setContent(html_4cc68f53c60ecbc5a7f0d7b5020b6a93);
|
|
|
|
|
|
|
|
marker_91d67309eb9d4797ec23e9aa781350bf.bindPopup(popup_00726c31c5cec4b42a43c4cc884a090f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91d67309eb9d4797ec23e9aa781350bf.setIcon(icon_7f724f9e7edc8f975a7d0fd1ecb6248a);
|
|
|
|
|
|
var marker_2a5aa4940d9f290809f01956da43ccdf = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_c71e0124f3b26a40ae6dc32c3bfea69e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1ab1e0e8002a04a75d453fb66da8371 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9dd1d589d660b9133300d6d83af0db74 = $(`<div id="html_9dd1d589d660b9133300d6d83af0db74" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_d1ab1e0e8002a04a75d453fb66da8371.setContent(html_9dd1d589d660b9133300d6d83af0db74);
|
|
|
|
|
|
|
|
marker_2a5aa4940d9f290809f01956da43ccdf.bindPopup(popup_d1ab1e0e8002a04a75d453fb66da8371)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a5aa4940d9f290809f01956da43ccdf.setIcon(icon_c71e0124f3b26a40ae6dc32c3bfea69e);
|
|
|
|
|
|
var marker_89eebf5940ca8dc82181a26e16fa53a4 = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_2401d4c35d3a8758bea087e00d214cd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7550d6387a45dea14614d51549b1ec84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9537d3c2801e16077e27f407de5b879 = $(`<div id="html_e9537d3c2801e16077e27f407de5b879" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_7550d6387a45dea14614d51549b1ec84.setContent(html_e9537d3c2801e16077e27f407de5b879);
|
|
|
|
|
|
|
|
marker_89eebf5940ca8dc82181a26e16fa53a4.bindPopup(popup_7550d6387a45dea14614d51549b1ec84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89eebf5940ca8dc82181a26e16fa53a4.setIcon(icon_2401d4c35d3a8758bea087e00d214cd2);
|
|
|
|
|
|
var marker_1f8df4fedd08c289aa29184763876bc6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7e7738737d08b1786cd0159bcfeee60c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2539469f097da2c88aee08e0f1f3c01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e39bae8288fd7db65421ad8b1d3e16c7 = $(`<div id="html_e39bae8288fd7db65421ad8b1d3e16c7" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_e2539469f097da2c88aee08e0f1f3c01.setContent(html_e39bae8288fd7db65421ad8b1d3e16c7);
|
|
|
|
|
|
|
|
marker_1f8df4fedd08c289aa29184763876bc6.bindPopup(popup_e2539469f097da2c88aee08e0f1f3c01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f8df4fedd08c289aa29184763876bc6.setIcon(icon_7e7738737d08b1786cd0159bcfeee60c);
|
|
|
|
|
|
var marker_e6b4b1a91e0fe6e0a3b6bfc0c8097523 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_838184daa924833fdbd59bf8842bb1ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_931967e8ea94b7d273066a0e98440680 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ce2ef155fd058dae4f6a08f7fe6f038 = $(`<div id="html_1ce2ef155fd058dae4f6a08f7fe6f038" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_931967e8ea94b7d273066a0e98440680.setContent(html_1ce2ef155fd058dae4f6a08f7fe6f038);
|
|
|
|
|
|
|
|
marker_e6b4b1a91e0fe6e0a3b6bfc0c8097523.bindPopup(popup_931967e8ea94b7d273066a0e98440680)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6b4b1a91e0fe6e0a3b6bfc0c8097523.setIcon(icon_838184daa924833fdbd59bf8842bb1ff);
|
|
|
|
|
|
var marker_7d482f321c74e1f5df8fc05a7f759d91 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_11dff4b586dac296dd7b0138e77bf8ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a5d0f41eb61746270ede3ea80d1dfcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_697ce9b6b287270f047135e4075ec094 = $(`<div id="html_697ce9b6b287270f047135e4075ec094" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_2a5d0f41eb61746270ede3ea80d1dfcd.setContent(html_697ce9b6b287270f047135e4075ec094);
|
|
|
|
|
|
|
|
marker_7d482f321c74e1f5df8fc05a7f759d91.bindPopup(popup_2a5d0f41eb61746270ede3ea80d1dfcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d482f321c74e1f5df8fc05a7f759d91.setIcon(icon_11dff4b586dac296dd7b0138e77bf8ac);
|
|
|
|
|
|
var marker_cf00e0508bf4327301d5c8e038a1c714 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_fcab3268fe68a883cd8575938b435b13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_518b0cec9908e00b5bf1dd11b0475142 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a421170a6be46d13a3ed4c4d2bfeb44 = $(`<div id="html_7a421170a6be46d13a3ed4c4d2bfeb44" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_518b0cec9908e00b5bf1dd11b0475142.setContent(html_7a421170a6be46d13a3ed4c4d2bfeb44);
|
|
|
|
|
|
|
|
marker_cf00e0508bf4327301d5c8e038a1c714.bindPopup(popup_518b0cec9908e00b5bf1dd11b0475142)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf00e0508bf4327301d5c8e038a1c714.setIcon(icon_fcab3268fe68a883cd8575938b435b13);
|
|
|
|
|
|
var marker_038c31bfe3e05ae9dc4f94b5ce0bb30e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_4ec2a464fcac562cefa084b56c820e55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25c54ccb7f9af451f5eb037b7b75a8e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_735ef5ef737b7270046462ed4a4df82c = $(`<div id="html_735ef5ef737b7270046462ed4a4df82c" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_25c54ccb7f9af451f5eb037b7b75a8e5.setContent(html_735ef5ef737b7270046462ed4a4df82c);
|
|
|
|
|
|
|
|
marker_038c31bfe3e05ae9dc4f94b5ce0bb30e.bindPopup(popup_25c54ccb7f9af451f5eb037b7b75a8e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_038c31bfe3e05ae9dc4f94b5ce0bb30e.setIcon(icon_4ec2a464fcac562cefa084b56c820e55);
|
|
|
|
|
|
var marker_715c31a571b06dbea1bfe1d983c5f0a4 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_dd797b6aec5b0715c4f0e7d6da013414 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5579bf58da54f9e3c4e638d32d9cde8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb295b3c70aea817a7bfbc1644aded1e = $(`<div id="html_fb295b3c70aea817a7bfbc1644aded1e" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_5579bf58da54f9e3c4e638d32d9cde8f.setContent(html_fb295b3c70aea817a7bfbc1644aded1e);
|
|
|
|
|
|
|
|
marker_715c31a571b06dbea1bfe1d983c5f0a4.bindPopup(popup_5579bf58da54f9e3c4e638d32d9cde8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_715c31a571b06dbea1bfe1d983c5f0a4.setIcon(icon_dd797b6aec5b0715c4f0e7d6da013414);
|
|
|
|
|
|
var marker_20100a2f1b8f653d6f6fbbe3cf5ceea5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e35eb823728bd6c34295b805e2e8ae58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73c879bc3ea6c439a9fce67e7c31ddf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da5241e1ecda06da69fa8b60b9403bd4 = $(`<div id="html_da5241e1ecda06da69fa8b60b9403bd4" style="width: 100.0%; height: 100.0%;">onlynostr.club</div>`)[0];
|
|
popup_73c879bc3ea6c439a9fce67e7c31ddf9.setContent(html_da5241e1ecda06da69fa8b60b9403bd4);
|
|
|
|
|
|
|
|
marker_20100a2f1b8f653d6f6fbbe3cf5ceea5.bindPopup(popup_73c879bc3ea6c439a9fce67e7c31ddf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20100a2f1b8f653d6f6fbbe3cf5ceea5.setIcon(icon_e35eb823728bd6c34295b805e2e8ae58);
|
|
|
|
|
|
var marker_35341920bd46565884ff61246cf3a1d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_802b19c00393506ceee7e84045b23967 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da06f0ec70a0fa79a34fabd811afc9c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1273291e3c3caed28b684ac6a99f71dc = $(`<div id="html_1273291e3c3caed28b684ac6a99f71dc" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_da06f0ec70a0fa79a34fabd811afc9c4.setContent(html_1273291e3c3caed28b684ac6a99f71dc);
|
|
|
|
|
|
|
|
marker_35341920bd46565884ff61246cf3a1d6.bindPopup(popup_da06f0ec70a0fa79a34fabd811afc9c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35341920bd46565884ff61246cf3a1d6.setIcon(icon_802b19c00393506ceee7e84045b23967);
|
|
|
|
|
|
var marker_8b37fdac7dd0c2d597aa518c10b442e0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_0de50277d25ea387b81498360bec36e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eded0070e8c78b668932106b26e80768 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_820405c9c21145f90dce09726e73e3f3 = $(`<div id="html_820405c9c21145f90dce09726e73e3f3" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_eded0070e8c78b668932106b26e80768.setContent(html_820405c9c21145f90dce09726e73e3f3);
|
|
|
|
|
|
|
|
marker_8b37fdac7dd0c2d597aa518c10b442e0.bindPopup(popup_eded0070e8c78b668932106b26e80768)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b37fdac7dd0c2d597aa518c10b442e0.setIcon(icon_0de50277d25ea387b81498360bec36e5);
|
|
|
|
|
|
var marker_1abd1a7dd24d813ea4ee1df35b01d4b1 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_57aaf5d602b57a387eb792930f264997 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_229fe2462c0d75dfd61bb00692083535 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_671bda2de8b3da8b05429d4f246bb6c9 = $(`<div id="html_671bda2de8b3da8b05429d4f246bb6c9" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_229fe2462c0d75dfd61bb00692083535.setContent(html_671bda2de8b3da8b05429d4f246bb6c9);
|
|
|
|
|
|
|
|
marker_1abd1a7dd24d813ea4ee1df35b01d4b1.bindPopup(popup_229fe2462c0d75dfd61bb00692083535)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1abd1a7dd24d813ea4ee1df35b01d4b1.setIcon(icon_57aaf5d602b57a387eb792930f264997);
|
|
|
|
|
|
var marker_4cb76167ff92b0e00a0ebb843bdef4ab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_af8c4b857a21a63f5063c3f15b944687 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5804f12bc40db38bac89eccac47ab1ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_867623e423990d4a7a611da3124cb5c4 = $(`<div id="html_867623e423990d4a7a611da3124cb5c4" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_5804f12bc40db38bac89eccac47ab1ef.setContent(html_867623e423990d4a7a611da3124cb5c4);
|
|
|
|
|
|
|
|
marker_4cb76167ff92b0e00a0ebb843bdef4ab.bindPopup(popup_5804f12bc40db38bac89eccac47ab1ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cb76167ff92b0e00a0ebb843bdef4ab.setIcon(icon_af8c4b857a21a63f5063c3f15b944687);
|
|
|
|
|
|
var marker_ad5d2f3edb6eee2a4c10483e8b439a8f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7bc85819b86059c779e049641164a3c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e13f14d78d804abc63a5578f39b78c07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2524dcab262406663fffe9fc006634a2 = $(`<div id="html_2524dcab262406663fffe9fc006634a2" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_e13f14d78d804abc63a5578f39b78c07.setContent(html_2524dcab262406663fffe9fc006634a2);
|
|
|
|
|
|
|
|
marker_ad5d2f3edb6eee2a4c10483e8b439a8f.bindPopup(popup_e13f14d78d804abc63a5578f39b78c07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad5d2f3edb6eee2a4c10483e8b439a8f.setIcon(icon_7bc85819b86059c779e049641164a3c4);
|
|
|
|
|
|
var marker_da9f73d2bf9e8d114e9262ece75162c0 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_715167316cb4f965317857e5cda135b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84d8d8f4500ca1e2f8171b7895ca49e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11e51ad6965d22da2252b50c05235b83 = $(`<div id="html_11e51ad6965d22da2252b50c05235b83" style="width: 100.0%; height: 100.0%;">nostrue.com</div>`)[0];
|
|
popup_84d8d8f4500ca1e2f8171b7895ca49e8.setContent(html_11e51ad6965d22da2252b50c05235b83);
|
|
|
|
|
|
|
|
marker_da9f73d2bf9e8d114e9262ece75162c0.bindPopup(popup_84d8d8f4500ca1e2f8171b7895ca49e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da9f73d2bf9e8d114e9262ece75162c0.setIcon(icon_715167316cb4f965317857e5cda135b2);
|
|
|
|
|
|
var marker_be55cb7867cc2ceedee5f968942e042b = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_280f3116cd65364b84ef971b7d5664cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ab326516bc4b5391bd00f4a430adda1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d221165f6ba3a884e6977eecbdc767f = $(`<div id="html_9d221165f6ba3a884e6977eecbdc767f" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_0ab326516bc4b5391bd00f4a430adda1.setContent(html_9d221165f6ba3a884e6977eecbdc767f);
|
|
|
|
|
|
|
|
marker_be55cb7867cc2ceedee5f968942e042b.bindPopup(popup_0ab326516bc4b5391bd00f4a430adda1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be55cb7867cc2ceedee5f968942e042b.setIcon(icon_280f3116cd65364b84ef971b7d5664cc);
|
|
|
|
|
|
var marker_e769b30b2592388b344454af122e1e60 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5830e53db306ee2c9e8380f2476b457b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_771500f3a333d353dd5f4906ae730def = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccb3d63e6ecf649629ef3a18dc012a35 = $(`<div id="html_ccb3d63e6ecf649629ef3a18dc012a35" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_771500f3a333d353dd5f4906ae730def.setContent(html_ccb3d63e6ecf649629ef3a18dc012a35);
|
|
|
|
|
|
|
|
marker_e769b30b2592388b344454af122e1e60.bindPopup(popup_771500f3a333d353dd5f4906ae730def)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e769b30b2592388b344454af122e1e60.setIcon(icon_5830e53db306ee2c9e8380f2476b457b);
|
|
|
|
|
|
var marker_5af4d0438aec27ce4f5f2d5f85abd929 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_6289b8db5dceaacf1b703ebddaa91259 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8000a4d30de75ce14a2ba1aa504e64bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abf26b4db803cd0fffc0c2c8f423d344 = $(`<div id="html_abf26b4db803cd0fffc0c2c8f423d344" style="width: 100.0%; height: 100.0%;">orly.musiquay.org</div>`)[0];
|
|
popup_8000a4d30de75ce14a2ba1aa504e64bf.setContent(html_abf26b4db803cd0fffc0c2c8f423d344);
|
|
|
|
|
|
|
|
marker_5af4d0438aec27ce4f5f2d5f85abd929.bindPopup(popup_8000a4d30de75ce14a2ba1aa504e64bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5af4d0438aec27ce4f5f2d5f85abd929.setIcon(icon_6289b8db5dceaacf1b703ebddaa91259);
|
|
|
|
|
|
var marker_c8f9879d36b5a63c51a7ec4cdf8aa3ed = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_ececeffee77d3c8ec5302dcf85fa566f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff5f2b5dacda71fcc8584ce79bd63c47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9762f87dcbfd4016248a7b4132a7e440 = $(`<div id="html_9762f87dcbfd4016248a7b4132a7e440" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_ff5f2b5dacda71fcc8584ce79bd63c47.setContent(html_9762f87dcbfd4016248a7b4132a7e440);
|
|
|
|
|
|
|
|
marker_c8f9879d36b5a63c51a7ec4cdf8aa3ed.bindPopup(popup_ff5f2b5dacda71fcc8584ce79bd63c47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8f9879d36b5a63c51a7ec4cdf8aa3ed.setIcon(icon_ececeffee77d3c8ec5302dcf85fa566f);
|
|
|
|
|
|
var marker_5ad91ab182aac45ae768b884c8c808b3 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_4742279241f4ec8ddf0d31cae8198c8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efb7f2eb38a51397951d73511eb73342 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af40b0ab86e48a770949219cdc5f2edf = $(`<div id="html_af40b0ab86e48a770949219cdc5f2edf" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_efb7f2eb38a51397951d73511eb73342.setContent(html_af40b0ab86e48a770949219cdc5f2edf);
|
|
|
|
|
|
|
|
marker_5ad91ab182aac45ae768b884c8c808b3.bindPopup(popup_efb7f2eb38a51397951d73511eb73342)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ad91ab182aac45ae768b884c8c808b3.setIcon(icon_4742279241f4ec8ddf0d31cae8198c8f);
|
|
|
|
|
|
var marker_852d0d6931f69f0c8caee097cb94a021 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_709c915fbaae64d35fa452b7ac2e4a12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a792c9a31b8cddeae96037d73a82006 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c290ed1b7b44425398e743f5c08eaba = $(`<div id="html_6c290ed1b7b44425398e743f5c08eaba" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_9a792c9a31b8cddeae96037d73a82006.setContent(html_6c290ed1b7b44425398e743f5c08eaba);
|
|
|
|
|
|
|
|
marker_852d0d6931f69f0c8caee097cb94a021.bindPopup(popup_9a792c9a31b8cddeae96037d73a82006)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_852d0d6931f69f0c8caee097cb94a021.setIcon(icon_709c915fbaae64d35fa452b7ac2e4a12);
|
|
|
|
|
|
var marker_b749f389f497b42101ed4c63a2eb0b78 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5f6d8cdafeff5cc642adf145ea03837f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96f75cf86fdb167bc1c92b77be87fb18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1de437c8e0743310b00db9f44edebfad = $(`<div id="html_1de437c8e0743310b00db9f44edebfad" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_96f75cf86fdb167bc1c92b77be87fb18.setContent(html_1de437c8e0743310b00db9f44edebfad);
|
|
|
|
|
|
|
|
marker_b749f389f497b42101ed4c63a2eb0b78.bindPopup(popup_96f75cf86fdb167bc1c92b77be87fb18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b749f389f497b42101ed4c63a2eb0b78.setIcon(icon_5f6d8cdafeff5cc642adf145ea03837f);
|
|
|
|
|
|
var marker_e55e5a65881bb435973c6cf1176ae418 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_bfa74fe4db9b6ef0a022eb65a60b1b86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9816c390fd55ab089d67284e62351c77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4aeee233a2c0747200ea005af1bda938 = $(`<div id="html_4aeee233a2c0747200ea005af1bda938" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_9816c390fd55ab089d67284e62351c77.setContent(html_4aeee233a2c0747200ea005af1bda938);
|
|
|
|
|
|
|
|
marker_e55e5a65881bb435973c6cf1176ae418.bindPopup(popup_9816c390fd55ab089d67284e62351c77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e55e5a65881bb435973c6cf1176ae418.setIcon(icon_bfa74fe4db9b6ef0a022eb65a60b1b86);
|
|
|
|
|
|
var marker_8bf044be7c7994dad02210bc3bf2fe98 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_d1d61b729c9114265d88e60912737458 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d830315eaf75cec257c03edc8ead6582 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eff35b9bc0eb690d4dfa984bc9d7bc1b = $(`<div id="html_eff35b9bc0eb690d4dfa984bc9d7bc1b" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_d830315eaf75cec257c03edc8ead6582.setContent(html_eff35b9bc0eb690d4dfa984bc9d7bc1b);
|
|
|
|
|
|
|
|
marker_8bf044be7c7994dad02210bc3bf2fe98.bindPopup(popup_d830315eaf75cec257c03edc8ead6582)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bf044be7c7994dad02210bc3bf2fe98.setIcon(icon_d1d61b729c9114265d88e60912737458);
|
|
|
|
|
|
var marker_f425232e4d24d1a69b77d474a21a6935 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a9f8d091c391047dd334bc517186b7d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cb00010cc14299d68b898ac9ab3ff60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ee71c6b581d4d61b84d78628839cfb4 = $(`<div id="html_3ee71c6b581d4d61b84d78628839cfb4" style="width: 100.0%; height: 100.0%;">talon.quest</div>`)[0];
|
|
popup_4cb00010cc14299d68b898ac9ab3ff60.setContent(html_3ee71c6b581d4d61b84d78628839cfb4);
|
|
|
|
|
|
|
|
marker_f425232e4d24d1a69b77d474a21a6935.bindPopup(popup_4cb00010cc14299d68b898ac9ab3ff60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f425232e4d24d1a69b77d474a21a6935.setIcon(icon_a9f8d091c391047dd334bc517186b7d5);
|
|
|
|
|
|
var marker_1dbd8fbb4de68d893dd881830d297838 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_8db05133ed73fa7307176325ef3d7e04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b277a070661873b427ca4c2773d0fee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2880fc2a803fca71e07584d98d07801 = $(`<div id="html_b2880fc2a803fca71e07584d98d07801" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_6b277a070661873b427ca4c2773d0fee.setContent(html_b2880fc2a803fca71e07584d98d07801);
|
|
|
|
|
|
|
|
marker_1dbd8fbb4de68d893dd881830d297838.bindPopup(popup_6b277a070661873b427ca4c2773d0fee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1dbd8fbb4de68d893dd881830d297838.setIcon(icon_8db05133ed73fa7307176325ef3d7e04);
|
|
|
|
|
|
var marker_50c7361bef273c8cc5a9000d41b294b7 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_97b032d3fa1531d445bf3521bb2e8808 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5927f42a45b527efeea78c3877ac9a9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44794a763c5324aec1b1734f0cad3510 = $(`<div id="html_44794a763c5324aec1b1734f0cad3510" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_5927f42a45b527efeea78c3877ac9a9c.setContent(html_44794a763c5324aec1b1734f0cad3510);
|
|
|
|
|
|
|
|
marker_50c7361bef273c8cc5a9000d41b294b7.bindPopup(popup_5927f42a45b527efeea78c3877ac9a9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50c7361bef273c8cc5a9000d41b294b7.setIcon(icon_97b032d3fa1531d445bf3521bb2e8808);
|
|
|
|
|
|
var marker_42efdf3d185e3d9ac3eb361430e825d4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_1e3f15b1dc37a19a023a535f722e6daf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a3bc8d7517ea7e6139228e4f2f16aa4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fd2901b560a3fdaf5c22be36a0123a4 = $(`<div id="html_9fd2901b560a3fdaf5c22be36a0123a4" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_2a3bc8d7517ea7e6139228e4f2f16aa4.setContent(html_9fd2901b560a3fdaf5c22be36a0123a4);
|
|
|
|
|
|
|
|
marker_42efdf3d185e3d9ac3eb361430e825d4.bindPopup(popup_2a3bc8d7517ea7e6139228e4f2f16aa4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42efdf3d185e3d9ac3eb361430e825d4.setIcon(icon_1e3f15b1dc37a19a023a535f722e6daf);
|
|
|
|
|
|
var marker_e5b629060894945c15ede832cd4310f7 = L.marker(
|
|
[25.0501, 121.565],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_f907bc3330e29e4d97fcfac44066f800 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd10a578c13878172873e349a740a6d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca53418a1dcdcbe0a8d0c0a21f01284e = $(`<div id="html_ca53418a1dcdcbe0a8d0c0a21f01284e" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_fd10a578c13878172873e349a740a6d7.setContent(html_ca53418a1dcdcbe0a8d0c0a21f01284e);
|
|
|
|
|
|
|
|
marker_e5b629060894945c15ede832cd4310f7.bindPopup(popup_fd10a578c13878172873e349a740a6d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5b629060894945c15ede832cd4310f7.setIcon(icon_f907bc3330e29e4d97fcfac44066f800);
|
|
|
|
|
|
var marker_13ec19bb079fd0beda5950f7b9316a30 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_f65986e77af423d1eeaee2da22ec5ef8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec176662c204dea1fae88207368b9cba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_692392909206c3ecc2bf2e02a6c01060 = $(`<div id="html_692392909206c3ecc2bf2e02a6c01060" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_ec176662c204dea1fae88207368b9cba.setContent(html_692392909206c3ecc2bf2e02a6c01060);
|
|
|
|
|
|
|
|
marker_13ec19bb079fd0beda5950f7b9316a30.bindPopup(popup_ec176662c204dea1fae88207368b9cba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13ec19bb079fd0beda5950f7b9316a30.setIcon(icon_f65986e77af423d1eeaee2da22ec5ef8);
|
|
|
|
|
|
var marker_4f9b4dc89245d116b119c9ca3c370adc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e925ff265145851e12f0251340056d28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c43415a8659abc3eb839f658114b842c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5491879791e95744e1ec16628afb4066 = $(`<div id="html_5491879791e95744e1ec16628afb4066" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_c43415a8659abc3eb839f658114b842c.setContent(html_5491879791e95744e1ec16628afb4066);
|
|
|
|
|
|
|
|
marker_4f9b4dc89245d116b119c9ca3c370adc.bindPopup(popup_c43415a8659abc3eb839f658114b842c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f9b4dc89245d116b119c9ca3c370adc.setIcon(icon_e925ff265145851e12f0251340056d28);
|
|
|
|
|
|
var marker_e4c1618535c34ee60d167c5fd8a1c9f2 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e58157816606a76e9a34a4155390cad8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83da16c6a21126b5b84e1a2944f5bd5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb278378bbc16e0edfa2ac5f237208fa = $(`<div id="html_eb278378bbc16e0edfa2ac5f237208fa" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_83da16c6a21126b5b84e1a2944f5bd5b.setContent(html_eb278378bbc16e0edfa2ac5f237208fa);
|
|
|
|
|
|
|
|
marker_e4c1618535c34ee60d167c5fd8a1c9f2.bindPopup(popup_83da16c6a21126b5b84e1a2944f5bd5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4c1618535c34ee60d167c5fd8a1c9f2.setIcon(icon_e58157816606a76e9a34a4155390cad8);
|
|
|
|
|
|
var marker_4a424fe4d8c0c29f0e0230f13f325d01 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_953afe9d3459cb166e397f79278b53a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4f60caa375243fb5c73818c0ea305ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7eede5ba0ea3af7740fa61e95073f3fc = $(`<div id="html_7eede5ba0ea3af7740fa61e95073f3fc" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_e4f60caa375243fb5c73818c0ea305ce.setContent(html_7eede5ba0ea3af7740fa61e95073f3fc);
|
|
|
|
|
|
|
|
marker_4a424fe4d8c0c29f0e0230f13f325d01.bindPopup(popup_e4f60caa375243fb5c73818c0ea305ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a424fe4d8c0c29f0e0230f13f325d01.setIcon(icon_953afe9d3459cb166e397f79278b53a7);
|
|
|
|
|
|
var marker_7085a298f6df3528cb319ae17ae44d50 = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_49a85ef3a53cef99cd1eab69415474df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e25b88b041841f9676615028ad3e81c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e41a026b21662bda974bfd3edf7d394 = $(`<div id="html_2e41a026b21662bda974bfd3edf7d394" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_e25b88b041841f9676615028ad3e81c3.setContent(html_2e41a026b21662bda974bfd3edf7d394);
|
|
|
|
|
|
|
|
marker_7085a298f6df3528cb319ae17ae44d50.bindPopup(popup_e25b88b041841f9676615028ad3e81c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7085a298f6df3528cb319ae17ae44d50.setIcon(icon_49a85ef3a53cef99cd1eab69415474df);
|
|
|
|
|
|
var marker_ff99acc517ecbc0d09d64796d8fd4b7b = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_c89ed3af75139276ae39262559bbd954 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab5aa08825502b3201cff000e08f4c36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d10717b2f5046ba150ebdb7b9f633678 = $(`<div id="html_d10717b2f5046ba150ebdb7b9f633678" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_ab5aa08825502b3201cff000e08f4c36.setContent(html_d10717b2f5046ba150ebdb7b9f633678);
|
|
|
|
|
|
|
|
marker_ff99acc517ecbc0d09d64796d8fd4b7b.bindPopup(popup_ab5aa08825502b3201cff000e08f4c36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff99acc517ecbc0d09d64796d8fd4b7b.setIcon(icon_c89ed3af75139276ae39262559bbd954);
|
|
|
|
|
|
var marker_1ba3f334937a67024731bac8d1860429 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_41b51e61c64815d744a2781239216f2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf3b5cac339af0cb3ca5020c82171637 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f24877b8f4499c1686ac1acd5d9f8e0a = $(`<div id="html_f24877b8f4499c1686ac1acd5d9f8e0a" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_bf3b5cac339af0cb3ca5020c82171637.setContent(html_f24877b8f4499c1686ac1acd5d9f8e0a);
|
|
|
|
|
|
|
|
marker_1ba3f334937a67024731bac8d1860429.bindPopup(popup_bf3b5cac339af0cb3ca5020c82171637)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ba3f334937a67024731bac8d1860429.setIcon(icon_41b51e61c64815d744a2781239216f2f);
|
|
|
|
|
|
var marker_e4ec0c91b029f99eafea078cb702586f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_f98e7a62983a79de35ca3b1e5c636e21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8474454b8d94385c15c78fbe9c783e58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_108901fa45b5d396cf8576b5167051b5 = $(`<div id="html_108901fa45b5d396cf8576b5167051b5" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_8474454b8d94385c15c78fbe9c783e58.setContent(html_108901fa45b5d396cf8576b5167051b5);
|
|
|
|
|
|
|
|
marker_e4ec0c91b029f99eafea078cb702586f.bindPopup(popup_8474454b8d94385c15c78fbe9c783e58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4ec0c91b029f99eafea078cb702586f.setIcon(icon_f98e7a62983a79de35ca3b1e5c636e21);
|
|
|
|
|
|
var marker_861f03c8bd9294dcdb6d396d2d36c1a4 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_de1cf8bf7a1c38cd1113c6e942b2b5eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e478c61b4d0757920ef9cc7185a3451 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9ce7d05f342b47749faf7e47c464737 = $(`<div id="html_f9ce7d05f342b47749faf7e47c464737" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_4e478c61b4d0757920ef9cc7185a3451.setContent(html_f9ce7d05f342b47749faf7e47c464737);
|
|
|
|
|
|
|
|
marker_861f03c8bd9294dcdb6d396d2d36c1a4.bindPopup(popup_4e478c61b4d0757920ef9cc7185a3451)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_861f03c8bd9294dcdb6d396d2d36c1a4.setIcon(icon_de1cf8bf7a1c38cd1113c6e942b2b5eb);
|
|
|
|
|
|
var marker_4b18c11046cdc77063e68ef491e8454d = L.marker(
|
|
[40.9481, -79.7428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5dadfcefdc0b0e8dfd77383b7f82f711 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fa04d78017f6ccf97b02cdb9030a031 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_526155c767c4eb5eacc54d2568862cdb = $(`<div id="html_526155c767c4eb5eacc54d2568862cdb" style="width: 100.0%; height: 100.0%;">garden.zap.cooking</div>`)[0];
|
|
popup_4fa04d78017f6ccf97b02cdb9030a031.setContent(html_526155c767c4eb5eacc54d2568862cdb);
|
|
|
|
|
|
|
|
marker_4b18c11046cdc77063e68ef491e8454d.bindPopup(popup_4fa04d78017f6ccf97b02cdb9030a031)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b18c11046cdc77063e68ef491e8454d.setIcon(icon_5dadfcefdc0b0e8dfd77383b7f82f711);
|
|
|
|
|
|
var marker_b2e5b9f950271d23b3e5fc139b7450d1 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b7c4b61f814de3d0c46a72982debcb88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18520c7ddc9549c204fb8573799c71d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c23ea181dbea5538e5406d30ba504e08 = $(`<div id="html_c23ea181dbea5538e5406d30ba504e08" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_18520c7ddc9549c204fb8573799c71d6.setContent(html_c23ea181dbea5538e5406d30ba504e08);
|
|
|
|
|
|
|
|
marker_b2e5b9f950271d23b3e5fc139b7450d1.bindPopup(popup_18520c7ddc9549c204fb8573799c71d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2e5b9f950271d23b3e5fc139b7450d1.setIcon(icon_b7c4b61f814de3d0c46a72982debcb88);
|
|
|
|
|
|
var marker_20ff48a2751059e49e22c65a031289fb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_dc0adaf921554b87b559d440309864d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_581e4b2cbf31d1dc3e28e99c9cc2b9f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c29c28ef6c2d277e965cf642086c23f2 = $(`<div id="html_c29c28ef6c2d277e965cf642086c23f2" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_581e4b2cbf31d1dc3e28e99c9cc2b9f3.setContent(html_c29c28ef6c2d277e965cf642086c23f2);
|
|
|
|
|
|
|
|
marker_20ff48a2751059e49e22c65a031289fb.bindPopup(popup_581e4b2cbf31d1dc3e28e99c9cc2b9f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20ff48a2751059e49e22c65a031289fb.setIcon(icon_dc0adaf921554b87b559d440309864d3);
|
|
|
|
|
|
var marker_ee41c498dd07b59384cbce5c85c9912c = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_fb901e237d69d9a4ba754d529cba8525 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97d8d5aed03fa5a68e6e4509f89329ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28caffe9dd66cbcd2574b778333a20a7 = $(`<div id="html_28caffe9dd66cbcd2574b778333a20a7" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_97d8d5aed03fa5a68e6e4509f89329ac.setContent(html_28caffe9dd66cbcd2574b778333a20a7);
|
|
|
|
|
|
|
|
marker_ee41c498dd07b59384cbce5c85c9912c.bindPopup(popup_97d8d5aed03fa5a68e6e4509f89329ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee41c498dd07b59384cbce5c85c9912c.setIcon(icon_fb901e237d69d9a4ba754d529cba8525);
|
|
|
|
|
|
var marker_c7f0c1bfc092b7be1caee330191bd537 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_4b7a30c2153790962e1390020592776d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aae8a24d342732f5facb6f4f8f909f0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22c795f76fbcece43d123305947ea324 = $(`<div id="html_22c795f76fbcece43d123305947ea324" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_aae8a24d342732f5facb6f4f8f909f0d.setContent(html_22c795f76fbcece43d123305947ea324);
|
|
|
|
|
|
|
|
marker_c7f0c1bfc092b7be1caee330191bd537.bindPopup(popup_aae8a24d342732f5facb6f4f8f909f0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7f0c1bfc092b7be1caee330191bd537.setIcon(icon_4b7a30c2153790962e1390020592776d);
|
|
|
|
|
|
var marker_81c8cde0f086c5f9811ce86108565f12 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e7a9d31d7afd75abebf9c8440f765845 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b106bce3746d61a4e0e7a59bf7cf12ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85869d012ad6266f4111a326118a7c45 = $(`<div id="html_85869d012ad6266f4111a326118a7c45" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_b106bce3746d61a4e0e7a59bf7cf12ef.setContent(html_85869d012ad6266f4111a326118a7c45);
|
|
|
|
|
|
|
|
marker_81c8cde0f086c5f9811ce86108565f12.bindPopup(popup_b106bce3746d61a4e0e7a59bf7cf12ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81c8cde0f086c5f9811ce86108565f12.setIcon(icon_e7a9d31d7afd75abebf9c8440f765845);
|
|
|
|
|
|
var marker_3d5637823dc15d483010e71bb9c0e9e4 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_3c90a99b0f6af27f0fbec1dacdd11bf9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de0927df13b3d7c3a357a81a796eb963 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9bfe57886fb033cc5feabed2f66f74c = $(`<div id="html_e9bfe57886fb033cc5feabed2f66f74c" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_de0927df13b3d7c3a357a81a796eb963.setContent(html_e9bfe57886fb033cc5feabed2f66f74c);
|
|
|
|
|
|
|
|
marker_3d5637823dc15d483010e71bb9c0e9e4.bindPopup(popup_de0927df13b3d7c3a357a81a796eb963)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d5637823dc15d483010e71bb9c0e9e4.setIcon(icon_3c90a99b0f6af27f0fbec1dacdd11bf9);
|
|
|
|
|
|
var marker_43110220eb3a3e6159abf4e0d4ae02b0 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_80d65a40360d81a3df137ad754570d35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_975c28eaa6e695f3148389153d2aa4b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18c2f6572d6667800f301ba0249d2c30 = $(`<div id="html_18c2f6572d6667800f301ba0249d2c30" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_975c28eaa6e695f3148389153d2aa4b2.setContent(html_18c2f6572d6667800f301ba0249d2c30);
|
|
|
|
|
|
|
|
marker_43110220eb3a3e6159abf4e0d4ae02b0.bindPopup(popup_975c28eaa6e695f3148389153d2aa4b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43110220eb3a3e6159abf4e0d4ae02b0.setIcon(icon_80d65a40360d81a3df137ad754570d35);
|
|
|
|
|
|
var marker_ac8d059c43af4cc7bb218c9f2ab61c9d = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_dd7f7249df475164f5f55c513dfc15b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53d16ef66322e6fc524dadc6892eef29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff1013b6a64308c53a1dc86eb4122610 = $(`<div id="html_ff1013b6a64308c53a1dc86eb4122610" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_53d16ef66322e6fc524dadc6892eef29.setContent(html_ff1013b6a64308c53a1dc86eb4122610);
|
|
|
|
|
|
|
|
marker_ac8d059c43af4cc7bb218c9f2ab61c9d.bindPopup(popup_53d16ef66322e6fc524dadc6892eef29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac8d059c43af4cc7bb218c9f2ab61c9d.setIcon(icon_dd7f7249df475164f5f55c513dfc15b5);
|
|
|
|
|
|
var marker_7a28687b5254b25c04b53b0d441404a9 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_629734fe943e6a443b82c2f46ddaa25e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17f9a3ca6778620afc84ed7ba0cd8f86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9bdf2926c8667a38916e76a17f51eb5 = $(`<div id="html_f9bdf2926c8667a38916e76a17f51eb5" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_17f9a3ca6778620afc84ed7ba0cd8f86.setContent(html_f9bdf2926c8667a38916e76a17f51eb5);
|
|
|
|
|
|
|
|
marker_7a28687b5254b25c04b53b0d441404a9.bindPopup(popup_17f9a3ca6778620afc84ed7ba0cd8f86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a28687b5254b25c04b53b0d441404a9.setIcon(icon_629734fe943e6a443b82c2f46ddaa25e);
|
|
|
|
|
|
var marker_e6703dc75563f6632a8484f2636219e8 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a623add99362df85f22064a6f0f935b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f3b06c531cd8a4d01f5099330aba6da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4d44125cb79e3a784aa4680a5a844a8 = $(`<div id="html_b4d44125cb79e3a784aa4680a5a844a8" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_4f3b06c531cd8a4d01f5099330aba6da.setContent(html_b4d44125cb79e3a784aa4680a5a844a8);
|
|
|
|
|
|
|
|
marker_e6703dc75563f6632a8484f2636219e8.bindPopup(popup_4f3b06c531cd8a4d01f5099330aba6da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6703dc75563f6632a8484f2636219e8.setIcon(icon_a623add99362df85f22064a6f0f935b7);
|
|
|
|
|
|
var marker_45f8e9726d4412d2214ce5eb313f7daf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_ea94d788e96e0acbe1d59c80dab4c80c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73c7ada5768587cf6812cdf323d34c0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0a676b6b26a68cfc5de0e0ab9bd5373 = $(`<div id="html_c0a676b6b26a68cfc5de0e0ab9bd5373" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_73c7ada5768587cf6812cdf323d34c0d.setContent(html_c0a676b6b26a68cfc5de0e0ab9bd5373);
|
|
|
|
|
|
|
|
marker_45f8e9726d4412d2214ce5eb313f7daf.bindPopup(popup_73c7ada5768587cf6812cdf323d34c0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45f8e9726d4412d2214ce5eb313f7daf.setIcon(icon_ea94d788e96e0acbe1d59c80dab4c80c);
|
|
|
|
|
|
var marker_c46675c73817f7038be4b90246c6c0f6 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_2c234b200579587e089d2ec747816075 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9676a181483fbb0450633efee5c3ffd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc661aef60b98a7a1496d2bb2fc6ccbe = $(`<div id="html_bc661aef60b98a7a1496d2bb2fc6ccbe" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_9676a181483fbb0450633efee5c3ffd6.setContent(html_bc661aef60b98a7a1496d2bb2fc6ccbe);
|
|
|
|
|
|
|
|
marker_c46675c73817f7038be4b90246c6c0f6.bindPopup(popup_9676a181483fbb0450633efee5c3ffd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c46675c73817f7038be4b90246c6c0f6.setIcon(icon_2c234b200579587e089d2ec747816075);
|
|
|
|
|
|
var marker_9af8d38402da02f363dfbe2db9ffbcec = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b705bf050f5f1d7e1acfd3fbc0029cb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2732127ebe6e13eaaafa145cf05e49af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d043c77230d89fa17ccd41698d2e284 = $(`<div id="html_2d043c77230d89fa17ccd41698d2e284" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_2732127ebe6e13eaaafa145cf05e49af.setContent(html_2d043c77230d89fa17ccd41698d2e284);
|
|
|
|
|
|
|
|
marker_9af8d38402da02f363dfbe2db9ffbcec.bindPopup(popup_2732127ebe6e13eaaafa145cf05e49af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9af8d38402da02f363dfbe2db9ffbcec.setIcon(icon_b705bf050f5f1d7e1acfd3fbc0029cb5);
|
|
|
|
|
|
var marker_1e34784a87cd2fb72c344c27939916b3 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_293686cc92d0a0b9a5db78c2f48e504b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c0f9fc87c59ae527d40cb57ea706058 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b2d8b675d71b81387ccfd0d9b0bf870 = $(`<div id="html_3b2d8b675d71b81387ccfd0d9b0bf870" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_5c0f9fc87c59ae527d40cb57ea706058.setContent(html_3b2d8b675d71b81387ccfd0d9b0bf870);
|
|
|
|
|
|
|
|
marker_1e34784a87cd2fb72c344c27939916b3.bindPopup(popup_5c0f9fc87c59ae527d40cb57ea706058)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e34784a87cd2fb72c344c27939916b3.setIcon(icon_293686cc92d0a0b9a5db78c2f48e504b);
|
|
|
|
|
|
var marker_204a34a27c3da362c2d8fc21b7fddf53 = L.marker(
|
|
[43.2965, 5.36978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_31ae8f14b06e92552bd13e94c17c2d53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a72367015a270e75158bde4cf97a37e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc8283661a83b29929a0eac89693676e = $(`<div id="html_fc8283661a83b29929a0eac89693676e" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_a72367015a270e75158bde4cf97a37e8.setContent(html_fc8283661a83b29929a0eac89693676e);
|
|
|
|
|
|
|
|
marker_204a34a27c3da362c2d8fc21b7fddf53.bindPopup(popup_a72367015a270e75158bde4cf97a37e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_204a34a27c3da362c2d8fc21b7fddf53.setIcon(icon_31ae8f14b06e92552bd13e94c17c2d53);
|
|
|
|
|
|
var marker_12f153070f8a99aeb0d869b21473fb33 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7299f9e6f9a6d55169eba1e63a5bbd48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8c965bd9ea29c0fa3ba3bd0489f4c29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15902ed3bca8fe16ab42e0903dc7f3f3 = $(`<div id="html_15902ed3bca8fe16ab42e0903dc7f3f3" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_c8c965bd9ea29c0fa3ba3bd0489f4c29.setContent(html_15902ed3bca8fe16ab42e0903dc7f3f3);
|
|
|
|
|
|
|
|
marker_12f153070f8a99aeb0d869b21473fb33.bindPopup(popup_c8c965bd9ea29c0fa3ba3bd0489f4c29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12f153070f8a99aeb0d869b21473fb33.setIcon(icon_7299f9e6f9a6d55169eba1e63a5bbd48);
|
|
|
|
|
|
var marker_80ce26fe6e3e19d4d6e781c0da753519 = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_1f87bf63664f16e68933545881bbb773 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16fd3d29479c957cca3ec8875d829476 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ff58f4807106a9589108e814960da24 = $(`<div id="html_5ff58f4807106a9589108e814960da24" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_16fd3d29479c957cca3ec8875d829476.setContent(html_5ff58f4807106a9589108e814960da24);
|
|
|
|
|
|
|
|
marker_80ce26fe6e3e19d4d6e781c0da753519.bindPopup(popup_16fd3d29479c957cca3ec8875d829476)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80ce26fe6e3e19d4d6e781c0da753519.setIcon(icon_1f87bf63664f16e68933545881bbb773);
|
|
|
|
|
|
var marker_c15541dd239f9482372e3943708cfed7 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_2b1b4f352c1ee02d69aaf13f02b15337 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b19953a58460420d8755a169b5b46ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8c4b930132f1a209b008b8ad633288e = $(`<div id="html_b8c4b930132f1a209b008b8ad633288e" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_0b19953a58460420d8755a169b5b46ba.setContent(html_b8c4b930132f1a209b008b8ad633288e);
|
|
|
|
|
|
|
|
marker_c15541dd239f9482372e3943708cfed7.bindPopup(popup_0b19953a58460420d8755a169b5b46ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c15541dd239f9482372e3943708cfed7.setIcon(icon_2b1b4f352c1ee02d69aaf13f02b15337);
|
|
|
|
|
|
var marker_cb605746b39b33931d315fc81fd727f5 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_3485dab3acc3c2e3bbc356d642a4af6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2dd1bb2d00bf65e5ea1a8004795a9ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ece03df8f8d81e88eaa841b48a8e2ef5 = $(`<div id="html_ece03df8f8d81e88eaa841b48a8e2ef5" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_f2dd1bb2d00bf65e5ea1a8004795a9ab.setContent(html_ece03df8f8d81e88eaa841b48a8e2ef5);
|
|
|
|
|
|
|
|
marker_cb605746b39b33931d315fc81fd727f5.bindPopup(popup_f2dd1bb2d00bf65e5ea1a8004795a9ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb605746b39b33931d315fc81fd727f5.setIcon(icon_3485dab3acc3c2e3bbc356d642a4af6d);
|
|
|
|
|
|
var marker_6fbdf83f6fdbe371384010e6ed293b2c = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a3b2904b042235a340ed5f2a4da0db1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33c5dcd431367b87e9511168b8881cb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_856a1095d2de9808566741f37d70981d = $(`<div id="html_856a1095d2de9808566741f37d70981d" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_33c5dcd431367b87e9511168b8881cb6.setContent(html_856a1095d2de9808566741f37d70981d);
|
|
|
|
|
|
|
|
marker_6fbdf83f6fdbe371384010e6ed293b2c.bindPopup(popup_33c5dcd431367b87e9511168b8881cb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fbdf83f6fdbe371384010e6ed293b2c.setIcon(icon_a3b2904b042235a340ed5f2a4da0db1e);
|
|
|
|
|
|
var marker_fe0901a80faeb3cf47aab36bc163135c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_c68f6f1d3e8e79b97a14efc9c8afce2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f771c921b77d0c26c0ab5b8585821c75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7dd6b83ede9746e7bf2899de49577a5a = $(`<div id="html_7dd6b83ede9746e7bf2899de49577a5a" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_f771c921b77d0c26c0ab5b8585821c75.setContent(html_7dd6b83ede9746e7bf2899de49577a5a);
|
|
|
|
|
|
|
|
marker_fe0901a80faeb3cf47aab36bc163135c.bindPopup(popup_f771c921b77d0c26c0ab5b8585821c75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe0901a80faeb3cf47aab36bc163135c.setIcon(icon_c68f6f1d3e8e79b97a14efc9c8afce2c);
|
|
|
|
|
|
var marker_29445cf4efddb6073f46c1af80f46dce = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_cf5aa771ca10fbff3b3a5e7dc570cdda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d52ce91bed65359d61c89c098aa9d30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e492257ea93773408f95f5e3ece35c8 = $(`<div id="html_8e492257ea93773408f95f5e3ece35c8" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_8d52ce91bed65359d61c89c098aa9d30.setContent(html_8e492257ea93773408f95f5e3ece35c8);
|
|
|
|
|
|
|
|
marker_29445cf4efddb6073f46c1af80f46dce.bindPopup(popup_8d52ce91bed65359d61c89c098aa9d30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29445cf4efddb6073f46c1af80f46dce.setIcon(icon_cf5aa771ca10fbff3b3a5e7dc570cdda);
|
|
|
|
|
|
var marker_8d48e353b58d547ad9edfb7ffb2d04df = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_d3aaf301f6189389997c6663a43a00bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f2152162506bddc93410ff8c3255efd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a5832081c846db29dc98225b9c07942 = $(`<div id="html_8a5832081c846db29dc98225b9c07942" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_4f2152162506bddc93410ff8c3255efd.setContent(html_8a5832081c846db29dc98225b9c07942);
|
|
|
|
|
|
|
|
marker_8d48e353b58d547ad9edfb7ffb2d04df.bindPopup(popup_4f2152162506bddc93410ff8c3255efd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d48e353b58d547ad9edfb7ffb2d04df.setIcon(icon_d3aaf301f6189389997c6663a43a00bf);
|
|
|
|
|
|
var marker_ccdc650d6879ed4e158556c64c091130 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_4677727ee59ccc4f6b01f613966cca32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cb4901cb403857736e7006adf519f1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e78b9ecf1063ab2f4447a6a0d921859d = $(`<div id="html_e78b9ecf1063ab2f4447a6a0d921859d" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_5cb4901cb403857736e7006adf519f1a.setContent(html_e78b9ecf1063ab2f4447a6a0d921859d);
|
|
|
|
|
|
|
|
marker_ccdc650d6879ed4e158556c64c091130.bindPopup(popup_5cb4901cb403857736e7006adf519f1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccdc650d6879ed4e158556c64c091130.setIcon(icon_4677727ee59ccc4f6b01f613966cca32);
|
|
|
|
|
|
var marker_99f605339efba706a0294a1f427ef590 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_1318abaf86db0eb9a19a51bd5ace9f88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aaeb57b784bd321f48906d5a889f75be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff68b03c8a4a8841d264328fbe592980 = $(`<div id="html_ff68b03c8a4a8841d264328fbe592980" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_aaeb57b784bd321f48906d5a889f75be.setContent(html_ff68b03c8a4a8841d264328fbe592980);
|
|
|
|
|
|
|
|
marker_99f605339efba706a0294a1f427ef590.bindPopup(popup_aaeb57b784bd321f48906d5a889f75be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99f605339efba706a0294a1f427ef590.setIcon(icon_1318abaf86db0eb9a19a51bd5ace9f88);
|
|
|
|
|
|
var marker_04154010f710be6071e6e4201fd580ce = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e5f1220b435ff3c024f884bd7dfbed49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23eb9ebc59d7a5e1b1633d2d14af034e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d51b45cf681912bee5ad58fb49d99932 = $(`<div id="html_d51b45cf681912bee5ad58fb49d99932" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_23eb9ebc59d7a5e1b1633d2d14af034e.setContent(html_d51b45cf681912bee5ad58fb49d99932);
|
|
|
|
|
|
|
|
marker_04154010f710be6071e6e4201fd580ce.bindPopup(popup_23eb9ebc59d7a5e1b1633d2d14af034e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04154010f710be6071e6e4201fd580ce.setIcon(icon_e5f1220b435ff3c024f884bd7dfbed49);
|
|
|
|
|
|
var marker_437b8900ff9de4d08bb322021845168e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_eae6134785f752bdbe466d40b5ad372b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b5413ea6ef54c5403932cb79db39606 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f69005f825c87d231db62c63e0bb0136 = $(`<div id="html_f69005f825c87d231db62c63e0bb0136" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_7b5413ea6ef54c5403932cb79db39606.setContent(html_f69005f825c87d231db62c63e0bb0136);
|
|
|
|
|
|
|
|
marker_437b8900ff9de4d08bb322021845168e.bindPopup(popup_7b5413ea6ef54c5403932cb79db39606)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_437b8900ff9de4d08bb322021845168e.setIcon(icon_eae6134785f752bdbe466d40b5ad372b);
|
|
|
|
|
|
var marker_f57d33f3408e9aef30acbc2ee65a9ab5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b31af4107f36b0532919f6f40cd42280 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f553f6570139f2a432fc403270da1b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae315351ebab102827111080ca494708 = $(`<div id="html_ae315351ebab102827111080ca494708" style="width: 100.0%; height: 100.0%;">r1.freexom.com</div>`)[0];
|
|
popup_3f553f6570139f2a432fc403270da1b9.setContent(html_ae315351ebab102827111080ca494708);
|
|
|
|
|
|
|
|
marker_f57d33f3408e9aef30acbc2ee65a9ab5.bindPopup(popup_3f553f6570139f2a432fc403270da1b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f57d33f3408e9aef30acbc2ee65a9ab5.setIcon(icon_b31af4107f36b0532919f6f40cd42280);
|
|
|
|
|
|
var marker_aae19b7cc14aac3a26cf72a3cee5b16a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_d187f0a0bba5270ec5d2bbe290f4f0c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82829cc2f0d0829e52018be5fdb3dd41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2794f5b28a8c73fc1b74ca34ef4b0ec0 = $(`<div id="html_2794f5b28a8c73fc1b74ca34ef4b0ec0" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_82829cc2f0d0829e52018be5fdb3dd41.setContent(html_2794f5b28a8c73fc1b74ca34ef4b0ec0);
|
|
|
|
|
|
|
|
marker_aae19b7cc14aac3a26cf72a3cee5b16a.bindPopup(popup_82829cc2f0d0829e52018be5fdb3dd41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aae19b7cc14aac3a26cf72a3cee5b16a.setIcon(icon_d187f0a0bba5270ec5d2bbe290f4f0c1);
|
|
|
|
|
|
var marker_ac3e29f37fc2c0cde86d5a7c138de12c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_deeee9a243319895d8f646b8f2c5b29f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92f0ec578dab6a08abe7b3140c0fdc64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_657b146fb928cb665f399412fab5e935 = $(`<div id="html_657b146fb928cb665f399412fab5e935" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_92f0ec578dab6a08abe7b3140c0fdc64.setContent(html_657b146fb928cb665f399412fab5e935);
|
|
|
|
|
|
|
|
marker_ac3e29f37fc2c0cde86d5a7c138de12c.bindPopup(popup_92f0ec578dab6a08abe7b3140c0fdc64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac3e29f37fc2c0cde86d5a7c138de12c.setIcon(icon_deeee9a243319895d8f646b8f2c5b29f);
|
|
|
|
|
|
var marker_9fc2c9d74ab4009de8a6004b04e5af0c = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_f74dcbe289c8bec4263b42055a3620ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08bfe3585e5636fa08f6a65f4a7df121 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0818a4b5c8d13dfa8c64e85b77c6d0ce = $(`<div id="html_0818a4b5c8d13dfa8c64e85b77c6d0ce" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_08bfe3585e5636fa08f6a65f4a7df121.setContent(html_0818a4b5c8d13dfa8c64e85b77c6d0ce);
|
|
|
|
|
|
|
|
marker_9fc2c9d74ab4009de8a6004b04e5af0c.bindPopup(popup_08bfe3585e5636fa08f6a65f4a7df121)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fc2c9d74ab4009de8a6004b04e5af0c.setIcon(icon_f74dcbe289c8bec4263b42055a3620ce);
|
|
|
|
|
|
var marker_dbda4860c4e28c62fa7787381fc6ec23 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_c2dd840b0f0aa8cbc5973d1e637d6edb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f331dcecc33af59d34e63e63dbed08c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f000e68aa53ff4396a8875157ef43743 = $(`<div id="html_f000e68aa53ff4396a8875157ef43743" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_f331dcecc33af59d34e63e63dbed08c2.setContent(html_f000e68aa53ff4396a8875157ef43743);
|
|
|
|
|
|
|
|
marker_dbda4860c4e28c62fa7787381fc6ec23.bindPopup(popup_f331dcecc33af59d34e63e63dbed08c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbda4860c4e28c62fa7787381fc6ec23.setIcon(icon_c2dd840b0f0aa8cbc5973d1e637d6edb);
|
|
|
|
|
|
var marker_a066cf742bcdb1fd5560ec74fa7ca930 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_1ed2188855b788e9f600511b4fe729c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4c51f01407917d596c32d2cf778dd44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fb312f2eae5402deda94b3b96cb01f5 = $(`<div id="html_8fb312f2eae5402deda94b3b96cb01f5" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_b4c51f01407917d596c32d2cf778dd44.setContent(html_8fb312f2eae5402deda94b3b96cb01f5);
|
|
|
|
|
|
|
|
marker_a066cf742bcdb1fd5560ec74fa7ca930.bindPopup(popup_b4c51f01407917d596c32d2cf778dd44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a066cf742bcdb1fd5560ec74fa7ca930.setIcon(icon_1ed2188855b788e9f600511b4fe729c2);
|
|
|
|
|
|
var marker_257e843b854d7061cea29de8826eec1f = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_73e49fcebdc45fd589e87a7d2e6ef92c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ea61cd44209db8552f18dc83a0ce8ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_408f79ede0cca9bfd46566a5322097f8 = $(`<div id="html_408f79ede0cca9bfd46566a5322097f8" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_7ea61cd44209db8552f18dc83a0ce8ad.setContent(html_408f79ede0cca9bfd46566a5322097f8);
|
|
|
|
|
|
|
|
marker_257e843b854d7061cea29de8826eec1f.bindPopup(popup_7ea61cd44209db8552f18dc83a0ce8ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_257e843b854d7061cea29de8826eec1f.setIcon(icon_73e49fcebdc45fd589e87a7d2e6ef92c);
|
|
|
|
|
|
var marker_3f6252f16c2dc6f0686650855cf2ff0d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_cf8c0e42097006ba454c49c10efcc491 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10f73cba1be00ff01eb324321bcf829b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2bfb89063a07bfdd37a918cffc019f6 = $(`<div id="html_a2bfb89063a07bfdd37a918cffc019f6" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_10f73cba1be00ff01eb324321bcf829b.setContent(html_a2bfb89063a07bfdd37a918cffc019f6);
|
|
|
|
|
|
|
|
marker_3f6252f16c2dc6f0686650855cf2ff0d.bindPopup(popup_10f73cba1be00ff01eb324321bcf829b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f6252f16c2dc6f0686650855cf2ff0d.setIcon(icon_cf8c0e42097006ba454c49c10efcc491);
|
|
|
|
|
|
var marker_b7f0dd99c5dc0f219860356acf6be472 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_ce3b8cc6de58340974a1f533f7e2a5ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f9500177722372f426b27113d95caa7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_895fadc84e4766434f5087be172bfbd9 = $(`<div id="html_895fadc84e4766434f5087be172bfbd9" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_8f9500177722372f426b27113d95caa7.setContent(html_895fadc84e4766434f5087be172bfbd9);
|
|
|
|
|
|
|
|
marker_b7f0dd99c5dc0f219860356acf6be472.bindPopup(popup_8f9500177722372f426b27113d95caa7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7f0dd99c5dc0f219860356acf6be472.setIcon(icon_ce3b8cc6de58340974a1f533f7e2a5ee);
|
|
|
|
|
|
var marker_fb6c94f286c48b6219b3422910b9cd4d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_894cb99697c3820feaa90ed23f34aad3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9db395526ae0cd080e6e7478c134b5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c74456956889591bb50797ab1ea1be71 = $(`<div id="html_c74456956889591bb50797ab1ea1be71" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_a9db395526ae0cd080e6e7478c134b5e.setContent(html_c74456956889591bb50797ab1ea1be71);
|
|
|
|
|
|
|
|
marker_fb6c94f286c48b6219b3422910b9cd4d.bindPopup(popup_a9db395526ae0cd080e6e7478c134b5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb6c94f286c48b6219b3422910b9cd4d.setIcon(icon_894cb99697c3820feaa90ed23f34aad3);
|
|
|
|
|
|
var marker_ccca7561f341c3cdfa8d0ce6e2f535ce = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_3b19a4cd08449c62f150ba7963000514 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33c6234ce9c2336f2fcea1c276f38465 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12bf94817877e24b7192f5716d902356 = $(`<div id="html_12bf94817877e24b7192f5716d902356" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_33c6234ce9c2336f2fcea1c276f38465.setContent(html_12bf94817877e24b7192f5716d902356);
|
|
|
|
|
|
|
|
marker_ccca7561f341c3cdfa8d0ce6e2f535ce.bindPopup(popup_33c6234ce9c2336f2fcea1c276f38465)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccca7561f341c3cdfa8d0ce6e2f535ce.setIcon(icon_3b19a4cd08449c62f150ba7963000514);
|
|
|
|
|
|
var marker_9065337107e7fbdf42ed7b317a55c6d5 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_8a54898a2f8768e18d14b9d9d2ca9e9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e8ec5ac0c960214a984607e0e3cc3d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4102ff35a8cb2041142c9447eb7d9697 = $(`<div id="html_4102ff35a8cb2041142c9447eb7d9697" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_2e8ec5ac0c960214a984607e0e3cc3d9.setContent(html_4102ff35a8cb2041142c9447eb7d9697);
|
|
|
|
|
|
|
|
marker_9065337107e7fbdf42ed7b317a55c6d5.bindPopup(popup_2e8ec5ac0c960214a984607e0e3cc3d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9065337107e7fbdf42ed7b317a55c6d5.setIcon(icon_8a54898a2f8768e18d14b9d9d2ca9e9b);
|
|
|
|
|
|
var marker_b200a5ef91e4df610d6fd6f321e58e4e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_74e02fd0df4a8b01941a41b96440c1ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95e510f73e3ea0de001dc8a0de84d899 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80d94478e87450ec4415f97ef11f883e = $(`<div id="html_80d94478e87450ec4415f97ef11f883e" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_95e510f73e3ea0de001dc8a0de84d899.setContent(html_80d94478e87450ec4415f97ef11f883e);
|
|
|
|
|
|
|
|
marker_b200a5ef91e4df610d6fd6f321e58e4e.bindPopup(popup_95e510f73e3ea0de001dc8a0de84d899)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b200a5ef91e4df610d6fd6f321e58e4e.setIcon(icon_74e02fd0df4a8b01941a41b96440c1ee);
|
|
|
|
|
|
var marker_ebee3551f80e73343db5df5d41610d7a = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_281d914ee66670123a0e9cc5c5274a79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52568544282e8794ec3cb168f1c90a7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b27d4c4a3c30470f70f9175aec8ce58 = $(`<div id="html_6b27d4c4a3c30470f70f9175aec8ce58" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_52568544282e8794ec3cb168f1c90a7a.setContent(html_6b27d4c4a3c30470f70f9175aec8ce58);
|
|
|
|
|
|
|
|
marker_ebee3551f80e73343db5df5d41610d7a.bindPopup(popup_52568544282e8794ec3cb168f1c90a7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebee3551f80e73343db5df5d41610d7a.setIcon(icon_281d914ee66670123a0e9cc5c5274a79);
|
|
|
|
|
|
var marker_64d80ff48f4b1988939f8da8c27e6371 = L.marker(
|
|
[41.1667, 1.01667],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7cc47e017beb218a6f526503ff939b62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83c78bd0f77f292e7e71a563b02f8ec7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7e40aaff0d1d3e39dff8fb9a5175ff0 = $(`<div id="html_e7e40aaff0d1d3e39dff8fb9a5175ff0" style="width: 100.0%; height: 100.0%;">lmqevp.duckdns.org</div>`)[0];
|
|
popup_83c78bd0f77f292e7e71a563b02f8ec7.setContent(html_e7e40aaff0d1d3e39dff8fb9a5175ff0);
|
|
|
|
|
|
|
|
marker_64d80ff48f4b1988939f8da8c27e6371.bindPopup(popup_83c78bd0f77f292e7e71a563b02f8ec7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64d80ff48f4b1988939f8da8c27e6371.setIcon(icon_7cc47e017beb218a6f526503ff939b62);
|
|
|
|
|
|
var marker_1ec3b6055cf33910e748cabcb93e0725 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_538fabb2654b1f41117a026408e55ea3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d69ded06515752411a6c2370d7a88861 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38e16b5c88a6fffe6eee2a6ecfee1573 = $(`<div id="html_38e16b5c88a6fffe6eee2a6ecfee1573" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_d69ded06515752411a6c2370d7a88861.setContent(html_38e16b5c88a6fffe6eee2a6ecfee1573);
|
|
|
|
|
|
|
|
marker_1ec3b6055cf33910e748cabcb93e0725.bindPopup(popup_d69ded06515752411a6c2370d7a88861)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ec3b6055cf33910e748cabcb93e0725.setIcon(icon_538fabb2654b1f41117a026408e55ea3);
|
|
|
|
|
|
var marker_1740fa392afe54731d54ba3c911b7017 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_fb2b1b7e6c76af45d40ee3f87829acc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45083201b05867f3651227ce775e6179 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6e3b3ff495efb03a1df01f512176d52 = $(`<div id="html_d6e3b3ff495efb03a1df01f512176d52" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_45083201b05867f3651227ce775e6179.setContent(html_d6e3b3ff495efb03a1df01f512176d52);
|
|
|
|
|
|
|
|
marker_1740fa392afe54731d54ba3c911b7017.bindPopup(popup_45083201b05867f3651227ce775e6179)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1740fa392afe54731d54ba3c911b7017.setIcon(icon_fb2b1b7e6c76af45d40ee3f87829acc6);
|
|
|
|
|
|
var marker_61018960908b1ff3051f0f40dd27fb76 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_59ad92759fb1c9afb428a374b9341398 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a36c6e28c40d824d96ce5343cbc67b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_186220710cf88d6c85d555ca59f32599 = $(`<div id="html_186220710cf88d6c85d555ca59f32599" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_2a36c6e28c40d824d96ce5343cbc67b1.setContent(html_186220710cf88d6c85d555ca59f32599);
|
|
|
|
|
|
|
|
marker_61018960908b1ff3051f0f40dd27fb76.bindPopup(popup_2a36c6e28c40d824d96ce5343cbc67b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61018960908b1ff3051f0f40dd27fb76.setIcon(icon_59ad92759fb1c9afb428a374b9341398);
|
|
|
|
|
|
var marker_d3f65e40325c0134c48f93a472ebdc69 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a87c6de06fb2ba847db5ee33d526d394 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88a4e6cb86094d893b7a1a3afc88de66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72d99c812772c0617e4090f98573fe58 = $(`<div id="html_72d99c812772c0617e4090f98573fe58" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_88a4e6cb86094d893b7a1a3afc88de66.setContent(html_72d99c812772c0617e4090f98573fe58);
|
|
|
|
|
|
|
|
marker_d3f65e40325c0134c48f93a472ebdc69.bindPopup(popup_88a4e6cb86094d893b7a1a3afc88de66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3f65e40325c0134c48f93a472ebdc69.setIcon(icon_a87c6de06fb2ba847db5ee33d526d394);
|
|
|
|
|
|
var marker_5c60f01c6f81cd28917edd8fac57b7a2 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_1097c845c450b45e7205134dd3df7279 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc608370b29b256438a60cf954d45f0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d606e7c4825b95a5376a58bcd1aec37a = $(`<div id="html_d606e7c4825b95a5376a58bcd1aec37a" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_fc608370b29b256438a60cf954d45f0d.setContent(html_d606e7c4825b95a5376a58bcd1aec37a);
|
|
|
|
|
|
|
|
marker_5c60f01c6f81cd28917edd8fac57b7a2.bindPopup(popup_fc608370b29b256438a60cf954d45f0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c60f01c6f81cd28917edd8fac57b7a2.setIcon(icon_1097c845c450b45e7205134dd3df7279);
|
|
|
|
|
|
var marker_3a0bbbdc16270b229e1ce79de4686b6c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_2cab7c264da9399b66c6abe1103b71b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ba932162e7ad2ca91c0ceaa18c98055 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d553e80c64696dd750e9f2e3ddf2ea8f = $(`<div id="html_d553e80c64696dd750e9f2e3ddf2ea8f" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_9ba932162e7ad2ca91c0ceaa18c98055.setContent(html_d553e80c64696dd750e9f2e3ddf2ea8f);
|
|
|
|
|
|
|
|
marker_3a0bbbdc16270b229e1ce79de4686b6c.bindPopup(popup_9ba932162e7ad2ca91c0ceaa18c98055)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a0bbbdc16270b229e1ce79de4686b6c.setIcon(icon_2cab7c264da9399b66c6abe1103b71b0);
|
|
|
|
|
|
var marker_b1553edfa8e73b20d29b7d536c17f7fd = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_fc3bc50f6c95c6d437cbad1865e76d09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45985c1113b6ea0618d56e287e662eed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a14d4fcdc168016f49f745215d3edd7 = $(`<div id="html_2a14d4fcdc168016f49f745215d3edd7" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_45985c1113b6ea0618d56e287e662eed.setContent(html_2a14d4fcdc168016f49f745215d3edd7);
|
|
|
|
|
|
|
|
marker_b1553edfa8e73b20d29b7d536c17f7fd.bindPopup(popup_45985c1113b6ea0618d56e287e662eed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1553edfa8e73b20d29b7d536c17f7fd.setIcon(icon_fc3bc50f6c95c6d437cbad1865e76d09);
|
|
|
|
|
|
var marker_03fa67d436e75341c85be474c1901517 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b31e3ef8ad1eb218e1248fac8ebb458d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_340b9bb3809df85233b8a81b86adc5d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87ca536c842731e73f0a305181643f5f = $(`<div id="html_87ca536c842731e73f0a305181643f5f" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_340b9bb3809df85233b8a81b86adc5d3.setContent(html_87ca536c842731e73f0a305181643f5f);
|
|
|
|
|
|
|
|
marker_03fa67d436e75341c85be474c1901517.bindPopup(popup_340b9bb3809df85233b8a81b86adc5d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03fa67d436e75341c85be474c1901517.setIcon(icon_b31e3ef8ad1eb218e1248fac8ebb458d);
|
|
|
|
|
|
var marker_cb75a71855984e5022d8e39de21b6aca = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b83029dff585b990dbc7a6fe425ac691 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68219739898e1f361f342468a194f135 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f116fe62daeb4306a467b50d78950fa = $(`<div id="html_4f116fe62daeb4306a467b50d78950fa" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_68219739898e1f361f342468a194f135.setContent(html_4f116fe62daeb4306a467b50d78950fa);
|
|
|
|
|
|
|
|
marker_cb75a71855984e5022d8e39de21b6aca.bindPopup(popup_68219739898e1f361f342468a194f135)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb75a71855984e5022d8e39de21b6aca.setIcon(icon_b83029dff585b990dbc7a6fe425ac691);
|
|
|
|
|
|
var marker_25c96052b9a7f13399526c1ced888eb3 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_3c0d28220d16e8fd6b6353ed5d1f80f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f8f726e259a050671da0a2b8530484b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9001883190d8588d6ea149ea5b85fe35 = $(`<div id="html_9001883190d8588d6ea149ea5b85fe35" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_7f8f726e259a050671da0a2b8530484b.setContent(html_9001883190d8588d6ea149ea5b85fe35);
|
|
|
|
|
|
|
|
marker_25c96052b9a7f13399526c1ced888eb3.bindPopup(popup_7f8f726e259a050671da0a2b8530484b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25c96052b9a7f13399526c1ced888eb3.setIcon(icon_3c0d28220d16e8fd6b6353ed5d1f80f4);
|
|
|
|
|
|
var marker_f3833c695fc4a263f562db4308456247 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_d9bb2f8348beaa3ccaa24c72e1e148dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3d6e573e33369b4a86bde25fda7676d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_754fcc77285a68cbca82885c2029fac5 = $(`<div id="html_754fcc77285a68cbca82885c2029fac5" style="width: 100.0%; height: 100.0%;">zg0vtbriqdog7.clorecloud.net</div>`)[0];
|
|
popup_e3d6e573e33369b4a86bde25fda7676d.setContent(html_754fcc77285a68cbca82885c2029fac5);
|
|
|
|
|
|
|
|
marker_f3833c695fc4a263f562db4308456247.bindPopup(popup_e3d6e573e33369b4a86bde25fda7676d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3833c695fc4a263f562db4308456247.setIcon(icon_d9bb2f8348beaa3ccaa24c72e1e148dc);
|
|
|
|
|
|
var marker_178a0a2ce356ee0a4b66b7e2100738b8 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_498d16beb1db8243332b439bdafb37ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7bcaa7bc5f3d8731c210bcd67ed04d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a08e7db83b8a677bb8f8745f2ce58dd = $(`<div id="html_3a08e7db83b8a677bb8f8745f2ce58dd" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_e7bcaa7bc5f3d8731c210bcd67ed04d8.setContent(html_3a08e7db83b8a677bb8f8745f2ce58dd);
|
|
|
|
|
|
|
|
marker_178a0a2ce356ee0a4b66b7e2100738b8.bindPopup(popup_e7bcaa7bc5f3d8731c210bcd67ed04d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_178a0a2ce356ee0a4b66b7e2100738b8.setIcon(icon_498d16beb1db8243332b439bdafb37ba);
|
|
|
|
|
|
var marker_09eab70ce5ea3c7cd5830b5f297c64c6 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_926428a2c75433a194329a07fe49031a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3449e725097f0a02fb509c5c9cd039a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e882b1497fc9b60d22694268f8fa628 = $(`<div id="html_3e882b1497fc9b60d22694268f8fa628" style="width: 100.0%; height: 100.0%;">cache.freexom.com</div>`)[0];
|
|
popup_3449e725097f0a02fb509c5c9cd039a7.setContent(html_3e882b1497fc9b60d22694268f8fa628);
|
|
|
|
|
|
|
|
marker_09eab70ce5ea3c7cd5830b5f297c64c6.bindPopup(popup_3449e725097f0a02fb509c5c9cd039a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09eab70ce5ea3c7cd5830b5f297c64c6.setIcon(icon_926428a2c75433a194329a07fe49031a);
|
|
|
|
|
|
var marker_3b1f06beac47837cd5653cf2cab42a91 = L.marker(
|
|
[54.5847, 10.0178],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_5a5eccd557427296ff48e54d337017ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bb3245d4d076432402cdd6fa1a65057 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c423772f6894782d4ed90a526681f2e9 = $(`<div id="html_c423772f6894782d4ed90a526681f2e9" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_5bb3245d4d076432402cdd6fa1a65057.setContent(html_c423772f6894782d4ed90a526681f2e9);
|
|
|
|
|
|
|
|
marker_3b1f06beac47837cd5653cf2cab42a91.bindPopup(popup_5bb3245d4d076432402cdd6fa1a65057)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b1f06beac47837cd5653cf2cab42a91.setIcon(icon_5a5eccd557427296ff48e54d337017ba);
|
|
|
|
|
|
var marker_19c5ff8c359f634d8c4fd458cd93acfd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_d74d10a667ca922dc3cfee1e1f9e6479 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5b670313c04b081186232c98821a364 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64f14643526d431f0fd178d030331599 = $(`<div id="html_64f14643526d431f0fd178d030331599" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_b5b670313c04b081186232c98821a364.setContent(html_64f14643526d431f0fd178d030331599);
|
|
|
|
|
|
|
|
marker_19c5ff8c359f634d8c4fd458cd93acfd.bindPopup(popup_b5b670313c04b081186232c98821a364)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19c5ff8c359f634d8c4fd458cd93acfd.setIcon(icon_d74d10a667ca922dc3cfee1e1f9e6479);
|
|
|
|
|
|
var marker_b03bf4ae3986cfe5d4f2a68f12996e3c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_fa9b4f40917075d6418d12a039fcefad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d66807b855dbd3c45c05656b7907385a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_620dcbe3c88473382277b9cf063300cc = $(`<div id="html_620dcbe3c88473382277b9cf063300cc" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_d66807b855dbd3c45c05656b7907385a.setContent(html_620dcbe3c88473382277b9cf063300cc);
|
|
|
|
|
|
|
|
marker_b03bf4ae3986cfe5d4f2a68f12996e3c.bindPopup(popup_d66807b855dbd3c45c05656b7907385a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b03bf4ae3986cfe5d4f2a68f12996e3c.setIcon(icon_fa9b4f40917075d6418d12a039fcefad);
|
|
|
|
|
|
var marker_e8ceddf2f040260a666a0ae7e645432f = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_df9663b2f0d476702db9919de2286955 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d57aaacad8d48d62415ba00e66215b17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_446d9983479d33d3d19bb6daaf9f6328 = $(`<div id="html_446d9983479d33d3d19bb6daaf9f6328" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_d57aaacad8d48d62415ba00e66215b17.setContent(html_446d9983479d33d3d19bb6daaf9f6328);
|
|
|
|
|
|
|
|
marker_e8ceddf2f040260a666a0ae7e645432f.bindPopup(popup_d57aaacad8d48d62415ba00e66215b17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8ceddf2f040260a666a0ae7e645432f.setIcon(icon_df9663b2f0d476702db9919de2286955);
|
|
|
|
|
|
var marker_d22a53865273b1f16e4273608e5d70e6 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_d1a187067267fc2f1bcb316c9dfe582d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b378ed0c8198b460a9cc2d45a0f0e8f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c492fdef56251dd6b5be7d05f80daac2 = $(`<div id="html_c492fdef56251dd6b5be7d05f80daac2" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_b378ed0c8198b460a9cc2d45a0f0e8f8.setContent(html_c492fdef56251dd6b5be7d05f80daac2);
|
|
|
|
|
|
|
|
marker_d22a53865273b1f16e4273608e5d70e6.bindPopup(popup_b378ed0c8198b460a9cc2d45a0f0e8f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d22a53865273b1f16e4273608e5d70e6.setIcon(icon_d1a187067267fc2f1bcb316c9dfe582d);
|
|
|
|
|
|
var marker_06514538e3ccbab05287f5c8f50516bb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_2c40c29beb5531ea190606b7cbff4489 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74157a9ade2b0ca81496552468b52454 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d347f80e91ecf057a871ad6502736f4f = $(`<div id="html_d347f80e91ecf057a871ad6502736f4f" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_74157a9ade2b0ca81496552468b52454.setContent(html_d347f80e91ecf057a871ad6502736f4f);
|
|
|
|
|
|
|
|
marker_06514538e3ccbab05287f5c8f50516bb.bindPopup(popup_74157a9ade2b0ca81496552468b52454)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06514538e3ccbab05287f5c8f50516bb.setIcon(icon_2c40c29beb5531ea190606b7cbff4489);
|
|
|
|
|
|
var marker_7f6402926800b352e10f81ab50dad181 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_7dd9f723973bf5c3022ab46767675ed4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8d54ed6f6a489d744d1eb35a698a502 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e40a048ed5bf83465e8402dfb51a9dd = $(`<div id="html_6e40a048ed5bf83465e8402dfb51a9dd" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_b8d54ed6f6a489d744d1eb35a698a502.setContent(html_6e40a048ed5bf83465e8402dfb51a9dd);
|
|
|
|
|
|
|
|
marker_7f6402926800b352e10f81ab50dad181.bindPopup(popup_b8d54ed6f6a489d744d1eb35a698a502)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f6402926800b352e10f81ab50dad181.setIcon(icon_7dd9f723973bf5c3022ab46767675ed4);
|
|
|
|
|
|
var marker_98484733fd8cad0b525548018684ea0a = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_d73295a6e1832627afc8d6f53d42376a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fbaf42c4ebf21af54c3abf4d1a14afe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b91a4b4503a1162fe686629606330882 = $(`<div id="html_b91a4b4503a1162fe686629606330882" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_5fbaf42c4ebf21af54c3abf4d1a14afe.setContent(html_b91a4b4503a1162fe686629606330882);
|
|
|
|
|
|
|
|
marker_98484733fd8cad0b525548018684ea0a.bindPopup(popup_5fbaf42c4ebf21af54c3abf4d1a14afe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98484733fd8cad0b525548018684ea0a.setIcon(icon_d73295a6e1832627afc8d6f53d42376a);
|
|
|
|
|
|
var marker_aaf5d72ed583d1e01d55dcaf0fda8a34 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_75a2565162d5e98c444e0ead8ea9b46a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dc1b1f982538af9456ffaafe37a131f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39aca65a6177ac7e13657fe9ebae9999 = $(`<div id="html_39aca65a6177ac7e13657fe9ebae9999" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_2dc1b1f982538af9456ffaafe37a131f.setContent(html_39aca65a6177ac7e13657fe9ebae9999);
|
|
|
|
|
|
|
|
marker_aaf5d72ed583d1e01d55dcaf0fda8a34.bindPopup(popup_2dc1b1f982538af9456ffaafe37a131f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aaf5d72ed583d1e01d55dcaf0fda8a34.setIcon(icon_75a2565162d5e98c444e0ead8ea9b46a);
|
|
|
|
|
|
var marker_61c452b5dc4e6aa40baffa4f932ba4dc = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a5afc9b47bce73350bdc69d9381766b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d2b234f3961532a53af4eace92145d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4719a226e38702e49ddf775e474be8d = $(`<div id="html_f4719a226e38702e49ddf775e474be8d" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_1d2b234f3961532a53af4eace92145d6.setContent(html_f4719a226e38702e49ddf775e474be8d);
|
|
|
|
|
|
|
|
marker_61c452b5dc4e6aa40baffa4f932ba4dc.bindPopup(popup_1d2b234f3961532a53af4eace92145d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61c452b5dc4e6aa40baffa4f932ba4dc.setIcon(icon_a5afc9b47bce73350bdc69d9381766b9);
|
|
|
|
|
|
var marker_00a25c19a4ec02238da24014ddc1c0e3 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_60dcb6af3ad2b01fff385e74b3b23c5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01a65a7af5c0b944799a2c3c7bc7bc7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1a11fc8eed1e48bb414b0a3608f9c81 = $(`<div id="html_c1a11fc8eed1e48bb414b0a3608f9c81" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_01a65a7af5c0b944799a2c3c7bc7bc7d.setContent(html_c1a11fc8eed1e48bb414b0a3608f9c81);
|
|
|
|
|
|
|
|
marker_00a25c19a4ec02238da24014ddc1c0e3.bindPopup(popup_01a65a7af5c0b944799a2c3c7bc7bc7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00a25c19a4ec02238da24014ddc1c0e3.setIcon(icon_60dcb6af3ad2b01fff385e74b3b23c5f);
|
|
|
|
|
|
var marker_5f71ec936ac0ec958ef4a6a78c4eefb7 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_a14320063c1b620ea9ae2c77ff13b234 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40fee29b18212079887dc26378244ab7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4d8e166535d065c0bddfe36b988b31d = $(`<div id="html_b4d8e166535d065c0bddfe36b988b31d" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_40fee29b18212079887dc26378244ab7.setContent(html_b4d8e166535d065c0bddfe36b988b31d);
|
|
|
|
|
|
|
|
marker_5f71ec936ac0ec958ef4a6a78c4eefb7.bindPopup(popup_40fee29b18212079887dc26378244ab7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f71ec936ac0ec958ef4a6a78c4eefb7.setIcon(icon_a14320063c1b620ea9ae2c77ff13b234);
|
|
|
|
|
|
var marker_c045871fe96d2549b7ddc272090178b8 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_b5a92bb62a4b6cae5115771a99172e81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94d84661ab6a6bd93f9774cacaef69e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85a33bd66d3ca46a69acf1dfae976f21 = $(`<div id="html_85a33bd66d3ca46a69acf1dfae976f21" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_94d84661ab6a6bd93f9774cacaef69e7.setContent(html_85a33bd66d3ca46a69acf1dfae976f21);
|
|
|
|
|
|
|
|
marker_c045871fe96d2549b7ddc272090178b8.bindPopup(popup_94d84661ab6a6bd93f9774cacaef69e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c045871fe96d2549b7ddc272090178b8.setIcon(icon_b5a92bb62a4b6cae5115771a99172e81);
|
|
|
|
|
|
var marker_abe1b42fc429390952bc0a24e726e0b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_e2b616d4cede89b695aa47c9ee5a4661 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b70dd1fce520656b66025530543fab7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4de50548bf5d03d151a8695880264263 = $(`<div id="html_4de50548bf5d03d151a8695880264263" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_4b70dd1fce520656b66025530543fab7.setContent(html_4de50548bf5d03d151a8695880264263);
|
|
|
|
|
|
|
|
marker_abe1b42fc429390952bc0a24e726e0b8.bindPopup(popup_4b70dd1fce520656b66025530543fab7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abe1b42fc429390952bc0a24e726e0b8.setIcon(icon_e2b616d4cede89b695aa47c9ee5a4661);
|
|
|
|
|
|
var marker_ce6570cfe0ed32f79d1d8913c10acb94 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_fc8403ebea798ebffa8137ee4caa4ef6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8521237c1d149b58fc14482ebcac586 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aef920bd7a9a7b3604f54835edb44f5c = $(`<div id="html_aef920bd7a9a7b3604f54835edb44f5c" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_e8521237c1d149b58fc14482ebcac586.setContent(html_aef920bd7a9a7b3604f54835edb44f5c);
|
|
|
|
|
|
|
|
marker_ce6570cfe0ed32f79d1d8913c10acb94.bindPopup(popup_e8521237c1d149b58fc14482ebcac586)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce6570cfe0ed32f79d1d8913c10acb94.setIcon(icon_fc8403ebea798ebffa8137ee4caa4ef6);
|
|
|
|
|
|
var marker_c9b073c05c42dcff6a832a122b234f74 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_f2da605426c7bff7a0e11a8e2e2a89fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac947d19df8bd2996f5e81f191f18ca1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d007e16fe1f0b4d1745175e09fcc76a4 = $(`<div id="html_d007e16fe1f0b4d1745175e09fcc76a4" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_ac947d19df8bd2996f5e81f191f18ca1.setContent(html_d007e16fe1f0b4d1745175e09fcc76a4);
|
|
|
|
|
|
|
|
marker_c9b073c05c42dcff6a832a122b234f74.bindPopup(popup_ac947d19df8bd2996f5e81f191f18ca1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9b073c05c42dcff6a832a122b234f74.setIcon(icon_f2da605426c7bff7a0e11a8e2e2a89fc);
|
|
|
|
|
|
var marker_adf1c24e1b1f56237fa85809f6426572 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_1f53feaf7f890fe8c909837fd832d660 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a875c03a89803837804763151c2b128f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6eda7c40b2a25c2276a758208b1927e7 = $(`<div id="html_6eda7c40b2a25c2276a758208b1927e7" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_a875c03a89803837804763151c2b128f.setContent(html_6eda7c40b2a25c2276a758208b1927e7);
|
|
|
|
|
|
|
|
marker_adf1c24e1b1f56237fa85809f6426572.bindPopup(popup_a875c03a89803837804763151c2b128f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adf1c24e1b1f56237fa85809f6426572.setIcon(icon_1f53feaf7f890fe8c909837fd832d660);
|
|
|
|
|
|
var marker_8cba6ca92fe03dfc893a15128a1ffa2a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_39367b295d8d91e677699c8ebe8285d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63b3fd0a3c18fa4a33645ed31a1cb5bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a136272f0237dc5aa41586c74ede0a7 = $(`<div id="html_4a136272f0237dc5aa41586c74ede0a7" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_63b3fd0a3c18fa4a33645ed31a1cb5bd.setContent(html_4a136272f0237dc5aa41586c74ede0a7);
|
|
|
|
|
|
|
|
marker_8cba6ca92fe03dfc893a15128a1ffa2a.bindPopup(popup_63b3fd0a3c18fa4a33645ed31a1cb5bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cba6ca92fe03dfc893a15128a1ffa2a.setIcon(icon_39367b295d8d91e677699c8ebe8285d5);
|
|
|
|
|
|
var marker_6fc1b58c6c3bfd6dbf2a087783568ca1 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_30774db6b64193f3ef78f9b9f23a8ffa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ed8abae6d85c558e80dab90022a8508 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa4c2b6f65f7709358b615747b758f10 = $(`<div id="html_aa4c2b6f65f7709358b615747b758f10" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_6ed8abae6d85c558e80dab90022a8508.setContent(html_aa4c2b6f65f7709358b615747b758f10);
|
|
|
|
|
|
|
|
marker_6fc1b58c6c3bfd6dbf2a087783568ca1.bindPopup(popup_6ed8abae6d85c558e80dab90022a8508)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fc1b58c6c3bfd6dbf2a087783568ca1.setIcon(icon_30774db6b64193f3ef78f9b9f23a8ffa);
|
|
|
|
|
|
var marker_99a72da5494ae585e0141686e8ea0582 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d);
|
|
|
|
|
|
var icon_0611d44916194e87ab4ec8eb0a6bc3ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55fe01c3f96f990ae6e82a9f6e9c3379 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cedffe32a276bb15bd4fcf08998366a = $(`<div id="html_3cedffe32a276bb15bd4fcf08998366a" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_55fe01c3f96f990ae6e82a9f6e9c3379.setContent(html_3cedffe32a276bb15bd4fcf08998366a);
|
|
|
|
|
|
|
|
marker_99a72da5494ae585e0141686e8ea0582.bindPopup(popup_55fe01c3f96f990ae6e82a9f6e9c3379)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99a72da5494ae585e0141686e8ea0582.setIcon(icon_0611d44916194e87ab4ec8eb0a6bc3ea);
|
|
|
|
|
|
marker_cluster_e172bdb8241620d6acd31b9ac9fe3a6d.addTo(map_30e7c0c7b10d4f2a46884321fe25f67a);
|
|
|
|
</script>
|
|
</html> |