mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 18:45:18 +00:00
10905 lines
317 KiB
HTML
10905 lines
317 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_2342f3fbe279a007aff1b639cbf71fae {
|
|
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_2342f3fbe279a007aff1b639cbf71fae" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_2342f3fbe279a007aff1b639cbf71fae = L.map(
|
|
"map_2342f3fbe279a007aff1b639cbf71fae",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_7a8e3de8329935177d6f44272b99cba3 = 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_7a8e3de8329935177d6f44272b99cba3.addTo(map_2342f3fbe279a007aff1b639cbf71fae);
|
|
|
|
|
|
var marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_116de8b2e09459b36fef717cfbd045c3 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_4ce522c80b9e6d8429374e6f97b9001f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20b1951d78b130fb5f643ab7ced2d532 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5639c9411708023ce4aa1296ebdcb8b = $(`<div id="html_a5639c9411708023ce4aa1296ebdcb8b" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_20b1951d78b130fb5f643ab7ced2d532.setContent(html_a5639c9411708023ce4aa1296ebdcb8b);
|
|
|
|
|
|
|
|
marker_116de8b2e09459b36fef717cfbd045c3.bindPopup(popup_20b1951d78b130fb5f643ab7ced2d532)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_116de8b2e09459b36fef717cfbd045c3.setIcon(icon_4ce522c80b9e6d8429374e6f97b9001f);
|
|
|
|
|
|
var marker_8f2ff0ad064737869e09c837d4503429 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_bd96eac76370b816d342fcd1bceedd81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f931dcde9c143a57c84351d613e7ab47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0be8c2de4f9d3532780b1fd5d9f9b65f = $(`<div id="html_0be8c2de4f9d3532780b1fd5d9f9b65f" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_f931dcde9c143a57c84351d613e7ab47.setContent(html_0be8c2de4f9d3532780b1fd5d9f9b65f);
|
|
|
|
|
|
|
|
marker_8f2ff0ad064737869e09c837d4503429.bindPopup(popup_f931dcde9c143a57c84351d613e7ab47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f2ff0ad064737869e09c837d4503429.setIcon(icon_bd96eac76370b816d342fcd1bceedd81);
|
|
|
|
|
|
var marker_04dfb44af1f4fdbda54302d974828cea = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_24dd3689d0a11148ebc4355d87b525cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92f811accd38028e16284bf93eddc1c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09565f66c70dc06e74cc084dd7032968 = $(`<div id="html_09565f66c70dc06e74cc084dd7032968" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_92f811accd38028e16284bf93eddc1c8.setContent(html_09565f66c70dc06e74cc084dd7032968);
|
|
|
|
|
|
|
|
marker_04dfb44af1f4fdbda54302d974828cea.bindPopup(popup_92f811accd38028e16284bf93eddc1c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04dfb44af1f4fdbda54302d974828cea.setIcon(icon_24dd3689d0a11148ebc4355d87b525cc);
|
|
|
|
|
|
var marker_8f2a3a4059678d85cb4e3cbd57a46e79 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_33798159c44b818173d52343f2395a0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc8087777660448014d30635d4dcb242 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06490d027d7f8049a3ec5e15a2b504ee = $(`<div id="html_06490d027d7f8049a3ec5e15a2b504ee" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_dc8087777660448014d30635d4dcb242.setContent(html_06490d027d7f8049a3ec5e15a2b504ee);
|
|
|
|
|
|
|
|
marker_8f2a3a4059678d85cb4e3cbd57a46e79.bindPopup(popup_dc8087777660448014d30635d4dcb242)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f2a3a4059678d85cb4e3cbd57a46e79.setIcon(icon_33798159c44b818173d52343f2395a0e);
|
|
|
|
|
|
var marker_b5a58dff702deb9f28d65e4a4d1a99f7 = L.marker(
|
|
[50.0755, 14.4378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_3fe1516f126b121acf3b60f89cb3e6dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d352fd5c9b141e2dcee724ad297b677a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18da84236df2b21ba472fb7dcaa77600 = $(`<div id="html_18da84236df2b21ba472fb7dcaa77600" style="width: 100.0%; height: 100.0%;">openrelay.ziomc.com</div>`)[0];
|
|
popup_d352fd5c9b141e2dcee724ad297b677a.setContent(html_18da84236df2b21ba472fb7dcaa77600);
|
|
|
|
|
|
|
|
marker_b5a58dff702deb9f28d65e4a4d1a99f7.bindPopup(popup_d352fd5c9b141e2dcee724ad297b677a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5a58dff702deb9f28d65e4a4d1a99f7.setIcon(icon_3fe1516f126b121acf3b60f89cb3e6dc);
|
|
|
|
|
|
var marker_74b8166566c9e0379c7551228acb90f9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_bab12f89ae6b35518b91a9b4d4086473 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a1b1ac3a30294b4908920f49d99b513 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c06d13572d0f28851017aeb9751f7d8d = $(`<div id="html_c06d13572d0f28851017aeb9751f7d8d" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_9a1b1ac3a30294b4908920f49d99b513.setContent(html_c06d13572d0f28851017aeb9751f7d8d);
|
|
|
|
|
|
|
|
marker_74b8166566c9e0379c7551228acb90f9.bindPopup(popup_9a1b1ac3a30294b4908920f49d99b513)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74b8166566c9e0379c7551228acb90f9.setIcon(icon_bab12f89ae6b35518b91a9b4d4086473);
|
|
|
|
|
|
var marker_44239c5ee19f2e607dc1acbf6551960d = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_2e5752120a21a66ae37528fa3b8726e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ad9c9b0b018e2e4003c8b6d9b23113e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81c34242d4dbbfc17bd788e7c00365e8 = $(`<div id="html_81c34242d4dbbfc17bd788e7c00365e8" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_1ad9c9b0b018e2e4003c8b6d9b23113e.setContent(html_81c34242d4dbbfc17bd788e7c00365e8);
|
|
|
|
|
|
|
|
marker_44239c5ee19f2e607dc1acbf6551960d.bindPopup(popup_1ad9c9b0b018e2e4003c8b6d9b23113e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44239c5ee19f2e607dc1acbf6551960d.setIcon(icon_2e5752120a21a66ae37528fa3b8726e0);
|
|
|
|
|
|
var marker_07259599636b79db0bf5e34cf5d6d9a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_963e5d035e785c9561e6f345e31443bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5f3db235628ab76e0c4638324354521 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99d6cad771cb50e416b37f0d07070f2f = $(`<div id="html_99d6cad771cb50e416b37f0d07070f2f" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_f5f3db235628ab76e0c4638324354521.setContent(html_99d6cad771cb50e416b37f0d07070f2f);
|
|
|
|
|
|
|
|
marker_07259599636b79db0bf5e34cf5d6d9a8.bindPopup(popup_f5f3db235628ab76e0c4638324354521)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07259599636b79db0bf5e34cf5d6d9a8.setIcon(icon_963e5d035e785c9561e6f345e31443bb);
|
|
|
|
|
|
var marker_1ac7ad213fe2c4417471af7c71fbfc07 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_0ba2134e3e5560c734ebbebea15c38c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bd3016df619a97467c79b0614e86568 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d747b87b7fda265e40033afb6daed24 = $(`<div id="html_6d747b87b7fda265e40033afb6daed24" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_0bd3016df619a97467c79b0614e86568.setContent(html_6d747b87b7fda265e40033afb6daed24);
|
|
|
|
|
|
|
|
marker_1ac7ad213fe2c4417471af7c71fbfc07.bindPopup(popup_0bd3016df619a97467c79b0614e86568)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ac7ad213fe2c4417471af7c71fbfc07.setIcon(icon_0ba2134e3e5560c734ebbebea15c38c5);
|
|
|
|
|
|
var marker_13823c5e6223d77d3fc740fb8dfe1e82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_f51ce8fac6c5e683cb637f2ee70c3e5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c18d4738e1cd1df6a4016ad9a39b2ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_952b1da245fbc0c8f4407981fef62aff = $(`<div id="html_952b1da245fbc0c8f4407981fef62aff" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_1c18d4738e1cd1df6a4016ad9a39b2ff.setContent(html_952b1da245fbc0c8f4407981fef62aff);
|
|
|
|
|
|
|
|
marker_13823c5e6223d77d3fc740fb8dfe1e82.bindPopup(popup_1c18d4738e1cd1df6a4016ad9a39b2ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13823c5e6223d77d3fc740fb8dfe1e82.setIcon(icon_f51ce8fac6c5e683cb637f2ee70c3e5e);
|
|
|
|
|
|
var marker_724e88ce7f924ec829bce9efd8b01254 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a1e0ff414acac36b06302cdd8842c0ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c215b14467ea5a69a92aa6d289f4af11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aff78100b6438e46260615c00632ad05 = $(`<div id="html_aff78100b6438e46260615c00632ad05" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_c215b14467ea5a69a92aa6d289f4af11.setContent(html_aff78100b6438e46260615c00632ad05);
|
|
|
|
|
|
|
|
marker_724e88ce7f924ec829bce9efd8b01254.bindPopup(popup_c215b14467ea5a69a92aa6d289f4af11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_724e88ce7f924ec829bce9efd8b01254.setIcon(icon_a1e0ff414acac36b06302cdd8842c0ce);
|
|
|
|
|
|
var marker_e1ee037fdeb6f627c267b9d86f11255f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_13031ed1c5dde3a27a0bfb00b946a4c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c37c0b829204d68086d93df873c44209 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ee3b4168b23434a73069392408171c9 = $(`<div id="html_9ee3b4168b23434a73069392408171c9" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_c37c0b829204d68086d93df873c44209.setContent(html_9ee3b4168b23434a73069392408171c9);
|
|
|
|
|
|
|
|
marker_e1ee037fdeb6f627c267b9d86f11255f.bindPopup(popup_c37c0b829204d68086d93df873c44209)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1ee037fdeb6f627c267b9d86f11255f.setIcon(icon_13031ed1c5dde3a27a0bfb00b946a4c1);
|
|
|
|
|
|
var marker_5643b3cb9045640535a39a3d02362314 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_0594200e9e80f1f85550365c4fae49b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe63566d487480de7634fab6747a363f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17762a8407e6fc0a5779dc379be44f75 = $(`<div id="html_17762a8407e6fc0a5779dc379be44f75" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_fe63566d487480de7634fab6747a363f.setContent(html_17762a8407e6fc0a5779dc379be44f75);
|
|
|
|
|
|
|
|
marker_5643b3cb9045640535a39a3d02362314.bindPopup(popup_fe63566d487480de7634fab6747a363f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5643b3cb9045640535a39a3d02362314.setIcon(icon_0594200e9e80f1f85550365c4fae49b3);
|
|
|
|
|
|
var marker_392eb1d4777c28b9a8f4a50d12720db6 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_76d9cf02d5e9cfff9e1e1ed4f80a04b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_987ad7a82df05ddd9c7885fb9bd5d80f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5abf24b4584323126a117e865a268144 = $(`<div id="html_5abf24b4584323126a117e865a268144" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_987ad7a82df05ddd9c7885fb9bd5d80f.setContent(html_5abf24b4584323126a117e865a268144);
|
|
|
|
|
|
|
|
marker_392eb1d4777c28b9a8f4a50d12720db6.bindPopup(popup_987ad7a82df05ddd9c7885fb9bd5d80f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_392eb1d4777c28b9a8f4a50d12720db6.setIcon(icon_76d9cf02d5e9cfff9e1e1ed4f80a04b3);
|
|
|
|
|
|
var marker_230d107aa64151559f434d703cb2d334 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a2a5a9a5ff2f95198dd0dc4304834768 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_175f63f84f4e3c3bef18b1ec77a8ceec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c491c209d071eefcdd5e5b7a1cee160 = $(`<div id="html_1c491c209d071eefcdd5e5b7a1cee160" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_175f63f84f4e3c3bef18b1ec77a8ceec.setContent(html_1c491c209d071eefcdd5e5b7a1cee160);
|
|
|
|
|
|
|
|
marker_230d107aa64151559f434d703cb2d334.bindPopup(popup_175f63f84f4e3c3bef18b1ec77a8ceec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_230d107aa64151559f434d703cb2d334.setIcon(icon_a2a5a9a5ff2f95198dd0dc4304834768);
|
|
|
|
|
|
var marker_47ee7319fc90e16cd038f0caeb4cc22f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_cd86b3cd3971ac8fb721a6744909d9e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b260ad75f52c312f55aa2769ad7e04f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ba8bc2c7cdd5f8e84c789d1976196b8 = $(`<div id="html_6ba8bc2c7cdd5f8e84c789d1976196b8" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_7b260ad75f52c312f55aa2769ad7e04f.setContent(html_6ba8bc2c7cdd5f8e84c789d1976196b8);
|
|
|
|
|
|
|
|
marker_47ee7319fc90e16cd038f0caeb4cc22f.bindPopup(popup_7b260ad75f52c312f55aa2769ad7e04f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47ee7319fc90e16cd038f0caeb4cc22f.setIcon(icon_cd86b3cd3971ac8fb721a6744909d9e4);
|
|
|
|
|
|
var marker_68ad8792ad9d25b22559cec6f93919eb = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_34e0825d7133094dafe51739bff8865e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f9e1dc8bb3d766a073110e52e9adc0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cc587410e9a705af5636f5408c9a3d9 = $(`<div id="html_6cc587410e9a705af5636f5408c9a3d9" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_1f9e1dc8bb3d766a073110e52e9adc0a.setContent(html_6cc587410e9a705af5636f5408c9a3d9);
|
|
|
|
|
|
|
|
marker_68ad8792ad9d25b22559cec6f93919eb.bindPopup(popup_1f9e1dc8bb3d766a073110e52e9adc0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68ad8792ad9d25b22559cec6f93919eb.setIcon(icon_34e0825d7133094dafe51739bff8865e);
|
|
|
|
|
|
var marker_0d2427c947f203efcfb8f510d821f0f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_9dc942d55ddce48f183955a7f5e04f9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5869d90bc78b82a270001a016df4118 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_021a292024d492d1162231efa384415f = $(`<div id="html_021a292024d492d1162231efa384415f" style="width: 100.0%; height: 100.0%;">relay.sdbitcoiners.com</div>`)[0];
|
|
popup_f5869d90bc78b82a270001a016df4118.setContent(html_021a292024d492d1162231efa384415f);
|
|
|
|
|
|
|
|
marker_0d2427c947f203efcfb8f510d821f0f3.bindPopup(popup_f5869d90bc78b82a270001a016df4118)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d2427c947f203efcfb8f510d821f0f3.setIcon(icon_9dc942d55ddce48f183955a7f5e04f9e);
|
|
|
|
|
|
var marker_821f73b6964f32742c65f0ff3e7ba962 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_6b98400b0dd997f27f824fe15042be10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1f3638d2a456e2f7f6b744fe3c82966 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f72a32f9010aef217e5151b1e2c05b48 = $(`<div id="html_f72a32f9010aef217e5151b1e2c05b48" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_d1f3638d2a456e2f7f6b744fe3c82966.setContent(html_f72a32f9010aef217e5151b1e2c05b48);
|
|
|
|
|
|
|
|
marker_821f73b6964f32742c65f0ff3e7ba962.bindPopup(popup_d1f3638d2a456e2f7f6b744fe3c82966)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_821f73b6964f32742c65f0ff3e7ba962.setIcon(icon_6b98400b0dd997f27f824fe15042be10);
|
|
|
|
|
|
var marker_d2a78bc7fb6b73760e80508103bd904c = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_38855da04bf07013e896d9026b4d1750 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_126d45ec5e7aaed6f1043e94de6d7b4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_143ddf67ecacd6ffeb706fa0c0352f3b = $(`<div id="html_143ddf67ecacd6ffeb706fa0c0352f3b" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_126d45ec5e7aaed6f1043e94de6d7b4c.setContent(html_143ddf67ecacd6ffeb706fa0c0352f3b);
|
|
|
|
|
|
|
|
marker_d2a78bc7fb6b73760e80508103bd904c.bindPopup(popup_126d45ec5e7aaed6f1043e94de6d7b4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2a78bc7fb6b73760e80508103bd904c.setIcon(icon_38855da04bf07013e896d9026b4d1750);
|
|
|
|
|
|
var marker_af1bfcd7c8489d3db801f2226aee0b9f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a95a54c308885297a72ece50837d55c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b38b6bcb8e63c9713af6ef46e079a06d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e01c6c557eb67c525f5ee8c7cf973420 = $(`<div id="html_e01c6c557eb67c525f5ee8c7cf973420" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_b38b6bcb8e63c9713af6ef46e079a06d.setContent(html_e01c6c557eb67c525f5ee8c7cf973420);
|
|
|
|
|
|
|
|
marker_af1bfcd7c8489d3db801f2226aee0b9f.bindPopup(popup_b38b6bcb8e63c9713af6ef46e079a06d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af1bfcd7c8489d3db801f2226aee0b9f.setIcon(icon_a95a54c308885297a72ece50837d55c5);
|
|
|
|
|
|
var marker_d81bb7f535a7d667438d90bc6628814d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c492c1ee2c2aaa0f9ab21ae4350e0bd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_687eee40950cd9f97d9f75e23a972e63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81035ac899019b7c03583ba8bed9d472 = $(`<div id="html_81035ac899019b7c03583ba8bed9d472" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_687eee40950cd9f97d9f75e23a972e63.setContent(html_81035ac899019b7c03583ba8bed9d472);
|
|
|
|
|
|
|
|
marker_d81bb7f535a7d667438d90bc6628814d.bindPopup(popup_687eee40950cd9f97d9f75e23a972e63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d81bb7f535a7d667438d90bc6628814d.setIcon(icon_c492c1ee2c2aaa0f9ab21ae4350e0bd5);
|
|
|
|
|
|
var marker_392c140def0cc55f13bf12808321f520 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_1711d2a1e21a063eaebcf3b5e70dc057 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dd2ad7f8be2569073f77310635a04e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_399b93548877431a1775f0990fd1563b = $(`<div id="html_399b93548877431a1775f0990fd1563b" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_2dd2ad7f8be2569073f77310635a04e7.setContent(html_399b93548877431a1775f0990fd1563b);
|
|
|
|
|
|
|
|
marker_392c140def0cc55f13bf12808321f520.bindPopup(popup_2dd2ad7f8be2569073f77310635a04e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_392c140def0cc55f13bf12808321f520.setIcon(icon_1711d2a1e21a063eaebcf3b5e70dc057);
|
|
|
|
|
|
var marker_222cf9cf0d4a61777f35986fc48209ba = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_26bdf32475c259c7d1de628c738125f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89e4b0143566615faddf34ecc31cdd4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5092946332a4c55a71efdef7bf077743 = $(`<div id="html_5092946332a4c55a71efdef7bf077743" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_89e4b0143566615faddf34ecc31cdd4d.setContent(html_5092946332a4c55a71efdef7bf077743);
|
|
|
|
|
|
|
|
marker_222cf9cf0d4a61777f35986fc48209ba.bindPopup(popup_89e4b0143566615faddf34ecc31cdd4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_222cf9cf0d4a61777f35986fc48209ba.setIcon(icon_26bdf32475c259c7d1de628c738125f4);
|
|
|
|
|
|
var marker_2fc19d7517cdf448fd51fd8399c7d2ce = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_78e781e1640a0bbd2702168eace2a73b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87e0afe0c20bb4fc5ee3c69f135718e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbb24b3170b48fe09f2ee52a4afda6c3 = $(`<div id="html_bbb24b3170b48fe09f2ee52a4afda6c3" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_87e0afe0c20bb4fc5ee3c69f135718e0.setContent(html_bbb24b3170b48fe09f2ee52a4afda6c3);
|
|
|
|
|
|
|
|
marker_2fc19d7517cdf448fd51fd8399c7d2ce.bindPopup(popup_87e0afe0c20bb4fc5ee3c69f135718e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fc19d7517cdf448fd51fd8399c7d2ce.setIcon(icon_78e781e1640a0bbd2702168eace2a73b);
|
|
|
|
|
|
var marker_21e46e464a4e75000bb90b0ff8a4a5fa = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_016f11ff53a41efc1e9c2bb1c1ead4fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d602cdb025106c6f6133bffe86e92fbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_342e1b4db372690287a170e931a74079 = $(`<div id="html_342e1b4db372690287a170e931a74079" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_d602cdb025106c6f6133bffe86e92fbe.setContent(html_342e1b4db372690287a170e931a74079);
|
|
|
|
|
|
|
|
marker_21e46e464a4e75000bb90b0ff8a4a5fa.bindPopup(popup_d602cdb025106c6f6133bffe86e92fbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21e46e464a4e75000bb90b0ff8a4a5fa.setIcon(icon_016f11ff53a41efc1e9c2bb1c1ead4fe);
|
|
|
|
|
|
var marker_0c94eb7cb40f2f08d01c8bac251f8043 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_8a0a0fd2099e648a84d776e576f1db86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ea05b13e50f041e5612fca988ac58e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dee83e70c6b57c3d40ebbeeb7107a564 = $(`<div id="html_dee83e70c6b57c3d40ebbeeb7107a564" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_5ea05b13e50f041e5612fca988ac58e0.setContent(html_dee83e70c6b57c3d40ebbeeb7107a564);
|
|
|
|
|
|
|
|
marker_0c94eb7cb40f2f08d01c8bac251f8043.bindPopup(popup_5ea05b13e50f041e5612fca988ac58e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c94eb7cb40f2f08d01c8bac251f8043.setIcon(icon_8a0a0fd2099e648a84d776e576f1db86);
|
|
|
|
|
|
var marker_6c3e001f78ce868d2de6182fa40e8527 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_dc051b04c847739410eef7569c514004 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f13f36cc845be8f56534342bb404abc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_222aedebe3b055464095b87f8666839a = $(`<div id="html_222aedebe3b055464095b87f8666839a" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_f13f36cc845be8f56534342bb404abc5.setContent(html_222aedebe3b055464095b87f8666839a);
|
|
|
|
|
|
|
|
marker_6c3e001f78ce868d2de6182fa40e8527.bindPopup(popup_f13f36cc845be8f56534342bb404abc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c3e001f78ce868d2de6182fa40e8527.setIcon(icon_dc051b04c847739410eef7569c514004);
|
|
|
|
|
|
var marker_36b93b80a95e9b8612e3320a6ec751c2 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_737530dcc1c18173e252be99caa6782f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9ce7842a154954adad9dc5573ee9d0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf7fe74efe2c6783072956bc179648fa = $(`<div id="html_bf7fe74efe2c6783072956bc179648fa" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_f9ce7842a154954adad9dc5573ee9d0c.setContent(html_bf7fe74efe2c6783072956bc179648fa);
|
|
|
|
|
|
|
|
marker_36b93b80a95e9b8612e3320a6ec751c2.bindPopup(popup_f9ce7842a154954adad9dc5573ee9d0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36b93b80a95e9b8612e3320a6ec751c2.setIcon(icon_737530dcc1c18173e252be99caa6782f);
|
|
|
|
|
|
var marker_1ca9f683dada3fa51a4cad3318ea5746 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_3c45f63fc88eb7f65700b770f8378e1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9e8f5aa69193f840846d2449164f195 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53f96bc7de4088abe66996d54650b197 = $(`<div id="html_53f96bc7de4088abe66996d54650b197" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_c9e8f5aa69193f840846d2449164f195.setContent(html_53f96bc7de4088abe66996d54650b197);
|
|
|
|
|
|
|
|
marker_1ca9f683dada3fa51a4cad3318ea5746.bindPopup(popup_c9e8f5aa69193f840846d2449164f195)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ca9f683dada3fa51a4cad3318ea5746.setIcon(icon_3c45f63fc88eb7f65700b770f8378e1a);
|
|
|
|
|
|
var marker_eea4b45f984cdecc55a2eec328dddd82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_f3a03d97066ad6be937c599b1d291b8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0933c0dc0294910d03ac9a0899fc03cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c21fedfcbc2cd547ce1919e209bc2c1 = $(`<div id="html_6c21fedfcbc2cd547ce1919e209bc2c1" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_0933c0dc0294910d03ac9a0899fc03cf.setContent(html_6c21fedfcbc2cd547ce1919e209bc2c1);
|
|
|
|
|
|
|
|
marker_eea4b45f984cdecc55a2eec328dddd82.bindPopup(popup_0933c0dc0294910d03ac9a0899fc03cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eea4b45f984cdecc55a2eec328dddd82.setIcon(icon_f3a03d97066ad6be937c599b1d291b8e);
|
|
|
|
|
|
var marker_ab90af0462a9980852f5ab96f28233cd = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_9237b23a5ec034a329be91a950c4ab3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b538405751849b1d0c2af20d4eb8c09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fee9dd2b3ad266da4db803d1a09a663a = $(`<div id="html_fee9dd2b3ad266da4db803d1a09a663a" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_0b538405751849b1d0c2af20d4eb8c09.setContent(html_fee9dd2b3ad266da4db803d1a09a663a);
|
|
|
|
|
|
|
|
marker_ab90af0462a9980852f5ab96f28233cd.bindPopup(popup_0b538405751849b1d0c2af20d4eb8c09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab90af0462a9980852f5ab96f28233cd.setIcon(icon_9237b23a5ec034a329be91a950c4ab3e);
|
|
|
|
|
|
var marker_53517758a4ba6ea32dc897428669e089 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_3fdad251d1ee2b1325023ef259831a51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7249d35802e1b18e83eb4fde8f90f11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb6950742c5d6215a6a36a36477d9c63 = $(`<div id="html_eb6950742c5d6215a6a36a36477d9c63" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_f7249d35802e1b18e83eb4fde8f90f11.setContent(html_eb6950742c5d6215a6a36a36477d9c63);
|
|
|
|
|
|
|
|
marker_53517758a4ba6ea32dc897428669e089.bindPopup(popup_f7249d35802e1b18e83eb4fde8f90f11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53517758a4ba6ea32dc897428669e089.setIcon(icon_3fdad251d1ee2b1325023ef259831a51);
|
|
|
|
|
|
var marker_75fcd7a74458de5f054efc22e0b569d0 = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_3efdf7d117c96847371f1cd8cc8303d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03256dec3d492ea6352209828450c994 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d83b267cd9b3066dfb6b57d2755626eb = $(`<div id="html_d83b267cd9b3066dfb6b57d2755626eb" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_03256dec3d492ea6352209828450c994.setContent(html_d83b267cd9b3066dfb6b57d2755626eb);
|
|
|
|
|
|
|
|
marker_75fcd7a74458de5f054efc22e0b569d0.bindPopup(popup_03256dec3d492ea6352209828450c994)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75fcd7a74458de5f054efc22e0b569d0.setIcon(icon_3efdf7d117c96847371f1cd8cc8303d9);
|
|
|
|
|
|
var marker_5ed8d25b17e70133fc76bdadb48a000f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_8b07cf0145f8d402536a318d32a6411b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aae3c7ed9cf139149323fb51a61a7854 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3999cd33b3ff8e62daf02db7083399af = $(`<div id="html_3999cd33b3ff8e62daf02db7083399af" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_aae3c7ed9cf139149323fb51a61a7854.setContent(html_3999cd33b3ff8e62daf02db7083399af);
|
|
|
|
|
|
|
|
marker_5ed8d25b17e70133fc76bdadb48a000f.bindPopup(popup_aae3c7ed9cf139149323fb51a61a7854)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ed8d25b17e70133fc76bdadb48a000f.setIcon(icon_8b07cf0145f8d402536a318d32a6411b);
|
|
|
|
|
|
var marker_59ee2f6957552b3b1da7e740192fdf5c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a8390745703b97489bff4c1945d915f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa647fd99f5fc1a94fd69b9cec12f103 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f27f41ee62b403d730cff97f727a0218 = $(`<div id="html_f27f41ee62b403d730cff97f727a0218" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_fa647fd99f5fc1a94fd69b9cec12f103.setContent(html_f27f41ee62b403d730cff97f727a0218);
|
|
|
|
|
|
|
|
marker_59ee2f6957552b3b1da7e740192fdf5c.bindPopup(popup_fa647fd99f5fc1a94fd69b9cec12f103)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59ee2f6957552b3b1da7e740192fdf5c.setIcon(icon_a8390745703b97489bff4c1945d915f2);
|
|
|
|
|
|
var marker_6d9121129ffa18f11822d8ab44b774db = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a6c2fb5503f6a74020864fdfe4c91f2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c80eeb3bedb268f70bcee93aadedb98b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e8c1f26c3fa39def2bc4f204febe7f2 = $(`<div id="html_4e8c1f26c3fa39def2bc4f204febe7f2" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_c80eeb3bedb268f70bcee93aadedb98b.setContent(html_4e8c1f26c3fa39def2bc4f204febe7f2);
|
|
|
|
|
|
|
|
marker_6d9121129ffa18f11822d8ab44b774db.bindPopup(popup_c80eeb3bedb268f70bcee93aadedb98b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d9121129ffa18f11822d8ab44b774db.setIcon(icon_a6c2fb5503f6a74020864fdfe4c91f2f);
|
|
|
|
|
|
var marker_a29464288593fd8a12e1433a682ab13b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_6c6b00ef00e76a67c33016ad494710de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9875dc3c4af25b55ccfc5e10905c7ab0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13b87c5ab2bd57790fc35d85742fd8af = $(`<div id="html_13b87c5ab2bd57790fc35d85742fd8af" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_9875dc3c4af25b55ccfc5e10905c7ab0.setContent(html_13b87c5ab2bd57790fc35d85742fd8af);
|
|
|
|
|
|
|
|
marker_a29464288593fd8a12e1433a682ab13b.bindPopup(popup_9875dc3c4af25b55ccfc5e10905c7ab0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a29464288593fd8a12e1433a682ab13b.setIcon(icon_6c6b00ef00e76a67c33016ad494710de);
|
|
|
|
|
|
var marker_fd1e829022313bf8102740fd71296c72 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_0b1f021040df01e4a9f28ac7143ef779 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_693534d38c762066f67f7d548466b9f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1252f2419bb1185c91c35dc073dac4b = $(`<div id="html_c1252f2419bb1185c91c35dc073dac4b" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_693534d38c762066f67f7d548466b9f8.setContent(html_c1252f2419bb1185c91c35dc073dac4b);
|
|
|
|
|
|
|
|
marker_fd1e829022313bf8102740fd71296c72.bindPopup(popup_693534d38c762066f67f7d548466b9f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd1e829022313bf8102740fd71296c72.setIcon(icon_0b1f021040df01e4a9f28ac7143ef779);
|
|
|
|
|
|
var marker_469fdceb8177f9881a24674e50d3da52 = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_cae0a26a0e00c03982da362b4c12bf7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57994e7dbc68153e01df96aa256de5f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd7dcaaadbf7907ea183af17287d3175 = $(`<div id="html_dd7dcaaadbf7907ea183af17287d3175" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_57994e7dbc68153e01df96aa256de5f6.setContent(html_dd7dcaaadbf7907ea183af17287d3175);
|
|
|
|
|
|
|
|
marker_469fdceb8177f9881a24674e50d3da52.bindPopup(popup_57994e7dbc68153e01df96aa256de5f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_469fdceb8177f9881a24674e50d3da52.setIcon(icon_cae0a26a0e00c03982da362b4c12bf7b);
|
|
|
|
|
|
var marker_1c3679284504b287107965414d820394 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_54a5e8f04726933b6cc065ed100b8659 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30c3742a7cbc4807185a98839b2db39e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce276c7ce3a040858964f0e8b6da3845 = $(`<div id="html_ce276c7ce3a040858964f0e8b6da3845" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_30c3742a7cbc4807185a98839b2db39e.setContent(html_ce276c7ce3a040858964f0e8b6da3845);
|
|
|
|
|
|
|
|
marker_1c3679284504b287107965414d820394.bindPopup(popup_30c3742a7cbc4807185a98839b2db39e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c3679284504b287107965414d820394.setIcon(icon_54a5e8f04726933b6cc065ed100b8659);
|
|
|
|
|
|
var marker_7cbb8d0dad92902abb3dfe48349c6eef = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_99e8a36ce79f526b5d8d5ef4ac84832d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c323525fad2c5d7394852e9033c62949 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_567ef85c39cb8bb218a5004d2cf0c926 = $(`<div id="html_567ef85c39cb8bb218a5004d2cf0c926" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_c323525fad2c5d7394852e9033c62949.setContent(html_567ef85c39cb8bb218a5004d2cf0c926);
|
|
|
|
|
|
|
|
marker_7cbb8d0dad92902abb3dfe48349c6eef.bindPopup(popup_c323525fad2c5d7394852e9033c62949)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cbb8d0dad92902abb3dfe48349c6eef.setIcon(icon_99e8a36ce79f526b5d8d5ef4ac84832d);
|
|
|
|
|
|
var marker_c6f1c751292b66d0b25170f53b43983a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_f63816d60106e13ab8ca20e4f0c11975 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c6316b6806440e797e3dc3889d9a215 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e1c433d6b213a8b6a84b4df2a7046fb = $(`<div id="html_1e1c433d6b213a8b6a84b4df2a7046fb" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_8c6316b6806440e797e3dc3889d9a215.setContent(html_1e1c433d6b213a8b6a84b4df2a7046fb);
|
|
|
|
|
|
|
|
marker_c6f1c751292b66d0b25170f53b43983a.bindPopup(popup_8c6316b6806440e797e3dc3889d9a215)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6f1c751292b66d0b25170f53b43983a.setIcon(icon_f63816d60106e13ab8ca20e4f0c11975);
|
|
|
|
|
|
var marker_274d1d7277958ad8beb462edc72a628a = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_414492b5f54c2aebbe4e6f0772e61c4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c570a9be0a3924789c82fb4e279b664 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0d7c257b1536e6a8a77f6626d88043a = $(`<div id="html_b0d7c257b1536e6a8a77f6626d88043a" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_6c570a9be0a3924789c82fb4e279b664.setContent(html_b0d7c257b1536e6a8a77f6626d88043a);
|
|
|
|
|
|
|
|
marker_274d1d7277958ad8beb462edc72a628a.bindPopup(popup_6c570a9be0a3924789c82fb4e279b664)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_274d1d7277958ad8beb462edc72a628a.setIcon(icon_414492b5f54c2aebbe4e6f0772e61c4c);
|
|
|
|
|
|
var marker_3794ce72b275ce5c2165484d12d84c95 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_6a4a445d426e711016275f5b6dc80525 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_677077542fc5e380b18d1440cc6e0266 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f928a82d1a28695d412b3eb6f4267aa3 = $(`<div id="html_f928a82d1a28695d412b3eb6f4267aa3" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_677077542fc5e380b18d1440cc6e0266.setContent(html_f928a82d1a28695d412b3eb6f4267aa3);
|
|
|
|
|
|
|
|
marker_3794ce72b275ce5c2165484d12d84c95.bindPopup(popup_677077542fc5e380b18d1440cc6e0266)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3794ce72b275ce5c2165484d12d84c95.setIcon(icon_6a4a445d426e711016275f5b6dc80525);
|
|
|
|
|
|
var marker_43d3c1b0440bf3614d4178a21ec4b103 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_2327c110464551a2da0d88c243085e51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1964448e3959c30eeda7a250effc7510 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b966c2df5381147b44841ed4341a10f = $(`<div id="html_4b966c2df5381147b44841ed4341a10f" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_1964448e3959c30eeda7a250effc7510.setContent(html_4b966c2df5381147b44841ed4341a10f);
|
|
|
|
|
|
|
|
marker_43d3c1b0440bf3614d4178a21ec4b103.bindPopup(popup_1964448e3959c30eeda7a250effc7510)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43d3c1b0440bf3614d4178a21ec4b103.setIcon(icon_2327c110464551a2da0d88c243085e51);
|
|
|
|
|
|
var marker_c06bdc366191ce8b3b72a75a00db0534 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_23e117ec2706596276ecb39a3daa7b65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54259266027f530709eb5a406fb537d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a08635fbae220c797cb8a249ce068578 = $(`<div id="html_a08635fbae220c797cb8a249ce068578" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_54259266027f530709eb5a406fb537d7.setContent(html_a08635fbae220c797cb8a249ce068578);
|
|
|
|
|
|
|
|
marker_c06bdc366191ce8b3b72a75a00db0534.bindPopup(popup_54259266027f530709eb5a406fb537d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c06bdc366191ce8b3b72a75a00db0534.setIcon(icon_23e117ec2706596276ecb39a3daa7b65);
|
|
|
|
|
|
var marker_405b56cba88f8aaa336a30baff55e480 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_98a005ace9d9e59949fef619efc90130 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_153bf9009c5c4633f7734f303304e314 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d350b4fde82e07b43be5ede3a1920ed = $(`<div id="html_7d350b4fde82e07b43be5ede3a1920ed" style="width: 100.0%; height: 100.0%;">relay.opmaat.org</div>`)[0];
|
|
popup_153bf9009c5c4633f7734f303304e314.setContent(html_7d350b4fde82e07b43be5ede3a1920ed);
|
|
|
|
|
|
|
|
marker_405b56cba88f8aaa336a30baff55e480.bindPopup(popup_153bf9009c5c4633f7734f303304e314)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_405b56cba88f8aaa336a30baff55e480.setIcon(icon_98a005ace9d9e59949fef619efc90130);
|
|
|
|
|
|
var marker_c4758dc0fd470b47f931297d93f3f43e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_af24d023b8da8758c2a4a28722fc80d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4aef3547b204341e5d312c86146f74ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29009c506df5e5bf391289c4551d8f53 = $(`<div id="html_29009c506df5e5bf391289c4551d8f53" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_4aef3547b204341e5d312c86146f74ab.setContent(html_29009c506df5e5bf391289c4551d8f53);
|
|
|
|
|
|
|
|
marker_c4758dc0fd470b47f931297d93f3f43e.bindPopup(popup_4aef3547b204341e5d312c86146f74ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4758dc0fd470b47f931297d93f3f43e.setIcon(icon_af24d023b8da8758c2a4a28722fc80d1);
|
|
|
|
|
|
var marker_d225c7cd6292fd810931573a71da43cb = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_4d511881c079e47944890bb4a7ed442c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff556bf8e56f97c8ac20ca9202a6deff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48306974287a28ff3a2ff86396163467 = $(`<div id="html_48306974287a28ff3a2ff86396163467" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_ff556bf8e56f97c8ac20ca9202a6deff.setContent(html_48306974287a28ff3a2ff86396163467);
|
|
|
|
|
|
|
|
marker_d225c7cd6292fd810931573a71da43cb.bindPopup(popup_ff556bf8e56f97c8ac20ca9202a6deff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d225c7cd6292fd810931573a71da43cb.setIcon(icon_4d511881c079e47944890bb4a7ed442c);
|
|
|
|
|
|
var marker_a3ae00d1b49a12e75498fe09b17c73b2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_0f63985294ff580186cbab424095433d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a6a09762d8a27102a53dfffb923f8ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31a3b5673ab773f063c0a0b707759c7b = $(`<div id="html_31a3b5673ab773f063c0a0b707759c7b" style="width: 100.0%; height: 100.0%;">strfry.atlantislabs.space</div>`)[0];
|
|
popup_2a6a09762d8a27102a53dfffb923f8ba.setContent(html_31a3b5673ab773f063c0a0b707759c7b);
|
|
|
|
|
|
|
|
marker_a3ae00d1b49a12e75498fe09b17c73b2.bindPopup(popup_2a6a09762d8a27102a53dfffb923f8ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3ae00d1b49a12e75498fe09b17c73b2.setIcon(icon_0f63985294ff580186cbab424095433d);
|
|
|
|
|
|
var marker_fb08a184708770c801fb48454b2de31d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c6339236611e302585ee97a5c18383ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6592ec202172bdd0890167237a13cb63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7d48a10f3b5d83b240f4f3904bb41df = $(`<div id="html_c7d48a10f3b5d83b240f4f3904bb41df" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_6592ec202172bdd0890167237a13cb63.setContent(html_c7d48a10f3b5d83b240f4f3904bb41df);
|
|
|
|
|
|
|
|
marker_fb08a184708770c801fb48454b2de31d.bindPopup(popup_6592ec202172bdd0890167237a13cb63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb08a184708770c801fb48454b2de31d.setIcon(icon_c6339236611e302585ee97a5c18383ca);
|
|
|
|
|
|
var marker_0ffb7b44956190ddfbf7e9464883f143 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_b65cab2525fe0e7cc0dc0b1b8efd0adb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9c969967b68385dd6966e89682b43b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03993e8746f70a9292113caf8ba381e0 = $(`<div id="html_03993e8746f70a9292113caf8ba381e0" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_e9c969967b68385dd6966e89682b43b7.setContent(html_03993e8746f70a9292113caf8ba381e0);
|
|
|
|
|
|
|
|
marker_0ffb7b44956190ddfbf7e9464883f143.bindPopup(popup_e9c969967b68385dd6966e89682b43b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ffb7b44956190ddfbf7e9464883f143.setIcon(icon_b65cab2525fe0e7cc0dc0b1b8efd0adb);
|
|
|
|
|
|
var marker_b98dc5ff52d660e820ca179e874a4f8a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_eb74655dd9cb394436e70029ccde1eec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f69ae8145675dcc1f8b0a71c2e38caa0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f795bb9559e7e848a11bcb499df094ca = $(`<div id="html_f795bb9559e7e848a11bcb499df094ca" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_f69ae8145675dcc1f8b0a71c2e38caa0.setContent(html_f795bb9559e7e848a11bcb499df094ca);
|
|
|
|
|
|
|
|
marker_b98dc5ff52d660e820ca179e874a4f8a.bindPopup(popup_f69ae8145675dcc1f8b0a71c2e38caa0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b98dc5ff52d660e820ca179e874a4f8a.setIcon(icon_eb74655dd9cb394436e70029ccde1eec);
|
|
|
|
|
|
var marker_c1fe24c3ad0c98705b1b3806e1f5c7e1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_e551262c2d10232a4a285ebed236b8b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc8070bf97086495d681949c80872b51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab895319e30a8a9863dd683cc5c53242 = $(`<div id="html_ab895319e30a8a9863dd683cc5c53242" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_bc8070bf97086495d681949c80872b51.setContent(html_ab895319e30a8a9863dd683cc5c53242);
|
|
|
|
|
|
|
|
marker_c1fe24c3ad0c98705b1b3806e1f5c7e1.bindPopup(popup_bc8070bf97086495d681949c80872b51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1fe24c3ad0c98705b1b3806e1f5c7e1.setIcon(icon_e551262c2d10232a4a285ebed236b8b5);
|
|
|
|
|
|
var marker_d0b57df83cacb82536804832494bc791 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_3fa0d1cf4c9f2df42ca49afb3aa43178 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e7290982e29837b11c0dde09ee415fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b264fc64b57ce1edc8bd30685920c10 = $(`<div id="html_6b264fc64b57ce1edc8bd30685920c10" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_6e7290982e29837b11c0dde09ee415fd.setContent(html_6b264fc64b57ce1edc8bd30685920c10);
|
|
|
|
|
|
|
|
marker_d0b57df83cacb82536804832494bc791.bindPopup(popup_6e7290982e29837b11c0dde09ee415fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0b57df83cacb82536804832494bc791.setIcon(icon_3fa0d1cf4c9f2df42ca49afb3aa43178);
|
|
|
|
|
|
var marker_23e0b0b6befe2721ce2bd02c247ef679 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_34b1ccf455e607304f28b02d01dbbaaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa7a06f5f9d58cd422af647ae3923358 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff9ddfa69b8ad0d18bae9c9d3134cc18 = $(`<div id="html_ff9ddfa69b8ad0d18bae9c9d3134cc18" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_aa7a06f5f9d58cd422af647ae3923358.setContent(html_ff9ddfa69b8ad0d18bae9c9d3134cc18);
|
|
|
|
|
|
|
|
marker_23e0b0b6befe2721ce2bd02c247ef679.bindPopup(popup_aa7a06f5f9d58cd422af647ae3923358)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23e0b0b6befe2721ce2bd02c247ef679.setIcon(icon_34b1ccf455e607304f28b02d01dbbaaf);
|
|
|
|
|
|
var marker_d8af3b5d4b9aea77039f865f62a8a04b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_73c00a423157ddb00005ff2c0b0038ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91cf7b5e8d5eef429223c7c79fae53db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8888876cc3094b81af090391ca80fb9 = $(`<div id="html_c8888876cc3094b81af090391ca80fb9" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_91cf7b5e8d5eef429223c7c79fae53db.setContent(html_c8888876cc3094b81af090391ca80fb9);
|
|
|
|
|
|
|
|
marker_d8af3b5d4b9aea77039f865f62a8a04b.bindPopup(popup_91cf7b5e8d5eef429223c7c79fae53db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8af3b5d4b9aea77039f865f62a8a04b.setIcon(icon_73c00a423157ddb00005ff2c0b0038ee);
|
|
|
|
|
|
var marker_122c48c21fa3b9dd5c698f327fd2ac44 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_78bee56b2eaac631bf2bdc481b7b65a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c496db263ceef059956fe33081da719 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39dea333f80c2919046f8d22867f11e9 = $(`<div id="html_39dea333f80c2919046f8d22867f11e9" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_4c496db263ceef059956fe33081da719.setContent(html_39dea333f80c2919046f8d22867f11e9);
|
|
|
|
|
|
|
|
marker_122c48c21fa3b9dd5c698f327fd2ac44.bindPopup(popup_4c496db263ceef059956fe33081da719)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_122c48c21fa3b9dd5c698f327fd2ac44.setIcon(icon_78bee56b2eaac631bf2bdc481b7b65a1);
|
|
|
|
|
|
var marker_d2f7a558d0e3819bbee6df7d05885196 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_f153276c9d22c1f641c25077c89a41cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90e829f6e7350f3b691fc1514a421f89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cb22b140696c1d1adf88c94d8b6ad57 = $(`<div id="html_5cb22b140696c1d1adf88c94d8b6ad57" style="width: 100.0%; height: 100.0%;">relay.jbnco.co</div>`)[0];
|
|
popup_90e829f6e7350f3b691fc1514a421f89.setContent(html_5cb22b140696c1d1adf88c94d8b6ad57);
|
|
|
|
|
|
|
|
marker_d2f7a558d0e3819bbee6df7d05885196.bindPopup(popup_90e829f6e7350f3b691fc1514a421f89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2f7a558d0e3819bbee6df7d05885196.setIcon(icon_f153276c9d22c1f641c25077c89a41cb);
|
|
|
|
|
|
var marker_209e423abb574411cb02bc4aa06d1a63 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_e862a0a9e03d14815b14251e78d8e0e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8e5d9b98da0ee5a3cea913a56327a06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a3e874e0288d7bf377b03cc2452151f = $(`<div id="html_7a3e874e0288d7bf377b03cc2452151f" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_e8e5d9b98da0ee5a3cea913a56327a06.setContent(html_7a3e874e0288d7bf377b03cc2452151f);
|
|
|
|
|
|
|
|
marker_209e423abb574411cb02bc4aa06d1a63.bindPopup(popup_e8e5d9b98da0ee5a3cea913a56327a06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_209e423abb574411cb02bc4aa06d1a63.setIcon(icon_e862a0a9e03d14815b14251e78d8e0e7);
|
|
|
|
|
|
var marker_b6491fa3a4479936e429ac2059504396 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_71d7feadc4d6f06f917a6596e7a972f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd8ef599610ef13247db868efbf36114 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5489873eb7f35bbd544de9c6c6dd007c = $(`<div id="html_5489873eb7f35bbd544de9c6c6dd007c" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_fd8ef599610ef13247db868efbf36114.setContent(html_5489873eb7f35bbd544de9c6c6dd007c);
|
|
|
|
|
|
|
|
marker_b6491fa3a4479936e429ac2059504396.bindPopup(popup_fd8ef599610ef13247db868efbf36114)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6491fa3a4479936e429ac2059504396.setIcon(icon_71d7feadc4d6f06f917a6596e7a972f9);
|
|
|
|
|
|
var marker_fab382bb315a7a11e6feb47d1bdb3651 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c2e30a1d2febf07229b2a8c7e5f78c1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6dfc14c6c4c9d4d0aee6aa8b069cb20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ea13e9180ffbee271d5a3fd995f2f18 = $(`<div id="html_2ea13e9180ffbee271d5a3fd995f2f18" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_b6dfc14c6c4c9d4d0aee6aa8b069cb20.setContent(html_2ea13e9180ffbee271d5a3fd995f2f18);
|
|
|
|
|
|
|
|
marker_fab382bb315a7a11e6feb47d1bdb3651.bindPopup(popup_b6dfc14c6c4c9d4d0aee6aa8b069cb20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fab382bb315a7a11e6feb47d1bdb3651.setIcon(icon_c2e30a1d2febf07229b2a8c7e5f78c1a);
|
|
|
|
|
|
var marker_74e6b978e8363cd4bf31bdfc7fb11f38 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_37cbba2191fa058b9d0cef87b6d54ea7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23704ef97926ca015a93ffb416c62218 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4303cc78d35166f0f1c6e5a94c1ff182 = $(`<div id="html_4303cc78d35166f0f1c6e5a94c1ff182" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_23704ef97926ca015a93ffb416c62218.setContent(html_4303cc78d35166f0f1c6e5a94c1ff182);
|
|
|
|
|
|
|
|
marker_74e6b978e8363cd4bf31bdfc7fb11f38.bindPopup(popup_23704ef97926ca015a93ffb416c62218)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74e6b978e8363cd4bf31bdfc7fb11f38.setIcon(icon_37cbba2191fa058b9d0cef87b6d54ea7);
|
|
|
|
|
|
var marker_f97d8537234b22eac2222d70f6fefa0e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a3dc00f8e5ddf3b0cc59c523d43dae73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37006116b416afe80f973f1346e96b9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4385c60c75125c5843b1cf900eafbbf = $(`<div id="html_a4385c60c75125c5843b1cf900eafbbf" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_37006116b416afe80f973f1346e96b9f.setContent(html_a4385c60c75125c5843b1cf900eafbbf);
|
|
|
|
|
|
|
|
marker_f97d8537234b22eac2222d70f6fefa0e.bindPopup(popup_37006116b416afe80f973f1346e96b9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f97d8537234b22eac2222d70f6fefa0e.setIcon(icon_a3dc00f8e5ddf3b0cc59c523d43dae73);
|
|
|
|
|
|
var marker_e897085130b6b7ffcffba2adfbb76ef5 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c1b194197b533947af7080e7daef00bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27b39f44e3cb981c4838a4134d7ce7d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdecadbe0476fb7d971e20a0f716c236 = $(`<div id="html_cdecadbe0476fb7d971e20a0f716c236" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_27b39f44e3cb981c4838a4134d7ce7d9.setContent(html_cdecadbe0476fb7d971e20a0f716c236);
|
|
|
|
|
|
|
|
marker_e897085130b6b7ffcffba2adfbb76ef5.bindPopup(popup_27b39f44e3cb981c4838a4134d7ce7d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e897085130b6b7ffcffba2adfbb76ef5.setIcon(icon_c1b194197b533947af7080e7daef00bf);
|
|
|
|
|
|
var marker_42a8caef0f3983f9b340c37458ba16cc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_026915788c41417d7845ac05fd865c93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58367fd4d6e1216b04dbdf0e91f52684 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11f73c9fb6d09d8395ffab8eea229b6e = $(`<div id="html_11f73c9fb6d09d8395ffab8eea229b6e" style="width: 100.0%; height: 100.0%;">damus.bostr.online</div>`)[0];
|
|
popup_58367fd4d6e1216b04dbdf0e91f52684.setContent(html_11f73c9fb6d09d8395ffab8eea229b6e);
|
|
|
|
|
|
|
|
marker_42a8caef0f3983f9b340c37458ba16cc.bindPopup(popup_58367fd4d6e1216b04dbdf0e91f52684)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42a8caef0f3983f9b340c37458ba16cc.setIcon(icon_026915788c41417d7845ac05fd865c93);
|
|
|
|
|
|
var marker_674655367c712b70f140cc7d5867152f = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_e4386a9dc7a944ab1eeca956e04ca773 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0277f386a7f1deca21150ec0a3ccc93c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9137081ff7da1f4b12257cf60c05d89c = $(`<div id="html_9137081ff7da1f4b12257cf60c05d89c" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_0277f386a7f1deca21150ec0a3ccc93c.setContent(html_9137081ff7da1f4b12257cf60c05d89c);
|
|
|
|
|
|
|
|
marker_674655367c712b70f140cc7d5867152f.bindPopup(popup_0277f386a7f1deca21150ec0a3ccc93c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_674655367c712b70f140cc7d5867152f.setIcon(icon_e4386a9dc7a944ab1eeca956e04ca773);
|
|
|
|
|
|
var marker_3808c84fb36b0257e12595a16347e6a7 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_b4f277050b74910c32cccc2df97ec94b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_087334454ae460c1a6968ed89d14a4be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6867f44cc8a6d4ef78cfd37f8676ef50 = $(`<div id="html_6867f44cc8a6d4ef78cfd37f8676ef50" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_087334454ae460c1a6968ed89d14a4be.setContent(html_6867f44cc8a6d4ef78cfd37f8676ef50);
|
|
|
|
|
|
|
|
marker_3808c84fb36b0257e12595a16347e6a7.bindPopup(popup_087334454ae460c1a6968ed89d14a4be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3808c84fb36b0257e12595a16347e6a7.setIcon(icon_b4f277050b74910c32cccc2df97ec94b);
|
|
|
|
|
|
var marker_dbaeaaa79bbf5658a5093bf813c8ae00 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_8fdd85af908e0cb042377d489a737eaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8338fc6dd94e6027ecb7711f94c7758 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f46c291133275e77a271ffe6982c8600 = $(`<div id="html_f46c291133275e77a271ffe6982c8600" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_e8338fc6dd94e6027ecb7711f94c7758.setContent(html_f46c291133275e77a271ffe6982c8600);
|
|
|
|
|
|
|
|
marker_dbaeaaa79bbf5658a5093bf813c8ae00.bindPopup(popup_e8338fc6dd94e6027ecb7711f94c7758)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbaeaaa79bbf5658a5093bf813c8ae00.setIcon(icon_8fdd85af908e0cb042377d489a737eaa);
|
|
|
|
|
|
var marker_40e1114b35f4ddfd921de369af550320 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_9456e9c4b7ec4acdd1a78820b0bee4dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b503ee8df11a3aa3b843d3231230de50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fd94d9b88f0a301afd5841a4f7337cb = $(`<div id="html_5fd94d9b88f0a301afd5841a4f7337cb" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_b503ee8df11a3aa3b843d3231230de50.setContent(html_5fd94d9b88f0a301afd5841a4f7337cb);
|
|
|
|
|
|
|
|
marker_40e1114b35f4ddfd921de369af550320.bindPopup(popup_b503ee8df11a3aa3b843d3231230de50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40e1114b35f4ddfd921de369af550320.setIcon(icon_9456e9c4b7ec4acdd1a78820b0bee4dc);
|
|
|
|
|
|
var marker_d129a74aac9cf0b1c3d168b6588835c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_47cf7d5548322ccb21398289befe0a89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c0aed466bf9ae7931a740c78002e8b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09cbf07e70b7ed745433b98c3da09495 = $(`<div id="html_09cbf07e70b7ed745433b98c3da09495" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_7c0aed466bf9ae7931a740c78002e8b1.setContent(html_09cbf07e70b7ed745433b98c3da09495);
|
|
|
|
|
|
|
|
marker_d129a74aac9cf0b1c3d168b6588835c9.bindPopup(popup_7c0aed466bf9ae7931a740c78002e8b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d129a74aac9cf0b1c3d168b6588835c9.setIcon(icon_47cf7d5548322ccb21398289befe0a89);
|
|
|
|
|
|
var marker_7f0d4c1dfc36d47cb82bf561de4ecc6b = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_8600c6564b78a08a4c404b19494b1918 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87744a155b2d563ce0d7d197bbe6252a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a087f933e0fec4498040980a54d8640 = $(`<div id="html_8a087f933e0fec4498040980a54d8640" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_87744a155b2d563ce0d7d197bbe6252a.setContent(html_8a087f933e0fec4498040980a54d8640);
|
|
|
|
|
|
|
|
marker_7f0d4c1dfc36d47cb82bf561de4ecc6b.bindPopup(popup_87744a155b2d563ce0d7d197bbe6252a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f0d4c1dfc36d47cb82bf561de4ecc6b.setIcon(icon_8600c6564b78a08a4c404b19494b1918);
|
|
|
|
|
|
var marker_90287527f5002a0da4fd6d6b0981feab = L.marker(
|
|
[49.0291, 8.35705],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_023de1e46df104e1f3df3631b0166bd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5b8fe0ee9f0345a4af7dd6c89573af5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b106b391159c784216bd2b305a6f82e = $(`<div id="html_1b106b391159c784216bd2b305a6f82e" style="width: 100.0%; height: 100.0%;">relay.dyne.org</div>`)[0];
|
|
popup_f5b8fe0ee9f0345a4af7dd6c89573af5.setContent(html_1b106b391159c784216bd2b305a6f82e);
|
|
|
|
|
|
|
|
marker_90287527f5002a0da4fd6d6b0981feab.bindPopup(popup_f5b8fe0ee9f0345a4af7dd6c89573af5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90287527f5002a0da4fd6d6b0981feab.setIcon(icon_023de1e46df104e1f3df3631b0166bd7);
|
|
|
|
|
|
var marker_6df7476a7be964eecd39d8176e7a841d = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_f756088a232b6ca2731061d33df71c44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_194149d3a2f1dcb97c271da2685402a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7edbf17a718a767ea6befe5c89f17a3 = $(`<div id="html_b7edbf17a718a767ea6befe5c89f17a3" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_194149d3a2f1dcb97c271da2685402a9.setContent(html_b7edbf17a718a767ea6befe5c89f17a3);
|
|
|
|
|
|
|
|
marker_6df7476a7be964eecd39d8176e7a841d.bindPopup(popup_194149d3a2f1dcb97c271da2685402a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6df7476a7be964eecd39d8176e7a841d.setIcon(icon_f756088a232b6ca2731061d33df71c44);
|
|
|
|
|
|
var marker_b3706faa4600343dbdd1ea617aa88fc1 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a35ce4f6b70fa6944f160899aa11a153 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e118187b245d46f24463850423459c7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e38b4f5348801afd444f4c30083ed07a = $(`<div id="html_e38b4f5348801afd444f4c30083ed07a" style="width: 100.0%; height: 100.0%;">relay.staging.hostr.network</div>`)[0];
|
|
popup_e118187b245d46f24463850423459c7e.setContent(html_e38b4f5348801afd444f4c30083ed07a);
|
|
|
|
|
|
|
|
marker_b3706faa4600343dbdd1ea617aa88fc1.bindPopup(popup_e118187b245d46f24463850423459c7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3706faa4600343dbdd1ea617aa88fc1.setIcon(icon_a35ce4f6b70fa6944f160899aa11a153);
|
|
|
|
|
|
var marker_416219a8ede1a7879cb9094029258b91 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_9c4b1d2ab71f99576558bd02f14dac75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1b537bdd992f82bea5cd76a4637cb38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9a1f8670bdf8744a13fd4adef3bfc35 = $(`<div id="html_a9a1f8670bdf8744a13fd4adef3bfc35" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_c1b537bdd992f82bea5cd76a4637cb38.setContent(html_a9a1f8670bdf8744a13fd4adef3bfc35);
|
|
|
|
|
|
|
|
marker_416219a8ede1a7879cb9094029258b91.bindPopup(popup_c1b537bdd992f82bea5cd76a4637cb38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_416219a8ede1a7879cb9094029258b91.setIcon(icon_9c4b1d2ab71f99576558bd02f14dac75);
|
|
|
|
|
|
var marker_9a122a2e696cf00789c00ba1b4a94a45 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_727459b3dff40bf405106a0aa329404f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cb51f556e307b899b027b4fc2883b99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c2141d3889ba6b36745c98e2feba332 = $(`<div id="html_8c2141d3889ba6b36745c98e2feba332" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_1cb51f556e307b899b027b4fc2883b99.setContent(html_8c2141d3889ba6b36745c98e2feba332);
|
|
|
|
|
|
|
|
marker_9a122a2e696cf00789c00ba1b4a94a45.bindPopup(popup_1cb51f556e307b899b027b4fc2883b99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a122a2e696cf00789c00ba1b4a94a45.setIcon(icon_727459b3dff40bf405106a0aa329404f);
|
|
|
|
|
|
var marker_34fbcaf73de15e0d7cf776ef4dfb4827 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_70b32768e9852a8b484052636fe05e1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4c8758903f5ddf6da7ba39c23ca16b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_159e6f99f095bba2b468eebe069aad69 = $(`<div id="html_159e6f99f095bba2b468eebe069aad69" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_e4c8758903f5ddf6da7ba39c23ca16b5.setContent(html_159e6f99f095bba2b468eebe069aad69);
|
|
|
|
|
|
|
|
marker_34fbcaf73de15e0d7cf776ef4dfb4827.bindPopup(popup_e4c8758903f5ddf6da7ba39c23ca16b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34fbcaf73de15e0d7cf776ef4dfb4827.setIcon(icon_70b32768e9852a8b484052636fe05e1d);
|
|
|
|
|
|
var marker_37d37ca93af0682a1c76f53eea66497b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_5de1807e1c8dbd1ef73bb341a4882fce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49b22e4b55182e220e5086d1901c6cfb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21d1d8ce55e97638116012661aae6401 = $(`<div id="html_21d1d8ce55e97638116012661aae6401" style="width: 100.0%; height: 100.0%;">nostr.debate.report</div>`)[0];
|
|
popup_49b22e4b55182e220e5086d1901c6cfb.setContent(html_21d1d8ce55e97638116012661aae6401);
|
|
|
|
|
|
|
|
marker_37d37ca93af0682a1c76f53eea66497b.bindPopup(popup_49b22e4b55182e220e5086d1901c6cfb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37d37ca93af0682a1c76f53eea66497b.setIcon(icon_5de1807e1c8dbd1ef73bb341a4882fce);
|
|
|
|
|
|
var marker_9b67c725fb0638943dc771b8139bd9b9 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_2a243fbce2ba7d2177ffc3522c6375c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86e623e3c7f0083a1980d972be66a8a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a1c87ac56c857adf3480cf2564b6d58 = $(`<div id="html_9a1c87ac56c857adf3480cf2564b6d58" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_86e623e3c7f0083a1980d972be66a8a2.setContent(html_9a1c87ac56c857adf3480cf2564b6d58);
|
|
|
|
|
|
|
|
marker_9b67c725fb0638943dc771b8139bd9b9.bindPopup(popup_86e623e3c7f0083a1980d972be66a8a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b67c725fb0638943dc771b8139bd9b9.setIcon(icon_2a243fbce2ba7d2177ffc3522c6375c6);
|
|
|
|
|
|
var marker_fe64eb4fa4b56450c3281953b30f6f40 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_370ca49ea17a0c6555c23cea874f0084 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3cca91526412d9e5ffa74c3a4d671b29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bb48aab0f03076e29c2502bca0f3431 = $(`<div id="html_7bb48aab0f03076e29c2502bca0f3431" style="width: 100.0%; height: 100.0%;">porchlight.social</div>`)[0];
|
|
popup_3cca91526412d9e5ffa74c3a4d671b29.setContent(html_7bb48aab0f03076e29c2502bca0f3431);
|
|
|
|
|
|
|
|
marker_fe64eb4fa4b56450c3281953b30f6f40.bindPopup(popup_3cca91526412d9e5ffa74c3a4d671b29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe64eb4fa4b56450c3281953b30f6f40.setIcon(icon_370ca49ea17a0c6555c23cea874f0084);
|
|
|
|
|
|
var marker_36aedffb78e2056d67c2eea96a6cd915 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_2ccb1094f0a206bd65f51ae688923538 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d07f480b9bf1d4124a0a445f129dc737 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88f4b7c9b656cef56117ba8471ce660b = $(`<div id="html_88f4b7c9b656cef56117ba8471ce660b" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_d07f480b9bf1d4124a0a445f129dc737.setContent(html_88f4b7c9b656cef56117ba8471ce660b);
|
|
|
|
|
|
|
|
marker_36aedffb78e2056d67c2eea96a6cd915.bindPopup(popup_d07f480b9bf1d4124a0a445f129dc737)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36aedffb78e2056d67c2eea96a6cd915.setIcon(icon_2ccb1094f0a206bd65f51ae688923538);
|
|
|
|
|
|
var marker_2b78c786e5b52e30514a8b0530b31121 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c46cc0804acbb06429c7f3aec4a00702 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f669127889c66840c403222ab20ecd74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b53494ef2fa369eef5fecb7d317e407d = $(`<div id="html_b53494ef2fa369eef5fecb7d317e407d" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_f669127889c66840c403222ab20ecd74.setContent(html_b53494ef2fa369eef5fecb7d317e407d);
|
|
|
|
|
|
|
|
marker_2b78c786e5b52e30514a8b0530b31121.bindPopup(popup_f669127889c66840c403222ab20ecd74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b78c786e5b52e30514a8b0530b31121.setIcon(icon_c46cc0804acbb06429c7f3aec4a00702);
|
|
|
|
|
|
var marker_2d641bd15d4d50be5bc3a8dde314d823 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c5d1cd8bce050b0afad8ed07858ed2b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e9e23729cbe4508419e621b24dc86bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fce4108efee4828ab6aeb66fc07b56a8 = $(`<div id="html_fce4108efee4828ab6aeb66fc07b56a8" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_0e9e23729cbe4508419e621b24dc86bb.setContent(html_fce4108efee4828ab6aeb66fc07b56a8);
|
|
|
|
|
|
|
|
marker_2d641bd15d4d50be5bc3a8dde314d823.bindPopup(popup_0e9e23729cbe4508419e621b24dc86bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d641bd15d4d50be5bc3a8dde314d823.setIcon(icon_c5d1cd8bce050b0afad8ed07858ed2b2);
|
|
|
|
|
|
var marker_9a75f881b8e79b2be213dcd8086ff7a2 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c4cbb002a1d3d1c70d02cc52aa5794aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6bc999795e6cafa7ea3e45c065d113bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_205a42d420a56260d49e0cc260a7027a = $(`<div id="html_205a42d420a56260d49e0cc260a7027a" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_6bc999795e6cafa7ea3e45c065d113bb.setContent(html_205a42d420a56260d49e0cc260a7027a);
|
|
|
|
|
|
|
|
marker_9a75f881b8e79b2be213dcd8086ff7a2.bindPopup(popup_6bc999795e6cafa7ea3e45c065d113bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a75f881b8e79b2be213dcd8086ff7a2.setIcon(icon_c4cbb002a1d3d1c70d02cc52aa5794aa);
|
|
|
|
|
|
var marker_2b26a58a30be37c982433d3ae1498526 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_0d46f13d33d729469204b41c22c89b4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09d8c66959d46d67a8f8abf085e7a940 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98868046ed615b41f3ab6e8cc7e2922d = $(`<div id="html_98868046ed615b41f3ab6e8cc7e2922d" style="width: 100.0%; height: 100.0%;">bendernostur.duckdns.org:8443</div>`)[0];
|
|
popup_09d8c66959d46d67a8f8abf085e7a940.setContent(html_98868046ed615b41f3ab6e8cc7e2922d);
|
|
|
|
|
|
|
|
marker_2b26a58a30be37c982433d3ae1498526.bindPopup(popup_09d8c66959d46d67a8f8abf085e7a940)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b26a58a30be37c982433d3ae1498526.setIcon(icon_0d46f13d33d729469204b41c22c89b4f);
|
|
|
|
|
|
var marker_e9f77d0039f5ca29bb7b1d8a881df39f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_14995d2a948eadb4ef6416bf52be7e7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96117a000bcfbabb9d7a355759e2a5f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35db62a390b4b8df5e245fb6e84ed864 = $(`<div id="html_35db62a390b4b8df5e245fb6e84ed864" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_96117a000bcfbabb9d7a355759e2a5f9.setContent(html_35db62a390b4b8df5e245fb6e84ed864);
|
|
|
|
|
|
|
|
marker_e9f77d0039f5ca29bb7b1d8a881df39f.bindPopup(popup_96117a000bcfbabb9d7a355759e2a5f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9f77d0039f5ca29bb7b1d8a881df39f.setIcon(icon_14995d2a948eadb4ef6416bf52be7e7f);
|
|
|
|
|
|
var marker_0512511163c507f5d5e4b1d572c2cadc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_34d7716049e20dd5f9380bf2df433a7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89405bc6e9a0d4129db71689d19a49e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47cf07403cf6ec84f497d56f89917117 = $(`<div id="html_47cf07403cf6ec84f497d56f89917117" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_89405bc6e9a0d4129db71689d19a49e3.setContent(html_47cf07403cf6ec84f497d56f89917117);
|
|
|
|
|
|
|
|
marker_0512511163c507f5d5e4b1d572c2cadc.bindPopup(popup_89405bc6e9a0d4129db71689d19a49e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0512511163c507f5d5e4b1d572c2cadc.setIcon(icon_34d7716049e20dd5f9380bf2df433a7d);
|
|
|
|
|
|
var marker_d1421bd792bcf81315349ab34a0cfa01 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_b11878bcdc762b64e9173299bbbaa1de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ee9e0aa5b998f12523300fefbfa20d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22a34dab1b43603681638ca3b6afd432 = $(`<div id="html_22a34dab1b43603681638ca3b6afd432" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_2ee9e0aa5b998f12523300fefbfa20d5.setContent(html_22a34dab1b43603681638ca3b6afd432);
|
|
|
|
|
|
|
|
marker_d1421bd792bcf81315349ab34a0cfa01.bindPopup(popup_2ee9e0aa5b998f12523300fefbfa20d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1421bd792bcf81315349ab34a0cfa01.setIcon(icon_b11878bcdc762b64e9173299bbbaa1de);
|
|
|
|
|
|
var marker_f33584f45a03dcfec01bb9572590f4ee = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_618084baa37c9b86f45c079dce44470e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78be2a52abd7b5c463c708ad711799f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13a4747b783959a3e443637ecb718ca4 = $(`<div id="html_13a4747b783959a3e443637ecb718ca4" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_78be2a52abd7b5c463c708ad711799f3.setContent(html_13a4747b783959a3e443637ecb718ca4);
|
|
|
|
|
|
|
|
marker_f33584f45a03dcfec01bb9572590f4ee.bindPopup(popup_78be2a52abd7b5c463c708ad711799f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f33584f45a03dcfec01bb9572590f4ee.setIcon(icon_618084baa37c9b86f45c079dce44470e);
|
|
|
|
|
|
var marker_bd97f1f532111fdbb1a10a016b8e3b4b = L.marker(
|
|
[34.1749, -118.54],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_f2451e87f739418b8da190dfdcfd9b5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_251993b7750ba369da1cca3052270173 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88721e8f2fc8a2a23124dd86028ab645 = $(`<div id="html_88721e8f2fc8a2a23124dd86028ab645" style="width: 100.0%; height: 100.0%;">relay.earthly.city</div>`)[0];
|
|
popup_251993b7750ba369da1cca3052270173.setContent(html_88721e8f2fc8a2a23124dd86028ab645);
|
|
|
|
|
|
|
|
marker_bd97f1f532111fdbb1a10a016b8e3b4b.bindPopup(popup_251993b7750ba369da1cca3052270173)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd97f1f532111fdbb1a10a016b8e3b4b.setIcon(icon_f2451e87f739418b8da190dfdcfd9b5f);
|
|
|
|
|
|
var marker_04dc717b82a7e6acb598dc753df44cc1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_2044743d6e5dab6cf33702017e11191b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ffad728fe036af6a33a83b7f3d85e81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae95b2a27aed9497aaaa10dfe481ae5f = $(`<div id="html_ae95b2a27aed9497aaaa10dfe481ae5f" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_8ffad728fe036af6a33a83b7f3d85e81.setContent(html_ae95b2a27aed9497aaaa10dfe481ae5f);
|
|
|
|
|
|
|
|
marker_04dc717b82a7e6acb598dc753df44cc1.bindPopup(popup_8ffad728fe036af6a33a83b7f3d85e81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04dc717b82a7e6acb598dc753df44cc1.setIcon(icon_2044743d6e5dab6cf33702017e11191b);
|
|
|
|
|
|
var marker_ee1da5fd940d78f278775e5fbae93228 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_e9b1282ef98b4881cbc8d1898c450397 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3f59d6f4145c8a12a369d7c81c7a380 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a36fc67b156c092e82d9891325e7d67d = $(`<div id="html_a36fc67b156c092e82d9891325e7d67d" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_a3f59d6f4145c8a12a369d7c81c7a380.setContent(html_a36fc67b156c092e82d9891325e7d67d);
|
|
|
|
|
|
|
|
marker_ee1da5fd940d78f278775e5fbae93228.bindPopup(popup_a3f59d6f4145c8a12a369d7c81c7a380)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee1da5fd940d78f278775e5fbae93228.setIcon(icon_e9b1282ef98b4881cbc8d1898c450397);
|
|
|
|
|
|
var marker_218f832ff15ec593a855c3871232a00d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_94a554a0568a28dd7d46865553171ad8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11603437e8b5db982a92560625215487 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e1bb985589bf740942044c56bc7bf70 = $(`<div id="html_8e1bb985589bf740942044c56bc7bf70" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_11603437e8b5db982a92560625215487.setContent(html_8e1bb985589bf740942044c56bc7bf70);
|
|
|
|
|
|
|
|
marker_218f832ff15ec593a855c3871232a00d.bindPopup(popup_11603437e8b5db982a92560625215487)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_218f832ff15ec593a855c3871232a00d.setIcon(icon_94a554a0568a28dd7d46865553171ad8);
|
|
|
|
|
|
var marker_32c69c96bacf0af882161a76a31ca15c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_8e4cc00b82bc5099c668a4a83db1d981 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da0609f0a7014b674c09e2885c4a58ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afae6d9329b04e756df23d22d80cc46f = $(`<div id="html_afae6d9329b04e756df23d22d80cc46f" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_da0609f0a7014b674c09e2885c4a58ef.setContent(html_afae6d9329b04e756df23d22d80cc46f);
|
|
|
|
|
|
|
|
marker_32c69c96bacf0af882161a76a31ca15c.bindPopup(popup_da0609f0a7014b674c09e2885c4a58ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32c69c96bacf0af882161a76a31ca15c.setIcon(icon_8e4cc00b82bc5099c668a4a83db1d981);
|
|
|
|
|
|
var marker_f5788702cde49586e0acb09e6ad31b94 = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_5203877e198fb9d516cddb25289c9e0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d7d20764a8b21334a9ff1cbcbf316ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c079a978068856a1ceb805952484d0a9 = $(`<div id="html_c079a978068856a1ceb805952484d0a9" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_8d7d20764a8b21334a9ff1cbcbf316ab.setContent(html_c079a978068856a1ceb805952484d0a9);
|
|
|
|
|
|
|
|
marker_f5788702cde49586e0acb09e6ad31b94.bindPopup(popup_8d7d20764a8b21334a9ff1cbcbf316ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5788702cde49586e0acb09e6ad31b94.setIcon(icon_5203877e198fb9d516cddb25289c9e0c);
|
|
|
|
|
|
var marker_9fdd859734aa5594dda17a31d032e26a = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_6ff2046d0738449edad047d250278a78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1883ae1f0772a4ceb0093649a6811bd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e928f6ec599ca48e3c63926595dfe141 = $(`<div id="html_e928f6ec599ca48e3c63926595dfe141" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_1883ae1f0772a4ceb0093649a6811bd5.setContent(html_e928f6ec599ca48e3c63926595dfe141);
|
|
|
|
|
|
|
|
marker_9fdd859734aa5594dda17a31d032e26a.bindPopup(popup_1883ae1f0772a4ceb0093649a6811bd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fdd859734aa5594dda17a31d032e26a.setIcon(icon_6ff2046d0738449edad047d250278a78);
|
|
|
|
|
|
var marker_07cc25faefa643f0325e2e8d36ebd2a0 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_5f9cdce79a612cc411efa8f084b7f0d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22e41311e6a2dafe917dc420cabb7eb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49b4c33d1c36c8cbb2a68b73600ca757 = $(`<div id="html_49b4c33d1c36c8cbb2a68b73600ca757" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_22e41311e6a2dafe917dc420cabb7eb6.setContent(html_49b4c33d1c36c8cbb2a68b73600ca757);
|
|
|
|
|
|
|
|
marker_07cc25faefa643f0325e2e8d36ebd2a0.bindPopup(popup_22e41311e6a2dafe917dc420cabb7eb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07cc25faefa643f0325e2e8d36ebd2a0.setIcon(icon_5f9cdce79a612cc411efa8f084b7f0d3);
|
|
|
|
|
|
var marker_8a4c8ddb9e76b8af2a25d32a69c2bdde = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_910b46c04dbf6ffefa5d7a2d1f9b99f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abb8e006687d5e453d96e256704bcfd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e15259c1c84db609ed88b791e7836ef5 = $(`<div id="html_e15259c1c84db609ed88b791e7836ef5" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_abb8e006687d5e453d96e256704bcfd1.setContent(html_e15259c1c84db609ed88b791e7836ef5);
|
|
|
|
|
|
|
|
marker_8a4c8ddb9e76b8af2a25d32a69c2bdde.bindPopup(popup_abb8e006687d5e453d96e256704bcfd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a4c8ddb9e76b8af2a25d32a69c2bdde.setIcon(icon_910b46c04dbf6ffefa5d7a2d1f9b99f2);
|
|
|
|
|
|
var marker_5ef2fa94d3e7bafdcd53886165c2dba2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_ef696a49f2daf1e11198919462fff72e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7134a14410a834a9c71d7a672eafeb34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f71e6f274d4499c8ecc0a20f5ba0e2e = $(`<div id="html_0f71e6f274d4499c8ecc0a20f5ba0e2e" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_7134a14410a834a9c71d7a672eafeb34.setContent(html_0f71e6f274d4499c8ecc0a20f5ba0e2e);
|
|
|
|
|
|
|
|
marker_5ef2fa94d3e7bafdcd53886165c2dba2.bindPopup(popup_7134a14410a834a9c71d7a672eafeb34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ef2fa94d3e7bafdcd53886165c2dba2.setIcon(icon_ef696a49f2daf1e11198919462fff72e);
|
|
|
|
|
|
var marker_60371e246a3f91065ed2730589c359e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_64d900d5dfdaeca038af7e08aa731b8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80d91e1acf1bf9e8c3d935c7126dd251 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a96f634e3363e1e0e503f2671c25aa0 = $(`<div id="html_4a96f634e3363e1e0e503f2671c25aa0" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_80d91e1acf1bf9e8c3d935c7126dd251.setContent(html_4a96f634e3363e1e0e503f2671c25aa0);
|
|
|
|
|
|
|
|
marker_60371e246a3f91065ed2730589c359e4.bindPopup(popup_80d91e1acf1bf9e8c3d935c7126dd251)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60371e246a3f91065ed2730589c359e4.setIcon(icon_64d900d5dfdaeca038af7e08aa731b8d);
|
|
|
|
|
|
var marker_5f40d87d2dcc6f7a3835288a765b9d63 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_7c0123b22a60ff19bd3b1448d7488277 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_372f417e7bdd9f6fb2b237d24abb3646 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1905ad79b01b7d4abe3ace32b3fb13c6 = $(`<div id="html_1905ad79b01b7d4abe3ace32b3fb13c6" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_372f417e7bdd9f6fb2b237d24abb3646.setContent(html_1905ad79b01b7d4abe3ace32b3fb13c6);
|
|
|
|
|
|
|
|
marker_5f40d87d2dcc6f7a3835288a765b9d63.bindPopup(popup_372f417e7bdd9f6fb2b237d24abb3646)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f40d87d2dcc6f7a3835288a765b9d63.setIcon(icon_7c0123b22a60ff19bd3b1448d7488277);
|
|
|
|
|
|
var marker_796cba05b31d4e949ca0d9f51f00c4f4 = L.marker(
|
|
[51.6992, 5.30417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c93a8fea6075d9709f5c50151fe3fe9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1477765b83b79a9f98377d2631b0344 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6635ac483818908bfaf6431215728280 = $(`<div id="html_6635ac483818908bfaf6431215728280" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_a1477765b83b79a9f98377d2631b0344.setContent(html_6635ac483818908bfaf6431215728280);
|
|
|
|
|
|
|
|
marker_796cba05b31d4e949ca0d9f51f00c4f4.bindPopup(popup_a1477765b83b79a9f98377d2631b0344)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_796cba05b31d4e949ca0d9f51f00c4f4.setIcon(icon_c93a8fea6075d9709f5c50151fe3fe9b);
|
|
|
|
|
|
var marker_9877113402be185d9f590d3c43e26b12 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_6c82466b7523cffd337aac8c0c47b532 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3726683736b081cd7f804a59b80c7e50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db41a1b15979c1f5e03d9861cf7811ab = $(`<div id="html_db41a1b15979c1f5e03d9861cf7811ab" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_3726683736b081cd7f804a59b80c7e50.setContent(html_db41a1b15979c1f5e03d9861cf7811ab);
|
|
|
|
|
|
|
|
marker_9877113402be185d9f590d3c43e26b12.bindPopup(popup_3726683736b081cd7f804a59b80c7e50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9877113402be185d9f590d3c43e26b12.setIcon(icon_6c82466b7523cffd337aac8c0c47b532);
|
|
|
|
|
|
var marker_8cc335fad5e1ee1d8a891c6713e047e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_98c90ead08796493b52045534ee25435 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a7e4f03ed106e6c6ac73418ea306a71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6604d75ba9f1c8bb3b3b251bacaec5bb = $(`<div id="html_6604d75ba9f1c8bb3b3b251bacaec5bb" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_3a7e4f03ed106e6c6ac73418ea306a71.setContent(html_6604d75ba9f1c8bb3b3b251bacaec5bb);
|
|
|
|
|
|
|
|
marker_8cc335fad5e1ee1d8a891c6713e047e6.bindPopup(popup_3a7e4f03ed106e6c6ac73418ea306a71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cc335fad5e1ee1d8a891c6713e047e6.setIcon(icon_98c90ead08796493b52045534ee25435);
|
|
|
|
|
|
var marker_8941e7b11eda81ad4ade781a78468e11 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_abe8a003da191d87ee77409903844560 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00391f600d82f40a6f1ac46982826273 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89bf670bee5b42d2d3dcf2b5d5ce6f2a = $(`<div id="html_89bf670bee5b42d2d3dcf2b5d5ce6f2a" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_00391f600d82f40a6f1ac46982826273.setContent(html_89bf670bee5b42d2d3dcf2b5d5ce6f2a);
|
|
|
|
|
|
|
|
marker_8941e7b11eda81ad4ade781a78468e11.bindPopup(popup_00391f600d82f40a6f1ac46982826273)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8941e7b11eda81ad4ade781a78468e11.setIcon(icon_abe8a003da191d87ee77409903844560);
|
|
|
|
|
|
var marker_aaf139ad6325ad83cffeb4efe67011e5 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_595779d2c64c04c29925e0a35acf488f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00601353fdb05dd96efdfe22496e7894 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e58a5262bb44a376d0e6b23e25f598d8 = $(`<div id="html_e58a5262bb44a376d0e6b23e25f598d8" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_00601353fdb05dd96efdfe22496e7894.setContent(html_e58a5262bb44a376d0e6b23e25f598d8);
|
|
|
|
|
|
|
|
marker_aaf139ad6325ad83cffeb4efe67011e5.bindPopup(popup_00601353fdb05dd96efdfe22496e7894)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aaf139ad6325ad83cffeb4efe67011e5.setIcon(icon_595779d2c64c04c29925e0a35acf488f);
|
|
|
|
|
|
var marker_0ff392917975e2075a07463e59d9e908 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_f642eea606184566c09146c358716db4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26bc9c02731a4a1e03d5e400c17e6919 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b54498869e99589f0d7c8a1a9776696 = $(`<div id="html_3b54498869e99589f0d7c8a1a9776696" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_26bc9c02731a4a1e03d5e400c17e6919.setContent(html_3b54498869e99589f0d7c8a1a9776696);
|
|
|
|
|
|
|
|
marker_0ff392917975e2075a07463e59d9e908.bindPopup(popup_26bc9c02731a4a1e03d5e400c17e6919)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ff392917975e2075a07463e59d9e908.setIcon(icon_f642eea606184566c09146c358716db4);
|
|
|
|
|
|
var marker_1729064b5dce343491ad425948f28a08 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_868f9d65bdfb19972cf3bbba22dab87c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b10610fb56cbd64df2b875e088aa9c4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2435a59c6ffc0a380e574da43a9bacb3 = $(`<div id="html_2435a59c6ffc0a380e574da43a9bacb3" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_b10610fb56cbd64df2b875e088aa9c4d.setContent(html_2435a59c6ffc0a380e574da43a9bacb3);
|
|
|
|
|
|
|
|
marker_1729064b5dce343491ad425948f28a08.bindPopup(popup_b10610fb56cbd64df2b875e088aa9c4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1729064b5dce343491ad425948f28a08.setIcon(icon_868f9d65bdfb19972cf3bbba22dab87c);
|
|
|
|
|
|
var marker_8812f167a06e65c9ab9c21174875a812 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_d3008f073939b49f9b714db451d8465e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfbbb5c2d493353a445108d126b8c053 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59b7029ef67a18c9adfc3e9b9c1d0972 = $(`<div id="html_59b7029ef67a18c9adfc3e9b9c1d0972" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_cfbbb5c2d493353a445108d126b8c053.setContent(html_59b7029ef67a18c9adfc3e9b9c1d0972);
|
|
|
|
|
|
|
|
marker_8812f167a06e65c9ab9c21174875a812.bindPopup(popup_cfbbb5c2d493353a445108d126b8c053)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8812f167a06e65c9ab9c21174875a812.setIcon(icon_d3008f073939b49f9b714db451d8465e);
|
|
|
|
|
|
var marker_ee01b97b91fa3668331079bfadf194e1 = L.marker(
|
|
[41.5284, -87.4237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_23d0e841ee5aa263ce35a17d9cfa267f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ba24e0c15721610b2a4646800cbe786 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7737acc31de461067bf8c92390a124c = $(`<div id="html_c7737acc31de461067bf8c92390a124c" style="width: 100.0%; height: 100.0%;">bbw-nostr.xyz</div>`)[0];
|
|
popup_7ba24e0c15721610b2a4646800cbe786.setContent(html_c7737acc31de461067bf8c92390a124c);
|
|
|
|
|
|
|
|
marker_ee01b97b91fa3668331079bfadf194e1.bindPopup(popup_7ba24e0c15721610b2a4646800cbe786)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee01b97b91fa3668331079bfadf194e1.setIcon(icon_23d0e841ee5aa263ce35a17d9cfa267f);
|
|
|
|
|
|
var marker_9d9a53052aeb94746b189c0880b69006 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_503cfc1e31c17a24a4890e03b7975408 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dba362a4bdc3ecca7fcf4e5387857b53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c8bc3666d998a751e4491197a6b0717 = $(`<div id="html_5c8bc3666d998a751e4491197a6b0717" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_dba362a4bdc3ecca7fcf4e5387857b53.setContent(html_5c8bc3666d998a751e4491197a6b0717);
|
|
|
|
|
|
|
|
marker_9d9a53052aeb94746b189c0880b69006.bindPopup(popup_dba362a4bdc3ecca7fcf4e5387857b53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d9a53052aeb94746b189c0880b69006.setIcon(icon_503cfc1e31c17a24a4890e03b7975408);
|
|
|
|
|
|
var marker_f7a570a4af6a96a5208bd802156fb632 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_67efba5eeebdfb534ea97233bf0659c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_564e076b6940ebd82b5d4f214a3d1b94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_061e9988cb6b09054e417288045bbf93 = $(`<div id="html_061e9988cb6b09054e417288045bbf93" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_564e076b6940ebd82b5d4f214a3d1b94.setContent(html_061e9988cb6b09054e417288045bbf93);
|
|
|
|
|
|
|
|
marker_f7a570a4af6a96a5208bd802156fb632.bindPopup(popup_564e076b6940ebd82b5d4f214a3d1b94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7a570a4af6a96a5208bd802156fb632.setIcon(icon_67efba5eeebdfb534ea97233bf0659c5);
|
|
|
|
|
|
var marker_65724993c0b35fdf6b1ffe3eb6df3eea = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c80a89b2640f27f2846f8d52d7771383 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94aadf3ea38e5e61f21c3565e0d1fa24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caa5508facd2df23666c33038527e4f5 = $(`<div id="html_caa5508facd2df23666c33038527e4f5" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_94aadf3ea38e5e61f21c3565e0d1fa24.setContent(html_caa5508facd2df23666c33038527e4f5);
|
|
|
|
|
|
|
|
marker_65724993c0b35fdf6b1ffe3eb6df3eea.bindPopup(popup_94aadf3ea38e5e61f21c3565e0d1fa24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65724993c0b35fdf6b1ffe3eb6df3eea.setIcon(icon_c80a89b2640f27f2846f8d52d7771383);
|
|
|
|
|
|
var marker_834184782ce6987ecd198261c4fb4c4a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a326ab618bc04bd780bf2c3e77ff2926 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf6488fe5a9b3a68bea5757a3fc9a5ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28b46285ff383019380df2dae228d395 = $(`<div id="html_28b46285ff383019380df2dae228d395" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_cf6488fe5a9b3a68bea5757a3fc9a5ed.setContent(html_28b46285ff383019380df2dae228d395);
|
|
|
|
|
|
|
|
marker_834184782ce6987ecd198261c4fb4c4a.bindPopup(popup_cf6488fe5a9b3a68bea5757a3fc9a5ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_834184782ce6987ecd198261c4fb4c4a.setIcon(icon_a326ab618bc04bd780bf2c3e77ff2926);
|
|
|
|
|
|
var marker_f429baf0be86c0eb05fbe8672e7e07d8 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_b10505d7fe0b1dd8525fbc5f7ffd70fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa437311ebae0b59fa4a702ace4cc064 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_817c2ae39ebe1b223cd406a4de539f38 = $(`<div id="html_817c2ae39ebe1b223cd406a4de539f38" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_aa437311ebae0b59fa4a702ace4cc064.setContent(html_817c2ae39ebe1b223cd406a4de539f38);
|
|
|
|
|
|
|
|
marker_f429baf0be86c0eb05fbe8672e7e07d8.bindPopup(popup_aa437311ebae0b59fa4a702ace4cc064)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f429baf0be86c0eb05fbe8672e7e07d8.setIcon(icon_b10505d7fe0b1dd8525fbc5f7ffd70fa);
|
|
|
|
|
|
var marker_23922d979a2ff6ea45e3e2778b8be481 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_7f4dd20ad381d769aab8494ec50aa140 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6c354823e69727a32d832e8761e0d45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aaa83bca81dc0aef3c15a403c8556024 = $(`<div id="html_aaa83bca81dc0aef3c15a403c8556024" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_c6c354823e69727a32d832e8761e0d45.setContent(html_aaa83bca81dc0aef3c15a403c8556024);
|
|
|
|
|
|
|
|
marker_23922d979a2ff6ea45e3e2778b8be481.bindPopup(popup_c6c354823e69727a32d832e8761e0d45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23922d979a2ff6ea45e3e2778b8be481.setIcon(icon_7f4dd20ad381d769aab8494ec50aa140);
|
|
|
|
|
|
var marker_abea34f2191102ac081274b037895e40 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_d463489491eb452040c0e6b9ebcc0f07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74b2b6db6dac9c22fec077951a8d17e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad2846513619fbecfd6070432681d907 = $(`<div id="html_ad2846513619fbecfd6070432681d907" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_74b2b6db6dac9c22fec077951a8d17e5.setContent(html_ad2846513619fbecfd6070432681d907);
|
|
|
|
|
|
|
|
marker_abea34f2191102ac081274b037895e40.bindPopup(popup_74b2b6db6dac9c22fec077951a8d17e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abea34f2191102ac081274b037895e40.setIcon(icon_d463489491eb452040c0e6b9ebcc0f07);
|
|
|
|
|
|
var marker_ac9a726f34e3767836dbcc91c5e52268 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_f74debd7158d839103d761179a9aabc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bba0aa8d7aeec50e1e6f9e2381c44f76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acd5397cdfa628802ec7749360336128 = $(`<div id="html_acd5397cdfa628802ec7749360336128" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_bba0aa8d7aeec50e1e6f9e2381c44f76.setContent(html_acd5397cdfa628802ec7749360336128);
|
|
|
|
|
|
|
|
marker_ac9a726f34e3767836dbcc91c5e52268.bindPopup(popup_bba0aa8d7aeec50e1e6f9e2381c44f76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac9a726f34e3767836dbcc91c5e52268.setIcon(icon_f74debd7158d839103d761179a9aabc4);
|
|
|
|
|
|
var marker_40c4e4ac39067234a8207aee79871e80 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_8127eaedd3efd687ec42de52c9fc2c50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55f7b2a5a4c0c3be0f19aafed26372f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b16068fa52dd3f83765902ba7d7b49ab = $(`<div id="html_b16068fa52dd3f83765902ba7d7b49ab" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_55f7b2a5a4c0c3be0f19aafed26372f9.setContent(html_b16068fa52dd3f83765902ba7d7b49ab);
|
|
|
|
|
|
|
|
marker_40c4e4ac39067234a8207aee79871e80.bindPopup(popup_55f7b2a5a4c0c3be0f19aafed26372f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40c4e4ac39067234a8207aee79871e80.setIcon(icon_8127eaedd3efd687ec42de52c9fc2c50);
|
|
|
|
|
|
var marker_7e56c716b147de1d036dd1ab2fd7b746 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_7aa9d7d2cddd03e1199d251e851e0911 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47c6dca1d86f909b098e07c43874a288 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f7e6ffab4eb365b95e5ba6121ca8b01 = $(`<div id="html_3f7e6ffab4eb365b95e5ba6121ca8b01" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_47c6dca1d86f909b098e07c43874a288.setContent(html_3f7e6ffab4eb365b95e5ba6121ca8b01);
|
|
|
|
|
|
|
|
marker_7e56c716b147de1d036dd1ab2fd7b746.bindPopup(popup_47c6dca1d86f909b098e07c43874a288)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e56c716b147de1d036dd1ab2fd7b746.setIcon(icon_7aa9d7d2cddd03e1199d251e851e0911);
|
|
|
|
|
|
var marker_c871ceaa70adc23311e51e5c843f1ae3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_9668ba3f65ab6821a359ead44786fbc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf8db992ce3a64af663ce8a0b781121a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d74ef2ae83a14f15733fb986d3d9b33b = $(`<div id="html_d74ef2ae83a14f15733fb986d3d9b33b" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_bf8db992ce3a64af663ce8a0b781121a.setContent(html_d74ef2ae83a14f15733fb986d3d9b33b);
|
|
|
|
|
|
|
|
marker_c871ceaa70adc23311e51e5c843f1ae3.bindPopup(popup_bf8db992ce3a64af663ce8a0b781121a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c871ceaa70adc23311e51e5c843f1ae3.setIcon(icon_9668ba3f65ab6821a359ead44786fbc6);
|
|
|
|
|
|
var marker_f92334985acbb6e1238a94b86de9fafb = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_ff16e832528647af753502dfcb4404a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ada59d9ee4f9a29686dd239e5b96772 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2ebcee107389f2aaeff218514049606 = $(`<div id="html_a2ebcee107389f2aaeff218514049606" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_7ada59d9ee4f9a29686dd239e5b96772.setContent(html_a2ebcee107389f2aaeff218514049606);
|
|
|
|
|
|
|
|
marker_f92334985acbb6e1238a94b86de9fafb.bindPopup(popup_7ada59d9ee4f9a29686dd239e5b96772)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f92334985acbb6e1238a94b86de9fafb.setIcon(icon_ff16e832528647af753502dfcb4404a0);
|
|
|
|
|
|
var marker_40eccaf9b29cf41de646d5561cc53750 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_cdae50e32103704e1620d3a1867f8aa2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0d01d582be287f4256c3c15137133bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88df055bcd755a83c845b01857b666ae = $(`<div id="html_88df055bcd755a83c845b01857b666ae" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_c0d01d582be287f4256c3c15137133bc.setContent(html_88df055bcd755a83c845b01857b666ae);
|
|
|
|
|
|
|
|
marker_40eccaf9b29cf41de646d5561cc53750.bindPopup(popup_c0d01d582be287f4256c3c15137133bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40eccaf9b29cf41de646d5561cc53750.setIcon(icon_cdae50e32103704e1620d3a1867f8aa2);
|
|
|
|
|
|
var marker_8fd2ba7635d343045643acf77a3065ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_9d6dff0146123432c845cc60c10ed6a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_385e4712c28ea701db4d46f8f2d716bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_386299759c7ee20b38cd21c9878e0437 = $(`<div id="html_386299759c7ee20b38cd21c9878e0437" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_385e4712c28ea701db4d46f8f2d716bc.setContent(html_386299759c7ee20b38cd21c9878e0437);
|
|
|
|
|
|
|
|
marker_8fd2ba7635d343045643acf77a3065ff.bindPopup(popup_385e4712c28ea701db4d46f8f2d716bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fd2ba7635d343045643acf77a3065ff.setIcon(icon_9d6dff0146123432c845cc60c10ed6a0);
|
|
|
|
|
|
var marker_632f88a5355601b952e613199c6e32af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_9d56ba13a0aef1f534dbda2f8b57a793 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3db86ccce03658e79d6138c01d43c2b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af5afe959ceef6656777b7253ce22e01 = $(`<div id="html_af5afe959ceef6656777b7253ce22e01" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_3db86ccce03658e79d6138c01d43c2b0.setContent(html_af5afe959ceef6656777b7253ce22e01);
|
|
|
|
|
|
|
|
marker_632f88a5355601b952e613199c6e32af.bindPopup(popup_3db86ccce03658e79d6138c01d43c2b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_632f88a5355601b952e613199c6e32af.setIcon(icon_9d56ba13a0aef1f534dbda2f8b57a793);
|
|
|
|
|
|
var marker_3acb06785b4785b16bfa30fea8f779d4 = L.marker(
|
|
[14.0644, 101.515],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_eefbee6eac85d854c4cca1847a879a55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23ea693429f41cfa522807896847e3eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01e9dfad928c13c428ad8a87fbc85ed6 = $(`<div id="html_01e9dfad928c13c428ad8a87fbc85ed6" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_23ea693429f41cfa522807896847e3eb.setContent(html_01e9dfad928c13c428ad8a87fbc85ed6);
|
|
|
|
|
|
|
|
marker_3acb06785b4785b16bfa30fea8f779d4.bindPopup(popup_23ea693429f41cfa522807896847e3eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3acb06785b4785b16bfa30fea8f779d4.setIcon(icon_eefbee6eac85d854c4cca1847a879a55);
|
|
|
|
|
|
var marker_f0999fa8fb0df7b61257c3c6c6eee475 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_008ddc16b16d8692b2d373d0e3019c41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c97f05d77286e3691585e7494d9f9996 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f413e1a8c90a74115a4dfb7fbd52f355 = $(`<div id="html_f413e1a8c90a74115a4dfb7fbd52f355" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_c97f05d77286e3691585e7494d9f9996.setContent(html_f413e1a8c90a74115a4dfb7fbd52f355);
|
|
|
|
|
|
|
|
marker_f0999fa8fb0df7b61257c3c6c6eee475.bindPopup(popup_c97f05d77286e3691585e7494d9f9996)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0999fa8fb0df7b61257c3c6c6eee475.setIcon(icon_008ddc16b16d8692b2d373d0e3019c41);
|
|
|
|
|
|
var marker_181a7de01c804a479e625b8e56345c7b = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_805cfa3fd690d0e39c1c0a51a0a5eecc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff714f8adce15630f3874c165fda5992 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb0bb9d7058590bf6dac1fffeea15de4 = $(`<div id="html_fb0bb9d7058590bf6dac1fffeea15de4" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_ff714f8adce15630f3874c165fda5992.setContent(html_fb0bb9d7058590bf6dac1fffeea15de4);
|
|
|
|
|
|
|
|
marker_181a7de01c804a479e625b8e56345c7b.bindPopup(popup_ff714f8adce15630f3874c165fda5992)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_181a7de01c804a479e625b8e56345c7b.setIcon(icon_805cfa3fd690d0e39c1c0a51a0a5eecc);
|
|
|
|
|
|
var marker_576dd74dedc8fdb0411f2bad2a9802bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_838b341999fd0c389e9550772988889c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0e7c2f32ce3e54bee87cbeaeb013213 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e85c7332b92a0fd0de5e8eaa15eda1d8 = $(`<div id="html_e85c7332b92a0fd0de5e8eaa15eda1d8" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_f0e7c2f32ce3e54bee87cbeaeb013213.setContent(html_e85c7332b92a0fd0de5e8eaa15eda1d8);
|
|
|
|
|
|
|
|
marker_576dd74dedc8fdb0411f2bad2a9802bf.bindPopup(popup_f0e7c2f32ce3e54bee87cbeaeb013213)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_576dd74dedc8fdb0411f2bad2a9802bf.setIcon(icon_838b341999fd0c389e9550772988889c);
|
|
|
|
|
|
var marker_d474b656427fc2e31efbc4175837d636 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_43377417d4900cd71dcebab925894abc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be9abda0f78622d24ae224f063b73678 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f47b7ac5594e21e511873d589dd56e7 = $(`<div id="html_9f47b7ac5594e21e511873d589dd56e7" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_be9abda0f78622d24ae224f063b73678.setContent(html_9f47b7ac5594e21e511873d589dd56e7);
|
|
|
|
|
|
|
|
marker_d474b656427fc2e31efbc4175837d636.bindPopup(popup_be9abda0f78622d24ae224f063b73678)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d474b656427fc2e31efbc4175837d636.setIcon(icon_43377417d4900cd71dcebab925894abc);
|
|
|
|
|
|
var marker_dd8ad6fbf2a51cf1ef8b97e253ff6d4f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c20bf8fd203b62d8f361f35e524368c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55211744707e2ff509e1c54ced891eec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4ba4d2438105f64dae81a9bcddb0d58 = $(`<div id="html_b4ba4d2438105f64dae81a9bcddb0d58" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_55211744707e2ff509e1c54ced891eec.setContent(html_b4ba4d2438105f64dae81a9bcddb0d58);
|
|
|
|
|
|
|
|
marker_dd8ad6fbf2a51cf1ef8b97e253ff6d4f.bindPopup(popup_55211744707e2ff509e1c54ced891eec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd8ad6fbf2a51cf1ef8b97e253ff6d4f.setIcon(icon_c20bf8fd203b62d8f361f35e524368c2);
|
|
|
|
|
|
var marker_ef83bd4a2a78b8afe1cd3ccffb118cd7 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_dfe89fa12bb03d7e262346fea0c065b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3948333f5b156ec12819d920d9320182 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e32e688c57ae7ff80057a4c77a1d10e = $(`<div id="html_3e32e688c57ae7ff80057a4c77a1d10e" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_3948333f5b156ec12819d920d9320182.setContent(html_3e32e688c57ae7ff80057a4c77a1d10e);
|
|
|
|
|
|
|
|
marker_ef83bd4a2a78b8afe1cd3ccffb118cd7.bindPopup(popup_3948333f5b156ec12819d920d9320182)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef83bd4a2a78b8afe1cd3ccffb118cd7.setIcon(icon_dfe89fa12bb03d7e262346fea0c065b6);
|
|
|
|
|
|
var marker_b5394c95bcfc502f32240c1909751125 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_188805cecbcc32ac0cfa268dac416791 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50435bdb069d5f81721e461d089e418a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4309a0afeca18e98b1be0387fd936675 = $(`<div id="html_4309a0afeca18e98b1be0387fd936675" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_50435bdb069d5f81721e461d089e418a.setContent(html_4309a0afeca18e98b1be0387fd936675);
|
|
|
|
|
|
|
|
marker_b5394c95bcfc502f32240c1909751125.bindPopup(popup_50435bdb069d5f81721e461d089e418a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5394c95bcfc502f32240c1909751125.setIcon(icon_188805cecbcc32ac0cfa268dac416791);
|
|
|
|
|
|
var marker_0273bf37a12e76908da59661923db364 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_f0f36ae6c3de5f77b1f15cf7122a7714 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33ca9a93ed57ebe77c3fcd7874543f60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31e3d60f4a5c34af3bfcbe1f04e56273 = $(`<div id="html_31e3d60f4a5c34af3bfcbe1f04e56273" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_33ca9a93ed57ebe77c3fcd7874543f60.setContent(html_31e3d60f4a5c34af3bfcbe1f04e56273);
|
|
|
|
|
|
|
|
marker_0273bf37a12e76908da59661923db364.bindPopup(popup_33ca9a93ed57ebe77c3fcd7874543f60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0273bf37a12e76908da59661923db364.setIcon(icon_f0f36ae6c3de5f77b1f15cf7122a7714);
|
|
|
|
|
|
var marker_bb3796a195235857b72bb2a8aa5eaf94 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_877ca663623b4660bf4712e8e742a6dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_836e4c50fd4b6750c806bf36d6303cb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7491c80e87bae4acc39e3267f008bef = $(`<div id="html_c7491c80e87bae4acc39e3267f008bef" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_836e4c50fd4b6750c806bf36d6303cb7.setContent(html_c7491c80e87bae4acc39e3267f008bef);
|
|
|
|
|
|
|
|
marker_bb3796a195235857b72bb2a8aa5eaf94.bindPopup(popup_836e4c50fd4b6750c806bf36d6303cb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb3796a195235857b72bb2a8aa5eaf94.setIcon(icon_877ca663623b4660bf4712e8e742a6dc);
|
|
|
|
|
|
var marker_caa32186b471e79b6ed677001ecb759c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_26d912b8efde0f506c55b96c45a5d972 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a43e813c1ec31cb8f31603d56adbe0c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0b482268f8b37fbec69420f7f5b94a7 = $(`<div id="html_e0b482268f8b37fbec69420f7f5b94a7" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_a43e813c1ec31cb8f31603d56adbe0c1.setContent(html_e0b482268f8b37fbec69420f7f5b94a7);
|
|
|
|
|
|
|
|
marker_caa32186b471e79b6ed677001ecb759c.bindPopup(popup_a43e813c1ec31cb8f31603d56adbe0c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_caa32186b471e79b6ed677001ecb759c.setIcon(icon_26d912b8efde0f506c55b96c45a5d972);
|
|
|
|
|
|
var marker_e5b9fab802f2024d9f6b8418ead85604 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_893869fcaff1d715532363cd8594d0b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74eb6675b1523e06257aaa360904b429 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_834db7eccc2e466130db1260c22220ec = $(`<div id="html_834db7eccc2e466130db1260c22220ec" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_74eb6675b1523e06257aaa360904b429.setContent(html_834db7eccc2e466130db1260c22220ec);
|
|
|
|
|
|
|
|
marker_e5b9fab802f2024d9f6b8418ead85604.bindPopup(popup_74eb6675b1523e06257aaa360904b429)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5b9fab802f2024d9f6b8418ead85604.setIcon(icon_893869fcaff1d715532363cd8594d0b5);
|
|
|
|
|
|
var marker_9c304271379d6e6b12d12a28226d9dc7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_2e25751e86d78a14e2e324409c57b50f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f251ad1c5cfa55a2658207df37ea0e4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d93be5e277dd53d67ee23fed04a3b9c = $(`<div id="html_4d93be5e277dd53d67ee23fed04a3b9c" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_f251ad1c5cfa55a2658207df37ea0e4a.setContent(html_4d93be5e277dd53d67ee23fed04a3b9c);
|
|
|
|
|
|
|
|
marker_9c304271379d6e6b12d12a28226d9dc7.bindPopup(popup_f251ad1c5cfa55a2658207df37ea0e4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c304271379d6e6b12d12a28226d9dc7.setIcon(icon_2e25751e86d78a14e2e324409c57b50f);
|
|
|
|
|
|
var marker_9153c83ef2f83feaa50050cba99c1afd = L.marker(
|
|
[41.1976, 1.11167],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_281af6d8d84ea73e63522887733de2b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b18a0d38f2a752252d044f2c852fa85e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19e22101072a37442c461ea830fb3493 = $(`<div id="html_19e22101072a37442c461ea830fb3493" style="width: 100.0%; height: 100.0%;">bitcoinostr.duckdns.org</div>`)[0];
|
|
popup_b18a0d38f2a752252d044f2c852fa85e.setContent(html_19e22101072a37442c461ea830fb3493);
|
|
|
|
|
|
|
|
marker_9153c83ef2f83feaa50050cba99c1afd.bindPopup(popup_b18a0d38f2a752252d044f2c852fa85e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9153c83ef2f83feaa50050cba99c1afd.setIcon(icon_281af6d8d84ea73e63522887733de2b2);
|
|
|
|
|
|
var marker_a12e2980703f2515a84fe95d87db05e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_9f1b13d668a08c4b8b34885da94ac422 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b73136fe0b99c5d6f5d4925cdaff126 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fee09aec2016ff9d9f5a41abe2be56f7 = $(`<div id="html_fee09aec2016ff9d9f5a41abe2be56f7" style="width: 100.0%; height: 100.0%;">wot.rejecttheframe.xyz</div>`)[0];
|
|
popup_8b73136fe0b99c5d6f5d4925cdaff126.setContent(html_fee09aec2016ff9d9f5a41abe2be56f7);
|
|
|
|
|
|
|
|
marker_a12e2980703f2515a84fe95d87db05e3.bindPopup(popup_8b73136fe0b99c5d6f5d4925cdaff126)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a12e2980703f2515a84fe95d87db05e3.setIcon(icon_9f1b13d668a08c4b8b34885da94ac422);
|
|
|
|
|
|
var marker_3435269578dfab8098e3fa50fa9599a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_9c003aa44f883b7007d2eeb03d1a28ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_813a7ef9b5b1c9f55024f3fb43beb3d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7e8b9eec6e25f42aad92529f53e5284 = $(`<div id="html_a7e8b9eec6e25f42aad92529f53e5284" style="width: 100.0%; height: 100.0%;">intl-rocks-microphone-did.trycloudflare.com</div>`)[0];
|
|
popup_813a7ef9b5b1c9f55024f3fb43beb3d8.setContent(html_a7e8b9eec6e25f42aad92529f53e5284);
|
|
|
|
|
|
|
|
marker_3435269578dfab8098e3fa50fa9599a5.bindPopup(popup_813a7ef9b5b1c9f55024f3fb43beb3d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3435269578dfab8098e3fa50fa9599a5.setIcon(icon_9c003aa44f883b7007d2eeb03d1a28ba);
|
|
|
|
|
|
var marker_84361ff053e0acf4ab859fa69cec475e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_06c8f044db51ba58c67322f12c9ca43b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a58875c90edb06aa8fa81f6983e295d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45985950df232e7efa01cd922925dfc1 = $(`<div id="html_45985950df232e7efa01cd922925dfc1" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_2a58875c90edb06aa8fa81f6983e295d.setContent(html_45985950df232e7efa01cd922925dfc1);
|
|
|
|
|
|
|
|
marker_84361ff053e0acf4ab859fa69cec475e.bindPopup(popup_2a58875c90edb06aa8fa81f6983e295d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84361ff053e0acf4ab859fa69cec475e.setIcon(icon_06c8f044db51ba58c67322f12c9ca43b);
|
|
|
|
|
|
var marker_515fe95078cfe8422c5fbc31fa920533 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_e6a80dbc671fce0043a264008bb1b1c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f1917392d9e63ff812ae3d46801013f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a2b81583846590d4306c6f158d9a55b = $(`<div id="html_9a2b81583846590d4306c6f158d9a55b" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_5f1917392d9e63ff812ae3d46801013f.setContent(html_9a2b81583846590d4306c6f158d9a55b);
|
|
|
|
|
|
|
|
marker_515fe95078cfe8422c5fbc31fa920533.bindPopup(popup_5f1917392d9e63ff812ae3d46801013f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_515fe95078cfe8422c5fbc31fa920533.setIcon(icon_e6a80dbc671fce0043a264008bb1b1c6);
|
|
|
|
|
|
var marker_d08df0982acab470560bdca73566aa08 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_b585697c8d7a341840cf10a8192b9e99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_957b8db75c53208bb2608b6f34f2860b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_077f6eda96e2a994bb73bbf4beb0686a = $(`<div id="html_077f6eda96e2a994bb73bbf4beb0686a" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_957b8db75c53208bb2608b6f34f2860b.setContent(html_077f6eda96e2a994bb73bbf4beb0686a);
|
|
|
|
|
|
|
|
marker_d08df0982acab470560bdca73566aa08.bindPopup(popup_957b8db75c53208bb2608b6f34f2860b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d08df0982acab470560bdca73566aa08.setIcon(icon_b585697c8d7a341840cf10a8192b9e99);
|
|
|
|
|
|
var marker_9475891ca2d1ce181ee5273f88eb97e7 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a866bb959491253f63fa1e10d3c22b7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfd3c729ccf7de28e7f531b3c5937529 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ee3a9820891c9af89369c607e304b8d = $(`<div id="html_9ee3a9820891c9af89369c607e304b8d" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_bfd3c729ccf7de28e7f531b3c5937529.setContent(html_9ee3a9820891c9af89369c607e304b8d);
|
|
|
|
|
|
|
|
marker_9475891ca2d1ce181ee5273f88eb97e7.bindPopup(popup_bfd3c729ccf7de28e7f531b3c5937529)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9475891ca2d1ce181ee5273f88eb97e7.setIcon(icon_a866bb959491253f63fa1e10d3c22b7e);
|
|
|
|
|
|
var marker_c7b94166f27a9310db04869b4b5a392f = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_2afa6e4a02f95947be32668915f2ebe1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb04abc47aee5942365705eb8ed2fba9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c76da5dc8760ccdb24fb9e2d2e84f9f = $(`<div id="html_1c76da5dc8760ccdb24fb9e2d2e84f9f" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_fb04abc47aee5942365705eb8ed2fba9.setContent(html_1c76da5dc8760ccdb24fb9e2d2e84f9f);
|
|
|
|
|
|
|
|
marker_c7b94166f27a9310db04869b4b5a392f.bindPopup(popup_fb04abc47aee5942365705eb8ed2fba9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7b94166f27a9310db04869b4b5a392f.setIcon(icon_2afa6e4a02f95947be32668915f2ebe1);
|
|
|
|
|
|
var marker_b53e0b94f68d1f5b2a7dcb3188fbe9fa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_f53593086777d6fbcfa51bc5704ffb2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2a0e4b6a919a3255da28bbb2587ea37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6dc2469f825d4bf1b5722bdcd5e8e77 = $(`<div id="html_e6dc2469f825d4bf1b5722bdcd5e8e77" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_f2a0e4b6a919a3255da28bbb2587ea37.setContent(html_e6dc2469f825d4bf1b5722bdcd5e8e77);
|
|
|
|
|
|
|
|
marker_b53e0b94f68d1f5b2a7dcb3188fbe9fa.bindPopup(popup_f2a0e4b6a919a3255da28bbb2587ea37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b53e0b94f68d1f5b2a7dcb3188fbe9fa.setIcon(icon_f53593086777d6fbcfa51bc5704ffb2c);
|
|
|
|
|
|
var marker_3180e48beb3d9007bf8b5bfdf78d88b0 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_8fdb7b45c6779d0f9b28db7f5318d931 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dceccec6d81adac48945c0142cb3012d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c73c049bd3e4e9a6d384791829c6e8a2 = $(`<div id="html_c73c049bd3e4e9a6d384791829c6e8a2" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_dceccec6d81adac48945c0142cb3012d.setContent(html_c73c049bd3e4e9a6d384791829c6e8a2);
|
|
|
|
|
|
|
|
marker_3180e48beb3d9007bf8b5bfdf78d88b0.bindPopup(popup_dceccec6d81adac48945c0142cb3012d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3180e48beb3d9007bf8b5bfdf78d88b0.setIcon(icon_8fdb7b45c6779d0f9b28db7f5318d931);
|
|
|
|
|
|
var marker_747ff9a99fae28da3b52f3d577ccd594 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_be7564f33ad965eb22efb5360361a9d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2805c8796fb3fe46f1277241df6a12fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3af16d50c2d824ee2ca735ebf3be2670 = $(`<div id="html_3af16d50c2d824ee2ca735ebf3be2670" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_2805c8796fb3fe46f1277241df6a12fd.setContent(html_3af16d50c2d824ee2ca735ebf3be2670);
|
|
|
|
|
|
|
|
marker_747ff9a99fae28da3b52f3d577ccd594.bindPopup(popup_2805c8796fb3fe46f1277241df6a12fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_747ff9a99fae28da3b52f3d577ccd594.setIcon(icon_be7564f33ad965eb22efb5360361a9d3);
|
|
|
|
|
|
var marker_281dbc8733814d3ee822c07acaab7c46 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_880ec5b6811d3467bbdb3aaa05e4bc8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81915d7147ac9ac9a797f70b7451ff1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79260e1a22e54966544f5db68d1e7e25 = $(`<div id="html_79260e1a22e54966544f5db68d1e7e25" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_81915d7147ac9ac9a797f70b7451ff1f.setContent(html_79260e1a22e54966544f5db68d1e7e25);
|
|
|
|
|
|
|
|
marker_281dbc8733814d3ee822c07acaab7c46.bindPopup(popup_81915d7147ac9ac9a797f70b7451ff1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_281dbc8733814d3ee822c07acaab7c46.setIcon(icon_880ec5b6811d3467bbdb3aaa05e4bc8a);
|
|
|
|
|
|
var marker_6ec82fa57ac703c3c4be1e1710b75a3e = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_ea3bdcd8db1d9395617166089350045b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64e8489fe0aa33db4ad3e40387c0af1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebe74cfc08ee114732ce60312750777a = $(`<div id="html_ebe74cfc08ee114732ce60312750777a" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_64e8489fe0aa33db4ad3e40387c0af1b.setContent(html_ebe74cfc08ee114732ce60312750777a);
|
|
|
|
|
|
|
|
marker_6ec82fa57ac703c3c4be1e1710b75a3e.bindPopup(popup_64e8489fe0aa33db4ad3e40387c0af1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ec82fa57ac703c3c4be1e1710b75a3e.setIcon(icon_ea3bdcd8db1d9395617166089350045b);
|
|
|
|
|
|
var marker_cdb26f2e2e0c7d4f3cf2cc498a2107ec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_6cebd69609e0b8e8d592e63e86239e7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_606104996df173814b15a56977274626 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6385c5c10de5734f2931b277d334f90 = $(`<div id="html_c6385c5c10de5734f2931b277d334f90" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_606104996df173814b15a56977274626.setContent(html_c6385c5c10de5734f2931b277d334f90);
|
|
|
|
|
|
|
|
marker_cdb26f2e2e0c7d4f3cf2cc498a2107ec.bindPopup(popup_606104996df173814b15a56977274626)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdb26f2e2e0c7d4f3cf2cc498a2107ec.setIcon(icon_6cebd69609e0b8e8d592e63e86239e7e);
|
|
|
|
|
|
var marker_6a79c2a2c1c12d1637a8870360f8c1c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_b5962887904298fb7cef4d5e04b946e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3672f1c1ef8b29bc3bc2f12a421c3f4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1628a617b3769b722f2bf9ef1b0ccdc = $(`<div id="html_e1628a617b3769b722f2bf9ef1b0ccdc" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_3672f1c1ef8b29bc3bc2f12a421c3f4a.setContent(html_e1628a617b3769b722f2bf9ef1b0ccdc);
|
|
|
|
|
|
|
|
marker_6a79c2a2c1c12d1637a8870360f8c1c6.bindPopup(popup_3672f1c1ef8b29bc3bc2f12a421c3f4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a79c2a2c1c12d1637a8870360f8c1c6.setIcon(icon_b5962887904298fb7cef4d5e04b946e3);
|
|
|
|
|
|
var marker_9643f666a95fdb8b8748ef5a25796814 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_3616beafdfd38e4fee3b2a436de84baf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c6c3fa5d2334945db3324ada16070f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13744046bd393709d879fc746466740f = $(`<div id="html_13744046bd393709d879fc746466740f" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_3c6c3fa5d2334945db3324ada16070f5.setContent(html_13744046bd393709d879fc746466740f);
|
|
|
|
|
|
|
|
marker_9643f666a95fdb8b8748ef5a25796814.bindPopup(popup_3c6c3fa5d2334945db3324ada16070f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9643f666a95fdb8b8748ef5a25796814.setIcon(icon_3616beafdfd38e4fee3b2a436de84baf);
|
|
|
|
|
|
var marker_d74649ba4d917facd81a0c8ae80cb500 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_db04193659661178b6224a7cd91503e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec1c735e969ca8109ba5e8de04becf70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dcc70dfc56cc6f997f4719666e5921a = $(`<div id="html_8dcc70dfc56cc6f997f4719666e5921a" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_ec1c735e969ca8109ba5e8de04becf70.setContent(html_8dcc70dfc56cc6f997f4719666e5921a);
|
|
|
|
|
|
|
|
marker_d74649ba4d917facd81a0c8ae80cb500.bindPopup(popup_ec1c735e969ca8109ba5e8de04becf70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d74649ba4d917facd81a0c8ae80cb500.setIcon(icon_db04193659661178b6224a7cd91503e7);
|
|
|
|
|
|
var marker_3e212a808b90d3f7ea4035ff1a3278e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_4c4e6cf9fa911eee0d447cdfcf67436f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3f1eb85df6c9228b4d503479847b40b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_133bd52f2772f875071698dc3e66b982 = $(`<div id="html_133bd52f2772f875071698dc3e66b982" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_a3f1eb85df6c9228b4d503479847b40b.setContent(html_133bd52f2772f875071698dc3e66b982);
|
|
|
|
|
|
|
|
marker_3e212a808b90d3f7ea4035ff1a3278e4.bindPopup(popup_a3f1eb85df6c9228b4d503479847b40b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e212a808b90d3f7ea4035ff1a3278e4.setIcon(icon_4c4e6cf9fa911eee0d447cdfcf67436f);
|
|
|
|
|
|
var marker_d818aca23b579a57e00487ffefefe523 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_9f6b87c1ccb57ee9781ff50ad1f3ad4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51f59d9e7c81d5dd3cbaab9e708e73ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_beae8ead2b57dcaf4e9a5913eae1e293 = $(`<div id="html_beae8ead2b57dcaf4e9a5913eae1e293" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_51f59d9e7c81d5dd3cbaab9e708e73ec.setContent(html_beae8ead2b57dcaf4e9a5913eae1e293);
|
|
|
|
|
|
|
|
marker_d818aca23b579a57e00487ffefefe523.bindPopup(popup_51f59d9e7c81d5dd3cbaab9e708e73ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d818aca23b579a57e00487ffefefe523.setIcon(icon_9f6b87c1ccb57ee9781ff50ad1f3ad4c);
|
|
|
|
|
|
var marker_6304cdb41fae4ec18f441eae52c1451c = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_bea7082d8f51c22cd21ce51c4c5a75e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c8917905c0ee8f5e34a50d90095159a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d03e9fdb7736d5b9a7352bd93cb7a59a = $(`<div id="html_d03e9fdb7736d5b9a7352bd93cb7a59a" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_9c8917905c0ee8f5e34a50d90095159a.setContent(html_d03e9fdb7736d5b9a7352bd93cb7a59a);
|
|
|
|
|
|
|
|
marker_6304cdb41fae4ec18f441eae52c1451c.bindPopup(popup_9c8917905c0ee8f5e34a50d90095159a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6304cdb41fae4ec18f441eae52c1451c.setIcon(icon_bea7082d8f51c22cd21ce51c4c5a75e1);
|
|
|
|
|
|
var marker_8d37c0c22dae180dbe8b2a8b62f45f0c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_999f527284467cffcde42d86aa8c4180 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_772a934018be6f6bc9aae36cf95584bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_748d4631bb5388ade16740cc7b8a657c = $(`<div id="html_748d4631bb5388ade16740cc7b8a657c" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_772a934018be6f6bc9aae36cf95584bf.setContent(html_748d4631bb5388ade16740cc7b8a657c);
|
|
|
|
|
|
|
|
marker_8d37c0c22dae180dbe8b2a8b62f45f0c.bindPopup(popup_772a934018be6f6bc9aae36cf95584bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d37c0c22dae180dbe8b2a8b62f45f0c.setIcon(icon_999f527284467cffcde42d86aa8c4180);
|
|
|
|
|
|
var marker_8f6dc152745c088b78d599a2d8371658 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_25c70af88804e0eac5f286fa0e437339 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c987aacc78f2bf2bf5a9f1355d4d4506 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_268fa00e54c9282c4ee58e53281ea367 = $(`<div id="html_268fa00e54c9282c4ee58e53281ea367" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_c987aacc78f2bf2bf5a9f1355d4d4506.setContent(html_268fa00e54c9282c4ee58e53281ea367);
|
|
|
|
|
|
|
|
marker_8f6dc152745c088b78d599a2d8371658.bindPopup(popup_c987aacc78f2bf2bf5a9f1355d4d4506)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f6dc152745c088b78d599a2d8371658.setIcon(icon_25c70af88804e0eac5f286fa0e437339);
|
|
|
|
|
|
var marker_57b252c95d27ecf88bf98be8fc096e96 = L.marker(
|
|
[40.2662, 44.6393],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_39355e28e91faefd9a600ef7be3e59af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df73b221c35dca46fd0e67ad7bb3eaff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad46476686ccf72c27c8eede53f3e1be = $(`<div id="html_ad46476686ccf72c27c8eede53f3e1be" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_df73b221c35dca46fd0e67ad7bb3eaff.setContent(html_ad46476686ccf72c27c8eede53f3e1be);
|
|
|
|
|
|
|
|
marker_57b252c95d27ecf88bf98be8fc096e96.bindPopup(popup_df73b221c35dca46fd0e67ad7bb3eaff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57b252c95d27ecf88bf98be8fc096e96.setIcon(icon_39355e28e91faefd9a600ef7be3e59af);
|
|
|
|
|
|
var marker_2931aa54dfc3678bafef99411584a179 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_8d9ffc3ce0fdeb3d715271f27b194105 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_213ba09b685a0b780e0953e2aa13ada2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_373cb15585921c136bd5bc941b73d5f5 = $(`<div id="html_373cb15585921c136bd5bc941b73d5f5" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_213ba09b685a0b780e0953e2aa13ada2.setContent(html_373cb15585921c136bd5bc941b73d5f5);
|
|
|
|
|
|
|
|
marker_2931aa54dfc3678bafef99411584a179.bindPopup(popup_213ba09b685a0b780e0953e2aa13ada2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2931aa54dfc3678bafef99411584a179.setIcon(icon_8d9ffc3ce0fdeb3d715271f27b194105);
|
|
|
|
|
|
var marker_dc18a0ad03d8ba067bec4d35d74ddf85 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_0a7cb3f5cb94cffe8e50fd4c86159385 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90eb4283cd9154fa74ac71a7dea01733 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79a29288783ec217c441de30b7705e75 = $(`<div id="html_79a29288783ec217c441de30b7705e75" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_90eb4283cd9154fa74ac71a7dea01733.setContent(html_79a29288783ec217c441de30b7705e75);
|
|
|
|
|
|
|
|
marker_dc18a0ad03d8ba067bec4d35d74ddf85.bindPopup(popup_90eb4283cd9154fa74ac71a7dea01733)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc18a0ad03d8ba067bec4d35d74ddf85.setIcon(icon_0a7cb3f5cb94cffe8e50fd4c86159385);
|
|
|
|
|
|
var marker_95d689d47c32717a2e654c6778af5492 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_1df5b5a3b7747a92d26625a691cf4c92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78b2f575ce2b088a7dddeec6406cf065 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e19541e691715987f8fdbf7313dc4b3 = $(`<div id="html_7e19541e691715987f8fdbf7313dc4b3" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_78b2f575ce2b088a7dddeec6406cf065.setContent(html_7e19541e691715987f8fdbf7313dc4b3);
|
|
|
|
|
|
|
|
marker_95d689d47c32717a2e654c6778af5492.bindPopup(popup_78b2f575ce2b088a7dddeec6406cf065)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95d689d47c32717a2e654c6778af5492.setIcon(icon_1df5b5a3b7747a92d26625a691cf4c92);
|
|
|
|
|
|
var marker_290ecd37e218b0b14038e4ca6e82e1e2 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_dd6db75ac543b2a96b384a5febd347ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e09998507615d20818c6b02e6282dfb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ddce825e4da81d19cd5bccc611fcfdc = $(`<div id="html_6ddce825e4da81d19cd5bccc611fcfdc" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_8e09998507615d20818c6b02e6282dfb.setContent(html_6ddce825e4da81d19cd5bccc611fcfdc);
|
|
|
|
|
|
|
|
marker_290ecd37e218b0b14038e4ca6e82e1e2.bindPopup(popup_8e09998507615d20818c6b02e6282dfb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_290ecd37e218b0b14038e4ca6e82e1e2.setIcon(icon_dd6db75ac543b2a96b384a5febd347ee);
|
|
|
|
|
|
var marker_d8beba05e99d5f58124cc8f3d4d10504 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_d295f30996c17b29cfd012d62f81beaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0d05dcdea0e573ce08147b654d5c137 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f6e39db1b044246983379c354c2f703 = $(`<div id="html_5f6e39db1b044246983379c354c2f703" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_d0d05dcdea0e573ce08147b654d5c137.setContent(html_5f6e39db1b044246983379c354c2f703);
|
|
|
|
|
|
|
|
marker_d8beba05e99d5f58124cc8f3d4d10504.bindPopup(popup_d0d05dcdea0e573ce08147b654d5c137)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8beba05e99d5f58124cc8f3d4d10504.setIcon(icon_d295f30996c17b29cfd012d62f81beaa);
|
|
|
|
|
|
var marker_d180d3e7b0600379d97b75ee06fb6d0d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_b0528426a474a03eb2eb5377933085b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_849c44dce546d461579a522062cfd972 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a16067312c975d0252e715f6a2dbcd2 = $(`<div id="html_2a16067312c975d0252e715f6a2dbcd2" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_849c44dce546d461579a522062cfd972.setContent(html_2a16067312c975d0252e715f6a2dbcd2);
|
|
|
|
|
|
|
|
marker_d180d3e7b0600379d97b75ee06fb6d0d.bindPopup(popup_849c44dce546d461579a522062cfd972)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d180d3e7b0600379d97b75ee06fb6d0d.setIcon(icon_b0528426a474a03eb2eb5377933085b2);
|
|
|
|
|
|
var marker_65d0b5cfbd177dbf7fff98cf54475b6d = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_1bb512a6156e36afbf11b872fc7925b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5cd633d952434e7ac76a528aa451e06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb75f55694465201b7190df0a79adb21 = $(`<div id="html_bb75f55694465201b7190df0a79adb21" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_d5cd633d952434e7ac76a528aa451e06.setContent(html_bb75f55694465201b7190df0a79adb21);
|
|
|
|
|
|
|
|
marker_65d0b5cfbd177dbf7fff98cf54475b6d.bindPopup(popup_d5cd633d952434e7ac76a528aa451e06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65d0b5cfbd177dbf7fff98cf54475b6d.setIcon(icon_1bb512a6156e36afbf11b872fc7925b9);
|
|
|
|
|
|
var marker_5b371293f64ffc00f4ca9b467a28b74c = L.marker(
|
|
[25.7617, -80.1918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_ddd3cc951c9ba4b98b1281a43aa72cb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17b0ef9690777c77795b0b61dee9b53f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e1304ed987b0bddc0b742ad3bebe44b = $(`<div id="html_3e1304ed987b0bddc0b742ad3bebe44b" style="width: 100.0%; height: 100.0%;">relay1.privkey.io</div>`)[0];
|
|
popup_17b0ef9690777c77795b0b61dee9b53f.setContent(html_3e1304ed987b0bddc0b742ad3bebe44b);
|
|
|
|
|
|
|
|
marker_5b371293f64ffc00f4ca9b467a28b74c.bindPopup(popup_17b0ef9690777c77795b0b61dee9b53f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b371293f64ffc00f4ca9b467a28b74c.setIcon(icon_ddd3cc951c9ba4b98b1281a43aa72cb2);
|
|
|
|
|
|
var marker_bfa4c5653129f4a0edd84d972cfa7f25 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_2b9ec68364b6e33c86c0e107b2c56b15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ed8654bd0aa0e83f7c44465208dd71c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d34d15c3f93d9048c7ad613b33ad4fd4 = $(`<div id="html_d34d15c3f93d9048c7ad613b33ad4fd4" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_7ed8654bd0aa0e83f7c44465208dd71c.setContent(html_d34d15c3f93d9048c7ad613b33ad4fd4);
|
|
|
|
|
|
|
|
marker_bfa4c5653129f4a0edd84d972cfa7f25.bindPopup(popup_7ed8654bd0aa0e83f7c44465208dd71c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfa4c5653129f4a0edd84d972cfa7f25.setIcon(icon_2b9ec68364b6e33c86c0e107b2c56b15);
|
|
|
|
|
|
var marker_32aa6f5581877e8ba4e270e0efb28248 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_8ed0e04d844201ec14d7ff0eee8e193a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14dff99717ad9e257e8da5cb0346825d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a253b9ec36eb5ad50ed817b6056df37 = $(`<div id="html_4a253b9ec36eb5ad50ed817b6056df37" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_14dff99717ad9e257e8da5cb0346825d.setContent(html_4a253b9ec36eb5ad50ed817b6056df37);
|
|
|
|
|
|
|
|
marker_32aa6f5581877e8ba4e270e0efb28248.bindPopup(popup_14dff99717ad9e257e8da5cb0346825d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32aa6f5581877e8ba4e270e0efb28248.setIcon(icon_8ed0e04d844201ec14d7ff0eee8e193a);
|
|
|
|
|
|
var marker_6c1bf1774998c2e7e5eb53b9c0298e5e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_9717afdb49f0d2b65da6dd5af8af6872 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab3d359b038c1d1d8bb809642400dd7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b59de1a66d615d290816da61ba5fa6a6 = $(`<div id="html_b59de1a66d615d290816da61ba5fa6a6" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_ab3d359b038c1d1d8bb809642400dd7d.setContent(html_b59de1a66d615d290816da61ba5fa6a6);
|
|
|
|
|
|
|
|
marker_6c1bf1774998c2e7e5eb53b9c0298e5e.bindPopup(popup_ab3d359b038c1d1d8bb809642400dd7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c1bf1774998c2e7e5eb53b9c0298e5e.setIcon(icon_9717afdb49f0d2b65da6dd5af8af6872);
|
|
|
|
|
|
var marker_e80e1a382055cc03c97a91bb83060354 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_aac52890b5b220e47692cdd7901cbf13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d541dd1182271bd68c90ea7536e5700a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_492aa6a0aad9500f4fcb528213ceac6a = $(`<div id="html_492aa6a0aad9500f4fcb528213ceac6a" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_d541dd1182271bd68c90ea7536e5700a.setContent(html_492aa6a0aad9500f4fcb528213ceac6a);
|
|
|
|
|
|
|
|
marker_e80e1a382055cc03c97a91bb83060354.bindPopup(popup_d541dd1182271bd68c90ea7536e5700a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e80e1a382055cc03c97a91bb83060354.setIcon(icon_aac52890b5b220e47692cdd7901cbf13);
|
|
|
|
|
|
var marker_c7cd3680efd333057d65472c67dd3381 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_026974b32b1a5e14dc56915bc3766084 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0a68d21b2e80666f956a812e99c5056 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0478b2666bd900897cc286f90480c1db = $(`<div id="html_0478b2666bd900897cc286f90480c1db" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_b0a68d21b2e80666f956a812e99c5056.setContent(html_0478b2666bd900897cc286f90480c1db);
|
|
|
|
|
|
|
|
marker_c7cd3680efd333057d65472c67dd3381.bindPopup(popup_b0a68d21b2e80666f956a812e99c5056)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7cd3680efd333057d65472c67dd3381.setIcon(icon_026974b32b1a5e14dc56915bc3766084);
|
|
|
|
|
|
var marker_e5928cd4e2d5972fcd4dcda19105d89c = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_3047268f79fbd9aac8b0995adb4101ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_521ba76151df991bdb2f3ac1ef2156a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_978c32f7995194ebac36ca389b5f7709 = $(`<div id="html_978c32f7995194ebac36ca389b5f7709" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_521ba76151df991bdb2f3ac1ef2156a0.setContent(html_978c32f7995194ebac36ca389b5f7709);
|
|
|
|
|
|
|
|
marker_e5928cd4e2d5972fcd4dcda19105d89c.bindPopup(popup_521ba76151df991bdb2f3ac1ef2156a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5928cd4e2d5972fcd4dcda19105d89c.setIcon(icon_3047268f79fbd9aac8b0995adb4101ed);
|
|
|
|
|
|
var marker_4a3851dae664118c3dfc626ef231b5fe = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_79d90ec2a3e6d6a2e0ee54219baafc1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82b107dc3374f4d4795ff430bb407879 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3228e08a96ca98e9e05ba315ae8a6946 = $(`<div id="html_3228e08a96ca98e9e05ba315ae8a6946" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_82b107dc3374f4d4795ff430bb407879.setContent(html_3228e08a96ca98e9e05ba315ae8a6946);
|
|
|
|
|
|
|
|
marker_4a3851dae664118c3dfc626ef231b5fe.bindPopup(popup_82b107dc3374f4d4795ff430bb407879)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a3851dae664118c3dfc626ef231b5fe.setIcon(icon_79d90ec2a3e6d6a2e0ee54219baafc1c);
|
|
|
|
|
|
var marker_9202b2427c0ed2c9817d60e8983744a8 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_2387b51b70bc78ff6ab1ab72d35d9a69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37670110442ed3df67ce1a97456028a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_117308bf5a1cb12afb2c0b3602e4fdee = $(`<div id="html_117308bf5a1cb12afb2c0b3602e4fdee" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_37670110442ed3df67ce1a97456028a2.setContent(html_117308bf5a1cb12afb2c0b3602e4fdee);
|
|
|
|
|
|
|
|
marker_9202b2427c0ed2c9817d60e8983744a8.bindPopup(popup_37670110442ed3df67ce1a97456028a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9202b2427c0ed2c9817d60e8983744a8.setIcon(icon_2387b51b70bc78ff6ab1ab72d35d9a69);
|
|
|
|
|
|
var marker_14ae9fdb4b78023326fd51d44314a61c = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_fec37334b77dcbe10f6e4323e9f61abf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93d5f0dda77255e91da4c769911ff119 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1be931c5c1bfb5b41a8a27e068f65c3c = $(`<div id="html_1be931c5c1bfb5b41a8a27e068f65c3c" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_93d5f0dda77255e91da4c769911ff119.setContent(html_1be931c5c1bfb5b41a8a27e068f65c3c);
|
|
|
|
|
|
|
|
marker_14ae9fdb4b78023326fd51d44314a61c.bindPopup(popup_93d5f0dda77255e91da4c769911ff119)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14ae9fdb4b78023326fd51d44314a61c.setIcon(icon_fec37334b77dcbe10f6e4323e9f61abf);
|
|
|
|
|
|
var marker_819188f8ba04ced49162bdccc4bac526 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_4ae289598bfe39099f62d31ddae6915b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c944a12d224fe1da8f9b9771de3721b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d948d256222eaee303c9c71a4ec8479b = $(`<div id="html_d948d256222eaee303c9c71a4ec8479b" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_c944a12d224fe1da8f9b9771de3721b4.setContent(html_d948d256222eaee303c9c71a4ec8479b);
|
|
|
|
|
|
|
|
marker_819188f8ba04ced49162bdccc4bac526.bindPopup(popup_c944a12d224fe1da8f9b9771de3721b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_819188f8ba04ced49162bdccc4bac526.setIcon(icon_4ae289598bfe39099f62d31ddae6915b);
|
|
|
|
|
|
var marker_965c85bf294428ec3c30a8bfbb0c4908 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_836b1a98743730fdd6c9a3a3fd5edc34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc6275a60b0d1a61531c1583f1d9498e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6ce1fd180cf120603ee687958b68efd = $(`<div id="html_d6ce1fd180cf120603ee687958b68efd" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_fc6275a60b0d1a61531c1583f1d9498e.setContent(html_d6ce1fd180cf120603ee687958b68efd);
|
|
|
|
|
|
|
|
marker_965c85bf294428ec3c30a8bfbb0c4908.bindPopup(popup_fc6275a60b0d1a61531c1583f1d9498e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_965c85bf294428ec3c30a8bfbb0c4908.setIcon(icon_836b1a98743730fdd6c9a3a3fd5edc34);
|
|
|
|
|
|
var marker_9a9265655aea57865a32349ca15f02b3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_16fe18ab510382d0771894d9773f7811 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3b305468821cb43e1ccb1a28a2f9934 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e59206c4851e33e2f0df98bbb0905a1 = $(`<div id="html_2e59206c4851e33e2f0df98bbb0905a1" style="width: 100.0%; height: 100.0%;">relay.mrmave.work</div>`)[0];
|
|
popup_c3b305468821cb43e1ccb1a28a2f9934.setContent(html_2e59206c4851e33e2f0df98bbb0905a1);
|
|
|
|
|
|
|
|
marker_9a9265655aea57865a32349ca15f02b3.bindPopup(popup_c3b305468821cb43e1ccb1a28a2f9934)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a9265655aea57865a32349ca15f02b3.setIcon(icon_16fe18ab510382d0771894d9773f7811);
|
|
|
|
|
|
var marker_70cc5f39754a689df54ef320e2f97037 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_955fa92b018543ddf423644797a8bc61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81640a448fef85b4fb5d1bac30d5bfd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac52fd021c217db2f4520c78c2e2b9b7 = $(`<div id="html_ac52fd021c217db2f4520c78c2e2b9b7" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_81640a448fef85b4fb5d1bac30d5bfd6.setContent(html_ac52fd021c217db2f4520c78c2e2b9b7);
|
|
|
|
|
|
|
|
marker_70cc5f39754a689df54ef320e2f97037.bindPopup(popup_81640a448fef85b4fb5d1bac30d5bfd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70cc5f39754a689df54ef320e2f97037.setIcon(icon_955fa92b018543ddf423644797a8bc61);
|
|
|
|
|
|
var marker_4e430b8f1fc0c27bd910b651677e073c = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_6a6e1d835e4e991b07344d980da6c197 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da27d26b38e2b2d225597080106f9330 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86f4b85ae12f084920f8073cc3aaaf43 = $(`<div id="html_86f4b85ae12f084920f8073cc3aaaf43" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_da27d26b38e2b2d225597080106f9330.setContent(html_86f4b85ae12f084920f8073cc3aaaf43);
|
|
|
|
|
|
|
|
marker_4e430b8f1fc0c27bd910b651677e073c.bindPopup(popup_da27d26b38e2b2d225597080106f9330)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e430b8f1fc0c27bd910b651677e073c.setIcon(icon_6a6e1d835e4e991b07344d980da6c197);
|
|
|
|
|
|
var marker_375be9358fa1d2ad38d9616b35f822b2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_880b88a4afb2811d7de795542d6a0d12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3dd8969803f21acfa084e8f810066887 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1168f82e1379423967681954d42d3be7 = $(`<div id="html_1168f82e1379423967681954d42d3be7" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_3dd8969803f21acfa084e8f810066887.setContent(html_1168f82e1379423967681954d42d3be7);
|
|
|
|
|
|
|
|
marker_375be9358fa1d2ad38d9616b35f822b2.bindPopup(popup_3dd8969803f21acfa084e8f810066887)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_375be9358fa1d2ad38d9616b35f822b2.setIcon(icon_880b88a4afb2811d7de795542d6a0d12);
|
|
|
|
|
|
var marker_58a33d76e8e1075eb44e1d818ba9c8f6 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_4582486fc2b1bee4a4d5aadcc71ee530 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48a3adb8294837d4b092c121c9293a30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bd18ba5dee79c484f969839be807769 = $(`<div id="html_3bd18ba5dee79c484f969839be807769" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_48a3adb8294837d4b092c121c9293a30.setContent(html_3bd18ba5dee79c484f969839be807769);
|
|
|
|
|
|
|
|
marker_58a33d76e8e1075eb44e1d818ba9c8f6.bindPopup(popup_48a3adb8294837d4b092c121c9293a30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58a33d76e8e1075eb44e1d818ba9c8f6.setIcon(icon_4582486fc2b1bee4a4d5aadcc71ee530);
|
|
|
|
|
|
var marker_7a6d83fe4fa6a659aed00bbecd2a4ab9 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_41f3b46cd3508c61da852045d0ab152a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b52c7eb53aa8ff945477d1a4e25e582f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afcd768a3d98f596a48ac155869247fa = $(`<div id="html_afcd768a3d98f596a48ac155869247fa" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_b52c7eb53aa8ff945477d1a4e25e582f.setContent(html_afcd768a3d98f596a48ac155869247fa);
|
|
|
|
|
|
|
|
marker_7a6d83fe4fa6a659aed00bbecd2a4ab9.bindPopup(popup_b52c7eb53aa8ff945477d1a4e25e582f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a6d83fe4fa6a659aed00bbecd2a4ab9.setIcon(icon_41f3b46cd3508c61da852045d0ab152a);
|
|
|
|
|
|
var marker_47061f63acbd41747369d2a44904b9bc = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_62f73c615bbb4d6d5051c876e500c336 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1ea79ca0f90627efbc326367a0f2ba9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_117625f224cf6f972ae7a25ac5bf40f7 = $(`<div id="html_117625f224cf6f972ae7a25ac5bf40f7" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_c1ea79ca0f90627efbc326367a0f2ba9.setContent(html_117625f224cf6f972ae7a25ac5bf40f7);
|
|
|
|
|
|
|
|
marker_47061f63acbd41747369d2a44904b9bc.bindPopup(popup_c1ea79ca0f90627efbc326367a0f2ba9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47061f63acbd41747369d2a44904b9bc.setIcon(icon_62f73c615bbb4d6d5051c876e500c336);
|
|
|
|
|
|
var marker_60a24574e79d10092e48da58ed4165e5 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_b2b12312f31fb417b75a2657b5f29b42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae6ee38bb4ecaede6bb98d5730071dd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c480fd352202116acf609847e2b88ad = $(`<div id="html_9c480fd352202116acf609847e2b88ad" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_ae6ee38bb4ecaede6bb98d5730071dd5.setContent(html_9c480fd352202116acf609847e2b88ad);
|
|
|
|
|
|
|
|
marker_60a24574e79d10092e48da58ed4165e5.bindPopup(popup_ae6ee38bb4ecaede6bb98d5730071dd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60a24574e79d10092e48da58ed4165e5.setIcon(icon_b2b12312f31fb417b75a2657b5f29b42);
|
|
|
|
|
|
var marker_7ce807594b7796c457b0b6c1597b1a3a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_26d0076d24466692b167ef9889455ad6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4b7a7123ce9c1819f7204e4be28411f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f324db9c1d2bdad0013c1868904a26fc = $(`<div id="html_f324db9c1d2bdad0013c1868904a26fc" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_e4b7a7123ce9c1819f7204e4be28411f.setContent(html_f324db9c1d2bdad0013c1868904a26fc);
|
|
|
|
|
|
|
|
marker_7ce807594b7796c457b0b6c1597b1a3a.bindPopup(popup_e4b7a7123ce9c1819f7204e4be28411f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ce807594b7796c457b0b6c1597b1a3a.setIcon(icon_26d0076d24466692b167ef9889455ad6);
|
|
|
|
|
|
var marker_5db5859ef4e0a79959b93a94f17b967a = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_4474fab789c023412288126006b48f66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9072cf2ff3fb43f919aaecd1cdf5aec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ba4f9cf10ade3f73d2f70fe9f514060 = $(`<div id="html_0ba4f9cf10ade3f73d2f70fe9f514060" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_c9072cf2ff3fb43f919aaecd1cdf5aec.setContent(html_0ba4f9cf10ade3f73d2f70fe9f514060);
|
|
|
|
|
|
|
|
marker_5db5859ef4e0a79959b93a94f17b967a.bindPopup(popup_c9072cf2ff3fb43f919aaecd1cdf5aec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5db5859ef4e0a79959b93a94f17b967a.setIcon(icon_4474fab789c023412288126006b48f66);
|
|
|
|
|
|
var marker_3239eecc7c0f353a0458d2e099f675ae = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c759b0b219d4dee077ce90b4cbfbcf52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b24cb0c989ce8a0636beed45f4bddfad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc56ea240578403813a2e8c40c38c748 = $(`<div id="html_cc56ea240578403813a2e8c40c38c748" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_b24cb0c989ce8a0636beed45f4bddfad.setContent(html_cc56ea240578403813a2e8c40c38c748);
|
|
|
|
|
|
|
|
marker_3239eecc7c0f353a0458d2e099f675ae.bindPopup(popup_b24cb0c989ce8a0636beed45f4bddfad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3239eecc7c0f353a0458d2e099f675ae.setIcon(icon_c759b0b219d4dee077ce90b4cbfbcf52);
|
|
|
|
|
|
var marker_7bb6c2124683425f0a80efc215d2c968 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_2b1d6ce4846f920716a0385ddbcffca1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62c1891e502df84112efe959ef503fbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_912bb8a557390127f8421eb8f72a13e4 = $(`<div id="html_912bb8a557390127f8421eb8f72a13e4" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_62c1891e502df84112efe959ef503fbb.setContent(html_912bb8a557390127f8421eb8f72a13e4);
|
|
|
|
|
|
|
|
marker_7bb6c2124683425f0a80efc215d2c968.bindPopup(popup_62c1891e502df84112efe959ef503fbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bb6c2124683425f0a80efc215d2c968.setIcon(icon_2b1d6ce4846f920716a0385ddbcffca1);
|
|
|
|
|
|
var marker_5ae94e0a1f8c51ba5ade8ac21cec58f7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_718e542a44265c25d5bc726d2e7a71de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_252d10672712b8a18dcd9632563aae99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d10f5f7e3a0ec94c015ed508639996d3 = $(`<div id="html_d10f5f7e3a0ec94c015ed508639996d3" style="width: 100.0%; height: 100.0%;">relay.aidatanorge.no</div>`)[0];
|
|
popup_252d10672712b8a18dcd9632563aae99.setContent(html_d10f5f7e3a0ec94c015ed508639996d3);
|
|
|
|
|
|
|
|
marker_5ae94e0a1f8c51ba5ade8ac21cec58f7.bindPopup(popup_252d10672712b8a18dcd9632563aae99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ae94e0a1f8c51ba5ade8ac21cec58f7.setIcon(icon_718e542a44265c25d5bc726d2e7a71de);
|
|
|
|
|
|
var marker_04c8600e54e671356f214b4ff8282085 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c2a9b8b356756fd8e86b6981651a33a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac78af3b5317be48d222ebbca9752350 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc381fbf899afa7e00d06ff7457ffb32 = $(`<div id="html_dc381fbf899afa7e00d06ff7457ffb32" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_ac78af3b5317be48d222ebbca9752350.setContent(html_dc381fbf899afa7e00d06ff7457ffb32);
|
|
|
|
|
|
|
|
marker_04c8600e54e671356f214b4ff8282085.bindPopup(popup_ac78af3b5317be48d222ebbca9752350)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04c8600e54e671356f214b4ff8282085.setIcon(icon_c2a9b8b356756fd8e86b6981651a33a4);
|
|
|
|
|
|
var marker_d74d0ea0aac0a975f7b36dac2327a272 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_7b6bc876ee13961e16e24056e361760e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_085f5e93299aabdd2b4efca8ca7b4f47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f209809093ba561f1c6df984f7086a5e = $(`<div id="html_f209809093ba561f1c6df984f7086a5e" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_085f5e93299aabdd2b4efca8ca7b4f47.setContent(html_f209809093ba561f1c6df984f7086a5e);
|
|
|
|
|
|
|
|
marker_d74d0ea0aac0a975f7b36dac2327a272.bindPopup(popup_085f5e93299aabdd2b4efca8ca7b4f47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d74d0ea0aac0a975f7b36dac2327a272.setIcon(icon_7b6bc876ee13961e16e24056e361760e);
|
|
|
|
|
|
var marker_8b38413fa804598341242b7e2fc33397 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_19df03b58e62ccead54f70969826e313 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4541b55ebcc0dbe436f5c37dc9d4534d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_728fa523eeb6a0fac148977ac1fc6be7 = $(`<div id="html_728fa523eeb6a0fac148977ac1fc6be7" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_4541b55ebcc0dbe436f5c37dc9d4534d.setContent(html_728fa523eeb6a0fac148977ac1fc6be7);
|
|
|
|
|
|
|
|
marker_8b38413fa804598341242b7e2fc33397.bindPopup(popup_4541b55ebcc0dbe436f5c37dc9d4534d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b38413fa804598341242b7e2fc33397.setIcon(icon_19df03b58e62ccead54f70969826e313);
|
|
|
|
|
|
var marker_9e1298932cb541a80975be23c0377946 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a8805d57a5d2bf7c2a0c7da209c1521e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c844d164efc8a5b027ccd190ce67735 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64bfb70c822ed2ad27f22a193c0a3669 = $(`<div id="html_64bfb70c822ed2ad27f22a193c0a3669" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_9c844d164efc8a5b027ccd190ce67735.setContent(html_64bfb70c822ed2ad27f22a193c0a3669);
|
|
|
|
|
|
|
|
marker_9e1298932cb541a80975be23c0377946.bindPopup(popup_9c844d164efc8a5b027ccd190ce67735)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e1298932cb541a80975be23c0377946.setIcon(icon_a8805d57a5d2bf7c2a0c7da209c1521e);
|
|
|
|
|
|
var marker_673d6609fd3e5f65b85947be28e34226 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_bd3feb54bcd7b2312108bf7e538570bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72f9b93962275edf9e67626123fff163 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff0c7561222a813b0235b31913f64738 = $(`<div id="html_ff0c7561222a813b0235b31913f64738" style="width: 100.0%; height: 100.0%;">relay2.veganostr.com</div>`)[0];
|
|
popup_72f9b93962275edf9e67626123fff163.setContent(html_ff0c7561222a813b0235b31913f64738);
|
|
|
|
|
|
|
|
marker_673d6609fd3e5f65b85947be28e34226.bindPopup(popup_72f9b93962275edf9e67626123fff163)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_673d6609fd3e5f65b85947be28e34226.setIcon(icon_bd3feb54bcd7b2312108bf7e538570bb);
|
|
|
|
|
|
var marker_9db711585b196c56ae519f26f8fc1412 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_5c2148a59aecd4550653bc217f9aef27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07b993a67d33373d7f616e8040791901 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_077a61d8e1d829953e816312b239a465 = $(`<div id="html_077a61d8e1d829953e816312b239a465" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_07b993a67d33373d7f616e8040791901.setContent(html_077a61d8e1d829953e816312b239a465);
|
|
|
|
|
|
|
|
marker_9db711585b196c56ae519f26f8fc1412.bindPopup(popup_07b993a67d33373d7f616e8040791901)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9db711585b196c56ae519f26f8fc1412.setIcon(icon_5c2148a59aecd4550653bc217f9aef27);
|
|
|
|
|
|
var marker_2b56a3240348aaf1303b024a849e58ce = L.marker(
|
|
[41.1542, -8.60964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a03ab06889568bbab8cd45b9aadaa883 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b3f1873b66ae50166ed2528b0173475 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a3cc6ccd4200743c8f2a7cc1ecca6c7 = $(`<div id="html_4a3cc6ccd4200743c8f2a7cc1ecca6c7" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_1b3f1873b66ae50166ed2528b0173475.setContent(html_4a3cc6ccd4200743c8f2a7cc1ecca6c7);
|
|
|
|
|
|
|
|
marker_2b56a3240348aaf1303b024a849e58ce.bindPopup(popup_1b3f1873b66ae50166ed2528b0173475)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b56a3240348aaf1303b024a849e58ce.setIcon(icon_a03ab06889568bbab8cd45b9aadaa883);
|
|
|
|
|
|
var marker_c694deafc97d687e52f951d30084b397 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_10942a830c066e5f2c52aa10fa1ba1df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ca6768818d4a67b91d352467a6a12cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63bf7f1da39b36c13208d302b2c94791 = $(`<div id="html_63bf7f1da39b36c13208d302b2c94791" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_6ca6768818d4a67b91d352467a6a12cb.setContent(html_63bf7f1da39b36c13208d302b2c94791);
|
|
|
|
|
|
|
|
marker_c694deafc97d687e52f951d30084b397.bindPopup(popup_6ca6768818d4a67b91d352467a6a12cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c694deafc97d687e52f951d30084b397.setIcon(icon_10942a830c066e5f2c52aa10fa1ba1df);
|
|
|
|
|
|
var marker_adfb29ce10cc8c46d7b2999bae3cd316 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a73189e3a6f00e778833265ab7145f6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_518029597b9ca2c74d9bc78479eae1eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e4b1e8e999cba3a002ddad16a7ffc0f = $(`<div id="html_0e4b1e8e999cba3a002ddad16a7ffc0f" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_518029597b9ca2c74d9bc78479eae1eb.setContent(html_0e4b1e8e999cba3a002ddad16a7ffc0f);
|
|
|
|
|
|
|
|
marker_adfb29ce10cc8c46d7b2999bae3cd316.bindPopup(popup_518029597b9ca2c74d9bc78479eae1eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adfb29ce10cc8c46d7b2999bae3cd316.setIcon(icon_a73189e3a6f00e778833265ab7145f6b);
|
|
|
|
|
|
var marker_ed8097330d82ad9bb91f9ec7cd03de91 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_ab3a4842cf8cc29affc43dd7da77fbac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33623556b572abae274d0db323715f8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b835c64fb4970dbe49e794ce289dbc9 = $(`<div id="html_6b835c64fb4970dbe49e794ce289dbc9" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_33623556b572abae274d0db323715f8b.setContent(html_6b835c64fb4970dbe49e794ce289dbc9);
|
|
|
|
|
|
|
|
marker_ed8097330d82ad9bb91f9ec7cd03de91.bindPopup(popup_33623556b572abae274d0db323715f8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed8097330d82ad9bb91f9ec7cd03de91.setIcon(icon_ab3a4842cf8cc29affc43dd7da77fbac);
|
|
|
|
|
|
var marker_5b6c916753af0041c41e87999dbe2c71 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_027bc52632a0103a4b0ff8ec09a5111b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b89736a9d33ea6d06922adefcbe5268 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8337a8322cc1551922e190b8abeb310 = $(`<div id="html_f8337a8322cc1551922e190b8abeb310" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_8b89736a9d33ea6d06922adefcbe5268.setContent(html_f8337a8322cc1551922e190b8abeb310);
|
|
|
|
|
|
|
|
marker_5b6c916753af0041c41e87999dbe2c71.bindPopup(popup_8b89736a9d33ea6d06922adefcbe5268)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b6c916753af0041c41e87999dbe2c71.setIcon(icon_027bc52632a0103a4b0ff8ec09a5111b);
|
|
|
|
|
|
var marker_30f66623d08ef6b98da501ef7c66957b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_6a409d7913e9d681d291d6e142994aa2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18e9c8e63538273aa5591a3cac1197a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efc0e8703f0f1c5cafed2d1ca4cc87e7 = $(`<div id="html_efc0e8703f0f1c5cafed2d1ca4cc87e7" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_18e9c8e63538273aa5591a3cac1197a0.setContent(html_efc0e8703f0f1c5cafed2d1ca4cc87e7);
|
|
|
|
|
|
|
|
marker_30f66623d08ef6b98da501ef7c66957b.bindPopup(popup_18e9c8e63538273aa5591a3cac1197a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30f66623d08ef6b98da501ef7c66957b.setIcon(icon_6a409d7913e9d681d291d6e142994aa2);
|
|
|
|
|
|
var marker_ed01b8c00f229e654d64e7c53035a441 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_af4c15e179b34e4385c6f690670e411f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_661f146ba2502375a223ac68f1b2c2ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf7762554fa06ca84b8bf5f9c2ecbcb5 = $(`<div id="html_cf7762554fa06ca84b8bf5f9c2ecbcb5" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_661f146ba2502375a223ac68f1b2c2ad.setContent(html_cf7762554fa06ca84b8bf5f9c2ecbcb5);
|
|
|
|
|
|
|
|
marker_ed01b8c00f229e654d64e7c53035a441.bindPopup(popup_661f146ba2502375a223ac68f1b2c2ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed01b8c00f229e654d64e7c53035a441.setIcon(icon_af4c15e179b34e4385c6f690670e411f);
|
|
|
|
|
|
var marker_f7fc6e8a7bc3678ff3495b9d46b65002 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_6547223bdcef03a9debf2bc966033e7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b250a3e804e0026f585c2041763f8b2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ef7a94ed42e364be719ecda920f587f = $(`<div id="html_2ef7a94ed42e364be719ecda920f587f" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_b250a3e804e0026f585c2041763f8b2a.setContent(html_2ef7a94ed42e364be719ecda920f587f);
|
|
|
|
|
|
|
|
marker_f7fc6e8a7bc3678ff3495b9d46b65002.bindPopup(popup_b250a3e804e0026f585c2041763f8b2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7fc6e8a7bc3678ff3495b9d46b65002.setIcon(icon_6547223bdcef03a9debf2bc966033e7c);
|
|
|
|
|
|
var marker_2dbfa4d6e09333c9fbce1d3db85e7c84 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_d5e94c3ef92294e59d028086e9eb1037 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d70f2cda8fde64fec7f810c2017fc5bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da29fac748a2d2e2c429d35b49ea663c = $(`<div id="html_da29fac748a2d2e2c429d35b49ea663c" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_d70f2cda8fde64fec7f810c2017fc5bf.setContent(html_da29fac748a2d2e2c429d35b49ea663c);
|
|
|
|
|
|
|
|
marker_2dbfa4d6e09333c9fbce1d3db85e7c84.bindPopup(popup_d70f2cda8fde64fec7f810c2017fc5bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2dbfa4d6e09333c9fbce1d3db85e7c84.setIcon(icon_d5e94c3ef92294e59d028086e9eb1037);
|
|
|
|
|
|
var marker_34a91ffbc3a8380c93fe08220650c85b = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a61d8976c2e599c4a24a70136675c0cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4dd5d5ce0f98c3de73e8f2441e491811 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cf02931a82ad67102ecc419d261517e = $(`<div id="html_6cf02931a82ad67102ecc419d261517e" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_4dd5d5ce0f98c3de73e8f2441e491811.setContent(html_6cf02931a82ad67102ecc419d261517e);
|
|
|
|
|
|
|
|
marker_34a91ffbc3a8380c93fe08220650c85b.bindPopup(popup_4dd5d5ce0f98c3de73e8f2441e491811)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34a91ffbc3a8380c93fe08220650c85b.setIcon(icon_a61d8976c2e599c4a24a70136675c0cb);
|
|
|
|
|
|
var marker_455596a7ec2c39b61f899b597b40f17e = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_d5e1b73cfd95cc2723ba84991b03c7f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d190a80c757e2e88ca0e4c06a544b0c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c593c87091e636251d7ebc333f31f3aa = $(`<div id="html_c593c87091e636251d7ebc333f31f3aa" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_d190a80c757e2e88ca0e4c06a544b0c3.setContent(html_c593c87091e636251d7ebc333f31f3aa);
|
|
|
|
|
|
|
|
marker_455596a7ec2c39b61f899b597b40f17e.bindPopup(popup_d190a80c757e2e88ca0e4c06a544b0c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_455596a7ec2c39b61f899b597b40f17e.setIcon(icon_d5e1b73cfd95cc2723ba84991b03c7f2);
|
|
|
|
|
|
var marker_204674afea89ee8259928b7be55e084d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_d5f82debbb360786b27f2d659f1e02a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d57a6fbea1893b4d7cb3cd38f9de5739 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faecfb3808f18255a43adcba053b6c38 = $(`<div id="html_faecfb3808f18255a43adcba053b6c38" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_d57a6fbea1893b4d7cb3cd38f9de5739.setContent(html_faecfb3808f18255a43adcba053b6c38);
|
|
|
|
|
|
|
|
marker_204674afea89ee8259928b7be55e084d.bindPopup(popup_d57a6fbea1893b4d7cb3cd38f9de5739)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_204674afea89ee8259928b7be55e084d.setIcon(icon_d5f82debbb360786b27f2d659f1e02a7);
|
|
|
|
|
|
var marker_a66afe48b96edc06f9379da1a6616af4 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_dbc53ae1de852dc54668e12ce0bd9aa1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a216e5fe42d8f2dff95f85c4a338bf18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a2636eaa606e28c1fa97535e9f7ccaf = $(`<div id="html_9a2636eaa606e28c1fa97535e9f7ccaf" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_a216e5fe42d8f2dff95f85c4a338bf18.setContent(html_9a2636eaa606e28c1fa97535e9f7ccaf);
|
|
|
|
|
|
|
|
marker_a66afe48b96edc06f9379da1a6616af4.bindPopup(popup_a216e5fe42d8f2dff95f85c4a338bf18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a66afe48b96edc06f9379da1a6616af4.setIcon(icon_dbc53ae1de852dc54668e12ce0bd9aa1);
|
|
|
|
|
|
var marker_9d92179612a1581b3e6516c58d53b56a = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_50896d5e587cbfe15d80ab13c3842c9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73094ad06045dc1129cc65014d3e795e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a1dcb8eaf6bdcbc92349464d20d366b = $(`<div id="html_6a1dcb8eaf6bdcbc92349464d20d366b" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_73094ad06045dc1129cc65014d3e795e.setContent(html_6a1dcb8eaf6bdcbc92349464d20d366b);
|
|
|
|
|
|
|
|
marker_9d92179612a1581b3e6516c58d53b56a.bindPopup(popup_73094ad06045dc1129cc65014d3e795e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d92179612a1581b3e6516c58d53b56a.setIcon(icon_50896d5e587cbfe15d80ab13c3842c9e);
|
|
|
|
|
|
var marker_ccbaa70e5290a24d5599a835804a88fb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_9837a9888dbe25862ffa2e85be7661d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_653244c75acefc44fab7faff6be55138 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09247577d5678a6b1f3dd2ca0780c5a0 = $(`<div id="html_09247577d5678a6b1f3dd2ca0780c5a0" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_653244c75acefc44fab7faff6be55138.setContent(html_09247577d5678a6b1f3dd2ca0780c5a0);
|
|
|
|
|
|
|
|
marker_ccbaa70e5290a24d5599a835804a88fb.bindPopup(popup_653244c75acefc44fab7faff6be55138)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccbaa70e5290a24d5599a835804a88fb.setIcon(icon_9837a9888dbe25862ffa2e85be7661d1);
|
|
|
|
|
|
var marker_01330eee3faf531d539c0654d619383f = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_95076d4ba12ad63b214425f0425dd25d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5deba90c3baa8db077c4459eec5cc92b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2288bbf4f4770258af10def8445d15a0 = $(`<div id="html_2288bbf4f4770258af10def8445d15a0" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_5deba90c3baa8db077c4459eec5cc92b.setContent(html_2288bbf4f4770258af10def8445d15a0);
|
|
|
|
|
|
|
|
marker_01330eee3faf531d539c0654d619383f.bindPopup(popup_5deba90c3baa8db077c4459eec5cc92b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01330eee3faf531d539c0654d619383f.setIcon(icon_95076d4ba12ad63b214425f0425dd25d);
|
|
|
|
|
|
var marker_e917a8655808c4c29fffa8a962095214 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_4ac104ed24b525ba6095d3cd40bd7722 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cafedc05efa554c4c10f1e4f7576d152 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2ab3990764b7f32237bde47802174d4 = $(`<div id="html_e2ab3990764b7f32237bde47802174d4" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_cafedc05efa554c4c10f1e4f7576d152.setContent(html_e2ab3990764b7f32237bde47802174d4);
|
|
|
|
|
|
|
|
marker_e917a8655808c4c29fffa8a962095214.bindPopup(popup_cafedc05efa554c4c10f1e4f7576d152)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e917a8655808c4c29fffa8a962095214.setIcon(icon_4ac104ed24b525ba6095d3cd40bd7722);
|
|
|
|
|
|
var marker_f268cd7200e9f3cb1477d054e13c34b8 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_521b6628177f05291ecc9cf23e176bd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e5eb4286e3a7b1293975ac5eb435db6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed358e9b61eb479ca04ddb72da7a6a0f = $(`<div id="html_ed358e9b61eb479ca04ddb72da7a6a0f" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_0e5eb4286e3a7b1293975ac5eb435db6.setContent(html_ed358e9b61eb479ca04ddb72da7a6a0f);
|
|
|
|
|
|
|
|
marker_f268cd7200e9f3cb1477d054e13c34b8.bindPopup(popup_0e5eb4286e3a7b1293975ac5eb435db6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f268cd7200e9f3cb1477d054e13c34b8.setIcon(icon_521b6628177f05291ecc9cf23e176bd3);
|
|
|
|
|
|
var marker_8e1bcb1eeb0ec3af580ab7a703d54cdd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a39c9010ff6fa83e1919d7a0274cab79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf9471589e916fb0ae64315da21adb7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a68b0d3fd3f30e2446989e25934342e = $(`<div id="html_7a68b0d3fd3f30e2446989e25934342e" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_cf9471589e916fb0ae64315da21adb7a.setContent(html_7a68b0d3fd3f30e2446989e25934342e);
|
|
|
|
|
|
|
|
marker_8e1bcb1eeb0ec3af580ab7a703d54cdd.bindPopup(popup_cf9471589e916fb0ae64315da21adb7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e1bcb1eeb0ec3af580ab7a703d54cdd.setIcon(icon_a39c9010ff6fa83e1919d7a0274cab79);
|
|
|
|
|
|
var marker_343ddc63bce64bd23dac375751ca92a9 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_dc1c756a9c1e0bb36c8260d902ade707 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c12a01e41956a7f918b15aa1e89ccdb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a9603781d653185bd680a3df3328619 = $(`<div id="html_5a9603781d653185bd680a3df3328619" style="width: 100.0%; height: 100.0%;">relay.hostr.network</div>`)[0];
|
|
popup_0c12a01e41956a7f918b15aa1e89ccdb.setContent(html_5a9603781d653185bd680a3df3328619);
|
|
|
|
|
|
|
|
marker_343ddc63bce64bd23dac375751ca92a9.bindPopup(popup_0c12a01e41956a7f918b15aa1e89ccdb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_343ddc63bce64bd23dac375751ca92a9.setIcon(icon_dc1c756a9c1e0bb36c8260d902ade707);
|
|
|
|
|
|
var marker_651d9a2c8da6fe8558bfdc0a16de00c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_81000d9c6c63ffd377ca8ece742b4fa9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f82b2aab166576e2f80d362f67c2d4dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed361cb98330fa00e2ae3e878c319309 = $(`<div id="html_ed361cb98330fa00e2ae3e878c319309" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_f82b2aab166576e2f80d362f67c2d4dc.setContent(html_ed361cb98330fa00e2ae3e878c319309);
|
|
|
|
|
|
|
|
marker_651d9a2c8da6fe8558bfdc0a16de00c7.bindPopup(popup_f82b2aab166576e2f80d362f67c2d4dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_651d9a2c8da6fe8558bfdc0a16de00c7.setIcon(icon_81000d9c6c63ffd377ca8ece742b4fa9);
|
|
|
|
|
|
var marker_9b8d0d2488089e38f7a67cdc3d22a74f = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c880f8dd45c30b9bf637199aaec1f27f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5617b2b80fea7f54ba0625ee92e4a9ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b40e1ec30f67c6a8c63aae66f1d69aab = $(`<div id="html_b40e1ec30f67c6a8c63aae66f1d69aab" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_5617b2b80fea7f54ba0625ee92e4a9ab.setContent(html_b40e1ec30f67c6a8c63aae66f1d69aab);
|
|
|
|
|
|
|
|
marker_9b8d0d2488089e38f7a67cdc3d22a74f.bindPopup(popup_5617b2b80fea7f54ba0625ee92e4a9ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b8d0d2488089e38f7a67cdc3d22a74f.setIcon(icon_c880f8dd45c30b9bf637199aaec1f27f);
|
|
|
|
|
|
var marker_08322ce91fea18261739cfdac1c2a3b3 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_74ef9cf5f5b1078b698dcfac5380fa74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bbd7220eb0787d986f488e4f67a1d4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_862f49ad0fa339a9f9ab4eabbae96138 = $(`<div id="html_862f49ad0fa339a9f9ab4eabbae96138" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_1bbd7220eb0787d986f488e4f67a1d4f.setContent(html_862f49ad0fa339a9f9ab4eabbae96138);
|
|
|
|
|
|
|
|
marker_08322ce91fea18261739cfdac1c2a3b3.bindPopup(popup_1bbd7220eb0787d986f488e4f67a1d4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08322ce91fea18261739cfdac1c2a3b3.setIcon(icon_74ef9cf5f5b1078b698dcfac5380fa74);
|
|
|
|
|
|
var marker_698a7d16a66e7bf9939a2048e78444b7 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_da4c6958d484b9dd46d98726a00fe9f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd545d0a9113bd77c6dc206a4a2aea12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e4a64f72d1666d0b3af76b5cf2a5a83 = $(`<div id="html_0e4a64f72d1666d0b3af76b5cf2a5a83" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_dd545d0a9113bd77c6dc206a4a2aea12.setContent(html_0e4a64f72d1666d0b3af76b5cf2a5a83);
|
|
|
|
|
|
|
|
marker_698a7d16a66e7bf9939a2048e78444b7.bindPopup(popup_dd545d0a9113bd77c6dc206a4a2aea12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_698a7d16a66e7bf9939a2048e78444b7.setIcon(icon_da4c6958d484b9dd46d98726a00fe9f0);
|
|
|
|
|
|
var marker_628ec410175756a38fd626f831c1fb91 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_d0edab74203c369d540306015973b49a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a75cad8ebc65481cf43ca0b62117da60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0f58d44ff2ced08d3a894419958ae6e = $(`<div id="html_f0f58d44ff2ced08d3a894419958ae6e" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_a75cad8ebc65481cf43ca0b62117da60.setContent(html_f0f58d44ff2ced08d3a894419958ae6e);
|
|
|
|
|
|
|
|
marker_628ec410175756a38fd626f831c1fb91.bindPopup(popup_a75cad8ebc65481cf43ca0b62117da60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_628ec410175756a38fd626f831c1fb91.setIcon(icon_d0edab74203c369d540306015973b49a);
|
|
|
|
|
|
var marker_f915895093e86a1eb9c84f466558cdd6 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_aeb4bf50bd0bd890be014bec527e7161 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59bb83f0d8dbe0029b733a66f98daad0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0e300e779dba6501eb55878f1703280 = $(`<div id="html_e0e300e779dba6501eb55878f1703280" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_59bb83f0d8dbe0029b733a66f98daad0.setContent(html_e0e300e779dba6501eb55878f1703280);
|
|
|
|
|
|
|
|
marker_f915895093e86a1eb9c84f466558cdd6.bindPopup(popup_59bb83f0d8dbe0029b733a66f98daad0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f915895093e86a1eb9c84f466558cdd6.setIcon(icon_aeb4bf50bd0bd890be014bec527e7161);
|
|
|
|
|
|
var marker_0d71eb4b1cd6b78e05d9659d8d06a26f = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_3938341ba6f414c93228ad2c1f888da0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7821c7efd247f72bf5427d454a974d2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9c74d0daccdc4ac835276e096d748b0 = $(`<div id="html_d9c74d0daccdc4ac835276e096d748b0" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_7821c7efd247f72bf5427d454a974d2a.setContent(html_d9c74d0daccdc4ac835276e096d748b0);
|
|
|
|
|
|
|
|
marker_0d71eb4b1cd6b78e05d9659d8d06a26f.bindPopup(popup_7821c7efd247f72bf5427d454a974d2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d71eb4b1cd6b78e05d9659d8d06a26f.setIcon(icon_3938341ba6f414c93228ad2c1f888da0);
|
|
|
|
|
|
var marker_61677e894c91053eda3766267589b8f6 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_2614bd3357d07a8b874847f8be3d25fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a37185c2ca686e083f5cc6d9ab7f2930 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2237cd062780287fbb2177a6667ebafb = $(`<div id="html_2237cd062780287fbb2177a6667ebafb" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_a37185c2ca686e083f5cc6d9ab7f2930.setContent(html_2237cd062780287fbb2177a6667ebafb);
|
|
|
|
|
|
|
|
marker_61677e894c91053eda3766267589b8f6.bindPopup(popup_a37185c2ca686e083f5cc6d9ab7f2930)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61677e894c91053eda3766267589b8f6.setIcon(icon_2614bd3357d07a8b874847f8be3d25fe);
|
|
|
|
|
|
var marker_47e73dd295a63b71ad047778c252b0c4 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_80f14d4590c8ad062833e86b4faba6e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42faec8c36b747df58c599a45a16f905 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42126c10d926c7bc82ebd1d8e93f4601 = $(`<div id="html_42126c10d926c7bc82ebd1d8e93f4601" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_42faec8c36b747df58c599a45a16f905.setContent(html_42126c10d926c7bc82ebd1d8e93f4601);
|
|
|
|
|
|
|
|
marker_47e73dd295a63b71ad047778c252b0c4.bindPopup(popup_42faec8c36b747df58c599a45a16f905)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47e73dd295a63b71ad047778c252b0c4.setIcon(icon_80f14d4590c8ad062833e86b4faba6e4);
|
|
|
|
|
|
var marker_eedfe5474dcd569e3a086fdb6a78c7cd = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_d17f15554397d888a4556ebec08d0ec0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43f9b2c55e86679b55124d6e1fe48acb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9608b1bfde50d434411aa578e294c82 = $(`<div id="html_e9608b1bfde50d434411aa578e294c82" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_43f9b2c55e86679b55124d6e1fe48acb.setContent(html_e9608b1bfde50d434411aa578e294c82);
|
|
|
|
|
|
|
|
marker_eedfe5474dcd569e3a086fdb6a78c7cd.bindPopup(popup_43f9b2c55e86679b55124d6e1fe48acb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eedfe5474dcd569e3a086fdb6a78c7cd.setIcon(icon_d17f15554397d888a4556ebec08d0ec0);
|
|
|
|
|
|
var marker_a88d08fd9feb31e28e72ecfcbe8fdefa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_bd4d2a3d5383a020adfb89536044561f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa12502c6b779297ead616d7da2c44dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4bb4c16cbf57da4199f79c8575cdb17 = $(`<div id="html_f4bb4c16cbf57da4199f79c8575cdb17" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_fa12502c6b779297ead616d7da2c44dc.setContent(html_f4bb4c16cbf57da4199f79c8575cdb17);
|
|
|
|
|
|
|
|
marker_a88d08fd9feb31e28e72ecfcbe8fdefa.bindPopup(popup_fa12502c6b779297ead616d7da2c44dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a88d08fd9feb31e28e72ecfcbe8fdefa.setIcon(icon_bd4d2a3d5383a020adfb89536044561f);
|
|
|
|
|
|
var marker_cc1aa53bd52f3c2becad99bf131cf76c = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_2f89dae8b91c1fe6181d721e757d8ac6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_036b3060b78040e48e0e3adc72d3ff0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_593e0772b0bb8fe12f3e24b4ca31643d = $(`<div id="html_593e0772b0bb8fe12f3e24b4ca31643d" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_036b3060b78040e48e0e3adc72d3ff0c.setContent(html_593e0772b0bb8fe12f3e24b4ca31643d);
|
|
|
|
|
|
|
|
marker_cc1aa53bd52f3c2becad99bf131cf76c.bindPopup(popup_036b3060b78040e48e0e3adc72d3ff0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc1aa53bd52f3c2becad99bf131cf76c.setIcon(icon_2f89dae8b91c1fe6181d721e757d8ac6);
|
|
|
|
|
|
var marker_39a83d3feded7078ddf3f1fc7a5e59ca = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_755a3d9e43475396f585dd39d6bf7450 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_338f2d61c82ee09e0ec42dbd4a79edac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94ee3ea5e770cd93f6fc9f0f94edbc82 = $(`<div id="html_94ee3ea5e770cd93f6fc9f0f94edbc82" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_338f2d61c82ee09e0ec42dbd4a79edac.setContent(html_94ee3ea5e770cd93f6fc9f0f94edbc82);
|
|
|
|
|
|
|
|
marker_39a83d3feded7078ddf3f1fc7a5e59ca.bindPopup(popup_338f2d61c82ee09e0ec42dbd4a79edac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39a83d3feded7078ddf3f1fc7a5e59ca.setIcon(icon_755a3d9e43475396f585dd39d6bf7450);
|
|
|
|
|
|
var marker_7d3d85458b0eb80d28f6a6ff7c52cfec = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a06cfb77fa64a4454c139dc272bce7ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47a4967b26ca552cfbc5fc5e198bf755 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6fa1d80c8b2c324ab765c09980709e9 = $(`<div id="html_c6fa1d80c8b2c324ab765c09980709e9" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_47a4967b26ca552cfbc5fc5e198bf755.setContent(html_c6fa1d80c8b2c324ab765c09980709e9);
|
|
|
|
|
|
|
|
marker_7d3d85458b0eb80d28f6a6ff7c52cfec.bindPopup(popup_47a4967b26ca552cfbc5fc5e198bf755)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d3d85458b0eb80d28f6a6ff7c52cfec.setIcon(icon_a06cfb77fa64a4454c139dc272bce7ac);
|
|
|
|
|
|
var marker_e38bb91e7fe5ff8cb275c9bd32b84009 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_767220fcef87de18f26ecbb76abd3521 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea5cb8e1ef9d1d4d6747feb8a088366c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78a94792495f3d5c0c5fc72eb5da3cc8 = $(`<div id="html_78a94792495f3d5c0c5fc72eb5da3cc8" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_ea5cb8e1ef9d1d4d6747feb8a088366c.setContent(html_78a94792495f3d5c0c5fc72eb5da3cc8);
|
|
|
|
|
|
|
|
marker_e38bb91e7fe5ff8cb275c9bd32b84009.bindPopup(popup_ea5cb8e1ef9d1d4d6747feb8a088366c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e38bb91e7fe5ff8cb275c9bd32b84009.setIcon(icon_767220fcef87de18f26ecbb76abd3521);
|
|
|
|
|
|
var marker_d7d4eb6f1c8817aa46140d428be169f4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_ae8c269f21f7a42ccb1fe9097ddce83f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5c8fdbb4b69c305177874428bef5687 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a619a5a8a90ba6fd3aa55d98666b817 = $(`<div id="html_5a619a5a8a90ba6fd3aa55d98666b817" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_d5c8fdbb4b69c305177874428bef5687.setContent(html_5a619a5a8a90ba6fd3aa55d98666b817);
|
|
|
|
|
|
|
|
marker_d7d4eb6f1c8817aa46140d428be169f4.bindPopup(popup_d5c8fdbb4b69c305177874428bef5687)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7d4eb6f1c8817aa46140d428be169f4.setIcon(icon_ae8c269f21f7a42ccb1fe9097ddce83f);
|
|
|
|
|
|
var marker_aad0ceb2670b25d6c7ab41284ff6e100 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_1eefb88b5c36195482a66bf6a262afbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ab595894657f640977462d06429d90a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b7e99ef2403eab45a84a6dec5fad727 = $(`<div id="html_2b7e99ef2403eab45a84a6dec5fad727" style="width: 100.0%; height: 100.0%;">armada.sharegap.net</div>`)[0];
|
|
popup_8ab595894657f640977462d06429d90a.setContent(html_2b7e99ef2403eab45a84a6dec5fad727);
|
|
|
|
|
|
|
|
marker_aad0ceb2670b25d6c7ab41284ff6e100.bindPopup(popup_8ab595894657f640977462d06429d90a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aad0ceb2670b25d6c7ab41284ff6e100.setIcon(icon_1eefb88b5c36195482a66bf6a262afbc);
|
|
|
|
|
|
var marker_aaaa3fb6a679b4b8a075761d83a157c3 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_494fbd5e1a75918b04575a50dbb56428 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1eaaac89c6101385bf1829e76fcacd4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cee95471dd79e573f9592415ab2a794f = $(`<div id="html_cee95471dd79e573f9592415ab2a794f" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_1eaaac89c6101385bf1829e76fcacd4a.setContent(html_cee95471dd79e573f9592415ab2a794f);
|
|
|
|
|
|
|
|
marker_aaaa3fb6a679b4b8a075761d83a157c3.bindPopup(popup_1eaaac89c6101385bf1829e76fcacd4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aaaa3fb6a679b4b8a075761d83a157c3.setIcon(icon_494fbd5e1a75918b04575a50dbb56428);
|
|
|
|
|
|
var marker_53944de40d8ac7cba8eaa295637c3ad1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_761713d485e550474eae35cf8b50e13a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2deea5d6dcb487bdbf4b97b6c26eac15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed62b97278d484e6936e6ee21a9c9266 = $(`<div id="html_ed62b97278d484e6936e6ee21a9c9266" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_2deea5d6dcb487bdbf4b97b6c26eac15.setContent(html_ed62b97278d484e6936e6ee21a9c9266);
|
|
|
|
|
|
|
|
marker_53944de40d8ac7cba8eaa295637c3ad1.bindPopup(popup_2deea5d6dcb487bdbf4b97b6c26eac15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53944de40d8ac7cba8eaa295637c3ad1.setIcon(icon_761713d485e550474eae35cf8b50e13a);
|
|
|
|
|
|
var marker_b66234bf320323ddcc22f4a78f3d3a59 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_4417d939942624871f210256e4e925fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_100121f6e5bda8b00060af2fa5b30b7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32e2821715afebb2cbfaf34b2f3643cb = $(`<div id="html_32e2821715afebb2cbfaf34b2f3643cb" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_100121f6e5bda8b00060af2fa5b30b7b.setContent(html_32e2821715afebb2cbfaf34b2f3643cb);
|
|
|
|
|
|
|
|
marker_b66234bf320323ddcc22f4a78f3d3a59.bindPopup(popup_100121f6e5bda8b00060af2fa5b30b7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b66234bf320323ddcc22f4a78f3d3a59.setIcon(icon_4417d939942624871f210256e4e925fb);
|
|
|
|
|
|
var marker_653d714990393cbb5ed4e1396e07ae8d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_4884da9cc24e71e493e74d0a729c383b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53dbf0b802095cd2454bde1ead99f43d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10a0ef775d907e4cb41cff46c7054348 = $(`<div id="html_10a0ef775d907e4cb41cff46c7054348" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_53dbf0b802095cd2454bde1ead99f43d.setContent(html_10a0ef775d907e4cb41cff46c7054348);
|
|
|
|
|
|
|
|
marker_653d714990393cbb5ed4e1396e07ae8d.bindPopup(popup_53dbf0b802095cd2454bde1ead99f43d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_653d714990393cbb5ed4e1396e07ae8d.setIcon(icon_4884da9cc24e71e493e74d0a729c383b);
|
|
|
|
|
|
var marker_e072f624db17e4c38474098d19a3e7e9 = L.marker(
|
|
[37.5665, 126.978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_e0dd4b6bc1602e4d9ce2600121b52eaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed2b217a0f80ca4cf5e3ff8c943ea467 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2fed6e3de3a7219ec2bf68a3b59096c = $(`<div id="html_b2fed6e3de3a7219ec2bf68a3b59096c" style="width: 100.0%; height: 100.0%;">relay.mulatta.io</div>`)[0];
|
|
popup_ed2b217a0f80ca4cf5e3ff8c943ea467.setContent(html_b2fed6e3de3a7219ec2bf68a3b59096c);
|
|
|
|
|
|
|
|
marker_e072f624db17e4c38474098d19a3e7e9.bindPopup(popup_ed2b217a0f80ca4cf5e3ff8c943ea467)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e072f624db17e4c38474098d19a3e7e9.setIcon(icon_e0dd4b6bc1602e4d9ce2600121b52eaa);
|
|
|
|
|
|
var marker_270d0bfecc74e60cc205427db7f4f9a9 = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_04e25644073561cc755a377f3faa7b76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b82a5348ef80e085f542bf0879b9fb9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8b97ea53e80da665e7a1c808c6f63f7 = $(`<div id="html_f8b97ea53e80da665e7a1c808c6f63f7" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_b82a5348ef80e085f542bf0879b9fb9d.setContent(html_f8b97ea53e80da665e7a1c808c6f63f7);
|
|
|
|
|
|
|
|
marker_270d0bfecc74e60cc205427db7f4f9a9.bindPopup(popup_b82a5348ef80e085f542bf0879b9fb9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_270d0bfecc74e60cc205427db7f4f9a9.setIcon(icon_04e25644073561cc755a377f3faa7b76);
|
|
|
|
|
|
var marker_8cd891886c337b443925d5c442f0660f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_4457f01fac65b3357e86644034a2e7bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1cb2a60e28c411dcead08e5cf9eccc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3701ebaac98951968b7cd84e5947f91 = $(`<div id="html_b3701ebaac98951968b7cd84e5947f91" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_b1cb2a60e28c411dcead08e5cf9eccc5.setContent(html_b3701ebaac98951968b7cd84e5947f91);
|
|
|
|
|
|
|
|
marker_8cd891886c337b443925d5c442f0660f.bindPopup(popup_b1cb2a60e28c411dcead08e5cf9eccc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cd891886c337b443925d5c442f0660f.setIcon(icon_4457f01fac65b3357e86644034a2e7bf);
|
|
|
|
|
|
var marker_2dcc5f00ef48c0dfdf3ba97ee1fd4351 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_fb30a106a7a7177887afa677e1137b54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d3e14e5ea649aed43418e8791b6f842 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cee3a03485f82cec5e73201882a88f14 = $(`<div id="html_cee3a03485f82cec5e73201882a88f14" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_4d3e14e5ea649aed43418e8791b6f842.setContent(html_cee3a03485f82cec5e73201882a88f14);
|
|
|
|
|
|
|
|
marker_2dcc5f00ef48c0dfdf3ba97ee1fd4351.bindPopup(popup_4d3e14e5ea649aed43418e8791b6f842)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2dcc5f00ef48c0dfdf3ba97ee1fd4351.setIcon(icon_fb30a106a7a7177887afa677e1137b54);
|
|
|
|
|
|
var marker_b4717aafb77c9c616fb41260f7e23116 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_29885b1e9b0c5b17697ac5f289db6999 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c3c982bef8b6ab09d41b640b578f745 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_644e8d77454d5c98ab601e682cdcd9ad = $(`<div id="html_644e8d77454d5c98ab601e682cdcd9ad" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_0c3c982bef8b6ab09d41b640b578f745.setContent(html_644e8d77454d5c98ab601e682cdcd9ad);
|
|
|
|
|
|
|
|
marker_b4717aafb77c9c616fb41260f7e23116.bindPopup(popup_0c3c982bef8b6ab09d41b640b578f745)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4717aafb77c9c616fb41260f7e23116.setIcon(icon_29885b1e9b0c5b17697ac5f289db6999);
|
|
|
|
|
|
var marker_59e2418f66b2bce42a5e7e9a37562f54 = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c3bcbdbdace397e84734f6fe984e2483 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9401e73cd58fbb5f410a5b1a5e81fe04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb2176f557ecc51e876248307d07ac60 = $(`<div id="html_cb2176f557ecc51e876248307d07ac60" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_9401e73cd58fbb5f410a5b1a5e81fe04.setContent(html_cb2176f557ecc51e876248307d07ac60);
|
|
|
|
|
|
|
|
marker_59e2418f66b2bce42a5e7e9a37562f54.bindPopup(popup_9401e73cd58fbb5f410a5b1a5e81fe04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59e2418f66b2bce42a5e7e9a37562f54.setIcon(icon_c3bcbdbdace397e84734f6fe984e2483);
|
|
|
|
|
|
var marker_2ae41d5fcc085e1cd01c0168675e4048 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_20a5b3cb4ff9b73fc08b506cc684c668 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a30291b5d595774248ad334bc191b8d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e79af38680fa54809640644b0b1826a = $(`<div id="html_6e79af38680fa54809640644b0b1826a" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_a30291b5d595774248ad334bc191b8d4.setContent(html_6e79af38680fa54809640644b0b1826a);
|
|
|
|
|
|
|
|
marker_2ae41d5fcc085e1cd01c0168675e4048.bindPopup(popup_a30291b5d595774248ad334bc191b8d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ae41d5fcc085e1cd01c0168675e4048.setIcon(icon_20a5b3cb4ff9b73fc08b506cc684c668);
|
|
|
|
|
|
var marker_5fcbe6e4cf0135a40701cb7497c29cbb = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_76c5eaab7203bb54d3db2ecfbc675659 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfd670e8e2b5bbc8899bd91057df3f36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_027a657660084df6e4b5c87f77ec7ae9 = $(`<div id="html_027a657660084df6e4b5c87f77ec7ae9" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_cfd670e8e2b5bbc8899bd91057df3f36.setContent(html_027a657660084df6e4b5c87f77ec7ae9);
|
|
|
|
|
|
|
|
marker_5fcbe6e4cf0135a40701cb7497c29cbb.bindPopup(popup_cfd670e8e2b5bbc8899bd91057df3f36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fcbe6e4cf0135a40701cb7497c29cbb.setIcon(icon_76c5eaab7203bb54d3db2ecfbc675659);
|
|
|
|
|
|
var marker_8ef8fe01d54249280248a1e3ebba5394 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_6e288e1f8304c6b27223e654f0eb4ece = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e558ee4d8c3ddf71ba9db9dadd3c2f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34f5e26f02d6651eee4257f5185c7934 = $(`<div id="html_34f5e26f02d6651eee4257f5185c7934" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_5e558ee4d8c3ddf71ba9db9dadd3c2f0.setContent(html_34f5e26f02d6651eee4257f5185c7934);
|
|
|
|
|
|
|
|
marker_8ef8fe01d54249280248a1e3ebba5394.bindPopup(popup_5e558ee4d8c3ddf71ba9db9dadd3c2f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ef8fe01d54249280248a1e3ebba5394.setIcon(icon_6e288e1f8304c6b27223e654f0eb4ece);
|
|
|
|
|
|
var marker_ce725ae5c9c9fc9b4704342345c9a2c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_7f3801e5462ff60ae07d5431b2f33f90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5c21ad63e7d3e73a926c5dcf0c84173 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f23c6c4b79737c993ed541563c1b726a = $(`<div id="html_f23c6c4b79737c993ed541563c1b726a" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_a5c21ad63e7d3e73a926c5dcf0c84173.setContent(html_f23c6c4b79737c993ed541563c1b726a);
|
|
|
|
|
|
|
|
marker_ce725ae5c9c9fc9b4704342345c9a2c6.bindPopup(popup_a5c21ad63e7d3e73a926c5dcf0c84173)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce725ae5c9c9fc9b4704342345c9a2c6.setIcon(icon_7f3801e5462ff60ae07d5431b2f33f90);
|
|
|
|
|
|
var marker_840d320b6d6db69835a258e67bd5867e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_0fce9341b60c2a14b4e3685b7208b613 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e44c7002f90889c94d61da0f57e306e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1b5ca0b1e5d7a7ffe31d87f9d1ef940 = $(`<div id="html_f1b5ca0b1e5d7a7ffe31d87f9d1ef940" style="width: 100.0%; height: 100.0%;">offchain.bostr.online</div>`)[0];
|
|
popup_3e44c7002f90889c94d61da0f57e306e.setContent(html_f1b5ca0b1e5d7a7ffe31d87f9d1ef940);
|
|
|
|
|
|
|
|
marker_840d320b6d6db69835a258e67bd5867e.bindPopup(popup_3e44c7002f90889c94d61da0f57e306e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_840d320b6d6db69835a258e67bd5867e.setIcon(icon_0fce9341b60c2a14b4e3685b7208b613);
|
|
|
|
|
|
var marker_2e307e2dbc0f26d757b91d95a56f76e4 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_13f6ee560e1384ce50f90de5aa65cc88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab03969c159c5803ae5a6fb2b5430968 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c69ab8a70fecc55ca472321c07f6f8ae = $(`<div id="html_c69ab8a70fecc55ca472321c07f6f8ae" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_ab03969c159c5803ae5a6fb2b5430968.setContent(html_c69ab8a70fecc55ca472321c07f6f8ae);
|
|
|
|
|
|
|
|
marker_2e307e2dbc0f26d757b91d95a56f76e4.bindPopup(popup_ab03969c159c5803ae5a6fb2b5430968)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e307e2dbc0f26d757b91d95a56f76e4.setIcon(icon_13f6ee560e1384ce50f90de5aa65cc88);
|
|
|
|
|
|
var marker_e4446c95a4a965ec0a5ae03da74a904b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c714b12d0cbfbfb1e4101a2706cae64d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9906c9c2bb3c3e45019c25b313dac83c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6390c019b0a9fea02fb13146e6bbd10f = $(`<div id="html_6390c019b0a9fea02fb13146e6bbd10f" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_9906c9c2bb3c3e45019c25b313dac83c.setContent(html_6390c019b0a9fea02fb13146e6bbd10f);
|
|
|
|
|
|
|
|
marker_e4446c95a4a965ec0a5ae03da74a904b.bindPopup(popup_9906c9c2bb3c3e45019c25b313dac83c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4446c95a4a965ec0a5ae03da74a904b.setIcon(icon_c714b12d0cbfbfb1e4101a2706cae64d);
|
|
|
|
|
|
var marker_e7adabf4a782094d5e55abd305b6704e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_8b6a4ce0459c65cc792609af5abb7e9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a31505c336d72e4ff816d5ef5d6f0cbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74ae8e79b98650361ddfda8a219b23b2 = $(`<div id="html_74ae8e79b98650361ddfda8a219b23b2" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_a31505c336d72e4ff816d5ef5d6f0cbb.setContent(html_74ae8e79b98650361ddfda8a219b23b2);
|
|
|
|
|
|
|
|
marker_e7adabf4a782094d5e55abd305b6704e.bindPopup(popup_a31505c336d72e4ff816d5ef5d6f0cbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7adabf4a782094d5e55abd305b6704e.setIcon(icon_8b6a4ce0459c65cc792609af5abb7e9a);
|
|
|
|
|
|
var marker_598ff906af8458203c02d111d1627928 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_ebe908f820bd5231d7700de0830550ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1016e887f36eb8010ee48050b1207924 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9384c32a13068bbfd6f07d3d766eb823 = $(`<div id="html_9384c32a13068bbfd6f07d3d766eb823" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_1016e887f36eb8010ee48050b1207924.setContent(html_9384c32a13068bbfd6f07d3d766eb823);
|
|
|
|
|
|
|
|
marker_598ff906af8458203c02d111d1627928.bindPopup(popup_1016e887f36eb8010ee48050b1207924)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_598ff906af8458203c02d111d1627928.setIcon(icon_ebe908f820bd5231d7700de0830550ec);
|
|
|
|
|
|
var marker_38632b49d761af5ae07047849ed8f96a = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_6fc0b6fa5946e42a9b42c65c079d7439 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b512e2db55aa272236fbd4b7718b854a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4952786d01a0bfa83766172c64b50fe5 = $(`<div id="html_4952786d01a0bfa83766172c64b50fe5" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_b512e2db55aa272236fbd4b7718b854a.setContent(html_4952786d01a0bfa83766172c64b50fe5);
|
|
|
|
|
|
|
|
marker_38632b49d761af5ae07047849ed8f96a.bindPopup(popup_b512e2db55aa272236fbd4b7718b854a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38632b49d761af5ae07047849ed8f96a.setIcon(icon_6fc0b6fa5946e42a9b42c65c079d7439);
|
|
|
|
|
|
var marker_490bffa3392cbf57fb97614d339cbd11 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_42ef807dcaf0f6ec3b1bc5abbd7dc009 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_482847f84aa2f6aa191983559eaa8af1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_107263eea9f28898fb8f6817dbca0646 = $(`<div id="html_107263eea9f28898fb8f6817dbca0646" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_482847f84aa2f6aa191983559eaa8af1.setContent(html_107263eea9f28898fb8f6817dbca0646);
|
|
|
|
|
|
|
|
marker_490bffa3392cbf57fb97614d339cbd11.bindPopup(popup_482847f84aa2f6aa191983559eaa8af1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_490bffa3392cbf57fb97614d339cbd11.setIcon(icon_42ef807dcaf0f6ec3b1bc5abbd7dc009);
|
|
|
|
|
|
var marker_4dae8a6f38dd303536134ffbe17caafc = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_402cc2526b41890061b362f14966539b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c3fbf8286279d293acc2f5045847080 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5027fbf8c48ef761044b7ec2ecac864d = $(`<div id="html_5027fbf8c48ef761044b7ec2ecac864d" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_7c3fbf8286279d293acc2f5045847080.setContent(html_5027fbf8c48ef761044b7ec2ecac864d);
|
|
|
|
|
|
|
|
marker_4dae8a6f38dd303536134ffbe17caafc.bindPopup(popup_7c3fbf8286279d293acc2f5045847080)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dae8a6f38dd303536134ffbe17caafc.setIcon(icon_402cc2526b41890061b362f14966539b);
|
|
|
|
|
|
var marker_c3579a30a67919be50c45e0227031ee7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_aea4ef2a837e30fa9d0365b316d915b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a7c9476adb6d8f29f9a1e722a8c1ff3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a5702817b28bc09ab99902cab687692 = $(`<div id="html_5a5702817b28bc09ab99902cab687692" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_1a7c9476adb6d8f29f9a1e722a8c1ff3.setContent(html_5a5702817b28bc09ab99902cab687692);
|
|
|
|
|
|
|
|
marker_c3579a30a67919be50c45e0227031ee7.bindPopup(popup_1a7c9476adb6d8f29f9a1e722a8c1ff3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3579a30a67919be50c45e0227031ee7.setIcon(icon_aea4ef2a837e30fa9d0365b316d915b7);
|
|
|
|
|
|
var marker_0dd01bf9ff05db016bfc0cf1884eaff2 = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_aa9dc0451f3b20326c087fa81a2c6732 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5284e8cc4203b4e8310bbdc05ee63ca5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef22d0674ed637325f92ae7fa4e1f6c2 = $(`<div id="html_ef22d0674ed637325f92ae7fa4e1f6c2" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_5284e8cc4203b4e8310bbdc05ee63ca5.setContent(html_ef22d0674ed637325f92ae7fa4e1f6c2);
|
|
|
|
|
|
|
|
marker_0dd01bf9ff05db016bfc0cf1884eaff2.bindPopup(popup_5284e8cc4203b4e8310bbdc05ee63ca5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dd01bf9ff05db016bfc0cf1884eaff2.setIcon(icon_aa9dc0451f3b20326c087fa81a2c6732);
|
|
|
|
|
|
var marker_2901d8675ef50194c9d6134f1d5d8b80 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_838e4425d889e74333e3d49199437a9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0301182e0b85018e2628b66e5733feba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2c8ee0db7c385783e00ed76dc515d41 = $(`<div id="html_f2c8ee0db7c385783e00ed76dc515d41" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_0301182e0b85018e2628b66e5733feba.setContent(html_f2c8ee0db7c385783e00ed76dc515d41);
|
|
|
|
|
|
|
|
marker_2901d8675ef50194c9d6134f1d5d8b80.bindPopup(popup_0301182e0b85018e2628b66e5733feba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2901d8675ef50194c9d6134f1d5d8b80.setIcon(icon_838e4425d889e74333e3d49199437a9b);
|
|
|
|
|
|
var marker_de3e6fe4502393023e3df776e92e075e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_c67fb68dedaacd025c468099993afa8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13c0b94d436faf7f78a7d0db3e006b78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90ac22a06966aa15306d57dc72550acf = $(`<div id="html_90ac22a06966aa15306d57dc72550acf" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_13c0b94d436faf7f78a7d0db3e006b78.setContent(html_90ac22a06966aa15306d57dc72550acf);
|
|
|
|
|
|
|
|
marker_de3e6fe4502393023e3df776e92e075e.bindPopup(popup_13c0b94d436faf7f78a7d0db3e006b78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de3e6fe4502393023e3df776e92e075e.setIcon(icon_c67fb68dedaacd025c468099993afa8e);
|
|
|
|
|
|
var marker_650a70fd33051aebd8f45a86c353b4d1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_7c924d64e769432ef053cc01f6380ba0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fa43bdf30ca562b481a8b9faaaf9f8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f689c012fcb9bb84fe35a808b9b7915 = $(`<div id="html_7f689c012fcb9bb84fe35a808b9b7915" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_4fa43bdf30ca562b481a8b9faaaf9f8c.setContent(html_7f689c012fcb9bb84fe35a808b9b7915);
|
|
|
|
|
|
|
|
marker_650a70fd33051aebd8f45a86c353b4d1.bindPopup(popup_4fa43bdf30ca562b481a8b9faaaf9f8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_650a70fd33051aebd8f45a86c353b4d1.setIcon(icon_7c924d64e769432ef053cc01f6380ba0);
|
|
|
|
|
|
var marker_e4e73c15549d9879dc35d16c966ac065 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_d08e960d1007324137c048d3970678cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5eaaeb83cc5463da0aacb45a796fb7db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad1745f5a1c1e655796b33522119cd8d = $(`<div id="html_ad1745f5a1c1e655796b33522119cd8d" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_5eaaeb83cc5463da0aacb45a796fb7db.setContent(html_ad1745f5a1c1e655796b33522119cd8d);
|
|
|
|
|
|
|
|
marker_e4e73c15549d9879dc35d16c966ac065.bindPopup(popup_5eaaeb83cc5463da0aacb45a796fb7db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4e73c15549d9879dc35d16c966ac065.setIcon(icon_d08e960d1007324137c048d3970678cd);
|
|
|
|
|
|
var marker_28663c1cdd6cd741d646a3562631f5ba = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_15f435d24fcc53c9a9d3f960a6348d98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac6ce6448636b90fdb3769dbdc17b6eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_251d6e3f47d49a3b4d02e927b0badeb3 = $(`<div id="html_251d6e3f47d49a3b4d02e927b0badeb3" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_ac6ce6448636b90fdb3769dbdc17b6eb.setContent(html_251d6e3f47d49a3b4d02e927b0badeb3);
|
|
|
|
|
|
|
|
marker_28663c1cdd6cd741d646a3562631f5ba.bindPopup(popup_ac6ce6448636b90fdb3769dbdc17b6eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28663c1cdd6cd741d646a3562631f5ba.setIcon(icon_15f435d24fcc53c9a9d3f960a6348d98);
|
|
|
|
|
|
var marker_3dffbc73395604ce2096ed42d53c9740 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_489acd964933a9781170546637582489 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e71d0fc46836d6128269618ba29285f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_114e71bcdf3577466b90aa5010409b69 = $(`<div id="html_114e71bcdf3577466b90aa5010409b69" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_e71d0fc46836d6128269618ba29285f5.setContent(html_114e71bcdf3577466b90aa5010409b69);
|
|
|
|
|
|
|
|
marker_3dffbc73395604ce2096ed42d53c9740.bindPopup(popup_e71d0fc46836d6128269618ba29285f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dffbc73395604ce2096ed42d53c9740.setIcon(icon_489acd964933a9781170546637582489);
|
|
|
|
|
|
var marker_bc88db14451fb27738e81d1a3a69bc01 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_3693e8cbd7df1b006b02632f2872e937 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e27bca5467f3bcc8a884e4ea541db240 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faf237c3012ee52d5faa3c9db45330d0 = $(`<div id="html_faf237c3012ee52d5faa3c9db45330d0" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_e27bca5467f3bcc8a884e4ea541db240.setContent(html_faf237c3012ee52d5faa3c9db45330d0);
|
|
|
|
|
|
|
|
marker_bc88db14451fb27738e81d1a3a69bc01.bindPopup(popup_e27bca5467f3bcc8a884e4ea541db240)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc88db14451fb27738e81d1a3a69bc01.setIcon(icon_3693e8cbd7df1b006b02632f2872e937);
|
|
|
|
|
|
var marker_de47a900a1f19a1988a614e322b92009 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_b4e101c643ad05c5979f8a0e2ffa325c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84e089226234b3494b9b537895c58c92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93d871cf16e391c80e80367e78ff20f2 = $(`<div id="html_93d871cf16e391c80e80367e78ff20f2" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_84e089226234b3494b9b537895c58c92.setContent(html_93d871cf16e391c80e80367e78ff20f2);
|
|
|
|
|
|
|
|
marker_de47a900a1f19a1988a614e322b92009.bindPopup(popup_84e089226234b3494b9b537895c58c92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de47a900a1f19a1988a614e322b92009.setIcon(icon_b4e101c643ad05c5979f8a0e2ffa325c);
|
|
|
|
|
|
var marker_142a217824ccc092cbba692c132e4ced = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_48496361e532fc1403f5766f27c15fe3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1435c262a8a6386cf37ba561fe6d0704 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3954061ef92214e6d7a52189f9b8d4f5 = $(`<div id="html_3954061ef92214e6d7a52189f9b8d4f5" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_1435c262a8a6386cf37ba561fe6d0704.setContent(html_3954061ef92214e6d7a52189f9b8d4f5);
|
|
|
|
|
|
|
|
marker_142a217824ccc092cbba692c132e4ced.bindPopup(popup_1435c262a8a6386cf37ba561fe6d0704)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_142a217824ccc092cbba692c132e4ced.setIcon(icon_48496361e532fc1403f5766f27c15fe3);
|
|
|
|
|
|
var marker_94252204737311fea29f3bedd6651802 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_bf0ce8dcd03e3a2ecf74b38b36005c89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98eda94a3086bf5ac21ad99a177cbde1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b39e5946c6c458b6b99078794d672cbd = $(`<div id="html_b39e5946c6c458b6b99078794d672cbd" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_98eda94a3086bf5ac21ad99a177cbde1.setContent(html_b39e5946c6c458b6b99078794d672cbd);
|
|
|
|
|
|
|
|
marker_94252204737311fea29f3bedd6651802.bindPopup(popup_98eda94a3086bf5ac21ad99a177cbde1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94252204737311fea29f3bedd6651802.setIcon(icon_bf0ce8dcd03e3a2ecf74b38b36005c89);
|
|
|
|
|
|
var marker_0e8e0b3589c6a5d433adee243f09fbfa = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_cd63d8e532e77c03521e7c287e89fb2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a4720d15fe580b1cd0604c5dc6dea29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47c533c2dcdcaf4af8d71497a58a9db1 = $(`<div id="html_47c533c2dcdcaf4af8d71497a58a9db1" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_8a4720d15fe580b1cd0604c5dc6dea29.setContent(html_47c533c2dcdcaf4af8d71497a58a9db1);
|
|
|
|
|
|
|
|
marker_0e8e0b3589c6a5d433adee243f09fbfa.bindPopup(popup_8a4720d15fe580b1cd0604c5dc6dea29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e8e0b3589c6a5d433adee243f09fbfa.setIcon(icon_cd63d8e532e77c03521e7c287e89fb2d);
|
|
|
|
|
|
var marker_0ef4d9e5265b1a3065f8d23075378bdb = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_112ade67d956c5853341fce8eb0fc758 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d3a0c706b1177059ec5f8fd97768ba4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d970d08ff9fc1c70a19c3051058e907 = $(`<div id="html_5d970d08ff9fc1c70a19c3051058e907" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_3d3a0c706b1177059ec5f8fd97768ba4.setContent(html_5d970d08ff9fc1c70a19c3051058e907);
|
|
|
|
|
|
|
|
marker_0ef4d9e5265b1a3065f8d23075378bdb.bindPopup(popup_3d3a0c706b1177059ec5f8fd97768ba4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ef4d9e5265b1a3065f8d23075378bdb.setIcon(icon_112ade67d956c5853341fce8eb0fc758);
|
|
|
|
|
|
var marker_30ee26b4713d8d32aa6c3344f1d4d414 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_7977366f4b1f13d61cb1f8c613bf3f56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae26b2c6257ce0a0a31c01d762a02315 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f496c5e0e477385980af9c65a5874ee9 = $(`<div id="html_f496c5e0e477385980af9c65a5874ee9" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_ae26b2c6257ce0a0a31c01d762a02315.setContent(html_f496c5e0e477385980af9c65a5874ee9);
|
|
|
|
|
|
|
|
marker_30ee26b4713d8d32aa6c3344f1d4d414.bindPopup(popup_ae26b2c6257ce0a0a31c01d762a02315)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30ee26b4713d8d32aa6c3344f1d4d414.setIcon(icon_7977366f4b1f13d61cb1f8c613bf3f56);
|
|
|
|
|
|
var marker_0cbba738ec3618c74cc1de6915947d50 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_e5042252a04a26f46dea0e526f6b236f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0674a9117234ff0b0855225aafa659ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9011d89662f2473dac47aa8521dd81fd = $(`<div id="html_9011d89662f2473dac47aa8521dd81fd" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_0674a9117234ff0b0855225aafa659ad.setContent(html_9011d89662f2473dac47aa8521dd81fd);
|
|
|
|
|
|
|
|
marker_0cbba738ec3618c74cc1de6915947d50.bindPopup(popup_0674a9117234ff0b0855225aafa659ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cbba738ec3618c74cc1de6915947d50.setIcon(icon_e5042252a04a26f46dea0e526f6b236f);
|
|
|
|
|
|
var marker_38840581248d20ae1b2d8c9d76c46ab6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_a9dc2134321a8e4d7c8a156262f9aba2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1503a7b19a7d502c73484aa643b9646 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aabaff3f1d15b8dd4d35bdbf02f4211c = $(`<div id="html_aabaff3f1d15b8dd4d35bdbf02f4211c" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_e1503a7b19a7d502c73484aa643b9646.setContent(html_aabaff3f1d15b8dd4d35bdbf02f4211c);
|
|
|
|
|
|
|
|
marker_38840581248d20ae1b2d8c9d76c46ab6.bindPopup(popup_e1503a7b19a7d502c73484aa643b9646)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38840581248d20ae1b2d8c9d76c46ab6.setIcon(icon_a9dc2134321a8e4d7c8a156262f9aba2);
|
|
|
|
|
|
var marker_2878585e7a4cd07a6cbb8fa006a05c42 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_ab1024899cd3b6e319c1d145fef79daf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0216b5fd10eae91281b45c4df0186620 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c42ade315293699bc229e6964ffbd1a4 = $(`<div id="html_c42ade315293699bc229e6964ffbd1a4" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_0216b5fd10eae91281b45c4df0186620.setContent(html_c42ade315293699bc229e6964ffbd1a4);
|
|
|
|
|
|
|
|
marker_2878585e7a4cd07a6cbb8fa006a05c42.bindPopup(popup_0216b5fd10eae91281b45c4df0186620)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2878585e7a4cd07a6cbb8fa006a05c42.setIcon(icon_ab1024899cd3b6e319c1d145fef79daf);
|
|
|
|
|
|
var marker_979f3b7651b818ef0d400bf783588fa0 = L.marker(
|
|
[51.2821, 6.78285],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_5838001aae7e85be0e6f59667965fd0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cc1fd98b52a0cd34399a65c9644ff40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45c5cbb1ea8ef5097f38dc94143d073e = $(`<div id="html_45c5cbb1ea8ef5097f38dc94143d073e" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_1cc1fd98b52a0cd34399a65c9644ff40.setContent(html_45c5cbb1ea8ef5097f38dc94143d073e);
|
|
|
|
|
|
|
|
marker_979f3b7651b818ef0d400bf783588fa0.bindPopup(popup_1cc1fd98b52a0cd34399a65c9644ff40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_979f3b7651b818ef0d400bf783588fa0.setIcon(icon_5838001aae7e85be0e6f59667965fd0e);
|
|
|
|
|
|
var marker_a02e061e05283e6ebf23da2d3702cc07 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_42758471193026c38cefa233d1ce400d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_367800ee8976348fb4affb397f53d838 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_230c2a3387493dfbf896fe59247dc167 = $(`<div id="html_230c2a3387493dfbf896fe59247dc167" style="width: 100.0%; height: 100.0%;">nostr.infero.net</div>`)[0];
|
|
popup_367800ee8976348fb4affb397f53d838.setContent(html_230c2a3387493dfbf896fe59247dc167);
|
|
|
|
|
|
|
|
marker_a02e061e05283e6ebf23da2d3702cc07.bindPopup(popup_367800ee8976348fb4affb397f53d838)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a02e061e05283e6ebf23da2d3702cc07.setIcon(icon_42758471193026c38cefa233d1ce400d);
|
|
|
|
|
|
var marker_6682f1557d77fa4ef394c2efef957c73 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_95dc5385d3480f185fe0f4f098d18c2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6596077c8e02722bf62fe91592e1a79a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97ab4c343dd30152962d9f7b212ca20c = $(`<div id="html_97ab4c343dd30152962d9f7b212ca20c" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_6596077c8e02722bf62fe91592e1a79a.setContent(html_97ab4c343dd30152962d9f7b212ca20c);
|
|
|
|
|
|
|
|
marker_6682f1557d77fa4ef394c2efef957c73.bindPopup(popup_6596077c8e02722bf62fe91592e1a79a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6682f1557d77fa4ef394c2efef957c73.setIcon(icon_95dc5385d3480f185fe0f4f098d18c2e);
|
|
|
|
|
|
var marker_fe952984fd302b31c5ec729fbafdb8a9 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_3a6f222a2f6edf545738cff82c8be121 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db99a91c65e407342dcb0a996d4b996f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_550da8e9a733e7bb7c25d131d92818d9 = $(`<div id="html_550da8e9a733e7bb7c25d131d92818d9" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_db99a91c65e407342dcb0a996d4b996f.setContent(html_550da8e9a733e7bb7c25d131d92818d9);
|
|
|
|
|
|
|
|
marker_fe952984fd302b31c5ec729fbafdb8a9.bindPopup(popup_db99a91c65e407342dcb0a996d4b996f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe952984fd302b31c5ec729fbafdb8a9.setIcon(icon_3a6f222a2f6edf545738cff82c8be121);
|
|
|
|
|
|
var marker_0e8152eca0bb7a734025e04515c26ba4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_6e9651d568040e7a092d6199bc4dcb96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb682d009a3b23a83ceda6a8561e5c16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f698bcdd44177d759ce2a4030e51a97f = $(`<div id="html_f698bcdd44177d759ce2a4030e51a97f" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_fb682d009a3b23a83ceda6a8561e5c16.setContent(html_f698bcdd44177d759ce2a4030e51a97f);
|
|
|
|
|
|
|
|
marker_0e8152eca0bb7a734025e04515c26ba4.bindPopup(popup_fb682d009a3b23a83ceda6a8561e5c16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e8152eca0bb7a734025e04515c26ba4.setIcon(icon_6e9651d568040e7a092d6199bc4dcb96);
|
|
|
|
|
|
var marker_6902874fd521cd15c68d4282e7db50f3 = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f);
|
|
|
|
|
|
var icon_6552d54605c43a13753f824d2b25bd35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d298697b16853b4151e25dc4b504d979 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ea13fde627c827dc742e47e054cae34 = $(`<div id="html_2ea13fde627c827dc742e47e054cae34" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_d298697b16853b4151e25dc4b504d979.setContent(html_2ea13fde627c827dc742e47e054cae34);
|
|
|
|
|
|
|
|
marker_6902874fd521cd15c68d4282e7db50f3.bindPopup(popup_d298697b16853b4151e25dc4b504d979)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6902874fd521cd15c68d4282e7db50f3.setIcon(icon_6552d54605c43a13753f824d2b25bd35);
|
|
|
|
|
|
marker_cluster_24d996f9f3c4ba2e33fc40e2755bf42f.addTo(map_2342f3fbe279a007aff1b639cbf71fae);
|
|
|
|
</script>
|
|
</html> |