mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 12:45:19 +00:00
10715 lines
312 KiB
HTML
10715 lines
312 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_36f679867c08d7aae8621afe39515c6e {
|
|
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_36f679867c08d7aae8621afe39515c6e" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_36f679867c08d7aae8621afe39515c6e = L.map(
|
|
"map_36f679867c08d7aae8621afe39515c6e",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_f79c465bc9e0c9e7ea8ce4a5eb1e5e44 = 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_f79c465bc9e0c9e7ea8ce4a5eb1e5e44.addTo(map_36f679867c08d7aae8621afe39515c6e);
|
|
|
|
|
|
var marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_2f21c0b11e65c70a8bd89b1cef1d33bf = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_c934a9dd80bc8377bfc8e8056b3358bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e85cdd51ff0064c6263f383754b85046 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8e5cdd6ee09e4b0a251d77d6aa314ce = $(`<div id="html_c8e5cdd6ee09e4b0a251d77d6aa314ce" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_e85cdd51ff0064c6263f383754b85046.setContent(html_c8e5cdd6ee09e4b0a251d77d6aa314ce);
|
|
|
|
|
|
|
|
marker_2f21c0b11e65c70a8bd89b1cef1d33bf.bindPopup(popup_e85cdd51ff0064c6263f383754b85046)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f21c0b11e65c70a8bd89b1cef1d33bf.setIcon(icon_c934a9dd80bc8377bfc8e8056b3358bb);
|
|
|
|
|
|
var marker_876a463723e5a3e6abc1dd9bd8864126 = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_7c2f27a9044fe48d241b50d0c2436856 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b866242d9528e1d031ac06f367a0cb2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c8b476a0f235fcd9ff14ede2f1a023b = $(`<div id="html_5c8b476a0f235fcd9ff14ede2f1a023b" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_b866242d9528e1d031ac06f367a0cb2a.setContent(html_5c8b476a0f235fcd9ff14ede2f1a023b);
|
|
|
|
|
|
|
|
marker_876a463723e5a3e6abc1dd9bd8864126.bindPopup(popup_b866242d9528e1d031ac06f367a0cb2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_876a463723e5a3e6abc1dd9bd8864126.setIcon(icon_7c2f27a9044fe48d241b50d0c2436856);
|
|
|
|
|
|
var marker_1c53de8a4b7623bad9abbffdbbde66e5 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_0ac5c3097a5f63ab8c26cb81d136783b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b92a444a0a622ea4eda1056bc10b046d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf1c256c0f3865427f03428ac0ea744d = $(`<div id="html_cf1c256c0f3865427f03428ac0ea744d" style="width: 100.0%; height: 100.0%;">pyramid.fiatjaf.com</div>`)[0];
|
|
popup_b92a444a0a622ea4eda1056bc10b046d.setContent(html_cf1c256c0f3865427f03428ac0ea744d);
|
|
|
|
|
|
|
|
marker_1c53de8a4b7623bad9abbffdbbde66e5.bindPopup(popup_b92a444a0a622ea4eda1056bc10b046d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c53de8a4b7623bad9abbffdbbde66e5.setIcon(icon_0ac5c3097a5f63ab8c26cb81d136783b);
|
|
|
|
|
|
var marker_cd0ebabfb19e320be505b920c756d6fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_5c5a58c9e2ac275fadc72301106b3df1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af6648232b4a7795d572121271d492d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0469b124ceeae05ea235479c8df2017d = $(`<div id="html_0469b124ceeae05ea235479c8df2017d" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_af6648232b4a7795d572121271d492d3.setContent(html_0469b124ceeae05ea235479c8df2017d);
|
|
|
|
|
|
|
|
marker_cd0ebabfb19e320be505b920c756d6fe.bindPopup(popup_af6648232b4a7795d572121271d492d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd0ebabfb19e320be505b920c756d6fe.setIcon(icon_5c5a58c9e2ac275fadc72301106b3df1);
|
|
|
|
|
|
var marker_bf5a1a332d53c30f9eb4f7ff36e0e629 = L.marker(
|
|
[47.4043, 8.57398],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_ab054f53cce8787d8df904d5128eb48f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e20db2d642c94374fac1362e1f71cc1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d537f631b1d3d9bb4912fa31dabeb334 = $(`<div id="html_d537f631b1d3d9bb4912fa31dabeb334" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_e20db2d642c94374fac1362e1f71cc1a.setContent(html_d537f631b1d3d9bb4912fa31dabeb334);
|
|
|
|
|
|
|
|
marker_bf5a1a332d53c30f9eb4f7ff36e0e629.bindPopup(popup_e20db2d642c94374fac1362e1f71cc1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf5a1a332d53c30f9eb4f7ff36e0e629.setIcon(icon_ab054f53cce8787d8df904d5128eb48f);
|
|
|
|
|
|
var marker_2428479c35e5aafa86714e350c5cca59 = L.marker(
|
|
[13.9178, 100.424],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_51e22a465c68bc5c8ab1573ec099bb13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a87bd831b82f66d80627f90455a7cff1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_daa11fc49e63b7ca1acec7e657e69f92 = $(`<div id="html_daa11fc49e63b7ca1acec7e657e69f92" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_a87bd831b82f66d80627f90455a7cff1.setContent(html_daa11fc49e63b7ca1acec7e657e69f92);
|
|
|
|
|
|
|
|
marker_2428479c35e5aafa86714e350c5cca59.bindPopup(popup_a87bd831b82f66d80627f90455a7cff1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2428479c35e5aafa86714e350c5cca59.setIcon(icon_51e22a465c68bc5c8ab1573ec099bb13);
|
|
|
|
|
|
var marker_8703d867edcbe49ad5811700dfc8327e = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_95e12397239db33e1baf6c9a0e4777c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d41a530c4b62c96c8c77b9d7dc59642 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce16b3c63d224c1375d8ca50bfcefe36 = $(`<div id="html_ce16b3c63d224c1375d8ca50bfcefe36" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_0d41a530c4b62c96c8c77b9d7dc59642.setContent(html_ce16b3c63d224c1375d8ca50bfcefe36);
|
|
|
|
|
|
|
|
marker_8703d867edcbe49ad5811700dfc8327e.bindPopup(popup_0d41a530c4b62c96c8c77b9d7dc59642)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8703d867edcbe49ad5811700dfc8327e.setIcon(icon_95e12397239db33e1baf6c9a0e4777c8);
|
|
|
|
|
|
var marker_f080de3eefee788aaee8f4e51d202557 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_bed94e09833eff156625b679c31dc28a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_813f87b262be800c5996d8fdd1dcd677 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83408b46afa33fb2aee526c32eb8f305 = $(`<div id="html_83408b46afa33fb2aee526c32eb8f305" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_813f87b262be800c5996d8fdd1dcd677.setContent(html_83408b46afa33fb2aee526c32eb8f305);
|
|
|
|
|
|
|
|
marker_f080de3eefee788aaee8f4e51d202557.bindPopup(popup_813f87b262be800c5996d8fdd1dcd677)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f080de3eefee788aaee8f4e51d202557.setIcon(icon_bed94e09833eff156625b679c31dc28a);
|
|
|
|
|
|
var marker_4f1af7d5d75119ed4f8ffb48e7b25791 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_e6fdac940837e1eefdcce6fb4a5591ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4af068a9836599ef24fe5b1358712926 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fe2a44e6c65697760494b9c919b30e6 = $(`<div id="html_9fe2a44e6c65697760494b9c919b30e6" style="width: 100.0%; height: 100.0%;">nostr.czas.top</div>`)[0];
|
|
popup_4af068a9836599ef24fe5b1358712926.setContent(html_9fe2a44e6c65697760494b9c919b30e6);
|
|
|
|
|
|
|
|
marker_4f1af7d5d75119ed4f8ffb48e7b25791.bindPopup(popup_4af068a9836599ef24fe5b1358712926)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f1af7d5d75119ed4f8ffb48e7b25791.setIcon(icon_e6fdac940837e1eefdcce6fb4a5591ff);
|
|
|
|
|
|
var marker_0fc918008d0efaac602296ccd38b635b = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_01aa3063f3abf78275bd48ca4c101273 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_967cca9252b2cc1519f90cb7ad5ac05b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cae8ed462a2b255e60d271a0761bf2bf = $(`<div id="html_cae8ed462a2b255e60d271a0761bf2bf" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_967cca9252b2cc1519f90cb7ad5ac05b.setContent(html_cae8ed462a2b255e60d271a0761bf2bf);
|
|
|
|
|
|
|
|
marker_0fc918008d0efaac602296ccd38b635b.bindPopup(popup_967cca9252b2cc1519f90cb7ad5ac05b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fc918008d0efaac602296ccd38b635b.setIcon(icon_01aa3063f3abf78275bd48ca4c101273);
|
|
|
|
|
|
var marker_dab68978d99bc2b8ad16656215acd366 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9cf895f282eb928cb09f3dcca1a7d534 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94ec53eb8d68ac42d48a84bb5d9c1337 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa531fd4cc36d75c2de17b4415bdcd1f = $(`<div id="html_aa531fd4cc36d75c2de17b4415bdcd1f" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_94ec53eb8d68ac42d48a84bb5d9c1337.setContent(html_aa531fd4cc36d75c2de17b4415bdcd1f);
|
|
|
|
|
|
|
|
marker_dab68978d99bc2b8ad16656215acd366.bindPopup(popup_94ec53eb8d68ac42d48a84bb5d9c1337)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dab68978d99bc2b8ad16656215acd366.setIcon(icon_9cf895f282eb928cb09f3dcca1a7d534);
|
|
|
|
|
|
var marker_b71aa01bc6f4a16c498389b3605a089d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_3036a77422ef63cea7c30efff40baff1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6667a827b9716471b3ad71caf48ee1a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b9a04bb4cecd4e70b25d701ad55d042 = $(`<div id="html_4b9a04bb4cecd4e70b25d701ad55d042" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_6667a827b9716471b3ad71caf48ee1a9.setContent(html_4b9a04bb4cecd4e70b25d701ad55d042);
|
|
|
|
|
|
|
|
marker_b71aa01bc6f4a16c498389b3605a089d.bindPopup(popup_6667a827b9716471b3ad71caf48ee1a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b71aa01bc6f4a16c498389b3605a089d.setIcon(icon_3036a77422ef63cea7c30efff40baff1);
|
|
|
|
|
|
var marker_aa046974a2951b441032a039e10c2403 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_dfc4da9fb6476427d5c9c8438250bf1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8327937e7afd8ea40303c7a1a4d2bc17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6572b447f148908e48716929b3b644d = $(`<div id="html_b6572b447f148908e48716929b3b644d" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_8327937e7afd8ea40303c7a1a4d2bc17.setContent(html_b6572b447f148908e48716929b3b644d);
|
|
|
|
|
|
|
|
marker_aa046974a2951b441032a039e10c2403.bindPopup(popup_8327937e7afd8ea40303c7a1a4d2bc17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa046974a2951b441032a039e10c2403.setIcon(icon_dfc4da9fb6476427d5c9c8438250bf1c);
|
|
|
|
|
|
var marker_e0e1e99abab1b1f58a1fceff16d5ac30 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f65d61ebfa47ae2f81169633b166776a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c45681731156d1dae0aab9e55d03870 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ca6616aeba4243843a716fe8ded757c = $(`<div id="html_5ca6616aeba4243843a716fe8ded757c" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_8c45681731156d1dae0aab9e55d03870.setContent(html_5ca6616aeba4243843a716fe8ded757c);
|
|
|
|
|
|
|
|
marker_e0e1e99abab1b1f58a1fceff16d5ac30.bindPopup(popup_8c45681731156d1dae0aab9e55d03870)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0e1e99abab1b1f58a1fceff16d5ac30.setIcon(icon_f65d61ebfa47ae2f81169633b166776a);
|
|
|
|
|
|
var marker_328f254fe1f68b6a3a169a31aaf883cc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_13010327f2f0ffc9f089d388cfd00bee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_794f3fbb3390da0d9af75b1c05b9325a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88180692591d7e462faecda8da53f1b5 = $(`<div id="html_88180692591d7e462faecda8da53f1b5" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_794f3fbb3390da0d9af75b1c05b9325a.setContent(html_88180692591d7e462faecda8da53f1b5);
|
|
|
|
|
|
|
|
marker_328f254fe1f68b6a3a169a31aaf883cc.bindPopup(popup_794f3fbb3390da0d9af75b1c05b9325a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_328f254fe1f68b6a3a169a31aaf883cc.setIcon(icon_13010327f2f0ffc9f089d388cfd00bee);
|
|
|
|
|
|
var marker_c1533c0a81df0f3b9deecb19368556b4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_5a2bdf2b0e04d33458aa15a9e88dadef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbd858fc7fbf55b6ddd45edd3cf38c49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_018048784acc3a2a2deebc514f1e41a7 = $(`<div id="html_018048784acc3a2a2deebc514f1e41a7" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_fbd858fc7fbf55b6ddd45edd3cf38c49.setContent(html_018048784acc3a2a2deebc514f1e41a7);
|
|
|
|
|
|
|
|
marker_c1533c0a81df0f3b9deecb19368556b4.bindPopup(popup_fbd858fc7fbf55b6ddd45edd3cf38c49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1533c0a81df0f3b9deecb19368556b4.setIcon(icon_5a2bdf2b0e04d33458aa15a9e88dadef);
|
|
|
|
|
|
var marker_311dbb7178b249739c4cd93cdc2900fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_a2a92487c5c756a0ddc809ce2898d06e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba9ea18ad9df9bc1f4c6c2f0a5c92453 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a421098170be038f59ed963abab5181 = $(`<div id="html_9a421098170be038f59ed963abab5181" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_ba9ea18ad9df9bc1f4c6c2f0a5c92453.setContent(html_9a421098170be038f59ed963abab5181);
|
|
|
|
|
|
|
|
marker_311dbb7178b249739c4cd93cdc2900fd.bindPopup(popup_ba9ea18ad9df9bc1f4c6c2f0a5c92453)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_311dbb7178b249739c4cd93cdc2900fd.setIcon(icon_a2a92487c5c756a0ddc809ce2898d06e);
|
|
|
|
|
|
var marker_92364dbff93002e87a66db7ee4743815 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_d8bcc69c09313de4c37f0b42edb45d7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bd861f41faff5b47f41eaa951040877 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1914160f4ca5402f20283f38ea8fc32 = $(`<div id="html_e1914160f4ca5402f20283f38ea8fc32" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_5bd861f41faff5b47f41eaa951040877.setContent(html_e1914160f4ca5402f20283f38ea8fc32);
|
|
|
|
|
|
|
|
marker_92364dbff93002e87a66db7ee4743815.bindPopup(popup_5bd861f41faff5b47f41eaa951040877)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92364dbff93002e87a66db7ee4743815.setIcon(icon_d8bcc69c09313de4c37f0b42edb45d7d);
|
|
|
|
|
|
var marker_2d01a883081a458ec75a91c4542e2c4a = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_1a8c0b6924994d2d5e5a81bd90b57069 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b03d347314cc4678c6d9964ee7a49a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a316ff75b6c19d3816f055331316b645 = $(`<div id="html_a316ff75b6c19d3816f055331316b645" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_1b03d347314cc4678c6d9964ee7a49a4.setContent(html_a316ff75b6c19d3816f055331316b645);
|
|
|
|
|
|
|
|
marker_2d01a883081a458ec75a91c4542e2c4a.bindPopup(popup_1b03d347314cc4678c6d9964ee7a49a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d01a883081a458ec75a91c4542e2c4a.setIcon(icon_1a8c0b6924994d2d5e5a81bd90b57069);
|
|
|
|
|
|
var marker_6b63cea50bf1890c9d9ac605bd7cb769 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b47c25d984441bba13c473fa585eb7ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d8f7d0deac696c9026e8e4f8e8289f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c636b5c883a1f9094ad8b2793fc57967 = $(`<div id="html_c636b5c883a1f9094ad8b2793fc57967" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_4d8f7d0deac696c9026e8e4f8e8289f2.setContent(html_c636b5c883a1f9094ad8b2793fc57967);
|
|
|
|
|
|
|
|
marker_6b63cea50bf1890c9d9ac605bd7cb769.bindPopup(popup_4d8f7d0deac696c9026e8e4f8e8289f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b63cea50bf1890c9d9ac605bd7cb769.setIcon(icon_b47c25d984441bba13c473fa585eb7ff);
|
|
|
|
|
|
var marker_d75da665dcdf0a9e6516c8035580af7c = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_c51df48d6ea2e9f05633b932f83f3dc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3f8a4fd86a6d09372f1a852010b0531 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74a6d88f7c8638d9969e253bf2a4fa87 = $(`<div id="html_74a6d88f7c8638d9969e253bf2a4fa87" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_f3f8a4fd86a6d09372f1a852010b0531.setContent(html_74a6d88f7c8638d9969e253bf2a4fa87);
|
|
|
|
|
|
|
|
marker_d75da665dcdf0a9e6516c8035580af7c.bindPopup(popup_f3f8a4fd86a6d09372f1a852010b0531)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d75da665dcdf0a9e6516c8035580af7c.setIcon(icon_c51df48d6ea2e9f05633b932f83f3dc6);
|
|
|
|
|
|
var marker_7ebc64cb6805e55174632c1b6e413e6f = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_a594d0a69117de09d3a6d580cb5b7744 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_369e1afb2a82199b67daee3d8d33d297 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b4e533b8a38317666422b310fecab69 = $(`<div id="html_1b4e533b8a38317666422b310fecab69" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_369e1afb2a82199b67daee3d8d33d297.setContent(html_1b4e533b8a38317666422b310fecab69);
|
|
|
|
|
|
|
|
marker_7ebc64cb6805e55174632c1b6e413e6f.bindPopup(popup_369e1afb2a82199b67daee3d8d33d297)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ebc64cb6805e55174632c1b6e413e6f.setIcon(icon_a594d0a69117de09d3a6d580cb5b7744);
|
|
|
|
|
|
var marker_1171035279b16aecf59a71f8c298e49d = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_6feb8e0267e22d4ed75b376d3b8c08b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bd5641f6cc4ce264f4df9cab46c048d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48a3f8ae95cfabcd1b35b902e31d920c = $(`<div id="html_48a3f8ae95cfabcd1b35b902e31d920c" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_8bd5641f6cc4ce264f4df9cab46c048d.setContent(html_48a3f8ae95cfabcd1b35b902e31d920c);
|
|
|
|
|
|
|
|
marker_1171035279b16aecf59a71f8c298e49d.bindPopup(popup_8bd5641f6cc4ce264f4df9cab46c048d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1171035279b16aecf59a71f8c298e49d.setIcon(icon_6feb8e0267e22d4ed75b376d3b8c08b0);
|
|
|
|
|
|
var marker_6a1943bb59eab6469d6240c1e73ed6cb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_3babcec8b7f075fad6371bde98f5a424 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23542efdd0f4654fe3e48dd91be57d1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0839dfeda7ad87a5dbdf950e4e9f15b = $(`<div id="html_a0839dfeda7ad87a5dbdf950e4e9f15b" style="width: 100.0%; height: 100.0%;">nostr.veladan.dev</div>`)[0];
|
|
popup_23542efdd0f4654fe3e48dd91be57d1b.setContent(html_a0839dfeda7ad87a5dbdf950e4e9f15b);
|
|
|
|
|
|
|
|
marker_6a1943bb59eab6469d6240c1e73ed6cb.bindPopup(popup_23542efdd0f4654fe3e48dd91be57d1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a1943bb59eab6469d6240c1e73ed6cb.setIcon(icon_3babcec8b7f075fad6371bde98f5a424);
|
|
|
|
|
|
var marker_e4c6780fc9d10c79a4395598ba7b1f2c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_e08ba2feb9524ea9f4ebd484d37e9019 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f563f1bf666f75309e7d3261fd70c6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c3d97bc790c822689275e4da5a0d866 = $(`<div id="html_9c3d97bc790c822689275e4da5a0d866" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_5f563f1bf666f75309e7d3261fd70c6f.setContent(html_9c3d97bc790c822689275e4da5a0d866);
|
|
|
|
|
|
|
|
marker_e4c6780fc9d10c79a4395598ba7b1f2c.bindPopup(popup_5f563f1bf666f75309e7d3261fd70c6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4c6780fc9d10c79a4395598ba7b1f2c.setIcon(icon_e08ba2feb9524ea9f4ebd484d37e9019);
|
|
|
|
|
|
var marker_c900c507ca5eb3afc19b8947702e8ea4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b9c28a75df7ae02d68d925091192f52a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5339b6b064c5c523a7a3641e028e9ad2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf26a50987e5e237bf075aac2caa3b00 = $(`<div id="html_bf26a50987e5e237bf075aac2caa3b00" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_5339b6b064c5c523a7a3641e028e9ad2.setContent(html_bf26a50987e5e237bf075aac2caa3b00);
|
|
|
|
|
|
|
|
marker_c900c507ca5eb3afc19b8947702e8ea4.bindPopup(popup_5339b6b064c5c523a7a3641e028e9ad2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c900c507ca5eb3afc19b8947702e8ea4.setIcon(icon_b9c28a75df7ae02d68d925091192f52a);
|
|
|
|
|
|
var marker_6d464e8693e1f62a71c9b9c936369af1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_49f7e1ef0c867091356922dd1b6877d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b53b754df4c97f38014344045e9fe881 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1007283964f086a8257fde5cfa28773d = $(`<div id="html_1007283964f086a8257fde5cfa28773d" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_b53b754df4c97f38014344045e9fe881.setContent(html_1007283964f086a8257fde5cfa28773d);
|
|
|
|
|
|
|
|
marker_6d464e8693e1f62a71c9b9c936369af1.bindPopup(popup_b53b754df4c97f38014344045e9fe881)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d464e8693e1f62a71c9b9c936369af1.setIcon(icon_49f7e1ef0c867091356922dd1b6877d4);
|
|
|
|
|
|
var marker_6d2a4ea5ad1a923406d042e56c775b55 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_1a6e5437b4d8b64fb7d30779ca9c4698 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca9de637c8ceaafadc29a894f659a305 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c2e0cc0022a4175c6b5927e92d38bb2 = $(`<div id="html_3c2e0cc0022a4175c6b5927e92d38bb2" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_ca9de637c8ceaafadc29a894f659a305.setContent(html_3c2e0cc0022a4175c6b5927e92d38bb2);
|
|
|
|
|
|
|
|
marker_6d2a4ea5ad1a923406d042e56c775b55.bindPopup(popup_ca9de637c8ceaafadc29a894f659a305)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d2a4ea5ad1a923406d042e56c775b55.setIcon(icon_1a6e5437b4d8b64fb7d30779ca9c4698);
|
|
|
|
|
|
var marker_183a289c26bb661c3d30f4e8c5ed79c8 = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_00b9bc2d1b547e14e38ce74abc942fab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5ae0fad4a07acaeb69f238d07a51108 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74aea88e79bbf7ac51a73d846795aa7f = $(`<div id="html_74aea88e79bbf7ac51a73d846795aa7f" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_d5ae0fad4a07acaeb69f238d07a51108.setContent(html_74aea88e79bbf7ac51a73d846795aa7f);
|
|
|
|
|
|
|
|
marker_183a289c26bb661c3d30f4e8c5ed79c8.bindPopup(popup_d5ae0fad4a07acaeb69f238d07a51108)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_183a289c26bb661c3d30f4e8c5ed79c8.setIcon(icon_00b9bc2d1b547e14e38ce74abc942fab);
|
|
|
|
|
|
var marker_4f406c4e981dda82d3cf37030541e340 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_0a32c3f5cc284f9e1d4bdbadee245580 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b22b29aace89e7ad9d5dedafacc6c37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dac35d5d8700b22e27f23d51d5a890c5 = $(`<div id="html_dac35d5d8700b22e27f23d51d5a890c5" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_9b22b29aace89e7ad9d5dedafacc6c37.setContent(html_dac35d5d8700b22e27f23d51d5a890c5);
|
|
|
|
|
|
|
|
marker_4f406c4e981dda82d3cf37030541e340.bindPopup(popup_9b22b29aace89e7ad9d5dedafacc6c37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f406c4e981dda82d3cf37030541e340.setIcon(icon_0a32c3f5cc284f9e1d4bdbadee245580);
|
|
|
|
|
|
var marker_80383ccb1876fdedbfa45e561b6c00be = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_4c6d875898db2aa8099a65555ab669bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b30941c718f9e9f6918dcf91ba8c092d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fd46a1e4162f90dff7c462bb1105951 = $(`<div id="html_1fd46a1e4162f90dff7c462bb1105951" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_b30941c718f9e9f6918dcf91ba8c092d.setContent(html_1fd46a1e4162f90dff7c462bb1105951);
|
|
|
|
|
|
|
|
marker_80383ccb1876fdedbfa45e561b6c00be.bindPopup(popup_b30941c718f9e9f6918dcf91ba8c092d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80383ccb1876fdedbfa45e561b6c00be.setIcon(icon_4c6d875898db2aa8099a65555ab669bf);
|
|
|
|
|
|
var marker_05584b63f9c8b0085a3c687397d6fe35 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_dec88b95d7fc17d7bbf43fab1f10c8a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6a9ab2c3be21a7aae6516c3810a357b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_609b9203a300c9df47d009babe44dc35 = $(`<div id="html_609b9203a300c9df47d009babe44dc35" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_a6a9ab2c3be21a7aae6516c3810a357b.setContent(html_609b9203a300c9df47d009babe44dc35);
|
|
|
|
|
|
|
|
marker_05584b63f9c8b0085a3c687397d6fe35.bindPopup(popup_a6a9ab2c3be21a7aae6516c3810a357b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05584b63f9c8b0085a3c687397d6fe35.setIcon(icon_dec88b95d7fc17d7bbf43fab1f10c8a0);
|
|
|
|
|
|
var marker_adf0ad8e0329f1f693e05f4004d7bd84 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b26cc99fa8df4f2906b228e076bed922 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bcd548c73a07ebf410e549a65e87875 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9d7f2d48a2f265751cb33d8a03a72ac = $(`<div id="html_e9d7f2d48a2f265751cb33d8a03a72ac" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_2bcd548c73a07ebf410e549a65e87875.setContent(html_e9d7f2d48a2f265751cb33d8a03a72ac);
|
|
|
|
|
|
|
|
marker_adf0ad8e0329f1f693e05f4004d7bd84.bindPopup(popup_2bcd548c73a07ebf410e549a65e87875)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adf0ad8e0329f1f693e05f4004d7bd84.setIcon(icon_b26cc99fa8df4f2906b228e076bed922);
|
|
|
|
|
|
var marker_ea05b31e88192cebc1ca0464cda798c8 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_ec8a870e78f894b63023d9e0bc522b88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6aa379147222a518f2e677dea1ceea99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55b83eda600480e0310f40d69f005810 = $(`<div id="html_55b83eda600480e0310f40d69f005810" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_6aa379147222a518f2e677dea1ceea99.setContent(html_55b83eda600480e0310f40d69f005810);
|
|
|
|
|
|
|
|
marker_ea05b31e88192cebc1ca0464cda798c8.bindPopup(popup_6aa379147222a518f2e677dea1ceea99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea05b31e88192cebc1ca0464cda798c8.setIcon(icon_ec8a870e78f894b63023d9e0bc522b88);
|
|
|
|
|
|
var marker_6adbf2e51e254c58cb1244c4f3301c03 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_4f6c5d76484c094c4ae14de897b0414b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19fe20f777dc5e2727c690e889000f68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_454aa92f03ae852eb0561136d9d626f9 = $(`<div id="html_454aa92f03ae852eb0561136d9d626f9" style="width: 100.0%; height: 100.0%;">relay.2nix.de</div>`)[0];
|
|
popup_19fe20f777dc5e2727c690e889000f68.setContent(html_454aa92f03ae852eb0561136d9d626f9);
|
|
|
|
|
|
|
|
marker_6adbf2e51e254c58cb1244c4f3301c03.bindPopup(popup_19fe20f777dc5e2727c690e889000f68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6adbf2e51e254c58cb1244c4f3301c03.setIcon(icon_4f6c5d76484c094c4ae14de897b0414b);
|
|
|
|
|
|
var marker_d5deb299731823776e8cbdb3ee4952f5 = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_71484da14c0c97a7fd4576b7873ed464 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fcc7bd9570bac17d45159ddfe9ef021 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b88d08d952de737a06af42d2dcb4ee2 = $(`<div id="html_0b88d08d952de737a06af42d2dcb4ee2" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_8fcc7bd9570bac17d45159ddfe9ef021.setContent(html_0b88d08d952de737a06af42d2dcb4ee2);
|
|
|
|
|
|
|
|
marker_d5deb299731823776e8cbdb3ee4952f5.bindPopup(popup_8fcc7bd9570bac17d45159ddfe9ef021)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5deb299731823776e8cbdb3ee4952f5.setIcon(icon_71484da14c0c97a7fd4576b7873ed464);
|
|
|
|
|
|
var marker_a8198440590bce1dfabc981a3b38222f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_92ba93e64393d5915ef0a54906ccb793 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4a93e7e68d8bab26d0ccc51113460c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3441967c09fe71f5fb7884d87394e35 = $(`<div id="html_b3441967c09fe71f5fb7884d87394e35" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_f4a93e7e68d8bab26d0ccc51113460c0.setContent(html_b3441967c09fe71f5fb7884d87394e35);
|
|
|
|
|
|
|
|
marker_a8198440590bce1dfabc981a3b38222f.bindPopup(popup_f4a93e7e68d8bab26d0ccc51113460c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8198440590bce1dfabc981a3b38222f.setIcon(icon_92ba93e64393d5915ef0a54906ccb793);
|
|
|
|
|
|
var marker_678abdf5299c73bd05803e6f8f98d35a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b665591ba5152f23ef09f2232d9fa877 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b49a7405c78c86b7b55774cf9c0cc74c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e81e2e795f62df09edfaec364d363d55 = $(`<div id="html_e81e2e795f62df09edfaec364d363d55" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_b49a7405c78c86b7b55774cf9c0cc74c.setContent(html_e81e2e795f62df09edfaec364d363d55);
|
|
|
|
|
|
|
|
marker_678abdf5299c73bd05803e6f8f98d35a.bindPopup(popup_b49a7405c78c86b7b55774cf9c0cc74c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_678abdf5299c73bd05803e6f8f98d35a.setIcon(icon_b665591ba5152f23ef09f2232d9fa877);
|
|
|
|
|
|
var marker_4ed0fdafc57d8f3fa26458fc8ae505ad = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_a19e7af799a04731f2ae8a0eb42bd7e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f124699dcf4bb7658c1bb35736d84ab4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ccdf311ed9f62afb8c3c7dd840d785a = $(`<div id="html_6ccdf311ed9f62afb8c3c7dd840d785a" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_f124699dcf4bb7658c1bb35736d84ab4.setContent(html_6ccdf311ed9f62afb8c3c7dd840d785a);
|
|
|
|
|
|
|
|
marker_4ed0fdafc57d8f3fa26458fc8ae505ad.bindPopup(popup_f124699dcf4bb7658c1bb35736d84ab4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ed0fdafc57d8f3fa26458fc8ae505ad.setIcon(icon_a19e7af799a04731f2ae8a0eb42bd7e4);
|
|
|
|
|
|
var marker_0d625ddac2c03fa8e5f57df80ce15d11 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_2ccd6a27a2fffe4926d61eebe92eff3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f6bacec9c525e937397cd9cc3c39c7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_512e7c72d43fee61061d38ce04cbb1ae = $(`<div id="html_512e7c72d43fee61061d38ce04cbb1ae" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_1f6bacec9c525e937397cd9cc3c39c7a.setContent(html_512e7c72d43fee61061d38ce04cbb1ae);
|
|
|
|
|
|
|
|
marker_0d625ddac2c03fa8e5f57df80ce15d11.bindPopup(popup_1f6bacec9c525e937397cd9cc3c39c7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d625ddac2c03fa8e5f57df80ce15d11.setIcon(icon_2ccd6a27a2fffe4926d61eebe92eff3b);
|
|
|
|
|
|
var marker_bfea199b203c5ec0c56d8c0c85cb7482 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_cd549b320cbf4523497251346e3d94aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a27b2d219301321e0f0cee5fb9f1b957 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b680ede3b1af30989d1fea30eb281980 = $(`<div id="html_b680ede3b1af30989d1fea30eb281980" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_a27b2d219301321e0f0cee5fb9f1b957.setContent(html_b680ede3b1af30989d1fea30eb281980);
|
|
|
|
|
|
|
|
marker_bfea199b203c5ec0c56d8c0c85cb7482.bindPopup(popup_a27b2d219301321e0f0cee5fb9f1b957)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfea199b203c5ec0c56d8c0c85cb7482.setIcon(icon_cd549b320cbf4523497251346e3d94aa);
|
|
|
|
|
|
var marker_f3d7f64e4b910b496f4ba83324acd814 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_719886eb2c1490229a6238e6257482ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d86e77e17dad873195134c9e579f6876 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_943281a30671f7e68731f6c821159de2 = $(`<div id="html_943281a30671f7e68731f6c821159de2" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_d86e77e17dad873195134c9e579f6876.setContent(html_943281a30671f7e68731f6c821159de2);
|
|
|
|
|
|
|
|
marker_f3d7f64e4b910b496f4ba83324acd814.bindPopup(popup_d86e77e17dad873195134c9e579f6876)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3d7f64e4b910b496f4ba83324acd814.setIcon(icon_719886eb2c1490229a6238e6257482ff);
|
|
|
|
|
|
var marker_1b59637f3330a87c79686451e8c7a4a9 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_1d8e537e606bed911ee973e122cf853f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57d6aee15a9514fcc02679776165a9ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86854f809bd7154c4d1878342e5182e9 = $(`<div id="html_86854f809bd7154c4d1878342e5182e9" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_57d6aee15a9514fcc02679776165a9ce.setContent(html_86854f809bd7154c4d1878342e5182e9);
|
|
|
|
|
|
|
|
marker_1b59637f3330a87c79686451e8c7a4a9.bindPopup(popup_57d6aee15a9514fcc02679776165a9ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b59637f3330a87c79686451e8c7a4a9.setIcon(icon_1d8e537e606bed911ee973e122cf853f);
|
|
|
|
|
|
var marker_ff9d16c053513432941b09969b1efe32 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_fca4fdac1e62314a9c8ec9068ac4ff09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e210382bc814386a27435be492327e9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d4c6dc65a2db2f64a20d05f3a13b48d = $(`<div id="html_0d4c6dc65a2db2f64a20d05f3a13b48d" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_e210382bc814386a27435be492327e9e.setContent(html_0d4c6dc65a2db2f64a20d05f3a13b48d);
|
|
|
|
|
|
|
|
marker_ff9d16c053513432941b09969b1efe32.bindPopup(popup_e210382bc814386a27435be492327e9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff9d16c053513432941b09969b1efe32.setIcon(icon_fca4fdac1e62314a9c8ec9068ac4ff09);
|
|
|
|
|
|
var marker_996502fe31fba24db690b8ed057672f8 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_de3a05b960b039e71832213265f6b374 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3ad77c4219618b1f2c7f4e95bbab929 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43f06512c1befdf1c949b196bee2ada2 = $(`<div id="html_43f06512c1befdf1c949b196bee2ada2" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_b3ad77c4219618b1f2c7f4e95bbab929.setContent(html_43f06512c1befdf1c949b196bee2ada2);
|
|
|
|
|
|
|
|
marker_996502fe31fba24db690b8ed057672f8.bindPopup(popup_b3ad77c4219618b1f2c7f4e95bbab929)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_996502fe31fba24db690b8ed057672f8.setIcon(icon_de3a05b960b039e71832213265f6b374);
|
|
|
|
|
|
var marker_4ea105184fd1590f9b85944bf384ebf6 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_076b448b69b58a66968a29d14a4ea119 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2011859298b2544e8f07c1cc072249f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d615563f5bb9051b42d1996354b44c0 = $(`<div id="html_6d615563f5bb9051b42d1996354b44c0" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_2011859298b2544e8f07c1cc072249f8.setContent(html_6d615563f5bb9051b42d1996354b44c0);
|
|
|
|
|
|
|
|
marker_4ea105184fd1590f9b85944bf384ebf6.bindPopup(popup_2011859298b2544e8f07c1cc072249f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ea105184fd1590f9b85944bf384ebf6.setIcon(icon_076b448b69b58a66968a29d14a4ea119);
|
|
|
|
|
|
var marker_9db962c314364e5a4e06cce132384936 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_906f1d0e012d185979df814142b1cd52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5c57316c6934fce7a9c0eeddb0c24be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1f5cb7fc7776496a814a4f9f59f2165 = $(`<div id="html_d1f5cb7fc7776496a814a4f9f59f2165" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_b5c57316c6934fce7a9c0eeddb0c24be.setContent(html_d1f5cb7fc7776496a814a4f9f59f2165);
|
|
|
|
|
|
|
|
marker_9db962c314364e5a4e06cce132384936.bindPopup(popup_b5c57316c6934fce7a9c0eeddb0c24be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9db962c314364e5a4e06cce132384936.setIcon(icon_906f1d0e012d185979df814142b1cd52);
|
|
|
|
|
|
var marker_5b4a26fa36d898a80d790405b6bd1153 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_1e955267dfbbcab2bbd3e7e69d91644f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76df47ad0dcede41424259fd8ba4ab44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84fa0db6c2b22c4040d93c8b56090a32 = $(`<div id="html_84fa0db6c2b22c4040d93c8b56090a32" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_76df47ad0dcede41424259fd8ba4ab44.setContent(html_84fa0db6c2b22c4040d93c8b56090a32);
|
|
|
|
|
|
|
|
marker_5b4a26fa36d898a80d790405b6bd1153.bindPopup(popup_76df47ad0dcede41424259fd8ba4ab44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b4a26fa36d898a80d790405b6bd1153.setIcon(icon_1e955267dfbbcab2bbd3e7e69d91644f);
|
|
|
|
|
|
var marker_b25117b53b6750d3191d1ddb049fc24d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_8b282ef604b48d3ad627cce4574628a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f643f9d97f7d7bbed980fa2167eb9a41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80e9a162755400bfb56804dac93e29da = $(`<div id="html_80e9a162755400bfb56804dac93e29da" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_f643f9d97f7d7bbed980fa2167eb9a41.setContent(html_80e9a162755400bfb56804dac93e29da);
|
|
|
|
|
|
|
|
marker_b25117b53b6750d3191d1ddb049fc24d.bindPopup(popup_f643f9d97f7d7bbed980fa2167eb9a41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b25117b53b6750d3191d1ddb049fc24d.setIcon(icon_8b282ef604b48d3ad627cce4574628a2);
|
|
|
|
|
|
var marker_b013723e6485a39f3618a5a2f6bff09b = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_5cb2c94bb2512789137cd5c78666ebb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8f640405d1481316d98c19aa6b58e21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c621e5fb342bd807b0bbe1b9bdd932d2 = $(`<div id="html_c621e5fb342bd807b0bbe1b9bdd932d2" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_d8f640405d1481316d98c19aa6b58e21.setContent(html_c621e5fb342bd807b0bbe1b9bdd932d2);
|
|
|
|
|
|
|
|
marker_b013723e6485a39f3618a5a2f6bff09b.bindPopup(popup_d8f640405d1481316d98c19aa6b58e21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b013723e6485a39f3618a5a2f6bff09b.setIcon(icon_5cb2c94bb2512789137cd5c78666ebb0);
|
|
|
|
|
|
var marker_2f8de4b2731300fb0bab9f222f300c5b = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f00277a7a640804571e43649cd601dfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d55e05157a08faa134e7cf3e1db6268d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_008b0a4b1658b98919b88b65ad58ec05 = $(`<div id="html_008b0a4b1658b98919b88b65ad58ec05" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_d55e05157a08faa134e7cf3e1db6268d.setContent(html_008b0a4b1658b98919b88b65ad58ec05);
|
|
|
|
|
|
|
|
marker_2f8de4b2731300fb0bab9f222f300c5b.bindPopup(popup_d55e05157a08faa134e7cf3e1db6268d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f8de4b2731300fb0bab9f222f300c5b.setIcon(icon_f00277a7a640804571e43649cd601dfd);
|
|
|
|
|
|
var marker_7a7234d6364d67167b8ea512e8d37243 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_1dc2629e56ea86fc105a846beb7704f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_375d52ec51b63cae93bfaead403db98a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5227b9439b1cd02cd27df3a122d61f68 = $(`<div id="html_5227b9439b1cd02cd27df3a122d61f68" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_375d52ec51b63cae93bfaead403db98a.setContent(html_5227b9439b1cd02cd27df3a122d61f68);
|
|
|
|
|
|
|
|
marker_7a7234d6364d67167b8ea512e8d37243.bindPopup(popup_375d52ec51b63cae93bfaead403db98a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a7234d6364d67167b8ea512e8d37243.setIcon(icon_1dc2629e56ea86fc105a846beb7704f9);
|
|
|
|
|
|
var marker_1aa55beea24895da8d86b19144ab89d3 = L.marker(
|
|
[53.471, 9.88208],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_66a2fbce4b9ab700705ec87a2386ccf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdb4e2bd041972c379a223b33be8bce8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe36be7d6b51604d17195db9aab00d41 = $(`<div id="html_fe36be7d6b51604d17195db9aab00d41" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_bdb4e2bd041972c379a223b33be8bce8.setContent(html_fe36be7d6b51604d17195db9aab00d41);
|
|
|
|
|
|
|
|
marker_1aa55beea24895da8d86b19144ab89d3.bindPopup(popup_bdb4e2bd041972c379a223b33be8bce8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1aa55beea24895da8d86b19144ab89d3.setIcon(icon_66a2fbce4b9ab700705ec87a2386ccf6);
|
|
|
|
|
|
var marker_821f86730ace89bf809c4b950c9322eb = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_5620d3c58eec09592f4afe23c5571194 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e605dbb80c768b17f11b2cc9119307f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2464dad1b4ffc7f1f26c7861e208bcfc = $(`<div id="html_2464dad1b4ffc7f1f26c7861e208bcfc" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_0e605dbb80c768b17f11b2cc9119307f.setContent(html_2464dad1b4ffc7f1f26c7861e208bcfc);
|
|
|
|
|
|
|
|
marker_821f86730ace89bf809c4b950c9322eb.bindPopup(popup_0e605dbb80c768b17f11b2cc9119307f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_821f86730ace89bf809c4b950c9322eb.setIcon(icon_5620d3c58eec09592f4afe23c5571194);
|
|
|
|
|
|
var marker_a8fd4929a3a238956236567c46a40a9c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_feea8079cd726d9c1d3cd810af9427b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_effde9683d97339efceab4cb9040865b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8d1e100cb174907a0b00a86a5daec62 = $(`<div id="html_d8d1e100cb174907a0b00a86a5daec62" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_effde9683d97339efceab4cb9040865b.setContent(html_d8d1e100cb174907a0b00a86a5daec62);
|
|
|
|
|
|
|
|
marker_a8fd4929a3a238956236567c46a40a9c.bindPopup(popup_effde9683d97339efceab4cb9040865b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8fd4929a3a238956236567c46a40a9c.setIcon(icon_feea8079cd726d9c1d3cd810af9427b2);
|
|
|
|
|
|
var marker_852793acf86194668ed0d1541b417c37 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_da397e4d9acbfc09558a4d1a217fcf33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a179febdc7c3ec487d2c33934da51d3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca02ab1ef54948945d1e1459899c9e07 = $(`<div id="html_ca02ab1ef54948945d1e1459899c9e07" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_a179febdc7c3ec487d2c33934da51d3f.setContent(html_ca02ab1ef54948945d1e1459899c9e07);
|
|
|
|
|
|
|
|
marker_852793acf86194668ed0d1541b417c37.bindPopup(popup_a179febdc7c3ec487d2c33934da51d3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_852793acf86194668ed0d1541b417c37.setIcon(icon_da397e4d9acbfc09558a4d1a217fcf33);
|
|
|
|
|
|
var marker_74471b38e76dddb766997dc87460a58e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_54ac934979a369be250a5aa9ea345fa6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef44d6421b9be6be47de57a47f5e9dc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f27e9f1da33b3967fd876b7e73f574b = $(`<div id="html_7f27e9f1da33b3967fd876b7e73f574b" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_ef44d6421b9be6be47de57a47f5e9dc9.setContent(html_7f27e9f1da33b3967fd876b7e73f574b);
|
|
|
|
|
|
|
|
marker_74471b38e76dddb766997dc87460a58e.bindPopup(popup_ef44d6421b9be6be47de57a47f5e9dc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74471b38e76dddb766997dc87460a58e.setIcon(icon_54ac934979a369be250a5aa9ea345fa6);
|
|
|
|
|
|
var marker_d9b0642ba4a24c61cc04f4fa68c6038d = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_32ddbdb69b5936d1c66e8bdc82954ae8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25dffed794ec3e995839b182e760642e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67aa510f1b8b9d876e44766869a3a447 = $(`<div id="html_67aa510f1b8b9d876e44766869a3a447" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_25dffed794ec3e995839b182e760642e.setContent(html_67aa510f1b8b9d876e44766869a3a447);
|
|
|
|
|
|
|
|
marker_d9b0642ba4a24c61cc04f4fa68c6038d.bindPopup(popup_25dffed794ec3e995839b182e760642e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9b0642ba4a24c61cc04f4fa68c6038d.setIcon(icon_32ddbdb69b5936d1c66e8bdc82954ae8);
|
|
|
|
|
|
var marker_999ebd185fd28370baeb183695ff3db1 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9209c97c0ec3717b8c0b3b4525b1c33e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5be5c7dbbfed7b116f2bac024de63fcb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eae01f10918c2f87d39d33a33fc42611 = $(`<div id="html_eae01f10918c2f87d39d33a33fc42611" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_5be5c7dbbfed7b116f2bac024de63fcb.setContent(html_eae01f10918c2f87d39d33a33fc42611);
|
|
|
|
|
|
|
|
marker_999ebd185fd28370baeb183695ff3db1.bindPopup(popup_5be5c7dbbfed7b116f2bac024de63fcb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_999ebd185fd28370baeb183695ff3db1.setIcon(icon_9209c97c0ec3717b8c0b3b4525b1c33e);
|
|
|
|
|
|
var marker_0d8e3ab69318c9b66d66a1972f9718a3 = L.marker(
|
|
[49.2827, -123.121],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_be5193ddc8f2f6283fb13d5733bac8ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7350207602e8ba3acaecc8bb607d359d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1573da8691f7ddf53fc123b821feef2c = $(`<div id="html_1573da8691f7ddf53fc123b821feef2c" style="width: 100.0%; height: 100.0%;">nostr.sagaciousd.com</div>`)[0];
|
|
popup_7350207602e8ba3acaecc8bb607d359d.setContent(html_1573da8691f7ddf53fc123b821feef2c);
|
|
|
|
|
|
|
|
marker_0d8e3ab69318c9b66d66a1972f9718a3.bindPopup(popup_7350207602e8ba3acaecc8bb607d359d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d8e3ab69318c9b66d66a1972f9718a3.setIcon(icon_be5193ddc8f2f6283fb13d5733bac8ac);
|
|
|
|
|
|
var marker_ce3330f207c5630f85e4caa1158b7a3c = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_8af9bbdfa978df52d10aa26e1ef8d895 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_412f8e97e9843de88f76130164d4f328 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ef6a786cf16e8416ace64c186b4e0bd = $(`<div id="html_6ef6a786cf16e8416ace64c186b4e0bd" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_412f8e97e9843de88f76130164d4f328.setContent(html_6ef6a786cf16e8416ace64c186b4e0bd);
|
|
|
|
|
|
|
|
marker_ce3330f207c5630f85e4caa1158b7a3c.bindPopup(popup_412f8e97e9843de88f76130164d4f328)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce3330f207c5630f85e4caa1158b7a3c.setIcon(icon_8af9bbdfa978df52d10aa26e1ef8d895);
|
|
|
|
|
|
var marker_2a87b34f8412e095afe39eb6f370b9b9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_7b6fbea7a7386b918d7ebbdb2dd55505 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_071c61d141dce3cb40364e0bff4a8bdf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ceb2c4e6e9a1b15d5ed0374d575e11f5 = $(`<div id="html_ceb2c4e6e9a1b15d5ed0374d575e11f5" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_071c61d141dce3cb40364e0bff4a8bdf.setContent(html_ceb2c4e6e9a1b15d5ed0374d575e11f5);
|
|
|
|
|
|
|
|
marker_2a87b34f8412e095afe39eb6f370b9b9.bindPopup(popup_071c61d141dce3cb40364e0bff4a8bdf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a87b34f8412e095afe39eb6f370b9b9.setIcon(icon_7b6fbea7a7386b918d7ebbdb2dd55505);
|
|
|
|
|
|
var marker_10f1f106ef5a661234c8a92b30c8e36d = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_ab8d958440cfd5887eaa998851c7e7d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9bcb84e4a178f0f9a2cf04d4f0bb153 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eade3eec89fe33db10988c6183c0372b = $(`<div id="html_eade3eec89fe33db10988c6183c0372b" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_f9bcb84e4a178f0f9a2cf04d4f0bb153.setContent(html_eade3eec89fe33db10988c6183c0372b);
|
|
|
|
|
|
|
|
marker_10f1f106ef5a661234c8a92b30c8e36d.bindPopup(popup_f9bcb84e4a178f0f9a2cf04d4f0bb153)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10f1f106ef5a661234c8a92b30c8e36d.setIcon(icon_ab8d958440cfd5887eaa998851c7e7d6);
|
|
|
|
|
|
var marker_29da8c1b25bd3d7c8c751ae9ea938aff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_602cf0a26046613e67ca1b20b19b9f48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c1b2346b8098109a6d296f19e28b4a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bb681a74c71a4d2b2f7217a8de2ec85 = $(`<div id="html_4bb681a74c71a4d2b2f7217a8de2ec85" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_4c1b2346b8098109a6d296f19e28b4a7.setContent(html_4bb681a74c71a4d2b2f7217a8de2ec85);
|
|
|
|
|
|
|
|
marker_29da8c1b25bd3d7c8c751ae9ea938aff.bindPopup(popup_4c1b2346b8098109a6d296f19e28b4a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29da8c1b25bd3d7c8c751ae9ea938aff.setIcon(icon_602cf0a26046613e67ca1b20b19b9f48);
|
|
|
|
|
|
var marker_145fd044f22a6b42e44c005526202dee = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_d4b0e94e074df30a948fa085522a3067 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_828a04a86805b3a435009499dfd2abbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_315b6efe976306fc41fc2adb750d23f0 = $(`<div id="html_315b6efe976306fc41fc2adb750d23f0" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_828a04a86805b3a435009499dfd2abbd.setContent(html_315b6efe976306fc41fc2adb750d23f0);
|
|
|
|
|
|
|
|
marker_145fd044f22a6b42e44c005526202dee.bindPopup(popup_828a04a86805b3a435009499dfd2abbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_145fd044f22a6b42e44c005526202dee.setIcon(icon_d4b0e94e074df30a948fa085522a3067);
|
|
|
|
|
|
var marker_c6869a99b60fb49d78294ca8b1682151 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_a8f4413cbb57f8786d3d14ffdb2b5425 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4239029a011caa263f9bddee5fa56b97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d85a68d519e47012d8dd6366503d81cf = $(`<div id="html_d85a68d519e47012d8dd6366503d81cf" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_4239029a011caa263f9bddee5fa56b97.setContent(html_d85a68d519e47012d8dd6366503d81cf);
|
|
|
|
|
|
|
|
marker_c6869a99b60fb49d78294ca8b1682151.bindPopup(popup_4239029a011caa263f9bddee5fa56b97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6869a99b60fb49d78294ca8b1682151.setIcon(icon_a8f4413cbb57f8786d3d14ffdb2b5425);
|
|
|
|
|
|
var marker_0480a430508defd75510f58b19f28cb0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b9c97f31ec0c7c7f6091af720f3012c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e95a0a5b5401086c2441df55a0d18a52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cfe600621578a2e21159e02667cd3dc = $(`<div id="html_2cfe600621578a2e21159e02667cd3dc" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_e95a0a5b5401086c2441df55a0d18a52.setContent(html_2cfe600621578a2e21159e02667cd3dc);
|
|
|
|
|
|
|
|
marker_0480a430508defd75510f58b19f28cb0.bindPopup(popup_e95a0a5b5401086c2441df55a0d18a52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0480a430508defd75510f58b19f28cb0.setIcon(icon_b9c97f31ec0c7c7f6091af720f3012c6);
|
|
|
|
|
|
var marker_ab49c66ae425906e6ac9022ff4dd5254 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_d5bdfd0596a8949659df4f4c346a7d47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f40d59fef8c5e50e37bec823bfc80a9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb7022572c39e7e35ab43a688ed3414e = $(`<div id="html_fb7022572c39e7e35ab43a688ed3414e" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_f40d59fef8c5e50e37bec823bfc80a9a.setContent(html_fb7022572c39e7e35ab43a688ed3414e);
|
|
|
|
|
|
|
|
marker_ab49c66ae425906e6ac9022ff4dd5254.bindPopup(popup_f40d59fef8c5e50e37bec823bfc80a9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab49c66ae425906e6ac9022ff4dd5254.setIcon(icon_d5bdfd0596a8949659df4f4c346a7d47);
|
|
|
|
|
|
var marker_27a83561b0bcc1fdb92443cddbdb8f5f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_4c914fe9176f57a1ba4e834dab9f8333 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97c277869264ab91f27f43ae2b5ad5a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b11f74c5c2408b4a0eeb6a978a7a0724 = $(`<div id="html_b11f74c5c2408b4a0eeb6a978a7a0724" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_97c277869264ab91f27f43ae2b5ad5a6.setContent(html_b11f74c5c2408b4a0eeb6a978a7a0724);
|
|
|
|
|
|
|
|
marker_27a83561b0bcc1fdb92443cddbdb8f5f.bindPopup(popup_97c277869264ab91f27f43ae2b5ad5a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27a83561b0bcc1fdb92443cddbdb8f5f.setIcon(icon_4c914fe9176f57a1ba4e834dab9f8333);
|
|
|
|
|
|
var marker_b298e9b98accc83f58e21d11c5bda450 = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_d30019e9980f27c77f8cd16632e311cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fe8fe70c53f5abfbb3262d92ba43035 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_768947d3c93b5e2f3717fe89b6c0ecdc = $(`<div id="html_768947d3c93b5e2f3717fe89b6c0ecdc" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_7fe8fe70c53f5abfbb3262d92ba43035.setContent(html_768947d3c93b5e2f3717fe89b6c0ecdc);
|
|
|
|
|
|
|
|
marker_b298e9b98accc83f58e21d11c5bda450.bindPopup(popup_7fe8fe70c53f5abfbb3262d92ba43035)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b298e9b98accc83f58e21d11c5bda450.setIcon(icon_d30019e9980f27c77f8cd16632e311cb);
|
|
|
|
|
|
var marker_7699a4e01ff08f37ca756ffde686f621 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_42a7ba77cfac2c2b6984afd282504ee8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20984c7ac6811e661227203eb81eedcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41439fda1e771270a56fed70884df250 = $(`<div id="html_41439fda1e771270a56fed70884df250" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_20984c7ac6811e661227203eb81eedcf.setContent(html_41439fda1e771270a56fed70884df250);
|
|
|
|
|
|
|
|
marker_7699a4e01ff08f37ca756ffde686f621.bindPopup(popup_20984c7ac6811e661227203eb81eedcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7699a4e01ff08f37ca756ffde686f621.setIcon(icon_42a7ba77cfac2c2b6984afd282504ee8);
|
|
|
|
|
|
var marker_84c443f7f507b67fb2a3a637ecc7bcc0 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f7367d214fc83b5f6c0d3df349ae0886 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ed2b11733728743a08003fa8fae8999 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed7d72c9ed988302f245df7e9ff11db7 = $(`<div id="html_ed7d72c9ed988302f245df7e9ff11db7" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_9ed2b11733728743a08003fa8fae8999.setContent(html_ed7d72c9ed988302f245df7e9ff11db7);
|
|
|
|
|
|
|
|
marker_84c443f7f507b67fb2a3a637ecc7bcc0.bindPopup(popup_9ed2b11733728743a08003fa8fae8999)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84c443f7f507b67fb2a3a637ecc7bcc0.setIcon(icon_f7367d214fc83b5f6c0d3df349ae0886);
|
|
|
|
|
|
var marker_5fbd60cf7f6fe2157044ff5267176097 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b94ee2c30a24473c7facc66297a19608 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78ec9c16b13da17332a967db9f6b4a9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2e2c93d20c3dd04bb739c9cdad879fe = $(`<div id="html_c2e2c93d20c3dd04bb739c9cdad879fe" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_78ec9c16b13da17332a967db9f6b4a9d.setContent(html_c2e2c93d20c3dd04bb739c9cdad879fe);
|
|
|
|
|
|
|
|
marker_5fbd60cf7f6fe2157044ff5267176097.bindPopup(popup_78ec9c16b13da17332a967db9f6b4a9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fbd60cf7f6fe2157044ff5267176097.setIcon(icon_b94ee2c30a24473c7facc66297a19608);
|
|
|
|
|
|
var marker_915a5df2cffcacb77f662080992b0f98 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_210d511ff3e86f3bc117521cee82a414 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98562e713e3ff7b5a7102abd6164ded5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f252b8e070d35558e2a3854ede3d6cc5 = $(`<div id="html_f252b8e070d35558e2a3854ede3d6cc5" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_98562e713e3ff7b5a7102abd6164ded5.setContent(html_f252b8e070d35558e2a3854ede3d6cc5);
|
|
|
|
|
|
|
|
marker_915a5df2cffcacb77f662080992b0f98.bindPopup(popup_98562e713e3ff7b5a7102abd6164ded5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_915a5df2cffcacb77f662080992b0f98.setIcon(icon_210d511ff3e86f3bc117521cee82a414);
|
|
|
|
|
|
var marker_bab644f25076801aa9aad32eb8e432b8 = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_d07c636a67df651f2fbeda42b7d01367 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c50e8bd00110dc21cbef10daa8d77b2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a897ac0152c08d4ccb035d5d8e875557 = $(`<div id="html_a897ac0152c08d4ccb035d5d8e875557" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_c50e8bd00110dc21cbef10daa8d77b2a.setContent(html_a897ac0152c08d4ccb035d5d8e875557);
|
|
|
|
|
|
|
|
marker_bab644f25076801aa9aad32eb8e432b8.bindPopup(popup_c50e8bd00110dc21cbef10daa8d77b2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bab644f25076801aa9aad32eb8e432b8.setIcon(icon_d07c636a67df651f2fbeda42b7d01367);
|
|
|
|
|
|
var marker_b1392c20fb4ce9c0826cec2fa61e3cb3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_256013be725ffa72e984d7a5bd5907dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8f060cb6e6628b7e75b5fe8e8b59e39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01eb01da5b4a572c1b94271b4ecd9f57 = $(`<div id="html_01eb01da5b4a572c1b94271b4ecd9f57" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_e8f060cb6e6628b7e75b5fe8e8b59e39.setContent(html_01eb01da5b4a572c1b94271b4ecd9f57);
|
|
|
|
|
|
|
|
marker_b1392c20fb4ce9c0826cec2fa61e3cb3.bindPopup(popup_e8f060cb6e6628b7e75b5fe8e8b59e39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1392c20fb4ce9c0826cec2fa61e3cb3.setIcon(icon_256013be725ffa72e984d7a5bd5907dd);
|
|
|
|
|
|
var marker_2797ffdf5799d80338903781c2357d60 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_6507b16e32a62b16766b52f62cf7cfa5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc7160570c13d8700eebf0fd95855ad2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65e54cb06fe8a74a6d6d869e3b947205 = $(`<div id="html_65e54cb06fe8a74a6d6d869e3b947205" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_dc7160570c13d8700eebf0fd95855ad2.setContent(html_65e54cb06fe8a74a6d6d869e3b947205);
|
|
|
|
|
|
|
|
marker_2797ffdf5799d80338903781c2357d60.bindPopup(popup_dc7160570c13d8700eebf0fd95855ad2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2797ffdf5799d80338903781c2357d60.setIcon(icon_6507b16e32a62b16766b52f62cf7cfa5);
|
|
|
|
|
|
var marker_fa78558c9b2cfabd0af18b0cfe9f8ff9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_ca498a8d9b994f3fc8f41997f0683c55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35a7fa11e8450e067e72a4ebfdfd02e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc9c85520bee0263d24d0c5d5e6f4e0b = $(`<div id="html_fc9c85520bee0263d24d0c5d5e6f4e0b" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_35a7fa11e8450e067e72a4ebfdfd02e9.setContent(html_fc9c85520bee0263d24d0c5d5e6f4e0b);
|
|
|
|
|
|
|
|
marker_fa78558c9b2cfabd0af18b0cfe9f8ff9.bindPopup(popup_35a7fa11e8450e067e72a4ebfdfd02e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa78558c9b2cfabd0af18b0cfe9f8ff9.setIcon(icon_ca498a8d9b994f3fc8f41997f0683c55);
|
|
|
|
|
|
var marker_e4bd2064327d203aa52b2969338cf194 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_34496063ef1ab6e4a2aefc0a91a4c496 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c14e6f21827ae9707139b5416042c663 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_244f737c34943ffe3e937a7fb7f61186 = $(`<div id="html_244f737c34943ffe3e937a7fb7f61186" style="width: 100.0%; height: 100.0%;">a.nos.lol</div>`)[0];
|
|
popup_c14e6f21827ae9707139b5416042c663.setContent(html_244f737c34943ffe3e937a7fb7f61186);
|
|
|
|
|
|
|
|
marker_e4bd2064327d203aa52b2969338cf194.bindPopup(popup_c14e6f21827ae9707139b5416042c663)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4bd2064327d203aa52b2969338cf194.setIcon(icon_34496063ef1ab6e4a2aefc0a91a4c496);
|
|
|
|
|
|
var marker_eb74c294193c0b4fe3a4bc2d1f6670af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_afaa1dd38e92fa0ab14134df5f02e3e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c8278b50f82a58b01343e5a171e24e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ade3bf86e37e06056c9a19f7a5e53b5 = $(`<div id="html_8ade3bf86e37e06056c9a19f7a5e53b5" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_5c8278b50f82a58b01343e5a171e24e0.setContent(html_8ade3bf86e37e06056c9a19f7a5e53b5);
|
|
|
|
|
|
|
|
marker_eb74c294193c0b4fe3a4bc2d1f6670af.bindPopup(popup_5c8278b50f82a58b01343e5a171e24e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb74c294193c0b4fe3a4bc2d1f6670af.setIcon(icon_afaa1dd38e92fa0ab14134df5f02e3e5);
|
|
|
|
|
|
var marker_6f107f13eba184044ab5c08d7ee7291d = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_4976c9281d59bb91d821cd0b7b5a0ee2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9099e1b75b511217e9c79f931d3991f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b92e8f0c7997c6e3aa08ed4380d0052 = $(`<div id="html_4b92e8f0c7997c6e3aa08ed4380d0052" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_9099e1b75b511217e9c79f931d3991f8.setContent(html_4b92e8f0c7997c6e3aa08ed4380d0052);
|
|
|
|
|
|
|
|
marker_6f107f13eba184044ab5c08d7ee7291d.bindPopup(popup_9099e1b75b511217e9c79f931d3991f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f107f13eba184044ab5c08d7ee7291d.setIcon(icon_4976c9281d59bb91d821cd0b7b5a0ee2);
|
|
|
|
|
|
var marker_3f96d687699113715a68d1e00290286e = L.marker(
|
|
[30.2672, -97.7431],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_604fba13a58a65a5f63c715485478cc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ad32b97ec7aa3928fe02547eb85b825 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fd9ee81f2f6fcb42785e89685cdcea9 = $(`<div id="html_3fd9ee81f2f6fcb42785e89685cdcea9" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_3ad32b97ec7aa3928fe02547eb85b825.setContent(html_3fd9ee81f2f6fcb42785e89685cdcea9);
|
|
|
|
|
|
|
|
marker_3f96d687699113715a68d1e00290286e.bindPopup(popup_3ad32b97ec7aa3928fe02547eb85b825)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f96d687699113715a68d1e00290286e.setIcon(icon_604fba13a58a65a5f63c715485478cc5);
|
|
|
|
|
|
var marker_3d6442667a6cd21133266a051c8986da = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9875c6c8caab5e91557ae0228225f1ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c4033ff483f4bc614c12cc93810e186 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df1458d72d4661a0d83b1d6467824538 = $(`<div id="html_df1458d72d4661a0d83b1d6467824538" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_0c4033ff483f4bc614c12cc93810e186.setContent(html_df1458d72d4661a0d83b1d6467824538);
|
|
|
|
|
|
|
|
marker_3d6442667a6cd21133266a051c8986da.bindPopup(popup_0c4033ff483f4bc614c12cc93810e186)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d6442667a6cd21133266a051c8986da.setIcon(icon_9875c6c8caab5e91557ae0228225f1ed);
|
|
|
|
|
|
var marker_d755e5a93d526a22e06ba3ce4b81ef6c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_bec78efbb62b7dc387eadeb458508397 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffc4b00aa2ddcac9a9b00b44d522e069 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f27b4f7ca1bfbc9f40911fc6a0ede93 = $(`<div id="html_0f27b4f7ca1bfbc9f40911fc6a0ede93" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_ffc4b00aa2ddcac9a9b00b44d522e069.setContent(html_0f27b4f7ca1bfbc9f40911fc6a0ede93);
|
|
|
|
|
|
|
|
marker_d755e5a93d526a22e06ba3ce4b81ef6c.bindPopup(popup_ffc4b00aa2ddcac9a9b00b44d522e069)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d755e5a93d526a22e06ba3ce4b81ef6c.setIcon(icon_bec78efbb62b7dc387eadeb458508397);
|
|
|
|
|
|
var marker_926ea647d40dd33f35f7585125adaa66 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_1d82048d15990204f76a748a68087147 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80fd32fc8769d0545f707b17ca0b7a1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93c2682745be7f9cba76d2213c7275e2 = $(`<div id="html_93c2682745be7f9cba76d2213c7275e2" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_80fd32fc8769d0545f707b17ca0b7a1c.setContent(html_93c2682745be7f9cba76d2213c7275e2);
|
|
|
|
|
|
|
|
marker_926ea647d40dd33f35f7585125adaa66.bindPopup(popup_80fd32fc8769d0545f707b17ca0b7a1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_926ea647d40dd33f35f7585125adaa66.setIcon(icon_1d82048d15990204f76a748a68087147);
|
|
|
|
|
|
var marker_0f6f2c336e9a3d90e8c3eb4152edb93d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_2092a914c1a633388b5962dc541517e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ce1442831ed4c1ead6ceea98a137cdb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19df0a2767c1c58de4b719a4bf9304dd = $(`<div id="html_19df0a2767c1c58de4b719a4bf9304dd" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_8ce1442831ed4c1ead6ceea98a137cdb.setContent(html_19df0a2767c1c58de4b719a4bf9304dd);
|
|
|
|
|
|
|
|
marker_0f6f2c336e9a3d90e8c3eb4152edb93d.bindPopup(popup_8ce1442831ed4c1ead6ceea98a137cdb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f6f2c336e9a3d90e8c3eb4152edb93d.setIcon(icon_2092a914c1a633388b5962dc541517e1);
|
|
|
|
|
|
var marker_bd19e396327f9d5cd8483cfe92de3527 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_0d0222e869ecf40d25f2f71667cc0bdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a4cd2e08faffa2af3649373d62a7bef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39a34a454e563ccf95ecc56831ff5513 = $(`<div id="html_39a34a454e563ccf95ecc56831ff5513" style="width: 100.0%; height: 100.0%;">dizzyspells.nostr1.com</div>`)[0];
|
|
popup_9a4cd2e08faffa2af3649373d62a7bef.setContent(html_39a34a454e563ccf95ecc56831ff5513);
|
|
|
|
|
|
|
|
marker_bd19e396327f9d5cd8483cfe92de3527.bindPopup(popup_9a4cd2e08faffa2af3649373d62a7bef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd19e396327f9d5cd8483cfe92de3527.setIcon(icon_0d0222e869ecf40d25f2f71667cc0bdf);
|
|
|
|
|
|
var marker_e8112e72b6c8389dc0f97d6a66c3d456 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_4cc390b410ef678400b427c026367010 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b2820169312d499aa7e75e8c630319a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ddfc06781207711a144e5cd4a080896 = $(`<div id="html_9ddfc06781207711a144e5cd4a080896" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_2b2820169312d499aa7e75e8c630319a.setContent(html_9ddfc06781207711a144e5cd4a080896);
|
|
|
|
|
|
|
|
marker_e8112e72b6c8389dc0f97d6a66c3d456.bindPopup(popup_2b2820169312d499aa7e75e8c630319a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8112e72b6c8389dc0f97d6a66c3d456.setIcon(icon_4cc390b410ef678400b427c026367010);
|
|
|
|
|
|
var marker_a3916f264975f1616e8fd0d77f48bb68 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b226943ce53fa76f905b1690ea087f6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a01bea07d426b4d3575c808a52973a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_255bd356e2ec73256c4bd46e34a56408 = $(`<div id="html_255bd356e2ec73256c4bd46e34a56408" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_9a01bea07d426b4d3575c808a52973a2.setContent(html_255bd356e2ec73256c4bd46e34a56408);
|
|
|
|
|
|
|
|
marker_a3916f264975f1616e8fd0d77f48bb68.bindPopup(popup_9a01bea07d426b4d3575c808a52973a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3916f264975f1616e8fd0d77f48bb68.setIcon(icon_b226943ce53fa76f905b1690ea087f6d);
|
|
|
|
|
|
var marker_b37338f61fe58aca182f065c1a7623bc = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_93301861e991c47715db1f1b7c57c253 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9287a02373d89f4e62d15375af495f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37c262288b8c5fe9f2cb02e5d8f9dfa1 = $(`<div id="html_37c262288b8c5fe9f2cb02e5d8f9dfa1" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_f9287a02373d89f4e62d15375af495f2.setContent(html_37c262288b8c5fe9f2cb02e5d8f9dfa1);
|
|
|
|
|
|
|
|
marker_b37338f61fe58aca182f065c1a7623bc.bindPopup(popup_f9287a02373d89f4e62d15375af495f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b37338f61fe58aca182f065c1a7623bc.setIcon(icon_93301861e991c47715db1f1b7c57c253);
|
|
|
|
|
|
var marker_3818b756852a383e536a29cca974caf2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_109b060656e91c393e02b57dc830b054 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f4583095f1afd8b0781934d3abb4946 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f38527553e3b2fdd330c15e11cd16b85 = $(`<div id="html_f38527553e3b2fdd330c15e11cd16b85" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_6f4583095f1afd8b0781934d3abb4946.setContent(html_f38527553e3b2fdd330c15e11cd16b85);
|
|
|
|
|
|
|
|
marker_3818b756852a383e536a29cca974caf2.bindPopup(popup_6f4583095f1afd8b0781934d3abb4946)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3818b756852a383e536a29cca974caf2.setIcon(icon_109b060656e91c393e02b57dc830b054);
|
|
|
|
|
|
var marker_0a54b218ab4c57cc95929f0e4e4e346b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_8a30ec0f3134d04ff7e513b8cfedb701 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8afeb01ff199e1b9e98f6432b8d9ae13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_778604a0257084c22c03b84ef6642533 = $(`<div id="html_778604a0257084c22c03b84ef6642533" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_8afeb01ff199e1b9e98f6432b8d9ae13.setContent(html_778604a0257084c22c03b84ef6642533);
|
|
|
|
|
|
|
|
marker_0a54b218ab4c57cc95929f0e4e4e346b.bindPopup(popup_8afeb01ff199e1b9e98f6432b8d9ae13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a54b218ab4c57cc95929f0e4e4e346b.setIcon(icon_8a30ec0f3134d04ff7e513b8cfedb701);
|
|
|
|
|
|
var marker_70be93e4264058a15582d6034eea99b1 = L.marker(
|
|
[34.282, -118.439],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_cc3e18f07a38409f647659f3824c288e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7132b270b8d1263873175450aa12ee37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cdf68115110da513732bb2b7898fe0d = $(`<div id="html_0cdf68115110da513732bb2b7898fe0d" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_7132b270b8d1263873175450aa12ee37.setContent(html_0cdf68115110da513732bb2b7898fe0d);
|
|
|
|
|
|
|
|
marker_70be93e4264058a15582d6034eea99b1.bindPopup(popup_7132b270b8d1263873175450aa12ee37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70be93e4264058a15582d6034eea99b1.setIcon(icon_cc3e18f07a38409f647659f3824c288e);
|
|
|
|
|
|
var marker_5369123f46039ff891be2e5f3b0f8e76 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_bcb242903e29f4b5b0ed7bdf88184653 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12c8889a3d22f5adb7c1f6182197949d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c2c1c982835f3800b551f30f012f750 = $(`<div id="html_4c2c1c982835f3800b551f30f012f750" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_12c8889a3d22f5adb7c1f6182197949d.setContent(html_4c2c1c982835f3800b551f30f012f750);
|
|
|
|
|
|
|
|
marker_5369123f46039ff891be2e5f3b0f8e76.bindPopup(popup_12c8889a3d22f5adb7c1f6182197949d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5369123f46039ff891be2e5f3b0f8e76.setIcon(icon_bcb242903e29f4b5b0ed7bdf88184653);
|
|
|
|
|
|
var marker_7f35862f3ccb31104cdc79b56f2d099a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_d99459b887b33de1d16366a23adf769e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5b01d1aff05da638e057a0200a9c2d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3e83f29741c2eab8a3f94e8f75bda14 = $(`<div id="html_e3e83f29741c2eab8a3f94e8f75bda14" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_a5b01d1aff05da638e057a0200a9c2d2.setContent(html_e3e83f29741c2eab8a3f94e8f75bda14);
|
|
|
|
|
|
|
|
marker_7f35862f3ccb31104cdc79b56f2d099a.bindPopup(popup_a5b01d1aff05da638e057a0200a9c2d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f35862f3ccb31104cdc79b56f2d099a.setIcon(icon_d99459b887b33de1d16366a23adf769e);
|
|
|
|
|
|
var marker_6ad688c124a63e6fb4872133ab17a17c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_530c014a84024419ab07b1c3edf9a645 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_182d6e571ca423f7ffa5b4513bc0d75f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cac9b0166a71b5157008f75202a53a7 = $(`<div id="html_6cac9b0166a71b5157008f75202a53a7" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_182d6e571ca423f7ffa5b4513bc0d75f.setContent(html_6cac9b0166a71b5157008f75202a53a7);
|
|
|
|
|
|
|
|
marker_6ad688c124a63e6fb4872133ab17a17c.bindPopup(popup_182d6e571ca423f7ffa5b4513bc0d75f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ad688c124a63e6fb4872133ab17a17c.setIcon(icon_530c014a84024419ab07b1c3edf9a645);
|
|
|
|
|
|
var marker_d8421055867c1d4396400ea31873b4c8 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f305f8b2acae763ad29e092db5203345 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_508290eeb1b4bc9cbbec21499cc9bdee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7606a57d7eb1186f33c67d783c7328a6 = $(`<div id="html_7606a57d7eb1186f33c67d783c7328a6" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_508290eeb1b4bc9cbbec21499cc9bdee.setContent(html_7606a57d7eb1186f33c67d783c7328a6);
|
|
|
|
|
|
|
|
marker_d8421055867c1d4396400ea31873b4c8.bindPopup(popup_508290eeb1b4bc9cbbec21499cc9bdee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8421055867c1d4396400ea31873b4c8.setIcon(icon_f305f8b2acae763ad29e092db5203345);
|
|
|
|
|
|
var marker_9a7fab02a461d3ffcaec7fb659ee2850 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_ba90b52aa77e8181f5de53c04f866c85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f2df33d480adb3a075d564cfc9e4899 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6161a40966da8834908c35b2ab2cdbb2 = $(`<div id="html_6161a40966da8834908c35b2ab2cdbb2" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_1f2df33d480adb3a075d564cfc9e4899.setContent(html_6161a40966da8834908c35b2ab2cdbb2);
|
|
|
|
|
|
|
|
marker_9a7fab02a461d3ffcaec7fb659ee2850.bindPopup(popup_1f2df33d480adb3a075d564cfc9e4899)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a7fab02a461d3ffcaec7fb659ee2850.setIcon(icon_ba90b52aa77e8181f5de53c04f866c85);
|
|
|
|
|
|
var marker_c5b07200e6a7ff71cbf25256957d2af3 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b5d562dd3a8a01698eadb6f335055428 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_488443865e5abee03f418904cda31ee0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48d7418b62ea4b4dc49ca06a79113c8e = $(`<div id="html_48d7418b62ea4b4dc49ca06a79113c8e" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_488443865e5abee03f418904cda31ee0.setContent(html_48d7418b62ea4b4dc49ca06a79113c8e);
|
|
|
|
|
|
|
|
marker_c5b07200e6a7ff71cbf25256957d2af3.bindPopup(popup_488443865e5abee03f418904cda31ee0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5b07200e6a7ff71cbf25256957d2af3.setIcon(icon_b5d562dd3a8a01698eadb6f335055428);
|
|
|
|
|
|
var marker_9e1e5b2fefd3c5bafb09c06bdc24848d = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b0b3a0864a3eac62678a1db2389329a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac4f1ef8bb9458c749503538827e4ae1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a944794838fdf51066a66aa7119a9141 = $(`<div id="html_a944794838fdf51066a66aa7119a9141" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_ac4f1ef8bb9458c749503538827e4ae1.setContent(html_a944794838fdf51066a66aa7119a9141);
|
|
|
|
|
|
|
|
marker_9e1e5b2fefd3c5bafb09c06bdc24848d.bindPopup(popup_ac4f1ef8bb9458c749503538827e4ae1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e1e5b2fefd3c5bafb09c06bdc24848d.setIcon(icon_b0b3a0864a3eac62678a1db2389329a0);
|
|
|
|
|
|
var marker_d138d268e613dced9d676580b1aeffbb = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_59d94d480e78e02aa2c90c8da2c3e1f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02b0fe4429304459e8f1a75cf7d1a787 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_338e797527d11cd0e67662bdbee7867e = $(`<div id="html_338e797527d11cd0e67662bdbee7867e" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_02b0fe4429304459e8f1a75cf7d1a787.setContent(html_338e797527d11cd0e67662bdbee7867e);
|
|
|
|
|
|
|
|
marker_d138d268e613dced9d676580b1aeffbb.bindPopup(popup_02b0fe4429304459e8f1a75cf7d1a787)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d138d268e613dced9d676580b1aeffbb.setIcon(icon_59d94d480e78e02aa2c90c8da2c3e1f4);
|
|
|
|
|
|
var marker_f7f590a85c1d2048c6a35f6cded495a6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b3a6bc079eb53403bacd750b68fdf1e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6105246eda1240ded2caf8165d7d2634 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_599e46fe4367791186e82374347bae34 = $(`<div id="html_599e46fe4367791186e82374347bae34" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_6105246eda1240ded2caf8165d7d2634.setContent(html_599e46fe4367791186e82374347bae34);
|
|
|
|
|
|
|
|
marker_f7f590a85c1d2048c6a35f6cded495a6.bindPopup(popup_6105246eda1240ded2caf8165d7d2634)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7f590a85c1d2048c6a35f6cded495a6.setIcon(icon_b3a6bc079eb53403bacd750b68fdf1e7);
|
|
|
|
|
|
var marker_291b33ccbea66f415a426ad1c6d10c3d = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_95f379e9710707477fd9a9e254659520 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e58ac113cc4dd85bd28ebcb0d3f04b86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ca651480065863b7000c75951978da5 = $(`<div id="html_1ca651480065863b7000c75951978da5" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_e58ac113cc4dd85bd28ebcb0d3f04b86.setContent(html_1ca651480065863b7000c75951978da5);
|
|
|
|
|
|
|
|
marker_291b33ccbea66f415a426ad1c6d10c3d.bindPopup(popup_e58ac113cc4dd85bd28ebcb0d3f04b86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_291b33ccbea66f415a426ad1c6d10c3d.setIcon(icon_95f379e9710707477fd9a9e254659520);
|
|
|
|
|
|
var marker_fbdbcb6ba35296b3440283fa97cc6ea8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_11e9080a50380eb93ca19884db104d81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_762e621290eea4f1c343748063acc32e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_019a4317ea7b6f3d36b3149f5061fe8a = $(`<div id="html_019a4317ea7b6f3d36b3149f5061fe8a" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_762e621290eea4f1c343748063acc32e.setContent(html_019a4317ea7b6f3d36b3149f5061fe8a);
|
|
|
|
|
|
|
|
marker_fbdbcb6ba35296b3440283fa97cc6ea8.bindPopup(popup_762e621290eea4f1c343748063acc32e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbdbcb6ba35296b3440283fa97cc6ea8.setIcon(icon_11e9080a50380eb93ca19884db104d81);
|
|
|
|
|
|
var marker_02a15fdb974226780c20066188ed1eb7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b447c37f52df1f34b1c104d10cccc47c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0170b78677c0fa4b17d6bd4604ec6a16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e2cec4e4af850c2e8641e807ed45f6e = $(`<div id="html_5e2cec4e4af850c2e8641e807ed45f6e" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_0170b78677c0fa4b17d6bd4604ec6a16.setContent(html_5e2cec4e4af850c2e8641e807ed45f6e);
|
|
|
|
|
|
|
|
marker_02a15fdb974226780c20066188ed1eb7.bindPopup(popup_0170b78677c0fa4b17d6bd4604ec6a16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02a15fdb974226780c20066188ed1eb7.setIcon(icon_b447c37f52df1f34b1c104d10cccc47c);
|
|
|
|
|
|
var marker_23ce4f2db5eb91fd3301419bd5657e82 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f7e6165d7cd0c7ad5a99015fd5413850 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4ff8d5b1c78155d45b27079a86cb7c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_329f2bd5e82338e6ef8fa6e237fb19c5 = $(`<div id="html_329f2bd5e82338e6ef8fa6e237fb19c5" style="width: 100.0%; height: 100.0%;">nostr.tavux.tech</div>`)[0];
|
|
popup_a4ff8d5b1c78155d45b27079a86cb7c9.setContent(html_329f2bd5e82338e6ef8fa6e237fb19c5);
|
|
|
|
|
|
|
|
marker_23ce4f2db5eb91fd3301419bd5657e82.bindPopup(popup_a4ff8d5b1c78155d45b27079a86cb7c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23ce4f2db5eb91fd3301419bd5657e82.setIcon(icon_f7e6165d7cd0c7ad5a99015fd5413850);
|
|
|
|
|
|
var marker_6e492be6fce2234c37f4d551348e0675 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_e3df0ccb95e04302eda275fca49c9416 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96546faa384067f4d49d864b05376aa5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35ccd9c8899d8b26c7a3e0ff2aff12fe = $(`<div id="html_35ccd9c8899d8b26c7a3e0ff2aff12fe" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_96546faa384067f4d49d864b05376aa5.setContent(html_35ccd9c8899d8b26c7a3e0ff2aff12fe);
|
|
|
|
|
|
|
|
marker_6e492be6fce2234c37f4d551348e0675.bindPopup(popup_96546faa384067f4d49d864b05376aa5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e492be6fce2234c37f4d551348e0675.setIcon(icon_e3df0ccb95e04302eda275fca49c9416);
|
|
|
|
|
|
var marker_a595e3f63dbacdf369f45c6915dac58f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_190c7a36c535a93509a07fd148afe904 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_265835cdead210cc826ce0df165ba10b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf1a99563caa89121923f933bb515369 = $(`<div id="html_bf1a99563caa89121923f933bb515369" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_265835cdead210cc826ce0df165ba10b.setContent(html_bf1a99563caa89121923f933bb515369);
|
|
|
|
|
|
|
|
marker_a595e3f63dbacdf369f45c6915dac58f.bindPopup(popup_265835cdead210cc826ce0df165ba10b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a595e3f63dbacdf369f45c6915dac58f.setIcon(icon_190c7a36c535a93509a07fd148afe904);
|
|
|
|
|
|
var marker_8bf18a52a667bd2b7217ad45f07bcec0 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_2e3b2131ba140885d2e89a2360e4d95b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_350c3f7765db2c60c8eaeff87aaa8f3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_488a1431f7f2bdb6f3fd521210b2d2ac = $(`<div id="html_488a1431f7f2bdb6f3fd521210b2d2ac" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_350c3f7765db2c60c8eaeff87aaa8f3b.setContent(html_488a1431f7f2bdb6f3fd521210b2d2ac);
|
|
|
|
|
|
|
|
marker_8bf18a52a667bd2b7217ad45f07bcec0.bindPopup(popup_350c3f7765db2c60c8eaeff87aaa8f3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bf18a52a667bd2b7217ad45f07bcec0.setIcon(icon_2e3b2131ba140885d2e89a2360e4d95b);
|
|
|
|
|
|
var marker_d0d348880d3714adf7bf15b758bc17eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_53a8a7ab4fa2f4ae98c33c1b9c3d61f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b40d321bb2748ee0c370dd1948fa75dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58a75235e2491c6e8012e40a6f4bd78f = $(`<div id="html_58a75235e2491c6e8012e40a6f4bd78f" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_b40d321bb2748ee0c370dd1948fa75dc.setContent(html_58a75235e2491c6e8012e40a6f4bd78f);
|
|
|
|
|
|
|
|
marker_d0d348880d3714adf7bf15b758bc17eb.bindPopup(popup_b40d321bb2748ee0c370dd1948fa75dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0d348880d3714adf7bf15b758bc17eb.setIcon(icon_53a8a7ab4fa2f4ae98c33c1b9c3d61f2);
|
|
|
|
|
|
var marker_a57e52cc1afe654587cbb0b7d5193154 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_abfce90c39e1e41841eb82beb45a20d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4b48638de59d883155989ef62608e91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f60126c2201f0774a9040069d135b748 = $(`<div id="html_f60126c2201f0774a9040069d135b748" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_c4b48638de59d883155989ef62608e91.setContent(html_f60126c2201f0774a9040069d135b748);
|
|
|
|
|
|
|
|
marker_a57e52cc1afe654587cbb0b7d5193154.bindPopup(popup_c4b48638de59d883155989ef62608e91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a57e52cc1afe654587cbb0b7d5193154.setIcon(icon_abfce90c39e1e41841eb82beb45a20d3);
|
|
|
|
|
|
var marker_45da6ff68f3e1676239fd744f75a4265 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_ccd73afd35ee4e7ab982f650525126fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af690f2389315909f9e7b324d96f08bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d738f6232bf556f9a097ca4e70c752ad = $(`<div id="html_d738f6232bf556f9a097ca4e70c752ad" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_af690f2389315909f9e7b324d96f08bc.setContent(html_d738f6232bf556f9a097ca4e70c752ad);
|
|
|
|
|
|
|
|
marker_45da6ff68f3e1676239fd744f75a4265.bindPopup(popup_af690f2389315909f9e7b324d96f08bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45da6ff68f3e1676239fd744f75a4265.setIcon(icon_ccd73afd35ee4e7ab982f650525126fa);
|
|
|
|
|
|
var marker_1fb11f69f13359790889b5b8e2fa0129 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9953a23cd8c0d86b00e8ec842c43aed3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aca552fdbf4fc8d2c28bf24ac92b082a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8be8a0be895b188115f59d8ed910f6f4 = $(`<div id="html_8be8a0be895b188115f59d8ed910f6f4" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_aca552fdbf4fc8d2c28bf24ac92b082a.setContent(html_8be8a0be895b188115f59d8ed910f6f4);
|
|
|
|
|
|
|
|
marker_1fb11f69f13359790889b5b8e2fa0129.bindPopup(popup_aca552fdbf4fc8d2c28bf24ac92b082a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fb11f69f13359790889b5b8e2fa0129.setIcon(icon_9953a23cd8c0d86b00e8ec842c43aed3);
|
|
|
|
|
|
var marker_82b9c27f0b5456100c64f62d7e6cf4d0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_632b48c86e8e1ccf1ede4f1e6596974d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7bd4b9737d77341fb9cb709b1fa083c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3426de4af9b2fe3920f92e9848deb5c5 = $(`<div id="html_3426de4af9b2fe3920f92e9848deb5c5" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_c7bd4b9737d77341fb9cb709b1fa083c.setContent(html_3426de4af9b2fe3920f92e9848deb5c5);
|
|
|
|
|
|
|
|
marker_82b9c27f0b5456100c64f62d7e6cf4d0.bindPopup(popup_c7bd4b9737d77341fb9cb709b1fa083c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82b9c27f0b5456100c64f62d7e6cf4d0.setIcon(icon_632b48c86e8e1ccf1ede4f1e6596974d);
|
|
|
|
|
|
var marker_8ff571202c16ab63faa55b2dab7a7014 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_709b134f4ad5414c53f4c4dbbd49e34f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f1b65b9e4bae19a5d1c6713c387e7cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e9d14fee9e528f8dae44b5af2d47f22 = $(`<div id="html_7e9d14fee9e528f8dae44b5af2d47f22" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_9f1b65b9e4bae19a5d1c6713c387e7cf.setContent(html_7e9d14fee9e528f8dae44b5af2d47f22);
|
|
|
|
|
|
|
|
marker_8ff571202c16ab63faa55b2dab7a7014.bindPopup(popup_9f1b65b9e4bae19a5d1c6713c387e7cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ff571202c16ab63faa55b2dab7a7014.setIcon(icon_709b134f4ad5414c53f4c4dbbd49e34f);
|
|
|
|
|
|
var marker_620508571be7e91d02ac44566ed053cc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_a1c0c11e7566cee18f486d2036e24c53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9304cd6b627bc97ce8d450d3c4a7174 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c772acddf136b40711f77f384bca5c9 = $(`<div id="html_4c772acddf136b40711f77f384bca5c9" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_b9304cd6b627bc97ce8d450d3c4a7174.setContent(html_4c772acddf136b40711f77f384bca5c9);
|
|
|
|
|
|
|
|
marker_620508571be7e91d02ac44566ed053cc.bindPopup(popup_b9304cd6b627bc97ce8d450d3c4a7174)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_620508571be7e91d02ac44566ed053cc.setIcon(icon_a1c0c11e7566cee18f486d2036e24c53);
|
|
|
|
|
|
var marker_d23261c689b46b570f2bfc153210311b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_6878d91fa037b6e2a28ff127516e7f38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85bb65315a987f67ea5b7b42417b258e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e66fa8126d26f48a6a71c84a55177a8c = $(`<div id="html_e66fa8126d26f48a6a71c84a55177a8c" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_85bb65315a987f67ea5b7b42417b258e.setContent(html_e66fa8126d26f48a6a71c84a55177a8c);
|
|
|
|
|
|
|
|
marker_d23261c689b46b570f2bfc153210311b.bindPopup(popup_85bb65315a987f67ea5b7b42417b258e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d23261c689b46b570f2bfc153210311b.setIcon(icon_6878d91fa037b6e2a28ff127516e7f38);
|
|
|
|
|
|
var marker_7822ed3ae71a7c0fca79a0b2f4724fdd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_d071477eb0ea78c1e20899b7bc29dd87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca3d270e9f32059b7b9a03eafae04d59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef1ec2cb9832ac47756942eba969f54d = $(`<div id="html_ef1ec2cb9832ac47756942eba969f54d" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_ca3d270e9f32059b7b9a03eafae04d59.setContent(html_ef1ec2cb9832ac47756942eba969f54d);
|
|
|
|
|
|
|
|
marker_7822ed3ae71a7c0fca79a0b2f4724fdd.bindPopup(popup_ca3d270e9f32059b7b9a03eafae04d59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7822ed3ae71a7c0fca79a0b2f4724fdd.setIcon(icon_d071477eb0ea78c1e20899b7bc29dd87);
|
|
|
|
|
|
var marker_e6f18968140fd177da27af3492f72197 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_874401c1048ccc57f14e74dcd6ef1f10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8afea7a42b365a82a5875e52dbdcb18c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ee557f4b3620fd5a5363251be9f67b9 = $(`<div id="html_1ee557f4b3620fd5a5363251be9f67b9" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_8afea7a42b365a82a5875e52dbdcb18c.setContent(html_1ee557f4b3620fd5a5363251be9f67b9);
|
|
|
|
|
|
|
|
marker_e6f18968140fd177da27af3492f72197.bindPopup(popup_8afea7a42b365a82a5875e52dbdcb18c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6f18968140fd177da27af3492f72197.setIcon(icon_874401c1048ccc57f14e74dcd6ef1f10);
|
|
|
|
|
|
var marker_2b65b1a64a9f5b4b160a19e7bb58dd3a = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_8e9d21da0bc0f8423bb3b3050765ab6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a176a1ce0d7459fabecf438df07bac7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcf7f9890083bf3888bdb04d0fdf530f = $(`<div id="html_fcf7f9890083bf3888bdb04d0fdf530f" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_5a176a1ce0d7459fabecf438df07bac7.setContent(html_fcf7f9890083bf3888bdb04d0fdf530f);
|
|
|
|
|
|
|
|
marker_2b65b1a64a9f5b4b160a19e7bb58dd3a.bindPopup(popup_5a176a1ce0d7459fabecf438df07bac7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b65b1a64a9f5b4b160a19e7bb58dd3a.setIcon(icon_8e9d21da0bc0f8423bb3b3050765ab6c);
|
|
|
|
|
|
var marker_170904ee7e3fd69d4ca834ba40f9838d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_8f4e807efcd6c7aa9abb65473e43dafa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df0e2e6ed5a04bb8d5de716b6930e55a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e7cbc0ea4413fe78c680bd18c5579f4 = $(`<div id="html_4e7cbc0ea4413fe78c680bd18c5579f4" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_df0e2e6ed5a04bb8d5de716b6930e55a.setContent(html_4e7cbc0ea4413fe78c680bd18c5579f4);
|
|
|
|
|
|
|
|
marker_170904ee7e3fd69d4ca834ba40f9838d.bindPopup(popup_df0e2e6ed5a04bb8d5de716b6930e55a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_170904ee7e3fd69d4ca834ba40f9838d.setIcon(icon_8f4e807efcd6c7aa9abb65473e43dafa);
|
|
|
|
|
|
var marker_4b0fdea85432f7bdb2ed9ec2292c00f9 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b00f30484065b69499bbc12553aae326 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63dd2ab43c5079172829688289d7649c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15f5b832f04e808830fcb53065bd539b = $(`<div id="html_15f5b832f04e808830fcb53065bd539b" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_63dd2ab43c5079172829688289d7649c.setContent(html_15f5b832f04e808830fcb53065bd539b);
|
|
|
|
|
|
|
|
marker_4b0fdea85432f7bdb2ed9ec2292c00f9.bindPopup(popup_63dd2ab43c5079172829688289d7649c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b0fdea85432f7bdb2ed9ec2292c00f9.setIcon(icon_b00f30484065b69499bbc12553aae326);
|
|
|
|
|
|
var marker_0995608002b07e157d9dce8e7c8f4a43 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b6b36def604528e27e86d3349c269d02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7444fd714a227aa90f6eb8c31d12a0d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76ca9ebacfcd7eea9f847b93fe7460fa = $(`<div id="html_76ca9ebacfcd7eea9f847b93fe7460fa" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_7444fd714a227aa90f6eb8c31d12a0d7.setContent(html_76ca9ebacfcd7eea9f847b93fe7460fa);
|
|
|
|
|
|
|
|
marker_0995608002b07e157d9dce8e7c8f4a43.bindPopup(popup_7444fd714a227aa90f6eb8c31d12a0d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0995608002b07e157d9dce8e7c8f4a43.setIcon(icon_b6b36def604528e27e86d3349c269d02);
|
|
|
|
|
|
var marker_18a790c4fed1320b054822d796336c5a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b7b290b86ef1cd912f97aaa0aa25c2d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b1681ba525cc1e17ed77602daf848ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffa12fa7af6833acf97e38a1934eaeb8 = $(`<div id="html_ffa12fa7af6833acf97e38a1934eaeb8" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_9b1681ba525cc1e17ed77602daf848ec.setContent(html_ffa12fa7af6833acf97e38a1934eaeb8);
|
|
|
|
|
|
|
|
marker_18a790c4fed1320b054822d796336c5a.bindPopup(popup_9b1681ba525cc1e17ed77602daf848ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18a790c4fed1320b054822d796336c5a.setIcon(icon_b7b290b86ef1cd912f97aaa0aa25c2d6);
|
|
|
|
|
|
var marker_3b5b13197ca6b3610811869c624efced = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_49c090601e56aeff6192e2eddd77425f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1517c4d89db5e2de2286261815e1e0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b985a80e9214289aff26ae4ba9453cce = $(`<div id="html_b985a80e9214289aff26ae4ba9453cce" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_a1517c4d89db5e2de2286261815e1e0f.setContent(html_b985a80e9214289aff26ae4ba9453cce);
|
|
|
|
|
|
|
|
marker_3b5b13197ca6b3610811869c624efced.bindPopup(popup_a1517c4d89db5e2de2286261815e1e0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b5b13197ca6b3610811869c624efced.setIcon(icon_49c090601e56aeff6192e2eddd77425f);
|
|
|
|
|
|
var marker_040c970462f7f601581ca7a5220cdbab = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_e832d2e6687446a575c8b46756d301f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d8a495b4e81bd3fa4fcd9e57d8693a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ddc16ef2d831c60843027ac65d1acfa = $(`<div id="html_4ddc16ef2d831c60843027ac65d1acfa" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_1d8a495b4e81bd3fa4fcd9e57d8693a5.setContent(html_4ddc16ef2d831c60843027ac65d1acfa);
|
|
|
|
|
|
|
|
marker_040c970462f7f601581ca7a5220cdbab.bindPopup(popup_1d8a495b4e81bd3fa4fcd9e57d8693a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_040c970462f7f601581ca7a5220cdbab.setIcon(icon_e832d2e6687446a575c8b46756d301f5);
|
|
|
|
|
|
var marker_64ca29165664333a7c249364f56d1302 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_1cde716877c6bf4592c8a7cdc7f64935 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f296a6eee86e9031ad102da3447e79b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e4469b1ae38db9a9c3881060abb2d61 = $(`<div id="html_6e4469b1ae38db9a9c3881060abb2d61" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_f296a6eee86e9031ad102da3447e79b3.setContent(html_6e4469b1ae38db9a9c3881060abb2d61);
|
|
|
|
|
|
|
|
marker_64ca29165664333a7c249364f56d1302.bindPopup(popup_f296a6eee86e9031ad102da3447e79b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64ca29165664333a7c249364f56d1302.setIcon(icon_1cde716877c6bf4592c8a7cdc7f64935);
|
|
|
|
|
|
var marker_15220c5376eac9cf7cd30d44fe4a448e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f3d199d46c5df6eb1f842cfd75db0da0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ece3ca72bfcde7f868cb9afc0ce5760b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42d84eff8cffcb3a9303f8dc468de8ae = $(`<div id="html_42d84eff8cffcb3a9303f8dc468de8ae" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_ece3ca72bfcde7f868cb9afc0ce5760b.setContent(html_42d84eff8cffcb3a9303f8dc468de8ae);
|
|
|
|
|
|
|
|
marker_15220c5376eac9cf7cd30d44fe4a448e.bindPopup(popup_ece3ca72bfcde7f868cb9afc0ce5760b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15220c5376eac9cf7cd30d44fe4a448e.setIcon(icon_f3d199d46c5df6eb1f842cfd75db0da0);
|
|
|
|
|
|
var marker_a5cb4007ba9c71d2d2bae5c7f3b1ff41 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_bc1051c9a23e38c9160551e88423e85a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94e751516ebf972c61ed2ac76196ac20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_372fdc20beb686407aba3c9943f347f1 = $(`<div id="html_372fdc20beb686407aba3c9943f347f1" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_94e751516ebf972c61ed2ac76196ac20.setContent(html_372fdc20beb686407aba3c9943f347f1);
|
|
|
|
|
|
|
|
marker_a5cb4007ba9c71d2d2bae5c7f3b1ff41.bindPopup(popup_94e751516ebf972c61ed2ac76196ac20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5cb4007ba9c71d2d2bae5c7f3b1ff41.setIcon(icon_bc1051c9a23e38c9160551e88423e85a);
|
|
|
|
|
|
var marker_6c13051fb1288cde0ec92df0b57491b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_72163f6fe0eead6ff8c0bd5122032499 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffc47c6eab32818234a911109b7e6f09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_460e9946e62781f1f3f4640dc76e82fc = $(`<div id="html_460e9946e62781f1f3f4640dc76e82fc" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_ffc47c6eab32818234a911109b7e6f09.setContent(html_460e9946e62781f1f3f4640dc76e82fc);
|
|
|
|
|
|
|
|
marker_6c13051fb1288cde0ec92df0b57491b8.bindPopup(popup_ffc47c6eab32818234a911109b7e6f09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c13051fb1288cde0ec92df0b57491b8.setIcon(icon_72163f6fe0eead6ff8c0bd5122032499);
|
|
|
|
|
|
var marker_e955a43374b2f6415da4ec50f3f5283c = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_ffd2504b52c4b49c5b048fb53a6ee275 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5b41f14f2fe60079c5441b8158c6e1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d938a1ecd59aa17edbc855c62a8d8ac2 = $(`<div id="html_d938a1ecd59aa17edbc855c62a8d8ac2" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_d5b41f14f2fe60079c5441b8158c6e1d.setContent(html_d938a1ecd59aa17edbc855c62a8d8ac2);
|
|
|
|
|
|
|
|
marker_e955a43374b2f6415da4ec50f3f5283c.bindPopup(popup_d5b41f14f2fe60079c5441b8158c6e1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e955a43374b2f6415da4ec50f3f5283c.setIcon(icon_ffd2504b52c4b49c5b048fb53a6ee275);
|
|
|
|
|
|
var marker_74f1be593165e745aae319be1f7df9d6 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_c80f34ba3105032c71e02927dff826e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21898d8c6f263c6aaf5b2e3f46852ad7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e8e3a2e034cb014e2a18ffc04c37257 = $(`<div id="html_7e8e3a2e034cb014e2a18ffc04c37257" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_21898d8c6f263c6aaf5b2e3f46852ad7.setContent(html_7e8e3a2e034cb014e2a18ffc04c37257);
|
|
|
|
|
|
|
|
marker_74f1be593165e745aae319be1f7df9d6.bindPopup(popup_21898d8c6f263c6aaf5b2e3f46852ad7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74f1be593165e745aae319be1f7df9d6.setIcon(icon_c80f34ba3105032c71e02927dff826e1);
|
|
|
|
|
|
var marker_60f226efb1ea232652e84ef59d890716 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_e87b45ae0e0036dbc99518eb4b299894 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_920250cab4a913e868e6a3c1faadbad4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_737a7cf4e8073228eb5680db1089566c = $(`<div id="html_737a7cf4e8073228eb5680db1089566c" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_920250cab4a913e868e6a3c1faadbad4.setContent(html_737a7cf4e8073228eb5680db1089566c);
|
|
|
|
|
|
|
|
marker_60f226efb1ea232652e84ef59d890716.bindPopup(popup_920250cab4a913e868e6a3c1faadbad4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60f226efb1ea232652e84ef59d890716.setIcon(icon_e87b45ae0e0036dbc99518eb4b299894);
|
|
|
|
|
|
var marker_81598a472708b8ce8d1dcfb0e0140d5f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_52db47b177df79b5825af220eae1fded = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df0fcb9c5191694ef8063f1230f372e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9f204a14b79d83e667dc0c041469fe8 = $(`<div id="html_f9f204a14b79d83e667dc0c041469fe8" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_df0fcb9c5191694ef8063f1230f372e6.setContent(html_f9f204a14b79d83e667dc0c041469fe8);
|
|
|
|
|
|
|
|
marker_81598a472708b8ce8d1dcfb0e0140d5f.bindPopup(popup_df0fcb9c5191694ef8063f1230f372e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81598a472708b8ce8d1dcfb0e0140d5f.setIcon(icon_52db47b177df79b5825af220eae1fded);
|
|
|
|
|
|
var marker_015d87c98c531e0d816adb01aebecaab = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_2d34d033e74858d0cd38574d658c8e5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bf6a9bae4e0273f691ef6845ba18df5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b351d9dbcc37fe8a1ebefea5f972eba7 = $(`<div id="html_b351d9dbcc37fe8a1ebefea5f972eba7" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_7bf6a9bae4e0273f691ef6845ba18df5.setContent(html_b351d9dbcc37fe8a1ebefea5f972eba7);
|
|
|
|
|
|
|
|
marker_015d87c98c531e0d816adb01aebecaab.bindPopup(popup_7bf6a9bae4e0273f691ef6845ba18df5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_015d87c98c531e0d816adb01aebecaab.setIcon(icon_2d34d033e74858d0cd38574d658c8e5a);
|
|
|
|
|
|
var marker_fda03175c56479a8b9e42c329791d8f4 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_7b17f10e34b57e5417bef5080cd8bb1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_570d63b5bbb7e5fc492fe78046e9206d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ab797ace28d71b2670ceb54a7f3e498 = $(`<div id="html_5ab797ace28d71b2670ceb54a7f3e498" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_570d63b5bbb7e5fc492fe78046e9206d.setContent(html_5ab797ace28d71b2670ceb54a7f3e498);
|
|
|
|
|
|
|
|
marker_fda03175c56479a8b9e42c329791d8f4.bindPopup(popup_570d63b5bbb7e5fc492fe78046e9206d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fda03175c56479a8b9e42c329791d8f4.setIcon(icon_7b17f10e34b57e5417bef5080cd8bb1c);
|
|
|
|
|
|
var marker_ce706708c0d7f8152ab72f3e72159514 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_ddcc3271364c58d6f0705b019f9b36c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af0824e2a021257d42e8f5f3825e096e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6ed8a71b373ccbe7095374bb802c964 = $(`<div id="html_d6ed8a71b373ccbe7095374bb802c964" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_af0824e2a021257d42e8f5f3825e096e.setContent(html_d6ed8a71b373ccbe7095374bb802c964);
|
|
|
|
|
|
|
|
marker_ce706708c0d7f8152ab72f3e72159514.bindPopup(popup_af0824e2a021257d42e8f5f3825e096e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce706708c0d7f8152ab72f3e72159514.setIcon(icon_ddcc3271364c58d6f0705b019f9b36c1);
|
|
|
|
|
|
var marker_4204ddd150cd3c776d5df90294cb1a02 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_dff9767fede6659b005eacbfdb4b04e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5388fee1948d2c9d8d011ecb8a47a6e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_794f556364ccf01b8e39fcfa3e9312d1 = $(`<div id="html_794f556364ccf01b8e39fcfa3e9312d1" style="width: 100.0%; height: 100.0%;">alien.macneilmediagroup.com</div>`)[0];
|
|
popup_5388fee1948d2c9d8d011ecb8a47a6e0.setContent(html_794f556364ccf01b8e39fcfa3e9312d1);
|
|
|
|
|
|
|
|
marker_4204ddd150cd3c776d5df90294cb1a02.bindPopup(popup_5388fee1948d2c9d8d011ecb8a47a6e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4204ddd150cd3c776d5df90294cb1a02.setIcon(icon_dff9767fede6659b005eacbfdb4b04e8);
|
|
|
|
|
|
var marker_b7f4e7188e4ed8011ca22e463e4b215a = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_a20af98d04cf990d1fd1ee907c9ef025 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf997dea94ddf9f6c105c4531755a5b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49cb2e56cf1cce65eab2f5b2fd6c9a69 = $(`<div id="html_49cb2e56cf1cce65eab2f5b2fd6c9a69" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_cf997dea94ddf9f6c105c4531755a5b7.setContent(html_49cb2e56cf1cce65eab2f5b2fd6c9a69);
|
|
|
|
|
|
|
|
marker_b7f4e7188e4ed8011ca22e463e4b215a.bindPopup(popup_cf997dea94ddf9f6c105c4531755a5b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7f4e7188e4ed8011ca22e463e4b215a.setIcon(icon_a20af98d04cf990d1fd1ee907c9ef025);
|
|
|
|
|
|
var marker_fc38fc5f1b2c52ba048f02fdf45f5957 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_cce537d3d888afba49d930f623545fa1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1b2e830cf8825d21d54f574194a01e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_393f5e77829b0ca09a5f66933abb2866 = $(`<div id="html_393f5e77829b0ca09a5f66933abb2866" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_b1b2e830cf8825d21d54f574194a01e6.setContent(html_393f5e77829b0ca09a5f66933abb2866);
|
|
|
|
|
|
|
|
marker_fc38fc5f1b2c52ba048f02fdf45f5957.bindPopup(popup_b1b2e830cf8825d21d54f574194a01e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc38fc5f1b2c52ba048f02fdf45f5957.setIcon(icon_cce537d3d888afba49d930f623545fa1);
|
|
|
|
|
|
var marker_0bd74e4e3cb8078edea186e6ae0bb1e5 = L.marker(
|
|
[52.6467, 4.7395],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_da77ab0db0cf2365a24097f6dec209cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a832487328f90d993c5acf5db6723d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4736a3f6b37253864900915db4fe6755 = $(`<div id="html_4736a3f6b37253864900915db4fe6755" style="width: 100.0%; height: 100.0%;">relay.nostr.vet</div>`)[0];
|
|
popup_2a832487328f90d993c5acf5db6723d0.setContent(html_4736a3f6b37253864900915db4fe6755);
|
|
|
|
|
|
|
|
marker_0bd74e4e3cb8078edea186e6ae0bb1e5.bindPopup(popup_2a832487328f90d993c5acf5db6723d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bd74e4e3cb8078edea186e6ae0bb1e5.setIcon(icon_da77ab0db0cf2365a24097f6dec209cb);
|
|
|
|
|
|
var marker_2a586b98ffa447705c8bcd124f9dbd99 = L.marker(
|
|
[56.9677, 24.1056],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_7cd7c0c953b99ffc1a7b7e1322e949f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbc58766d8926ae1fdd98786075f16f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d72cdb16caefcf8c13334f7c870b916 = $(`<div id="html_6d72cdb16caefcf8c13334f7c870b916" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_fbc58766d8926ae1fdd98786075f16f0.setContent(html_6d72cdb16caefcf8c13334f7c870b916);
|
|
|
|
|
|
|
|
marker_2a586b98ffa447705c8bcd124f9dbd99.bindPopup(popup_fbc58766d8926ae1fdd98786075f16f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a586b98ffa447705c8bcd124f9dbd99.setIcon(icon_7cd7c0c953b99ffc1a7b7e1322e949f7);
|
|
|
|
|
|
var marker_8b0eb95a24a538da92c90d874d140798 = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_7c8cf68ad7eb6ce59e65b19a90916ee3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a28b3a98bcc6d7664d0083afcbeedfa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31dc66320a3b35206145f87e6255c17d = $(`<div id="html_31dc66320a3b35206145f87e6255c17d" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_4a28b3a98bcc6d7664d0083afcbeedfa.setContent(html_31dc66320a3b35206145f87e6255c17d);
|
|
|
|
|
|
|
|
marker_8b0eb95a24a538da92c90d874d140798.bindPopup(popup_4a28b3a98bcc6d7664d0083afcbeedfa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b0eb95a24a538da92c90d874d140798.setIcon(icon_7c8cf68ad7eb6ce59e65b19a90916ee3);
|
|
|
|
|
|
var marker_197d70d89cbdd16862dac98dcd36d43f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_7ebead32f8c0ca3a0a3c1083ba7e3662 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f739154c272938b13908a8b982af1fa5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5ce9d1b476e5393d0aacbd8e24abd14 = $(`<div id="html_f5ce9d1b476e5393d0aacbd8e24abd14" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_f739154c272938b13908a8b982af1fa5.setContent(html_f5ce9d1b476e5393d0aacbd8e24abd14);
|
|
|
|
|
|
|
|
marker_197d70d89cbdd16862dac98dcd36d43f.bindPopup(popup_f739154c272938b13908a8b982af1fa5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_197d70d89cbdd16862dac98dcd36d43f.setIcon(icon_7ebead32f8c0ca3a0a3c1083ba7e3662);
|
|
|
|
|
|
var marker_8df35b2d4f159a0b0fa4f579e3760c12 = L.marker(
|
|
[50.8933, 6.05805],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f9a5200409eb78e577d48b3918b15660 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d045530bd4ddd8b2772c8c152b1cbfc0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48b88a162b4e53061dcbb7546fc4dd37 = $(`<div id="html_48b88a162b4e53061dcbb7546fc4dd37" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_d045530bd4ddd8b2772c8c152b1cbfc0.setContent(html_48b88a162b4e53061dcbb7546fc4dd37);
|
|
|
|
|
|
|
|
marker_8df35b2d4f159a0b0fa4f579e3760c12.bindPopup(popup_d045530bd4ddd8b2772c8c152b1cbfc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8df35b2d4f159a0b0fa4f579e3760c12.setIcon(icon_f9a5200409eb78e577d48b3918b15660);
|
|
|
|
|
|
var marker_7e38fecba85bbaecb1d527ba94df5af1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9c9e03b612b22ee2f775f36dd02848cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a4404037350aebd774456bad49803b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46e69a8f62406ee0255682acea07cea8 = $(`<div id="html_46e69a8f62406ee0255682acea07cea8" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_9a4404037350aebd774456bad49803b3.setContent(html_46e69a8f62406ee0255682acea07cea8);
|
|
|
|
|
|
|
|
marker_7e38fecba85bbaecb1d527ba94df5af1.bindPopup(popup_9a4404037350aebd774456bad49803b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e38fecba85bbaecb1d527ba94df5af1.setIcon(icon_9c9e03b612b22ee2f775f36dd02848cf);
|
|
|
|
|
|
var marker_c6db470f82ded2bf15b47e329c751c4d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_70bab898821658e645817935ccde9afb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_514be63de42c04894769cdf9b7861ad3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a49ed39b6a76f09b6f1cc3eeda0eb94 = $(`<div id="html_5a49ed39b6a76f09b6f1cc3eeda0eb94" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_514be63de42c04894769cdf9b7861ad3.setContent(html_5a49ed39b6a76f09b6f1cc3eeda0eb94);
|
|
|
|
|
|
|
|
marker_c6db470f82ded2bf15b47e329c751c4d.bindPopup(popup_514be63de42c04894769cdf9b7861ad3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6db470f82ded2bf15b47e329c751c4d.setIcon(icon_70bab898821658e645817935ccde9afb);
|
|
|
|
|
|
var marker_dd0ac029322c7d7a7fe9edd50c205a09 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f32a598eb1e9ba1c9e647933696291a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cd615b944903cb686b5a16b043b56ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05c695ee207986979348d68a081015cc = $(`<div id="html_05c695ee207986979348d68a081015cc" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_8cd615b944903cb686b5a16b043b56ac.setContent(html_05c695ee207986979348d68a081015cc);
|
|
|
|
|
|
|
|
marker_dd0ac029322c7d7a7fe9edd50c205a09.bindPopup(popup_8cd615b944903cb686b5a16b043b56ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd0ac029322c7d7a7fe9edd50c205a09.setIcon(icon_f32a598eb1e9ba1c9e647933696291a9);
|
|
|
|
|
|
var marker_02fdb617d2473b078bd4550656bdfffa = L.marker(
|
|
[22.3193, 114.169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_77262d4e7b745e282bc29b102bd55e72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79af7984ec70381a092fa5f7254f9d01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bab788ecfab6ff0dbb26f682f5e59eff = $(`<div id="html_bab788ecfab6ff0dbb26f682f5e59eff" style="width: 100.0%; height: 100.0%;">nostr.a2x.pub</div>`)[0];
|
|
popup_79af7984ec70381a092fa5f7254f9d01.setContent(html_bab788ecfab6ff0dbb26f682f5e59eff);
|
|
|
|
|
|
|
|
marker_02fdb617d2473b078bd4550656bdfffa.bindPopup(popup_79af7984ec70381a092fa5f7254f9d01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02fdb617d2473b078bd4550656bdfffa.setIcon(icon_77262d4e7b745e282bc29b102bd55e72);
|
|
|
|
|
|
var marker_0ec62fb1e1b71be440982bb535ca9f75 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f7b929ff36d049999810ab9ad73f4a9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff875d386b885ec031dcdb1fbf780a92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09095d78210be389436ceed1cb23860b = $(`<div id="html_09095d78210be389436ceed1cb23860b" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_ff875d386b885ec031dcdb1fbf780a92.setContent(html_09095d78210be389436ceed1cb23860b);
|
|
|
|
|
|
|
|
marker_0ec62fb1e1b71be440982bb535ca9f75.bindPopup(popup_ff875d386b885ec031dcdb1fbf780a92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ec62fb1e1b71be440982bb535ca9f75.setIcon(icon_f7b929ff36d049999810ab9ad73f4a9c);
|
|
|
|
|
|
var marker_dc48b9da778647c5db2ac6d0edd1e35f = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_c4f301869f2633dceeafdc7c00f6bf62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2736ef0dfbfa8b76969fe824cf6f592c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e5beab658d00583a0c35cbfd9d06769 = $(`<div id="html_7e5beab658d00583a0c35cbfd9d06769" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_2736ef0dfbfa8b76969fe824cf6f592c.setContent(html_7e5beab658d00583a0c35cbfd9d06769);
|
|
|
|
|
|
|
|
marker_dc48b9da778647c5db2ac6d0edd1e35f.bindPopup(popup_2736ef0dfbfa8b76969fe824cf6f592c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc48b9da778647c5db2ac6d0edd1e35f.setIcon(icon_c4f301869f2633dceeafdc7c00f6bf62);
|
|
|
|
|
|
var marker_14dae90fa2eb9802b1030437e27d961f = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_53375bba501c44e08cea979c0d75b488 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0098ffbe19f1b770082044d677822d4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c54f5215e5965fe7f1494c89a8adc60 = $(`<div id="html_2c54f5215e5965fe7f1494c89a8adc60" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_0098ffbe19f1b770082044d677822d4d.setContent(html_2c54f5215e5965fe7f1494c89a8adc60);
|
|
|
|
|
|
|
|
marker_14dae90fa2eb9802b1030437e27d961f.bindPopup(popup_0098ffbe19f1b770082044d677822d4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14dae90fa2eb9802b1030437e27d961f.setIcon(icon_53375bba501c44e08cea979c0d75b488);
|
|
|
|
|
|
var marker_0ceb392ff5d8697e9d70b6495dbe3703 = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_cf4b26f5345895fc9fa9bfc8831dea32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b81470e42b2fae8d5ac2cc80ea5af30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c4f32c727eb6a08cdc45b6f9cb0dbe1 = $(`<div id="html_9c4f32c727eb6a08cdc45b6f9cb0dbe1" style="width: 100.0%; height: 100.0%;">relay.stream.labs.h3.se</div>`)[0];
|
|
popup_4b81470e42b2fae8d5ac2cc80ea5af30.setContent(html_9c4f32c727eb6a08cdc45b6f9cb0dbe1);
|
|
|
|
|
|
|
|
marker_0ceb392ff5d8697e9d70b6495dbe3703.bindPopup(popup_4b81470e42b2fae8d5ac2cc80ea5af30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ceb392ff5d8697e9d70b6495dbe3703.setIcon(icon_cf4b26f5345895fc9fa9bfc8831dea32);
|
|
|
|
|
|
var marker_2432e585bb230ea2fdcf5d27f46c7339 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_891d53273561e28ebe028187bbcfd5ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60fef830e5d674dc08f4a0627792e89e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6831e7f37edf9aed6ed543055907abe = $(`<div id="html_b6831e7f37edf9aed6ed543055907abe" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_60fef830e5d674dc08f4a0627792e89e.setContent(html_b6831e7f37edf9aed6ed543055907abe);
|
|
|
|
|
|
|
|
marker_2432e585bb230ea2fdcf5d27f46c7339.bindPopup(popup_60fef830e5d674dc08f4a0627792e89e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2432e585bb230ea2fdcf5d27f46c7339.setIcon(icon_891d53273561e28ebe028187bbcfd5ec);
|
|
|
|
|
|
var marker_01d1679852decc70eb1030070597161c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_c87798b107cbd45c3ebc6a01d716f181 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea656d738517036d0a42f4edf8eb3158 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a755a40a89e0685a15a15c9953dfc53 = $(`<div id="html_2a755a40a89e0685a15a15c9953dfc53" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_ea656d738517036d0a42f4edf8eb3158.setContent(html_2a755a40a89e0685a15a15c9953dfc53);
|
|
|
|
|
|
|
|
marker_01d1679852decc70eb1030070597161c.bindPopup(popup_ea656d738517036d0a42f4edf8eb3158)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01d1679852decc70eb1030070597161c.setIcon(icon_c87798b107cbd45c3ebc6a01d716f181);
|
|
|
|
|
|
var marker_2a9a41afca1b46d60ac9d87af50fe144 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_83ec30885761979275ac6d9b62390d56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50268715ddbe2a81b9b321ff9dfd840f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d24d3fa335bdd8ca44b08702f0b3448 = $(`<div id="html_9d24d3fa335bdd8ca44b08702f0b3448" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_50268715ddbe2a81b9b321ff9dfd840f.setContent(html_9d24d3fa335bdd8ca44b08702f0b3448);
|
|
|
|
|
|
|
|
marker_2a9a41afca1b46d60ac9d87af50fe144.bindPopup(popup_50268715ddbe2a81b9b321ff9dfd840f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a9a41afca1b46d60ac9d87af50fe144.setIcon(icon_83ec30885761979275ac6d9b62390d56);
|
|
|
|
|
|
var marker_9f1f90eb63f89cacedae24aa41a5d829 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f147e64bc5b3bb311ddc318b7287b8a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9466f6b7f44dc1e79d3ba64d7c58226a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f499cb98b9422d288f4518c00325125 = $(`<div id="html_4f499cb98b9422d288f4518c00325125" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_9466f6b7f44dc1e79d3ba64d7c58226a.setContent(html_4f499cb98b9422d288f4518c00325125);
|
|
|
|
|
|
|
|
marker_9f1f90eb63f89cacedae24aa41a5d829.bindPopup(popup_9466f6b7f44dc1e79d3ba64d7c58226a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f1f90eb63f89cacedae24aa41a5d829.setIcon(icon_f147e64bc5b3bb311ddc318b7287b8a6);
|
|
|
|
|
|
var marker_b94f55a40ff16aa77ce2d083a8df86f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_4beedb8b51554b78b060a5a275ae756e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_268f134bf8f59c5417bf49ff6b61b1ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eab36c0250474d1aee8342b045f907b0 = $(`<div id="html_eab36c0250474d1aee8342b045f907b0" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_268f134bf8f59c5417bf49ff6b61b1ff.setContent(html_eab36c0250474d1aee8342b045f907b0);
|
|
|
|
|
|
|
|
marker_b94f55a40ff16aa77ce2d083a8df86f3.bindPopup(popup_268f134bf8f59c5417bf49ff6b61b1ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b94f55a40ff16aa77ce2d083a8df86f3.setIcon(icon_4beedb8b51554b78b060a5a275ae756e);
|
|
|
|
|
|
var marker_8529073b2b0361b919b9ef156ed4f6f5 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_ed685b79a49a9ad66f3c39cfe8936d1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c092168ffce6da2d0b9a8376cf1ca78a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03187456428ce35bbfc20ef087932a7c = $(`<div id="html_03187456428ce35bbfc20ef087932a7c" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_c092168ffce6da2d0b9a8376cf1ca78a.setContent(html_03187456428ce35bbfc20ef087932a7c);
|
|
|
|
|
|
|
|
marker_8529073b2b0361b919b9ef156ed4f6f5.bindPopup(popup_c092168ffce6da2d0b9a8376cf1ca78a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8529073b2b0361b919b9ef156ed4f6f5.setIcon(icon_ed685b79a49a9ad66f3c39cfe8936d1c);
|
|
|
|
|
|
var marker_70b44b276cc2ca69196e350e89319f19 = L.marker(
|
|
[13.3622, 100.983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f72e530b9a67eaf289b83503eecf1e84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58e6f4c0a995d9ba12f88db252055747 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f0ea1e7f0dcd5113328d57853c4c2b3 = $(`<div id="html_6f0ea1e7f0dcd5113328d57853c4c2b3" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_58e6f4c0a995d9ba12f88db252055747.setContent(html_6f0ea1e7f0dcd5113328d57853c4c2b3);
|
|
|
|
|
|
|
|
marker_70b44b276cc2ca69196e350e89319f19.bindPopup(popup_58e6f4c0a995d9ba12f88db252055747)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70b44b276cc2ca69196e350e89319f19.setIcon(icon_f72e530b9a67eaf289b83503eecf1e84);
|
|
|
|
|
|
var marker_753f714bdd8fe745dc036c36cf750ec7 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_768b5ea4be9c32b64759ce7cb2eb7f3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9076230781ed396217a10208d1c31e4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f14ae92f779b757d682acb82b69a3f73 = $(`<div id="html_f14ae92f779b757d682acb82b69a3f73" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_9076230781ed396217a10208d1c31e4d.setContent(html_f14ae92f779b757d682acb82b69a3f73);
|
|
|
|
|
|
|
|
marker_753f714bdd8fe745dc036c36cf750ec7.bindPopup(popup_9076230781ed396217a10208d1c31e4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_753f714bdd8fe745dc036c36cf750ec7.setIcon(icon_768b5ea4be9c32b64759ce7cb2eb7f3a);
|
|
|
|
|
|
var marker_a68fdd5c46fa8e81781b6ea725dedc27 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_afe375ceec9a480b352c1b52771c75c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5334875a3c9aa15dac370f50b3a0d04a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be699e5fcc9644e4def98bfd835b130c = $(`<div id="html_be699e5fcc9644e4def98bfd835b130c" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_5334875a3c9aa15dac370f50b3a0d04a.setContent(html_be699e5fcc9644e4def98bfd835b130c);
|
|
|
|
|
|
|
|
marker_a68fdd5c46fa8e81781b6ea725dedc27.bindPopup(popup_5334875a3c9aa15dac370f50b3a0d04a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a68fdd5c46fa8e81781b6ea725dedc27.setIcon(icon_afe375ceec9a480b352c1b52771c75c8);
|
|
|
|
|
|
var marker_701845c3556a2117a9f62280d1ad3023 = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_97070739266b0017a270d1e5aa3c794f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2eef109fb558d62b441c6ea395695506 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c99be59a7a9957235ba9f8cac1b3a495 = $(`<div id="html_c99be59a7a9957235ba9f8cac1b3a495" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_2eef109fb558d62b441c6ea395695506.setContent(html_c99be59a7a9957235ba9f8cac1b3a495);
|
|
|
|
|
|
|
|
marker_701845c3556a2117a9f62280d1ad3023.bindPopup(popup_2eef109fb558d62b441c6ea395695506)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_701845c3556a2117a9f62280d1ad3023.setIcon(icon_97070739266b0017a270d1e5aa3c794f);
|
|
|
|
|
|
var marker_7c4b4b421a862b4cf4864636f7325199 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_c3cefe2aa8d39798f8e43ed7ba0617af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9d4e76ae0e86a33dd4a5155a0d39347 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef00d2905f5335a89b13f78238d51929 = $(`<div id="html_ef00d2905f5335a89b13f78238d51929" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_d9d4e76ae0e86a33dd4a5155a0d39347.setContent(html_ef00d2905f5335a89b13f78238d51929);
|
|
|
|
|
|
|
|
marker_7c4b4b421a862b4cf4864636f7325199.bindPopup(popup_d9d4e76ae0e86a33dd4a5155a0d39347)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c4b4b421a862b4cf4864636f7325199.setIcon(icon_c3cefe2aa8d39798f8e43ed7ba0617af);
|
|
|
|
|
|
var marker_41cd727170e7ab30bb57c5b3b5cea094 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_367e1c24aa9582818f545653bad5d5ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_deff3c573401a5e1e923c49f35c4c70a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_311471a093b59fc665a2b130a90b433b = $(`<div id="html_311471a093b59fc665a2b130a90b433b" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_deff3c573401a5e1e923c49f35c4c70a.setContent(html_311471a093b59fc665a2b130a90b433b);
|
|
|
|
|
|
|
|
marker_41cd727170e7ab30bb57c5b3b5cea094.bindPopup(popup_deff3c573401a5e1e923c49f35c4c70a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41cd727170e7ab30bb57c5b3b5cea094.setIcon(icon_367e1c24aa9582818f545653bad5d5ad);
|
|
|
|
|
|
var marker_83bd10ad59899223589e63dee787096b = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_980cb57250c44a36352e0453e1f2226f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbbeeb1ec8a059a6e2a0e6f428b6c8a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2df7f842a6084eaed65521eb907899fb = $(`<div id="html_2df7f842a6084eaed65521eb907899fb" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_cbbeeb1ec8a059a6e2a0e6f428b6c8a4.setContent(html_2df7f842a6084eaed65521eb907899fb);
|
|
|
|
|
|
|
|
marker_83bd10ad59899223589e63dee787096b.bindPopup(popup_cbbeeb1ec8a059a6e2a0e6f428b6c8a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83bd10ad59899223589e63dee787096b.setIcon(icon_980cb57250c44a36352e0453e1f2226f);
|
|
|
|
|
|
var marker_1652d91f969548a53f557be16147832f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_621ef660cf76c5a1ff780afd67355476 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b4bb26bdc89ddd5e36b59956c56a211 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dbaf88ca503e9732387bb95a5a49005 = $(`<div id="html_8dbaf88ca503e9732387bb95a5a49005" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_1b4bb26bdc89ddd5e36b59956c56a211.setContent(html_8dbaf88ca503e9732387bb95a5a49005);
|
|
|
|
|
|
|
|
marker_1652d91f969548a53f557be16147832f.bindPopup(popup_1b4bb26bdc89ddd5e36b59956c56a211)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1652d91f969548a53f557be16147832f.setIcon(icon_621ef660cf76c5a1ff780afd67355476);
|
|
|
|
|
|
var marker_17f005f13e6bb97d93c6252c19609d72 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_a9537db5acca4c420ab72c04c1a20534 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2f1e796b585a60120969be4264ee881 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c077f671328d117614b5bcd116868aa = $(`<div id="html_2c077f671328d117614b5bcd116868aa" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_f2f1e796b585a60120969be4264ee881.setContent(html_2c077f671328d117614b5bcd116868aa);
|
|
|
|
|
|
|
|
marker_17f005f13e6bb97d93c6252c19609d72.bindPopup(popup_f2f1e796b585a60120969be4264ee881)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17f005f13e6bb97d93c6252c19609d72.setIcon(icon_a9537db5acca4c420ab72c04c1a20534);
|
|
|
|
|
|
var marker_4231b22c47e15e9809a7e8fa1b1f6174 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_c00b8fe3e410f114e4ef9ac1d6d61cf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3bb0efe6def7dc7d67a611a729251cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfcda36476ab19f8cb0e4d66818fb2c3 = $(`<div id="html_cfcda36476ab19f8cb0e4d66818fb2c3" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_f3bb0efe6def7dc7d67a611a729251cd.setContent(html_cfcda36476ab19f8cb0e4d66818fb2c3);
|
|
|
|
|
|
|
|
marker_4231b22c47e15e9809a7e8fa1b1f6174.bindPopup(popup_f3bb0efe6def7dc7d67a611a729251cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4231b22c47e15e9809a7e8fa1b1f6174.setIcon(icon_c00b8fe3e410f114e4ef9ac1d6d61cf2);
|
|
|
|
|
|
var marker_3a64c6e214fd5745dea3a9aed807701c = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_ef30c16b65d16ce81c5ea89980d63ed2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18bd44e3fa63c7a8e23015a112ce75fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_709605a2b6103dd8c0ef2fae394900a2 = $(`<div id="html_709605a2b6103dd8c0ef2fae394900a2" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_18bd44e3fa63c7a8e23015a112ce75fe.setContent(html_709605a2b6103dd8c0ef2fae394900a2);
|
|
|
|
|
|
|
|
marker_3a64c6e214fd5745dea3a9aed807701c.bindPopup(popup_18bd44e3fa63c7a8e23015a112ce75fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a64c6e214fd5745dea3a9aed807701c.setIcon(icon_ef30c16b65d16ce81c5ea89980d63ed2);
|
|
|
|
|
|
var marker_0b4c1b32c2d5dde2edb76d8bf2718732 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_0c6b477e2c0fcac1dfdd218c401dfb38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e7da30c7902dbaa93c839795cc85192 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65d94b5abc58aff1bbf551a9bc64b9c4 = $(`<div id="html_65d94b5abc58aff1bbf551a9bc64b9c4" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_0e7da30c7902dbaa93c839795cc85192.setContent(html_65d94b5abc58aff1bbf551a9bc64b9c4);
|
|
|
|
|
|
|
|
marker_0b4c1b32c2d5dde2edb76d8bf2718732.bindPopup(popup_0e7da30c7902dbaa93c839795cc85192)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b4c1b32c2d5dde2edb76d8bf2718732.setIcon(icon_0c6b477e2c0fcac1dfdd218c401dfb38);
|
|
|
|
|
|
var marker_796fc332be8b776daadc3233332bd0dd = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_299c47658dedf86561e74ec9ea1222bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f34d3ae9c086dae1a37c8053f22b509 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c27cd32a5e28b629dcd20b3ef802abb5 = $(`<div id="html_c27cd32a5e28b629dcd20b3ef802abb5" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_1f34d3ae9c086dae1a37c8053f22b509.setContent(html_c27cd32a5e28b629dcd20b3ef802abb5);
|
|
|
|
|
|
|
|
marker_796fc332be8b776daadc3233332bd0dd.bindPopup(popup_1f34d3ae9c086dae1a37c8053f22b509)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_796fc332be8b776daadc3233332bd0dd.setIcon(icon_299c47658dedf86561e74ec9ea1222bd);
|
|
|
|
|
|
var marker_f709f47d7786ccde507f490364e78804 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_03027faedbad3d9287aa6a5c7b47122d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_652fba7d0276bdb3fa7233f69e546654 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_978321dc5fc6f70846283f514b4b1c98 = $(`<div id="html_978321dc5fc6f70846283f514b4b1c98" style="width: 100.0%; height: 100.0%;">nostr.satstralia.com</div>`)[0];
|
|
popup_652fba7d0276bdb3fa7233f69e546654.setContent(html_978321dc5fc6f70846283f514b4b1c98);
|
|
|
|
|
|
|
|
marker_f709f47d7786ccde507f490364e78804.bindPopup(popup_652fba7d0276bdb3fa7233f69e546654)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f709f47d7786ccde507f490364e78804.setIcon(icon_03027faedbad3d9287aa6a5c7b47122d);
|
|
|
|
|
|
var marker_674ad96bfc081be201c47ad3c5399c44 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b3b40b60048d3e317c50ae02725922e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e6287edc870d82dfc9e69b31e3b5b74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_514d61ead87d1f9b8c2536776f19bf64 = $(`<div id="html_514d61ead87d1f9b8c2536776f19bf64" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_8e6287edc870d82dfc9e69b31e3b5b74.setContent(html_514d61ead87d1f9b8c2536776f19bf64);
|
|
|
|
|
|
|
|
marker_674ad96bfc081be201c47ad3c5399c44.bindPopup(popup_8e6287edc870d82dfc9e69b31e3b5b74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_674ad96bfc081be201c47ad3c5399c44.setIcon(icon_b3b40b60048d3e317c50ae02725922e4);
|
|
|
|
|
|
var marker_6b3e517b5f8b61d122fcf5e916ed3489 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_4a2fea69a76de555d5207cab2e4a0b36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b47d3784a7c4a1fa61f9b4044b2a528e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38e9e7bc753508512222fe13f2ebaecf = $(`<div id="html_38e9e7bc753508512222fe13f2ebaecf" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_b47d3784a7c4a1fa61f9b4044b2a528e.setContent(html_38e9e7bc753508512222fe13f2ebaecf);
|
|
|
|
|
|
|
|
marker_6b3e517b5f8b61d122fcf5e916ed3489.bindPopup(popup_b47d3784a7c4a1fa61f9b4044b2a528e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b3e517b5f8b61d122fcf5e916ed3489.setIcon(icon_4a2fea69a76de555d5207cab2e4a0b36);
|
|
|
|
|
|
var marker_bd9f7aeb7f4469552368fb1c2775cf74 = L.marker(
|
|
[33.7488, -84.3877],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9f585edaf2993bf85d552c31a2f95073 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_298c1bf1cb91b91f445fe05db8c1afcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad12c97af8a9aafab9f0e98bce83c1b2 = $(`<div id="html_ad12c97af8a9aafab9f0e98bce83c1b2" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_298c1bf1cb91b91f445fe05db8c1afcd.setContent(html_ad12c97af8a9aafab9f0e98bce83c1b2);
|
|
|
|
|
|
|
|
marker_bd9f7aeb7f4469552368fb1c2775cf74.bindPopup(popup_298c1bf1cb91b91f445fe05db8c1afcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd9f7aeb7f4469552368fb1c2775cf74.setIcon(icon_9f585edaf2993bf85d552c31a2f95073);
|
|
|
|
|
|
var marker_a81ac3af6ef8a65eb217c0ed2cdb25ca = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_7b99f7b539b6e456b898adbc0a878a13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e8dd6e6dedfdc96a6aed81402f2bc3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df1efea1465de2d98a92c046abf88a67 = $(`<div id="html_df1efea1465de2d98a92c046abf88a67" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_6e8dd6e6dedfdc96a6aed81402f2bc3b.setContent(html_df1efea1465de2d98a92c046abf88a67);
|
|
|
|
|
|
|
|
marker_a81ac3af6ef8a65eb217c0ed2cdb25ca.bindPopup(popup_6e8dd6e6dedfdc96a6aed81402f2bc3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a81ac3af6ef8a65eb217c0ed2cdb25ca.setIcon(icon_7b99f7b539b6e456b898adbc0a878a13);
|
|
|
|
|
|
var marker_a6abd48b3d8eff13fcbfca4519a3a895 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_d505cd4d94431fc9de097f5ba3c9b93b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3019fbf7bd47a368bb608ceccb591ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0d02079d5c8d97487a370c5006a6f2c = $(`<div id="html_b0d02079d5c8d97487a370c5006a6f2c" style="width: 100.0%; height: 100.0%;">relay.nostromo.social</div>`)[0];
|
|
popup_d3019fbf7bd47a368bb608ceccb591ee.setContent(html_b0d02079d5c8d97487a370c5006a6f2c);
|
|
|
|
|
|
|
|
marker_a6abd48b3d8eff13fcbfca4519a3a895.bindPopup(popup_d3019fbf7bd47a368bb608ceccb591ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6abd48b3d8eff13fcbfca4519a3a895.setIcon(icon_d505cd4d94431fc9de097f5ba3c9b93b);
|
|
|
|
|
|
var marker_9497630fc26236d0bd6eb4d20648ffa0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b51abff2c6bf6529d0189eb75ec2eb43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac5f531e274928afad8eaa0adf01fd3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77c20726859e4913a8195be951005456 = $(`<div id="html_77c20726859e4913a8195be951005456" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_ac5f531e274928afad8eaa0adf01fd3f.setContent(html_77c20726859e4913a8195be951005456);
|
|
|
|
|
|
|
|
marker_9497630fc26236d0bd6eb4d20648ffa0.bindPopup(popup_ac5f531e274928afad8eaa0adf01fd3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9497630fc26236d0bd6eb4d20648ffa0.setIcon(icon_b51abff2c6bf6529d0189eb75ec2eb43);
|
|
|
|
|
|
var marker_689391b33b0afce1fb954a2511746e06 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_97d3decb710cb09e74316f1be9a9536e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8aa50ee819abb01cb835aa75666a0d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_309293f0045cbcf9a7b8b1f9fe5dab3b = $(`<div id="html_309293f0045cbcf9a7b8b1f9fe5dab3b" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_a8aa50ee819abb01cb835aa75666a0d7.setContent(html_309293f0045cbcf9a7b8b1f9fe5dab3b);
|
|
|
|
|
|
|
|
marker_689391b33b0afce1fb954a2511746e06.bindPopup(popup_a8aa50ee819abb01cb835aa75666a0d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_689391b33b0afce1fb954a2511746e06.setIcon(icon_97d3decb710cb09e74316f1be9a9536e);
|
|
|
|
|
|
var marker_ad9e4afd2257269714e457d22c227b0a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_85d4c431df6402619de7b4822798937e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcfd6775f2e4a179b526647b0f44bbc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef0b941976bc1d2e528d6479be747717 = $(`<div id="html_ef0b941976bc1d2e528d6479be747717" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_fcfd6775f2e4a179b526647b0f44bbc2.setContent(html_ef0b941976bc1d2e528d6479be747717);
|
|
|
|
|
|
|
|
marker_ad9e4afd2257269714e457d22c227b0a.bindPopup(popup_fcfd6775f2e4a179b526647b0f44bbc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad9e4afd2257269714e457d22c227b0a.setIcon(icon_85d4c431df6402619de7b4822798937e);
|
|
|
|
|
|
var marker_46197ba364e1e70a8c1577d8f5122ebc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9a02560bd0aca988c1bfbb39d0e91d13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_248a20ba1d246839c87812ee8fba6df1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b2ecf58ebee23eff02d48667574beee = $(`<div id="html_8b2ecf58ebee23eff02d48667574beee" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_248a20ba1d246839c87812ee8fba6df1.setContent(html_8b2ecf58ebee23eff02d48667574beee);
|
|
|
|
|
|
|
|
marker_46197ba364e1e70a8c1577d8f5122ebc.bindPopup(popup_248a20ba1d246839c87812ee8fba6df1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46197ba364e1e70a8c1577d8f5122ebc.setIcon(icon_9a02560bd0aca988c1bfbb39d0e91d13);
|
|
|
|
|
|
var marker_cd36b24bfe887787fce45d4cd84f2bc2 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_93cb4458b7d192d91daa1875232bfbea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbe598ee265062187b164a2b9ae0d199 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3be067d96b7790400721aea11d6e4ae3 = $(`<div id="html_3be067d96b7790400721aea11d6e4ae3" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_cbe598ee265062187b164a2b9ae0d199.setContent(html_3be067d96b7790400721aea11d6e4ae3);
|
|
|
|
|
|
|
|
marker_cd36b24bfe887787fce45d4cd84f2bc2.bindPopup(popup_cbe598ee265062187b164a2b9ae0d199)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd36b24bfe887787fce45d4cd84f2bc2.setIcon(icon_93cb4458b7d192d91daa1875232bfbea);
|
|
|
|
|
|
var marker_c40dc1869ff8ad7939f48e7d80ea0203 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_7e4be1ebb8666fc6fc883ec9f205217c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b4f781be39972295da931cef161a570 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60559b0d19b14fe3b82fb6e0d9999bda = $(`<div id="html_60559b0d19b14fe3b82fb6e0d9999bda" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_1b4f781be39972295da931cef161a570.setContent(html_60559b0d19b14fe3b82fb6e0d9999bda);
|
|
|
|
|
|
|
|
marker_c40dc1869ff8ad7939f48e7d80ea0203.bindPopup(popup_1b4f781be39972295da931cef161a570)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c40dc1869ff8ad7939f48e7d80ea0203.setIcon(icon_7e4be1ebb8666fc6fc883ec9f205217c);
|
|
|
|
|
|
var marker_156d05f02a8009f05f0271abde7875fb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_04145c9285876ded91e6fb85963381d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0d972139232a7aadeb2b1a3d9c50f65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b864aac3739843065a96161a1e25800 = $(`<div id="html_8b864aac3739843065a96161a1e25800" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_b0d972139232a7aadeb2b1a3d9c50f65.setContent(html_8b864aac3739843065a96161a1e25800);
|
|
|
|
|
|
|
|
marker_156d05f02a8009f05f0271abde7875fb.bindPopup(popup_b0d972139232a7aadeb2b1a3d9c50f65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_156d05f02a8009f05f0271abde7875fb.setIcon(icon_04145c9285876ded91e6fb85963381d2);
|
|
|
|
|
|
var marker_1aa4120e71f4aa50b7737823e2c992bc = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9eb04c6181085c80a7f0e3d347f6b0ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daea9d70583ecaee787a8050629dc059 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed0815015bc510d93c526e091b4c17d9 = $(`<div id="html_ed0815015bc510d93c526e091b4c17d9" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_daea9d70583ecaee787a8050629dc059.setContent(html_ed0815015bc510d93c526e091b4c17d9);
|
|
|
|
|
|
|
|
marker_1aa4120e71f4aa50b7737823e2c992bc.bindPopup(popup_daea9d70583ecaee787a8050629dc059)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1aa4120e71f4aa50b7737823e2c992bc.setIcon(icon_9eb04c6181085c80a7f0e3d347f6b0ac);
|
|
|
|
|
|
var marker_0cd8f43bd4c961aa745790cc958bca06 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_1093dc4b8a88c9acccde624f4d338b47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cbd69f76fc457de87aa40adb2a6d643 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_276862fc8aad43fcacfb222487344977 = $(`<div id="html_276862fc8aad43fcacfb222487344977" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_5cbd69f76fc457de87aa40adb2a6d643.setContent(html_276862fc8aad43fcacfb222487344977);
|
|
|
|
|
|
|
|
marker_0cd8f43bd4c961aa745790cc958bca06.bindPopup(popup_5cbd69f76fc457de87aa40adb2a6d643)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cd8f43bd4c961aa745790cc958bca06.setIcon(icon_1093dc4b8a88c9acccde624f4d338b47);
|
|
|
|
|
|
var marker_98e5ef72c49d03d11b310241f853bce4 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_a8e94e56341806f4f0a0e4d5e1f12960 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_506e0f51215acf5a07aa1da38cd45e0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c5cc87463ed0fbc67eb7a551f63432e = $(`<div id="html_7c5cc87463ed0fbc67eb7a551f63432e" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_506e0f51215acf5a07aa1da38cd45e0b.setContent(html_7c5cc87463ed0fbc67eb7a551f63432e);
|
|
|
|
|
|
|
|
marker_98e5ef72c49d03d11b310241f853bce4.bindPopup(popup_506e0f51215acf5a07aa1da38cd45e0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98e5ef72c49d03d11b310241f853bce4.setIcon(icon_a8e94e56341806f4f0a0e4d5e1f12960);
|
|
|
|
|
|
var marker_3fb4b32b3a54fe435cac4c57bc904a2b = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_45f75fbf338980bfbdd6e9cb4cc2a2ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e2b6ddd2b488cfab80b2820056d08b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e66c7ba5488fc9d2598f944d9b188fbc = $(`<div id="html_e66c7ba5488fc9d2598f944d9b188fbc" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_6e2b6ddd2b488cfab80b2820056d08b0.setContent(html_e66c7ba5488fc9d2598f944d9b188fbc);
|
|
|
|
|
|
|
|
marker_3fb4b32b3a54fe435cac4c57bc904a2b.bindPopup(popup_6e2b6ddd2b488cfab80b2820056d08b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fb4b32b3a54fe435cac4c57bc904a2b.setIcon(icon_45f75fbf338980bfbdd6e9cb4cc2a2ea);
|
|
|
|
|
|
var marker_2e0ce93f495c170ff0bccd1d5a878acd = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_69c3d53deae43e806af2ebbce316a14c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3c53ae356adca68d77e4b1b5ca7ff0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7c332f846d248b8c88c3225ab94d7ed = $(`<div id="html_a7c332f846d248b8c88c3225ab94d7ed" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_b3c53ae356adca68d77e4b1b5ca7ff0d.setContent(html_a7c332f846d248b8c88c3225ab94d7ed);
|
|
|
|
|
|
|
|
marker_2e0ce93f495c170ff0bccd1d5a878acd.bindPopup(popup_b3c53ae356adca68d77e4b1b5ca7ff0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e0ce93f495c170ff0bccd1d5a878acd.setIcon(icon_69c3d53deae43e806af2ebbce316a14c);
|
|
|
|
|
|
var marker_169fb9896f90e24a012a1b912ac0cef8 = L.marker(
|
|
[49.6735, -124.928],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_3644129e2091202100337ed9c1b1fd35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0b1d8e2da845543a7eb9fb7b6088ebd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44495f36cfb4db99ee82220032845c61 = $(`<div id="html_44495f36cfb4db99ee82220032845c61" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_f0b1d8e2da845543a7eb9fb7b6088ebd.setContent(html_44495f36cfb4db99ee82220032845c61);
|
|
|
|
|
|
|
|
marker_169fb9896f90e24a012a1b912ac0cef8.bindPopup(popup_f0b1d8e2da845543a7eb9fb7b6088ebd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_169fb9896f90e24a012a1b912ac0cef8.setIcon(icon_3644129e2091202100337ed9c1b1fd35);
|
|
|
|
|
|
var marker_740a98d03f073f521837ad16390dc8aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_474aa78caa74e2cb3b5807eac668f1d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac6de9bf4a5cc1927b5ac25b00697cc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2ea08f3002abd986e47aa9d9d5d345f = $(`<div id="html_e2ea08f3002abd986e47aa9d9d5d345f" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_ac6de9bf4a5cc1927b5ac25b00697cc2.setContent(html_e2ea08f3002abd986e47aa9d9d5d345f);
|
|
|
|
|
|
|
|
marker_740a98d03f073f521837ad16390dc8aa.bindPopup(popup_ac6de9bf4a5cc1927b5ac25b00697cc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_740a98d03f073f521837ad16390dc8aa.setIcon(icon_474aa78caa74e2cb3b5807eac668f1d7);
|
|
|
|
|
|
var marker_b75cab3ec30a479d3f52f009585caaa7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_249b919ed1dd4d5fdfbc1558b476af7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_065eda6442ef96ea06ee81db7ad7553a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f03a5da52de9deaac4191970a0d5d4eb = $(`<div id="html_f03a5da52de9deaac4191970a0d5d4eb" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_065eda6442ef96ea06ee81db7ad7553a.setContent(html_f03a5da52de9deaac4191970a0d5d4eb);
|
|
|
|
|
|
|
|
marker_b75cab3ec30a479d3f52f009585caaa7.bindPopup(popup_065eda6442ef96ea06ee81db7ad7553a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b75cab3ec30a479d3f52f009585caaa7.setIcon(icon_249b919ed1dd4d5fdfbc1558b476af7c);
|
|
|
|
|
|
var marker_9b00ea5cce672bbf85b464765b9d06f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_0144da014f9ec62f9fb077dd6dbc9108 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4c23eb13e46eac52d860b369350613a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45652e308f98ff80ff0aae0b2cfdcf20 = $(`<div id="html_45652e308f98ff80ff0aae0b2cfdcf20" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_c4c23eb13e46eac52d860b369350613a.setContent(html_45652e308f98ff80ff0aae0b2cfdcf20);
|
|
|
|
|
|
|
|
marker_9b00ea5cce672bbf85b464765b9d06f3.bindPopup(popup_c4c23eb13e46eac52d860b369350613a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b00ea5cce672bbf85b464765b9d06f3.setIcon(icon_0144da014f9ec62f9fb077dd6dbc9108);
|
|
|
|
|
|
var marker_dc523b8e03654c21a4599f86e364983b = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f49d3e28bb0fbf2043e851be2e32f465 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a6b471f78e5641f4cb14ba88972441f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a072a57e4282d1cd3423829a49f5b781 = $(`<div id="html_a072a57e4282d1cd3423829a49f5b781" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_2a6b471f78e5641f4cb14ba88972441f.setContent(html_a072a57e4282d1cd3423829a49f5b781);
|
|
|
|
|
|
|
|
marker_dc523b8e03654c21a4599f86e364983b.bindPopup(popup_2a6b471f78e5641f4cb14ba88972441f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc523b8e03654c21a4599f86e364983b.setIcon(icon_f49d3e28bb0fbf2043e851be2e32f465);
|
|
|
|
|
|
var marker_cee52ff5bc27245db3b04e6b661684b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_90d9dbaade597b0a38fef5fb33888f18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0de0dca83ddaf6daf75defb5826569c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdf834cf526cf84d725e0d8febdf5b81 = $(`<div id="html_fdf834cf526cf84d725e0d8febdf5b81" style="width: 100.0%; height: 100.0%;">divine.diy</div>`)[0];
|
|
popup_b0de0dca83ddaf6daf75defb5826569c.setContent(html_fdf834cf526cf84d725e0d8febdf5b81);
|
|
|
|
|
|
|
|
marker_cee52ff5bc27245db3b04e6b661684b8.bindPopup(popup_b0de0dca83ddaf6daf75defb5826569c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cee52ff5bc27245db3b04e6b661684b8.setIcon(icon_90d9dbaade597b0a38fef5fb33888f18);
|
|
|
|
|
|
var marker_923da671f02ea6746f9e177a679bc70d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_d1defe3e4d510369d0855412aa613544 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6795f5e18fa585996cef5043ae1181d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24205aa78099e8ab33e61612a4c071a9 = $(`<div id="html_24205aa78099e8ab33e61612a4c071a9" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_6795f5e18fa585996cef5043ae1181d6.setContent(html_24205aa78099e8ab33e61612a4c071a9);
|
|
|
|
|
|
|
|
marker_923da671f02ea6746f9e177a679bc70d.bindPopup(popup_6795f5e18fa585996cef5043ae1181d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_923da671f02ea6746f9e177a679bc70d.setIcon(icon_d1defe3e4d510369d0855412aa613544);
|
|
|
|
|
|
var marker_6b84f706f30b0361ac06972f1afb52b6 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_ddbdd2e07232da73d0c13d11d4dc8ded = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c027dbc6fb3e945d716b38f215d13b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d0780164bf752793e569eb302bf10ee = $(`<div id="html_8d0780164bf752793e569eb302bf10ee" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_2c027dbc6fb3e945d716b38f215d13b4.setContent(html_8d0780164bf752793e569eb302bf10ee);
|
|
|
|
|
|
|
|
marker_6b84f706f30b0361ac06972f1afb52b6.bindPopup(popup_2c027dbc6fb3e945d716b38f215d13b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b84f706f30b0361ac06972f1afb52b6.setIcon(icon_ddbdd2e07232da73d0c13d11d4dc8ded);
|
|
|
|
|
|
var marker_fb4f78fd18639a7f1c2650676db1d1fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_41cfe57d9602f95086485d81fb42486b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecce14360bb56055ce0a50395df68f74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_499978c9d3012d2b0e735e503e12dc66 = $(`<div id="html_499978c9d3012d2b0e735e503e12dc66" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_ecce14360bb56055ce0a50395df68f74.setContent(html_499978c9d3012d2b0e735e503e12dc66);
|
|
|
|
|
|
|
|
marker_fb4f78fd18639a7f1c2650676db1d1fd.bindPopup(popup_ecce14360bb56055ce0a50395df68f74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb4f78fd18639a7f1c2650676db1d1fd.setIcon(icon_41cfe57d9602f95086485d81fb42486b);
|
|
|
|
|
|
var marker_bec452b1890b97674df2428defc94256 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_3524b4cd46ed8a3ea2bff404c0af5d3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_871882f89d755aedd41bcff72371ecd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3baa8419e22e9802cf17ffb1918fffc4 = $(`<div id="html_3baa8419e22e9802cf17ffb1918fffc4" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_871882f89d755aedd41bcff72371ecd4.setContent(html_3baa8419e22e9802cf17ffb1918fffc4);
|
|
|
|
|
|
|
|
marker_bec452b1890b97674df2428defc94256.bindPopup(popup_871882f89d755aedd41bcff72371ecd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bec452b1890b97674df2428defc94256.setIcon(icon_3524b4cd46ed8a3ea2bff404c0af5d3f);
|
|
|
|
|
|
var marker_f13c742ece83e7ffba2b99faa7fde809 = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_ec2fcac0f3ab48df54c213fa1dc4fa48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf4a187a726126b81c7fd0af7585f841 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b6c6cfc157319cb8e0c467de89aa97c = $(`<div id="html_9b6c6cfc157319cb8e0c467de89aa97c" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_cf4a187a726126b81c7fd0af7585f841.setContent(html_9b6c6cfc157319cb8e0c467de89aa97c);
|
|
|
|
|
|
|
|
marker_f13c742ece83e7ffba2b99faa7fde809.bindPopup(popup_cf4a187a726126b81c7fd0af7585f841)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f13c742ece83e7ffba2b99faa7fde809.setIcon(icon_ec2fcac0f3ab48df54c213fa1dc4fa48);
|
|
|
|
|
|
var marker_a1abee90f3f6854eb38256ca42b69aaf = L.marker(
|
|
[46.2126, 6.1154],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_99039e8202ecd621e92de4efeccf59fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55ad9ae56279e642cb1058210904023e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bba2bb9f59a0fccc12b12bbecaa7677a = $(`<div id="html_bba2bb9f59a0fccc12b12bbecaa7677a" style="width: 100.0%; height: 100.0%;">nr.yay.so</div>`)[0];
|
|
popup_55ad9ae56279e642cb1058210904023e.setContent(html_bba2bb9f59a0fccc12b12bbecaa7677a);
|
|
|
|
|
|
|
|
marker_a1abee90f3f6854eb38256ca42b69aaf.bindPopup(popup_55ad9ae56279e642cb1058210904023e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1abee90f3f6854eb38256ca42b69aaf.setIcon(icon_99039e8202ecd621e92de4efeccf59fe);
|
|
|
|
|
|
var marker_ff6a77ddc232afc7830300177689857f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_fc838929f10021a6dd65b917e571e9b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e29cd134728dfb8a1740ca9e7990243 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ffbf83031983bfa9448fe2a2acf3382 = $(`<div id="html_6ffbf83031983bfa9448fe2a2acf3382" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_7e29cd134728dfb8a1740ca9e7990243.setContent(html_6ffbf83031983bfa9448fe2a2acf3382);
|
|
|
|
|
|
|
|
marker_ff6a77ddc232afc7830300177689857f.bindPopup(popup_7e29cd134728dfb8a1740ca9e7990243)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff6a77ddc232afc7830300177689857f.setIcon(icon_fc838929f10021a6dd65b917e571e9b3);
|
|
|
|
|
|
var marker_401b29e60433977361f1b3f09db94083 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_7b1c2f702a8173a44cdc6abee40de514 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08bfb3786eaec60275410310b11eb2b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1284161fa0745a94f76abfa3dfa8e7a = $(`<div id="html_b1284161fa0745a94f76abfa3dfa8e7a" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_08bfb3786eaec60275410310b11eb2b7.setContent(html_b1284161fa0745a94f76abfa3dfa8e7a);
|
|
|
|
|
|
|
|
marker_401b29e60433977361f1b3f09db94083.bindPopup(popup_08bfb3786eaec60275410310b11eb2b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_401b29e60433977361f1b3f09db94083.setIcon(icon_7b1c2f702a8173a44cdc6abee40de514);
|
|
|
|
|
|
var marker_cd03001a1ec988d2e3a4347380a4c18c = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_dbdbe4b2af65b82424fe674131d0eefd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b00bec7d6eecbdd3e4a5d24c138a926e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3d8f99000012c5ba2ecf7ed122e17a7 = $(`<div id="html_a3d8f99000012c5ba2ecf7ed122e17a7" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_b00bec7d6eecbdd3e4a5d24c138a926e.setContent(html_a3d8f99000012c5ba2ecf7ed122e17a7);
|
|
|
|
|
|
|
|
marker_cd03001a1ec988d2e3a4347380a4c18c.bindPopup(popup_b00bec7d6eecbdd3e4a5d24c138a926e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd03001a1ec988d2e3a4347380a4c18c.setIcon(icon_dbdbe4b2af65b82424fe674131d0eefd);
|
|
|
|
|
|
var marker_a8ea641bc25fdd657e6472fa64b7e771 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_46f2acd7d1f2b318916658f07512b78b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_796e78fca8d0d63ee1db7f83d72f89a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccfacb7d8357b1726ea4bde1f0e7f305 = $(`<div id="html_ccfacb7d8357b1726ea4bde1f0e7f305" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_796e78fca8d0d63ee1db7f83d72f89a0.setContent(html_ccfacb7d8357b1726ea4bde1f0e7f305);
|
|
|
|
|
|
|
|
marker_a8ea641bc25fdd657e6472fa64b7e771.bindPopup(popup_796e78fca8d0d63ee1db7f83d72f89a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8ea641bc25fdd657e6472fa64b7e771.setIcon(icon_46f2acd7d1f2b318916658f07512b78b);
|
|
|
|
|
|
var marker_d657614be57ff4b0b731aa7f67c99c1b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_3094e324ae341ec74a4dde86f3c00092 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_793b89828e10717381388a021a373300 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7618655c10de409e1a6344d8f8fa053 = $(`<div id="html_a7618655c10de409e1a6344d8f8fa053" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_793b89828e10717381388a021a373300.setContent(html_a7618655c10de409e1a6344d8f8fa053);
|
|
|
|
|
|
|
|
marker_d657614be57ff4b0b731aa7f67c99c1b.bindPopup(popup_793b89828e10717381388a021a373300)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d657614be57ff4b0b731aa7f67c99c1b.setIcon(icon_3094e324ae341ec74a4dde86f3c00092);
|
|
|
|
|
|
var marker_a58f78c85f9ac53995ff690287bed7b4 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_04c5e29b8ff69edc4ea5e1fe99096d5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e463459f0ff1ecd1142c5e4b8f1ce96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58aa9eaf9cf7337c77af4b7a29fc2561 = $(`<div id="html_58aa9eaf9cf7337c77af4b7a29fc2561" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_1e463459f0ff1ecd1142c5e4b8f1ce96.setContent(html_58aa9eaf9cf7337c77af4b7a29fc2561);
|
|
|
|
|
|
|
|
marker_a58f78c85f9ac53995ff690287bed7b4.bindPopup(popup_1e463459f0ff1ecd1142c5e4b8f1ce96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a58f78c85f9ac53995ff690287bed7b4.setIcon(icon_04c5e29b8ff69edc4ea5e1fe99096d5c);
|
|
|
|
|
|
var marker_cc759e9b55c93c657fe9965e47873b40 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_029413090c2fb516512b39ab027cf6c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef85e0edfe88ae61cda5bfb7d5a9b7c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0dbefcc0a0a6cbdbc30d047d45a00d1 = $(`<div id="html_e0dbefcc0a0a6cbdbc30d047d45a00d1" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_ef85e0edfe88ae61cda5bfb7d5a9b7c3.setContent(html_e0dbefcc0a0a6cbdbc30d047d45a00d1);
|
|
|
|
|
|
|
|
marker_cc759e9b55c93c657fe9965e47873b40.bindPopup(popup_ef85e0edfe88ae61cda5bfb7d5a9b7c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc759e9b55c93c657fe9965e47873b40.setIcon(icon_029413090c2fb516512b39ab027cf6c6);
|
|
|
|
|
|
var marker_01f1d3f82a73a08a2128463b65ae0950 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_7db09f1bbd46578e9c647327165fd317 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93611527d5b66ee34566b6942b0790e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5b7794b7f7d12f3ac250247913b2889 = $(`<div id="html_c5b7794b7f7d12f3ac250247913b2889" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_93611527d5b66ee34566b6942b0790e1.setContent(html_c5b7794b7f7d12f3ac250247913b2889);
|
|
|
|
|
|
|
|
marker_01f1d3f82a73a08a2128463b65ae0950.bindPopup(popup_93611527d5b66ee34566b6942b0790e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01f1d3f82a73a08a2128463b65ae0950.setIcon(icon_7db09f1bbd46578e9c647327165fd317);
|
|
|
|
|
|
var marker_0076350e35adb1369e08bb0861e9e764 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_a04988a30cf730daa5703d40e9f36a32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a83168d653ed3ec1f3eccae91287317e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c168f0568bc1ce50a42a5517586cb65 = $(`<div id="html_1c168f0568bc1ce50a42a5517586cb65" style="width: 100.0%; height: 100.0%;">trizone.dev</div>`)[0];
|
|
popup_a83168d653ed3ec1f3eccae91287317e.setContent(html_1c168f0568bc1ce50a42a5517586cb65);
|
|
|
|
|
|
|
|
marker_0076350e35adb1369e08bb0861e9e764.bindPopup(popup_a83168d653ed3ec1f3eccae91287317e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0076350e35adb1369e08bb0861e9e764.setIcon(icon_a04988a30cf730daa5703d40e9f36a32);
|
|
|
|
|
|
var marker_861f0de28cdc4710fd295978fa16d263 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_778cdbaaf69b823a11f3ceb386e54d09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea27e9fe9b37c5bf2b0aba181845e592 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b570877715aed9c120659952d374a4e2 = $(`<div id="html_b570877715aed9c120659952d374a4e2" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_ea27e9fe9b37c5bf2b0aba181845e592.setContent(html_b570877715aed9c120659952d374a4e2);
|
|
|
|
|
|
|
|
marker_861f0de28cdc4710fd295978fa16d263.bindPopup(popup_ea27e9fe9b37c5bf2b0aba181845e592)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_861f0de28cdc4710fd295978fa16d263.setIcon(icon_778cdbaaf69b823a11f3ceb386e54d09);
|
|
|
|
|
|
var marker_d1b341bcab999558dadc90b2161d796d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9ef34d9048c699ab1c05190280f71f8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4efa725a92589d749d58ca5cc3274ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8ebec8dccd98da6553237235e44ca72 = $(`<div id="html_d8ebec8dccd98da6553237235e44ca72" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_b4efa725a92589d749d58ca5cc3274ca.setContent(html_d8ebec8dccd98da6553237235e44ca72);
|
|
|
|
|
|
|
|
marker_d1b341bcab999558dadc90b2161d796d.bindPopup(popup_b4efa725a92589d749d58ca5cc3274ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1b341bcab999558dadc90b2161d796d.setIcon(icon_9ef34d9048c699ab1c05190280f71f8c);
|
|
|
|
|
|
var marker_0deec9adc4d93e5ba4a2eefe9397164d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_20adfb8adb2e51d1500f7ec8b0cf50e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb03581bf82a5a25592e793dbb91041e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e8d87fd7dab635809ea912455023744 = $(`<div id="html_1e8d87fd7dab635809ea912455023744" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_cb03581bf82a5a25592e793dbb91041e.setContent(html_1e8d87fd7dab635809ea912455023744);
|
|
|
|
|
|
|
|
marker_0deec9adc4d93e5ba4a2eefe9397164d.bindPopup(popup_cb03581bf82a5a25592e793dbb91041e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0deec9adc4d93e5ba4a2eefe9397164d.setIcon(icon_20adfb8adb2e51d1500f7ec8b0cf50e7);
|
|
|
|
|
|
var marker_1db1bf143ee37c8c88bd7fd1f8c5f58c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_29762194c4d7644048adc6b7aa32278d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0509c6c9c13ec3f6826beaf1210ffbfc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b56b4d96a7363268459ec67169e20da = $(`<div id="html_0b56b4d96a7363268459ec67169e20da" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_0509c6c9c13ec3f6826beaf1210ffbfc.setContent(html_0b56b4d96a7363268459ec67169e20da);
|
|
|
|
|
|
|
|
marker_1db1bf143ee37c8c88bd7fd1f8c5f58c.bindPopup(popup_0509c6c9c13ec3f6826beaf1210ffbfc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1db1bf143ee37c8c88bd7fd1f8c5f58c.setIcon(icon_29762194c4d7644048adc6b7aa32278d);
|
|
|
|
|
|
var marker_0c29ccbc853698cf9fd6a4d5dc4b5c6d = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_a081ab8bfb48aa15aff2a07f9ea02503 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5385105b6377682668863dbaa3251053 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b221a4634095a6a6a3faac738fdb3fff = $(`<div id="html_b221a4634095a6a6a3faac738fdb3fff" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_5385105b6377682668863dbaa3251053.setContent(html_b221a4634095a6a6a3faac738fdb3fff);
|
|
|
|
|
|
|
|
marker_0c29ccbc853698cf9fd6a4d5dc4b5c6d.bindPopup(popup_5385105b6377682668863dbaa3251053)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c29ccbc853698cf9fd6a4d5dc4b5c6d.setIcon(icon_a081ab8bfb48aa15aff2a07f9ea02503);
|
|
|
|
|
|
var marker_16a033dc22afba6ada997e770cfc1a0f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_97edb521ef1e67b3fc2ec76ee657c2ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b2b455b9bb85129bb32513d465f2bc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bdc264285239737e9d706a2b8c77d7f = $(`<div id="html_1bdc264285239737e9d706a2b8c77d7f" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_3b2b455b9bb85129bb32513d465f2bc4.setContent(html_1bdc264285239737e9d706a2b8c77d7f);
|
|
|
|
|
|
|
|
marker_16a033dc22afba6ada997e770cfc1a0f.bindPopup(popup_3b2b455b9bb85129bb32513d465f2bc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16a033dc22afba6ada997e770cfc1a0f.setIcon(icon_97edb521ef1e67b3fc2ec76ee657c2ea);
|
|
|
|
|
|
var marker_e892cbc004f3e0d717db73a79896ab7a = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_4a028089fab30c449037828465eb147f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42ac7eeda241e5dd58a47e917d017fc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00205f5c99a5e1b614a83938be71b300 = $(`<div id="html_00205f5c99a5e1b614a83938be71b300" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_42ac7eeda241e5dd58a47e917d017fc6.setContent(html_00205f5c99a5e1b614a83938be71b300);
|
|
|
|
|
|
|
|
marker_e892cbc004f3e0d717db73a79896ab7a.bindPopup(popup_42ac7eeda241e5dd58a47e917d017fc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e892cbc004f3e0d717db73a79896ab7a.setIcon(icon_4a028089fab30c449037828465eb147f);
|
|
|
|
|
|
var marker_53e69aed9fff57ff1ba06a660794269e = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_015f9ef0cbe7a9b36f20ecc763df973b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79e9d3e0e85e2e45cd5fba458d7f5608 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b56d7b5b6528fb77c0e6bc2e2355ef7 = $(`<div id="html_3b56d7b5b6528fb77c0e6bc2e2355ef7" style="width: 100.0%; height: 100.0%;">nostr.kalf.org</div>`)[0];
|
|
popup_79e9d3e0e85e2e45cd5fba458d7f5608.setContent(html_3b56d7b5b6528fb77c0e6bc2e2355ef7);
|
|
|
|
|
|
|
|
marker_53e69aed9fff57ff1ba06a660794269e.bindPopup(popup_79e9d3e0e85e2e45cd5fba458d7f5608)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53e69aed9fff57ff1ba06a660794269e.setIcon(icon_015f9ef0cbe7a9b36f20ecc763df973b);
|
|
|
|
|
|
var marker_3bcbfca0c50e9332ea8a5a72d2640389 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_95062758fa2fd934b5e2f0082fc3bfa4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e7763eaa8fc7c0809ff6013d8281372 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4fc0b42a195f2cb2999270945b8456a = $(`<div id="html_f4fc0b42a195f2cb2999270945b8456a" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_5e7763eaa8fc7c0809ff6013d8281372.setContent(html_f4fc0b42a195f2cb2999270945b8456a);
|
|
|
|
|
|
|
|
marker_3bcbfca0c50e9332ea8a5a72d2640389.bindPopup(popup_5e7763eaa8fc7c0809ff6013d8281372)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bcbfca0c50e9332ea8a5a72d2640389.setIcon(icon_95062758fa2fd934b5e2f0082fc3bfa4);
|
|
|
|
|
|
var marker_908d443a5b9317530ce423b4793d3ac9 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_1ff803e28341f9df6fb1b2c50b728181 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_815e19a5addeae4e3a7f5afa34a053c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73235a680f2e4eedb391f85eb07b432b = $(`<div id="html_73235a680f2e4eedb391f85eb07b432b" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_815e19a5addeae4e3a7f5afa34a053c7.setContent(html_73235a680f2e4eedb391f85eb07b432b);
|
|
|
|
|
|
|
|
marker_908d443a5b9317530ce423b4793d3ac9.bindPopup(popup_815e19a5addeae4e3a7f5afa34a053c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_908d443a5b9317530ce423b4793d3ac9.setIcon(icon_1ff803e28341f9df6fb1b2c50b728181);
|
|
|
|
|
|
var marker_0b4635ef42e036c18f69048c3b47de09 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_302be04d8006d27cd3f724659780c78c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f81c84a8ffc9b3a9851c1b280cd3d499 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94f874e1cacb413cd2d0e8d3fdf62641 = $(`<div id="html_94f874e1cacb413cd2d0e8d3fdf62641" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_f81c84a8ffc9b3a9851c1b280cd3d499.setContent(html_94f874e1cacb413cd2d0e8d3fdf62641);
|
|
|
|
|
|
|
|
marker_0b4635ef42e036c18f69048c3b47de09.bindPopup(popup_f81c84a8ffc9b3a9851c1b280cd3d499)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b4635ef42e036c18f69048c3b47de09.setIcon(icon_302be04d8006d27cd3f724659780c78c);
|
|
|
|
|
|
var marker_190349a90cd5be058838cbf00e2e9c5a = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_4ef5a1c0362391e6a4f260d410050fb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe8d6abda27792b61fa6a4f54daded20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_101d5aeca81426979c904a4f85e55d7d = $(`<div id="html_101d5aeca81426979c904a4f85e55d7d" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_fe8d6abda27792b61fa6a4f54daded20.setContent(html_101d5aeca81426979c904a4f85e55d7d);
|
|
|
|
|
|
|
|
marker_190349a90cd5be058838cbf00e2e9c5a.bindPopup(popup_fe8d6abda27792b61fa6a4f54daded20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_190349a90cd5be058838cbf00e2e9c5a.setIcon(icon_4ef5a1c0362391e6a4f260d410050fb0);
|
|
|
|
|
|
var marker_3912f38215f4960ed90c0e880c78744b = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_61df4dc3336f98d6f90a59d67b5df26a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14d56ba65d219076422e216c699e696c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a37b8375693818ae2138ff8c7fd3faa3 = $(`<div id="html_a37b8375693818ae2138ff8c7fd3faa3" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_14d56ba65d219076422e216c699e696c.setContent(html_a37b8375693818ae2138ff8c7fd3faa3);
|
|
|
|
|
|
|
|
marker_3912f38215f4960ed90c0e880c78744b.bindPopup(popup_14d56ba65d219076422e216c699e696c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3912f38215f4960ed90c0e880c78744b.setIcon(icon_61df4dc3336f98d6f90a59d67b5df26a);
|
|
|
|
|
|
var marker_b2fa0ab81d0d1da94d188937b779505c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_63d7e7581b503d7879ac15fb13bad518 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e91e27e67c2e07404eae9daf733f8139 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b724958d0809ab63091cc8c2dbe58dc = $(`<div id="html_0b724958d0809ab63091cc8c2dbe58dc" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_e91e27e67c2e07404eae9daf733f8139.setContent(html_0b724958d0809ab63091cc8c2dbe58dc);
|
|
|
|
|
|
|
|
marker_b2fa0ab81d0d1da94d188937b779505c.bindPopup(popup_e91e27e67c2e07404eae9daf733f8139)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2fa0ab81d0d1da94d188937b779505c.setIcon(icon_63d7e7581b503d7879ac15fb13bad518);
|
|
|
|
|
|
var marker_e94954c21a01ce3351e1eb3cb11b0dbf = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_df830b70aec5324c1fc37c3e3548806c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bd035bebd5ca28de787b9e4ee97d059 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9edcc7e29ad55a5f26a292991b56bbb = $(`<div id="html_f9edcc7e29ad55a5f26a292991b56bbb" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_2bd035bebd5ca28de787b9e4ee97d059.setContent(html_f9edcc7e29ad55a5f26a292991b56bbb);
|
|
|
|
|
|
|
|
marker_e94954c21a01ce3351e1eb3cb11b0dbf.bindPopup(popup_2bd035bebd5ca28de787b9e4ee97d059)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e94954c21a01ce3351e1eb3cb11b0dbf.setIcon(icon_df830b70aec5324c1fc37c3e3548806c);
|
|
|
|
|
|
var marker_508828398e31a2c24acad61c25de4dd6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_68d35b32a11fca5025d471bf587656b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c418144742c24c5753b1c947dd3060c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92fd7b2c89bca41aaad25169ed4e95a3 = $(`<div id="html_92fd7b2c89bca41aaad25169ed4e95a3" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_c418144742c24c5753b1c947dd3060c6.setContent(html_92fd7b2c89bca41aaad25169ed4e95a3);
|
|
|
|
|
|
|
|
marker_508828398e31a2c24acad61c25de4dd6.bindPopup(popup_c418144742c24c5753b1c947dd3060c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_508828398e31a2c24acad61c25de4dd6.setIcon(icon_68d35b32a11fca5025d471bf587656b9);
|
|
|
|
|
|
var marker_7ddb1e696032ca18ba219f73fc94ba1b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9091b855a90e60ba6a54a9c681318af5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce41ee84a50ce4f84f8579738e0bcbcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5bf65c9e93b7fc82709fc59a9dd5b14 = $(`<div id="html_a5bf65c9e93b7fc82709fc59a9dd5b14" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_ce41ee84a50ce4f84f8579738e0bcbcf.setContent(html_a5bf65c9e93b7fc82709fc59a9dd5b14);
|
|
|
|
|
|
|
|
marker_7ddb1e696032ca18ba219f73fc94ba1b.bindPopup(popup_ce41ee84a50ce4f84f8579738e0bcbcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ddb1e696032ca18ba219f73fc94ba1b.setIcon(icon_9091b855a90e60ba6a54a9c681318af5);
|
|
|
|
|
|
var marker_b50c127a01ebbee682cf2158bda9633b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9f818f4d500a7c698c18eb42a130d2e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_beb9c2defea03c97601a169f84710673 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d75e76dce4d972545a58391a2a029bab = $(`<div id="html_d75e76dce4d972545a58391a2a029bab" style="width: 100.0%; height: 100.0%;">relay.thibautduchene.fr</div>`)[0];
|
|
popup_beb9c2defea03c97601a169f84710673.setContent(html_d75e76dce4d972545a58391a2a029bab);
|
|
|
|
|
|
|
|
marker_b50c127a01ebbee682cf2158bda9633b.bindPopup(popup_beb9c2defea03c97601a169f84710673)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b50c127a01ebbee682cf2158bda9633b.setIcon(icon_9f818f4d500a7c698c18eb42a130d2e1);
|
|
|
|
|
|
var marker_075632dcb08960a1008b6f01289c86d9 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_0c028dec26bf5ceee17403bbbbd9bbc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2a7cd0d8bd1163839daf34df64b9b5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56d33a31757a45cfa7642692d263158c = $(`<div id="html_56d33a31757a45cfa7642692d263158c" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_c2a7cd0d8bd1163839daf34df64b9b5a.setContent(html_56d33a31757a45cfa7642692d263158c);
|
|
|
|
|
|
|
|
marker_075632dcb08960a1008b6f01289c86d9.bindPopup(popup_c2a7cd0d8bd1163839daf34df64b9b5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_075632dcb08960a1008b6f01289c86d9.setIcon(icon_0c028dec26bf5ceee17403bbbbd9bbc4);
|
|
|
|
|
|
var marker_56985e5fcf67f80e89bf514b1c447c89 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_c6b80b23bc194ba7382fff0e475a2b30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6f1bff86e00abc2d11469c2e11a0385 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33c25c41b143217007b5119838237840 = $(`<div id="html_33c25c41b143217007b5119838237840" style="width: 100.0%; height: 100.0%;">nostr.roundrockbitcoiners.com</div>`)[0];
|
|
popup_b6f1bff86e00abc2d11469c2e11a0385.setContent(html_33c25c41b143217007b5119838237840);
|
|
|
|
|
|
|
|
marker_56985e5fcf67f80e89bf514b1c447c89.bindPopup(popup_b6f1bff86e00abc2d11469c2e11a0385)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56985e5fcf67f80e89bf514b1c447c89.setIcon(icon_c6b80b23bc194ba7382fff0e475a2b30);
|
|
|
|
|
|
var marker_98499ea2e7c94ffed5d2407a4d2171c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_73c49dfc43ebb6a3e5be9f443b256a49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9054c37f4fd1210f96feed22eef205c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72cbf6342665317c6838b96b581ccd63 = $(`<div id="html_72cbf6342665317c6838b96b581ccd63" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_e9054c37f4fd1210f96feed22eef205c.setContent(html_72cbf6342665317c6838b96b581ccd63);
|
|
|
|
|
|
|
|
marker_98499ea2e7c94ffed5d2407a4d2171c1.bindPopup(popup_e9054c37f4fd1210f96feed22eef205c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98499ea2e7c94ffed5d2407a4d2171c1.setIcon(icon_73c49dfc43ebb6a3e5be9f443b256a49);
|
|
|
|
|
|
var marker_9509c09d622466f8486068d3454ad88f = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_e7ca786b0d2baf684e871206acc8688a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_407a941aaee0c16d916646431e251de3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33fba81cc2e6503deea93015efb2f14e = $(`<div id="html_33fba81cc2e6503deea93015efb2f14e" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_407a941aaee0c16d916646431e251de3.setContent(html_33fba81cc2e6503deea93015efb2f14e);
|
|
|
|
|
|
|
|
marker_9509c09d622466f8486068d3454ad88f.bindPopup(popup_407a941aaee0c16d916646431e251de3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9509c09d622466f8486068d3454ad88f.setIcon(icon_e7ca786b0d2baf684e871206acc8688a);
|
|
|
|
|
|
var marker_9a6c58893cde1fd0e3d033a20a529496 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_3e206dbfcc6b5f59c49dc01c8387fd6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0f0591b3c3936b0d9b492cecee31d42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca29f469e88f41fb38394b0928d3538e = $(`<div id="html_ca29f469e88f41fb38394b0928d3538e" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_c0f0591b3c3936b0d9b492cecee31d42.setContent(html_ca29f469e88f41fb38394b0928d3538e);
|
|
|
|
|
|
|
|
marker_9a6c58893cde1fd0e3d033a20a529496.bindPopup(popup_c0f0591b3c3936b0d9b492cecee31d42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a6c58893cde1fd0e3d033a20a529496.setIcon(icon_3e206dbfcc6b5f59c49dc01c8387fd6c);
|
|
|
|
|
|
var marker_7b4922b56fc77d3c16e142e015cae796 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b3e407ab1e9cca22ba4937ebfb41b4e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e374eaa9311289f45870a57114040876 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8b5b085273d392842e03c589d43faf1 = $(`<div id="html_f8b5b085273d392842e03c589d43faf1" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_e374eaa9311289f45870a57114040876.setContent(html_f8b5b085273d392842e03c589d43faf1);
|
|
|
|
|
|
|
|
marker_7b4922b56fc77d3c16e142e015cae796.bindPopup(popup_e374eaa9311289f45870a57114040876)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b4922b56fc77d3c16e142e015cae796.setIcon(icon_b3e407ab1e9cca22ba4937ebfb41b4e2);
|
|
|
|
|
|
var marker_72441c37ee7026330be96c5683309cdf = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_43ecf615ef6061b1a43fdf1054cf740c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a64b12adb1fdf57921e1fc59fb1acb97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41fa0924d04c08c5c3d6204eb003187d = $(`<div id="html_41fa0924d04c08c5c3d6204eb003187d" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_a64b12adb1fdf57921e1fc59fb1acb97.setContent(html_41fa0924d04c08c5c3d6204eb003187d);
|
|
|
|
|
|
|
|
marker_72441c37ee7026330be96c5683309cdf.bindPopup(popup_a64b12adb1fdf57921e1fc59fb1acb97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72441c37ee7026330be96c5683309cdf.setIcon(icon_43ecf615ef6061b1a43fdf1054cf740c);
|
|
|
|
|
|
var marker_fb48acb4a7385bcaa418da4a50311c3a = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_e60906f914a9da390f2d3aefa90b371b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad6e836e311536df9232889f9156dea6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cffe23b790ae19dc65f671b1e9c91669 = $(`<div id="html_cffe23b790ae19dc65f671b1e9c91669" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_ad6e836e311536df9232889f9156dea6.setContent(html_cffe23b790ae19dc65f671b1e9c91669);
|
|
|
|
|
|
|
|
marker_fb48acb4a7385bcaa418da4a50311c3a.bindPopup(popup_ad6e836e311536df9232889f9156dea6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb48acb4a7385bcaa418da4a50311c3a.setIcon(icon_e60906f914a9da390f2d3aefa90b371b);
|
|
|
|
|
|
var marker_aea70972e7b1e1c3833dcb848a9a409c = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_1280aaba34c9f1ea34e3794931dee1ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44b2b3fd1c9c558170d73ad78babdf0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94d73e91da8ecc344de335da56f34b17 = $(`<div id="html_94d73e91da8ecc344de335da56f34b17" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_44b2b3fd1c9c558170d73ad78babdf0f.setContent(html_94d73e91da8ecc344de335da56f34b17);
|
|
|
|
|
|
|
|
marker_aea70972e7b1e1c3833dcb848a9a409c.bindPopup(popup_44b2b3fd1c9c558170d73ad78babdf0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aea70972e7b1e1c3833dcb848a9a409c.setIcon(icon_1280aaba34c9f1ea34e3794931dee1ad);
|
|
|
|
|
|
var marker_9ae635f4ea610730239d2e72782d0b86 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_1a13a3512e47ef367ae3277bb7f92aee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61071503f539096a5f86825fa4de772c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13e16ffbec26056e0bd5e06bf537e517 = $(`<div id="html_13e16ffbec26056e0bd5e06bf537e517" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_61071503f539096a5f86825fa4de772c.setContent(html_13e16ffbec26056e0bd5e06bf537e517);
|
|
|
|
|
|
|
|
marker_9ae635f4ea610730239d2e72782d0b86.bindPopup(popup_61071503f539096a5f86825fa4de772c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ae635f4ea610730239d2e72782d0b86.setIcon(icon_1a13a3512e47ef367ae3277bb7f92aee);
|
|
|
|
|
|
var marker_69f095878dc8a32369e4895fdc499a0f = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f233584684e5fa800f95e25feb890d50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73a0b63056448a02ef7a5589ea6c480c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7320828e36d31913afbc5023e076afe1 = $(`<div id="html_7320828e36d31913afbc5023e076afe1" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_73a0b63056448a02ef7a5589ea6c480c.setContent(html_7320828e36d31913afbc5023e076afe1);
|
|
|
|
|
|
|
|
marker_69f095878dc8a32369e4895fdc499a0f.bindPopup(popup_73a0b63056448a02ef7a5589ea6c480c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69f095878dc8a32369e4895fdc499a0f.setIcon(icon_f233584684e5fa800f95e25feb890d50);
|
|
|
|
|
|
var marker_b94f559de05071f25b853ee331f6ef17 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_2c2da2049d1e9a8aefd2f4f328d8f456 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86495975cb5e17ebdf0a1ce038049838 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d7df2967378fd9b2b93fc6c5338b9be = $(`<div id="html_0d7df2967378fd9b2b93fc6c5338b9be" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_86495975cb5e17ebdf0a1ce038049838.setContent(html_0d7df2967378fd9b2b93fc6c5338b9be);
|
|
|
|
|
|
|
|
marker_b94f559de05071f25b853ee331f6ef17.bindPopup(popup_86495975cb5e17ebdf0a1ce038049838)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b94f559de05071f25b853ee331f6ef17.setIcon(icon_2c2da2049d1e9a8aefd2f4f328d8f456);
|
|
|
|
|
|
var marker_f61fcb4f4e2e7c3c108aec03d8134949 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f20c245771f5d804c7de31a3d09f49af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f484f4370f4d11b31f069138fbda7c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8165fdad07bad23a0c5464ea6631bd5 = $(`<div id="html_d8165fdad07bad23a0c5464ea6631bd5" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_4f484f4370f4d11b31f069138fbda7c1.setContent(html_d8165fdad07bad23a0c5464ea6631bd5);
|
|
|
|
|
|
|
|
marker_f61fcb4f4e2e7c3c108aec03d8134949.bindPopup(popup_4f484f4370f4d11b31f069138fbda7c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f61fcb4f4e2e7c3c108aec03d8134949.setIcon(icon_f20c245771f5d804c7de31a3d09f49af);
|
|
|
|
|
|
var marker_2a9bd5091f921711bd0b981aff7ffc40 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_32fa31ca7f83d1973c1e4273dd5535e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6d732306a7352659d4f260eb6fa8c94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb6f63b430c0499fcdd177445e6661f1 = $(`<div id="html_fb6f63b430c0499fcdd177445e6661f1" style="width: 100.0%; height: 100.0%;">orangesync.tech</div>`)[0];
|
|
popup_d6d732306a7352659d4f260eb6fa8c94.setContent(html_fb6f63b430c0499fcdd177445e6661f1);
|
|
|
|
|
|
|
|
marker_2a9bd5091f921711bd0b981aff7ffc40.bindPopup(popup_d6d732306a7352659d4f260eb6fa8c94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a9bd5091f921711bd0b981aff7ffc40.setIcon(icon_32fa31ca7f83d1973c1e4273dd5535e4);
|
|
|
|
|
|
var marker_8e64b46f0d72c2859a4c28502252ae6f = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_3acad4666962f6b82b1b6c384178803a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b04f29984e3726a91a8432a6040c34e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c99be43861e0da3c11ccd32e27831e0d = $(`<div id="html_c99be43861e0da3c11ccd32e27831e0d" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_3b04f29984e3726a91a8432a6040c34e.setContent(html_c99be43861e0da3c11ccd32e27831e0d);
|
|
|
|
|
|
|
|
marker_8e64b46f0d72c2859a4c28502252ae6f.bindPopup(popup_3b04f29984e3726a91a8432a6040c34e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e64b46f0d72c2859a4c28502252ae6f.setIcon(icon_3acad4666962f6b82b1b6c384178803a);
|
|
|
|
|
|
var marker_69a2ffc4b0284ad1067742a8a47170d8 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_cdfa752fa3df3afd0609f72bc0ccfce6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81cee344575d2c1d4bf3ea1feb545aa9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52be8007203a268665509257781a5bd3 = $(`<div id="html_52be8007203a268665509257781a5bd3" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_81cee344575d2c1d4bf3ea1feb545aa9.setContent(html_52be8007203a268665509257781a5bd3);
|
|
|
|
|
|
|
|
marker_69a2ffc4b0284ad1067742a8a47170d8.bindPopup(popup_81cee344575d2c1d4bf3ea1feb545aa9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69a2ffc4b0284ad1067742a8a47170d8.setIcon(icon_cdfa752fa3df3afd0609f72bc0ccfce6);
|
|
|
|
|
|
var marker_b3e80959279a3176b2c9a52cf2882957 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_23e662e6f4f973ca9d121f2a1dc2a4b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66ffd0c52d9d03a84fd7ebc5d5dd0947 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c08a5c1cdf30d0ab3e6a9c5ce524435a = $(`<div id="html_c08a5c1cdf30d0ab3e6a9c5ce524435a" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_66ffd0c52d9d03a84fd7ebc5d5dd0947.setContent(html_c08a5c1cdf30d0ab3e6a9c5ce524435a);
|
|
|
|
|
|
|
|
marker_b3e80959279a3176b2c9a52cf2882957.bindPopup(popup_66ffd0c52d9d03a84fd7ebc5d5dd0947)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3e80959279a3176b2c9a52cf2882957.setIcon(icon_23e662e6f4f973ca9d121f2a1dc2a4b5);
|
|
|
|
|
|
var marker_7b4b1e448f5b7ba818ea28c2597041c1 = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f68d1c1bd2a2aaf3a644fa0ff0d2b348 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_119a6d2ca490a723873d8dc0df05f970 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d7979e753d3bc63a9d73834cb5fe2d3 = $(`<div id="html_7d7979e753d3bc63a9d73834cb5fe2d3" style="width: 100.0%; height: 100.0%;">relay.basspistol.org</div>`)[0];
|
|
popup_119a6d2ca490a723873d8dc0df05f970.setContent(html_7d7979e753d3bc63a9d73834cb5fe2d3);
|
|
|
|
|
|
|
|
marker_7b4b1e448f5b7ba818ea28c2597041c1.bindPopup(popup_119a6d2ca490a723873d8dc0df05f970)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b4b1e448f5b7ba818ea28c2597041c1.setIcon(icon_f68d1c1bd2a2aaf3a644fa0ff0d2b348);
|
|
|
|
|
|
var marker_648deb436a355bcaaa1ba9035ed6c9fa = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_ba41f9bf3c98648e8bab511402918e38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee53b9fc6491368894082d76ba660a08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0ee67dacf5376121230b8c231441e33 = $(`<div id="html_d0ee67dacf5376121230b8c231441e33" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_ee53b9fc6491368894082d76ba660a08.setContent(html_d0ee67dacf5376121230b8c231441e33);
|
|
|
|
|
|
|
|
marker_648deb436a355bcaaa1ba9035ed6c9fa.bindPopup(popup_ee53b9fc6491368894082d76ba660a08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_648deb436a355bcaaa1ba9035ed6c9fa.setIcon(icon_ba41f9bf3c98648e8bab511402918e38);
|
|
|
|
|
|
var marker_c2396e11ebe295b19ed5eeb633ca2bfc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_249dedbfb3f1133f6963f129d9854f8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ec3c7e532d9da79d25478bc8b647d4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86b5ddcb0838edcf0afba9716f8ff47a = $(`<div id="html_86b5ddcb0838edcf0afba9716f8ff47a" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_5ec3c7e532d9da79d25478bc8b647d4f.setContent(html_86b5ddcb0838edcf0afba9716f8ff47a);
|
|
|
|
|
|
|
|
marker_c2396e11ebe295b19ed5eeb633ca2bfc.bindPopup(popup_5ec3c7e532d9da79d25478bc8b647d4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2396e11ebe295b19ed5eeb633ca2bfc.setIcon(icon_249dedbfb3f1133f6963f129d9854f8a);
|
|
|
|
|
|
var marker_ba7528dce77f196b8566f8536023b1a6 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_778ff822df2c3f147f22444882b40a35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39d5cdfea5d360839a9be7ca901d9363 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35d7f03ae7f89627f5891acd1eb0adf2 = $(`<div id="html_35d7f03ae7f89627f5891acd1eb0adf2" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_39d5cdfea5d360839a9be7ca901d9363.setContent(html_35d7f03ae7f89627f5891acd1eb0adf2);
|
|
|
|
|
|
|
|
marker_ba7528dce77f196b8566f8536023b1a6.bindPopup(popup_39d5cdfea5d360839a9be7ca901d9363)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba7528dce77f196b8566f8536023b1a6.setIcon(icon_778ff822df2c3f147f22444882b40a35);
|
|
|
|
|
|
var marker_fdad5ced82b0740b714f446d8baa5826 = L.marker(
|
|
[-26.2041, 28.0473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_ffd16e34b9127b3b878cc8b737af776e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fbcb2cb1d13f814c2ae7c55a89a93c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5f15f53d6980726284313099bfe7802 = $(`<div id="html_e5f15f53d6980726284313099bfe7802" style="width: 100.0%; height: 100.0%;">ribo.af.nostria.app</div>`)[0];
|
|
popup_8fbcb2cb1d13f814c2ae7c55a89a93c6.setContent(html_e5f15f53d6980726284313099bfe7802);
|
|
|
|
|
|
|
|
marker_fdad5ced82b0740b714f446d8baa5826.bindPopup(popup_8fbcb2cb1d13f814c2ae7c55a89a93c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdad5ced82b0740b714f446d8baa5826.setIcon(icon_ffd16e34b9127b3b878cc8b737af776e);
|
|
|
|
|
|
var marker_07a483399c435a1187b49a5381e89555 = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_264fcdcf9c39bb2b1e5eee4aacaf2bd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_388350517fc9599b47d2ffc1c05a0ca1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c69bc664e01b21ffb0cffb80be10040b = $(`<div id="html_c69bc664e01b21ffb0cffb80be10040b" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_388350517fc9599b47d2ffc1c05a0ca1.setContent(html_c69bc664e01b21ffb0cffb80be10040b);
|
|
|
|
|
|
|
|
marker_07a483399c435a1187b49a5381e89555.bindPopup(popup_388350517fc9599b47d2ffc1c05a0ca1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07a483399c435a1187b49a5381e89555.setIcon(icon_264fcdcf9c39bb2b1e5eee4aacaf2bd7);
|
|
|
|
|
|
var marker_0ed9709a78bf8d110e80e7c40d353430 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b12c7f0f37160681895afc6d0d083f71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81451270783f10781674680c0e63c1cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a092f761f7559dbfbc85007695372eed = $(`<div id="html_a092f761f7559dbfbc85007695372eed" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_81451270783f10781674680c0e63c1cc.setContent(html_a092f761f7559dbfbc85007695372eed);
|
|
|
|
|
|
|
|
marker_0ed9709a78bf8d110e80e7c40d353430.bindPopup(popup_81451270783f10781674680c0e63c1cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ed9709a78bf8d110e80e7c40d353430.setIcon(icon_b12c7f0f37160681895afc6d0d083f71);
|
|
|
|
|
|
var marker_9b8bf7cc52fcf087e4a0b10ee425c159 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_cd4a59fe3fc79047d6f6a0dfa6683e69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10c9c4df5dda3a7c6eb2c039e8cebd3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_770eeaa7c51823882048d0c5262264b0 = $(`<div id="html_770eeaa7c51823882048d0c5262264b0" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_10c9c4df5dda3a7c6eb2c039e8cebd3e.setContent(html_770eeaa7c51823882048d0c5262264b0);
|
|
|
|
|
|
|
|
marker_9b8bf7cc52fcf087e4a0b10ee425c159.bindPopup(popup_10c9c4df5dda3a7c6eb2c039e8cebd3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b8bf7cc52fcf087e4a0b10ee425c159.setIcon(icon_cd4a59fe3fc79047d6f6a0dfa6683e69);
|
|
|
|
|
|
var marker_cfe4f33630ce3ff7bd5869ddc471d466 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_54ddf4ec489383ccbdaf1fced353841a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68b19b54bfb657c3c18b2abb39295158 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c01ac27730f37767ae825804376719e4 = $(`<div id="html_c01ac27730f37767ae825804376719e4" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_68b19b54bfb657c3c18b2abb39295158.setContent(html_c01ac27730f37767ae825804376719e4);
|
|
|
|
|
|
|
|
marker_cfe4f33630ce3ff7bd5869ddc471d466.bindPopup(popup_68b19b54bfb657c3c18b2abb39295158)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfe4f33630ce3ff7bd5869ddc471d466.setIcon(icon_54ddf4ec489383ccbdaf1fced353841a);
|
|
|
|
|
|
var marker_7ce7dba28566e969e6d224b336f40f39 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_128296439687f0adab9675f50cde2dfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3199c17925400a187c32b9f40b747775 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1971ac01a4f6a31003695344d82aec8d = $(`<div id="html_1971ac01a4f6a31003695344d82aec8d" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_3199c17925400a187c32b9f40b747775.setContent(html_1971ac01a4f6a31003695344d82aec8d);
|
|
|
|
|
|
|
|
marker_7ce7dba28566e969e6d224b336f40f39.bindPopup(popup_3199c17925400a187c32b9f40b747775)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ce7dba28566e969e6d224b336f40f39.setIcon(icon_128296439687f0adab9675f50cde2dfd);
|
|
|
|
|
|
var marker_584dccd98579bed5c78975fdfd11a468 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_a82fc0c34dd7a7dac7a261453ff3629b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f737c8a443a43f1053f8e2182f39ed8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85ef5d2e0764454ca9c716a7ab0bb36b = $(`<div id="html_85ef5d2e0764454ca9c716a7ab0bb36b" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_6f737c8a443a43f1053f8e2182f39ed8.setContent(html_85ef5d2e0764454ca9c716a7ab0bb36b);
|
|
|
|
|
|
|
|
marker_584dccd98579bed5c78975fdfd11a468.bindPopup(popup_6f737c8a443a43f1053f8e2182f39ed8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_584dccd98579bed5c78975fdfd11a468.setIcon(icon_a82fc0c34dd7a7dac7a261453ff3629b);
|
|
|
|
|
|
var marker_3c0d5ff3ee115b7902436ba12b2c2958 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_bab3ee6907a1e22ac5563e45742d4698 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bf52594660f4f000e5b8f03c28ab2fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56aced841f5351060e26583eeb6faf33 = $(`<div id="html_56aced841f5351060e26583eeb6faf33" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_2bf52594660f4f000e5b8f03c28ab2fa.setContent(html_56aced841f5351060e26583eeb6faf33);
|
|
|
|
|
|
|
|
marker_3c0d5ff3ee115b7902436ba12b2c2958.bindPopup(popup_2bf52594660f4f000e5b8f03c28ab2fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c0d5ff3ee115b7902436ba12b2c2958.setIcon(icon_bab3ee6907a1e22ac5563e45742d4698);
|
|
|
|
|
|
var marker_9fdd21ef6497f473f7dd1f39109bb250 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_046bf0b68d9943f8eeb352e483946f36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d4461e18fa60989944b625b3387978a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_478068006fb8900f9aa21d84b8b27156 = $(`<div id="html_478068006fb8900f9aa21d84b8b27156" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_5d4461e18fa60989944b625b3387978a.setContent(html_478068006fb8900f9aa21d84b8b27156);
|
|
|
|
|
|
|
|
marker_9fdd21ef6497f473f7dd1f39109bb250.bindPopup(popup_5d4461e18fa60989944b625b3387978a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fdd21ef6497f473f7dd1f39109bb250.setIcon(icon_046bf0b68d9943f8eeb352e483946f36);
|
|
|
|
|
|
var marker_dbb76e220fcb1bd6b50d6bfa8663f92f = L.marker(
|
|
[38.9072, -77.0369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_f97917d92231ca7149ae5b926495dcef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6636ac96007fade8e661fc139c8d6d31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a71ab0cb9f66b7218352201172f0eeb2 = $(`<div id="html_a71ab0cb9f66b7218352201172f0eeb2" style="width: 100.0%; height: 100.0%;">nostr.sizzlewidget.website</div>`)[0];
|
|
popup_6636ac96007fade8e661fc139c8d6d31.setContent(html_a71ab0cb9f66b7218352201172f0eeb2);
|
|
|
|
|
|
|
|
marker_dbb76e220fcb1bd6b50d6bfa8663f92f.bindPopup(popup_6636ac96007fade8e661fc139c8d6d31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbb76e220fcb1bd6b50d6bfa8663f92f.setIcon(icon_f97917d92231ca7149ae5b926495dcef);
|
|
|
|
|
|
var marker_2ff9cf34fd433421c4e349cdb89ba0f2 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_92f359bfd9154f777ee4c4c34c46c938 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33a3423b5cf820c31e742743b4fa9fc8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38aa9f74ac333945385fd550f9bd2e0d = $(`<div id="html_38aa9f74ac333945385fd550f9bd2e0d" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_33a3423b5cf820c31e742743b4fa9fc8.setContent(html_38aa9f74ac333945385fd550f9bd2e0d);
|
|
|
|
|
|
|
|
marker_2ff9cf34fd433421c4e349cdb89ba0f2.bindPopup(popup_33a3423b5cf820c31e742743b4fa9fc8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ff9cf34fd433421c4e349cdb89ba0f2.setIcon(icon_92f359bfd9154f777ee4c4c34c46c938);
|
|
|
|
|
|
var marker_e76f72541434b34e88992308c4a22587 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9115720c3c701a7ac2aeaf046bc181ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e57fd22ade02b3c04bea562cab157036 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8fa84221310b0a6bc22e148c2cc5102 = $(`<div id="html_e8fa84221310b0a6bc22e148c2cc5102" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_e57fd22ade02b3c04bea562cab157036.setContent(html_e8fa84221310b0a6bc22e148c2cc5102);
|
|
|
|
|
|
|
|
marker_e76f72541434b34e88992308c4a22587.bindPopup(popup_e57fd22ade02b3c04bea562cab157036)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e76f72541434b34e88992308c4a22587.setIcon(icon_9115720c3c701a7ac2aeaf046bc181ee);
|
|
|
|
|
|
var marker_97609b53ed69e117e67e79fa18513687 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9049f1717b61289941f0c3f1f60db342 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3235fd4e7cafbdd55f8044db7e8599ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d98525d7377f6503eaa649c163f07275 = $(`<div id="html_d98525d7377f6503eaa649c163f07275" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_3235fd4e7cafbdd55f8044db7e8599ee.setContent(html_d98525d7377f6503eaa649c163f07275);
|
|
|
|
|
|
|
|
marker_97609b53ed69e117e67e79fa18513687.bindPopup(popup_3235fd4e7cafbdd55f8044db7e8599ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97609b53ed69e117e67e79fa18513687.setIcon(icon_9049f1717b61289941f0c3f1f60db342);
|
|
|
|
|
|
var marker_0c47fd7d8301ecfe6806a349b178933f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_d87ab2aed9d91402645c6fbd841ab82e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b9400d259659b0710be01290ad212c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_574582ad0a9df1094fae28cc97e0a766 = $(`<div id="html_574582ad0a9df1094fae28cc97e0a766" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_7b9400d259659b0710be01290ad212c5.setContent(html_574582ad0a9df1094fae28cc97e0a766);
|
|
|
|
|
|
|
|
marker_0c47fd7d8301ecfe6806a349b178933f.bindPopup(popup_7b9400d259659b0710be01290ad212c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c47fd7d8301ecfe6806a349b178933f.setIcon(icon_d87ab2aed9d91402645c6fbd841ab82e);
|
|
|
|
|
|
var marker_775c225137c3491886ca327b8811f364 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9d0c3466732a4fb6aee7e4fc8a88a6ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_492c8c49be222cff7c3af94c415a073e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69e8fdfaceab76522b45db8477a40bb4 = $(`<div id="html_69e8fdfaceab76522b45db8477a40bb4" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_492c8c49be222cff7c3af94c415a073e.setContent(html_69e8fdfaceab76522b45db8477a40bb4);
|
|
|
|
|
|
|
|
marker_775c225137c3491886ca327b8811f364.bindPopup(popup_492c8c49be222cff7c3af94c415a073e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_775c225137c3491886ca327b8811f364.setIcon(icon_9d0c3466732a4fb6aee7e4fc8a88a6ca);
|
|
|
|
|
|
var marker_fa14e86e731e44d21a3f2885d2aa22d2 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_c99923283e46484d78278e5da9a924c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_311b0401ffb8985db24643d3bd95a105 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5aa4cd417424257527252165b37d9475 = $(`<div id="html_5aa4cd417424257527252165b37d9475" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_311b0401ffb8985db24643d3bd95a105.setContent(html_5aa4cd417424257527252165b37d9475);
|
|
|
|
|
|
|
|
marker_fa14e86e731e44d21a3f2885d2aa22d2.bindPopup(popup_311b0401ffb8985db24643d3bd95a105)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa14e86e731e44d21a3f2885d2aa22d2.setIcon(icon_c99923283e46484d78278e5da9a924c3);
|
|
|
|
|
|
var marker_16d68839d7eb4a8dc0c455acde760066 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_7f8faf1e0a981184cd652d9ac58d1022 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62d72bd170283dde851cca7d4dec3a5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fea01ed1807a1fe82a31ab86178076ce = $(`<div id="html_fea01ed1807a1fe82a31ab86178076ce" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_62d72bd170283dde851cca7d4dec3a5d.setContent(html_fea01ed1807a1fe82a31ab86178076ce);
|
|
|
|
|
|
|
|
marker_16d68839d7eb4a8dc0c455acde760066.bindPopup(popup_62d72bd170283dde851cca7d4dec3a5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16d68839d7eb4a8dc0c455acde760066.setIcon(icon_7f8faf1e0a981184cd652d9ac58d1022);
|
|
|
|
|
|
var marker_11f49e47af099b8abf6bc2351f8b308e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_e538f76687a9dd71e4b1f1c779fe1a02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7f8c8012f39b48450d6f2bb0aae9a49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f27d866e8074d6b3a1957fe7caa0b97 = $(`<div id="html_7f27d866e8074d6b3a1957fe7caa0b97" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_c7f8c8012f39b48450d6f2bb0aae9a49.setContent(html_7f27d866e8074d6b3a1957fe7caa0b97);
|
|
|
|
|
|
|
|
marker_11f49e47af099b8abf6bc2351f8b308e.bindPopup(popup_c7f8c8012f39b48450d6f2bb0aae9a49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11f49e47af099b8abf6bc2351f8b308e.setIcon(icon_e538f76687a9dd71e4b1f1c779fe1a02);
|
|
|
|
|
|
var marker_39338413977b4175d67e476885a11138 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_b4e0258c670ad361824e1ec175bf2f88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1a3f109225cc4865d82ebef156404b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eee29ec245c8e34bdf8a65db07798b33 = $(`<div id="html_eee29ec245c8e34bdf8a65db07798b33" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_c1a3f109225cc4865d82ebef156404b1.setContent(html_eee29ec245c8e34bdf8a65db07798b33);
|
|
|
|
|
|
|
|
marker_39338413977b4175d67e476885a11138.bindPopup(popup_c1a3f109225cc4865d82ebef156404b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39338413977b4175d67e476885a11138.setIcon(icon_b4e0258c670ad361824e1ec175bf2f88);
|
|
|
|
|
|
var marker_2bed059b89c747706045a24ddac68d47 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_cb0cca1863b136d1ce097fc6ec2d3030 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79365606e4b8809cf55b157cbe0d82a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b4b8c20d1d6f8f6d5748c61dab40798 = $(`<div id="html_7b4b8c20d1d6f8f6d5748c61dab40798" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_79365606e4b8809cf55b157cbe0d82a0.setContent(html_7b4b8c20d1d6f8f6d5748c61dab40798);
|
|
|
|
|
|
|
|
marker_2bed059b89c747706045a24ddac68d47.bindPopup(popup_79365606e4b8809cf55b157cbe0d82a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bed059b89c747706045a24ddac68d47.setIcon(icon_cb0cca1863b136d1ce097fc6ec2d3030);
|
|
|
|
|
|
var marker_fb3c59fed03b9b93543b727c8575ab6c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_64756885b3489604aac2b26f2b511cf9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d94b66325854ff8aa5d3257ad6f4b6c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ae9ad6bdef956fbb5e6758005393f4d = $(`<div id="html_7ae9ad6bdef956fbb5e6758005393f4d" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_d94b66325854ff8aa5d3257ad6f4b6c0.setContent(html_7ae9ad6bdef956fbb5e6758005393f4d);
|
|
|
|
|
|
|
|
marker_fb3c59fed03b9b93543b727c8575ab6c.bindPopup(popup_d94b66325854ff8aa5d3257ad6f4b6c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb3c59fed03b9b93543b727c8575ab6c.setIcon(icon_64756885b3489604aac2b26f2b511cf9);
|
|
|
|
|
|
var marker_eddef10880f5c2ccb1bc8bc31de2790d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_313537e37ab64503dc5cc9fc33f01843 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_643b2bc402772a11bbcba23d50012014 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a549a5aa39400da4ba2d0a36e4f6accf = $(`<div id="html_a549a5aa39400da4ba2d0a36e4f6accf" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_643b2bc402772a11bbcba23d50012014.setContent(html_a549a5aa39400da4ba2d0a36e4f6accf);
|
|
|
|
|
|
|
|
marker_eddef10880f5c2ccb1bc8bc31de2790d.bindPopup(popup_643b2bc402772a11bbcba23d50012014)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eddef10880f5c2ccb1bc8bc31de2790d.setIcon(icon_313537e37ab64503dc5cc9fc33f01843);
|
|
|
|
|
|
var marker_23cfba101cd627d546dfffae6e49bc09 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_a6b0dd665916e110f0e405714d8bdee9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80d6d69de2bbad7256c4f7f47742a873 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99956dcce12184f9e30c1365cd8f1adc = $(`<div id="html_99956dcce12184f9e30c1365cd8f1adc" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_80d6d69de2bbad7256c4f7f47742a873.setContent(html_99956dcce12184f9e30c1365cd8f1adc);
|
|
|
|
|
|
|
|
marker_23cfba101cd627d546dfffae6e49bc09.bindPopup(popup_80d6d69de2bbad7256c4f7f47742a873)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23cfba101cd627d546dfffae6e49bc09.setIcon(icon_a6b0dd665916e110f0e405714d8bdee9);
|
|
|
|
|
|
var marker_d13476179c8b2d7fa746982310cf5cf8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_79e2391b902fc746e3d76e161775f8af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11070e743887d18bea25d3c74530f9af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24bfa3ceb4ae2c545c62ea97fbd58d07 = $(`<div id="html_24bfa3ceb4ae2c545c62ea97fbd58d07" style="width: 100.0%; height: 100.0%;">relay.divine.video</div>`)[0];
|
|
popup_11070e743887d18bea25d3c74530f9af.setContent(html_24bfa3ceb4ae2c545c62ea97fbd58d07);
|
|
|
|
|
|
|
|
marker_d13476179c8b2d7fa746982310cf5cf8.bindPopup(popup_11070e743887d18bea25d3c74530f9af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d13476179c8b2d7fa746982310cf5cf8.setIcon(icon_79e2391b902fc746e3d76e161775f8af);
|
|
|
|
|
|
var marker_b8a964403a5e36739c5b63134a8c9532 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_a1e9d9248754118094344c9f94cd13fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef8ce10b39eb874fa3ea1127115a8548 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ceed41d2c852dbb8426f12eccb17663 = $(`<div id="html_2ceed41d2c852dbb8426f12eccb17663" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_ef8ce10b39eb874fa3ea1127115a8548.setContent(html_2ceed41d2c852dbb8426f12eccb17663);
|
|
|
|
|
|
|
|
marker_b8a964403a5e36739c5b63134a8c9532.bindPopup(popup_ef8ce10b39eb874fa3ea1127115a8548)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8a964403a5e36739c5b63134a8c9532.setIcon(icon_a1e9d9248754118094344c9f94cd13fa);
|
|
|
|
|
|
var marker_a9883f5bc91c1b79a48f3b5ab8ccf97f = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_3ec097060f8378e329ba99fac28e49e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1baf5fce04248705d0c685d747974165 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14a801a873217db27e8a3f4e1acaf43b = $(`<div id="html_14a801a873217db27e8a3f4e1acaf43b" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_1baf5fce04248705d0c685d747974165.setContent(html_14a801a873217db27e8a3f4e1acaf43b);
|
|
|
|
|
|
|
|
marker_a9883f5bc91c1b79a48f3b5ab8ccf97f.bindPopup(popup_1baf5fce04248705d0c685d747974165)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9883f5bc91c1b79a48f3b5ab8ccf97f.setIcon(icon_3ec097060f8378e329ba99fac28e49e5);
|
|
|
|
|
|
var marker_54dbec84efefe270abda9646acf57de8 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_973856a80bab98a203d797b46808b327 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca1c3539a4a2d1f107651b7c3dfb15f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d439c139f31a8285ea2a3d7d9a31c3e = $(`<div id="html_8d439c139f31a8285ea2a3d7d9a31c3e" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_ca1c3539a4a2d1f107651b7c3dfb15f8.setContent(html_8d439c139f31a8285ea2a3d7d9a31c3e);
|
|
|
|
|
|
|
|
marker_54dbec84efefe270abda9646acf57de8.bindPopup(popup_ca1c3539a4a2d1f107651b7c3dfb15f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54dbec84efefe270abda9646acf57de8.setIcon(icon_973856a80bab98a203d797b46808b327);
|
|
|
|
|
|
var marker_4d4c9be3e92b5475ab38d783f1353068 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9eec3711b7f08f015f71ea2e54bd8a0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df4d4d4824eb9e0563100c5174473800 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a6b229db4c9ffe58a889883a990baa9 = $(`<div id="html_3a6b229db4c9ffe58a889883a990baa9" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_df4d4d4824eb9e0563100c5174473800.setContent(html_3a6b229db4c9ffe58a889883a990baa9);
|
|
|
|
|
|
|
|
marker_4d4c9be3e92b5475ab38d783f1353068.bindPopup(popup_df4d4d4824eb9e0563100c5174473800)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d4c9be3e92b5475ab38d783f1353068.setIcon(icon_9eec3711b7f08f015f71ea2e54bd8a0f);
|
|
|
|
|
|
var marker_dd0233cf9b4d7e98c4e624d6fbaf6a89 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86);
|
|
|
|
|
|
var icon_9616fb750de150e520af5c74b047e2aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_603f3fb02f16ebf4d403d5bb0c528818 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b8e7f2a0b4568072abb716e0ac4ac6e = $(`<div id="html_4b8e7f2a0b4568072abb716e0ac4ac6e" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_603f3fb02f16ebf4d403d5bb0c528818.setContent(html_4b8e7f2a0b4568072abb716e0ac4ac6e);
|
|
|
|
|
|
|
|
marker_dd0233cf9b4d7e98c4e624d6fbaf6a89.bindPopup(popup_603f3fb02f16ebf4d403d5bb0c528818)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd0233cf9b4d7e98c4e624d6fbaf6a89.setIcon(icon_9616fb750de150e520af5c74b047e2aa);
|
|
|
|
|
|
marker_cluster_8ac9ee28ef6c2caae967a8fd959eca86.addTo(map_36f679867c08d7aae8621afe39515c6e);
|
|
|
|
</script>
|
|
</html> |