mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 12:45:19 +00:00
11779 lines
343 KiB
HTML
11779 lines
343 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_bf451f95b1d22ffb25a3d1f9b9b67e95 {
|
|
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_bf451f95b1d22ffb25a3d1f9b9b67e95" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_bf451f95b1d22ffb25a3d1f9b9b67e95 = L.map(
|
|
"map_bf451f95b1d22ffb25a3d1f9b9b67e95",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_86f0add5a1ddcfc12dfaac292acece62 = 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_86f0add5a1ddcfc12dfaac292acece62.addTo(map_bf451f95b1d22ffb25a3d1f9b9b67e95);
|
|
|
|
|
|
var marker_cluster_1f1c9458c5b6356168eac5dcc8063e20 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_5feffd38549a60a62d5500f4ea88332a = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_72e553bad4fca80a2be9701b924f779a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d577a60aca4aba5d8d172aa5bea23123 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6bc2d62bb5ffe90e9baeb23816d0299 = $(`<div id="html_a6bc2d62bb5ffe90e9baeb23816d0299" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_d577a60aca4aba5d8d172aa5bea23123.setContent(html_a6bc2d62bb5ffe90e9baeb23816d0299);
|
|
|
|
|
|
|
|
marker_5feffd38549a60a62d5500f4ea88332a.bindPopup(popup_d577a60aca4aba5d8d172aa5bea23123)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5feffd38549a60a62d5500f4ea88332a.setIcon(icon_72e553bad4fca80a2be9701b924f779a);
|
|
|
|
|
|
var marker_e35e3d97b5207ff7c44a25325b7c0f91 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_45bed9f66d84568ce9ddfe1e62c9e8a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_268783a84587697deb299262a89d7311 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3610b627755d9e48e794391ca88682e4 = $(`<div id="html_3610b627755d9e48e794391ca88682e4" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_268783a84587697deb299262a89d7311.setContent(html_3610b627755d9e48e794391ca88682e4);
|
|
|
|
|
|
|
|
marker_e35e3d97b5207ff7c44a25325b7c0f91.bindPopup(popup_268783a84587697deb299262a89d7311)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e35e3d97b5207ff7c44a25325b7c0f91.setIcon(icon_45bed9f66d84568ce9ddfe1e62c9e8a2);
|
|
|
|
|
|
var marker_1988ade2dbe6f8447f9679dc8df4409f = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_b58f6755d62bf6b09dd730b48754be16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0bafa74263abd463927ba62889f4db7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d870674b8d678221efcd57344297dece = $(`<div id="html_d870674b8d678221efcd57344297dece" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_a0bafa74263abd463927ba62889f4db7.setContent(html_d870674b8d678221efcd57344297dece);
|
|
|
|
|
|
|
|
marker_1988ade2dbe6f8447f9679dc8df4409f.bindPopup(popup_a0bafa74263abd463927ba62889f4db7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1988ade2dbe6f8447f9679dc8df4409f.setIcon(icon_b58f6755d62bf6b09dd730b48754be16);
|
|
|
|
|
|
var marker_9aee064b69adf6c75599f9e3c8e14d1f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_4af6759ef8bbf3d6fc4149d1786a71be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cba30b5f2600d054522a30353a41285 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6fb6ba5c960515d473332556eaaffeb = $(`<div id="html_a6fb6ba5c960515d473332556eaaffeb" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_1cba30b5f2600d054522a30353a41285.setContent(html_a6fb6ba5c960515d473332556eaaffeb);
|
|
|
|
|
|
|
|
marker_9aee064b69adf6c75599f9e3c8e14d1f.bindPopup(popup_1cba30b5f2600d054522a30353a41285)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9aee064b69adf6c75599f9e3c8e14d1f.setIcon(icon_4af6759ef8bbf3d6fc4149d1786a71be);
|
|
|
|
|
|
var marker_1daa4463e4d416f3374c9ec8d748b6ce = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_15d94fffb265858528ee09f74f806e9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83f1ab5d0552d925d13dff87446416f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8efe88b08b3bba258a25d287c60d082a = $(`<div id="html_8efe88b08b3bba258a25d287c60d082a" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_83f1ab5d0552d925d13dff87446416f1.setContent(html_8efe88b08b3bba258a25d287c60d082a);
|
|
|
|
|
|
|
|
marker_1daa4463e4d416f3374c9ec8d748b6ce.bindPopup(popup_83f1ab5d0552d925d13dff87446416f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1daa4463e4d416f3374c9ec8d748b6ce.setIcon(icon_15d94fffb265858528ee09f74f806e9b);
|
|
|
|
|
|
var marker_e3f2ce4dbd2611358cf4f3129df24c40 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_6a5b40001f8c1ee36721f581284e6698 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a14f2ae22ee115a0cc646ef2f77e951 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc9a74c9af2adf065ae1e31cb59d4a02 = $(`<div id="html_cc9a74c9af2adf065ae1e31cb59d4a02" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_0a14f2ae22ee115a0cc646ef2f77e951.setContent(html_cc9a74c9af2adf065ae1e31cb59d4a02);
|
|
|
|
|
|
|
|
marker_e3f2ce4dbd2611358cf4f3129df24c40.bindPopup(popup_0a14f2ae22ee115a0cc646ef2f77e951)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3f2ce4dbd2611358cf4f3129df24c40.setIcon(icon_6a5b40001f8c1ee36721f581284e6698);
|
|
|
|
|
|
var marker_7cc90d7ba279b7681ebafe04105afd7a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_7f2f4c00cada785b2c872351623da40b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2843393fcbac69180c580b0de92b1a00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b443927f228362ddffa59a447826716f = $(`<div id="html_b443927f228362ddffa59a447826716f" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_2843393fcbac69180c580b0de92b1a00.setContent(html_b443927f228362ddffa59a447826716f);
|
|
|
|
|
|
|
|
marker_7cc90d7ba279b7681ebafe04105afd7a.bindPopup(popup_2843393fcbac69180c580b0de92b1a00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cc90d7ba279b7681ebafe04105afd7a.setIcon(icon_7f2f4c00cada785b2c872351623da40b);
|
|
|
|
|
|
var marker_2cb48c5c2b211377a909c6b5371101fa = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_0b4a22609ffcbc05145369db31db0839 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1bb64bc111ca96cbb8155e963ea329f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fbc492e73e7b088d81fc6531cbb8d5a = $(`<div id="html_1fbc492e73e7b088d81fc6531cbb8d5a" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_d1bb64bc111ca96cbb8155e963ea329f.setContent(html_1fbc492e73e7b088d81fc6531cbb8d5a);
|
|
|
|
|
|
|
|
marker_2cb48c5c2b211377a909c6b5371101fa.bindPopup(popup_d1bb64bc111ca96cbb8155e963ea329f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cb48c5c2b211377a909c6b5371101fa.setIcon(icon_0b4a22609ffcbc05145369db31db0839);
|
|
|
|
|
|
var marker_24e4e754443f2a0ea18b7887e67f78bf = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_d51d73738db344eac34e85d2d6b2bfd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_850a1e36e6f38cccc05b4290ccd4966c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_322e34bb901259b0163d582bfeebd5b5 = $(`<div id="html_322e34bb901259b0163d582bfeebd5b5" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_850a1e36e6f38cccc05b4290ccd4966c.setContent(html_322e34bb901259b0163d582bfeebd5b5);
|
|
|
|
|
|
|
|
marker_24e4e754443f2a0ea18b7887e67f78bf.bindPopup(popup_850a1e36e6f38cccc05b4290ccd4966c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24e4e754443f2a0ea18b7887e67f78bf.setIcon(icon_d51d73738db344eac34e85d2d6b2bfd7);
|
|
|
|
|
|
var marker_303dac34212359fe0c61e7be17a111bc = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_fdd89004ac45a531805de86f065b1170 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4010911833a5ee117c4a140d2750848d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f28c643cf77987052a2a89ee8c8b8782 = $(`<div id="html_f28c643cf77987052a2a89ee8c8b8782" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_4010911833a5ee117c4a140d2750848d.setContent(html_f28c643cf77987052a2a89ee8c8b8782);
|
|
|
|
|
|
|
|
marker_303dac34212359fe0c61e7be17a111bc.bindPopup(popup_4010911833a5ee117c4a140d2750848d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_303dac34212359fe0c61e7be17a111bc.setIcon(icon_fdd89004ac45a531805de86f065b1170);
|
|
|
|
|
|
var marker_e8408c30d5096c19a766381925fc1bcd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_83bb8a61c7ec34ffffc1396e286db10d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ce5d43aae33e47ef94f43488af38e97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc2afdb5d04b3d0b12933eddcd0c50cf = $(`<div id="html_bc2afdb5d04b3d0b12933eddcd0c50cf" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_8ce5d43aae33e47ef94f43488af38e97.setContent(html_bc2afdb5d04b3d0b12933eddcd0c50cf);
|
|
|
|
|
|
|
|
marker_e8408c30d5096c19a766381925fc1bcd.bindPopup(popup_8ce5d43aae33e47ef94f43488af38e97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8408c30d5096c19a766381925fc1bcd.setIcon(icon_83bb8a61c7ec34ffffc1396e286db10d);
|
|
|
|
|
|
var marker_a2d09f45ac67b4c0c697adc3d5e56055 = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_2661f6f7d1f653f41ebfcc2f01cc63ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73f53445dd02b96e016f398a3b7dee4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfc7976bf473fbc135c70a93da57e04b = $(`<div id="html_cfc7976bf473fbc135c70a93da57e04b" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_73f53445dd02b96e016f398a3b7dee4b.setContent(html_cfc7976bf473fbc135c70a93da57e04b);
|
|
|
|
|
|
|
|
marker_a2d09f45ac67b4c0c697adc3d5e56055.bindPopup(popup_73f53445dd02b96e016f398a3b7dee4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2d09f45ac67b4c0c697adc3d5e56055.setIcon(icon_2661f6f7d1f653f41ebfcc2f01cc63ce);
|
|
|
|
|
|
var marker_a1f28936bf682cb09ad2d88eef5dd9d0 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_88c5d41b9afa865f82f927d8f50ae261 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_552799163d718c8177a47bff74c46a41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8502e41f41ffaf50b50a309c3205826 = $(`<div id="html_b8502e41f41ffaf50b50a309c3205826" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_552799163d718c8177a47bff74c46a41.setContent(html_b8502e41f41ffaf50b50a309c3205826);
|
|
|
|
|
|
|
|
marker_a1f28936bf682cb09ad2d88eef5dd9d0.bindPopup(popup_552799163d718c8177a47bff74c46a41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1f28936bf682cb09ad2d88eef5dd9d0.setIcon(icon_88c5d41b9afa865f82f927d8f50ae261);
|
|
|
|
|
|
var marker_35105971a28915ee61051dbb84454903 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_04fd82030bd5efd7802058a7ec33a8e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fac432bf4f557264c961fcc5d045a119 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28fbf275034f756e363ea1eaf0cacaa6 = $(`<div id="html_28fbf275034f756e363ea1eaf0cacaa6" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_fac432bf4f557264c961fcc5d045a119.setContent(html_28fbf275034f756e363ea1eaf0cacaa6);
|
|
|
|
|
|
|
|
marker_35105971a28915ee61051dbb84454903.bindPopup(popup_fac432bf4f557264c961fcc5d045a119)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35105971a28915ee61051dbb84454903.setIcon(icon_04fd82030bd5efd7802058a7ec33a8e8);
|
|
|
|
|
|
var marker_272a301fd7f879f9a40bb64257f44e93 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c75fb5085a093c98e553b774ecd36efa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfc6b8abcff19c1be37928c4b3e364ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa225219ac2328f9dcb3691772e3dfc8 = $(`<div id="html_aa225219ac2328f9dcb3691772e3dfc8" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_dfc6b8abcff19c1be37928c4b3e364ae.setContent(html_aa225219ac2328f9dcb3691772e3dfc8);
|
|
|
|
|
|
|
|
marker_272a301fd7f879f9a40bb64257f44e93.bindPopup(popup_dfc6b8abcff19c1be37928c4b3e364ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_272a301fd7f879f9a40bb64257f44e93.setIcon(icon_c75fb5085a093c98e553b774ecd36efa);
|
|
|
|
|
|
var marker_13891e2e710a66665131064ee2629a52 = L.marker(
|
|
[38.958, -77.3592],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_7b873368f826e347d74b9b925f66515c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d21186da272557832f31ca715bdbcc00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36be70f470c6d578b55913c0354329fc = $(`<div id="html_36be70f470c6d578b55913c0354329fc" style="width: 100.0%; height: 100.0%;">nostr.ac</div>`)[0];
|
|
popup_d21186da272557832f31ca715bdbcc00.setContent(html_36be70f470c6d578b55913c0354329fc);
|
|
|
|
|
|
|
|
marker_13891e2e710a66665131064ee2629a52.bindPopup(popup_d21186da272557832f31ca715bdbcc00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13891e2e710a66665131064ee2629a52.setIcon(icon_7b873368f826e347d74b9b925f66515c);
|
|
|
|
|
|
var marker_5ed5c090ea1d6510fb756fb24c933c70 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_983776fba0119115436145656da2a8f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c479fd55849fb1ca742ace4ef559222f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e29c23f402b03cf9d4103c505f2aa86 = $(`<div id="html_2e29c23f402b03cf9d4103c505f2aa86" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_c479fd55849fb1ca742ace4ef559222f.setContent(html_2e29c23f402b03cf9d4103c505f2aa86);
|
|
|
|
|
|
|
|
marker_5ed5c090ea1d6510fb756fb24c933c70.bindPopup(popup_c479fd55849fb1ca742ace4ef559222f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ed5c090ea1d6510fb756fb24c933c70.setIcon(icon_983776fba0119115436145656da2a8f2);
|
|
|
|
|
|
var marker_e8998a3fe4f9fd2bdf49b42b47e6d695 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_170856cbed6db1197176ca6d170ee78b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_667d2f7f2b8d59452ea148d2a581b940 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d064a7dd357c179f5a67a2cee2a2662 = $(`<div id="html_2d064a7dd357c179f5a67a2cee2a2662" style="width: 100.0%; height: 100.0%;">relay.bitmacro.pro</div>`)[0];
|
|
popup_667d2f7f2b8d59452ea148d2a581b940.setContent(html_2d064a7dd357c179f5a67a2cee2a2662);
|
|
|
|
|
|
|
|
marker_e8998a3fe4f9fd2bdf49b42b47e6d695.bindPopup(popup_667d2f7f2b8d59452ea148d2a581b940)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8998a3fe4f9fd2bdf49b42b47e6d695.setIcon(icon_170856cbed6db1197176ca6d170ee78b);
|
|
|
|
|
|
var marker_93f1061571eb92744ac9a92b38c72c5d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c897af0a78c11492fdda755ac260ce2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_695655fa62ff6b5be9502e0fb59ca7b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_069472adc61b048a8d6921fe03606ce4 = $(`<div id="html_069472adc61b048a8d6921fe03606ce4" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_695655fa62ff6b5be9502e0fb59ca7b7.setContent(html_069472adc61b048a8d6921fe03606ce4);
|
|
|
|
|
|
|
|
marker_93f1061571eb92744ac9a92b38c72c5d.bindPopup(popup_695655fa62ff6b5be9502e0fb59ca7b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93f1061571eb92744ac9a92b38c72c5d.setIcon(icon_c897af0a78c11492fdda755ac260ce2b);
|
|
|
|
|
|
var marker_67e188f94c5c23ae51808f7268fd8e6a = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_27dfa6b6cfbae7b9973a5479508dabe8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86a4b594f6ef7a8e49519ae41e2db8a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_259fe4fa3a2e6e3b5b548a56abeb2c8f = $(`<div id="html_259fe4fa3a2e6e3b5b548a56abeb2c8f" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_86a4b594f6ef7a8e49519ae41e2db8a7.setContent(html_259fe4fa3a2e6e3b5b548a56abeb2c8f);
|
|
|
|
|
|
|
|
marker_67e188f94c5c23ae51808f7268fd8e6a.bindPopup(popup_86a4b594f6ef7a8e49519ae41e2db8a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67e188f94c5c23ae51808f7268fd8e6a.setIcon(icon_27dfa6b6cfbae7b9973a5479508dabe8);
|
|
|
|
|
|
var marker_6e1234150d475e513d26ac1981749a06 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_5a06dc80b7a43b13ec1584bf7ebbbaea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_647a89c73b7f624ca517ec1af8cde8a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35d806a60f3f65ff1d5a2e99e7764763 = $(`<div id="html_35d806a60f3f65ff1d5a2e99e7764763" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_647a89c73b7f624ca517ec1af8cde8a2.setContent(html_35d806a60f3f65ff1d5a2e99e7764763);
|
|
|
|
|
|
|
|
marker_6e1234150d475e513d26ac1981749a06.bindPopup(popup_647a89c73b7f624ca517ec1af8cde8a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e1234150d475e513d26ac1981749a06.setIcon(icon_5a06dc80b7a43b13ec1584bf7ebbbaea);
|
|
|
|
|
|
var marker_1eab842b65808f75f800e99b08482927 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_069be56b802c6a5cad0d71550b376bf3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d09c5dbeff2d4345211917c03a7ca31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92dc017be052104e535e6f865137232a = $(`<div id="html_92dc017be052104e535e6f865137232a" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_1d09c5dbeff2d4345211917c03a7ca31.setContent(html_92dc017be052104e535e6f865137232a);
|
|
|
|
|
|
|
|
marker_1eab842b65808f75f800e99b08482927.bindPopup(popup_1d09c5dbeff2d4345211917c03a7ca31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1eab842b65808f75f800e99b08482927.setIcon(icon_069be56b802c6a5cad0d71550b376bf3);
|
|
|
|
|
|
var marker_6a7ca7c89cc2d9993eaa8659ecacc3a5 = L.marker(
|
|
[22.5429, 114.06],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_2ce0c0640582ba4dc26de7b2726c3a68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0eccfb3ac998373dd05601363d3b2295 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d07ee7b8815e4851ececfbd2b6d6218 = $(`<div id="html_4d07ee7b8815e4851ececfbd2b6d6218" style="width: 100.0%; height: 100.0%;">ai.techunder.tech:56711</div>`)[0];
|
|
popup_0eccfb3ac998373dd05601363d3b2295.setContent(html_4d07ee7b8815e4851ececfbd2b6d6218);
|
|
|
|
|
|
|
|
marker_6a7ca7c89cc2d9993eaa8659ecacc3a5.bindPopup(popup_0eccfb3ac998373dd05601363d3b2295)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a7ca7c89cc2d9993eaa8659ecacc3a5.setIcon(icon_2ce0c0640582ba4dc26de7b2726c3a68);
|
|
|
|
|
|
var marker_ee69f0b368341044d8bf98c3f235fe9d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_74598f40255c584a3c6727ac5d058575 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e61a81ca004ebfcc8096fed7e10ff0ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bd9c6df0daa30412652b77eb3c3cc93 = $(`<div id="html_7bd9c6df0daa30412652b77eb3c3cc93" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_e61a81ca004ebfcc8096fed7e10ff0ac.setContent(html_7bd9c6df0daa30412652b77eb3c3cc93);
|
|
|
|
|
|
|
|
marker_ee69f0b368341044d8bf98c3f235fe9d.bindPopup(popup_e61a81ca004ebfcc8096fed7e10ff0ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee69f0b368341044d8bf98c3f235fe9d.setIcon(icon_74598f40255c584a3c6727ac5d058575);
|
|
|
|
|
|
var marker_fec8f6e8752f194d1f68b66bc05e6e01 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_0e9910f9e496b65f310228052c0b281b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32e096a2924a17ccc121ac121c052cff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_124dbcaa433e3706335b3cafa714d1f8 = $(`<div id="html_124dbcaa433e3706335b3cafa714d1f8" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_32e096a2924a17ccc121ac121c052cff.setContent(html_124dbcaa433e3706335b3cafa714d1f8);
|
|
|
|
|
|
|
|
marker_fec8f6e8752f194d1f68b66bc05e6e01.bindPopup(popup_32e096a2924a17ccc121ac121c052cff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fec8f6e8752f194d1f68b66bc05e6e01.setIcon(icon_0e9910f9e496b65f310228052c0b281b);
|
|
|
|
|
|
var marker_690b72e7f60a52652b9309612b067d1a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_244da6554a97a94bf8a404c1a57cf274 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_116911133216b06ff5d7d04815985b96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78a782f08c3911fc73e6660fd6825711 = $(`<div id="html_78a782f08c3911fc73e6660fd6825711" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_116911133216b06ff5d7d04815985b96.setContent(html_78a782f08c3911fc73e6660fd6825711);
|
|
|
|
|
|
|
|
marker_690b72e7f60a52652b9309612b067d1a.bindPopup(popup_116911133216b06ff5d7d04815985b96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_690b72e7f60a52652b9309612b067d1a.setIcon(icon_244da6554a97a94bf8a404c1a57cf274);
|
|
|
|
|
|
var marker_7fc926647ce14270e1e9c343cb8be91a = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_58b7e5d84c2c3673c7a0a39cd91460f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6db1a91d4199e972893f6f26fa122680 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3293c401816efaf11db535bdb4223755 = $(`<div id="html_3293c401816efaf11db535bdb4223755" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_6db1a91d4199e972893f6f26fa122680.setContent(html_3293c401816efaf11db535bdb4223755);
|
|
|
|
|
|
|
|
marker_7fc926647ce14270e1e9c343cb8be91a.bindPopup(popup_6db1a91d4199e972893f6f26fa122680)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fc926647ce14270e1e9c343cb8be91a.setIcon(icon_58b7e5d84c2c3673c7a0a39cd91460f4);
|
|
|
|
|
|
var marker_8616c56d3ebd16d9b2ce0c05c32e709a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_33e7b0591e1cfb497767a257bed79a70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40748e16126b028eb5769c020684f637 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd526f7fe2135c179d64c6d741009974 = $(`<div id="html_cd526f7fe2135c179d64c6d741009974" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_40748e16126b028eb5769c020684f637.setContent(html_cd526f7fe2135c179d64c6d741009974);
|
|
|
|
|
|
|
|
marker_8616c56d3ebd16d9b2ce0c05c32e709a.bindPopup(popup_40748e16126b028eb5769c020684f637)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8616c56d3ebd16d9b2ce0c05c32e709a.setIcon(icon_33e7b0591e1cfb497767a257bed79a70);
|
|
|
|
|
|
var marker_8f71cef83ce165a24a7294170021e4f9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_32c84f00092d6527779869b65c8c7d90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8468d24d792011a5d21713471b59637 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec4331e6d2151cee3127e14c4abc986c = $(`<div id="html_ec4331e6d2151cee3127e14c4abc986c" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_a8468d24d792011a5d21713471b59637.setContent(html_ec4331e6d2151cee3127e14c4abc986c);
|
|
|
|
|
|
|
|
marker_8f71cef83ce165a24a7294170021e4f9.bindPopup(popup_a8468d24d792011a5d21713471b59637)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f71cef83ce165a24a7294170021e4f9.setIcon(icon_32c84f00092d6527779869b65c8c7d90);
|
|
|
|
|
|
var marker_0b32fa7e12646943e7ea6048f7fa48a9 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_847eef9d1c473bc0c6bdd0c0eec066d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae442c7510bddf6cb6fe8fd630ba537c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e91ab62188913a36b6bcad3f5bf207a0 = $(`<div id="html_e91ab62188913a36b6bcad3f5bf207a0" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_ae442c7510bddf6cb6fe8fd630ba537c.setContent(html_e91ab62188913a36b6bcad3f5bf207a0);
|
|
|
|
|
|
|
|
marker_0b32fa7e12646943e7ea6048f7fa48a9.bindPopup(popup_ae442c7510bddf6cb6fe8fd630ba537c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b32fa7e12646943e7ea6048f7fa48a9.setIcon(icon_847eef9d1c473bc0c6bdd0c0eec066d4);
|
|
|
|
|
|
var marker_ca5fd0a293de1a09f16c6f0ae95a1297 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_951fb6f718d70c63af43c9b4473fb114 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd8d94a1484a61bc45b58d0a3d701e83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_006135380fecfb1e021c2128ea86aac7 = $(`<div id="html_006135380fecfb1e021c2128ea86aac7" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_cd8d94a1484a61bc45b58d0a3d701e83.setContent(html_006135380fecfb1e021c2128ea86aac7);
|
|
|
|
|
|
|
|
marker_ca5fd0a293de1a09f16c6f0ae95a1297.bindPopup(popup_cd8d94a1484a61bc45b58d0a3d701e83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca5fd0a293de1a09f16c6f0ae95a1297.setIcon(icon_951fb6f718d70c63af43c9b4473fb114);
|
|
|
|
|
|
var marker_16c7d19c3c4eb978cc6ef0e44d2058a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_2d3a0383e69e302067b7cc3aa65fc253 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3774d4b4016be845b3a19dcdf28b5148 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b5a710079e9666e0b907f975b09b537 = $(`<div id="html_6b5a710079e9666e0b907f975b09b537" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_3774d4b4016be845b3a19dcdf28b5148.setContent(html_6b5a710079e9666e0b907f975b09b537);
|
|
|
|
|
|
|
|
marker_16c7d19c3c4eb978cc6ef0e44d2058a3.bindPopup(popup_3774d4b4016be845b3a19dcdf28b5148)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16c7d19c3c4eb978cc6ef0e44d2058a3.setIcon(icon_2d3a0383e69e302067b7cc3aa65fc253);
|
|
|
|
|
|
var marker_ae5a5d205651f2313e20b871e87b4d43 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_cda950f09a2fb519d5df76d8848929a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7797683152009f3b7c2dba940263f52d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_170af0b1b4e658736afa12d394e5150b = $(`<div id="html_170af0b1b4e658736afa12d394e5150b" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_7797683152009f3b7c2dba940263f52d.setContent(html_170af0b1b4e658736afa12d394e5150b);
|
|
|
|
|
|
|
|
marker_ae5a5d205651f2313e20b871e87b4d43.bindPopup(popup_7797683152009f3b7c2dba940263f52d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae5a5d205651f2313e20b871e87b4d43.setIcon(icon_cda950f09a2fb519d5df76d8848929a2);
|
|
|
|
|
|
var marker_3e277e4f0aa6467f55fb4a19ea95153b = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_bef87baf7a59b4791a0e5d8d21a96cfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e49727897ec106f49887fb8f5e63e66f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_968a22a3740ef1cd34e7ef63b56e04e4 = $(`<div id="html_968a22a3740ef1cd34e7ef63b56e04e4" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_e49727897ec106f49887fb8f5e63e66f.setContent(html_968a22a3740ef1cd34e7ef63b56e04e4);
|
|
|
|
|
|
|
|
marker_3e277e4f0aa6467f55fb4a19ea95153b.bindPopup(popup_e49727897ec106f49887fb8f5e63e66f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e277e4f0aa6467f55fb4a19ea95153b.setIcon(icon_bef87baf7a59b4791a0e5d8d21a96cfe);
|
|
|
|
|
|
var marker_5ef8ae7b9184d5d14e29745fc61971dd = L.marker(
|
|
[47.6732, -117.239],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_50c297be822366798a669ea9d89508f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a27ff7b607e16c9fe80f539dd1f7580 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f33e749a612564eca0f59d9b57d013c0 = $(`<div id="html_f33e749a612564eca0f59d9b57d013c0" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_8a27ff7b607e16c9fe80f539dd1f7580.setContent(html_f33e749a612564eca0f59d9b57d013c0);
|
|
|
|
|
|
|
|
marker_5ef8ae7b9184d5d14e29745fc61971dd.bindPopup(popup_8a27ff7b607e16c9fe80f539dd1f7580)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ef8ae7b9184d5d14e29745fc61971dd.setIcon(icon_50c297be822366798a669ea9d89508f8);
|
|
|
|
|
|
var marker_409986a946852b9f4ec0df795eb771ae = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_e90f6c22d139490c0130ce312bc09df1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e290a927fefc0635dfa78686500b77c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3acfe8f39b08b92d6347c38c4d549e2d = $(`<div id="html_3acfe8f39b08b92d6347c38c4d549e2d" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_9e290a927fefc0635dfa78686500b77c.setContent(html_3acfe8f39b08b92d6347c38c4d549e2d);
|
|
|
|
|
|
|
|
marker_409986a946852b9f4ec0df795eb771ae.bindPopup(popup_9e290a927fefc0635dfa78686500b77c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_409986a946852b9f4ec0df795eb771ae.setIcon(icon_e90f6c22d139490c0130ce312bc09df1);
|
|
|
|
|
|
var marker_e6dcf594fdaacad72efa7c78cea604d1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_400bfa1613481fa13c4dc1b30010aa06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14ecbb198a58fe9101db2e6781d9a394 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eacabc74cf66bdc2d04ca3b3d5e1866b = $(`<div id="html_eacabc74cf66bdc2d04ca3b3d5e1866b" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_14ecbb198a58fe9101db2e6781d9a394.setContent(html_eacabc74cf66bdc2d04ca3b3d5e1866b);
|
|
|
|
|
|
|
|
marker_e6dcf594fdaacad72efa7c78cea604d1.bindPopup(popup_14ecbb198a58fe9101db2e6781d9a394)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6dcf594fdaacad72efa7c78cea604d1.setIcon(icon_400bfa1613481fa13c4dc1b30010aa06);
|
|
|
|
|
|
var marker_77ce9e846737013a4d4d1c9ac944ae08 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_4752949c38767c88b42525142ca2ba0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f14850e9ef51ad28b2be23cdadccc0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0967ee1c935d01871aa94dac579dc9d2 = $(`<div id="html_0967ee1c935d01871aa94dac579dc9d2" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_8f14850e9ef51ad28b2be23cdadccc0f.setContent(html_0967ee1c935d01871aa94dac579dc9d2);
|
|
|
|
|
|
|
|
marker_77ce9e846737013a4d4d1c9ac944ae08.bindPopup(popup_8f14850e9ef51ad28b2be23cdadccc0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77ce9e846737013a4d4d1c9ac944ae08.setIcon(icon_4752949c38767c88b42525142ca2ba0a);
|
|
|
|
|
|
var marker_929b4c6f90b2dc1eb875b558b7a3419c = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_8dda1cf10155e112e7fa3c89712c50d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7900f430c62be103b643884846fa652 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b08b0061560e2e9c1d3753c7dae1a328 = $(`<div id="html_b08b0061560e2e9c1d3753c7dae1a328" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_e7900f430c62be103b643884846fa652.setContent(html_b08b0061560e2e9c1d3753c7dae1a328);
|
|
|
|
|
|
|
|
marker_929b4c6f90b2dc1eb875b558b7a3419c.bindPopup(popup_e7900f430c62be103b643884846fa652)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_929b4c6f90b2dc1eb875b558b7a3419c.setIcon(icon_8dda1cf10155e112e7fa3c89712c50d2);
|
|
|
|
|
|
var marker_22288fb79a12d16569c3a5b248534301 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_044a7e2957c058b70d28ac0530675168 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3de75d19c4044338775639cb3babc174 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df8da0443994f2c88586bacca9f12bc6 = $(`<div id="html_df8da0443994f2c88586bacca9f12bc6" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_3de75d19c4044338775639cb3babc174.setContent(html_df8da0443994f2c88586bacca9f12bc6);
|
|
|
|
|
|
|
|
marker_22288fb79a12d16569c3a5b248534301.bindPopup(popup_3de75d19c4044338775639cb3babc174)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22288fb79a12d16569c3a5b248534301.setIcon(icon_044a7e2957c058b70d28ac0530675168);
|
|
|
|
|
|
var marker_5c0bca51215e9b5bbaa6f3568950802c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_e867b8d66b5ab39036ff6b626c9a2573 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a742c3bb96fca797b272b0e32ae3525a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7891201bd4ce8be94d1bcb41b263127c = $(`<div id="html_7891201bd4ce8be94d1bcb41b263127c" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_a742c3bb96fca797b272b0e32ae3525a.setContent(html_7891201bd4ce8be94d1bcb41b263127c);
|
|
|
|
|
|
|
|
marker_5c0bca51215e9b5bbaa6f3568950802c.bindPopup(popup_a742c3bb96fca797b272b0e32ae3525a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c0bca51215e9b5bbaa6f3568950802c.setIcon(icon_e867b8d66b5ab39036ff6b626c9a2573);
|
|
|
|
|
|
var marker_366150202fc2ed473fdd33f67facc64a = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_8e83635a6ee574994c5a7dfe4ec31372 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57329c3188cc5f15cbdad37827b0e545 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2581c12e54963d59ec56cd4e961b0dad = $(`<div id="html_2581c12e54963d59ec56cd4e961b0dad" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_57329c3188cc5f15cbdad37827b0e545.setContent(html_2581c12e54963d59ec56cd4e961b0dad);
|
|
|
|
|
|
|
|
marker_366150202fc2ed473fdd33f67facc64a.bindPopup(popup_57329c3188cc5f15cbdad37827b0e545)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_366150202fc2ed473fdd33f67facc64a.setIcon(icon_8e83635a6ee574994c5a7dfe4ec31372);
|
|
|
|
|
|
var marker_242d8633f636155da482bfb1b7c66741 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_1517efaa03c5db35696e0c4aa044b82d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_def02989e6f1e5f4e701dcf48a847368 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54d94fa427f669229395f4589464e747 = $(`<div id="html_54d94fa427f669229395f4589464e747" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_def02989e6f1e5f4e701dcf48a847368.setContent(html_54d94fa427f669229395f4589464e747);
|
|
|
|
|
|
|
|
marker_242d8633f636155da482bfb1b7c66741.bindPopup(popup_def02989e6f1e5f4e701dcf48a847368)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_242d8633f636155da482bfb1b7c66741.setIcon(icon_1517efaa03c5db35696e0c4aa044b82d);
|
|
|
|
|
|
var marker_9e929535f289e61f9b530fdefa93e054 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_2140d5690440117a38da3461e6e8d9f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15a717af5bbfd0660c7090da328fe95f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e597b7598170a70e6478a29e8732462f = $(`<div id="html_e597b7598170a70e6478a29e8732462f" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_15a717af5bbfd0660c7090da328fe95f.setContent(html_e597b7598170a70e6478a29e8732462f);
|
|
|
|
|
|
|
|
marker_9e929535f289e61f9b530fdefa93e054.bindPopup(popup_15a717af5bbfd0660c7090da328fe95f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e929535f289e61f9b530fdefa93e054.setIcon(icon_2140d5690440117a38da3461e6e8d9f3);
|
|
|
|
|
|
var marker_7f4320d2854c6d792e84e37082aaaa30 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_3e114219560c34f22ba07277a2a038c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_161d3b1df3e227286593dd56a08318b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e40fab3cf0745d60f8e172cccf7c9a83 = $(`<div id="html_e40fab3cf0745d60f8e172cccf7c9a83" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_161d3b1df3e227286593dd56a08318b4.setContent(html_e40fab3cf0745d60f8e172cccf7c9a83);
|
|
|
|
|
|
|
|
marker_7f4320d2854c6d792e84e37082aaaa30.bindPopup(popup_161d3b1df3e227286593dd56a08318b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f4320d2854c6d792e84e37082aaaa30.setIcon(icon_3e114219560c34f22ba07277a2a038c5);
|
|
|
|
|
|
var marker_e14d03bccc093a4c0c5d6edcba00bc74 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_400211810c2b21f536323438c84bf28a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47177b27bf009d762690d7c26d7b6bb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cbccd79815487389a38e58ba1bd547e = $(`<div id="html_8cbccd79815487389a38e58ba1bd547e" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_47177b27bf009d762690d7c26d7b6bb4.setContent(html_8cbccd79815487389a38e58ba1bd547e);
|
|
|
|
|
|
|
|
marker_e14d03bccc093a4c0c5d6edcba00bc74.bindPopup(popup_47177b27bf009d762690d7c26d7b6bb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e14d03bccc093a4c0c5d6edcba00bc74.setIcon(icon_400211810c2b21f536323438c84bf28a);
|
|
|
|
|
|
var marker_6f1f00a7d1a9517a4907c81251ea3c4e = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_bd14d6196d9699976fe34d8beeef1ad2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b9bc542a057d7bb35e92b3f370d295d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f4c2031da86c7a9134b10feb2ff651f = $(`<div id="html_3f4c2031da86c7a9134b10feb2ff651f" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_1b9bc542a057d7bb35e92b3f370d295d.setContent(html_3f4c2031da86c7a9134b10feb2ff651f);
|
|
|
|
|
|
|
|
marker_6f1f00a7d1a9517a4907c81251ea3c4e.bindPopup(popup_1b9bc542a057d7bb35e92b3f370d295d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f1f00a7d1a9517a4907c81251ea3c4e.setIcon(icon_bd14d6196d9699976fe34d8beeef1ad2);
|
|
|
|
|
|
var marker_04de66f409cee13332083383bf2132d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_21dd7771feff413bb1efb3371f70b3dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6437d1c738459abfcfb8c27baee467c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d219abb36c85d4dcfff26aea7104db0 = $(`<div id="html_8d219abb36c85d4dcfff26aea7104db0" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_b6437d1c738459abfcfb8c27baee467c.setContent(html_8d219abb36c85d4dcfff26aea7104db0);
|
|
|
|
|
|
|
|
marker_04de66f409cee13332083383bf2132d6.bindPopup(popup_b6437d1c738459abfcfb8c27baee467c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04de66f409cee13332083383bf2132d6.setIcon(icon_21dd7771feff413bb1efb3371f70b3dc);
|
|
|
|
|
|
var marker_a5fe5e09ef7e70500844304311092a76 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_4c5998c418de76c18e8e839f71644c37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c274bd2911f372298dbc837e5f553d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50a7c68ee3e17fb9cb423242b3699206 = $(`<div id="html_50a7c68ee3e17fb9cb423242b3699206" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_1c274bd2911f372298dbc837e5f553d1.setContent(html_50a7c68ee3e17fb9cb423242b3699206);
|
|
|
|
|
|
|
|
marker_a5fe5e09ef7e70500844304311092a76.bindPopup(popup_1c274bd2911f372298dbc837e5f553d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5fe5e09ef7e70500844304311092a76.setIcon(icon_4c5998c418de76c18e8e839f71644c37);
|
|
|
|
|
|
var marker_05605e4fec69441c9b67df4606cd025d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_1cb4b6abafbc03d9f6838ae85fee78e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4bf5a61fbc2497646186713f8bf76a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06a8cfb372f64cc66a072c833d3ae055 = $(`<div id="html_06a8cfb372f64cc66a072c833d3ae055" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_a4bf5a61fbc2497646186713f8bf76a3.setContent(html_06a8cfb372f64cc66a072c833d3ae055);
|
|
|
|
|
|
|
|
marker_05605e4fec69441c9b67df4606cd025d.bindPopup(popup_a4bf5a61fbc2497646186713f8bf76a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05605e4fec69441c9b67df4606cd025d.setIcon(icon_1cb4b6abafbc03d9f6838ae85fee78e4);
|
|
|
|
|
|
var marker_412c8fc456a42d5bd55598b7fe48d589 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c26577b5e951e2eb9780ebc19ce1a42c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20c529132e44faec06a2ebfe69e4e4d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ff3c5add48b80131ac69b611ee4458e = $(`<div id="html_5ff3c5add48b80131ac69b611ee4458e" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_20c529132e44faec06a2ebfe69e4e4d8.setContent(html_5ff3c5add48b80131ac69b611ee4458e);
|
|
|
|
|
|
|
|
marker_412c8fc456a42d5bd55598b7fe48d589.bindPopup(popup_20c529132e44faec06a2ebfe69e4e4d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_412c8fc456a42d5bd55598b7fe48d589.setIcon(icon_c26577b5e951e2eb9780ebc19ce1a42c);
|
|
|
|
|
|
var marker_b30dbfa19bf1b34c62d2aca88b13d6ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_013d1ab7b08937a77ee70a74b84609de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d18b979b1f529d6ef365da4ff9f4433 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1f86f428fc5c3a281366457b4bda276 = $(`<div id="html_b1f86f428fc5c3a281366457b4bda276" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_5d18b979b1f529d6ef365da4ff9f4433.setContent(html_b1f86f428fc5c3a281366457b4bda276);
|
|
|
|
|
|
|
|
marker_b30dbfa19bf1b34c62d2aca88b13d6ff.bindPopup(popup_5d18b979b1f529d6ef365da4ff9f4433)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b30dbfa19bf1b34c62d2aca88b13d6ff.setIcon(icon_013d1ab7b08937a77ee70a74b84609de);
|
|
|
|
|
|
var marker_d8056bc7811347e465b86f845bf2fb39 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_839bf8400af390c7cca5b1ad5dd83e90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7ca5f1317aa722a0096da64026b1248 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbe1bf955374973f463364da4ff73eb6 = $(`<div id="html_bbe1bf955374973f463364da4ff73eb6" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_e7ca5f1317aa722a0096da64026b1248.setContent(html_bbe1bf955374973f463364da4ff73eb6);
|
|
|
|
|
|
|
|
marker_d8056bc7811347e465b86f845bf2fb39.bindPopup(popup_e7ca5f1317aa722a0096da64026b1248)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8056bc7811347e465b86f845bf2fb39.setIcon(icon_839bf8400af390c7cca5b1ad5dd83e90);
|
|
|
|
|
|
var marker_1606023210289c69028937d5c19153bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_9417a718b6f4b8b7c3c5c65b63324716 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2171f729cf19e4e31151460432e782d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71f68c616d812d5e95ae4d87671ffbaf = $(`<div id="html_71f68c616d812d5e95ae4d87671ffbaf" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_d2171f729cf19e4e31151460432e782d.setContent(html_71f68c616d812d5e95ae4d87671ffbaf);
|
|
|
|
|
|
|
|
marker_1606023210289c69028937d5c19153bc.bindPopup(popup_d2171f729cf19e4e31151460432e782d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1606023210289c69028937d5c19153bc.setIcon(icon_9417a718b6f4b8b7c3c5c65b63324716);
|
|
|
|
|
|
var marker_3486c18d4edc7d92b4bd77378aafdf93 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c78e2288a0baf41de07a98ee3c49b857 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b41e46907a4aa82016aa6035b12f754 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ee271b646833b71a67cc873601ad34e = $(`<div id="html_1ee271b646833b71a67cc873601ad34e" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_0b41e46907a4aa82016aa6035b12f754.setContent(html_1ee271b646833b71a67cc873601ad34e);
|
|
|
|
|
|
|
|
marker_3486c18d4edc7d92b4bd77378aafdf93.bindPopup(popup_0b41e46907a4aa82016aa6035b12f754)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3486c18d4edc7d92b4bd77378aafdf93.setIcon(icon_c78e2288a0baf41de07a98ee3c49b857);
|
|
|
|
|
|
var marker_2c6114f1c711287bf50dca295c1ebdf3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_9d27df9c34819d1152e83b6914618688 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c4c04659c342c7babb80727a56fda4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5ca50492a2e9e8156e3eb350dd05e5a = $(`<div id="html_b5ca50492a2e9e8156e3eb350dd05e5a" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_2c4c04659c342c7babb80727a56fda4e.setContent(html_b5ca50492a2e9e8156e3eb350dd05e5a);
|
|
|
|
|
|
|
|
marker_2c6114f1c711287bf50dca295c1ebdf3.bindPopup(popup_2c4c04659c342c7babb80727a56fda4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c6114f1c711287bf50dca295c1ebdf3.setIcon(icon_9d27df9c34819d1152e83b6914618688);
|
|
|
|
|
|
var marker_bb82dbde8f6c79f73f6441c4a443ff9f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_f7947f840cb226d0030d226e3ab21e21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4ea2a1e743514d56e0e38ba17c95d01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afa69f838a54fd778dee98c4978181eb = $(`<div id="html_afa69f838a54fd778dee98c4978181eb" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_c4ea2a1e743514d56e0e38ba17c95d01.setContent(html_afa69f838a54fd778dee98c4978181eb);
|
|
|
|
|
|
|
|
marker_bb82dbde8f6c79f73f6441c4a443ff9f.bindPopup(popup_c4ea2a1e743514d56e0e38ba17c95d01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb82dbde8f6c79f73f6441c4a443ff9f.setIcon(icon_f7947f840cb226d0030d226e3ab21e21);
|
|
|
|
|
|
var marker_5a635885aa2e44b0211c6d8e80c9a2c5 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_574919347fa5045c4e12d41631d3f0e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8770639c7857e7ab40d3c0b0cec2240a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59a7955149283530521eed4f80414925 = $(`<div id="html_59a7955149283530521eed4f80414925" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_8770639c7857e7ab40d3c0b0cec2240a.setContent(html_59a7955149283530521eed4f80414925);
|
|
|
|
|
|
|
|
marker_5a635885aa2e44b0211c6d8e80c9a2c5.bindPopup(popup_8770639c7857e7ab40d3c0b0cec2240a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a635885aa2e44b0211c6d8e80c9a2c5.setIcon(icon_574919347fa5045c4e12d41631d3f0e1);
|
|
|
|
|
|
var marker_68af90e5d58dd48eee464e2678a64fbf = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_ef6fe5dce4e486c57cab656e77107863 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c51deb05c6ac9b3688a511e9e47eace = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1352015217861ecdc9a9a051fd5dc40 = $(`<div id="html_f1352015217861ecdc9a9a051fd5dc40" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_8c51deb05c6ac9b3688a511e9e47eace.setContent(html_f1352015217861ecdc9a9a051fd5dc40);
|
|
|
|
|
|
|
|
marker_68af90e5d58dd48eee464e2678a64fbf.bindPopup(popup_8c51deb05c6ac9b3688a511e9e47eace)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68af90e5d58dd48eee464e2678a64fbf.setIcon(icon_ef6fe5dce4e486c57cab656e77107863);
|
|
|
|
|
|
var marker_9ecfc52d679c5fbb62c513dd9f83d987 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_8ab99c6cd752fcb6effec952cebeed62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64c21bed9e56b585292b63fbd03612b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af55e2bbbadb077b0ca944978b63cd9f = $(`<div id="html_af55e2bbbadb077b0ca944978b63cd9f" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_64c21bed9e56b585292b63fbd03612b8.setContent(html_af55e2bbbadb077b0ca944978b63cd9f);
|
|
|
|
|
|
|
|
marker_9ecfc52d679c5fbb62c513dd9f83d987.bindPopup(popup_64c21bed9e56b585292b63fbd03612b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ecfc52d679c5fbb62c513dd9f83d987.setIcon(icon_8ab99c6cd752fcb6effec952cebeed62);
|
|
|
|
|
|
var marker_d09cefc9a2062deee35caa591a037f7a = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_17ddf8c1ebb01245e0ec5c991a1d12aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_743a279a36a65975871335720f0575c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a249dbea9ccd23d231691c31f7882a9 = $(`<div id="html_7a249dbea9ccd23d231691c31f7882a9" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_743a279a36a65975871335720f0575c8.setContent(html_7a249dbea9ccd23d231691c31f7882a9);
|
|
|
|
|
|
|
|
marker_d09cefc9a2062deee35caa591a037f7a.bindPopup(popup_743a279a36a65975871335720f0575c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d09cefc9a2062deee35caa591a037f7a.setIcon(icon_17ddf8c1ebb01245e0ec5c991a1d12aa);
|
|
|
|
|
|
var marker_ccdbccd13dd2a3385429c1c010e076b7 = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_684782d54e00aaefc56cb367818948ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38830861f35314ff6a4bb295b4e83096 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_158653bca18687e9f369646e26602ebc = $(`<div id="html_158653bca18687e9f369646e26602ebc" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_38830861f35314ff6a4bb295b4e83096.setContent(html_158653bca18687e9f369646e26602ebc);
|
|
|
|
|
|
|
|
marker_ccdbccd13dd2a3385429c1c010e076b7.bindPopup(popup_38830861f35314ff6a4bb295b4e83096)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccdbccd13dd2a3385429c1c010e076b7.setIcon(icon_684782d54e00aaefc56cb367818948ef);
|
|
|
|
|
|
var marker_93f549ffe7ae1a188dc30a6a24183f7c = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_8cfd851ae90f07739b6567d1c8f52728 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47b0d90759bdb6475969195735d3e97a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa83ff4b6ddb87378aaabae1e9400512 = $(`<div id="html_aa83ff4b6ddb87378aaabae1e9400512" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_47b0d90759bdb6475969195735d3e97a.setContent(html_aa83ff4b6ddb87378aaabae1e9400512);
|
|
|
|
|
|
|
|
marker_93f549ffe7ae1a188dc30a6a24183f7c.bindPopup(popup_47b0d90759bdb6475969195735d3e97a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93f549ffe7ae1a188dc30a6a24183f7c.setIcon(icon_8cfd851ae90f07739b6567d1c8f52728);
|
|
|
|
|
|
var marker_e9214dd72534de70b80e75d0422ff5a5 = L.marker(
|
|
[51.2821, 6.78285],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_5afa1a8472a2404859b47228d80c1b48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_771ea96d1c1533f5fe02393a3ddc4c12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cf144abea77ba21cc9c0d9d47d82ed8 = $(`<div id="html_4cf144abea77ba21cc9c0d9d47d82ed8" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_771ea96d1c1533f5fe02393a3ddc4c12.setContent(html_4cf144abea77ba21cc9c0d9d47d82ed8);
|
|
|
|
|
|
|
|
marker_e9214dd72534de70b80e75d0422ff5a5.bindPopup(popup_771ea96d1c1533f5fe02393a3ddc4c12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9214dd72534de70b80e75d0422ff5a5.setIcon(icon_5afa1a8472a2404859b47228d80c1b48);
|
|
|
|
|
|
var marker_868cc8785806d16b939380f87292091b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_b494690960eba60fbe833a53a8a09c0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b4d3448efe83b82e3532b65d93d4202 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f954f6461e597feeaa4efdb242d7f6a4 = $(`<div id="html_f954f6461e597feeaa4efdb242d7f6a4" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_9b4d3448efe83b82e3532b65d93d4202.setContent(html_f954f6461e597feeaa4efdb242d7f6a4);
|
|
|
|
|
|
|
|
marker_868cc8785806d16b939380f87292091b.bindPopup(popup_9b4d3448efe83b82e3532b65d93d4202)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_868cc8785806d16b939380f87292091b.setIcon(icon_b494690960eba60fbe833a53a8a09c0e);
|
|
|
|
|
|
var marker_f234c1659d062d3ff929816559e5d5a2 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_59ad6848740d0c13b8ba77ba6741ef21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4f1aebe8340393a9bbbf6be93536b71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f55f57763a9686e97b93751d88296f23 = $(`<div id="html_f55f57763a9686e97b93751d88296f23" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_f4f1aebe8340393a9bbbf6be93536b71.setContent(html_f55f57763a9686e97b93751d88296f23);
|
|
|
|
|
|
|
|
marker_f234c1659d062d3ff929816559e5d5a2.bindPopup(popup_f4f1aebe8340393a9bbbf6be93536b71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f234c1659d062d3ff929816559e5d5a2.setIcon(icon_59ad6848740d0c13b8ba77ba6741ef21);
|
|
|
|
|
|
var marker_f8b1206ffed6d9ca16dc4f6fc2d1408f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_8554fca90c70a1f860152983656b6f9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf5970db43107707d394be7af195c8c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_085165dd1f842e4c04773d65e0f817c1 = $(`<div id="html_085165dd1f842e4c04773d65e0f817c1" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_bf5970db43107707d394be7af195c8c8.setContent(html_085165dd1f842e4c04773d65e0f817c1);
|
|
|
|
|
|
|
|
marker_f8b1206ffed6d9ca16dc4f6fc2d1408f.bindPopup(popup_bf5970db43107707d394be7af195c8c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8b1206ffed6d9ca16dc4f6fc2d1408f.setIcon(icon_8554fca90c70a1f860152983656b6f9e);
|
|
|
|
|
|
var marker_48549a7d680df16a55c8b70f1944ac62 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_dd236aac5be6a29b4682f798a86a2f32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dba2ede3bfb359790a024ad251819db3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_235b6aa800053df6a555954fab13da7d = $(`<div id="html_235b6aa800053df6a555954fab13da7d" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_dba2ede3bfb359790a024ad251819db3.setContent(html_235b6aa800053df6a555954fab13da7d);
|
|
|
|
|
|
|
|
marker_48549a7d680df16a55c8b70f1944ac62.bindPopup(popup_dba2ede3bfb359790a024ad251819db3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48549a7d680df16a55c8b70f1944ac62.setIcon(icon_dd236aac5be6a29b4682f798a86a2f32);
|
|
|
|
|
|
var marker_5e67961842b6162657f0962a2e328da2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_0b9a3c65994157a5a4a4acf896507bc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daac92467f00bb7c07a96017a9cb2d35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b31222638918e24c84a637ebc734c128 = $(`<div id="html_b31222638918e24c84a637ebc734c128" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_daac92467f00bb7c07a96017a9cb2d35.setContent(html_b31222638918e24c84a637ebc734c128);
|
|
|
|
|
|
|
|
marker_5e67961842b6162657f0962a2e328da2.bindPopup(popup_daac92467f00bb7c07a96017a9cb2d35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e67961842b6162657f0962a2e328da2.setIcon(icon_0b9a3c65994157a5a4a4acf896507bc9);
|
|
|
|
|
|
var marker_1e8772794abe15bed56aea4879f07db7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_52f700b4754ae2cc41080e023485b30a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7034bfc612afd08decd51971390942ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b5b63d028d5647363c5bb29c6764c42 = $(`<div id="html_5b5b63d028d5647363c5bb29c6764c42" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_7034bfc612afd08decd51971390942ef.setContent(html_5b5b63d028d5647363c5bb29c6764c42);
|
|
|
|
|
|
|
|
marker_1e8772794abe15bed56aea4879f07db7.bindPopup(popup_7034bfc612afd08decd51971390942ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e8772794abe15bed56aea4879f07db7.setIcon(icon_52f700b4754ae2cc41080e023485b30a);
|
|
|
|
|
|
var marker_93b5624989f9e9700acba2c88fba9101 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_56bbcefcd5ea9ae972d3b4394e79f67c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a258c2ac2bc7ae6739cd321555e7601 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d35b14f490dbab4153006a829a77464a = $(`<div id="html_d35b14f490dbab4153006a829a77464a" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_5a258c2ac2bc7ae6739cd321555e7601.setContent(html_d35b14f490dbab4153006a829a77464a);
|
|
|
|
|
|
|
|
marker_93b5624989f9e9700acba2c88fba9101.bindPopup(popup_5a258c2ac2bc7ae6739cd321555e7601)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93b5624989f9e9700acba2c88fba9101.setIcon(icon_56bbcefcd5ea9ae972d3b4394e79f67c);
|
|
|
|
|
|
var marker_945c30ac88726d96f78018703056b20f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_25d8ad4251af9d1693766c6cfd1046e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50bdc0f40ab5f14452eb3920b15fdd08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_882b201463ef7ffde599739360d88c73 = $(`<div id="html_882b201463ef7ffde599739360d88c73" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_50bdc0f40ab5f14452eb3920b15fdd08.setContent(html_882b201463ef7ffde599739360d88c73);
|
|
|
|
|
|
|
|
marker_945c30ac88726d96f78018703056b20f.bindPopup(popup_50bdc0f40ab5f14452eb3920b15fdd08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_945c30ac88726d96f78018703056b20f.setIcon(icon_25d8ad4251af9d1693766c6cfd1046e2);
|
|
|
|
|
|
var marker_de724ee4d7d00e8f4d528634b12903c0 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_6468e80bf1f8d48302c4bf2451455c62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59ea984d96ffee984f425f8048ede6a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69b4ec2a00cf6bbd7447eb6878dcc12b = $(`<div id="html_69b4ec2a00cf6bbd7447eb6878dcc12b" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_59ea984d96ffee984f425f8048ede6a0.setContent(html_69b4ec2a00cf6bbd7447eb6878dcc12b);
|
|
|
|
|
|
|
|
marker_de724ee4d7d00e8f4d528634b12903c0.bindPopup(popup_59ea984d96ffee984f425f8048ede6a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de724ee4d7d00e8f4d528634b12903c0.setIcon(icon_6468e80bf1f8d48302c4bf2451455c62);
|
|
|
|
|
|
var marker_041cc85a857c420e674d7b5bfe1be41b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_553b2af173689b2cd305d388bc507831 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58e60ce8d47137d480b965ac4f3b2f06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6b6c5c697f9af2e6c15583b09428ff4 = $(`<div id="html_d6b6c5c697f9af2e6c15583b09428ff4" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_58e60ce8d47137d480b965ac4f3b2f06.setContent(html_d6b6c5c697f9af2e6c15583b09428ff4);
|
|
|
|
|
|
|
|
marker_041cc85a857c420e674d7b5bfe1be41b.bindPopup(popup_58e60ce8d47137d480b965ac4f3b2f06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_041cc85a857c420e674d7b5bfe1be41b.setIcon(icon_553b2af173689b2cd305d388bc507831);
|
|
|
|
|
|
var marker_df150fe67937b55f5c3133bf37397826 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_418fb52001937a54de43fc12a799b139 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3983160ddc34f7a3b99891dd23d3499 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c7e45c973694ead8a9fc259ac7ebf62 = $(`<div id="html_3c7e45c973694ead8a9fc259ac7ebf62" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_b3983160ddc34f7a3b99891dd23d3499.setContent(html_3c7e45c973694ead8a9fc259ac7ebf62);
|
|
|
|
|
|
|
|
marker_df150fe67937b55f5c3133bf37397826.bindPopup(popup_b3983160ddc34f7a3b99891dd23d3499)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df150fe67937b55f5c3133bf37397826.setIcon(icon_418fb52001937a54de43fc12a799b139);
|
|
|
|
|
|
var marker_d44c01bc45caac218aca86984ebef95f = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_efe742ef094bcf3ca34f59a327dbacf9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb2caac44da97b90ea0fde2d42aee36b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88c457dfc78fa332add090e53b27fb5e = $(`<div id="html_88c457dfc78fa332add090e53b27fb5e" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_bb2caac44da97b90ea0fde2d42aee36b.setContent(html_88c457dfc78fa332add090e53b27fb5e);
|
|
|
|
|
|
|
|
marker_d44c01bc45caac218aca86984ebef95f.bindPopup(popup_bb2caac44da97b90ea0fde2d42aee36b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d44c01bc45caac218aca86984ebef95f.setIcon(icon_efe742ef094bcf3ca34f59a327dbacf9);
|
|
|
|
|
|
var marker_de189a029943b455c1c0aa5f951ede4a = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_81af7d99372c2f50df602023015a5139 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8db1d2055aa2da6f06c85f65566cda0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f6d54fcb5ba7c947e901ed06679491f = $(`<div id="html_8f6d54fcb5ba7c947e901ed06679491f" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_8db1d2055aa2da6f06c85f65566cda0b.setContent(html_8f6d54fcb5ba7c947e901ed06679491f);
|
|
|
|
|
|
|
|
marker_de189a029943b455c1c0aa5f951ede4a.bindPopup(popup_8db1d2055aa2da6f06c85f65566cda0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de189a029943b455c1c0aa5f951ede4a.setIcon(icon_81af7d99372c2f50df602023015a5139);
|
|
|
|
|
|
var marker_37fba7c6ca1cb04c08af25153f0b1814 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_234cbbeaf039a1e9c23246e48ffa1459 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_050c671c6bcc647f5a49a3f608fbae40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2f8f0f90d24885ef216397694f550fc = $(`<div id="html_b2f8f0f90d24885ef216397694f550fc" style="width: 100.0%; height: 100.0%;">tenex.chat</div>`)[0];
|
|
popup_050c671c6bcc647f5a49a3f608fbae40.setContent(html_b2f8f0f90d24885ef216397694f550fc);
|
|
|
|
|
|
|
|
marker_37fba7c6ca1cb04c08af25153f0b1814.bindPopup(popup_050c671c6bcc647f5a49a3f608fbae40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37fba7c6ca1cb04c08af25153f0b1814.setIcon(icon_234cbbeaf039a1e9c23246e48ffa1459);
|
|
|
|
|
|
var marker_19cb91e70061fcdbc5e6c0a6ca79eed8 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_782536b97a3f5802055436d0e2a1112e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a9bd8155b74eb039768c770808eafee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bf51764f52f0b9f8194a0cca9604420 = $(`<div id="html_0bf51764f52f0b9f8194a0cca9604420" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_6a9bd8155b74eb039768c770808eafee.setContent(html_0bf51764f52f0b9f8194a0cca9604420);
|
|
|
|
|
|
|
|
marker_19cb91e70061fcdbc5e6c0a6ca79eed8.bindPopup(popup_6a9bd8155b74eb039768c770808eafee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19cb91e70061fcdbc5e6c0a6ca79eed8.setIcon(icon_782536b97a3f5802055436d0e2a1112e);
|
|
|
|
|
|
var marker_b954f768d8c5a47a372389aace197c6d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_dfe96d4c8cfdcae924dd48608fedbff8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31c85c363c0ebdf93f252f4c1dcabead = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43e03f7512ee2048073457ca76d8c5d4 = $(`<div id="html_43e03f7512ee2048073457ca76d8c5d4" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_31c85c363c0ebdf93f252f4c1dcabead.setContent(html_43e03f7512ee2048073457ca76d8c5d4);
|
|
|
|
|
|
|
|
marker_b954f768d8c5a47a372389aace197c6d.bindPopup(popup_31c85c363c0ebdf93f252f4c1dcabead)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b954f768d8c5a47a372389aace197c6d.setIcon(icon_dfe96d4c8cfdcae924dd48608fedbff8);
|
|
|
|
|
|
var marker_99b2e1000e27adb0b9da3d51d6dd03d0 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_83e2d019f1216684e892ecc1b092fc87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e00e26774b3faeb43173ddfe326243b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f53fff61b0e6fbc9f2044767a7f2fd0e = $(`<div id="html_f53fff61b0e6fbc9f2044767a7f2fd0e" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_e00e26774b3faeb43173ddfe326243b7.setContent(html_f53fff61b0e6fbc9f2044767a7f2fd0e);
|
|
|
|
|
|
|
|
marker_99b2e1000e27adb0b9da3d51d6dd03d0.bindPopup(popup_e00e26774b3faeb43173ddfe326243b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99b2e1000e27adb0b9da3d51d6dd03d0.setIcon(icon_83e2d019f1216684e892ecc1b092fc87);
|
|
|
|
|
|
var marker_3c24894537ed8ddc39fe19598be38bc1 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_ffc76bf0c3a6fa8ce87cc3d237c9de7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a65813a6ecc8d401f744fd243349ce03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f946e7edae39a6d1a32f210b4eeeb605 = $(`<div id="html_f946e7edae39a6d1a32f210b4eeeb605" style="width: 100.0%; height: 100.0%;">simplex.icu</div>`)[0];
|
|
popup_a65813a6ecc8d401f744fd243349ce03.setContent(html_f946e7edae39a6d1a32f210b4eeeb605);
|
|
|
|
|
|
|
|
marker_3c24894537ed8ddc39fe19598be38bc1.bindPopup(popup_a65813a6ecc8d401f744fd243349ce03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c24894537ed8ddc39fe19598be38bc1.setIcon(icon_ffc76bf0c3a6fa8ce87cc3d237c9de7f);
|
|
|
|
|
|
var marker_1edf7ee9ba6eb9537008f47a0d68c24b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_5c80e604c27573a32dc123cb93a6ebf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e6537c5da9b69b14801b914b4ecb6e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4aed0df9db5df355f35244fedb5f2d6d = $(`<div id="html_4aed0df9db5df355f35244fedb5f2d6d" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_7e6537c5da9b69b14801b914b4ecb6e4.setContent(html_4aed0df9db5df355f35244fedb5f2d6d);
|
|
|
|
|
|
|
|
marker_1edf7ee9ba6eb9537008f47a0d68c24b.bindPopup(popup_7e6537c5da9b69b14801b914b4ecb6e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1edf7ee9ba6eb9537008f47a0d68c24b.setIcon(icon_5c80e604c27573a32dc123cb93a6ebf2);
|
|
|
|
|
|
var marker_f997b7f61f7180c4d0bab2e362ed29c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_63e791bafdfe204866a42af08d04ebb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_988363aa4ae41eef37526c93a68ab5e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b34810ece96cd1dc7da5fba26f17017 = $(`<div id="html_2b34810ece96cd1dc7da5fba26f17017" style="width: 100.0%; height: 100.0%;">npub1spxdug4m3y24hpx5crm0el4zhkk0wafs8kp6m0xu0wecygqej2xqq8gyhx.fips.network</div>`)[0];
|
|
popup_988363aa4ae41eef37526c93a68ab5e3.setContent(html_2b34810ece96cd1dc7da5fba26f17017);
|
|
|
|
|
|
|
|
marker_f997b7f61f7180c4d0bab2e362ed29c9.bindPopup(popup_988363aa4ae41eef37526c93a68ab5e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f997b7f61f7180c4d0bab2e362ed29c9.setIcon(icon_63e791bafdfe204866a42af08d04ebb5);
|
|
|
|
|
|
var marker_8ac9e895ef07ca1b51b2597053f6cf0d = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_7f6adf4dd2cf987356e151d5dafc3502 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3c7a68f5193542cb41d61220e89eddb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_349d287dc7f13dbec4490ac596060653 = $(`<div id="html_349d287dc7f13dbec4490ac596060653" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_c3c7a68f5193542cb41d61220e89eddb.setContent(html_349d287dc7f13dbec4490ac596060653);
|
|
|
|
|
|
|
|
marker_8ac9e895ef07ca1b51b2597053f6cf0d.bindPopup(popup_c3c7a68f5193542cb41d61220e89eddb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ac9e895ef07ca1b51b2597053f6cf0d.setIcon(icon_7f6adf4dd2cf987356e151d5dafc3502);
|
|
|
|
|
|
var marker_60ac3ed32057df467bdbf82bca48a9be = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_e79e16f244da61895035af9d2ee2aec0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_687a2b70368d4bc2980d8da30c82c688 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c47f47899d711903995c1dec9b32c57 = $(`<div id="html_3c47f47899d711903995c1dec9b32c57" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_687a2b70368d4bc2980d8da30c82c688.setContent(html_3c47f47899d711903995c1dec9b32c57);
|
|
|
|
|
|
|
|
marker_60ac3ed32057df467bdbf82bca48a9be.bindPopup(popup_687a2b70368d4bc2980d8da30c82c688)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60ac3ed32057df467bdbf82bca48a9be.setIcon(icon_e79e16f244da61895035af9d2ee2aec0);
|
|
|
|
|
|
var marker_ef9f4b10a4f262a06c4ca4cf20f64fb1 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_8b9c24323c4b0729da1c3384dbec00de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4b5d37183ff58e5a6ba5baea42bec57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_356e650deeeaa51a1791ae4add13d2be = $(`<div id="html_356e650deeeaa51a1791ae4add13d2be" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_e4b5d37183ff58e5a6ba5baea42bec57.setContent(html_356e650deeeaa51a1791ae4add13d2be);
|
|
|
|
|
|
|
|
marker_ef9f4b10a4f262a06c4ca4cf20f64fb1.bindPopup(popup_e4b5d37183ff58e5a6ba5baea42bec57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef9f4b10a4f262a06c4ca4cf20f64fb1.setIcon(icon_8b9c24323c4b0729da1c3384dbec00de);
|
|
|
|
|
|
var marker_1c0ea346548c33dc28e58664c785a5b2 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_8655ec6d158137269c5990ef9d5c1ad9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f55aad529a664a2bc6123675fa5eb60d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10a8b5bfd1655614a74aee907ba3cbb7 = $(`<div id="html_10a8b5bfd1655614a74aee907ba3cbb7" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_f55aad529a664a2bc6123675fa5eb60d.setContent(html_10a8b5bfd1655614a74aee907ba3cbb7);
|
|
|
|
|
|
|
|
marker_1c0ea346548c33dc28e58664c785a5b2.bindPopup(popup_f55aad529a664a2bc6123675fa5eb60d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c0ea346548c33dc28e58664c785a5b2.setIcon(icon_8655ec6d158137269c5990ef9d5c1ad9);
|
|
|
|
|
|
var marker_dec625f2e9c720619cda7ef308ea6513 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_9b97a1a3c402c3275bf6b445b9b11633 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df9d5d147235c77e6bdfd408eacae44b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44223241c0e60e8ae193d0e138e0bccc = $(`<div id="html_44223241c0e60e8ae193d0e138e0bccc" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_df9d5d147235c77e6bdfd408eacae44b.setContent(html_44223241c0e60e8ae193d0e138e0bccc);
|
|
|
|
|
|
|
|
marker_dec625f2e9c720619cda7ef308ea6513.bindPopup(popup_df9d5d147235c77e6bdfd408eacae44b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dec625f2e9c720619cda7ef308ea6513.setIcon(icon_9b97a1a3c402c3275bf6b445b9b11633);
|
|
|
|
|
|
var marker_5a550983e0a0a1317a2407fc2bf314b0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_160ecabdcefb2232cf1114fe692a4317 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19fc6ab686738c5c4f4c95937a68c232 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9529af6efa477df1d3d5b4d6a822133b = $(`<div id="html_9529af6efa477df1d3d5b4d6a822133b" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_19fc6ab686738c5c4f4c95937a68c232.setContent(html_9529af6efa477df1d3d5b4d6a822133b);
|
|
|
|
|
|
|
|
marker_5a550983e0a0a1317a2407fc2bf314b0.bindPopup(popup_19fc6ab686738c5c4f4c95937a68c232)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a550983e0a0a1317a2407fc2bf314b0.setIcon(icon_160ecabdcefb2232cf1114fe692a4317);
|
|
|
|
|
|
var marker_3e9d4a8e2966119b21962a3394819ccc = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_80b5c71d5114cbbb64d3834181fff101 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f5e5f7aad7679069e9e7a9e756f1ec0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02db27f49f36e831aaab225c761aefc1 = $(`<div id="html_02db27f49f36e831aaab225c761aefc1" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_0f5e5f7aad7679069e9e7a9e756f1ec0.setContent(html_02db27f49f36e831aaab225c761aefc1);
|
|
|
|
|
|
|
|
marker_3e9d4a8e2966119b21962a3394819ccc.bindPopup(popup_0f5e5f7aad7679069e9e7a9e756f1ec0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e9d4a8e2966119b21962a3394819ccc.setIcon(icon_80b5c71d5114cbbb64d3834181fff101);
|
|
|
|
|
|
var marker_8df5fb710decceb6d539f88e95d94ceb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_60fe96babdd17555b643a95b027f4159 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67bf81b384b22711d9d64a50f60a52d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6df8bb2c8cb2419edc1badcf15eac8b6 = $(`<div id="html_6df8bb2c8cb2419edc1badcf15eac8b6" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_67bf81b384b22711d9d64a50f60a52d8.setContent(html_6df8bb2c8cb2419edc1badcf15eac8b6);
|
|
|
|
|
|
|
|
marker_8df5fb710decceb6d539f88e95d94ceb.bindPopup(popup_67bf81b384b22711d9d64a50f60a52d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8df5fb710decceb6d539f88e95d94ceb.setIcon(icon_60fe96babdd17555b643a95b027f4159);
|
|
|
|
|
|
var marker_ca9ac11ebad8d7fd012651c221ba34ea = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_6e89ad2a10ac82b4c5c113dc1c0a4d47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0eb1e6580b21c4a4da60ed8d250a823 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9588739c36803377b9c4fc1853461226 = $(`<div id="html_9588739c36803377b9c4fc1853461226" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_d0eb1e6580b21c4a4da60ed8d250a823.setContent(html_9588739c36803377b9c4fc1853461226);
|
|
|
|
|
|
|
|
marker_ca9ac11ebad8d7fd012651c221ba34ea.bindPopup(popup_d0eb1e6580b21c4a4da60ed8d250a823)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca9ac11ebad8d7fd012651c221ba34ea.setIcon(icon_6e89ad2a10ac82b4c5c113dc1c0a4d47);
|
|
|
|
|
|
var marker_9a912455ed60b3c7fd90d1f364ae9974 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_de130065f0fe8e17786202f73ac6ab16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5962cdf60f26bc46d71a1282d87073d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd3235eac5c8378e75395b902dd76a21 = $(`<div id="html_cd3235eac5c8378e75395b902dd76a21" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_5962cdf60f26bc46d71a1282d87073d3.setContent(html_cd3235eac5c8378e75395b902dd76a21);
|
|
|
|
|
|
|
|
marker_9a912455ed60b3c7fd90d1f364ae9974.bindPopup(popup_5962cdf60f26bc46d71a1282d87073d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a912455ed60b3c7fd90d1f364ae9974.setIcon(icon_de130065f0fe8e17786202f73ac6ab16);
|
|
|
|
|
|
var marker_18b85072ce3b81f5340b8d58b58d5bd4 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_a7d469856b83e1d2757f0b153e440305 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4617ce55c5105ea74f35cea3d0a63d3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf8f480808c295b11928f4ad71eeb75f = $(`<div id="html_bf8f480808c295b11928f4ad71eeb75f" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_4617ce55c5105ea74f35cea3d0a63d3a.setContent(html_bf8f480808c295b11928f4ad71eeb75f);
|
|
|
|
|
|
|
|
marker_18b85072ce3b81f5340b8d58b58d5bd4.bindPopup(popup_4617ce55c5105ea74f35cea3d0a63d3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18b85072ce3b81f5340b8d58b58d5bd4.setIcon(icon_a7d469856b83e1d2757f0b153e440305);
|
|
|
|
|
|
var marker_fc941287da7625ae35ba67fad1d623a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_d8e41eec7d5361fc159a840dde05075c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef9773421d4c7186a5f3ddea2ca2ff2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c82213708d3f1d68640d1671af30e77 = $(`<div id="html_0c82213708d3f1d68640d1671af30e77" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_ef9773421d4c7186a5f3ddea2ca2ff2c.setContent(html_0c82213708d3f1d68640d1671af30e77);
|
|
|
|
|
|
|
|
marker_fc941287da7625ae35ba67fad1d623a3.bindPopup(popup_ef9773421d4c7186a5f3ddea2ca2ff2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc941287da7625ae35ba67fad1d623a3.setIcon(icon_d8e41eec7d5361fc159a840dde05075c);
|
|
|
|
|
|
var marker_78bc1b7971c8d4dd2e0b83619c188350 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_fdfe70c61152dada06cfc76764f4e8b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92fc739a40603b55c59ae0250eafbef9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_793f56cb12d5b315ad7cd55f329c860b = $(`<div id="html_793f56cb12d5b315ad7cd55f329c860b" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_92fc739a40603b55c59ae0250eafbef9.setContent(html_793f56cb12d5b315ad7cd55f329c860b);
|
|
|
|
|
|
|
|
marker_78bc1b7971c8d4dd2e0b83619c188350.bindPopup(popup_92fc739a40603b55c59ae0250eafbef9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78bc1b7971c8d4dd2e0b83619c188350.setIcon(icon_fdfe70c61152dada06cfc76764f4e8b0);
|
|
|
|
|
|
var marker_464f4daa0a9efae99a2eaec3ea2e7752 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_f5db11bfcda28cf496203a49f83041b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2494b290a4876914372b2f28c7d30a59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5a32e502cc9e93033637750f05491bd = $(`<div id="html_d5a32e502cc9e93033637750f05491bd" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_2494b290a4876914372b2f28c7d30a59.setContent(html_d5a32e502cc9e93033637750f05491bd);
|
|
|
|
|
|
|
|
marker_464f4daa0a9efae99a2eaec3ea2e7752.bindPopup(popup_2494b290a4876914372b2f28c7d30a59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_464f4daa0a9efae99a2eaec3ea2e7752.setIcon(icon_f5db11bfcda28cf496203a49f83041b5);
|
|
|
|
|
|
var marker_d54d43abaede5e165e8188858a7b4829 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c345bc219e1aee61c048b124d6b6908b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f941d9494623c72b5a28607194135c01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4894a0b412c92e53bd5050feec9a5234 = $(`<div id="html_4894a0b412c92e53bd5050feec9a5234" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_f941d9494623c72b5a28607194135c01.setContent(html_4894a0b412c92e53bd5050feec9a5234);
|
|
|
|
|
|
|
|
marker_d54d43abaede5e165e8188858a7b4829.bindPopup(popup_f941d9494623c72b5a28607194135c01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d54d43abaede5e165e8188858a7b4829.setIcon(icon_c345bc219e1aee61c048b124d6b6908b);
|
|
|
|
|
|
var marker_8bd88230f5b1cf0576b69f21693c5c4f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_8180cabc309e732f26c4735764fd7008 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa17e53879e1cbdd9ed7fcf16971a3b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b056379cbfe81e5578a3498d8a0ef39 = $(`<div id="html_0b056379cbfe81e5578a3498d8a0ef39" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_aa17e53879e1cbdd9ed7fcf16971a3b9.setContent(html_0b056379cbfe81e5578a3498d8a0ef39);
|
|
|
|
|
|
|
|
marker_8bd88230f5b1cf0576b69f21693c5c4f.bindPopup(popup_aa17e53879e1cbdd9ed7fcf16971a3b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bd88230f5b1cf0576b69f21693c5c4f.setIcon(icon_8180cabc309e732f26c4735764fd7008);
|
|
|
|
|
|
var marker_e9a8763382fd7e3d1558ffd8627e42ac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_355c320b1b61e06fe9b7c72adc281798 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a073e3b91dfcbeced36784b8c4fad270 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd4ac6d07437bb936e787782cbb4385e = $(`<div id="html_dd4ac6d07437bb936e787782cbb4385e" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_a073e3b91dfcbeced36784b8c4fad270.setContent(html_dd4ac6d07437bb936e787782cbb4385e);
|
|
|
|
|
|
|
|
marker_e9a8763382fd7e3d1558ffd8627e42ac.bindPopup(popup_a073e3b91dfcbeced36784b8c4fad270)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9a8763382fd7e3d1558ffd8627e42ac.setIcon(icon_355c320b1b61e06fe9b7c72adc281798);
|
|
|
|
|
|
var marker_1f955520e58347fb06619215dabc78cf = L.marker(
|
|
[1.27994, 103.849],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_d2f07eda6ce5f311664d598ca68d28cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7beec2007bd84de1dee81487c5ccaf90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1776c23a1129fdb338b9654c1d9945b = $(`<div id="html_c1776c23a1129fdb338b9654c1d9945b" style="width: 100.0%; height: 100.0%;">nostr.aruku.ovh</div>`)[0];
|
|
popup_7beec2007bd84de1dee81487c5ccaf90.setContent(html_c1776c23a1129fdb338b9654c1d9945b);
|
|
|
|
|
|
|
|
marker_1f955520e58347fb06619215dabc78cf.bindPopup(popup_7beec2007bd84de1dee81487c5ccaf90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f955520e58347fb06619215dabc78cf.setIcon(icon_d2f07eda6ce5f311664d598ca68d28cf);
|
|
|
|
|
|
var marker_f5c0a003776a8ed22cd1b712f6745728 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_762be566d8f049ed27576f707e1b2f94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_943f3541eee99727ec63f91269fd69b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29e831f0c13a87fa12470083d9ebbcf3 = $(`<div id="html_29e831f0c13a87fa12470083d9ebbcf3" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_943f3541eee99727ec63f91269fd69b4.setContent(html_29e831f0c13a87fa12470083d9ebbcf3);
|
|
|
|
|
|
|
|
marker_f5c0a003776a8ed22cd1b712f6745728.bindPopup(popup_943f3541eee99727ec63f91269fd69b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5c0a003776a8ed22cd1b712f6745728.setIcon(icon_762be566d8f049ed27576f707e1b2f94);
|
|
|
|
|
|
var marker_0f99b8f01811bca5f5fdadd09b1edcbd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_8f4bb7f41be1cc0587e924cfd3ee9e51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_272a38238407d91309646b625f9fc479 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c494041140985f48d811ee8ae8e7bab3 = $(`<div id="html_c494041140985f48d811ee8ae8e7bab3" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_272a38238407d91309646b625f9fc479.setContent(html_c494041140985f48d811ee8ae8e7bab3);
|
|
|
|
|
|
|
|
marker_0f99b8f01811bca5f5fdadd09b1edcbd.bindPopup(popup_272a38238407d91309646b625f9fc479)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f99b8f01811bca5f5fdadd09b1edcbd.setIcon(icon_8f4bb7f41be1cc0587e924cfd3ee9e51);
|
|
|
|
|
|
var marker_2a594feb1cc6376c4b4ba7de91c14969 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_44648bc2ae95f5e510d1f12b4a6ccd50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_341a4f66152fe2f25cf6cbe4db4711fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60224665d4d9b9074aac806536dd526d = $(`<div id="html_60224665d4d9b9074aac806536dd526d" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_341a4f66152fe2f25cf6cbe4db4711fa.setContent(html_60224665d4d9b9074aac806536dd526d);
|
|
|
|
|
|
|
|
marker_2a594feb1cc6376c4b4ba7de91c14969.bindPopup(popup_341a4f66152fe2f25cf6cbe4db4711fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a594feb1cc6376c4b4ba7de91c14969.setIcon(icon_44648bc2ae95f5e510d1f12b4a6ccd50);
|
|
|
|
|
|
var marker_c5abb9ac09dbb1aa4c0e9ce61e15ed3c = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_6ec68940985dda5672cc65ac5b210c03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_607d314117a5cf6abe66bd3b7e636498 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9fc5484dc05955b3ae68d3dab9f00b9 = $(`<div id="html_f9fc5484dc05955b3ae68d3dab9f00b9" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_607d314117a5cf6abe66bd3b7e636498.setContent(html_f9fc5484dc05955b3ae68d3dab9f00b9);
|
|
|
|
|
|
|
|
marker_c5abb9ac09dbb1aa4c0e9ce61e15ed3c.bindPopup(popup_607d314117a5cf6abe66bd3b7e636498)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5abb9ac09dbb1aa4c0e9ce61e15ed3c.setIcon(icon_6ec68940985dda5672cc65ac5b210c03);
|
|
|
|
|
|
var marker_63b2b4ad2e43aeaac1a0e4a22e3ac4d5 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c0393c0d9c41d2bbb049ea85879fae0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d02c759ef7fb2dd5bfd8e955427fef1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09ff473c4f6c82e2549219f9acff398f = $(`<div id="html_09ff473c4f6c82e2549219f9acff398f" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_9d02c759ef7fb2dd5bfd8e955427fef1.setContent(html_09ff473c4f6c82e2549219f9acff398f);
|
|
|
|
|
|
|
|
marker_63b2b4ad2e43aeaac1a0e4a22e3ac4d5.bindPopup(popup_9d02c759ef7fb2dd5bfd8e955427fef1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63b2b4ad2e43aeaac1a0e4a22e3ac4d5.setIcon(icon_c0393c0d9c41d2bbb049ea85879fae0e);
|
|
|
|
|
|
var marker_b0bd12d5ae65468721e44d8500ed5d1f = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_29434aa7155cb00d4f95cbfbec39920d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fa6dc033acfc425d52e454780a743fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa7168aa3091b5ba911320178c271bd9 = $(`<div id="html_aa7168aa3091b5ba911320178c271bd9" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_4fa6dc033acfc425d52e454780a743fd.setContent(html_aa7168aa3091b5ba911320178c271bd9);
|
|
|
|
|
|
|
|
marker_b0bd12d5ae65468721e44d8500ed5d1f.bindPopup(popup_4fa6dc033acfc425d52e454780a743fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0bd12d5ae65468721e44d8500ed5d1f.setIcon(icon_29434aa7155cb00d4f95cbfbec39920d);
|
|
|
|
|
|
var marker_3060c3f2ce9f7f4c0fb296ca4003cb42 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_1694a8dda7d531e80ba7cd18afe31f0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1e584cccd6545f4dc02e29dca9c726b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5eb91626558ca8d0b7a0b314c7e891f4 = $(`<div id="html_5eb91626558ca8d0b7a0b314c7e891f4" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_c1e584cccd6545f4dc02e29dca9c726b.setContent(html_5eb91626558ca8d0b7a0b314c7e891f4);
|
|
|
|
|
|
|
|
marker_3060c3f2ce9f7f4c0fb296ca4003cb42.bindPopup(popup_c1e584cccd6545f4dc02e29dca9c726b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3060c3f2ce9f7f4c0fb296ca4003cb42.setIcon(icon_1694a8dda7d531e80ba7cd18afe31f0e);
|
|
|
|
|
|
var marker_de29e9bc5f166b51d67bf0fc873bc37f = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_117047d61276512aeca2568ade548bdd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_add90ad8acf15eb7e8d91dd696f297b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34c6a87abc7de5a3ad3bcf891a3dcd87 = $(`<div id="html_34c6a87abc7de5a3ad3bcf891a3dcd87" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_add90ad8acf15eb7e8d91dd696f297b0.setContent(html_34c6a87abc7de5a3ad3bcf891a3dcd87);
|
|
|
|
|
|
|
|
marker_de29e9bc5f166b51d67bf0fc873bc37f.bindPopup(popup_add90ad8acf15eb7e8d91dd696f297b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de29e9bc5f166b51d67bf0fc873bc37f.setIcon(icon_117047d61276512aeca2568ade548bdd);
|
|
|
|
|
|
var marker_a4009b3da693dfe56411b88429d6fe8e = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_eb1befb83b2dc73de49d0c8906749187 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fd15c5a6762be5d8ddab87887dd9434 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_229a87d0aeb2e7353104d8d7581ef270 = $(`<div id="html_229a87d0aeb2e7353104d8d7581ef270" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_5fd15c5a6762be5d8ddab87887dd9434.setContent(html_229a87d0aeb2e7353104d8d7581ef270);
|
|
|
|
|
|
|
|
marker_a4009b3da693dfe56411b88429d6fe8e.bindPopup(popup_5fd15c5a6762be5d8ddab87887dd9434)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4009b3da693dfe56411b88429d6fe8e.setIcon(icon_eb1befb83b2dc73de49d0c8906749187);
|
|
|
|
|
|
var marker_b0125b2e4fb5ea0fd9c5353c7f9f24e1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_05f044f4df6b1c51dfd218732f7976fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c99a80e782fe2915eb57d1e6fe9c27e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23cbebd41d3b66c3a9318f1833ac7bf4 = $(`<div id="html_23cbebd41d3b66c3a9318f1833ac7bf4" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_c99a80e782fe2915eb57d1e6fe9c27e9.setContent(html_23cbebd41d3b66c3a9318f1833ac7bf4);
|
|
|
|
|
|
|
|
marker_b0125b2e4fb5ea0fd9c5353c7f9f24e1.bindPopup(popup_c99a80e782fe2915eb57d1e6fe9c27e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0125b2e4fb5ea0fd9c5353c7f9f24e1.setIcon(icon_05f044f4df6b1c51dfd218732f7976fd);
|
|
|
|
|
|
var marker_eaeb65e49d64041b433eac5f663c13d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_4207006d80cc85b627588451d3aee170 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e073040dd696b9cb0db5aa85a825d121 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bf1845d90a27def959948e7360984b2 = $(`<div id="html_8bf1845d90a27def959948e7360984b2" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_e073040dd696b9cb0db5aa85a825d121.setContent(html_8bf1845d90a27def959948e7360984b2);
|
|
|
|
|
|
|
|
marker_eaeb65e49d64041b433eac5f663c13d7.bindPopup(popup_e073040dd696b9cb0db5aa85a825d121)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eaeb65e49d64041b433eac5f663c13d7.setIcon(icon_4207006d80cc85b627588451d3aee170);
|
|
|
|
|
|
var marker_6a2acb869099950240f2575648888b9c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_fe5913beead39f976efc248cdbdbe027 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87f65dac4627213fbbec5ff6e379f84d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8eb4e89afa557c98b243393c9b2603d8 = $(`<div id="html_8eb4e89afa557c98b243393c9b2603d8" style="width: 100.0%; height: 100.0%;">discovery.us.nostria.app</div>`)[0];
|
|
popup_87f65dac4627213fbbec5ff6e379f84d.setContent(html_8eb4e89afa557c98b243393c9b2603d8);
|
|
|
|
|
|
|
|
marker_6a2acb869099950240f2575648888b9c.bindPopup(popup_87f65dac4627213fbbec5ff6e379f84d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a2acb869099950240f2575648888b9c.setIcon(icon_fe5913beead39f976efc248cdbdbe027);
|
|
|
|
|
|
var marker_c8dedf6ab14508e7717f6910ed7dd7d5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_1fc27d643c15aa6f350e5a9cdbda6fe9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5c49d3746197857d5fc58f018edd267 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02853bbe0ebcc387d439386972a1da52 = $(`<div id="html_02853bbe0ebcc387d439386972a1da52" style="width: 100.0%; height: 100.0%;">ve.agorawlc.com</div>`)[0];
|
|
popup_c5c49d3746197857d5fc58f018edd267.setContent(html_02853bbe0ebcc387d439386972a1da52);
|
|
|
|
|
|
|
|
marker_c8dedf6ab14508e7717f6910ed7dd7d5.bindPopup(popup_c5c49d3746197857d5fc58f018edd267)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8dedf6ab14508e7717f6910ed7dd7d5.setIcon(icon_1fc27d643c15aa6f350e5a9cdbda6fe9);
|
|
|
|
|
|
var marker_e7796182c3c35605406575726057d4a6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_e2c970dc11dfdbea31a33f157f622b2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74f70f0d529fcb0c8863b31d4f35f1c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0eef24d56354e3d313c5ac26001e75df = $(`<div id="html_0eef24d56354e3d313c5ac26001e75df" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_74f70f0d529fcb0c8863b31d4f35f1c0.setContent(html_0eef24d56354e3d313c5ac26001e75df);
|
|
|
|
|
|
|
|
marker_e7796182c3c35605406575726057d4a6.bindPopup(popup_74f70f0d529fcb0c8863b31d4f35f1c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7796182c3c35605406575726057d4a6.setIcon(icon_e2c970dc11dfdbea31a33f157f622b2e);
|
|
|
|
|
|
var marker_00c34e18854e3b29b08b3127a75c0bfe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_14196670275ce4657248a3bebb47f4dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_867a4b9424746ee4d4cca2f4edce6a38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_678ba7380e31eb0ecb644bd9eefdb9f6 = $(`<div id="html_678ba7380e31eb0ecb644bd9eefdb9f6" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_867a4b9424746ee4d4cca2f4edce6a38.setContent(html_678ba7380e31eb0ecb644bd9eefdb9f6);
|
|
|
|
|
|
|
|
marker_00c34e18854e3b29b08b3127a75c0bfe.bindPopup(popup_867a4b9424746ee4d4cca2f4edce6a38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00c34e18854e3b29b08b3127a75c0bfe.setIcon(icon_14196670275ce4657248a3bebb47f4dc);
|
|
|
|
|
|
var marker_3dda3e1071a4854b4aae1d2cc46dc859 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_87f2ef8360a35e7d5b28b9ff2c95ed0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b3009f91591b312fd9be72cb3aa0475 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d4d7757db8ed75271f603d1fc86b7c5 = $(`<div id="html_2d4d7757db8ed75271f603d1fc86b7c5" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_8b3009f91591b312fd9be72cb3aa0475.setContent(html_2d4d7757db8ed75271f603d1fc86b7c5);
|
|
|
|
|
|
|
|
marker_3dda3e1071a4854b4aae1d2cc46dc859.bindPopup(popup_8b3009f91591b312fd9be72cb3aa0475)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dda3e1071a4854b4aae1d2cc46dc859.setIcon(icon_87f2ef8360a35e7d5b28b9ff2c95ed0f);
|
|
|
|
|
|
var marker_c8e1f1aba0cec08ef348e2704b0c5e60 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_663a45587f37637c5801a7f2389d92b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0da5d543ecd44f64051f15ab74677040 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7caa86dc31cfcac4d986584b0e70bd5e = $(`<div id="html_7caa86dc31cfcac4d986584b0e70bd5e" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_0da5d543ecd44f64051f15ab74677040.setContent(html_7caa86dc31cfcac4d986584b0e70bd5e);
|
|
|
|
|
|
|
|
marker_c8e1f1aba0cec08ef348e2704b0c5e60.bindPopup(popup_0da5d543ecd44f64051f15ab74677040)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8e1f1aba0cec08ef348e2704b0c5e60.setIcon(icon_663a45587f37637c5801a7f2389d92b4);
|
|
|
|
|
|
var marker_7569a917094074cec0f07dc5a507c14b = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_d511a69973ddae692958b74e328385d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92d108f312f57fa917a4372bc63a3b0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b9092a211e2ada755bc761302576ebd = $(`<div id="html_6b9092a211e2ada755bc761302576ebd" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_92d108f312f57fa917a4372bc63a3b0d.setContent(html_6b9092a211e2ada755bc761302576ebd);
|
|
|
|
|
|
|
|
marker_7569a917094074cec0f07dc5a507c14b.bindPopup(popup_92d108f312f57fa917a4372bc63a3b0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7569a917094074cec0f07dc5a507c14b.setIcon(icon_d511a69973ddae692958b74e328385d6);
|
|
|
|
|
|
var marker_7f4c9fe04ae793aeb77977d54a065e73 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_731087f1aa426dddbb83999bdda270f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ca7077393371d7f285916a1fedbe952 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b4da6cbc0111e24f6a72eabffe85d7a = $(`<div id="html_6b4da6cbc0111e24f6a72eabffe85d7a" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_7ca7077393371d7f285916a1fedbe952.setContent(html_6b4da6cbc0111e24f6a72eabffe85d7a);
|
|
|
|
|
|
|
|
marker_7f4c9fe04ae793aeb77977d54a065e73.bindPopup(popup_7ca7077393371d7f285916a1fedbe952)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f4c9fe04ae793aeb77977d54a065e73.setIcon(icon_731087f1aa426dddbb83999bdda270f3);
|
|
|
|
|
|
var marker_d6c88b7e852c59f984a333d2a9fb7ea4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_544bfb9679675796a5c6710141f3bdd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_142bc0d83bb7ea894451ac7c9496001c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5dc0cac588fa17a68b150f6391738e0 = $(`<div id="html_d5dc0cac588fa17a68b150f6391738e0" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_142bc0d83bb7ea894451ac7c9496001c.setContent(html_d5dc0cac588fa17a68b150f6391738e0);
|
|
|
|
|
|
|
|
marker_d6c88b7e852c59f984a333d2a9fb7ea4.bindPopup(popup_142bc0d83bb7ea894451ac7c9496001c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6c88b7e852c59f984a333d2a9fb7ea4.setIcon(icon_544bfb9679675796a5c6710141f3bdd0);
|
|
|
|
|
|
var marker_393c866c89b046436247fc4e96af210c = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_bbdb38e2478af69bd9db504e6399a200 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e748470bd9f94672f874fb9fdc405aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20e38fe4ad187f536ca6cf8c9c0d8fc8 = $(`<div id="html_20e38fe4ad187f536ca6cf8c9c0d8fc8" style="width: 100.0%; height: 100.0%;">spatia-arcana.com</div>`)[0];
|
|
popup_3e748470bd9f94672f874fb9fdc405aa.setContent(html_20e38fe4ad187f536ca6cf8c9c0d8fc8);
|
|
|
|
|
|
|
|
marker_393c866c89b046436247fc4e96af210c.bindPopup(popup_3e748470bd9f94672f874fb9fdc405aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_393c866c89b046436247fc4e96af210c.setIcon(icon_bbdb38e2478af69bd9db504e6399a200);
|
|
|
|
|
|
var marker_d41d66d1e77a39a73ba4b699a4f7a447 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_01b65b6ef784e629277d593bb647205f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cb21ab690c13700e6daabce530d3888 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b08953666a5558e5836f617b536cef27 = $(`<div id="html_b08953666a5558e5836f617b536cef27" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_0cb21ab690c13700e6daabce530d3888.setContent(html_b08953666a5558e5836f617b536cef27);
|
|
|
|
|
|
|
|
marker_d41d66d1e77a39a73ba4b699a4f7a447.bindPopup(popup_0cb21ab690c13700e6daabce530d3888)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d41d66d1e77a39a73ba4b699a4f7a447.setIcon(icon_01b65b6ef784e629277d593bb647205f);
|
|
|
|
|
|
var marker_836d7eeb8610a72e982c109ff455b0ec = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_ab0ca34b33e5e6cf831d78d802eb1cbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8496b0d5ddbc1409506e362fddfcfa5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bfa367571c6ae2db7b08290a23123ba = $(`<div id="html_8bfa367571c6ae2db7b08290a23123ba" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_a8496b0d5ddbc1409506e362fddfcfa5.setContent(html_8bfa367571c6ae2db7b08290a23123ba);
|
|
|
|
|
|
|
|
marker_836d7eeb8610a72e982c109ff455b0ec.bindPopup(popup_a8496b0d5ddbc1409506e362fddfcfa5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_836d7eeb8610a72e982c109ff455b0ec.setIcon(icon_ab0ca34b33e5e6cf831d78d802eb1cbb);
|
|
|
|
|
|
var marker_f5bbbdb5f38a1fbd8d83fa1016ebc0c3 = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_d0c937137d4f775fd8c986405c98082d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54678bcc21798e8882a01eabc5dd537d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9d45ce67c5c51015b15faf5b6a1ddde = $(`<div id="html_a9d45ce67c5c51015b15faf5b6a1ddde" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_54678bcc21798e8882a01eabc5dd537d.setContent(html_a9d45ce67c5c51015b15faf5b6a1ddde);
|
|
|
|
|
|
|
|
marker_f5bbbdb5f38a1fbd8d83fa1016ebc0c3.bindPopup(popup_54678bcc21798e8882a01eabc5dd537d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5bbbdb5f38a1fbd8d83fa1016ebc0c3.setIcon(icon_d0c937137d4f775fd8c986405c98082d);
|
|
|
|
|
|
var marker_26cb5ba39f8a6a0206f95f0e0336026a = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_da703bfe5b1622e3b043a8db1290cf1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6f73a0dc9481323fc96fbe0092f0bd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0ebe811e1ce23f9b7833a8b51109aab = $(`<div id="html_e0ebe811e1ce23f9b7833a8b51109aab" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_e6f73a0dc9481323fc96fbe0092f0bd5.setContent(html_e0ebe811e1ce23f9b7833a8b51109aab);
|
|
|
|
|
|
|
|
marker_26cb5ba39f8a6a0206f95f0e0336026a.bindPopup(popup_e6f73a0dc9481323fc96fbe0092f0bd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26cb5ba39f8a6a0206f95f0e0336026a.setIcon(icon_da703bfe5b1622e3b043a8db1290cf1f);
|
|
|
|
|
|
var marker_d268df5fdc5f37a7db2295e2f1e9f55c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_6a31348568aa46d993df681f9efb79dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c995e27d528d8287df6d39ab04069fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffd5748f9931d0c4c0438f5e4bd3ed3e = $(`<div id="html_ffd5748f9931d0c4c0438f5e4bd3ed3e" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_8c995e27d528d8287df6d39ab04069fc.setContent(html_ffd5748f9931d0c4c0438f5e4bd3ed3e);
|
|
|
|
|
|
|
|
marker_d268df5fdc5f37a7db2295e2f1e9f55c.bindPopup(popup_8c995e27d528d8287df6d39ab04069fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d268df5fdc5f37a7db2295e2f1e9f55c.setIcon(icon_6a31348568aa46d993df681f9efb79dc);
|
|
|
|
|
|
var marker_2a9027d92593381e6bec0ca029543e66 = L.marker(
|
|
[49.281, -123.117],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_76a482d3f9e42389cd830fa1117b460e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4699edfb99d89ad77d31032310cc922f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_094de327a367a8a0e3429ddae22e2df6 = $(`<div id="html_094de327a367a8a0e3429ddae22e2df6" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_4699edfb99d89ad77d31032310cc922f.setContent(html_094de327a367a8a0e3429ddae22e2df6);
|
|
|
|
|
|
|
|
marker_2a9027d92593381e6bec0ca029543e66.bindPopup(popup_4699edfb99d89ad77d31032310cc922f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a9027d92593381e6bec0ca029543e66.setIcon(icon_76a482d3f9e42389cd830fa1117b460e);
|
|
|
|
|
|
var marker_780ea3460641176c3064c09635e8533e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_ddc3a17845c175c60f3575bcb6f60104 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39ba63a2a45b85587e8ae545f08c6778 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1847a49ca6d66b63e948b7274adacbc5 = $(`<div id="html_1847a49ca6d66b63e948b7274adacbc5" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_39ba63a2a45b85587e8ae545f08c6778.setContent(html_1847a49ca6d66b63e948b7274adacbc5);
|
|
|
|
|
|
|
|
marker_780ea3460641176c3064c09635e8533e.bindPopup(popup_39ba63a2a45b85587e8ae545f08c6778)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_780ea3460641176c3064c09635e8533e.setIcon(icon_ddc3a17845c175c60f3575bcb6f60104);
|
|
|
|
|
|
var marker_b0bc4ee4fddf8d388678b5bb4a0ccb9e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c2e2920a74445181bc5eb0ed36d31f20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63259e275e79ae1131cff37fb3b95830 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17becb0d41956cf14e551c0ed1080eeb = $(`<div id="html_17becb0d41956cf14e551c0ed1080eeb" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_63259e275e79ae1131cff37fb3b95830.setContent(html_17becb0d41956cf14e551c0ed1080eeb);
|
|
|
|
|
|
|
|
marker_b0bc4ee4fddf8d388678b5bb4a0ccb9e.bindPopup(popup_63259e275e79ae1131cff37fb3b95830)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0bc4ee4fddf8d388678b5bb4a0ccb9e.setIcon(icon_c2e2920a74445181bc5eb0ed36d31f20);
|
|
|
|
|
|
var marker_5ab31c2da49b7ba1124dbcb6a2f759e2 = L.marker(
|
|
[47.674, -122.122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_d57ed1488731a761eb7a4bd523725d82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a777dc1f22e57ffd89a9039b30f057fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_960e8bbbf50be09d6b34209d84591534 = $(`<div id="html_960e8bbbf50be09d6b34209d84591534" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_a777dc1f22e57ffd89a9039b30f057fe.setContent(html_960e8bbbf50be09d6b34209d84591534);
|
|
|
|
|
|
|
|
marker_5ab31c2da49b7ba1124dbcb6a2f759e2.bindPopup(popup_a777dc1f22e57ffd89a9039b30f057fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ab31c2da49b7ba1124dbcb6a2f759e2.setIcon(icon_d57ed1488731a761eb7a4bd523725d82);
|
|
|
|
|
|
var marker_c967a9133d2998d5fc41622f1c3bb14a = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_b46402611c422a0ab28be19471d0ac10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d574971051aba62c7f847d803bc07ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e4794683495123f4ed552f6a919b6d0 = $(`<div id="html_0e4794683495123f4ed552f6a919b6d0" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_4d574971051aba62c7f847d803bc07ee.setContent(html_0e4794683495123f4ed552f6a919b6d0);
|
|
|
|
|
|
|
|
marker_c967a9133d2998d5fc41622f1c3bb14a.bindPopup(popup_4d574971051aba62c7f847d803bc07ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c967a9133d2998d5fc41622f1c3bb14a.setIcon(icon_b46402611c422a0ab28be19471d0ac10);
|
|
|
|
|
|
var marker_31094a7febde918e50475b8f0da52221 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_2c8d3270101fc6f260b2cb3fdf621f85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42a8f73c404b55077d138d044cfb12f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_930d975c17924ea7a104d43bd5d3d2ec = $(`<div id="html_930d975c17924ea7a104d43bd5d3d2ec" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_42a8f73c404b55077d138d044cfb12f3.setContent(html_930d975c17924ea7a104d43bd5d3d2ec);
|
|
|
|
|
|
|
|
marker_31094a7febde918e50475b8f0da52221.bindPopup(popup_42a8f73c404b55077d138d044cfb12f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31094a7febde918e50475b8f0da52221.setIcon(icon_2c8d3270101fc6f260b2cb3fdf621f85);
|
|
|
|
|
|
var marker_8d15ac985fa624c0e3ab9758c545ddff = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_fb877f74e0cc288633716c44bac8ac01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99df903aabecd29174d0ab06b13da03f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_185a1dccf98926fd1d38e7dc88e117dc = $(`<div id="html_185a1dccf98926fd1d38e7dc88e117dc" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_99df903aabecd29174d0ab06b13da03f.setContent(html_185a1dccf98926fd1d38e7dc88e117dc);
|
|
|
|
|
|
|
|
marker_8d15ac985fa624c0e3ab9758c545ddff.bindPopup(popup_99df903aabecd29174d0ab06b13da03f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d15ac985fa624c0e3ab9758c545ddff.setIcon(icon_fb877f74e0cc288633716c44bac8ac01);
|
|
|
|
|
|
var marker_1d6669999fc884f3e80b70fabc059431 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_7241c8176206b7141e8ff2cab4f78400 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e26d4af6da388f6e35eee3296b9b993 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_682ae861470ca9d6d12dfed7c9262171 = $(`<div id="html_682ae861470ca9d6d12dfed7c9262171" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_6e26d4af6da388f6e35eee3296b9b993.setContent(html_682ae861470ca9d6d12dfed7c9262171);
|
|
|
|
|
|
|
|
marker_1d6669999fc884f3e80b70fabc059431.bindPopup(popup_6e26d4af6da388f6e35eee3296b9b993)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d6669999fc884f3e80b70fabc059431.setIcon(icon_7241c8176206b7141e8ff2cab4f78400);
|
|
|
|
|
|
var marker_a798fe5de9297188464d0b33f7d8f09e = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_07a25563d4cce1a7d6267f0fe7b5a7cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_190dc0404dbe92eb0bab1e15c5cf12d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04e4d904b33ec3227a47e154e7a1103e = $(`<div id="html_04e4d904b33ec3227a47e154e7a1103e" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_190dc0404dbe92eb0bab1e15c5cf12d3.setContent(html_04e4d904b33ec3227a47e154e7a1103e);
|
|
|
|
|
|
|
|
marker_a798fe5de9297188464d0b33f7d8f09e.bindPopup(popup_190dc0404dbe92eb0bab1e15c5cf12d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a798fe5de9297188464d0b33f7d8f09e.setIcon(icon_07a25563d4cce1a7d6267f0fe7b5a7cf);
|
|
|
|
|
|
var marker_dbb18392df57c814c5dfdb934adc19e7 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_555b4399195443cdec762679a7945244 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35e1c68246fe58fa31ecba3ccfc609b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61a341c3783e7e24870d43aa81587b34 = $(`<div id="html_61a341c3783e7e24870d43aa81587b34" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_35e1c68246fe58fa31ecba3ccfc609b6.setContent(html_61a341c3783e7e24870d43aa81587b34);
|
|
|
|
|
|
|
|
marker_dbb18392df57c814c5dfdb934adc19e7.bindPopup(popup_35e1c68246fe58fa31ecba3ccfc609b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbb18392df57c814c5dfdb934adc19e7.setIcon(icon_555b4399195443cdec762679a7945244);
|
|
|
|
|
|
var marker_4dfaaf366006adc7cbdf6a15dc9b69a1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_61daf9e41906309dad9a6f83d7fc280d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c711042fd13970146552ca5772faeef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1f45c209cad860eaa1eacb027d0a571 = $(`<div id="html_c1f45c209cad860eaa1eacb027d0a571" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_8c711042fd13970146552ca5772faeef.setContent(html_c1f45c209cad860eaa1eacb027d0a571);
|
|
|
|
|
|
|
|
marker_4dfaaf366006adc7cbdf6a15dc9b69a1.bindPopup(popup_8c711042fd13970146552ca5772faeef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dfaaf366006adc7cbdf6a15dc9b69a1.setIcon(icon_61daf9e41906309dad9a6f83d7fc280d);
|
|
|
|
|
|
var marker_f55a1978e3bec93fa74745bf040c9f5b = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_1e927b4a253c4600f6216e221bc4109a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48b0a3d7360abb1c440bb4e4fcdd05e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82e37c90709311b4adc8fa10cdce9032 = $(`<div id="html_82e37c90709311b4adc8fa10cdce9032" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_48b0a3d7360abb1c440bb4e4fcdd05e8.setContent(html_82e37c90709311b4adc8fa10cdce9032);
|
|
|
|
|
|
|
|
marker_f55a1978e3bec93fa74745bf040c9f5b.bindPopup(popup_48b0a3d7360abb1c440bb4e4fcdd05e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f55a1978e3bec93fa74745bf040c9f5b.setIcon(icon_1e927b4a253c4600f6216e221bc4109a);
|
|
|
|
|
|
var marker_8c4757c187a64ab105301be17a836c9b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_3a1c60098104d35c5056c1e6ef8061ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c2ad23166292bb110b3ed478b89ae09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16669cc1d35579fcf3211ed8f6ca578c = $(`<div id="html_16669cc1d35579fcf3211ed8f6ca578c" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_2c2ad23166292bb110b3ed478b89ae09.setContent(html_16669cc1d35579fcf3211ed8f6ca578c);
|
|
|
|
|
|
|
|
marker_8c4757c187a64ab105301be17a836c9b.bindPopup(popup_2c2ad23166292bb110b3ed478b89ae09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c4757c187a64ab105301be17a836c9b.setIcon(icon_3a1c60098104d35c5056c1e6ef8061ea);
|
|
|
|
|
|
var marker_21a792d98ca3af111cb718006a9a47c8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_8d81e1a106665cbc67da7d3b679672db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_049a5adaa9825012630c34e50a827e46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3332d48a234f4ada4eff562d05b4f19d = $(`<div id="html_3332d48a234f4ada4eff562d05b4f19d" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_049a5adaa9825012630c34e50a827e46.setContent(html_3332d48a234f4ada4eff562d05b4f19d);
|
|
|
|
|
|
|
|
marker_21a792d98ca3af111cb718006a9a47c8.bindPopup(popup_049a5adaa9825012630c34e50a827e46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21a792d98ca3af111cb718006a9a47c8.setIcon(icon_8d81e1a106665cbc67da7d3b679672db);
|
|
|
|
|
|
var marker_250119a67a6b88135e5933de9d85f166 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_9a087003df8edd8e6ab64754848b1812 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19f64da29dcf7c98b542817b72f06674 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a39ef9d37daea4186bf751053792fb1 = $(`<div id="html_2a39ef9d37daea4186bf751053792fb1" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_19f64da29dcf7c98b542817b72f06674.setContent(html_2a39ef9d37daea4186bf751053792fb1);
|
|
|
|
|
|
|
|
marker_250119a67a6b88135e5933de9d85f166.bindPopup(popup_19f64da29dcf7c98b542817b72f06674)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_250119a67a6b88135e5933de9d85f166.setIcon(icon_9a087003df8edd8e6ab64754848b1812);
|
|
|
|
|
|
var marker_227ec1c881880d213877628eb181bb1d = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c6cc705fe414e54b1154090821ac2dc7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d507e9e2903cef56b79dbafe7d971da8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44f8c0c57acc08788c4d5044461cb378 = $(`<div id="html_44f8c0c57acc08788c4d5044461cb378" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_d507e9e2903cef56b79dbafe7d971da8.setContent(html_44f8c0c57acc08788c4d5044461cb378);
|
|
|
|
|
|
|
|
marker_227ec1c881880d213877628eb181bb1d.bindPopup(popup_d507e9e2903cef56b79dbafe7d971da8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_227ec1c881880d213877628eb181bb1d.setIcon(icon_c6cc705fe414e54b1154090821ac2dc7);
|
|
|
|
|
|
var marker_06e894c1c37bb2d257e5c02903f3a568 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_e25769a6696a74fd08d492e6979e2c80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_090b2548573863b2fd4d47a9224219d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2a8fe486eeadf123f54c5918b600891 = $(`<div id="html_a2a8fe486eeadf123f54c5918b600891" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_090b2548573863b2fd4d47a9224219d0.setContent(html_a2a8fe486eeadf123f54c5918b600891);
|
|
|
|
|
|
|
|
marker_06e894c1c37bb2d257e5c02903f3a568.bindPopup(popup_090b2548573863b2fd4d47a9224219d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06e894c1c37bb2d257e5c02903f3a568.setIcon(icon_e25769a6696a74fd08d492e6979e2c80);
|
|
|
|
|
|
var marker_31a71e373dad37d15e214d6f979610f4 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_6e85e23fb8cbba6bfb4086f82e8ea934 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e2154d59a0f04aca1323ec293d4222e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b46b7a07b4b50b588c2d72ce5d3afb3 = $(`<div id="html_5b46b7a07b4b50b588c2d72ce5d3afb3" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_9e2154d59a0f04aca1323ec293d4222e.setContent(html_5b46b7a07b4b50b588c2d72ce5d3afb3);
|
|
|
|
|
|
|
|
marker_31a71e373dad37d15e214d6f979610f4.bindPopup(popup_9e2154d59a0f04aca1323ec293d4222e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31a71e373dad37d15e214d6f979610f4.setIcon(icon_6e85e23fb8cbba6bfb4086f82e8ea934);
|
|
|
|
|
|
var marker_3438b97f1fcc48d30277a5a053d54466 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_52291aa8bbddce980ec5262a1e9f748d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b18e0bb43845e3c77a97f84bd67e305e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aaad2e13b341f1e36c90b173b95bcfd1 = $(`<div id="html_aaad2e13b341f1e36c90b173b95bcfd1" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_b18e0bb43845e3c77a97f84bd67e305e.setContent(html_aaad2e13b341f1e36c90b173b95bcfd1);
|
|
|
|
|
|
|
|
marker_3438b97f1fcc48d30277a5a053d54466.bindPopup(popup_b18e0bb43845e3c77a97f84bd67e305e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3438b97f1fcc48d30277a5a053d54466.setIcon(icon_52291aa8bbddce980ec5262a1e9f748d);
|
|
|
|
|
|
var marker_ec56f1d01e68e70063041903a0383f30 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c0c78914292688c73ba89f7420c5b730 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97efa846d293e7419747a0e577f9c054 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_725e8dc159cf98d22a6facf3d0702061 = $(`<div id="html_725e8dc159cf98d22a6facf3d0702061" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_97efa846d293e7419747a0e577f9c054.setContent(html_725e8dc159cf98d22a6facf3d0702061);
|
|
|
|
|
|
|
|
marker_ec56f1d01e68e70063041903a0383f30.bindPopup(popup_97efa846d293e7419747a0e577f9c054)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec56f1d01e68e70063041903a0383f30.setIcon(icon_c0c78914292688c73ba89f7420c5b730);
|
|
|
|
|
|
var marker_f3ba7623fd9c9554a088f62ee50f3e93 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_15679f968dd617febf6bbd1fcdbac30c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04030621c9ee9f61110f15d921b9cef2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e17f3567db27d1194deed9ed2e4b9f5e = $(`<div id="html_e17f3567db27d1194deed9ed2e4b9f5e" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_04030621c9ee9f61110f15d921b9cef2.setContent(html_e17f3567db27d1194deed9ed2e4b9f5e);
|
|
|
|
|
|
|
|
marker_f3ba7623fd9c9554a088f62ee50f3e93.bindPopup(popup_04030621c9ee9f61110f15d921b9cef2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3ba7623fd9c9554a088f62ee50f3e93.setIcon(icon_15679f968dd617febf6bbd1fcdbac30c);
|
|
|
|
|
|
var marker_bc2a9de4668ac2093306286bed589696 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_dd983c7b5bca378195ed7b3859e5f0d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a25fd148904227b89e518e9cccefc62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d574e73eb7a58f5bd2f76e4af84664e = $(`<div id="html_4d574e73eb7a58f5bd2f76e4af84664e" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_0a25fd148904227b89e518e9cccefc62.setContent(html_4d574e73eb7a58f5bd2f76e4af84664e);
|
|
|
|
|
|
|
|
marker_bc2a9de4668ac2093306286bed589696.bindPopup(popup_0a25fd148904227b89e518e9cccefc62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc2a9de4668ac2093306286bed589696.setIcon(icon_dd983c7b5bca378195ed7b3859e5f0d1);
|
|
|
|
|
|
var marker_d93907bd3fbc11026371a0e4954d14cb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_42e6d74abbdea5c28a9aaf1c82eef7f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1812fc27f5524df199c273aa5efd7ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9ecac36da0fac6b2c88c8beaa1af2c2 = $(`<div id="html_c9ecac36da0fac6b2c88c8beaa1af2c2" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_e1812fc27f5524df199c273aa5efd7ff.setContent(html_c9ecac36da0fac6b2c88c8beaa1af2c2);
|
|
|
|
|
|
|
|
marker_d93907bd3fbc11026371a0e4954d14cb.bindPopup(popup_e1812fc27f5524df199c273aa5efd7ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d93907bd3fbc11026371a0e4954d14cb.setIcon(icon_42e6d74abbdea5c28a9aaf1c82eef7f6);
|
|
|
|
|
|
var marker_039faf0d07f94b44c5679449a0e5d797 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_861a87ac34a505b25e7276ea4e457e45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c47294b05375f3422629ae8e9020a22a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c915982b1882d2d0ab56cb1e395a0fa3 = $(`<div id="html_c915982b1882d2d0ab56cb1e395a0fa3" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_c47294b05375f3422629ae8e9020a22a.setContent(html_c915982b1882d2d0ab56cb1e395a0fa3);
|
|
|
|
|
|
|
|
marker_039faf0d07f94b44c5679449a0e5d797.bindPopup(popup_c47294b05375f3422629ae8e9020a22a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_039faf0d07f94b44c5679449a0e5d797.setIcon(icon_861a87ac34a505b25e7276ea4e457e45);
|
|
|
|
|
|
var marker_d6ba6f568e030465e62cf761a3b09329 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_1ae07e2b4e9b0624c7cec49e3f286894 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1d3d87ee6cfe45a07d1a4d83de6385a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9105bebd13efcd47b39f4ff7529db28 = $(`<div id="html_e9105bebd13efcd47b39f4ff7529db28" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_b1d3d87ee6cfe45a07d1a4d83de6385a.setContent(html_e9105bebd13efcd47b39f4ff7529db28);
|
|
|
|
|
|
|
|
marker_d6ba6f568e030465e62cf761a3b09329.bindPopup(popup_b1d3d87ee6cfe45a07d1a4d83de6385a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6ba6f568e030465e62cf761a3b09329.setIcon(icon_1ae07e2b4e9b0624c7cec49e3f286894);
|
|
|
|
|
|
var marker_9216a86f81ece7ac9f5d4af966852022 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_27226d746dbc848663a921a5690d7099 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81d3e0e1229d3b4ff2e692584f067fbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1dcba840e5d9cead385a3160dc2e6817 = $(`<div id="html_1dcba840e5d9cead385a3160dc2e6817" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_81d3e0e1229d3b4ff2e692584f067fbe.setContent(html_1dcba840e5d9cead385a3160dc2e6817);
|
|
|
|
|
|
|
|
marker_9216a86f81ece7ac9f5d4af966852022.bindPopup(popup_81d3e0e1229d3b4ff2e692584f067fbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9216a86f81ece7ac9f5d4af966852022.setIcon(icon_27226d746dbc848663a921a5690d7099);
|
|
|
|
|
|
var marker_306ec2833515d28e12319ec6ace36ff7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_cd674fbc2720a06b67022b1e7046a124 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad2c6144c06dad05fce12d0c6f7ac1c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a82d72702f94600028fb3e16454832a = $(`<div id="html_1a82d72702f94600028fb3e16454832a" style="width: 100.0%; height: 100.0%;">holland-excited-charming-experiencing.trycloudflare.com</div>`)[0];
|
|
popup_ad2c6144c06dad05fce12d0c6f7ac1c0.setContent(html_1a82d72702f94600028fb3e16454832a);
|
|
|
|
|
|
|
|
marker_306ec2833515d28e12319ec6ace36ff7.bindPopup(popup_ad2c6144c06dad05fce12d0c6f7ac1c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_306ec2833515d28e12319ec6ace36ff7.setIcon(icon_cd674fbc2720a06b67022b1e7046a124);
|
|
|
|
|
|
var marker_d860d46067f1f571fe5db007a5976104 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_83699b20f0721af06133bd29b0036264 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b30c074ee65917b948759323e22fc940 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72490d026fbb8db64deaa26dd1ee8392 = $(`<div id="html_72490d026fbb8db64deaa26dd1ee8392" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_b30c074ee65917b948759323e22fc940.setContent(html_72490d026fbb8db64deaa26dd1ee8392);
|
|
|
|
|
|
|
|
marker_d860d46067f1f571fe5db007a5976104.bindPopup(popup_b30c074ee65917b948759323e22fc940)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d860d46067f1f571fe5db007a5976104.setIcon(icon_83699b20f0721af06133bd29b0036264);
|
|
|
|
|
|
var marker_2fa2b9d70b38c8decb56fc6a61ca77fa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_3a783a15b559d2094adcaafb2224f8f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_beb4e5bea22a0c9c9c71ac4e66cdfb49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78f5f775b9080e9ecc4e0ef6c0fb0e0b = $(`<div id="html_78f5f775b9080e9ecc4e0ef6c0fb0e0b" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_beb4e5bea22a0c9c9c71ac4e66cdfb49.setContent(html_78f5f775b9080e9ecc4e0ef6c0fb0e0b);
|
|
|
|
|
|
|
|
marker_2fa2b9d70b38c8decb56fc6a61ca77fa.bindPopup(popup_beb4e5bea22a0c9c9c71ac4e66cdfb49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fa2b9d70b38c8decb56fc6a61ca77fa.setIcon(icon_3a783a15b559d2094adcaafb2224f8f9);
|
|
|
|
|
|
var marker_1d7ccf43d84ffd831b7e654c3e7b3b02 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_ff7315ffbcabb6ec225e6e94455d0ca3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbb43edcf684954b1855d2f78873859e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7fc8f16c7ce2f3f774319fccc410851 = $(`<div id="html_f7fc8f16c7ce2f3f774319fccc410851" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_cbb43edcf684954b1855d2f78873859e.setContent(html_f7fc8f16c7ce2f3f774319fccc410851);
|
|
|
|
|
|
|
|
marker_1d7ccf43d84ffd831b7e654c3e7b3b02.bindPopup(popup_cbb43edcf684954b1855d2f78873859e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d7ccf43d84ffd831b7e654c3e7b3b02.setIcon(icon_ff7315ffbcabb6ec225e6e94455d0ca3);
|
|
|
|
|
|
var marker_2b33a53df0fac7e7f43c893dd2dee59f = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_8d56b83f2d09c4b5978f0639d64e63ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8a920e93bff3f1f72aaa4d0162fa916 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_954cce23773daf4f8a45c96359ff941a = $(`<div id="html_954cce23773daf4f8a45c96359ff941a" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_f8a920e93bff3f1f72aaa4d0162fa916.setContent(html_954cce23773daf4f8a45c96359ff941a);
|
|
|
|
|
|
|
|
marker_2b33a53df0fac7e7f43c893dd2dee59f.bindPopup(popup_f8a920e93bff3f1f72aaa4d0162fa916)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b33a53df0fac7e7f43c893dd2dee59f.setIcon(icon_8d56b83f2d09c4b5978f0639d64e63ee);
|
|
|
|
|
|
var marker_d9ce00c7b4d1ccda29fcfdf68f5fd350 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_f9e81ef4254e663a09d4ba9974b93875 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd1c26e6807cc0808731ff1f900c57c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26d168e122a03454ddea9f26f31059fd = $(`<div id="html_26d168e122a03454ddea9f26f31059fd" style="width: 100.0%; height: 100.0%;">strfry.atlantislabs.space</div>`)[0];
|
|
popup_cd1c26e6807cc0808731ff1f900c57c3.setContent(html_26d168e122a03454ddea9f26f31059fd);
|
|
|
|
|
|
|
|
marker_d9ce00c7b4d1ccda29fcfdf68f5fd350.bindPopup(popup_cd1c26e6807cc0808731ff1f900c57c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9ce00c7b4d1ccda29fcfdf68f5fd350.setIcon(icon_f9e81ef4254e663a09d4ba9974b93875);
|
|
|
|
|
|
var marker_55931e75e09042dfa8b8957cda2298a2 = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_d55fcf6c82d15aab30252a8bc951fe6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bd506f371a89e4d3101448b2d611b67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f3f075ce00ad7e4c95f3bac61853718 = $(`<div id="html_9f3f075ce00ad7e4c95f3bac61853718" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_2bd506f371a89e4d3101448b2d611b67.setContent(html_9f3f075ce00ad7e4c95f3bac61853718);
|
|
|
|
|
|
|
|
marker_55931e75e09042dfa8b8957cda2298a2.bindPopup(popup_2bd506f371a89e4d3101448b2d611b67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55931e75e09042dfa8b8957cda2298a2.setIcon(icon_d55fcf6c82d15aab30252a8bc951fe6a);
|
|
|
|
|
|
var marker_3bc1fc4cbd826aa6af00154b55927f45 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_4fd632428c7a8a813900c7bbe9807b7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56a1abf789fbf5470b35615fb72f9c03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbbebd3e98b08fce3b6acab57d99f6a3 = $(`<div id="html_bbbebd3e98b08fce3b6acab57d99f6a3" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_56a1abf789fbf5470b35615fb72f9c03.setContent(html_bbbebd3e98b08fce3b6acab57d99f6a3);
|
|
|
|
|
|
|
|
marker_3bc1fc4cbd826aa6af00154b55927f45.bindPopup(popup_56a1abf789fbf5470b35615fb72f9c03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bc1fc4cbd826aa6af00154b55927f45.setIcon(icon_4fd632428c7a8a813900c7bbe9807b7f);
|
|
|
|
|
|
var marker_6600c8221c4821e57175e9752ba08842 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_04b815e0a3d6895e9b6a5c13bd17d8d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_685f922d8b9d1b96e693bf9ea56ec8d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8967d480fceabc68dacf1cea4718a58 = $(`<div id="html_d8967d480fceabc68dacf1cea4718a58" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_685f922d8b9d1b96e693bf9ea56ec8d2.setContent(html_d8967d480fceabc68dacf1cea4718a58);
|
|
|
|
|
|
|
|
marker_6600c8221c4821e57175e9752ba08842.bindPopup(popup_685f922d8b9d1b96e693bf9ea56ec8d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6600c8221c4821e57175e9752ba08842.setIcon(icon_04b815e0a3d6895e9b6a5c13bd17d8d8);
|
|
|
|
|
|
var marker_2ef207322744559aac1e1bb69c3e89b9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_3516891fd87be3b8ece85417296e9ce2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95a976ad6c74248ffc08fb4392127492 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7edaf6df5e7ac4fc3892fc7acfe7736 = $(`<div id="html_e7edaf6df5e7ac4fc3892fc7acfe7736" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_95a976ad6c74248ffc08fb4392127492.setContent(html_e7edaf6df5e7ac4fc3892fc7acfe7736);
|
|
|
|
|
|
|
|
marker_2ef207322744559aac1e1bb69c3e89b9.bindPopup(popup_95a976ad6c74248ffc08fb4392127492)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ef207322744559aac1e1bb69c3e89b9.setIcon(icon_3516891fd87be3b8ece85417296e9ce2);
|
|
|
|
|
|
var marker_403732c724edbd2fbf651affab1b607a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_4255d3efca689faa71716df3b99797d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c754d9adf3a6032dcaa29e6963ff11fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a96cab828a621e22a84dbeec5e4ee977 = $(`<div id="html_a96cab828a621e22a84dbeec5e4ee977" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_c754d9adf3a6032dcaa29e6963ff11fe.setContent(html_a96cab828a621e22a84dbeec5e4ee977);
|
|
|
|
|
|
|
|
marker_403732c724edbd2fbf651affab1b607a.bindPopup(popup_c754d9adf3a6032dcaa29e6963ff11fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_403732c724edbd2fbf651affab1b607a.setIcon(icon_4255d3efca689faa71716df3b99797d0);
|
|
|
|
|
|
var marker_18fa187cbbeca2fb5062adfcc7d592d4 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_e4ddee197e0b47270ea0f4b75aac719a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8acd3f2da96fba387b6724056a1b853 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fe949f9b29fa890fe3bd9b790ac4571 = $(`<div id="html_5fe949f9b29fa890fe3bd9b790ac4571" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_a8acd3f2da96fba387b6724056a1b853.setContent(html_5fe949f9b29fa890fe3bd9b790ac4571);
|
|
|
|
|
|
|
|
marker_18fa187cbbeca2fb5062adfcc7d592d4.bindPopup(popup_a8acd3f2da96fba387b6724056a1b853)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18fa187cbbeca2fb5062adfcc7d592d4.setIcon(icon_e4ddee197e0b47270ea0f4b75aac719a);
|
|
|
|
|
|
var marker_f9197b562a1355412beba17c0a28d9da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_3c03a082b6ca7ec2cf286a2e48ac2cd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b593919a3c57af8727da85aabc8fb5f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58a8fe3686af9d55ba73e63af54dd1f3 = $(`<div id="html_58a8fe3686af9d55ba73e63af54dd1f3" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_b593919a3c57af8727da85aabc8fb5f3.setContent(html_58a8fe3686af9d55ba73e63af54dd1f3);
|
|
|
|
|
|
|
|
marker_f9197b562a1355412beba17c0a28d9da.bindPopup(popup_b593919a3c57af8727da85aabc8fb5f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9197b562a1355412beba17c0a28d9da.setIcon(icon_3c03a082b6ca7ec2cf286a2e48ac2cd0);
|
|
|
|
|
|
var marker_f02799d5d9682f17d5c301b7b945b300 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_dfb43177bc26d2ff988dea5d7573d346 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48d1de5d9f2cd3f1fb61334cafbcfd6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54ef86509a5a383419d29934aff6bafb = $(`<div id="html_54ef86509a5a383419d29934aff6bafb" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_48d1de5d9f2cd3f1fb61334cafbcfd6b.setContent(html_54ef86509a5a383419d29934aff6bafb);
|
|
|
|
|
|
|
|
marker_f02799d5d9682f17d5c301b7b945b300.bindPopup(popup_48d1de5d9f2cd3f1fb61334cafbcfd6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f02799d5d9682f17d5c301b7b945b300.setIcon(icon_dfb43177bc26d2ff988dea5d7573d346);
|
|
|
|
|
|
var marker_7ec6b2f878ac521a0e264faf6b68ad54 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_3a48d046ed038dd517e398c8032d58de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08b117ec399d5b25795d189e3a21f96c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47949de9cec4030bbc3d791e2341c4ec = $(`<div id="html_47949de9cec4030bbc3d791e2341c4ec" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_08b117ec399d5b25795d189e3a21f96c.setContent(html_47949de9cec4030bbc3d791e2341c4ec);
|
|
|
|
|
|
|
|
marker_7ec6b2f878ac521a0e264faf6b68ad54.bindPopup(popup_08b117ec399d5b25795d189e3a21f96c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ec6b2f878ac521a0e264faf6b68ad54.setIcon(icon_3a48d046ed038dd517e398c8032d58de);
|
|
|
|
|
|
var marker_7c6929ee18764eee5d10314b46415709 = L.marker(
|
|
[10.074, -84.2155],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_50cd6c7245a885cd1872b46df9d084ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85b69d9fa3966300de295b5a9ed9f880 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ede8e220a1175ab56c5599a86afe408 = $(`<div id="html_4ede8e220a1175ab56c5599a86afe408" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_85b69d9fa3966300de295b5a9ed9f880.setContent(html_4ede8e220a1175ab56c5599a86afe408);
|
|
|
|
|
|
|
|
marker_7c6929ee18764eee5d10314b46415709.bindPopup(popup_85b69d9fa3966300de295b5a9ed9f880)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c6929ee18764eee5d10314b46415709.setIcon(icon_50cd6c7245a885cd1872b46df9d084ce);
|
|
|
|
|
|
var marker_ca37c3f53aa82a383594f86409386f62 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_94081175f9734839434ace31828806f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b406e7fa7454ff3dae3498fc2d1332c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2580ff23507a066ae2cca313292e5868 = $(`<div id="html_2580ff23507a066ae2cca313292e5868" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_b406e7fa7454ff3dae3498fc2d1332c8.setContent(html_2580ff23507a066ae2cca313292e5868);
|
|
|
|
|
|
|
|
marker_ca37c3f53aa82a383594f86409386f62.bindPopup(popup_b406e7fa7454ff3dae3498fc2d1332c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca37c3f53aa82a383594f86409386f62.setIcon(icon_94081175f9734839434ace31828806f4);
|
|
|
|
|
|
var marker_7961c6120106b9e6e393ebf6dbaf593d = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_39fe13e9c975f6613f6cddd419faaa45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0da1766d390ec49b81a9e50789597b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d02951ed83c48a242cb2903626cd4fe1 = $(`<div id="html_d02951ed83c48a242cb2903626cd4fe1" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_a0da1766d390ec49b81a9e50789597b2.setContent(html_d02951ed83c48a242cb2903626cd4fe1);
|
|
|
|
|
|
|
|
marker_7961c6120106b9e6e393ebf6dbaf593d.bindPopup(popup_a0da1766d390ec49b81a9e50789597b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7961c6120106b9e6e393ebf6dbaf593d.setIcon(icon_39fe13e9c975f6613f6cddd419faaa45);
|
|
|
|
|
|
var marker_b0a3a71f6d5d750f214897c93ae934f0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_1be9b74fb5ed6c3ce9ff4bcaddad4408 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_227021635597811329b38985c44037e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cef9d58a9365cee0dd6d068375cda360 = $(`<div id="html_cef9d58a9365cee0dd6d068375cda360" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_227021635597811329b38985c44037e4.setContent(html_cef9d58a9365cee0dd6d068375cda360);
|
|
|
|
|
|
|
|
marker_b0a3a71f6d5d750f214897c93ae934f0.bindPopup(popup_227021635597811329b38985c44037e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0a3a71f6d5d750f214897c93ae934f0.setIcon(icon_1be9b74fb5ed6c3ce9ff4bcaddad4408);
|
|
|
|
|
|
var marker_366bbf3d1d98cb8be272865aeadd0591 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_313e86071d978f7550df8e5859b960f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee41f115d5f4b657382f1ca91e350f03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fde23d8ddf7e768796479e6c11bdd79 = $(`<div id="html_9fde23d8ddf7e768796479e6c11bdd79" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_ee41f115d5f4b657382f1ca91e350f03.setContent(html_9fde23d8ddf7e768796479e6c11bdd79);
|
|
|
|
|
|
|
|
marker_366bbf3d1d98cb8be272865aeadd0591.bindPopup(popup_ee41f115d5f4b657382f1ca91e350f03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_366bbf3d1d98cb8be272865aeadd0591.setIcon(icon_313e86071d978f7550df8e5859b960f2);
|
|
|
|
|
|
var marker_5ca092e1afc2ab98aa9dc03193595935 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_99d72931af536891af6d46b10233c143 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c32b8b49150e478a54e16d48a04f4c0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a52f60f083de137c3e83aa0e8c210f9 = $(`<div id="html_6a52f60f083de137c3e83aa0e8c210f9" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_c32b8b49150e478a54e16d48a04f4c0a.setContent(html_6a52f60f083de137c3e83aa0e8c210f9);
|
|
|
|
|
|
|
|
marker_5ca092e1afc2ab98aa9dc03193595935.bindPopup(popup_c32b8b49150e478a54e16d48a04f4c0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ca092e1afc2ab98aa9dc03193595935.setIcon(icon_99d72931af536891af6d46b10233c143);
|
|
|
|
|
|
var marker_eaac3d685a1c5dc07e790ab6d342871c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_02031644f1aeda033af937c45f7fb46d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7643a8827c598adfca33f2d762fa147 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b46e1bf13116995caa324d9c9661b502 = $(`<div id="html_b46e1bf13116995caa324d9c9661b502" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_b7643a8827c598adfca33f2d762fa147.setContent(html_b46e1bf13116995caa324d9c9661b502);
|
|
|
|
|
|
|
|
marker_eaac3d685a1c5dc07e790ab6d342871c.bindPopup(popup_b7643a8827c598adfca33f2d762fa147)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eaac3d685a1c5dc07e790ab6d342871c.setIcon(icon_02031644f1aeda033af937c45f7fb46d);
|
|
|
|
|
|
var marker_316090df84db3288d1bdaf4588adf24c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_5efc1823a5aeb8d54f2dbb9c32e6d08f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0627586f94adb96316d12ef6cd3122b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_041b125ee5b517ea3bc32aa45ccf4850 = $(`<div id="html_041b125ee5b517ea3bc32aa45ccf4850" style="width: 100.0%; height: 100.0%;">relay.og.coop</div>`)[0];
|
|
popup_0627586f94adb96316d12ef6cd3122b3.setContent(html_041b125ee5b517ea3bc32aa45ccf4850);
|
|
|
|
|
|
|
|
marker_316090df84db3288d1bdaf4588adf24c.bindPopup(popup_0627586f94adb96316d12ef6cd3122b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_316090df84db3288d1bdaf4588adf24c.setIcon(icon_5efc1823a5aeb8d54f2dbb9c32e6d08f);
|
|
|
|
|
|
var marker_2314536d7ca7cf7074919ff19182807c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_cdfd9dcb3a2d590889fc17b3416e8ed3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b13cbc6264b0d0e8595bc8ebf493a76a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b703cf8e9fb45926efde9af51c96319 = $(`<div id="html_8b703cf8e9fb45926efde9af51c96319" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_b13cbc6264b0d0e8595bc8ebf493a76a.setContent(html_8b703cf8e9fb45926efde9af51c96319);
|
|
|
|
|
|
|
|
marker_2314536d7ca7cf7074919ff19182807c.bindPopup(popup_b13cbc6264b0d0e8595bc8ebf493a76a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2314536d7ca7cf7074919ff19182807c.setIcon(icon_cdfd9dcb3a2d590889fc17b3416e8ed3);
|
|
|
|
|
|
var marker_04930021b37bea7047c01ba0bf43a0d0 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_42af8177fa67f7a298628de55d1886b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d316e6d1575869080beb4bde1aec91ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_188212b2ff51fcba1b2ade7dfeeb66e7 = $(`<div id="html_188212b2ff51fcba1b2ade7dfeeb66e7" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_d316e6d1575869080beb4bde1aec91ec.setContent(html_188212b2ff51fcba1b2ade7dfeeb66e7);
|
|
|
|
|
|
|
|
marker_04930021b37bea7047c01ba0bf43a0d0.bindPopup(popup_d316e6d1575869080beb4bde1aec91ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04930021b37bea7047c01ba0bf43a0d0.setIcon(icon_42af8177fa67f7a298628de55d1886b1);
|
|
|
|
|
|
var marker_c15db0d293931e4177cb7f889675a41a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_eaee3245705499ecdc6d584d132b5dfc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3fa54b4e0ec121f73d3c7b9abd01872 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a421048474c26aaa18a998f7289fe6a2 = $(`<div id="html_a421048474c26aaa18a998f7289fe6a2" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_e3fa54b4e0ec121f73d3c7b9abd01872.setContent(html_a421048474c26aaa18a998f7289fe6a2);
|
|
|
|
|
|
|
|
marker_c15db0d293931e4177cb7f889675a41a.bindPopup(popup_e3fa54b4e0ec121f73d3c7b9abd01872)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c15db0d293931e4177cb7f889675a41a.setIcon(icon_eaee3245705499ecdc6d584d132b5dfc);
|
|
|
|
|
|
var marker_31961acba5f0790c2eca03a34d4c4072 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_1412015308447c06841c6a5d3587652d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc93a7d626bd25ebf07359e608d686bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_889093a4fcc7a96c71c08fc9f1b2af55 = $(`<div id="html_889093a4fcc7a96c71c08fc9f1b2af55" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_cc93a7d626bd25ebf07359e608d686bc.setContent(html_889093a4fcc7a96c71c08fc9f1b2af55);
|
|
|
|
|
|
|
|
marker_31961acba5f0790c2eca03a34d4c4072.bindPopup(popup_cc93a7d626bd25ebf07359e608d686bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31961acba5f0790c2eca03a34d4c4072.setIcon(icon_1412015308447c06841c6a5d3587652d);
|
|
|
|
|
|
var marker_286e20ce11189dc0fc614e9da5d53a4b = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_2573cb91896282a5990bf4a51a2bba7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f567ed6ab377bec8675562de1244d722 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94d9f14fce15c62be35af098c1eb545a = $(`<div id="html_94d9f14fce15c62be35af098c1eb545a" style="width: 100.0%; height: 100.0%;">dynasty.libretechsystems.xyz</div>`)[0];
|
|
popup_f567ed6ab377bec8675562de1244d722.setContent(html_94d9f14fce15c62be35af098c1eb545a);
|
|
|
|
|
|
|
|
marker_286e20ce11189dc0fc614e9da5d53a4b.bindPopup(popup_f567ed6ab377bec8675562de1244d722)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_286e20ce11189dc0fc614e9da5d53a4b.setIcon(icon_2573cb91896282a5990bf4a51a2bba7f);
|
|
|
|
|
|
var marker_199a9e8a2ade250e2af0196b1df84f10 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_3ccfb671c790a6fb15d7afaea1697b4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9ba18766378bfa2fbfe4c06fd467255 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ea7cd48c17628958367ed58505f9fe7 = $(`<div id="html_7ea7cd48c17628958367ed58505f9fe7" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_b9ba18766378bfa2fbfe4c06fd467255.setContent(html_7ea7cd48c17628958367ed58505f9fe7);
|
|
|
|
|
|
|
|
marker_199a9e8a2ade250e2af0196b1df84f10.bindPopup(popup_b9ba18766378bfa2fbfe4c06fd467255)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_199a9e8a2ade250e2af0196b1df84f10.setIcon(icon_3ccfb671c790a6fb15d7afaea1697b4c);
|
|
|
|
|
|
var marker_56d05e2de30ec8955e16fcabacd98acd = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_2f1542f8d02c4c7a4598f8061fc9ba63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea27a7d1d7839257607714674c573775 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ec12cccd2349c8ae565421475f8a79f = $(`<div id="html_7ec12cccd2349c8ae565421475f8a79f" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_ea27a7d1d7839257607714674c573775.setContent(html_7ec12cccd2349c8ae565421475f8a79f);
|
|
|
|
|
|
|
|
marker_56d05e2de30ec8955e16fcabacd98acd.bindPopup(popup_ea27a7d1d7839257607714674c573775)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56d05e2de30ec8955e16fcabacd98acd.setIcon(icon_2f1542f8d02c4c7a4598f8061fc9ba63);
|
|
|
|
|
|
var marker_ab336b0193068c167eccf4019f15b3a6 = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_00a52941741521d5d44bbaee64432077 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34c7874d95917b533ba2490b709cf247 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2e0808619befd83729121eeab350211 = $(`<div id="html_d2e0808619befd83729121eeab350211" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_34c7874d95917b533ba2490b709cf247.setContent(html_d2e0808619befd83729121eeab350211);
|
|
|
|
|
|
|
|
marker_ab336b0193068c167eccf4019f15b3a6.bindPopup(popup_34c7874d95917b533ba2490b709cf247)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab336b0193068c167eccf4019f15b3a6.setIcon(icon_00a52941741521d5d44bbaee64432077);
|
|
|
|
|
|
var marker_bfa473d08d0101d070e246883d063f54 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_18a17776265b2f0cf2edb908da086c75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_518c94f279daab60b4b6ef9c1aad70e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bca8d5c7e7b6799fba5c07f030adb34f = $(`<div id="html_bca8d5c7e7b6799fba5c07f030adb34f" style="width: 100.0%; height: 100.0%;">nostr.chrissexton.org</div>`)[0];
|
|
popup_518c94f279daab60b4b6ef9c1aad70e7.setContent(html_bca8d5c7e7b6799fba5c07f030adb34f);
|
|
|
|
|
|
|
|
marker_bfa473d08d0101d070e246883d063f54.bindPopup(popup_518c94f279daab60b4b6ef9c1aad70e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfa473d08d0101d070e246883d063f54.setIcon(icon_18a17776265b2f0cf2edb908da086c75);
|
|
|
|
|
|
var marker_7454b7e59f4388dacb569fe58db61198 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_1d4dce541739f4663c7b694e2dc8da4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a406c4043c8ac1691d8c1cb74ba12370 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6398002d89166800d58d1f938ab46924 = $(`<div id="html_6398002d89166800d58d1f938ab46924" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_a406c4043c8ac1691d8c1cb74ba12370.setContent(html_6398002d89166800d58d1f938ab46924);
|
|
|
|
|
|
|
|
marker_7454b7e59f4388dacb569fe58db61198.bindPopup(popup_a406c4043c8ac1691d8c1cb74ba12370)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7454b7e59f4388dacb569fe58db61198.setIcon(icon_1d4dce541739f4663c7b694e2dc8da4d);
|
|
|
|
|
|
var marker_04e395b60feeff0b655c646256adb1aa = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_bfd09c1dbbbbf7561a4cf985740fa154 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f3c4406ed889f440ac1c92ef7255ca3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e964caa457ac2de8733f1c30c3542cae = $(`<div id="html_e964caa457ac2de8733f1c30c3542cae" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_7f3c4406ed889f440ac1c92ef7255ca3.setContent(html_e964caa457ac2de8733f1c30c3542cae);
|
|
|
|
|
|
|
|
marker_04e395b60feeff0b655c646256adb1aa.bindPopup(popup_7f3c4406ed889f440ac1c92ef7255ca3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04e395b60feeff0b655c646256adb1aa.setIcon(icon_bfd09c1dbbbbf7561a4cf985740fa154);
|
|
|
|
|
|
var marker_a5dc11d70b0dfb6fec7abb46898940df = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_47c013f265fa2c9e85682e8ce307a425 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eeb81fb8451abf8d75fba121720f3d67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47bc2ddf798f2828a3cddaa29fc7fbfd = $(`<div id="html_47bc2ddf798f2828a3cddaa29fc7fbfd" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_eeb81fb8451abf8d75fba121720f3d67.setContent(html_47bc2ddf798f2828a3cddaa29fc7fbfd);
|
|
|
|
|
|
|
|
marker_a5dc11d70b0dfb6fec7abb46898940df.bindPopup(popup_eeb81fb8451abf8d75fba121720f3d67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5dc11d70b0dfb6fec7abb46898940df.setIcon(icon_47c013f265fa2c9e85682e8ce307a425);
|
|
|
|
|
|
var marker_288194d32b3a9ef17a6b85f28168d13a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_7aaadc518af4a9d40b5af33676c0bb63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25bfc048822a6f8ac2953a9836fe6111 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbf98a92edeba6aa8dede67725b2126a = $(`<div id="html_bbf98a92edeba6aa8dede67725b2126a" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_25bfc048822a6f8ac2953a9836fe6111.setContent(html_bbf98a92edeba6aa8dede67725b2126a);
|
|
|
|
|
|
|
|
marker_288194d32b3a9ef17a6b85f28168d13a.bindPopup(popup_25bfc048822a6f8ac2953a9836fe6111)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_288194d32b3a9ef17a6b85f28168d13a.setIcon(icon_7aaadc518af4a9d40b5af33676c0bb63);
|
|
|
|
|
|
var marker_2b19d8b1fe46d8b701f61dc851b572a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_5b80571f96ea2362eed78fc22d9c9ace = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d3c23d9fcad3ddff1e000a74e93aa01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e87c952bca3e6d0c0a66e4413a0521c1 = $(`<div id="html_e87c952bca3e6d0c0a66e4413a0521c1" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_6d3c23d9fcad3ddff1e000a74e93aa01.setContent(html_e87c952bca3e6d0c0a66e4413a0521c1);
|
|
|
|
|
|
|
|
marker_2b19d8b1fe46d8b701f61dc851b572a3.bindPopup(popup_6d3c23d9fcad3ddff1e000a74e93aa01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b19d8b1fe46d8b701f61dc851b572a3.setIcon(icon_5b80571f96ea2362eed78fc22d9c9ace);
|
|
|
|
|
|
var marker_799fd1b5f3de0ef68fddc2975b38b28e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_4be8f8d1ed0d59cefa2a49334019697c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90b7595ba0b47c3e3c47d43ebb41d89f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_255ae9d764209fb093d6e410b3c31005 = $(`<div id="html_255ae9d764209fb093d6e410b3c31005" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_90b7595ba0b47c3e3c47d43ebb41d89f.setContent(html_255ae9d764209fb093d6e410b3c31005);
|
|
|
|
|
|
|
|
marker_799fd1b5f3de0ef68fddc2975b38b28e.bindPopup(popup_90b7595ba0b47c3e3c47d43ebb41d89f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_799fd1b5f3de0ef68fddc2975b38b28e.setIcon(icon_4be8f8d1ed0d59cefa2a49334019697c);
|
|
|
|
|
|
var marker_506926aa3061d1b3c7741c19538dea75 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_ee74ddf939bce55899f66529ae08587c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa68e71f040cf44cee77159ca9c45095 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e8bc07341afac2b509a048eaf7aa705 = $(`<div id="html_3e8bc07341afac2b509a048eaf7aa705" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_fa68e71f040cf44cee77159ca9c45095.setContent(html_3e8bc07341afac2b509a048eaf7aa705);
|
|
|
|
|
|
|
|
marker_506926aa3061d1b3c7741c19538dea75.bindPopup(popup_fa68e71f040cf44cee77159ca9c45095)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_506926aa3061d1b3c7741c19538dea75.setIcon(icon_ee74ddf939bce55899f66529ae08587c);
|
|
|
|
|
|
var marker_68f15a64b538563d8d9fe6ff378226b4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_d0467f23bae1fb08b15e12869f8f5e58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb35d889fb88c9cd0b801df5817c3822 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fd7e074907e77631afbefabeb9c0528 = $(`<div id="html_4fd7e074907e77631afbefabeb9c0528" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_fb35d889fb88c9cd0b801df5817c3822.setContent(html_4fd7e074907e77631afbefabeb9c0528);
|
|
|
|
|
|
|
|
marker_68f15a64b538563d8d9fe6ff378226b4.bindPopup(popup_fb35d889fb88c9cd0b801df5817c3822)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68f15a64b538563d8d9fe6ff378226b4.setIcon(icon_d0467f23bae1fb08b15e12869f8f5e58);
|
|
|
|
|
|
var marker_7d1543a6d27b2ec44d7fbd2834468f01 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_244b5312f19fbb2f92c6b646da7c72b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b11d4d668acf9d8885d9abffab08b8b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8b573a9c2a422aede623bbd068c8cdf = $(`<div id="html_d8b573a9c2a422aede623bbd068c8cdf" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_b11d4d668acf9d8885d9abffab08b8b5.setContent(html_d8b573a9c2a422aede623bbd068c8cdf);
|
|
|
|
|
|
|
|
marker_7d1543a6d27b2ec44d7fbd2834468f01.bindPopup(popup_b11d4d668acf9d8885d9abffab08b8b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d1543a6d27b2ec44d7fbd2834468f01.setIcon(icon_244b5312f19fbb2f92c6b646da7c72b6);
|
|
|
|
|
|
var marker_f3c7df5227a22bdf23b9e97abfb79fba = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_e486c514f8db1f2cb5e5330f4ef4df46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f051514278bae36eeb0df947a2156872 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c966b37075a7edd99e565514c96ff4d3 = $(`<div id="html_c966b37075a7edd99e565514c96ff4d3" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_f051514278bae36eeb0df947a2156872.setContent(html_c966b37075a7edd99e565514c96ff4d3);
|
|
|
|
|
|
|
|
marker_f3c7df5227a22bdf23b9e97abfb79fba.bindPopup(popup_f051514278bae36eeb0df947a2156872)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3c7df5227a22bdf23b9e97abfb79fba.setIcon(icon_e486c514f8db1f2cb5e5330f4ef4df46);
|
|
|
|
|
|
var marker_4c9703ddeb813e10fef43a48b8fc80e4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_22461a289ae4836619de35c5c166f5bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bc30860246b4976eedb9c4331d7f851 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8dead708e67f2010bf7f82404b49378 = $(`<div id="html_b8dead708e67f2010bf7f82404b49378" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_8bc30860246b4976eedb9c4331d7f851.setContent(html_b8dead708e67f2010bf7f82404b49378);
|
|
|
|
|
|
|
|
marker_4c9703ddeb813e10fef43a48b8fc80e4.bindPopup(popup_8bc30860246b4976eedb9c4331d7f851)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c9703ddeb813e10fef43a48b8fc80e4.setIcon(icon_22461a289ae4836619de35c5c166f5bf);
|
|
|
|
|
|
var marker_065723c31ef34a43e451bd8e8bb2a0b6 = L.marker(
|
|
[13.7234, 100.784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_e5edc79723e45afff9dd220e37e62df6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9da278e04b6a84c8ca80907634d44eca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34204ef4144e5b27a5402ec7f6f9dbc1 = $(`<div id="html_34204ef4144e5b27a5402ec7f6f9dbc1" style="width: 100.0%; height: 100.0%;">relay.mapboss.co.th</div>`)[0];
|
|
popup_9da278e04b6a84c8ca80907634d44eca.setContent(html_34204ef4144e5b27a5402ec7f6f9dbc1);
|
|
|
|
|
|
|
|
marker_065723c31ef34a43e451bd8e8bb2a0b6.bindPopup(popup_9da278e04b6a84c8ca80907634d44eca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_065723c31ef34a43e451bd8e8bb2a0b6.setIcon(icon_e5edc79723e45afff9dd220e37e62df6);
|
|
|
|
|
|
var marker_471ee5084bc0d1eb744bca7f6facbcba = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_5c89ec5f608f0c67366bc6d93ad61993 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0866bfc56612f035a13fea31d80a9fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48060636cacac1ec1b3684670f830c25 = $(`<div id="html_48060636cacac1ec1b3684670f830c25" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_a0866bfc56612f035a13fea31d80a9fe.setContent(html_48060636cacac1ec1b3684670f830c25);
|
|
|
|
|
|
|
|
marker_471ee5084bc0d1eb744bca7f6facbcba.bindPopup(popup_a0866bfc56612f035a13fea31d80a9fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_471ee5084bc0d1eb744bca7f6facbcba.setIcon(icon_5c89ec5f608f0c67366bc6d93ad61993);
|
|
|
|
|
|
var marker_3efbef974ba3a301f7afb92c8be5adba = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_92a588902c765341abfc926a9fc0c882 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fed3492d2bb200504a5bc4f3334d1789 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c11b979ab3e58d105c343a654f79bead = $(`<div id="html_c11b979ab3e58d105c343a654f79bead" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_fed3492d2bb200504a5bc4f3334d1789.setContent(html_c11b979ab3e58d105c343a654f79bead);
|
|
|
|
|
|
|
|
marker_3efbef974ba3a301f7afb92c8be5adba.bindPopup(popup_fed3492d2bb200504a5bc4f3334d1789)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3efbef974ba3a301f7afb92c8be5adba.setIcon(icon_92a588902c765341abfc926a9fc0c882);
|
|
|
|
|
|
var marker_50665aaeabe45f211ae46c77087e8966 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_a63d8cf4f12de5d6685c88fea0ef420d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da19e5e59a17307a2f099658af5a540f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a11c2364408724d9e30925bdb700c839 = $(`<div id="html_a11c2364408724d9e30925bdb700c839" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_da19e5e59a17307a2f099658af5a540f.setContent(html_a11c2364408724d9e30925bdb700c839);
|
|
|
|
|
|
|
|
marker_50665aaeabe45f211ae46c77087e8966.bindPopup(popup_da19e5e59a17307a2f099658af5a540f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50665aaeabe45f211ae46c77087e8966.setIcon(icon_a63d8cf4f12de5d6685c88fea0ef420d);
|
|
|
|
|
|
var marker_fd5f3102cbe6e5940bc326d82fd5814e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_31a4afe18ff2e48ce002b16ddf4b7398 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39c5fc906ee86ca685ccc8cd1c15808c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8378a75e63824ccdcbb878a0885ae19b = $(`<div id="html_8378a75e63824ccdcbb878a0885ae19b" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_39c5fc906ee86ca685ccc8cd1c15808c.setContent(html_8378a75e63824ccdcbb878a0885ae19b);
|
|
|
|
|
|
|
|
marker_fd5f3102cbe6e5940bc326d82fd5814e.bindPopup(popup_39c5fc906ee86ca685ccc8cd1c15808c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd5f3102cbe6e5940bc326d82fd5814e.setIcon(icon_31a4afe18ff2e48ce002b16ddf4b7398);
|
|
|
|
|
|
var marker_0fc05b0c39f2e2ff123a7b5bdf607f4c = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_9e160dac85273b11deada55a5d3ae0b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92d04a094686b0758e7f6ea24b681ce9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8292506e7c11929b606dc579f3d5c41d = $(`<div id="html_8292506e7c11929b606dc579f3d5c41d" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_92d04a094686b0758e7f6ea24b681ce9.setContent(html_8292506e7c11929b606dc579f3d5c41d);
|
|
|
|
|
|
|
|
marker_0fc05b0c39f2e2ff123a7b5bdf607f4c.bindPopup(popup_92d04a094686b0758e7f6ea24b681ce9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fc05b0c39f2e2ff123a7b5bdf607f4c.setIcon(icon_9e160dac85273b11deada55a5d3ae0b1);
|
|
|
|
|
|
var marker_0de251cb769658f5d2887a0f5c5bd334 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_0ff2cbdd7702c3f4bb33d1dbd75a314b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cb356e1cb9374e8ffa55a597dd16422 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a92249570410acd19da1db2ffa48ce9 = $(`<div id="html_2a92249570410acd19da1db2ffa48ce9" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_6cb356e1cb9374e8ffa55a597dd16422.setContent(html_2a92249570410acd19da1db2ffa48ce9);
|
|
|
|
|
|
|
|
marker_0de251cb769658f5d2887a0f5c5bd334.bindPopup(popup_6cb356e1cb9374e8ffa55a597dd16422)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0de251cb769658f5d2887a0f5c5bd334.setIcon(icon_0ff2cbdd7702c3f4bb33d1dbd75a314b);
|
|
|
|
|
|
var marker_4681e0ca884230121f94cc0ef5979ff9 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_416b94ea565c0625bfbee8cee6109642 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_598e2f85a23083b93071976a6a3489b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2585a83aeb457a91ff3327d8e4bcc7fe = $(`<div id="html_2585a83aeb457a91ff3327d8e4bcc7fe" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_598e2f85a23083b93071976a6a3489b6.setContent(html_2585a83aeb457a91ff3327d8e4bcc7fe);
|
|
|
|
|
|
|
|
marker_4681e0ca884230121f94cc0ef5979ff9.bindPopup(popup_598e2f85a23083b93071976a6a3489b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4681e0ca884230121f94cc0ef5979ff9.setIcon(icon_416b94ea565c0625bfbee8cee6109642);
|
|
|
|
|
|
var marker_78e69a49510c025e4074862be61e8124 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_b0d4f289ba0b6b52c9b43cfcf9cfbe98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bbf53fe0a72ef9c29eda1eb02f669db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46715d4a52e2e913c0a786ab15109929 = $(`<div id="html_46715d4a52e2e913c0a786ab15109929" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_5bbf53fe0a72ef9c29eda1eb02f669db.setContent(html_46715d4a52e2e913c0a786ab15109929);
|
|
|
|
|
|
|
|
marker_78e69a49510c025e4074862be61e8124.bindPopup(popup_5bbf53fe0a72ef9c29eda1eb02f669db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78e69a49510c025e4074862be61e8124.setIcon(icon_b0d4f289ba0b6b52c9b43cfcf9cfbe98);
|
|
|
|
|
|
var marker_f8293e4fade441d8aae82bf0c588c52a = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_1f15e63b22619c1fa9bfbca46e60566d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d04473e59a778b74eb58700742b9e83d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_561dfb491a9cc806376389b1d11e6a5f = $(`<div id="html_561dfb491a9cc806376389b1d11e6a5f" style="width: 100.0%; height: 100.0%;">relay.earthly.city</div>`)[0];
|
|
popup_d04473e59a778b74eb58700742b9e83d.setContent(html_561dfb491a9cc806376389b1d11e6a5f);
|
|
|
|
|
|
|
|
marker_f8293e4fade441d8aae82bf0c588c52a.bindPopup(popup_d04473e59a778b74eb58700742b9e83d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8293e4fade441d8aae82bf0c588c52a.setIcon(icon_1f15e63b22619c1fa9bfbca46e60566d);
|
|
|
|
|
|
var marker_9d5b2e393edc4f72b389db3b8f32566b = L.marker(
|
|
[41.5284, -87.4237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_3922047fbfc0a20fab322adda501bd9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08c40fedb4f4b1617414deefbaa16028 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7cf7ad858c32d29d3ec4cbf42fe3da8 = $(`<div id="html_d7cf7ad858c32d29d3ec4cbf42fe3da8" style="width: 100.0%; height: 100.0%;">bbw-nostr.xyz</div>`)[0];
|
|
popup_08c40fedb4f4b1617414deefbaa16028.setContent(html_d7cf7ad858c32d29d3ec4cbf42fe3da8);
|
|
|
|
|
|
|
|
marker_9d5b2e393edc4f72b389db3b8f32566b.bindPopup(popup_08c40fedb4f4b1617414deefbaa16028)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d5b2e393edc4f72b389db3b8f32566b.setIcon(icon_3922047fbfc0a20fab322adda501bd9f);
|
|
|
|
|
|
var marker_8305a398f60a643641862717bdf3282f = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_fd137dd66220d5d6a60884d8341c19e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0bd2592d6dd50d99c4dc0beda329de4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4e5ae8a5ba8cdd57ea6648d963cc4ae = $(`<div id="html_e4e5ae8a5ba8cdd57ea6648d963cc4ae" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_b0bd2592d6dd50d99c4dc0beda329de4.setContent(html_e4e5ae8a5ba8cdd57ea6648d963cc4ae);
|
|
|
|
|
|
|
|
marker_8305a398f60a643641862717bdf3282f.bindPopup(popup_b0bd2592d6dd50d99c4dc0beda329de4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8305a398f60a643641862717bdf3282f.setIcon(icon_fd137dd66220d5d6a60884d8341c19e8);
|
|
|
|
|
|
var marker_182fb971cc82040b50f48d5ae0eefae3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c5a40bcff97c1c53fcee2678cd59c9c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c2b642b6a7b01ef0be49e43f24a8591 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14456d946440308ef648f63fdbfd4873 = $(`<div id="html_14456d946440308ef648f63fdbfd4873" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_3c2b642b6a7b01ef0be49e43f24a8591.setContent(html_14456d946440308ef648f63fdbfd4873);
|
|
|
|
|
|
|
|
marker_182fb971cc82040b50f48d5ae0eefae3.bindPopup(popup_3c2b642b6a7b01ef0be49e43f24a8591)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_182fb971cc82040b50f48d5ae0eefae3.setIcon(icon_c5a40bcff97c1c53fcee2678cd59c9c6);
|
|
|
|
|
|
var marker_fd243addf747fa49333dbe460c64dfe2 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_8cc266ebe438ee1e874753cff89b020f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6af2d6c9f2697e358c4b6b7a642248f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85932ee01709ab1ab352aed73f6e073c = $(`<div id="html_85932ee01709ab1ab352aed73f6e073c" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_d6af2d6c9f2697e358c4b6b7a642248f.setContent(html_85932ee01709ab1ab352aed73f6e073c);
|
|
|
|
|
|
|
|
marker_fd243addf747fa49333dbe460c64dfe2.bindPopup(popup_d6af2d6c9f2697e358c4b6b7a642248f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd243addf747fa49333dbe460c64dfe2.setIcon(icon_8cc266ebe438ee1e874753cff89b020f);
|
|
|
|
|
|
var marker_65ea2e6b3f1c8b2a8d1cd22b8e4c14a6 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_e5110d994108f8115be2e501108ebd4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e17c1abac8779dde8845367a12fe75fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_137e0c1588910ad963a1c72f942f2e7b = $(`<div id="html_137e0c1588910ad963a1c72f942f2e7b" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_e17c1abac8779dde8845367a12fe75fc.setContent(html_137e0c1588910ad963a1c72f942f2e7b);
|
|
|
|
|
|
|
|
marker_65ea2e6b3f1c8b2a8d1cd22b8e4c14a6.bindPopup(popup_e17c1abac8779dde8845367a12fe75fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65ea2e6b3f1c8b2a8d1cd22b8e4c14a6.setIcon(icon_e5110d994108f8115be2e501108ebd4a);
|
|
|
|
|
|
var marker_5f0e5b93143a27c6b0f23ae2550037a1 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_b497401719890438e25ab833c7ee436f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_824e6e7cd3dd7b7923c80f9e0a56a693 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e5586302c3aea305177669688d232e4 = $(`<div id="html_8e5586302c3aea305177669688d232e4" style="width: 100.0%; height: 100.0%;">memlay.v0l.io</div>`)[0];
|
|
popup_824e6e7cd3dd7b7923c80f9e0a56a693.setContent(html_8e5586302c3aea305177669688d232e4);
|
|
|
|
|
|
|
|
marker_5f0e5b93143a27c6b0f23ae2550037a1.bindPopup(popup_824e6e7cd3dd7b7923c80f9e0a56a693)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f0e5b93143a27c6b0f23ae2550037a1.setIcon(icon_b497401719890438e25ab833c7ee436f);
|
|
|
|
|
|
var marker_5532fb0b7ef8cad90a9e19e7771ad58d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_4f728cd129007e48e338d950bbcfd505 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_436f5ec3315035c3ff3bc5539ccedcff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2dcf227a0017661aa2c64a756099358 = $(`<div id="html_a2dcf227a0017661aa2c64a756099358" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_436f5ec3315035c3ff3bc5539ccedcff.setContent(html_a2dcf227a0017661aa2c64a756099358);
|
|
|
|
|
|
|
|
marker_5532fb0b7ef8cad90a9e19e7771ad58d.bindPopup(popup_436f5ec3315035c3ff3bc5539ccedcff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5532fb0b7ef8cad90a9e19e7771ad58d.setIcon(icon_4f728cd129007e48e338d950bbcfd505);
|
|
|
|
|
|
var marker_28a74da0720a775d53501c672575fce1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_f3bb50c30b56b915f13de65498139a7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb3b09bbfaa05320ced7475d67280423 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d3e28cf8b3b5c5f0491b3fecda4156b = $(`<div id="html_4d3e28cf8b3b5c5f0491b3fecda4156b" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_cb3b09bbfaa05320ced7475d67280423.setContent(html_4d3e28cf8b3b5c5f0491b3fecda4156b);
|
|
|
|
|
|
|
|
marker_28a74da0720a775d53501c672575fce1.bindPopup(popup_cb3b09bbfaa05320ced7475d67280423)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28a74da0720a775d53501c672575fce1.setIcon(icon_f3bb50c30b56b915f13de65498139a7d);
|
|
|
|
|
|
var marker_38d3cad634cfaa945b201d3495921f44 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_eb8211c7660b8a76ec79301808398cf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_739ccfb425990f331d8a340c3126520a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_344d627c7f7aed12d31f9a3842cbcb49 = $(`<div id="html_344d627c7f7aed12d31f9a3842cbcb49" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_739ccfb425990f331d8a340c3126520a.setContent(html_344d627c7f7aed12d31f9a3842cbcb49);
|
|
|
|
|
|
|
|
marker_38d3cad634cfaa945b201d3495921f44.bindPopup(popup_739ccfb425990f331d8a340c3126520a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38d3cad634cfaa945b201d3495921f44.setIcon(icon_eb8211c7660b8a76ec79301808398cf1);
|
|
|
|
|
|
var marker_6dcb2982c35948136c8b00a7c28be54b = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_12e1258375fc4b6266ba8a1f770bc38a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccd91e306b0dd31af70e0046d14635b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2aea5074e18bbc3af0ea942eb630032b = $(`<div id="html_2aea5074e18bbc3af0ea942eb630032b" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_ccd91e306b0dd31af70e0046d14635b7.setContent(html_2aea5074e18bbc3af0ea942eb630032b);
|
|
|
|
|
|
|
|
marker_6dcb2982c35948136c8b00a7c28be54b.bindPopup(popup_ccd91e306b0dd31af70e0046d14635b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6dcb2982c35948136c8b00a7c28be54b.setIcon(icon_12e1258375fc4b6266ba8a1f770bc38a);
|
|
|
|
|
|
var marker_8d80ccf41daa49b915ffe938ae2a54bc = L.marker(
|
|
[45.5152, -122.678],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_33971ce9a953f5475983cffd3318e5b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffd39e78ba8f027e896b3d9bda6bc279 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c00fc75445b67da6feb943cc4f5fae9 = $(`<div id="html_9c00fc75445b67da6feb943cc4f5fae9" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_ffd39e78ba8f027e896b3d9bda6bc279.setContent(html_9c00fc75445b67da6feb943cc4f5fae9);
|
|
|
|
|
|
|
|
marker_8d80ccf41daa49b915ffe938ae2a54bc.bindPopup(popup_ffd39e78ba8f027e896b3d9bda6bc279)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d80ccf41daa49b915ffe938ae2a54bc.setIcon(icon_33971ce9a953f5475983cffd3318e5b2);
|
|
|
|
|
|
var marker_bb55482b5f7033e6b2d14837abdaaff4 = L.marker(
|
|
[41.3888, 2.15899],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_182927e52ed4ee9feae388a00212f990 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b6239d0f1b2ba23af9897ad830e02d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3c4537de6467fb18457a05334cd7e44 = $(`<div id="html_a3c4537de6467fb18457a05334cd7e44" style="width: 100.0%; height: 100.0%;">relay.boredvictor.xyz</div>`)[0];
|
|
popup_9b6239d0f1b2ba23af9897ad830e02d6.setContent(html_a3c4537de6467fb18457a05334cd7e44);
|
|
|
|
|
|
|
|
marker_bb55482b5f7033e6b2d14837abdaaff4.bindPopup(popup_9b6239d0f1b2ba23af9897ad830e02d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb55482b5f7033e6b2d14837abdaaff4.setIcon(icon_182927e52ed4ee9feae388a00212f990);
|
|
|
|
|
|
var marker_3f5e009c0e093270c1f75187e2bd3232 = L.marker(
|
|
[12.9333, 100.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c013bfbfb80deb8e2cf6aff221d06d92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b8e434fcb1459d9b5f3308ab59cd058 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10821ba525750b7c5722e3b0642b3d86 = $(`<div id="html_10821ba525750b7c5722e3b0642b3d86" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_2b8e434fcb1459d9b5f3308ab59cd058.setContent(html_10821ba525750b7c5722e3b0642b3d86);
|
|
|
|
|
|
|
|
marker_3f5e009c0e093270c1f75187e2bd3232.bindPopup(popup_2b8e434fcb1459d9b5f3308ab59cd058)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f5e009c0e093270c1f75187e2bd3232.setIcon(icon_c013bfbfb80deb8e2cf6aff221d06d92);
|
|
|
|
|
|
var marker_40a78bf45c3e3d942c3cc17479836ef6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c54c6754ad3040fcdaabba985e78fcc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc1e00e8b855605585aa252ceff3f98f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c43c3aec6c1be5bd0fb65f7006c4f87 = $(`<div id="html_0c43c3aec6c1be5bd0fb65f7006c4f87" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_fc1e00e8b855605585aa252ceff3f98f.setContent(html_0c43c3aec6c1be5bd0fb65f7006c4f87);
|
|
|
|
|
|
|
|
marker_40a78bf45c3e3d942c3cc17479836ef6.bindPopup(popup_fc1e00e8b855605585aa252ceff3f98f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40a78bf45c3e3d942c3cc17479836ef6.setIcon(icon_c54c6754ad3040fcdaabba985e78fcc1);
|
|
|
|
|
|
var marker_067478722cb6fcfeb0331290e4606215 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_58aeff1afb40a9b7de299fb3251907e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_017ba439e522c7e5a2647df3fd5eb13e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9744e92352df4b94eb3159340cd20c9 = $(`<div id="html_f9744e92352df4b94eb3159340cd20c9" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_017ba439e522c7e5a2647df3fd5eb13e.setContent(html_f9744e92352df4b94eb3159340cd20c9);
|
|
|
|
|
|
|
|
marker_067478722cb6fcfeb0331290e4606215.bindPopup(popup_017ba439e522c7e5a2647df3fd5eb13e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_067478722cb6fcfeb0331290e4606215.setIcon(icon_58aeff1afb40a9b7de299fb3251907e3);
|
|
|
|
|
|
var marker_566c8c9186d34091585991c2a580f25e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c5597f2d44877dbca4a42455e029056e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b3568b3cbde461566414e70b3858b8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08dc4b668319e5d15704384a217f75f4 = $(`<div id="html_08dc4b668319e5d15704384a217f75f4" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_0b3568b3cbde461566414e70b3858b8e.setContent(html_08dc4b668319e5d15704384a217f75f4);
|
|
|
|
|
|
|
|
marker_566c8c9186d34091585991c2a580f25e.bindPopup(popup_0b3568b3cbde461566414e70b3858b8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_566c8c9186d34091585991c2a580f25e.setIcon(icon_c5597f2d44877dbca4a42455e029056e);
|
|
|
|
|
|
var marker_871e9a339d1e0a9fe0d1970f73dbc57a = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_2f7de943c439b13cc4569bf308d98767 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_535e0001a5366381667d2f3d6fcc063d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9e30a3868e5aa77f4e626aa4d4c97bb = $(`<div id="html_f9e30a3868e5aa77f4e626aa4d4c97bb" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_535e0001a5366381667d2f3d6fcc063d.setContent(html_f9e30a3868e5aa77f4e626aa4d4c97bb);
|
|
|
|
|
|
|
|
marker_871e9a339d1e0a9fe0d1970f73dbc57a.bindPopup(popup_535e0001a5366381667d2f3d6fcc063d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_871e9a339d1e0a9fe0d1970f73dbc57a.setIcon(icon_2f7de943c439b13cc4569bf308d98767);
|
|
|
|
|
|
var marker_fcef6b7d62a693bd9b9621688f8435af = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_d7f6ccbd3a4bec03d5b3ac6e6b5bb67e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_247439effd4fc36dbed6483afe8c3a26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e8e2705d7eb55efe56712c223c77865 = $(`<div id="html_4e8e2705d7eb55efe56712c223c77865" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_247439effd4fc36dbed6483afe8c3a26.setContent(html_4e8e2705d7eb55efe56712c223c77865);
|
|
|
|
|
|
|
|
marker_fcef6b7d62a693bd9b9621688f8435af.bindPopup(popup_247439effd4fc36dbed6483afe8c3a26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcef6b7d62a693bd9b9621688f8435af.setIcon(icon_d7f6ccbd3a4bec03d5b3ac6e6b5bb67e);
|
|
|
|
|
|
var marker_5af888d0b03b90f34e30bb7a06544faa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_f1a129b161fe50a5b0566a3503dcf42d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e50ecde4aaf027c0a813f38bd09b22b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ca7ac7fc8319d552ea8d64f2e067975 = $(`<div id="html_8ca7ac7fc8319d552ea8d64f2e067975" style="width: 100.0%; height: 100.0%;">nostr.wom.wtf</div>`)[0];
|
|
popup_e50ecde4aaf027c0a813f38bd09b22b9.setContent(html_8ca7ac7fc8319d552ea8d64f2e067975);
|
|
|
|
|
|
|
|
marker_5af888d0b03b90f34e30bb7a06544faa.bindPopup(popup_e50ecde4aaf027c0a813f38bd09b22b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5af888d0b03b90f34e30bb7a06544faa.setIcon(icon_f1a129b161fe50a5b0566a3503dcf42d);
|
|
|
|
|
|
var marker_ae79f12a81fbb2de24390abdd7816cb5 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c626c1424e4d59448e6a514879aeb388 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a42e2605efe0271877fcf227e55a2e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afbe94facad49fdcd382ab041145aeae = $(`<div id="html_afbe94facad49fdcd382ab041145aeae" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_5a42e2605efe0271877fcf227e55a2e8.setContent(html_afbe94facad49fdcd382ab041145aeae);
|
|
|
|
|
|
|
|
marker_ae79f12a81fbb2de24390abdd7816cb5.bindPopup(popup_5a42e2605efe0271877fcf227e55a2e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae79f12a81fbb2de24390abdd7816cb5.setIcon(icon_c626c1424e4d59448e6a514879aeb388);
|
|
|
|
|
|
var marker_8311abf87be3197783b7b2b015c1922a = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_abffae72f965317d787fd4e16519a1c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f45f3b4f640a0005337fee178b6b8441 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_311fde5b2f98da3b7e7b23dd81f6af1d = $(`<div id="html_311fde5b2f98da3b7e7b23dd81f6af1d" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_f45f3b4f640a0005337fee178b6b8441.setContent(html_311fde5b2f98da3b7e7b23dd81f6af1d);
|
|
|
|
|
|
|
|
marker_8311abf87be3197783b7b2b015c1922a.bindPopup(popup_f45f3b4f640a0005337fee178b6b8441)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8311abf87be3197783b7b2b015c1922a.setIcon(icon_abffae72f965317d787fd4e16519a1c4);
|
|
|
|
|
|
var marker_df7586cc47b42888a7fd4ba23e51161e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_a9001790cd81960e9fad85723eb80c33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_968559edc4d911e1f5f195f98096f070 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fbe1bc4a6410b24ddf204b8b13709de = $(`<div id="html_6fbe1bc4a6410b24ddf204b8b13709de" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_968559edc4d911e1f5f195f98096f070.setContent(html_6fbe1bc4a6410b24ddf204b8b13709de);
|
|
|
|
|
|
|
|
marker_df7586cc47b42888a7fd4ba23e51161e.bindPopup(popup_968559edc4d911e1f5f195f98096f070)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df7586cc47b42888a7fd4ba23e51161e.setIcon(icon_a9001790cd81960e9fad85723eb80c33);
|
|
|
|
|
|
var marker_375de101e90a19d32914336a865994a0 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_aabeab835e3b41a2b42ee490f39bcbad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a54368bb282f76259eacce13138f7fc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2062a918c0aac3306ee890c3bc86c329 = $(`<div id="html_2062a918c0aac3306ee890c3bc86c329" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_a54368bb282f76259eacce13138f7fc4.setContent(html_2062a918c0aac3306ee890c3bc86c329);
|
|
|
|
|
|
|
|
marker_375de101e90a19d32914336a865994a0.bindPopup(popup_a54368bb282f76259eacce13138f7fc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_375de101e90a19d32914336a865994a0.setIcon(icon_aabeab835e3b41a2b42ee490f39bcbad);
|
|
|
|
|
|
var marker_ee95c9f545e1190c890eba3777a4a6d9 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_1174f36cda0091244d3eb6e45af9236c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc94b782b26391d012cdee433f5b79a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_936d63d9dfcaf813956df1e15fd78356 = $(`<div id="html_936d63d9dfcaf813956df1e15fd78356" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_bc94b782b26391d012cdee433f5b79a2.setContent(html_936d63d9dfcaf813956df1e15fd78356);
|
|
|
|
|
|
|
|
marker_ee95c9f545e1190c890eba3777a4a6d9.bindPopup(popup_bc94b782b26391d012cdee433f5b79a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee95c9f545e1190c890eba3777a4a6d9.setIcon(icon_1174f36cda0091244d3eb6e45af9236c);
|
|
|
|
|
|
var marker_93edc6f7d4e5485535660f9bf542fa2b = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_df707fa5573e0cd1d72f2b489d2b4c66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85e9d0185ae92096120f1f671262aa7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f5961c53c3672cb7371b0c638c9b22b = $(`<div id="html_6f5961c53c3672cb7371b0c638c9b22b" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_85e9d0185ae92096120f1f671262aa7a.setContent(html_6f5961c53c3672cb7371b0c638c9b22b);
|
|
|
|
|
|
|
|
marker_93edc6f7d4e5485535660f9bf542fa2b.bindPopup(popup_85e9d0185ae92096120f1f671262aa7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93edc6f7d4e5485535660f9bf542fa2b.setIcon(icon_df707fa5573e0cd1d72f2b489d2b4c66);
|
|
|
|
|
|
var marker_e9baa101681781826982c2b45a91047f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_6db897bd3ca1f6795a7165c4f1ce74f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb77a480814b23f85b1f42c7c8811b64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faf080930afd2e55e5315ce3f2872f71 = $(`<div id="html_faf080930afd2e55e5315ce3f2872f71" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_bb77a480814b23f85b1f42c7c8811b64.setContent(html_faf080930afd2e55e5315ce3f2872f71);
|
|
|
|
|
|
|
|
marker_e9baa101681781826982c2b45a91047f.bindPopup(popup_bb77a480814b23f85b1f42c7c8811b64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9baa101681781826982c2b45a91047f.setIcon(icon_6db897bd3ca1f6795a7165c4f1ce74f6);
|
|
|
|
|
|
var marker_668d0f30454ab388533bcacdeb272f28 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_562348ff4897de59ba2b1e3e773e6f78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5eb2b8b2890b77d4de51b341a94bec16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca4f0ad8319dd9cf55ef6e7d25d3c984 = $(`<div id="html_ca4f0ad8319dd9cf55ef6e7d25d3c984" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_5eb2b8b2890b77d4de51b341a94bec16.setContent(html_ca4f0ad8319dd9cf55ef6e7d25d3c984);
|
|
|
|
|
|
|
|
marker_668d0f30454ab388533bcacdeb272f28.bindPopup(popup_5eb2b8b2890b77d4de51b341a94bec16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_668d0f30454ab388533bcacdeb272f28.setIcon(icon_562348ff4897de59ba2b1e3e773e6f78);
|
|
|
|
|
|
var marker_c25f5ad68060690729f77511467eb3e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_6a1cfa1fb882c549555187b7bb1f37b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_526b4e57de7503b537875e89a41348c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cec3a01954d50b9f1e334a36abcff81 = $(`<div id="html_4cec3a01954d50b9f1e334a36abcff81" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_526b4e57de7503b537875e89a41348c0.setContent(html_4cec3a01954d50b9f1e334a36abcff81);
|
|
|
|
|
|
|
|
marker_c25f5ad68060690729f77511467eb3e3.bindPopup(popup_526b4e57de7503b537875e89a41348c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c25f5ad68060690729f77511467eb3e3.setIcon(icon_6a1cfa1fb882c549555187b7bb1f37b0);
|
|
|
|
|
|
var marker_c3bb5508d539ec40f3d7f2f5ff093749 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_0740ad4b90d2cb14f564e3bcf2722f90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_050517562eab68fa4cb6f8a80266910b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1526e9f62b7a8b672871db1e3a94c71 = $(`<div id="html_d1526e9f62b7a8b672871db1e3a94c71" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_050517562eab68fa4cb6f8a80266910b.setContent(html_d1526e9f62b7a8b672871db1e3a94c71);
|
|
|
|
|
|
|
|
marker_c3bb5508d539ec40f3d7f2f5ff093749.bindPopup(popup_050517562eab68fa4cb6f8a80266910b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3bb5508d539ec40f3d7f2f5ff093749.setIcon(icon_0740ad4b90d2cb14f564e3bcf2722f90);
|
|
|
|
|
|
var marker_38adcc134179750e714e864c944ae3b4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_98e5d2cb289c13e5a116c410d9850131 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb1caccff3dff4b6bd10616d2f440f26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fde43484452ff33ab3c0dd7ee2f7a442 = $(`<div id="html_fde43484452ff33ab3c0dd7ee2f7a442" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_fb1caccff3dff4b6bd10616d2f440f26.setContent(html_fde43484452ff33ab3c0dd7ee2f7a442);
|
|
|
|
|
|
|
|
marker_38adcc134179750e714e864c944ae3b4.bindPopup(popup_fb1caccff3dff4b6bd10616d2f440f26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38adcc134179750e714e864c944ae3b4.setIcon(icon_98e5d2cb289c13e5a116c410d9850131);
|
|
|
|
|
|
var marker_21ce4b3ede233d6131e4eb9801cd5dd7 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_db227e6d47fb2cefd068a9dde988f142 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9797ef0c58186f3bd66b2e38f82bf7ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a8e79145fef6292b28a8771174f73eb = $(`<div id="html_3a8e79145fef6292b28a8771174f73eb" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_9797ef0c58186f3bd66b2e38f82bf7ef.setContent(html_3a8e79145fef6292b28a8771174f73eb);
|
|
|
|
|
|
|
|
marker_21ce4b3ede233d6131e4eb9801cd5dd7.bindPopup(popup_9797ef0c58186f3bd66b2e38f82bf7ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21ce4b3ede233d6131e4eb9801cd5dd7.setIcon(icon_db227e6d47fb2cefd068a9dde988f142);
|
|
|
|
|
|
var marker_e195f879bcad5c0727dbb146feddb89d = L.marker(
|
|
[45.5019, -73.5674],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_b83f2c8908f7c8093061ffdb1e967692 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f54333ac299c634059a0e5bab87e88e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7be37b7b90ded5da8625030d1b8c4a35 = $(`<div id="html_7be37b7b90ded5da8625030d1b8c4a35" style="width: 100.0%; height: 100.0%;">nostr-server-production.up.railway.app</div>`)[0];
|
|
popup_f54333ac299c634059a0e5bab87e88e8.setContent(html_7be37b7b90ded5da8625030d1b8c4a35);
|
|
|
|
|
|
|
|
marker_e195f879bcad5c0727dbb146feddb89d.bindPopup(popup_f54333ac299c634059a0e5bab87e88e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e195f879bcad5c0727dbb146feddb89d.setIcon(icon_b83f2c8908f7c8093061ffdb1e967692);
|
|
|
|
|
|
var marker_988416610ae8307ba3f28c309989135f = L.marker(
|
|
[32.9483, -96.7299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_75726ce4bc1151ce4151b563b377953f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87330e64d081700053c34c1491f6bafe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ffa19c8849b77e81f3a062ba44037c6 = $(`<div id="html_7ffa19c8849b77e81f3a062ba44037c6" style="width: 100.0%; height: 100.0%;">pyramid.cult.cash</div>`)[0];
|
|
popup_87330e64d081700053c34c1491f6bafe.setContent(html_7ffa19c8849b77e81f3a062ba44037c6);
|
|
|
|
|
|
|
|
marker_988416610ae8307ba3f28c309989135f.bindPopup(popup_87330e64d081700053c34c1491f6bafe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_988416610ae8307ba3f28c309989135f.setIcon(icon_75726ce4bc1151ce4151b563b377953f);
|
|
|
|
|
|
var marker_d330d6b9f0b9f75e5e6791e66ac958b3 = L.marker(
|
|
[47.0151, 6.98832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_727b8b7d53b5d2fd795c845d7fb46aba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_067fe4e435ec3aab118fd86da318ec63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58c54b3adaceb77e849d355327c55139 = $(`<div id="html_58c54b3adaceb77e849d355327c55139" style="width: 100.0%; height: 100.0%;">nestr.nedao.ch</div>`)[0];
|
|
popup_067fe4e435ec3aab118fd86da318ec63.setContent(html_58c54b3adaceb77e849d355327c55139);
|
|
|
|
|
|
|
|
marker_d330d6b9f0b9f75e5e6791e66ac958b3.bindPopup(popup_067fe4e435ec3aab118fd86da318ec63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d330d6b9f0b9f75e5e6791e66ac958b3.setIcon(icon_727b8b7d53b5d2fd795c845d7fb46aba);
|
|
|
|
|
|
var marker_a48b683ea0a110fc252fcfe8fcdb1584 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_a1ff93189fe10fe06339ff5aa0f2f431 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1078f653bb5d05743610be2bf590285f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_248b44b1d22b83f91fc67cadafabef8b = $(`<div id="html_248b44b1d22b83f91fc67cadafabef8b" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_1078f653bb5d05743610be2bf590285f.setContent(html_248b44b1d22b83f91fc67cadafabef8b);
|
|
|
|
|
|
|
|
marker_a48b683ea0a110fc252fcfe8fcdb1584.bindPopup(popup_1078f653bb5d05743610be2bf590285f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a48b683ea0a110fc252fcfe8fcdb1584.setIcon(icon_a1ff93189fe10fe06339ff5aa0f2f431);
|
|
|
|
|
|
var marker_7ae0ac58b11e3b6a83c51282af321b6d = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c7ce245b7239cf99ff1e20dece7d2134 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8665dca840111531be00a76273a409ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90049b4fb9d218ffabe445e229243705 = $(`<div id="html_90049b4fb9d218ffabe445e229243705" style="width: 100.0%; height: 100.0%;">rusty-uat.siberian-albacore.ts.net:8443</div>`)[0];
|
|
popup_8665dca840111531be00a76273a409ae.setContent(html_90049b4fb9d218ffabe445e229243705);
|
|
|
|
|
|
|
|
marker_7ae0ac58b11e3b6a83c51282af321b6d.bindPopup(popup_8665dca840111531be00a76273a409ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ae0ac58b11e3b6a83c51282af321b6d.setIcon(icon_c7ce245b7239cf99ff1e20dece7d2134);
|
|
|
|
|
|
var marker_76eb8c5f71f672d4bb5ed245d4d9543a = L.marker(
|
|
[53.5, 10.25],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_9942871438d2043ccbd972404518a734 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd6bd20fd056f0f4343a735e7b17cfdd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_443a2197b4f8672acbcbeeca89500691 = $(`<div id="html_443a2197b4f8672acbcbeeca89500691" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_dd6bd20fd056f0f4343a735e7b17cfdd.setContent(html_443a2197b4f8672acbcbeeca89500691);
|
|
|
|
|
|
|
|
marker_76eb8c5f71f672d4bb5ed245d4d9543a.bindPopup(popup_dd6bd20fd056f0f4343a735e7b17cfdd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76eb8c5f71f672d4bb5ed245d4d9543a.setIcon(icon_9942871438d2043ccbd972404518a734);
|
|
|
|
|
|
var marker_e4b4f85e78a3a9559f075d055ce8acf8 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_f2eb00795f7ef2c9d9e8b50659cbc74c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55c6ac637b438c2260d9299d10a30c12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbe96adeef4c4e4633e7209c373a2245 = $(`<div id="html_cbe96adeef4c4e4633e7209c373a2245" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_55c6ac637b438c2260d9299d10a30c12.setContent(html_cbe96adeef4c4e4633e7209c373a2245);
|
|
|
|
|
|
|
|
marker_e4b4f85e78a3a9559f075d055ce8acf8.bindPopup(popup_55c6ac637b438c2260d9299d10a30c12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4b4f85e78a3a9559f075d055ce8acf8.setIcon(icon_f2eb00795f7ef2c9d9e8b50659cbc74c);
|
|
|
|
|
|
var marker_80a84b70f01547248ab941501f665c13 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_61b3b4645a7102858ba49a1d3d0d5540 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea60f9c20c17fefe37b144b2e723199e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bb213fbe3e1337d8b6d9511b929ec93 = $(`<div id="html_6bb213fbe3e1337d8b6d9511b929ec93" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_ea60f9c20c17fefe37b144b2e723199e.setContent(html_6bb213fbe3e1337d8b6d9511b929ec93);
|
|
|
|
|
|
|
|
marker_80a84b70f01547248ab941501f665c13.bindPopup(popup_ea60f9c20c17fefe37b144b2e723199e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80a84b70f01547248ab941501f665c13.setIcon(icon_61b3b4645a7102858ba49a1d3d0d5540);
|
|
|
|
|
|
var marker_d531e9a946a7ca48137bdb6f35149350 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_222a5ad6820dc407d510924a0b6f7037 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c20336201a609a8538acfbadeda2c6d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70b2a4e27707fb49429c316b285a8d9b = $(`<div id="html_70b2a4e27707fb49429c316b285a8d9b" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_c20336201a609a8538acfbadeda2c6d9.setContent(html_70b2a4e27707fb49429c316b285a8d9b);
|
|
|
|
|
|
|
|
marker_d531e9a946a7ca48137bdb6f35149350.bindPopup(popup_c20336201a609a8538acfbadeda2c6d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d531e9a946a7ca48137bdb6f35149350.setIcon(icon_222a5ad6820dc407d510924a0b6f7037);
|
|
|
|
|
|
var marker_222f0e390ae2e4c432253b867e081b06 = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_a210b5fbc60f9a79830a6504e2d6aa73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6048bd4ff32d6f99c4d60ad150dd93ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2698509c8f1028f61759fdacd4d179ad = $(`<div id="html_2698509c8f1028f61759fdacd4d179ad" style="width: 100.0%; height: 100.0%;">nostr.aruku.kro.kr</div>`)[0];
|
|
popup_6048bd4ff32d6f99c4d60ad150dd93ff.setContent(html_2698509c8f1028f61759fdacd4d179ad);
|
|
|
|
|
|
|
|
marker_222f0e390ae2e4c432253b867e081b06.bindPopup(popup_6048bd4ff32d6f99c4d60ad150dd93ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_222f0e390ae2e4c432253b867e081b06.setIcon(icon_a210b5fbc60f9a79830a6504e2d6aa73);
|
|
|
|
|
|
var marker_497829653165bc5df6f70a349f9e08af = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_32d6f55a7f8beaef8f62335c081703fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad4778a7831e11f73d00ce5cb1b12d1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_accac4c0811212cab5359b282f4d1b93 = $(`<div id="html_accac4c0811212cab5359b282f4d1b93" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_ad4778a7831e11f73d00ce5cb1b12d1a.setContent(html_accac4c0811212cab5359b282f4d1b93);
|
|
|
|
|
|
|
|
marker_497829653165bc5df6f70a349f9e08af.bindPopup(popup_ad4778a7831e11f73d00ce5cb1b12d1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_497829653165bc5df6f70a349f9e08af.setIcon(icon_32d6f55a7f8beaef8f62335c081703fb);
|
|
|
|
|
|
var marker_e31fa887040f65a7130c59e1901b6597 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_0c85af2f6d417ce82ec6b46e170e4691 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01739afae8ed3d03301f060a9894fd7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_379fa7c22757d09a50d31ab7aec56504 = $(`<div id="html_379fa7c22757d09a50d31ab7aec56504" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_01739afae8ed3d03301f060a9894fd7b.setContent(html_379fa7c22757d09a50d31ab7aec56504);
|
|
|
|
|
|
|
|
marker_e31fa887040f65a7130c59e1901b6597.bindPopup(popup_01739afae8ed3d03301f060a9894fd7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e31fa887040f65a7130c59e1901b6597.setIcon(icon_0c85af2f6d417ce82ec6b46e170e4691);
|
|
|
|
|
|
var marker_f22f1bf5db2ed5d760fc72d1d167ea70 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_8321e8720c5c8a455ee7eb83afef3426 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf95b5ff59aea7b948c0aba32f9cbc4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7103148fe732712917fa8b75ec0074bc = $(`<div id="html_7103148fe732712917fa8b75ec0074bc" style="width: 100.0%; height: 100.0%;">zw.agorawlc.com</div>`)[0];
|
|
popup_cf95b5ff59aea7b948c0aba32f9cbc4a.setContent(html_7103148fe732712917fa8b75ec0074bc);
|
|
|
|
|
|
|
|
marker_f22f1bf5db2ed5d760fc72d1d167ea70.bindPopup(popup_cf95b5ff59aea7b948c0aba32f9cbc4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f22f1bf5db2ed5d760fc72d1d167ea70.setIcon(icon_8321e8720c5c8a455ee7eb83afef3426);
|
|
|
|
|
|
var marker_3152ba468993cab4d18b785adcf2fe24 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_4b2e4eed4fb1aab12bd574f98e47fc12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e11d07536ea35d6f5ae1e2e4ca689eab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7357026b81ca4977f3655bddd5d553a8 = $(`<div id="html_7357026b81ca4977f3655bddd5d553a8" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_e11d07536ea35d6f5ae1e2e4ca689eab.setContent(html_7357026b81ca4977f3655bddd5d553a8);
|
|
|
|
|
|
|
|
marker_3152ba468993cab4d18b785adcf2fe24.bindPopup(popup_e11d07536ea35d6f5ae1e2e4ca689eab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3152ba468993cab4d18b785adcf2fe24.setIcon(icon_4b2e4eed4fb1aab12bd574f98e47fc12);
|
|
|
|
|
|
var marker_ddfd2e753bd044db716a29d66e1744e1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_a59440f292a55e2fb50b6886b0ee420c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edfdb95388f519cf98e558e0b20d672b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7b318b6bba15be3ef185445aa0ea645 = $(`<div id="html_b7b318b6bba15be3ef185445aa0ea645" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_edfdb95388f519cf98e558e0b20d672b.setContent(html_b7b318b6bba15be3ef185445aa0ea645);
|
|
|
|
|
|
|
|
marker_ddfd2e753bd044db716a29d66e1744e1.bindPopup(popup_edfdb95388f519cf98e558e0b20d672b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddfd2e753bd044db716a29d66e1744e1.setIcon(icon_a59440f292a55e2fb50b6886b0ee420c);
|
|
|
|
|
|
var marker_8a17e455627a94de273090ea7d040ef8 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c01257e5686b6d5e836e2f8ebb41f5c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf8cfd254da4ed7bcb2ae7f90d421383 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46fdb413c4c3b61ef8d1819ea5b5320b = $(`<div id="html_46fdb413c4c3b61ef8d1819ea5b5320b" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_cf8cfd254da4ed7bcb2ae7f90d421383.setContent(html_46fdb413c4c3b61ef8d1819ea5b5320b);
|
|
|
|
|
|
|
|
marker_8a17e455627a94de273090ea7d040ef8.bindPopup(popup_cf8cfd254da4ed7bcb2ae7f90d421383)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a17e455627a94de273090ea7d040ef8.setIcon(icon_c01257e5686b6d5e836e2f8ebb41f5c3);
|
|
|
|
|
|
var marker_642f70f0d7d18fdb6356490a9154ea86 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_b7299a6d21da535589716a8feebc2ca6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bf58058392927c48e70d419be482c72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8140a42c970df8b983bf433ea4776f31 = $(`<div id="html_8140a42c970df8b983bf433ea4776f31" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_4bf58058392927c48e70d419be482c72.setContent(html_8140a42c970df8b983bf433ea4776f31);
|
|
|
|
|
|
|
|
marker_642f70f0d7d18fdb6356490a9154ea86.bindPopup(popup_4bf58058392927c48e70d419be482c72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_642f70f0d7d18fdb6356490a9154ea86.setIcon(icon_b7299a6d21da535589716a8feebc2ca6);
|
|
|
|
|
|
var marker_4a59f57f82dcacb2cebf3356d87a25d2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_37713e6558ab777252f7974054d1e019 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bca40b6a847fa2b7ac835e05caa098c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe3158acf44f27aa83bab552a8e31e76 = $(`<div id="html_fe3158acf44f27aa83bab552a8e31e76" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_bca40b6a847fa2b7ac835e05caa098c8.setContent(html_fe3158acf44f27aa83bab552a8e31e76);
|
|
|
|
|
|
|
|
marker_4a59f57f82dcacb2cebf3356d87a25d2.bindPopup(popup_bca40b6a847fa2b7ac835e05caa098c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a59f57f82dcacb2cebf3356d87a25d2.setIcon(icon_37713e6558ab777252f7974054d1e019);
|
|
|
|
|
|
var marker_5e73d369c5fe3b68d1feed585a6f218b = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_753d788ee4691a24c1a55b1884ad1587 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1be96d63ed17cc7d55a91a8cfdbdf62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed494b2180b8f59cac3bc835e566208e = $(`<div id="html_ed494b2180b8f59cac3bc835e566208e" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_c1be96d63ed17cc7d55a91a8cfdbdf62.setContent(html_ed494b2180b8f59cac3bc835e566208e);
|
|
|
|
|
|
|
|
marker_5e73d369c5fe3b68d1feed585a6f218b.bindPopup(popup_c1be96d63ed17cc7d55a91a8cfdbdf62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e73d369c5fe3b68d1feed585a6f218b.setIcon(icon_753d788ee4691a24c1a55b1884ad1587);
|
|
|
|
|
|
var marker_92b292f004eb356dc8613e22e5e03e91 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_924a16008ecc1b07047a98a5dc43b96b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36a162f36173adaef9f0e72b1b9fe27c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e01afc398be5b542b939c0d71ca608af = $(`<div id="html_e01afc398be5b542b939c0d71ca608af" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_36a162f36173adaef9f0e72b1b9fe27c.setContent(html_e01afc398be5b542b939c0d71ca608af);
|
|
|
|
|
|
|
|
marker_92b292f004eb356dc8613e22e5e03e91.bindPopup(popup_36a162f36173adaef9f0e72b1b9fe27c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92b292f004eb356dc8613e22e5e03e91.setIcon(icon_924a16008ecc1b07047a98a5dc43b96b);
|
|
|
|
|
|
var marker_ed769461a318b619000ebb90ee3e5020 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_47c2b82eb76c329266bc9a8982f86003 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e545bc5f50431bd0fd7dfe227714ca2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b7590ae4cb272f05eea299d5938d952 = $(`<div id="html_2b7590ae4cb272f05eea299d5938d952" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_e545bc5f50431bd0fd7dfe227714ca2a.setContent(html_2b7590ae4cb272f05eea299d5938d952);
|
|
|
|
|
|
|
|
marker_ed769461a318b619000ebb90ee3e5020.bindPopup(popup_e545bc5f50431bd0fd7dfe227714ca2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed769461a318b619000ebb90ee3e5020.setIcon(icon_47c2b82eb76c329266bc9a8982f86003);
|
|
|
|
|
|
var marker_78999f229615f92a136952538df3259d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_6bba1346978fd94c5c095e744c06997a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aed3dc96b46e9acbe40b9cd2a9e7cdfc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f06924830a161b32d50d6b898f57df2 = $(`<div id="html_9f06924830a161b32d50d6b898f57df2" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_aed3dc96b46e9acbe40b9cd2a9e7cdfc.setContent(html_9f06924830a161b32d50d6b898f57df2);
|
|
|
|
|
|
|
|
marker_78999f229615f92a136952538df3259d.bindPopup(popup_aed3dc96b46e9acbe40b9cd2a9e7cdfc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78999f229615f92a136952538df3259d.setIcon(icon_6bba1346978fd94c5c095e744c06997a);
|
|
|
|
|
|
var marker_e765b57130a53ed68150d9d0bc499b9f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_8417c0700ad9c17612bee7d47c62e7ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0eefe39cb4147ed551500b253e3e6ddc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d34657af2feae054a35dc02c483dbc90 = $(`<div id="html_d34657af2feae054a35dc02c483dbc90" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_0eefe39cb4147ed551500b253e3e6ddc.setContent(html_d34657af2feae054a35dc02c483dbc90);
|
|
|
|
|
|
|
|
marker_e765b57130a53ed68150d9d0bc499b9f.bindPopup(popup_0eefe39cb4147ed551500b253e3e6ddc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e765b57130a53ed68150d9d0bc499b9f.setIcon(icon_8417c0700ad9c17612bee7d47c62e7ae);
|
|
|
|
|
|
var marker_7a657f4846f59a9bb75ed12b2d4dc15c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_0c1caaa7c391a99048a1586ded9d01d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46b0052955319f0d5a6609cce4b6b0bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1186144d8e23e1e6bffd90b258b36a5 = $(`<div id="html_b1186144d8e23e1e6bffd90b258b36a5" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_46b0052955319f0d5a6609cce4b6b0bb.setContent(html_b1186144d8e23e1e6bffd90b258b36a5);
|
|
|
|
|
|
|
|
marker_7a657f4846f59a9bb75ed12b2d4dc15c.bindPopup(popup_46b0052955319f0d5a6609cce4b6b0bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a657f4846f59a9bb75ed12b2d4dc15c.setIcon(icon_0c1caaa7c391a99048a1586ded9d01d0);
|
|
|
|
|
|
var marker_1e6fc08b7ed5d856d973e046664a5126 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_3021859b7718b25f64a517bd205f24f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f252f51ebf53474054ddbf3bcf5ed289 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_287fe3b74bc8d3dc0c01d361ac76d17e = $(`<div id="html_287fe3b74bc8d3dc0c01d361ac76d17e" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_f252f51ebf53474054ddbf3bcf5ed289.setContent(html_287fe3b74bc8d3dc0c01d361ac76d17e);
|
|
|
|
|
|
|
|
marker_1e6fc08b7ed5d856d973e046664a5126.bindPopup(popup_f252f51ebf53474054ddbf3bcf5ed289)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e6fc08b7ed5d856d973e046664a5126.setIcon(icon_3021859b7718b25f64a517bd205f24f8);
|
|
|
|
|
|
var marker_034890f3759e8799244048c8057baffe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_d0c6f775a4d6fc230dd078c7809648fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68ae3fe1522afa18da4ca9a165945208 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34ecdcc0b8654cd705f3f9999c3e031b = $(`<div id="html_34ecdcc0b8654cd705f3f9999c3e031b" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_68ae3fe1522afa18da4ca9a165945208.setContent(html_34ecdcc0b8654cd705f3f9999c3e031b);
|
|
|
|
|
|
|
|
marker_034890f3759e8799244048c8057baffe.bindPopup(popup_68ae3fe1522afa18da4ca9a165945208)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_034890f3759e8799244048c8057baffe.setIcon(icon_d0c6f775a4d6fc230dd078c7809648fd);
|
|
|
|
|
|
var marker_2d73063ffbf985e6e5f22f5f38e94035 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_40b04a89510743cf3ea871fbf086dae3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee1eb4ad69d0ab1b72b9d8c3cbb4bfdd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_067e3367375dd0b98c7dbc99e92acf53 = $(`<div id="html_067e3367375dd0b98c7dbc99e92acf53" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_ee1eb4ad69d0ab1b72b9d8c3cbb4bfdd.setContent(html_067e3367375dd0b98c7dbc99e92acf53);
|
|
|
|
|
|
|
|
marker_2d73063ffbf985e6e5f22f5f38e94035.bindPopup(popup_ee1eb4ad69d0ab1b72b9d8c3cbb4bfdd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d73063ffbf985e6e5f22f5f38e94035.setIcon(icon_40b04a89510743cf3ea871fbf086dae3);
|
|
|
|
|
|
var marker_202a420abd09d8fc962b2c3881d4781c = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_48077bd72dc34cab67e067c30efdacb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_197741880de032c6d69a71c2a05bdfd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_459c2b0e93acb5aba9a4b7c8c9010636 = $(`<div id="html_459c2b0e93acb5aba9a4b7c8c9010636" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_197741880de032c6d69a71c2a05bdfd3.setContent(html_459c2b0e93acb5aba9a4b7c8c9010636);
|
|
|
|
|
|
|
|
marker_202a420abd09d8fc962b2c3881d4781c.bindPopup(popup_197741880de032c6d69a71c2a05bdfd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_202a420abd09d8fc962b2c3881d4781c.setIcon(icon_48077bd72dc34cab67e067c30efdacb8);
|
|
|
|
|
|
var marker_eec6d67dc28ebb0458c7fafcdeba5610 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_5a0acc97c5eb12540a8fb34ee0c27fb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_959621464d0875de1443970503d8b5ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71d118d3455d99dfeb575748d3bf05d6 = $(`<div id="html_71d118d3455d99dfeb575748d3bf05d6" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_959621464d0875de1443970503d8b5ce.setContent(html_71d118d3455d99dfeb575748d3bf05d6);
|
|
|
|
|
|
|
|
marker_eec6d67dc28ebb0458c7fafcdeba5610.bindPopup(popup_959621464d0875de1443970503d8b5ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eec6d67dc28ebb0458c7fafcdeba5610.setIcon(icon_5a0acc97c5eb12540a8fb34ee0c27fb5);
|
|
|
|
|
|
var marker_8698b4763a4b8ba5a6a8b7c3fa85a215 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_afbd1426d679bd8470994914af92d1ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69547995542b9fe92efe80cd574a2357 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2478860ae64fee7f8d0a2fd6a494f2e4 = $(`<div id="html_2478860ae64fee7f8d0a2fd6a494f2e4" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_69547995542b9fe92efe80cd574a2357.setContent(html_2478860ae64fee7f8d0a2fd6a494f2e4);
|
|
|
|
|
|
|
|
marker_8698b4763a4b8ba5a6a8b7c3fa85a215.bindPopup(popup_69547995542b9fe92efe80cd574a2357)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8698b4763a4b8ba5a6a8b7c3fa85a215.setIcon(icon_afbd1426d679bd8470994914af92d1ee);
|
|
|
|
|
|
var marker_94d29941cc24f630adc7eba90df693c1 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_292ce62d8ed67adfcd0082c36ef1b94b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_116d9bdaff8a874e81b839ef7c2a6227 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27bae7d698e528be1625b3fafaedc462 = $(`<div id="html_27bae7d698e528be1625b3fafaedc462" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_116d9bdaff8a874e81b839ef7c2a6227.setContent(html_27bae7d698e528be1625b3fafaedc462);
|
|
|
|
|
|
|
|
marker_94d29941cc24f630adc7eba90df693c1.bindPopup(popup_116d9bdaff8a874e81b839ef7c2a6227)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94d29941cc24f630adc7eba90df693c1.setIcon(icon_292ce62d8ed67adfcd0082c36ef1b94b);
|
|
|
|
|
|
var marker_f421ad8010a4e0127fb24f34f8ce2c50 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_8a248ff421b6c9e2596e24bcc557a398 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a56ceca845a82ded2d164af900735fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b546d9630807b9125b56b191acefd620 = $(`<div id="html_b546d9630807b9125b56b191acefd620" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_9a56ceca845a82ded2d164af900735fc.setContent(html_b546d9630807b9125b56b191acefd620);
|
|
|
|
|
|
|
|
marker_f421ad8010a4e0127fb24f34f8ce2c50.bindPopup(popup_9a56ceca845a82ded2d164af900735fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f421ad8010a4e0127fb24f34f8ce2c50.setIcon(icon_8a248ff421b6c9e2596e24bcc557a398);
|
|
|
|
|
|
var marker_96dbffec6f80172615c54da9b2d3ef10 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_de2a653935da4c7c623eb7deab1f7bed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bf47d2252ccecde4bae4dd80c9681f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c853bfc8533730541fdcff5b67d6ecae = $(`<div id="html_c853bfc8533730541fdcff5b67d6ecae" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_8bf47d2252ccecde4bae4dd80c9681f9.setContent(html_c853bfc8533730541fdcff5b67d6ecae);
|
|
|
|
|
|
|
|
marker_96dbffec6f80172615c54da9b2d3ef10.bindPopup(popup_8bf47d2252ccecde4bae4dd80c9681f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96dbffec6f80172615c54da9b2d3ef10.setIcon(icon_de2a653935da4c7c623eb7deab1f7bed);
|
|
|
|
|
|
var marker_866725a085bf57f803147f85979730d2 = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_167fd049c1ad2a76a09f24da1d040e58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edcf1d2ce7de3532d2b97035cbb223e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ee83e772539fd5678f3c7e1f2282422 = $(`<div id="html_5ee83e772539fd5678f3c7e1f2282422" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_edcf1d2ce7de3532d2b97035cbb223e5.setContent(html_5ee83e772539fd5678f3c7e1f2282422);
|
|
|
|
|
|
|
|
marker_866725a085bf57f803147f85979730d2.bindPopup(popup_edcf1d2ce7de3532d2b97035cbb223e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_866725a085bf57f803147f85979730d2.setIcon(icon_167fd049c1ad2a76a09f24da1d040e58);
|
|
|
|
|
|
var marker_a9050ee3ea1ea2d3d2f25e1e2a33d248 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_85cc94d718f830472542362230fa2876 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59b58ae2edac5c3930b15fae3657b931 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7dcd3d6ecf177a4ba1a8d3e002b03c8b = $(`<div id="html_7dcd3d6ecf177a4ba1a8d3e002b03c8b" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_59b58ae2edac5c3930b15fae3657b931.setContent(html_7dcd3d6ecf177a4ba1a8d3e002b03c8b);
|
|
|
|
|
|
|
|
marker_a9050ee3ea1ea2d3d2f25e1e2a33d248.bindPopup(popup_59b58ae2edac5c3930b15fae3657b931)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9050ee3ea1ea2d3d2f25e1e2a33d248.setIcon(icon_85cc94d718f830472542362230fa2876);
|
|
|
|
|
|
var marker_125164a89c6884706d468ce10f78bf3e = L.marker(
|
|
[-22.5752, 144.085],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_cc2816ece2304fc9e4ea85cc6037983c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b113b63a5169c659df1b9d622ac78fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71d25c8010662dce314b3b82de57192e = $(`<div id="html_71d25c8010662dce314b3b82de57192e" style="width: 100.0%; height: 100.0%;">nostr.daser.moe</div>`)[0];
|
|
popup_9b113b63a5169c659df1b9d622ac78fa.setContent(html_71d25c8010662dce314b3b82de57192e);
|
|
|
|
|
|
|
|
marker_125164a89c6884706d468ce10f78bf3e.bindPopup(popup_9b113b63a5169c659df1b9d622ac78fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_125164a89c6884706d468ce10f78bf3e.setIcon(icon_cc2816ece2304fc9e4ea85cc6037983c);
|
|
|
|
|
|
var marker_6ae7ae7e0bf2cf7d464ad0de4fb131f3 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_f76a3f4c453514d45a6d0d63e53aeda1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41be47e9a55081b82d17a81d45f74375 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9aff82a5f06f13ee67448bb229213cca = $(`<div id="html_9aff82a5f06f13ee67448bb229213cca" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_41be47e9a55081b82d17a81d45f74375.setContent(html_9aff82a5f06f13ee67448bb229213cca);
|
|
|
|
|
|
|
|
marker_6ae7ae7e0bf2cf7d464ad0de4fb131f3.bindPopup(popup_41be47e9a55081b82d17a81d45f74375)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ae7ae7e0bf2cf7d464ad0de4fb131f3.setIcon(icon_f76a3f4c453514d45a6d0d63e53aeda1);
|
|
|
|
|
|
var marker_29f6efb51d411c19821825e55b913f5b = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_4e216c202bfe4dab348185c74b15647d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9532f3ecf42f4e88c2dc8e3883f1629 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dd1a83844fd23c2902a9d695e3ccb9a = $(`<div id="html_3dd1a83844fd23c2902a9d695e3ccb9a" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_e9532f3ecf42f4e88c2dc8e3883f1629.setContent(html_3dd1a83844fd23c2902a9d695e3ccb9a);
|
|
|
|
|
|
|
|
marker_29f6efb51d411c19821825e55b913f5b.bindPopup(popup_e9532f3ecf42f4e88c2dc8e3883f1629)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29f6efb51d411c19821825e55b913f5b.setIcon(icon_4e216c202bfe4dab348185c74b15647d);
|
|
|
|
|
|
var marker_596bad080deb3bc6121b151d5935b331 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_9424f195126cc723ad6cc22e90744e1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4696892ad760de9acccd2000614b541 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4eabb95b27fdf8b59a0cef371b6a889 = $(`<div id="html_a4eabb95b27fdf8b59a0cef371b6a889" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_d4696892ad760de9acccd2000614b541.setContent(html_a4eabb95b27fdf8b59a0cef371b6a889);
|
|
|
|
|
|
|
|
marker_596bad080deb3bc6121b151d5935b331.bindPopup(popup_d4696892ad760de9acccd2000614b541)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_596bad080deb3bc6121b151d5935b331.setIcon(icon_9424f195126cc723ad6cc22e90744e1c);
|
|
|
|
|
|
var marker_d95cdcb57a2f2059d00afb9e509b0586 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_4eec5ef21db3c6fc644f3214998e4f8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0458f2c3dd4be80a0c74c1bf01380fb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e07521cc891d1bbcbad947fce68030b = $(`<div id="html_8e07521cc891d1bbcbad947fce68030b" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_0458f2c3dd4be80a0c74c1bf01380fb7.setContent(html_8e07521cc891d1bbcbad947fce68030b);
|
|
|
|
|
|
|
|
marker_d95cdcb57a2f2059d00afb9e509b0586.bindPopup(popup_0458f2c3dd4be80a0c74c1bf01380fb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d95cdcb57a2f2059d00afb9e509b0586.setIcon(icon_4eec5ef21db3c6fc644f3214998e4f8b);
|
|
|
|
|
|
var marker_5074c331e2ca45ffff6a6599328a7138 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_634763e001f93fffe769195c51f8480c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01522c6d07d70f57d442dc534e5e8098 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e2a8c8d86b929760326a1001ec372ad = $(`<div id="html_9e2a8c8d86b929760326a1001ec372ad" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_01522c6d07d70f57d442dc534e5e8098.setContent(html_9e2a8c8d86b929760326a1001ec372ad);
|
|
|
|
|
|
|
|
marker_5074c331e2ca45ffff6a6599328a7138.bindPopup(popup_01522c6d07d70f57d442dc534e5e8098)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5074c331e2ca45ffff6a6599328a7138.setIcon(icon_634763e001f93fffe769195c51f8480c);
|
|
|
|
|
|
var marker_d5b8e292673abd3bb8ba0c9f07f130d5 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_2fce79bb28ffc706aa38be81c1cdd996 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dd6b3b76273b9aff5efb839836554cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd7f2debd6bfa03577432e5aaf4c6578 = $(`<div id="html_dd7f2debd6bfa03577432e5aaf4c6578" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_0dd6b3b76273b9aff5efb839836554cd.setContent(html_dd7f2debd6bfa03577432e5aaf4c6578);
|
|
|
|
|
|
|
|
marker_d5b8e292673abd3bb8ba0c9f07f130d5.bindPopup(popup_0dd6b3b76273b9aff5efb839836554cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5b8e292673abd3bb8ba0c9f07f130d5.setIcon(icon_2fce79bb28ffc706aa38be81c1cdd996);
|
|
|
|
|
|
var marker_e737c8444c316747ca2f24c6eb250da6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_50cec78477b60cd6e9484c75df2c9b4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0178a6092f4945a3d9360947f45bc2fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0a666ba9392ff1a48679a9d1a1c3ec3 = $(`<div id="html_a0a666ba9392ff1a48679a9d1a1c3ec3" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_0178a6092f4945a3d9360947f45bc2fd.setContent(html_a0a666ba9392ff1a48679a9d1a1c3ec3);
|
|
|
|
|
|
|
|
marker_e737c8444c316747ca2f24c6eb250da6.bindPopup(popup_0178a6092f4945a3d9360947f45bc2fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e737c8444c316747ca2f24c6eb250da6.setIcon(icon_50cec78477b60cd6e9484c75df2c9b4d);
|
|
|
|
|
|
var marker_7434083df89ee8970e614843b5230077 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_33b6a3d1a186a513554dc86002347d7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54912dcbdeeb061db973e9e9e75d3c3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed685bc35f3d4decf7d19e25c7a8ab1d = $(`<div id="html_ed685bc35f3d4decf7d19e25c7a8ab1d" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_54912dcbdeeb061db973e9e9e75d3c3a.setContent(html_ed685bc35f3d4decf7d19e25c7a8ab1d);
|
|
|
|
|
|
|
|
marker_7434083df89ee8970e614843b5230077.bindPopup(popup_54912dcbdeeb061db973e9e9e75d3c3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7434083df89ee8970e614843b5230077.setIcon(icon_33b6a3d1a186a513554dc86002347d7e);
|
|
|
|
|
|
var marker_28f8cb4148824fc188f4eb69d2a87dee = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_a4eed76792786f0025037d2ed211f3ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d869e0487d998309da6a51bb60781480 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_970229c97a47490806d0aaab6d121dac = $(`<div id="html_970229c97a47490806d0aaab6d121dac" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_d869e0487d998309da6a51bb60781480.setContent(html_970229c97a47490806d0aaab6d121dac);
|
|
|
|
|
|
|
|
marker_28f8cb4148824fc188f4eb69d2a87dee.bindPopup(popup_d869e0487d998309da6a51bb60781480)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28f8cb4148824fc188f4eb69d2a87dee.setIcon(icon_a4eed76792786f0025037d2ed211f3ee);
|
|
|
|
|
|
var marker_6285d476a24a6d76ece64159f8a5c0a6 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c4286154570b6cd8dfaac372acdb1ff7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3242d5c0f25ec1704a552d5e20a23ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3e52a44b5b6cde252391d48ea290c43 = $(`<div id="html_f3e52a44b5b6cde252391d48ea290c43" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_f3242d5c0f25ec1704a552d5e20a23ec.setContent(html_f3e52a44b5b6cde252391d48ea290c43);
|
|
|
|
|
|
|
|
marker_6285d476a24a6d76ece64159f8a5c0a6.bindPopup(popup_f3242d5c0f25ec1704a552d5e20a23ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6285d476a24a6d76ece64159f8a5c0a6.setIcon(icon_c4286154570b6cd8dfaac372acdb1ff7);
|
|
|
|
|
|
var marker_e220d8d12b14c339c63d51e1670e3e1e = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_524ba3c6c54dd48e805aa1b2ac6cc5ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_643a1751edd095e77839cf2a4caa92f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8502294b1c6725c4885877828597763e = $(`<div id="html_8502294b1c6725c4885877828597763e" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_643a1751edd095e77839cf2a4caa92f0.setContent(html_8502294b1c6725c4885877828597763e);
|
|
|
|
|
|
|
|
marker_e220d8d12b14c339c63d51e1670e3e1e.bindPopup(popup_643a1751edd095e77839cf2a4caa92f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e220d8d12b14c339c63d51e1670e3e1e.setIcon(icon_524ba3c6c54dd48e805aa1b2ac6cc5ac);
|
|
|
|
|
|
var marker_8a50cccb7dfb67c21b529de1dcf29e3b = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_dc6750d0c48f4866bab1ecfcd4711bb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01415672e918fdbf6ed06aefbbf4f3ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42d5ad54b6844ef2b8c87786d50230eb = $(`<div id="html_42d5ad54b6844ef2b8c87786d50230eb" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_01415672e918fdbf6ed06aefbbf4f3ad.setContent(html_42d5ad54b6844ef2b8c87786d50230eb);
|
|
|
|
|
|
|
|
marker_8a50cccb7dfb67c21b529de1dcf29e3b.bindPopup(popup_01415672e918fdbf6ed06aefbbf4f3ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a50cccb7dfb67c21b529de1dcf29e3b.setIcon(icon_dc6750d0c48f4866bab1ecfcd4711bb3);
|
|
|
|
|
|
var marker_24adeb25e4e94736b8e96875c0185afa = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_b939347c93ed4528089710c8df68940d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0021750f074216ff7a6f4ec85448ac0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_120e6ace68862447a8ee282baaf49e25 = $(`<div id="html_120e6ace68862447a8ee282baaf49e25" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_0021750f074216ff7a6f4ec85448ac0d.setContent(html_120e6ace68862447a8ee282baaf49e25);
|
|
|
|
|
|
|
|
marker_24adeb25e4e94736b8e96875c0185afa.bindPopup(popup_0021750f074216ff7a6f4ec85448ac0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24adeb25e4e94736b8e96875c0185afa.setIcon(icon_b939347c93ed4528089710c8df68940d);
|
|
|
|
|
|
var marker_98e028cff36df927fd0cf38fdc5c4ea2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_64f1a018b7c4e51e8c923e6c7e3374b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45835f79e5f656ab59b2caa643e49b1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2010624a5115ff3317441d3234a10543 = $(`<div id="html_2010624a5115ff3317441d3234a10543" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_45835f79e5f656ab59b2caa643e49b1c.setContent(html_2010624a5115ff3317441d3234a10543);
|
|
|
|
|
|
|
|
marker_98e028cff36df927fd0cf38fdc5c4ea2.bindPopup(popup_45835f79e5f656ab59b2caa643e49b1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98e028cff36df927fd0cf38fdc5c4ea2.setIcon(icon_64f1a018b7c4e51e8c923e6c7e3374b2);
|
|
|
|
|
|
var marker_8298193df534a49f4b1e52ab4d986fe5 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_2d6ad70d9dfab808befd0e5e13d7af66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be61edab502aefe335eef3347fa1b483 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1f560830f8542abefa4b0db8936c0f9 = $(`<div id="html_a1f560830f8542abefa4b0db8936c0f9" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_be61edab502aefe335eef3347fa1b483.setContent(html_a1f560830f8542abefa4b0db8936c0f9);
|
|
|
|
|
|
|
|
marker_8298193df534a49f4b1e52ab4d986fe5.bindPopup(popup_be61edab502aefe335eef3347fa1b483)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8298193df534a49f4b1e52ab4d986fe5.setIcon(icon_2d6ad70d9dfab808befd0e5e13d7af66);
|
|
|
|
|
|
var marker_04c79bc7147122f6b5575cc32ac38f5b = L.marker(
|
|
[39.7392, -104.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_c4f5be6a025603456d07f29f8758aaa2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a5e47bc63c17c4bd75682ad1cd299ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a7f7f368d4ce48e163129d770fe15c5 = $(`<div id="html_7a7f7f368d4ce48e163129d770fe15c5" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_7a5e47bc63c17c4bd75682ad1cd299ae.setContent(html_7a7f7f368d4ce48e163129d770fe15c5);
|
|
|
|
|
|
|
|
marker_04c79bc7147122f6b5575cc32ac38f5b.bindPopup(popup_7a5e47bc63c17c4bd75682ad1cd299ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04c79bc7147122f6b5575cc32ac38f5b.setIcon(icon_c4f5be6a025603456d07f29f8758aaa2);
|
|
|
|
|
|
var marker_e86319e51e9e0e774c21c12269e03d4c = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_926e14749ce3793bbd1004f3c9b2209d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf228547fc1050c1c805ffcb387a09b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a8acd44ca2c03febe0442b844e4b2f7 = $(`<div id="html_7a8acd44ca2c03febe0442b844e4b2f7" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_cf228547fc1050c1c805ffcb387a09b5.setContent(html_7a8acd44ca2c03febe0442b844e4b2f7);
|
|
|
|
|
|
|
|
marker_e86319e51e9e0e774c21c12269e03d4c.bindPopup(popup_cf228547fc1050c1c805ffcb387a09b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e86319e51e9e0e774c21c12269e03d4c.setIcon(icon_926e14749ce3793bbd1004f3c9b2209d);
|
|
|
|
|
|
var marker_e5f1863574476a7463cb6c23555da9af = L.marker(
|
|
[34.0965, -117.585],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_221578056d376e7a8055319fa3eaa6a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_363dc1fe0acd2b0a3efa35751a08e826 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a89699a33091114a714636e2a51625bd = $(`<div id="html_a89699a33091114a714636e2a51625bd" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_363dc1fe0acd2b0a3efa35751a08e826.setContent(html_a89699a33091114a714636e2a51625bd);
|
|
|
|
|
|
|
|
marker_e5f1863574476a7463cb6c23555da9af.bindPopup(popup_363dc1fe0acd2b0a3efa35751a08e826)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5f1863574476a7463cb6c23555da9af.setIcon(icon_221578056d376e7a8055319fa3eaa6a1);
|
|
|
|
|
|
var marker_c5fef6d9bdb8874671c09745cf5de428 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_5358296a4dd1a4c08c817e51026a79cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91a3059a9e0eb8618a11e1cdc35c99a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00ca12c3c09446c044ee588a848dfbc2 = $(`<div id="html_00ca12c3c09446c044ee588a848dfbc2" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_91a3059a9e0eb8618a11e1cdc35c99a4.setContent(html_00ca12c3c09446c044ee588a848dfbc2);
|
|
|
|
|
|
|
|
marker_c5fef6d9bdb8874671c09745cf5de428.bindPopup(popup_91a3059a9e0eb8618a11e1cdc35c99a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5fef6d9bdb8874671c09745cf5de428.setIcon(icon_5358296a4dd1a4c08c817e51026a79cb);
|
|
|
|
|
|
var marker_b06a1537c089ded269870195a080805f = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_58058a2ffdb970984e872071e75c5438 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f812a6dcddd352b5f99fbeaf6964be0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ce864633791f0ad6299d6c83c5c06b3 = $(`<div id="html_0ce864633791f0ad6299d6c83c5c06b3" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_3f812a6dcddd352b5f99fbeaf6964be0.setContent(html_0ce864633791f0ad6299d6c83c5c06b3);
|
|
|
|
|
|
|
|
marker_b06a1537c089ded269870195a080805f.bindPopup(popup_3f812a6dcddd352b5f99fbeaf6964be0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b06a1537c089ded269870195a080805f.setIcon(icon_58058a2ffdb970984e872071e75c5438);
|
|
|
|
|
|
var marker_31ec42cceda4cbcb358ca0b464bee891 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_bd078d7665f7ac003222325ea4a175fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67439f08065ede631b652b9ca812ccc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9d5db95e49641eb550d52a7eaa5d172 = $(`<div id="html_e9d5db95e49641eb550d52a7eaa5d172" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_67439f08065ede631b652b9ca812ccc1.setContent(html_e9d5db95e49641eb550d52a7eaa5d172);
|
|
|
|
|
|
|
|
marker_31ec42cceda4cbcb358ca0b464bee891.bindPopup(popup_67439f08065ede631b652b9ca812ccc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31ec42cceda4cbcb358ca0b464bee891.setIcon(icon_bd078d7665f7ac003222325ea4a175fb);
|
|
|
|
|
|
var marker_c512e009f121161ae5327bd001fcd1b0 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_0cd1e950f179e13782a52c4b0d10fa44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_808a521fd1055585406bd7450fbc2b7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e900dad41a75661ea3da3bc10baa98a = $(`<div id="html_9e900dad41a75661ea3da3bc10baa98a" style="width: 100.0%; height: 100.0%;">relay.henryxplace.eu.org:9988</div>`)[0];
|
|
popup_808a521fd1055585406bd7450fbc2b7b.setContent(html_9e900dad41a75661ea3da3bc10baa98a);
|
|
|
|
|
|
|
|
marker_c512e009f121161ae5327bd001fcd1b0.bindPopup(popup_808a521fd1055585406bd7450fbc2b7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c512e009f121161ae5327bd001fcd1b0.setIcon(icon_0cd1e950f179e13782a52c4b0d10fa44);
|
|
|
|
|
|
var marker_49da5232177e1f5768e0bd55595f6fdf = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_338b5f2b7e9e74404d5c1099ce9fa2b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7682e89579def0a93dd3e49feafe8b29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55694e9351ef6756cd05da40ce380473 = $(`<div id="html_55694e9351ef6756cd05da40ce380473" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_7682e89579def0a93dd3e49feafe8b29.setContent(html_55694e9351ef6756cd05da40ce380473);
|
|
|
|
|
|
|
|
marker_49da5232177e1f5768e0bd55595f6fdf.bindPopup(popup_7682e89579def0a93dd3e49feafe8b29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49da5232177e1f5768e0bd55595f6fdf.setIcon(icon_338b5f2b7e9e74404d5c1099ce9fa2b3);
|
|
|
|
|
|
var marker_a93bbffe3ffddf482a186bd5140ee43f = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_61b56dda73a66d625ea692d4c4eb30fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5c02e0d23d2850423a61d910ac4813b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f5bcb9d355c228ab0256e5de90ba79a = $(`<div id="html_4f5bcb9d355c228ab0256e5de90ba79a" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_b5c02e0d23d2850423a61d910ac4813b.setContent(html_4f5bcb9d355c228ab0256e5de90ba79a);
|
|
|
|
|
|
|
|
marker_a93bbffe3ffddf482a186bd5140ee43f.bindPopup(popup_b5c02e0d23d2850423a61d910ac4813b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a93bbffe3ffddf482a186bd5140ee43f.setIcon(icon_61b56dda73a66d625ea692d4c4eb30fb);
|
|
|
|
|
|
var marker_56a825e7bb26c3d745118523abcedbec = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_43403baf3d6e8af083add5fffdc289e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d235f3feb36c584a8f929a0005424fb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24841cb264668d988fe721f65d90c8a1 = $(`<div id="html_24841cb264668d988fe721f65d90c8a1" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_d235f3feb36c584a8f929a0005424fb3.setContent(html_24841cb264668d988fe721f65d90c8a1);
|
|
|
|
|
|
|
|
marker_56a825e7bb26c3d745118523abcedbec.bindPopup(popup_d235f3feb36c584a8f929a0005424fb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56a825e7bb26c3d745118523abcedbec.setIcon(icon_43403baf3d6e8af083add5fffdc289e4);
|
|
|
|
|
|
var marker_0c4dc2ce02f454a4e09688f10dfcebb9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_df94780c3c64f0752ce6e0ab226eb02c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab52d255286c7a6271eac58f0d3c4f2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe903778efbdeca3189c1cac89d12159 = $(`<div id="html_fe903778efbdeca3189c1cac89d12159" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_ab52d255286c7a6271eac58f0d3c4f2c.setContent(html_fe903778efbdeca3189c1cac89d12159);
|
|
|
|
|
|
|
|
marker_0c4dc2ce02f454a4e09688f10dfcebb9.bindPopup(popup_ab52d255286c7a6271eac58f0d3c4f2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c4dc2ce02f454a4e09688f10dfcebb9.setIcon(icon_df94780c3c64f0752ce6e0ab226eb02c);
|
|
|
|
|
|
var marker_81e7324fd6460252066958284e48b1ff = L.marker(
|
|
[35.8099, 140.12],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_2ea3cad8f020e992da3587f2b4192be3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02675175d8f2fe670a792b25dce5c6a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32dacb4f2f5f98fe769d13f5264392e9 = $(`<div id="html_32dacb4f2f5f98fe769d13f5264392e9" style="width: 100.0%; height: 100.0%;">nostr.middling.mydns.jp</div>`)[0];
|
|
popup_02675175d8f2fe670a792b25dce5c6a0.setContent(html_32dacb4f2f5f98fe769d13f5264392e9);
|
|
|
|
|
|
|
|
marker_81e7324fd6460252066958284e48b1ff.bindPopup(popup_02675175d8f2fe670a792b25dce5c6a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81e7324fd6460252066958284e48b1ff.setIcon(icon_2ea3cad8f020e992da3587f2b4192be3);
|
|
|
|
|
|
var marker_010800063d3a649c278fe20aa2e8a456 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_5ffe63d658b8b2035e811b25fb54d5b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54c2137ef30afb80a90d442fdeef2b0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b56fa0e28c77ce5306e381aa0e49356 = $(`<div id="html_1b56fa0e28c77ce5306e381aa0e49356" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_54c2137ef30afb80a90d442fdeef2b0f.setContent(html_1b56fa0e28c77ce5306e381aa0e49356);
|
|
|
|
|
|
|
|
marker_010800063d3a649c278fe20aa2e8a456.bindPopup(popup_54c2137ef30afb80a90d442fdeef2b0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_010800063d3a649c278fe20aa2e8a456.setIcon(icon_5ffe63d658b8b2035e811b25fb54d5b2);
|
|
|
|
|
|
var marker_9f1c8e8a18209258635a4d2cbdc3fc25 = L.marker(
|
|
[60.4032, 25.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_3d0b06d3ac55749ed4e56a4ef377c00e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d188e90f383a36e2ba074bbb142dafd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_809eab886e203bfe67a496b5ce76d9b8 = $(`<div id="html_809eab886e203bfe67a496b5ce76d9b8" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_2d188e90f383a36e2ba074bbb142dafd.setContent(html_809eab886e203bfe67a496b5ce76d9b8);
|
|
|
|
|
|
|
|
marker_9f1c8e8a18209258635a4d2cbdc3fc25.bindPopup(popup_2d188e90f383a36e2ba074bbb142dafd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f1c8e8a18209258635a4d2cbdc3fc25.setIcon(icon_3d0b06d3ac55749ed4e56a4ef377c00e);
|
|
|
|
|
|
var marker_197bb9cff1b8a50915d014021bbd7dd3 = L.marker(
|
|
[56.6268, 47.9193],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_14c7425b42167b9952866abe04e8af5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a0209484a2d21ad717d5dc41a1085b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7873ea230b21e5ad4e1eeab3ca9e470 = $(`<div id="html_e7873ea230b21e5ad4e1eeab3ca9e470" style="width: 100.0%; height: 100.0%;">relay.edino.net</div>`)[0];
|
|
popup_2a0209484a2d21ad717d5dc41a1085b6.setContent(html_e7873ea230b21e5ad4e1eeab3ca9e470);
|
|
|
|
|
|
|
|
marker_197bb9cff1b8a50915d014021bbd7dd3.bindPopup(popup_2a0209484a2d21ad717d5dc41a1085b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_197bb9cff1b8a50915d014021bbd7dd3.setIcon(icon_14c7425b42167b9952866abe04e8af5e);
|
|
|
|
|
|
var marker_636c2fd63e6ed2baedd8d4a6844cee28 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_511d6ca811c4869d1813402f82fa8a55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d3965ad21fc803f821e8965e42cda1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24637c233db772fe32d4c036534a01dc = $(`<div id="html_24637c233db772fe32d4c036534a01dc" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_6d3965ad21fc803f821e8965e42cda1d.setContent(html_24637c233db772fe32d4c036534a01dc);
|
|
|
|
|
|
|
|
marker_636c2fd63e6ed2baedd8d4a6844cee28.bindPopup(popup_6d3965ad21fc803f821e8965e42cda1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_636c2fd63e6ed2baedd8d4a6844cee28.setIcon(icon_511d6ca811c4869d1813402f82fa8a55);
|
|
|
|
|
|
var marker_c71f2e86d39173a5abfb40d373c5ff97 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_84b4b18e78c875e40be02a92c8328a3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e62001ce6f74fc60812bb1838d4c7a85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48fd716540ddf0f12d9e2eda52c34348 = $(`<div id="html_48fd716540ddf0f12d9e2eda52c34348" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_e62001ce6f74fc60812bb1838d4c7a85.setContent(html_48fd716540ddf0f12d9e2eda52c34348);
|
|
|
|
|
|
|
|
marker_c71f2e86d39173a5abfb40d373c5ff97.bindPopup(popup_e62001ce6f74fc60812bb1838d4c7a85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c71f2e86d39173a5abfb40d373c5ff97.setIcon(icon_84b4b18e78c875e40be02a92c8328a3d);
|
|
|
|
|
|
var marker_3bb38ab5930433412c428c06bfdb2d41 = L.marker(
|
|
[53.5, 10.25],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_1f1c9458c5b6356168eac5dcc8063e20);
|
|
|
|
|
|
var icon_f0601b26c4235d0ce1a5f3d8542a3aae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_623aa9e0d83c6f6934d977ce6926e9da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e41c668365541d18fb788d46a24f524 = $(`<div id="html_5e41c668365541d18fb788d46a24f524" style="width: 100.0%; height: 100.0%;">pyramid.self-determined.de</div>`)[0];
|
|
popup_623aa9e0d83c6f6934d977ce6926e9da.setContent(html_5e41c668365541d18fb788d46a24f524);
|
|
|
|
|
|
|
|
marker_3bb38ab5930433412c428c06bfdb2d41.bindPopup(popup_623aa9e0d83c6f6934d977ce6926e9da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bb38ab5930433412c428c06bfdb2d41.setIcon(icon_f0601b26c4235d0ce1a5f3d8542a3aae);
|
|
|
|
|
|
marker_cluster_1f1c9458c5b6356168eac5dcc8063e20.addTo(map_bf451f95b1d22ffb25a3d1f9b9b67e95);
|
|
|
|
</script>
|
|
</html> |