mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 09:25:18 +00:00
10867 lines
316 KiB
HTML
10867 lines
316 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_b3f61a6e05566f57467bccd9f981408e {
|
|
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_b3f61a6e05566f57467bccd9f981408e" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_b3f61a6e05566f57467bccd9f981408e = L.map(
|
|
"map_b3f61a6e05566f57467bccd9f981408e",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_7ea2de9a9ce980c8578d4cf1690d985a = 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_7ea2de9a9ce980c8578d4cf1690d985a.addTo(map_b3f61a6e05566f57467bccd9f981408e);
|
|
|
|
|
|
var marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_91ef8cc4de95bcfe68a58ab04765c43c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_27e3d5f08869eef64dc6a32162135032 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f5c57de20017f0a94816fcc837ae830 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ba5f40d4e02d2aca679c2eab9ba5da6 = $(`<div id="html_3ba5f40d4e02d2aca679c2eab9ba5da6" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_9f5c57de20017f0a94816fcc837ae830.setContent(html_3ba5f40d4e02d2aca679c2eab9ba5da6);
|
|
|
|
|
|
|
|
marker_91ef8cc4de95bcfe68a58ab04765c43c.bindPopup(popup_9f5c57de20017f0a94816fcc837ae830)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91ef8cc4de95bcfe68a58ab04765c43c.setIcon(icon_27e3d5f08869eef64dc6a32162135032);
|
|
|
|
|
|
var marker_d1537e8e8a5e2d3a8f050d6a2106b912 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_e496c2fbb1bde1dd42fc94d36f1dd642 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_344589c9859ea1ee28a0d62f036e92fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_965ca2315a237551d00fa05a645790e6 = $(`<div id="html_965ca2315a237551d00fa05a645790e6" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_344589c9859ea1ee28a0d62f036e92fe.setContent(html_965ca2315a237551d00fa05a645790e6);
|
|
|
|
|
|
|
|
marker_d1537e8e8a5e2d3a8f050d6a2106b912.bindPopup(popup_344589c9859ea1ee28a0d62f036e92fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1537e8e8a5e2d3a8f050d6a2106b912.setIcon(icon_e496c2fbb1bde1dd42fc94d36f1dd642);
|
|
|
|
|
|
var marker_4c44068c8d01d15256045cac920931a7 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_7cd0dcf87c383b8e966a26e978d6d41a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_381ad05aada0d11fd8e0894dd2426fcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fb1cea13ab9cd240b8bfd80a4074a09 = $(`<div id="html_4fb1cea13ab9cd240b8bfd80a4074a09" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_381ad05aada0d11fd8e0894dd2426fcd.setContent(html_4fb1cea13ab9cd240b8bfd80a4074a09);
|
|
|
|
|
|
|
|
marker_4c44068c8d01d15256045cac920931a7.bindPopup(popup_381ad05aada0d11fd8e0894dd2426fcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c44068c8d01d15256045cac920931a7.setIcon(icon_7cd0dcf87c383b8e966a26e978d6d41a);
|
|
|
|
|
|
var marker_25708be57fc69ab059eb17fee56f022d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_1696f2d3beb7bb165efdb6d40e729ea9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7980aca57bb1008c4d88e9232a65b60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a26f7206e6d86c1d613cc08dfece27a = $(`<div id="html_4a26f7206e6d86c1d613cc08dfece27a" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_a7980aca57bb1008c4d88e9232a65b60.setContent(html_4a26f7206e6d86c1d613cc08dfece27a);
|
|
|
|
|
|
|
|
marker_25708be57fc69ab059eb17fee56f022d.bindPopup(popup_a7980aca57bb1008c4d88e9232a65b60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25708be57fc69ab059eb17fee56f022d.setIcon(icon_1696f2d3beb7bb165efdb6d40e729ea9);
|
|
|
|
|
|
var marker_3a1afa76df5ee61e6d860354a18efd67 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_85818546bff866793101d7a05a4a2b62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_168325aacb08e6a6d06dd45bb1ada384 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b11b22372cdf039c016e2a4b437eaef = $(`<div id="html_1b11b22372cdf039c016e2a4b437eaef" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_168325aacb08e6a6d06dd45bb1ada384.setContent(html_1b11b22372cdf039c016e2a4b437eaef);
|
|
|
|
|
|
|
|
marker_3a1afa76df5ee61e6d860354a18efd67.bindPopup(popup_168325aacb08e6a6d06dd45bb1ada384)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a1afa76df5ee61e6d860354a18efd67.setIcon(icon_85818546bff866793101d7a05a4a2b62);
|
|
|
|
|
|
var marker_3f3c29fcb77e64f709fc1f278ec0a5f4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_28569da4070768b192dc94542cedee8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ab3fd0c32d1a2cfab248aaaab9cdcad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ae712d903e1efb1e5ebc3415e578aba = $(`<div id="html_3ae712d903e1efb1e5ebc3415e578aba" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_8ab3fd0c32d1a2cfab248aaaab9cdcad.setContent(html_3ae712d903e1efb1e5ebc3415e578aba);
|
|
|
|
|
|
|
|
marker_3f3c29fcb77e64f709fc1f278ec0a5f4.bindPopup(popup_8ab3fd0c32d1a2cfab248aaaab9cdcad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f3c29fcb77e64f709fc1f278ec0a5f4.setIcon(icon_28569da4070768b192dc94542cedee8d);
|
|
|
|
|
|
var marker_37d7b4c977bb09fc5591672d0677245f = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_1a53c049e9723b83aa5e420bf4721813 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dce076af02970925e00a7c8b2747d58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcfe53a78423a79d0c272cccb0da28df = $(`<div id="html_dcfe53a78423a79d0c272cccb0da28df" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_1dce076af02970925e00a7c8b2747d58.setContent(html_dcfe53a78423a79d0c272cccb0da28df);
|
|
|
|
|
|
|
|
marker_37d7b4c977bb09fc5591672d0677245f.bindPopup(popup_1dce076af02970925e00a7c8b2747d58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37d7b4c977bb09fc5591672d0677245f.setIcon(icon_1a53c049e9723b83aa5e420bf4721813);
|
|
|
|
|
|
var marker_ab85e585e4ef7de4e3c67a95c6a2ebe1 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_40a57d41ce25503be798a430a1ceaeac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54b8fa067d50d0e152939369e06e9561 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_273d7256ff92e5a9fe4f1b980db78613 = $(`<div id="html_273d7256ff92e5a9fe4f1b980db78613" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_54b8fa067d50d0e152939369e06e9561.setContent(html_273d7256ff92e5a9fe4f1b980db78613);
|
|
|
|
|
|
|
|
marker_ab85e585e4ef7de4e3c67a95c6a2ebe1.bindPopup(popup_54b8fa067d50d0e152939369e06e9561)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab85e585e4ef7de4e3c67a95c6a2ebe1.setIcon(icon_40a57d41ce25503be798a430a1ceaeac);
|
|
|
|
|
|
var marker_7d6e108a551f49a4c5458013bd7697f3 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_c1f76a353d2cb4b2a0a15e017f1d1c4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73e68a7f812e43da021ba76641f21eb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d649a92d105515b44b3813ef12d6dd1b = $(`<div id="html_d649a92d105515b44b3813ef12d6dd1b" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_73e68a7f812e43da021ba76641f21eb6.setContent(html_d649a92d105515b44b3813ef12d6dd1b);
|
|
|
|
|
|
|
|
marker_7d6e108a551f49a4c5458013bd7697f3.bindPopup(popup_73e68a7f812e43da021ba76641f21eb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d6e108a551f49a4c5458013bd7697f3.setIcon(icon_c1f76a353d2cb4b2a0a15e017f1d1c4f);
|
|
|
|
|
|
var marker_9d1258bc3898081ac4885624d6b83cb0 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_5a7dcf2ea2bcc4337e8dba87db57acc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0295969fe1107e7cad709c02a683ab93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01d112d1e4df47bb498ccd47df00d879 = $(`<div id="html_01d112d1e4df47bb498ccd47df00d879" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_0295969fe1107e7cad709c02a683ab93.setContent(html_01d112d1e4df47bb498ccd47df00d879);
|
|
|
|
|
|
|
|
marker_9d1258bc3898081ac4885624d6b83cb0.bindPopup(popup_0295969fe1107e7cad709c02a683ab93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d1258bc3898081ac4885624d6b83cb0.setIcon(icon_5a7dcf2ea2bcc4337e8dba87db57acc4);
|
|
|
|
|
|
var marker_79595b1702eb3babc12112ea8c690395 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_c9b9c6a59d1604e0866cf1ff47a22535 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_020a911b1ad1d2282a3659d7e48d35ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c96ec3589211115f6d882591d3f408c = $(`<div id="html_0c96ec3589211115f6d882591d3f408c" style="width: 100.0%; height: 100.0%;">nostrue.com</div>`)[0];
|
|
popup_020a911b1ad1d2282a3659d7e48d35ad.setContent(html_0c96ec3589211115f6d882591d3f408c);
|
|
|
|
|
|
|
|
marker_79595b1702eb3babc12112ea8c690395.bindPopup(popup_020a911b1ad1d2282a3659d7e48d35ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79595b1702eb3babc12112ea8c690395.setIcon(icon_c9b9c6a59d1604e0866cf1ff47a22535);
|
|
|
|
|
|
var marker_13958ec42e72639fd1925fa8c6bbec9e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d6ce2aadc5e3e2833beced70eac272b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9571b434867957ce737b94715176ac9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98583488a15f8e5968ba61d5864091db = $(`<div id="html_98583488a15f8e5968ba61d5864091db" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_c9571b434867957ce737b94715176ac9.setContent(html_98583488a15f8e5968ba61d5864091db);
|
|
|
|
|
|
|
|
marker_13958ec42e72639fd1925fa8c6bbec9e.bindPopup(popup_c9571b434867957ce737b94715176ac9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13958ec42e72639fd1925fa8c6bbec9e.setIcon(icon_d6ce2aadc5e3e2833beced70eac272b2);
|
|
|
|
|
|
var marker_f3a5595a80023ab031ebb9a60c75e931 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_19b18d27227190a2171c367a3a0aa4f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f846ce12383fc4cd569062cf7713a2b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04095543dee0f103a9f2f2d1e309f00e = $(`<div id="html_04095543dee0f103a9f2f2d1e309f00e" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_f846ce12383fc4cd569062cf7713a2b1.setContent(html_04095543dee0f103a9f2f2d1e309f00e);
|
|
|
|
|
|
|
|
marker_f3a5595a80023ab031ebb9a60c75e931.bindPopup(popup_f846ce12383fc4cd569062cf7713a2b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3a5595a80023ab031ebb9a60c75e931.setIcon(icon_19b18d27227190a2171c367a3a0aa4f0);
|
|
|
|
|
|
var marker_05539a5faee79396a49b0daba8b4ac16 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_a00767e75cbb6e861d0b15b8f62310c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4689ceab04e3330c69eee75675ea2a4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ec4e91b9fa3ccea2357c251a3406de7 = $(`<div id="html_1ec4e91b9fa3ccea2357c251a3406de7" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_4689ceab04e3330c69eee75675ea2a4f.setContent(html_1ec4e91b9fa3ccea2357c251a3406de7);
|
|
|
|
|
|
|
|
marker_05539a5faee79396a49b0daba8b4ac16.bindPopup(popup_4689ceab04e3330c69eee75675ea2a4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05539a5faee79396a49b0daba8b4ac16.setIcon(icon_a00767e75cbb6e861d0b15b8f62310c6);
|
|
|
|
|
|
var marker_4ac0edbc9125be270931573bc2a76441 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_a395bca7fc50d50d431d38fd03ca7e49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4bdb03b2d4be9fa1bcb0e6965a1323d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2733eae37975241ae3dda77ce344473d = $(`<div id="html_2733eae37975241ae3dda77ce344473d" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_d4bdb03b2d4be9fa1bcb0e6965a1323d.setContent(html_2733eae37975241ae3dda77ce344473d);
|
|
|
|
|
|
|
|
marker_4ac0edbc9125be270931573bc2a76441.bindPopup(popup_d4bdb03b2d4be9fa1bcb0e6965a1323d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ac0edbc9125be270931573bc2a76441.setIcon(icon_a395bca7fc50d50d431d38fd03ca7e49);
|
|
|
|
|
|
var marker_ee31893a8252da6c7ce59b85cfbba153 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_89cce1ceb70a096839f5e4c21da4737a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a745373be71325cfee5301eee30ebb2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c91dee2e03b1f0604fc6e2c57118f9f = $(`<div id="html_8c91dee2e03b1f0604fc6e2c57118f9f" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_1a745373be71325cfee5301eee30ebb2.setContent(html_8c91dee2e03b1f0604fc6e2c57118f9f);
|
|
|
|
|
|
|
|
marker_ee31893a8252da6c7ce59b85cfbba153.bindPopup(popup_1a745373be71325cfee5301eee30ebb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee31893a8252da6c7ce59b85cfbba153.setIcon(icon_89cce1ceb70a096839f5e4c21da4737a);
|
|
|
|
|
|
var marker_8844ab3a4c0bc8ab8bd052d1945e6df7 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_15544791d3a4871be73a41771eb71dc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53b8dbbda75b2b36a20bf21503c7f2cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_695099514d1bd695eb8ddd6f31a79c04 = $(`<div id="html_695099514d1bd695eb8ddd6f31a79c04" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_53b8dbbda75b2b36a20bf21503c7f2cf.setContent(html_695099514d1bd695eb8ddd6f31a79c04);
|
|
|
|
|
|
|
|
marker_8844ab3a4c0bc8ab8bd052d1945e6df7.bindPopup(popup_53b8dbbda75b2b36a20bf21503c7f2cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8844ab3a4c0bc8ab8bd052d1945e6df7.setIcon(icon_15544791d3a4871be73a41771eb71dc8);
|
|
|
|
|
|
var marker_37727425feab85ad1d8325434b7bd677 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_73051c073d439db1c9c03b1547bba0b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6ca94f339474e490330a8d81e0bca91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b89e462029bf24da96b41aabd2cd61b2 = $(`<div id="html_b89e462029bf24da96b41aabd2cd61b2" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_b6ca94f339474e490330a8d81e0bca91.setContent(html_b89e462029bf24da96b41aabd2cd61b2);
|
|
|
|
|
|
|
|
marker_37727425feab85ad1d8325434b7bd677.bindPopup(popup_b6ca94f339474e490330a8d81e0bca91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37727425feab85ad1d8325434b7bd677.setIcon(icon_73051c073d439db1c9c03b1547bba0b5);
|
|
|
|
|
|
var marker_45aecfea1a381c90c819f0e5e071479b = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d71fc7e800f8d430379a4ddd7234bcb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fed2d145fa5aa06107cad43ccb33b3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92fdc6093fcbfdf8c5e00a1ebffeed82 = $(`<div id="html_92fdc6093fcbfdf8c5e00a1ebffeed82" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_7fed2d145fa5aa06107cad43ccb33b3b.setContent(html_92fdc6093fcbfdf8c5e00a1ebffeed82);
|
|
|
|
|
|
|
|
marker_45aecfea1a381c90c819f0e5e071479b.bindPopup(popup_7fed2d145fa5aa06107cad43ccb33b3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45aecfea1a381c90c819f0e5e071479b.setIcon(icon_d71fc7e800f8d430379a4ddd7234bcb1);
|
|
|
|
|
|
var marker_79a0a242aab17bc67550030ea09ab009 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_186ff946bec1040e3043750252636af4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_735100c81b6c6c298c6f53fb6711a330 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bee1832b12a638d44de562c86aa9a59f = $(`<div id="html_bee1832b12a638d44de562c86aa9a59f" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_735100c81b6c6c298c6f53fb6711a330.setContent(html_bee1832b12a638d44de562c86aa9a59f);
|
|
|
|
|
|
|
|
marker_79a0a242aab17bc67550030ea09ab009.bindPopup(popup_735100c81b6c6c298c6f53fb6711a330)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79a0a242aab17bc67550030ea09ab009.setIcon(icon_186ff946bec1040e3043750252636af4);
|
|
|
|
|
|
var marker_5f92f2ec11de798ab81613454b5d6fbd = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_c7676491ea01d7086e4b95e371ae75bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66a61c9056c37e2103a84678fcd2ac44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c839a25305657c8037f468c64d3f5ca = $(`<div id="html_8c839a25305657c8037f468c64d3f5ca" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_66a61c9056c37e2103a84678fcd2ac44.setContent(html_8c839a25305657c8037f468c64d3f5ca);
|
|
|
|
|
|
|
|
marker_5f92f2ec11de798ab81613454b5d6fbd.bindPopup(popup_66a61c9056c37e2103a84678fcd2ac44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f92f2ec11de798ab81613454b5d6fbd.setIcon(icon_c7676491ea01d7086e4b95e371ae75bf);
|
|
|
|
|
|
var marker_a12d02f706c29989189e60b93c3b718b = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_ab6e955b208a37bff6f52045515a01f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22bb67b544ea68791f9d6e7fcb150281 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc939943006329d74f5c85f9040e0b81 = $(`<div id="html_bc939943006329d74f5c85f9040e0b81" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_22bb67b544ea68791f9d6e7fcb150281.setContent(html_bc939943006329d74f5c85f9040e0b81);
|
|
|
|
|
|
|
|
marker_a12d02f706c29989189e60b93c3b718b.bindPopup(popup_22bb67b544ea68791f9d6e7fcb150281)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a12d02f706c29989189e60b93c3b718b.setIcon(icon_ab6e955b208a37bff6f52045515a01f3);
|
|
|
|
|
|
var marker_3f0bfc4c287083e4629ca25e0f7d745d = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_c8716601c6f73458247ecee7edc64e64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8627209f55616242afd194c5d021f08a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9e0e6c9b12907d2d65562d3ad2801c9 = $(`<div id="html_f9e0e6c9b12907d2d65562d3ad2801c9" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_8627209f55616242afd194c5d021f08a.setContent(html_f9e0e6c9b12907d2d65562d3ad2801c9);
|
|
|
|
|
|
|
|
marker_3f0bfc4c287083e4629ca25e0f7d745d.bindPopup(popup_8627209f55616242afd194c5d021f08a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f0bfc4c287083e4629ca25e0f7d745d.setIcon(icon_c8716601c6f73458247ecee7edc64e64);
|
|
|
|
|
|
var marker_439470996eb9fbd639cbc9bd9527ddd5 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_4d686f4b8e8c241e68b5830af56474e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef4e70487d2feed54def9813ed5c5827 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acf315a6bb4b5adec165fb1e8d41d0b6 = $(`<div id="html_acf315a6bb4b5adec165fb1e8d41d0b6" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_ef4e70487d2feed54def9813ed5c5827.setContent(html_acf315a6bb4b5adec165fb1e8d41d0b6);
|
|
|
|
|
|
|
|
marker_439470996eb9fbd639cbc9bd9527ddd5.bindPopup(popup_ef4e70487d2feed54def9813ed5c5827)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_439470996eb9fbd639cbc9bd9527ddd5.setIcon(icon_4d686f4b8e8c241e68b5830af56474e4);
|
|
|
|
|
|
var marker_6a4c49aeec0e5a9e753c366dd07a404b = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_5f635362401c9c656bcf63e87257f858 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a76be9cb6a870196b9d4a744e85701f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b25af0046db0ad92d4d84229657d2283 = $(`<div id="html_b25af0046db0ad92d4d84229657d2283" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_a76be9cb6a870196b9d4a744e85701f7.setContent(html_b25af0046db0ad92d4d84229657d2283);
|
|
|
|
|
|
|
|
marker_6a4c49aeec0e5a9e753c366dd07a404b.bindPopup(popup_a76be9cb6a870196b9d4a744e85701f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a4c49aeec0e5a9e753c366dd07a404b.setIcon(icon_5f635362401c9c656bcf63e87257f858);
|
|
|
|
|
|
var marker_c23230f0e9c450ad3221a7c623bf1685 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_3855b3ee61d775f66e6891b905294f6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06a25af13318fe5d9fdd1d097b0af7a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abfab9d19d4e4d73d483ce1c2a4a5c25 = $(`<div id="html_abfab9d19d4e4d73d483ce1c2a4a5c25" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_06a25af13318fe5d9fdd1d097b0af7a7.setContent(html_abfab9d19d4e4d73d483ce1c2a4a5c25);
|
|
|
|
|
|
|
|
marker_c23230f0e9c450ad3221a7c623bf1685.bindPopup(popup_06a25af13318fe5d9fdd1d097b0af7a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c23230f0e9c450ad3221a7c623bf1685.setIcon(icon_3855b3ee61d775f66e6891b905294f6b);
|
|
|
|
|
|
var marker_f89b9d7c700d4358d7a45977421df58d = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_3b6fee9fa0f5c5fa541fb48801439c86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c55e52d8ac894188a52460b49561a67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58c4b401796c0acceff5fb70c14ed951 = $(`<div id="html_58c4b401796c0acceff5fb70c14ed951" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_2c55e52d8ac894188a52460b49561a67.setContent(html_58c4b401796c0acceff5fb70c14ed951);
|
|
|
|
|
|
|
|
marker_f89b9d7c700d4358d7a45977421df58d.bindPopup(popup_2c55e52d8ac894188a52460b49561a67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f89b9d7c700d4358d7a45977421df58d.setIcon(icon_3b6fee9fa0f5c5fa541fb48801439c86);
|
|
|
|
|
|
var marker_9ca3cf75851d32a845800bf082cb45a1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_dced582ff6090c8b52397b5a33d8b3c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c97ef60aaf1127e5d1a1a96bfb66c53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f739cf5291ef4645274e551e3406e67 = $(`<div id="html_3f739cf5291ef4645274e551e3406e67" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_7c97ef60aaf1127e5d1a1a96bfb66c53.setContent(html_3f739cf5291ef4645274e551e3406e67);
|
|
|
|
|
|
|
|
marker_9ca3cf75851d32a845800bf082cb45a1.bindPopup(popup_7c97ef60aaf1127e5d1a1a96bfb66c53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ca3cf75851d32a845800bf082cb45a1.setIcon(icon_dced582ff6090c8b52397b5a33d8b3c4);
|
|
|
|
|
|
var marker_79fa2799d17eec3e84944c4037c28092 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d0a359058382a41b2cf6be0b79c957e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc1c528ac933b81f3350f6ebec2ec182 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5010bb1c7f639643cd6c1fbab6f4d871 = $(`<div id="html_5010bb1c7f639643cd6c1fbab6f4d871" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_cc1c528ac933b81f3350f6ebec2ec182.setContent(html_5010bb1c7f639643cd6c1fbab6f4d871);
|
|
|
|
|
|
|
|
marker_79fa2799d17eec3e84944c4037c28092.bindPopup(popup_cc1c528ac933b81f3350f6ebec2ec182)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79fa2799d17eec3e84944c4037c28092.setIcon(icon_d0a359058382a41b2cf6be0b79c957e5);
|
|
|
|
|
|
var marker_0c7b4ac36914e8ecda6e26e106540366 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_cb84c90c82d0db809ca78b8247992f83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daea8a26b54944c68e75e9a50182b43f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29165cd0217b42e774684ab5944dd657 = $(`<div id="html_29165cd0217b42e774684ab5944dd657" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_daea8a26b54944c68e75e9a50182b43f.setContent(html_29165cd0217b42e774684ab5944dd657);
|
|
|
|
|
|
|
|
marker_0c7b4ac36914e8ecda6e26e106540366.bindPopup(popup_daea8a26b54944c68e75e9a50182b43f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c7b4ac36914e8ecda6e26e106540366.setIcon(icon_cb84c90c82d0db809ca78b8247992f83);
|
|
|
|
|
|
var marker_6e180cf5980c7e17baf4f36a16d3134d = L.marker(
|
|
[34.0965, -117.585],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_134445b09cc74275af66a01f78e17520 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffa75aa1e06c4bc96670d332aeb0189b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d398e7587eba9f8babc71938427fe51 = $(`<div id="html_7d398e7587eba9f8babc71938427fe51" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_ffa75aa1e06c4bc96670d332aeb0189b.setContent(html_7d398e7587eba9f8babc71938427fe51);
|
|
|
|
|
|
|
|
marker_6e180cf5980c7e17baf4f36a16d3134d.bindPopup(popup_ffa75aa1e06c4bc96670d332aeb0189b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e180cf5980c7e17baf4f36a16d3134d.setIcon(icon_134445b09cc74275af66a01f78e17520);
|
|
|
|
|
|
var marker_0c37da0280dd2d5058ba4b622339f859 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_6d1de436f2955f16e658161a13a40785 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48327cfe4f8ff5da3e64da810a2057b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43c8b0002d27f2713ca6491c8ec27caa = $(`<div id="html_43c8b0002d27f2713ca6491c8ec27caa" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_48327cfe4f8ff5da3e64da810a2057b3.setContent(html_43c8b0002d27f2713ca6491c8ec27caa);
|
|
|
|
|
|
|
|
marker_0c37da0280dd2d5058ba4b622339f859.bindPopup(popup_48327cfe4f8ff5da3e64da810a2057b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c37da0280dd2d5058ba4b622339f859.setIcon(icon_6d1de436f2955f16e658161a13a40785);
|
|
|
|
|
|
var marker_28b8ff713fd1702f58b9b813fe12eec9 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_481c39e9e6d87cd2f09e48535ca02431 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b98d9fe9c5463587805dd54f4a04957 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7857d947cdfe2fea1604c38972dfa519 = $(`<div id="html_7857d947cdfe2fea1604c38972dfa519" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_3b98d9fe9c5463587805dd54f4a04957.setContent(html_7857d947cdfe2fea1604c38972dfa519);
|
|
|
|
|
|
|
|
marker_28b8ff713fd1702f58b9b813fe12eec9.bindPopup(popup_3b98d9fe9c5463587805dd54f4a04957)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28b8ff713fd1702f58b9b813fe12eec9.setIcon(icon_481c39e9e6d87cd2f09e48535ca02431);
|
|
|
|
|
|
var marker_dca5086b300858f8705d9af305f84d15 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_2fa24cc9cc597a465b2e50a4dd8f32bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f14bb962de962034166003c0a39f27c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d94d6f688a05557014a8c98e4995101c = $(`<div id="html_d94d6f688a05557014a8c98e4995101c" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_9f14bb962de962034166003c0a39f27c.setContent(html_d94d6f688a05557014a8c98e4995101c);
|
|
|
|
|
|
|
|
marker_dca5086b300858f8705d9af305f84d15.bindPopup(popup_9f14bb962de962034166003c0a39f27c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dca5086b300858f8705d9af305f84d15.setIcon(icon_2fa24cc9cc597a465b2e50a4dd8f32bc);
|
|
|
|
|
|
var marker_d02ef89fd855c5188833576f9428db8d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_fcfd9faf5246d61b36ce5d93535c7920 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a252dd909416bd56fec34c8abc4d308 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2a75e38a44639b2d996a3e8145b5824 = $(`<div id="html_a2a75e38a44639b2d996a3e8145b5824" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_1a252dd909416bd56fec34c8abc4d308.setContent(html_a2a75e38a44639b2d996a3e8145b5824);
|
|
|
|
|
|
|
|
marker_d02ef89fd855c5188833576f9428db8d.bindPopup(popup_1a252dd909416bd56fec34c8abc4d308)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d02ef89fd855c5188833576f9428db8d.setIcon(icon_fcfd9faf5246d61b36ce5d93535c7920);
|
|
|
|
|
|
var marker_c8a37009e3274d08f90c30bc962f3170 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_361fc690e7a321356c29bb6825442ca6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d91f25c064532bb0ac22b61fb314ef1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bca73236a2727b589f03f5c62225bb8f = $(`<div id="html_bca73236a2727b589f03f5c62225bb8f" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_d91f25c064532bb0ac22b61fb314ef1c.setContent(html_bca73236a2727b589f03f5c62225bb8f);
|
|
|
|
|
|
|
|
marker_c8a37009e3274d08f90c30bc962f3170.bindPopup(popup_d91f25c064532bb0ac22b61fb314ef1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8a37009e3274d08f90c30bc962f3170.setIcon(icon_361fc690e7a321356c29bb6825442ca6);
|
|
|
|
|
|
var marker_ba4ebb565686bb6085d54d4a253b631c = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_9e1473b3b091a4fcfb141f4d158df114 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b0f7d42c07fd145a07a5f0a6f23377e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca2acaf4304ab1e2909b623f6b821009 = $(`<div id="html_ca2acaf4304ab1e2909b623f6b821009" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_6b0f7d42c07fd145a07a5f0a6f23377e.setContent(html_ca2acaf4304ab1e2909b623f6b821009);
|
|
|
|
|
|
|
|
marker_ba4ebb565686bb6085d54d4a253b631c.bindPopup(popup_6b0f7d42c07fd145a07a5f0a6f23377e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba4ebb565686bb6085d54d4a253b631c.setIcon(icon_9e1473b3b091a4fcfb141f4d158df114);
|
|
|
|
|
|
var marker_a6c8cf0bac6f870feaa4f00fd2511be6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_3d2695cc602e0626c1f7493afdee29fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd7a005e548fb3b9b4ac4bf10f73e468 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ec98bd2d8e0d496d3a9c9dd056b6061 = $(`<div id="html_2ec98bd2d8e0d496d3a9c9dd056b6061" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_fd7a005e548fb3b9b4ac4bf10f73e468.setContent(html_2ec98bd2d8e0d496d3a9c9dd056b6061);
|
|
|
|
|
|
|
|
marker_a6c8cf0bac6f870feaa4f00fd2511be6.bindPopup(popup_fd7a005e548fb3b9b4ac4bf10f73e468)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6c8cf0bac6f870feaa4f00fd2511be6.setIcon(icon_3d2695cc602e0626c1f7493afdee29fe);
|
|
|
|
|
|
var marker_c64348629796428803a4ba672389a842 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_7fc41b661fdb0cd140a5ae0ad991596d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c519325fe5688dcce7f34ef4aff8d85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a955e3401393db982076bfbb991b694a = $(`<div id="html_a955e3401393db982076bfbb991b694a" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_2c519325fe5688dcce7f34ef4aff8d85.setContent(html_a955e3401393db982076bfbb991b694a);
|
|
|
|
|
|
|
|
marker_c64348629796428803a4ba672389a842.bindPopup(popup_2c519325fe5688dcce7f34ef4aff8d85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c64348629796428803a4ba672389a842.setIcon(icon_7fc41b661fdb0cd140a5ae0ad991596d);
|
|
|
|
|
|
var marker_4e50da86a839a607b60a95ca43ee254d = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_330b851b614514fe2634f7091070d13b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5794e78e5b958d52d6d1ff60232cf61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4cf2a5892fc542924d81c69f0df2c25 = $(`<div id="html_a4cf2a5892fc542924d81c69f0df2c25" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_d5794e78e5b958d52d6d1ff60232cf61.setContent(html_a4cf2a5892fc542924d81c69f0df2c25);
|
|
|
|
|
|
|
|
marker_4e50da86a839a607b60a95ca43ee254d.bindPopup(popup_d5794e78e5b958d52d6d1ff60232cf61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e50da86a839a607b60a95ca43ee254d.setIcon(icon_330b851b614514fe2634f7091070d13b);
|
|
|
|
|
|
var marker_03a3b0d6b2f203d81a20fe9e1a8f0a13 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_6a2d31918f7ea6728b5d628007ada87f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff162e9b801f88d7c475df78d5a282a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5543a5f6cbbfbd3de43124f0e47606b = $(`<div id="html_f5543a5f6cbbfbd3de43124f0e47606b" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_ff162e9b801f88d7c475df78d5a282a7.setContent(html_f5543a5f6cbbfbd3de43124f0e47606b);
|
|
|
|
|
|
|
|
marker_03a3b0d6b2f203d81a20fe9e1a8f0a13.bindPopup(popup_ff162e9b801f88d7c475df78d5a282a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03a3b0d6b2f203d81a20fe9e1a8f0a13.setIcon(icon_6a2d31918f7ea6728b5d628007ada87f);
|
|
|
|
|
|
var marker_54e90bc52f545eb9b32cbee0249a349e = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_6e84ced839bce681e4999c15f7f941be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b025b975c6eff07bb6b225f4a72bb5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c99f906f4c0b67b918377acd89256e6e = $(`<div id="html_c99f906f4c0b67b918377acd89256e6e" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_7b025b975c6eff07bb6b225f4a72bb5e.setContent(html_c99f906f4c0b67b918377acd89256e6e);
|
|
|
|
|
|
|
|
marker_54e90bc52f545eb9b32cbee0249a349e.bindPopup(popup_7b025b975c6eff07bb6b225f4a72bb5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54e90bc52f545eb9b32cbee0249a349e.setIcon(icon_6e84ced839bce681e4999c15f7f941be);
|
|
|
|
|
|
var marker_b635972be117c17fb2ba3d9a9f1bba31 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_81237e842a21fa82331798677cf71e95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01b8c7cfae490d2e2edf1ef798808824 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c3969edc4107d04445c8993495d5644 = $(`<div id="html_8c3969edc4107d04445c8993495d5644" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_01b8c7cfae490d2e2edf1ef798808824.setContent(html_8c3969edc4107d04445c8993495d5644);
|
|
|
|
|
|
|
|
marker_b635972be117c17fb2ba3d9a9f1bba31.bindPopup(popup_01b8c7cfae490d2e2edf1ef798808824)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b635972be117c17fb2ba3d9a9f1bba31.setIcon(icon_81237e842a21fa82331798677cf71e95);
|
|
|
|
|
|
var marker_5fe389a1ad68f4aa0bb2b832f31e3a4c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_c6222c37b173b5b817abccd9a5a1c818 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d8cdc67337abe18a49efa3a6197e030 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a07caf08fc1042ec61258a23c3930d65 = $(`<div id="html_a07caf08fc1042ec61258a23c3930d65" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_1d8cdc67337abe18a49efa3a6197e030.setContent(html_a07caf08fc1042ec61258a23c3930d65);
|
|
|
|
|
|
|
|
marker_5fe389a1ad68f4aa0bb2b832f31e3a4c.bindPopup(popup_1d8cdc67337abe18a49efa3a6197e030)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fe389a1ad68f4aa0bb2b832f31e3a4c.setIcon(icon_c6222c37b173b5b817abccd9a5a1c818);
|
|
|
|
|
|
var marker_fbc4ffcb0b2c9b9cb6a6e6ea19d30626 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_e185c888cf30404eb69da4c290288b8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2aab4ccd764d701eec2323193e8b8bff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_504d8f1c2a738029b4d9e4f33ece1175 = $(`<div id="html_504d8f1c2a738029b4d9e4f33ece1175" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_2aab4ccd764d701eec2323193e8b8bff.setContent(html_504d8f1c2a738029b4d9e4f33ece1175);
|
|
|
|
|
|
|
|
marker_fbc4ffcb0b2c9b9cb6a6e6ea19d30626.bindPopup(popup_2aab4ccd764d701eec2323193e8b8bff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbc4ffcb0b2c9b9cb6a6e6ea19d30626.setIcon(icon_e185c888cf30404eb69da4c290288b8a);
|
|
|
|
|
|
var marker_98bd42849886ee871452d5000b2d1ad8 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_730fbe69eb787f94e0cbaedbbcd3ed3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_831bd68535154bf5a7bb5bd2db9f505a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_016e957beafc0efc3ca51e5195701e83 = $(`<div id="html_016e957beafc0efc3ca51e5195701e83" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_831bd68535154bf5a7bb5bd2db9f505a.setContent(html_016e957beafc0efc3ca51e5195701e83);
|
|
|
|
|
|
|
|
marker_98bd42849886ee871452d5000b2d1ad8.bindPopup(popup_831bd68535154bf5a7bb5bd2db9f505a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98bd42849886ee871452d5000b2d1ad8.setIcon(icon_730fbe69eb787f94e0cbaedbbcd3ed3c);
|
|
|
|
|
|
var marker_937f5ab89ee78db449e931ea2f2fab65 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_e560627e3134cdf0ce4f9c45b4616801 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06cd9c91c251c184be15e1d76fa565b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c1973a92d01cd430393ffbb2629d7ab = $(`<div id="html_7c1973a92d01cd430393ffbb2629d7ab" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_06cd9c91c251c184be15e1d76fa565b7.setContent(html_7c1973a92d01cd430393ffbb2629d7ab);
|
|
|
|
|
|
|
|
marker_937f5ab89ee78db449e931ea2f2fab65.bindPopup(popup_06cd9c91c251c184be15e1d76fa565b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_937f5ab89ee78db449e931ea2f2fab65.setIcon(icon_e560627e3134cdf0ce4f9c45b4616801);
|
|
|
|
|
|
var marker_82c99f58bc7ac3100e20dbb0b17412f4 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_eb5221b4f3e697071c707e1e174d8c4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b6cd39234d16968c0049c7abb128331 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f5067115ea1947de4d0ba1a3e08c859 = $(`<div id="html_3f5067115ea1947de4d0ba1a3e08c859" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_4b6cd39234d16968c0049c7abb128331.setContent(html_3f5067115ea1947de4d0ba1a3e08c859);
|
|
|
|
|
|
|
|
marker_82c99f58bc7ac3100e20dbb0b17412f4.bindPopup(popup_4b6cd39234d16968c0049c7abb128331)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82c99f58bc7ac3100e20dbb0b17412f4.setIcon(icon_eb5221b4f3e697071c707e1e174d8c4a);
|
|
|
|
|
|
var marker_f0788f396c732103eb159051cac7cbb0 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_70e7be4ac2145fd17692af8e5249a265 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be156f2c202795b6831b085f5866d350 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a61219f3db58d365850ca37aa8c9bbac = $(`<div id="html_a61219f3db58d365850ca37aa8c9bbac" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_be156f2c202795b6831b085f5866d350.setContent(html_a61219f3db58d365850ca37aa8c9bbac);
|
|
|
|
|
|
|
|
marker_f0788f396c732103eb159051cac7cbb0.bindPopup(popup_be156f2c202795b6831b085f5866d350)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0788f396c732103eb159051cac7cbb0.setIcon(icon_70e7be4ac2145fd17692af8e5249a265);
|
|
|
|
|
|
var marker_99183cbad93457eaa3fe0909da3a93a2 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_da89a853261109dfbc0c4ef43b7bd394 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84e21f7abd7b4dd347977bbd656902ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b64c30a65793ab8ccfada91eaecd702c = $(`<div id="html_b64c30a65793ab8ccfada91eaecd702c" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_84e21f7abd7b4dd347977bbd656902ed.setContent(html_b64c30a65793ab8ccfada91eaecd702c);
|
|
|
|
|
|
|
|
marker_99183cbad93457eaa3fe0909da3a93a2.bindPopup(popup_84e21f7abd7b4dd347977bbd656902ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99183cbad93457eaa3fe0909da3a93a2.setIcon(icon_da89a853261109dfbc0c4ef43b7bd394);
|
|
|
|
|
|
var marker_4983ed190c19965da85ab68abc37319c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d1029c7afe16021d6032012b70149a2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3b331720c9b1a5c9cb0a75d4ceaa852 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_feb2a86cbe21c9c1b1d696fd2808c328 = $(`<div id="html_feb2a86cbe21c9c1b1d696fd2808c328" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_a3b331720c9b1a5c9cb0a75d4ceaa852.setContent(html_feb2a86cbe21c9c1b1d696fd2808c328);
|
|
|
|
|
|
|
|
marker_4983ed190c19965da85ab68abc37319c.bindPopup(popup_a3b331720c9b1a5c9cb0a75d4ceaa852)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4983ed190c19965da85ab68abc37319c.setIcon(icon_d1029c7afe16021d6032012b70149a2b);
|
|
|
|
|
|
var marker_b9114ed22784ebb158de207379594e14 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_e4ab67083bd07309cc989919ffca9599 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_558a00e825075f2f3ad5222c396df6a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4470aa3446dcb4f860b77daf3761305 = $(`<div id="html_d4470aa3446dcb4f860b77daf3761305" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_558a00e825075f2f3ad5222c396df6a0.setContent(html_d4470aa3446dcb4f860b77daf3761305);
|
|
|
|
|
|
|
|
marker_b9114ed22784ebb158de207379594e14.bindPopup(popup_558a00e825075f2f3ad5222c396df6a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9114ed22784ebb158de207379594e14.setIcon(icon_e4ab67083bd07309cc989919ffca9599);
|
|
|
|
|
|
var marker_61de0e08bbbe9057698ba05e9b0e43ff = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_97d2730966a224b0809140003e01baad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ef3976d032a474ff882de5bfd75728f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc77ab34f990892a611dd12897badade = $(`<div id="html_bc77ab34f990892a611dd12897badade" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_3ef3976d032a474ff882de5bfd75728f.setContent(html_bc77ab34f990892a611dd12897badade);
|
|
|
|
|
|
|
|
marker_61de0e08bbbe9057698ba05e9b0e43ff.bindPopup(popup_3ef3976d032a474ff882de5bfd75728f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61de0e08bbbe9057698ba05e9b0e43ff.setIcon(icon_97d2730966a224b0809140003e01baad);
|
|
|
|
|
|
var marker_a088562d856342963a298de9e231a4c6 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d6acdbb7fe7114aef6a7d6b01aedef77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e147722df029209720dc3f734fe5b08e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1019ac8b467d56e2bb5996367bccbfb = $(`<div id="html_c1019ac8b467d56e2bb5996367bccbfb" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_e147722df029209720dc3f734fe5b08e.setContent(html_c1019ac8b467d56e2bb5996367bccbfb);
|
|
|
|
|
|
|
|
marker_a088562d856342963a298de9e231a4c6.bindPopup(popup_e147722df029209720dc3f734fe5b08e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a088562d856342963a298de9e231a4c6.setIcon(icon_d6acdbb7fe7114aef6a7d6b01aedef77);
|
|
|
|
|
|
var marker_e1ed89a8a2fa8b0926a61b3649e9e50f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_a8cd0a3f062383bd9666928f0a38967e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d09402a01e34906bedf0978adb51514b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5451eb719cf8a740be5db35f0a5a57a = $(`<div id="html_b5451eb719cf8a740be5db35f0a5a57a" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_d09402a01e34906bedf0978adb51514b.setContent(html_b5451eb719cf8a740be5db35f0a5a57a);
|
|
|
|
|
|
|
|
marker_e1ed89a8a2fa8b0926a61b3649e9e50f.bindPopup(popup_d09402a01e34906bedf0978adb51514b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1ed89a8a2fa8b0926a61b3649e9e50f.setIcon(icon_a8cd0a3f062383bd9666928f0a38967e);
|
|
|
|
|
|
var marker_d913d7a6ca8869f881b1fcdb3219e02d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_8bf7343c5e8ef71bb056002457f6e444 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd9795a546c9d7d2aaf146cf372e91bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_377bed02a0d82bceaa366b7c6140ecc3 = $(`<div id="html_377bed02a0d82bceaa366b7c6140ecc3" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_dd9795a546c9d7d2aaf146cf372e91bf.setContent(html_377bed02a0d82bceaa366b7c6140ecc3);
|
|
|
|
|
|
|
|
marker_d913d7a6ca8869f881b1fcdb3219e02d.bindPopup(popup_dd9795a546c9d7d2aaf146cf372e91bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d913d7a6ca8869f881b1fcdb3219e02d.setIcon(icon_8bf7343c5e8ef71bb056002457f6e444);
|
|
|
|
|
|
var marker_8b03cde836d6a225eca793d7e0ff724f = L.marker(
|
|
[45.5152, -122.678],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_c12af834ee41834e30274a12aafb13d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87328fa747418782bb143877bd6c1baa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a3e0a87b7e795cbc185864215c0e60e = $(`<div id="html_5a3e0a87b7e795cbc185864215c0e60e" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_87328fa747418782bb143877bd6c1baa.setContent(html_5a3e0a87b7e795cbc185864215c0e60e);
|
|
|
|
|
|
|
|
marker_8b03cde836d6a225eca793d7e0ff724f.bindPopup(popup_87328fa747418782bb143877bd6c1baa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b03cde836d6a225eca793d7e0ff724f.setIcon(icon_c12af834ee41834e30274a12aafb13d4);
|
|
|
|
|
|
var marker_0dd40d35d1fef68647fcabc50e11640c = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_a40ff5107309c3b76a7f5203c574155e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96a6f30dce3233f201d37754528d6683 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2851854c4f366f0d5ff8d163f368ccd5 = $(`<div id="html_2851854c4f366f0d5ff8d163f368ccd5" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_96a6f30dce3233f201d37754528d6683.setContent(html_2851854c4f366f0d5ff8d163f368ccd5);
|
|
|
|
|
|
|
|
marker_0dd40d35d1fef68647fcabc50e11640c.bindPopup(popup_96a6f30dce3233f201d37754528d6683)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dd40d35d1fef68647fcabc50e11640c.setIcon(icon_a40ff5107309c3b76a7f5203c574155e);
|
|
|
|
|
|
var marker_7f9dc8af61a80d8f9ecaf054ea8004fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_3615e9140f1b4dbeea23be984adc4469 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e93d5dc0207ac91070c644d4cbf09d65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ed5d16075ce1cb33aff709a6d01b609 = $(`<div id="html_1ed5d16075ce1cb33aff709a6d01b609" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_e93d5dc0207ac91070c644d4cbf09d65.setContent(html_1ed5d16075ce1cb33aff709a6d01b609);
|
|
|
|
|
|
|
|
marker_7f9dc8af61a80d8f9ecaf054ea8004fd.bindPopup(popup_e93d5dc0207ac91070c644d4cbf09d65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f9dc8af61a80d8f9ecaf054ea8004fd.setIcon(icon_3615e9140f1b4dbeea23be984adc4469);
|
|
|
|
|
|
var marker_85ac619c75d841b1440a480d540d9d28 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_22c81cb198781403aeaba676372b8ae4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e2621a1ed044e4f73e7d34ec2ef01f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61ec63d703ccdd7b4387ff0cde36ad58 = $(`<div id="html_61ec63d703ccdd7b4387ff0cde36ad58" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_6e2621a1ed044e4f73e7d34ec2ef01f7.setContent(html_61ec63d703ccdd7b4387ff0cde36ad58);
|
|
|
|
|
|
|
|
marker_85ac619c75d841b1440a480d540d9d28.bindPopup(popup_6e2621a1ed044e4f73e7d34ec2ef01f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85ac619c75d841b1440a480d540d9d28.setIcon(icon_22c81cb198781403aeaba676372b8ae4);
|
|
|
|
|
|
var marker_32eac13d6c5cc7a2eb04f041be84889f = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d4ae6b533a3837081b18e50e1e0be94f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05c3288680e3169c03fae3f0389d4c95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32ea9f94bebae083baf4541b74b41589 = $(`<div id="html_32ea9f94bebae083baf4541b74b41589" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_05c3288680e3169c03fae3f0389d4c95.setContent(html_32ea9f94bebae083baf4541b74b41589);
|
|
|
|
|
|
|
|
marker_32eac13d6c5cc7a2eb04f041be84889f.bindPopup(popup_05c3288680e3169c03fae3f0389d4c95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32eac13d6c5cc7a2eb04f041be84889f.setIcon(icon_d4ae6b533a3837081b18e50e1e0be94f);
|
|
|
|
|
|
var marker_1027b711164ae09f6b2a5a58d6ac60ce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_64e439b632f4e0640a07d78a0633b062 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2c136b07a98e477d6d22d8d8b858dbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8740e090d017c33159914867fd9b76a4 = $(`<div id="html_8740e090d017c33159914867fd9b76a4" style="width: 100.0%; height: 100.0%;">nostr.wom.wtf</div>`)[0];
|
|
popup_b2c136b07a98e477d6d22d8d8b858dbc.setContent(html_8740e090d017c33159914867fd9b76a4);
|
|
|
|
|
|
|
|
marker_1027b711164ae09f6b2a5a58d6ac60ce.bindPopup(popup_b2c136b07a98e477d6d22d8d8b858dbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1027b711164ae09f6b2a5a58d6ac60ce.setIcon(icon_64e439b632f4e0640a07d78a0633b062);
|
|
|
|
|
|
var marker_6cb48aefaef2c8b5da1679381fdb07f1 = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_468449ba2f54ba68bdd6af3f357fdce2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99c1e9639e32b454d16ac93deb416351 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff68445ca72630c1470d7d06a1d0caa7 = $(`<div id="html_ff68445ca72630c1470d7d06a1d0caa7" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_99c1e9639e32b454d16ac93deb416351.setContent(html_ff68445ca72630c1470d7d06a1d0caa7);
|
|
|
|
|
|
|
|
marker_6cb48aefaef2c8b5da1679381fdb07f1.bindPopup(popup_99c1e9639e32b454d16ac93deb416351)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cb48aefaef2c8b5da1679381fdb07f1.setIcon(icon_468449ba2f54ba68bdd6af3f357fdce2);
|
|
|
|
|
|
var marker_9093ce6e029523732e919bc90ab1bf6c = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_ecec26419fbf0470f389b98d5f44d960 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9357782f8213586a69a13bb10895837 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56428cc06948d80c8d1ba0195678b9f6 = $(`<div id="html_56428cc06948d80c8d1ba0195678b9f6" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_c9357782f8213586a69a13bb10895837.setContent(html_56428cc06948d80c8d1ba0195678b9f6);
|
|
|
|
|
|
|
|
marker_9093ce6e029523732e919bc90ab1bf6c.bindPopup(popup_c9357782f8213586a69a13bb10895837)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9093ce6e029523732e919bc90ab1bf6c.setIcon(icon_ecec26419fbf0470f389b98d5f44d960);
|
|
|
|
|
|
var marker_7a3db3fba952db8c5a4bf045bab439e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_5e0657f8b59c1eb5bd124c8b2d80e087 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfcb125cde886f9aa7ff26c678c5aa90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43b6e5abaac052390937d1c573869204 = $(`<div id="html_43b6e5abaac052390937d1c573869204" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_cfcb125cde886f9aa7ff26c678c5aa90.setContent(html_43b6e5abaac052390937d1c573869204);
|
|
|
|
|
|
|
|
marker_7a3db3fba952db8c5a4bf045bab439e3.bindPopup(popup_cfcb125cde886f9aa7ff26c678c5aa90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a3db3fba952db8c5a4bf045bab439e3.setIcon(icon_5e0657f8b59c1eb5bd124c8b2d80e087);
|
|
|
|
|
|
var marker_5b942fa161fdd3ada0e0f948e0c33eb2 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_49b9e4264bee0a1e868f6953a676f717 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_765ec5d57eaee68584157751ba639785 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4188f9125c9f617a8bf30a8e82151de2 = $(`<div id="html_4188f9125c9f617a8bf30a8e82151de2" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_765ec5d57eaee68584157751ba639785.setContent(html_4188f9125c9f617a8bf30a8e82151de2);
|
|
|
|
|
|
|
|
marker_5b942fa161fdd3ada0e0f948e0c33eb2.bindPopup(popup_765ec5d57eaee68584157751ba639785)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b942fa161fdd3ada0e0f948e0c33eb2.setIcon(icon_49b9e4264bee0a1e868f6953a676f717);
|
|
|
|
|
|
var marker_8e23c3c8b0a88590c0a7d804e6530bdd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_b7f5f5ffd515d9bda342f55426cb1659 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de25d05f6984fbd3692d31dfbec785ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_749d4abd1abe9d4da6847e5f2f71e49c = $(`<div id="html_749d4abd1abe9d4da6847e5f2f71e49c" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_de25d05f6984fbd3692d31dfbec785ca.setContent(html_749d4abd1abe9d4da6847e5f2f71e49c);
|
|
|
|
|
|
|
|
marker_8e23c3c8b0a88590c0a7d804e6530bdd.bindPopup(popup_de25d05f6984fbd3692d31dfbec785ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e23c3c8b0a88590c0a7d804e6530bdd.setIcon(icon_b7f5f5ffd515d9bda342f55426cb1659);
|
|
|
|
|
|
var marker_6b790be40d83eb3730fca61248457778 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_82181303589e9290c7ee7f5d76d46237 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e21d16add5df30a1fbeb9c26bf0b4e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cff3615c2452d82a4b9c59ebb9c6e738 = $(`<div id="html_cff3615c2452d82a4b9c59ebb9c6e738" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_0e21d16add5df30a1fbeb9c26bf0b4e7.setContent(html_cff3615c2452d82a4b9c59ebb9c6e738);
|
|
|
|
|
|
|
|
marker_6b790be40d83eb3730fca61248457778.bindPopup(popup_0e21d16add5df30a1fbeb9c26bf0b4e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b790be40d83eb3730fca61248457778.setIcon(icon_82181303589e9290c7ee7f5d76d46237);
|
|
|
|
|
|
var marker_8433a146765859fdd4d3c4005537bc84 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_3809a7cc7846c3ef2fbbff286458061a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8f5f783ea0aee3bcfad4cda91c99b2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f697ff15f4e44f2c6965fc227ab2cbe1 = $(`<div id="html_f697ff15f4e44f2c6965fc227ab2cbe1" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_f8f5f783ea0aee3bcfad4cda91c99b2e.setContent(html_f697ff15f4e44f2c6965fc227ab2cbe1);
|
|
|
|
|
|
|
|
marker_8433a146765859fdd4d3c4005537bc84.bindPopup(popup_f8f5f783ea0aee3bcfad4cda91c99b2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8433a146765859fdd4d3c4005537bc84.setIcon(icon_3809a7cc7846c3ef2fbbff286458061a);
|
|
|
|
|
|
var marker_d7a944bd15d8a2ef9092a2e5c42e7a97 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_b23388e4d5747b8f8ee85e1bdbcb7c85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a4e4e8d3eb3254b64dd403482e576f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60b06cbb54b3cd915b28af1a2f24d5f1 = $(`<div id="html_60b06cbb54b3cd915b28af1a2f24d5f1" style="width: 100.0%; height: 100.0%;">relay.xavierdamman.com</div>`)[0];
|
|
popup_4a4e4e8d3eb3254b64dd403482e576f3.setContent(html_60b06cbb54b3cd915b28af1a2f24d5f1);
|
|
|
|
|
|
|
|
marker_d7a944bd15d8a2ef9092a2e5c42e7a97.bindPopup(popup_4a4e4e8d3eb3254b64dd403482e576f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7a944bd15d8a2ef9092a2e5c42e7a97.setIcon(icon_b23388e4d5747b8f8ee85e1bdbcb7c85);
|
|
|
|
|
|
var marker_d62b2f83f35a592abc38122798aa8aeb = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_4e6681f5a20680e112bc83e29d00202d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5b20196210b24dc3415a0d46abeb17e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1dc6d90d10f7f6e020ec0440bbabca9c = $(`<div id="html_1dc6d90d10f7f6e020ec0440bbabca9c" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_a5b20196210b24dc3415a0d46abeb17e.setContent(html_1dc6d90d10f7f6e020ec0440bbabca9c);
|
|
|
|
|
|
|
|
marker_d62b2f83f35a592abc38122798aa8aeb.bindPopup(popup_a5b20196210b24dc3415a0d46abeb17e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d62b2f83f35a592abc38122798aa8aeb.setIcon(icon_4e6681f5a20680e112bc83e29d00202d);
|
|
|
|
|
|
var marker_e98615144b0a8365d484d2ed76c866e9 = L.marker(
|
|
[39.7392, -104.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_063345290cb35cadf72a7a58645430b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d8b374dee0e3ee98983da515917b9ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_397e2aaef1d27eb6ef50c2450c3dc97b = $(`<div id="html_397e2aaef1d27eb6ef50c2450c3dc97b" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_9d8b374dee0e3ee98983da515917b9ce.setContent(html_397e2aaef1d27eb6ef50c2450c3dc97b);
|
|
|
|
|
|
|
|
marker_e98615144b0a8365d484d2ed76c866e9.bindPopup(popup_9d8b374dee0e3ee98983da515917b9ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e98615144b0a8365d484d2ed76c866e9.setIcon(icon_063345290cb35cadf72a7a58645430b5);
|
|
|
|
|
|
var marker_93a1272a3f4c3fac664ddd84305a8a3d = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_eaffc18d1f2500ac515eaad08df6f4ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dece725b92844cd18adbb32c392c00ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed2f0f1f330ac85f515c16b96407733f = $(`<div id="html_ed2f0f1f330ac85f515c16b96407733f" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_dece725b92844cd18adbb32c392c00ac.setContent(html_ed2f0f1f330ac85f515c16b96407733f);
|
|
|
|
|
|
|
|
marker_93a1272a3f4c3fac664ddd84305a8a3d.bindPopup(popup_dece725b92844cd18adbb32c392c00ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93a1272a3f4c3fac664ddd84305a8a3d.setIcon(icon_eaffc18d1f2500ac515eaad08df6f4ad);
|
|
|
|
|
|
var marker_06c5dc6aec4cc292ad40b086773d00ce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_54c8c96d40692497ea1f2b3b8245d2a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c085b362c28de2cf9683b59a0dfa7f0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41f90bf5771a082bc4956af4ee0cd550 = $(`<div id="html_41f90bf5771a082bc4956af4ee0cd550" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_c085b362c28de2cf9683b59a0dfa7f0d.setContent(html_41f90bf5771a082bc4956af4ee0cd550);
|
|
|
|
|
|
|
|
marker_06c5dc6aec4cc292ad40b086773d00ce.bindPopup(popup_c085b362c28de2cf9683b59a0dfa7f0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06c5dc6aec4cc292ad40b086773d00ce.setIcon(icon_54c8c96d40692497ea1f2b3b8245d2a3);
|
|
|
|
|
|
var marker_2e805385a85b921045f743c74706b717 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_44eb0463e2aad9e3af05ecdf00336d99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9f89ecd3918dd013c8736aba9fdb58b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1252cb41cf4abd793486409b50bfa9e5 = $(`<div id="html_1252cb41cf4abd793486409b50bfa9e5" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_f9f89ecd3918dd013c8736aba9fdb58b.setContent(html_1252cb41cf4abd793486409b50bfa9e5);
|
|
|
|
|
|
|
|
marker_2e805385a85b921045f743c74706b717.bindPopup(popup_f9f89ecd3918dd013c8736aba9fdb58b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e805385a85b921045f743c74706b717.setIcon(icon_44eb0463e2aad9e3af05ecdf00336d99);
|
|
|
|
|
|
var marker_3d863c004e9660df3f5de88f7b375520 = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_6ca2237b5caffde55254a9bf48216323 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daa98fc398a9a3069a9bb25fd9791aae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49e54ae26c8e87d8c58cbda2c0e34f72 = $(`<div id="html_49e54ae26c8e87d8c58cbda2c0e34f72" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_daa98fc398a9a3069a9bb25fd9791aae.setContent(html_49e54ae26c8e87d8c58cbda2c0e34f72);
|
|
|
|
|
|
|
|
marker_3d863c004e9660df3f5de88f7b375520.bindPopup(popup_daa98fc398a9a3069a9bb25fd9791aae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d863c004e9660df3f5de88f7b375520.setIcon(icon_6ca2237b5caffde55254a9bf48216323);
|
|
|
|
|
|
var marker_348458cf072e427be8768c3bcad6c78a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_980731d0843e5295a755de04d4b76e6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a68b383dc11f22c89dbc6b17849cf66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dc4f33d539895efa4b61f863d5d0e75 = $(`<div id="html_3dc4f33d539895efa4b61f863d5d0e75" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_5a68b383dc11f22c89dbc6b17849cf66.setContent(html_3dc4f33d539895efa4b61f863d5d0e75);
|
|
|
|
|
|
|
|
marker_348458cf072e427be8768c3bcad6c78a.bindPopup(popup_5a68b383dc11f22c89dbc6b17849cf66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_348458cf072e427be8768c3bcad6c78a.setIcon(icon_980731d0843e5295a755de04d4b76e6d);
|
|
|
|
|
|
var marker_6822e5f7161468c446f712ce26e42d30 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d820c664f27d705d69f250cfd23ba97c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a112d4b6d9706ad635919192fc0a5e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d35046e9570c12b6cf993e1169a65967 = $(`<div id="html_d35046e9570c12b6cf993e1169a65967" style="width: 100.0%; height: 100.0%;">memlay.v0l.io</div>`)[0];
|
|
popup_4a112d4b6d9706ad635919192fc0a5e2.setContent(html_d35046e9570c12b6cf993e1169a65967);
|
|
|
|
|
|
|
|
marker_6822e5f7161468c446f712ce26e42d30.bindPopup(popup_4a112d4b6d9706ad635919192fc0a5e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6822e5f7161468c446f712ce26e42d30.setIcon(icon_d820c664f27d705d69f250cfd23ba97c);
|
|
|
|
|
|
var marker_2958d3ce7e50b77f8073270779423965 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_1cf75d1edd3641443459d6c587b64f1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8b209fa991646c737d6a6177e1051d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8444571a45f2fa1be26cd663225c200e = $(`<div id="html_8444571a45f2fa1be26cd663225c200e" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_f8b209fa991646c737d6a6177e1051d4.setContent(html_8444571a45f2fa1be26cd663225c200e);
|
|
|
|
|
|
|
|
marker_2958d3ce7e50b77f8073270779423965.bindPopup(popup_f8b209fa991646c737d6a6177e1051d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2958d3ce7e50b77f8073270779423965.setIcon(icon_1cf75d1edd3641443459d6c587b64f1e);
|
|
|
|
|
|
var marker_ba0503a7a078c75eedad3cd588d557da = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_4da8640e577b479a8d078e3567f9a290 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b4c53882e20e9c22d60c43b13f97257 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e20f97fae39ae143c245d7d5182c7b9e = $(`<div id="html_e20f97fae39ae143c245d7d5182c7b9e" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_3b4c53882e20e9c22d60c43b13f97257.setContent(html_e20f97fae39ae143c245d7d5182c7b9e);
|
|
|
|
|
|
|
|
marker_ba0503a7a078c75eedad3cd588d557da.bindPopup(popup_3b4c53882e20e9c22d60c43b13f97257)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba0503a7a078c75eedad3cd588d557da.setIcon(icon_4da8640e577b479a8d078e3567f9a290);
|
|
|
|
|
|
var marker_25c13bf5fc0718c7401c5aaf0abcd3a7 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_c03d46006549dc951ae22095899f7826 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d21124c067382055fb372084f16fbe2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_673a667b8ef50d188a482853f4122efc = $(`<div id="html_673a667b8ef50d188a482853f4122efc" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_d21124c067382055fb372084f16fbe2e.setContent(html_673a667b8ef50d188a482853f4122efc);
|
|
|
|
|
|
|
|
marker_25c13bf5fc0718c7401c5aaf0abcd3a7.bindPopup(popup_d21124c067382055fb372084f16fbe2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25c13bf5fc0718c7401c5aaf0abcd3a7.setIcon(icon_c03d46006549dc951ae22095899f7826);
|
|
|
|
|
|
var marker_63aa53944c3175e8bd4a00c4b9a0dc1d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_a2c05b451303b9bddc885847ee1b2914 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bd63ecfe283314c2fe5ce57acad03a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0413a2de305cc8b652ec4e7a44d42784 = $(`<div id="html_0413a2de305cc8b652ec4e7a44d42784" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_9bd63ecfe283314c2fe5ce57acad03a0.setContent(html_0413a2de305cc8b652ec4e7a44d42784);
|
|
|
|
|
|
|
|
marker_63aa53944c3175e8bd4a00c4b9a0dc1d.bindPopup(popup_9bd63ecfe283314c2fe5ce57acad03a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63aa53944c3175e8bd4a00c4b9a0dc1d.setIcon(icon_a2c05b451303b9bddc885847ee1b2914);
|
|
|
|
|
|
var marker_b6a49c5b6a00fe6a2cfbc0584e0879b3 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_1f58b0cee76c84492308d95eb65ff034 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bde8e83752ace57a52d2632fb30f109 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b43566cfc602f1ec0f56dc343357a2f = $(`<div id="html_5b43566cfc602f1ec0f56dc343357a2f" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_9bde8e83752ace57a52d2632fb30f109.setContent(html_5b43566cfc602f1ec0f56dc343357a2f);
|
|
|
|
|
|
|
|
marker_b6a49c5b6a00fe6a2cfbc0584e0879b3.bindPopup(popup_9bde8e83752ace57a52d2632fb30f109)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6a49c5b6a00fe6a2cfbc0584e0879b3.setIcon(icon_1f58b0cee76c84492308d95eb65ff034);
|
|
|
|
|
|
var marker_f37b19741f015fd7dbe0ba694ea237f3 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_081295e9efcf1d72f955380106b288a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e594a4d155d17788a07b7f76407a4e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72be26d43b02ad3bf4dc9396cac293ea = $(`<div id="html_72be26d43b02ad3bf4dc9396cac293ea" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_6e594a4d155d17788a07b7f76407a4e7.setContent(html_72be26d43b02ad3bf4dc9396cac293ea);
|
|
|
|
|
|
|
|
marker_f37b19741f015fd7dbe0ba694ea237f3.bindPopup(popup_6e594a4d155d17788a07b7f76407a4e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f37b19741f015fd7dbe0ba694ea237f3.setIcon(icon_081295e9efcf1d72f955380106b288a0);
|
|
|
|
|
|
var marker_8612d225ab8c719803e5705fb15d5493 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_9a7e465e4f82c61215b3a447f89a6700 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e2b09bcd340eb712edeab8e144b707d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42d933db3ba7393106ecd42db541534a = $(`<div id="html_42d933db3ba7393106ecd42db541534a" style="width: 100.0%; height: 100.0%;">nostrsgp.notribe.net</div>`)[0];
|
|
popup_8e2b09bcd340eb712edeab8e144b707d.setContent(html_42d933db3ba7393106ecd42db541534a);
|
|
|
|
|
|
|
|
marker_8612d225ab8c719803e5705fb15d5493.bindPopup(popup_8e2b09bcd340eb712edeab8e144b707d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8612d225ab8c719803e5705fb15d5493.setIcon(icon_9a7e465e4f82c61215b3a447f89a6700);
|
|
|
|
|
|
var marker_4dc07d5ee6a9d481db46ebea508b8887 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_691ba2e19c65ba9cce51fd2d7653b3af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f75abf0eb37cc7de214fc3482e3ba90b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e9a25eecc829da38d7e9abd3e7aa09c = $(`<div id="html_6e9a25eecc829da38d7e9abd3e7aa09c" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_f75abf0eb37cc7de214fc3482e3ba90b.setContent(html_6e9a25eecc829da38d7e9abd3e7aa09c);
|
|
|
|
|
|
|
|
marker_4dc07d5ee6a9d481db46ebea508b8887.bindPopup(popup_f75abf0eb37cc7de214fc3482e3ba90b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dc07d5ee6a9d481db46ebea508b8887.setIcon(icon_691ba2e19c65ba9cce51fd2d7653b3af);
|
|
|
|
|
|
var marker_c9a437f0345bc73fac0695e4f8bb2a47 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_1ead0e2751ac8f4776b8ad215a5f5202 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_393a2e4049730b35de3b5c391e73640f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9aa1bc97573b36f1418fc81ea0b7731d = $(`<div id="html_9aa1bc97573b36f1418fc81ea0b7731d" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_393a2e4049730b35de3b5c391e73640f.setContent(html_9aa1bc97573b36f1418fc81ea0b7731d);
|
|
|
|
|
|
|
|
marker_c9a437f0345bc73fac0695e4f8bb2a47.bindPopup(popup_393a2e4049730b35de3b5c391e73640f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9a437f0345bc73fac0695e4f8bb2a47.setIcon(icon_1ead0e2751ac8f4776b8ad215a5f5202);
|
|
|
|
|
|
var marker_02e9681f1ab12481e86c15b7d3d98708 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_32a518b0b13215e520342c0d5ef80ce3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85dda725b44eac988f54f81c84ff17b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_370637fedb4177083822001a5e327fb5 = $(`<div id="html_370637fedb4177083822001a5e327fb5" style="width: 100.0%; height: 100.0%;">nostr.chrissexton.org</div>`)[0];
|
|
popup_85dda725b44eac988f54f81c84ff17b7.setContent(html_370637fedb4177083822001a5e327fb5);
|
|
|
|
|
|
|
|
marker_02e9681f1ab12481e86c15b7d3d98708.bindPopup(popup_85dda725b44eac988f54f81c84ff17b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02e9681f1ab12481e86c15b7d3d98708.setIcon(icon_32a518b0b13215e520342c0d5ef80ce3);
|
|
|
|
|
|
var marker_bd166cbd70a35014190ecca6b2e15e0c = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_e54a3eec056030113e6a7258b321cae1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fd0ddc8ff920ebc206790d76af27283 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb608eb05b90ec2227785d0e4f787b9c = $(`<div id="html_bb608eb05b90ec2227785d0e4f787b9c" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_1fd0ddc8ff920ebc206790d76af27283.setContent(html_bb608eb05b90ec2227785d0e4f787b9c);
|
|
|
|
|
|
|
|
marker_bd166cbd70a35014190ecca6b2e15e0c.bindPopup(popup_1fd0ddc8ff920ebc206790d76af27283)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd166cbd70a35014190ecca6b2e15e0c.setIcon(icon_e54a3eec056030113e6a7258b321cae1);
|
|
|
|
|
|
var marker_b1749279204603d8d56a5491cb3d1282 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_5cbdd3a8d2ba84916104d6cfb120540d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f7efc07b2f7994bb2361807f233da07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19155cf9ee464c1ce0d7504ed29ceb1e = $(`<div id="html_19155cf9ee464c1ce0d7504ed29ceb1e" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_3f7efc07b2f7994bb2361807f233da07.setContent(html_19155cf9ee464c1ce0d7504ed29ceb1e);
|
|
|
|
|
|
|
|
marker_b1749279204603d8d56a5491cb3d1282.bindPopup(popup_3f7efc07b2f7994bb2361807f233da07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1749279204603d8d56a5491cb3d1282.setIcon(icon_5cbdd3a8d2ba84916104d6cfb120540d);
|
|
|
|
|
|
var marker_160eeabea4bcefcc445428d93516a199 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_2b86845b87638f35bc21bdfeb4ab61b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34bdf2ed2660630fbbd988b3cd6dc3e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e46e9e83be41d64fe07a08bd4fefcd90 = $(`<div id="html_e46e9e83be41d64fe07a08bd4fefcd90" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_34bdf2ed2660630fbbd988b3cd6dc3e3.setContent(html_e46e9e83be41d64fe07a08bd4fefcd90);
|
|
|
|
|
|
|
|
marker_160eeabea4bcefcc445428d93516a199.bindPopup(popup_34bdf2ed2660630fbbd988b3cd6dc3e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_160eeabea4bcefcc445428d93516a199.setIcon(icon_2b86845b87638f35bc21bdfeb4ab61b8);
|
|
|
|
|
|
var marker_3e5ddf642c8fc7aed288e1b92761a423 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_08930449bc29235e5f35ba5f3a032792 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7cea5fbb59db8d2e8912108483afab3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_273fd7565f9d32037229cecaa57b3901 = $(`<div id="html_273fd7565f9d32037229cecaa57b3901" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_a7cea5fbb59db8d2e8912108483afab3.setContent(html_273fd7565f9d32037229cecaa57b3901);
|
|
|
|
|
|
|
|
marker_3e5ddf642c8fc7aed288e1b92761a423.bindPopup(popup_a7cea5fbb59db8d2e8912108483afab3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e5ddf642c8fc7aed288e1b92761a423.setIcon(icon_08930449bc29235e5f35ba5f3a032792);
|
|
|
|
|
|
var marker_063e1df48fde015e60ba003c2f47a58d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_7e143b01f6653cc0124bf51e833b78ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62935f66af43ca602928bdeb80dfd51c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_845fdcd73971dafc3f05dfe4ed426932 = $(`<div id="html_845fdcd73971dafc3f05dfe4ed426932" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_62935f66af43ca602928bdeb80dfd51c.setContent(html_845fdcd73971dafc3f05dfe4ed426932);
|
|
|
|
|
|
|
|
marker_063e1df48fde015e60ba003c2f47a58d.bindPopup(popup_62935f66af43ca602928bdeb80dfd51c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_063e1df48fde015e60ba003c2f47a58d.setIcon(icon_7e143b01f6653cc0124bf51e833b78ed);
|
|
|
|
|
|
var marker_3a2dce45f3703a18b70bd748523e8632 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_ab87b95d512241978c350d01d305193a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a81dd9d8186d7916af21ef56593d465 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_683561807f1bd48c624caa0e994b8252 = $(`<div id="html_683561807f1bd48c624caa0e994b8252" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_7a81dd9d8186d7916af21ef56593d465.setContent(html_683561807f1bd48c624caa0e994b8252);
|
|
|
|
|
|
|
|
marker_3a2dce45f3703a18b70bd748523e8632.bindPopup(popup_7a81dd9d8186d7916af21ef56593d465)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a2dce45f3703a18b70bd748523e8632.setIcon(icon_ab87b95d512241978c350d01d305193a);
|
|
|
|
|
|
var marker_71cae80bbe3cdc173b8e53f99b0671fd = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d813299f4e3f57faac1af3f20b27db7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bda8a5262f6dea534ffae4958cee621 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24824d03db158cb8d55d8e0fd2cd973a = $(`<div id="html_24824d03db158cb8d55d8e0fd2cd973a" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_0bda8a5262f6dea534ffae4958cee621.setContent(html_24824d03db158cb8d55d8e0fd2cd973a);
|
|
|
|
|
|
|
|
marker_71cae80bbe3cdc173b8e53f99b0671fd.bindPopup(popup_0bda8a5262f6dea534ffae4958cee621)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71cae80bbe3cdc173b8e53f99b0671fd.setIcon(icon_d813299f4e3f57faac1af3f20b27db7a);
|
|
|
|
|
|
var marker_b6e8d97ae71664c725bfe1c74531d2b6 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_2724562d564907d6d13b0f45c11dba1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4ebcb3c98ce0a69fd0ab831201ff3e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84b11afc03404101b4b44b97a689f22e = $(`<div id="html_84b11afc03404101b4b44b97a689f22e" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_f4ebcb3c98ce0a69fd0ab831201ff3e6.setContent(html_84b11afc03404101b4b44b97a689f22e);
|
|
|
|
|
|
|
|
marker_b6e8d97ae71664c725bfe1c74531d2b6.bindPopup(popup_f4ebcb3c98ce0a69fd0ab831201ff3e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6e8d97ae71664c725bfe1c74531d2b6.setIcon(icon_2724562d564907d6d13b0f45c11dba1d);
|
|
|
|
|
|
var marker_9bd02598cb03139360da5380cd49e79b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_363fd2ca8fc26b2269bc2dff436396cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe5c4254cbcc8f13a484c65768114cbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6db7e3d1238300e5b606bc34e796fc4 = $(`<div id="html_e6db7e3d1238300e5b606bc34e796fc4" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_fe5c4254cbcc8f13a484c65768114cbe.setContent(html_e6db7e3d1238300e5b606bc34e796fc4);
|
|
|
|
|
|
|
|
marker_9bd02598cb03139360da5380cd49e79b.bindPopup(popup_fe5c4254cbcc8f13a484c65768114cbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bd02598cb03139360da5380cd49e79b.setIcon(icon_363fd2ca8fc26b2269bc2dff436396cf);
|
|
|
|
|
|
var marker_b9f8a5d3e34db29b969ceb2c3b61a3c6 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_0c5cfa4fb1ee8cd0af1b0a4cafb33c0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11cd180ff8ea5b578404282ed730dc0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7ec917576def0f86060db173a30aa33 = $(`<div id="html_d7ec917576def0f86060db173a30aa33" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_11cd180ff8ea5b578404282ed730dc0d.setContent(html_d7ec917576def0f86060db173a30aa33);
|
|
|
|
|
|
|
|
marker_b9f8a5d3e34db29b969ceb2c3b61a3c6.bindPopup(popup_11cd180ff8ea5b578404282ed730dc0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9f8a5d3e34db29b969ceb2c3b61a3c6.setIcon(icon_0c5cfa4fb1ee8cd0af1b0a4cafb33c0f);
|
|
|
|
|
|
var marker_382bb1f401654cc9cfa7835bb14581bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_3afa673e6433f217e4a85b2fa2dbacf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb185aa8bfb9c6094793ec4f2bc556e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77d1853e09d15112bdb2afaf31009107 = $(`<div id="html_77d1853e09d15112bdb2afaf31009107" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_bb185aa8bfb9c6094793ec4f2bc556e3.setContent(html_77d1853e09d15112bdb2afaf31009107);
|
|
|
|
|
|
|
|
marker_382bb1f401654cc9cfa7835bb14581bc.bindPopup(popup_bb185aa8bfb9c6094793ec4f2bc556e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_382bb1f401654cc9cfa7835bb14581bc.setIcon(icon_3afa673e6433f217e4a85b2fa2dbacf2);
|
|
|
|
|
|
var marker_13ef375f239f5581cc6a91b30b7f12ba = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_161a117275d257f293b5513a04e4f724 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08cc2491c8968d672aab07efaaf985b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eac1bdfff0ddbddd610e1683c28f9e71 = $(`<div id="html_eac1bdfff0ddbddd610e1683c28f9e71" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_08cc2491c8968d672aab07efaaf985b2.setContent(html_eac1bdfff0ddbddd610e1683c28f9e71);
|
|
|
|
|
|
|
|
marker_13ef375f239f5581cc6a91b30b7f12ba.bindPopup(popup_08cc2491c8968d672aab07efaaf985b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13ef375f239f5581cc6a91b30b7f12ba.setIcon(icon_161a117275d257f293b5513a04e4f724);
|
|
|
|
|
|
var marker_21bec2043803ad9fa5585dfaed44f775 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_c5e181b69c8020582fb51f160ab3c753 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3af25acdd3b190201b154c8864f1f37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c60824a2a379774277dbbb96493998f = $(`<div id="html_9c60824a2a379774277dbbb96493998f" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_e3af25acdd3b190201b154c8864f1f37.setContent(html_9c60824a2a379774277dbbb96493998f);
|
|
|
|
|
|
|
|
marker_21bec2043803ad9fa5585dfaed44f775.bindPopup(popup_e3af25acdd3b190201b154c8864f1f37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21bec2043803ad9fa5585dfaed44f775.setIcon(icon_c5e181b69c8020582fb51f160ab3c753);
|
|
|
|
|
|
var marker_8c83fceb42dfd7a3007263766b8bf4ff = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_bb7a3a97bbf0b48136c87abafd94ca03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d16b79eb5fc55f6f41b61bb8a6c8417 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dee0cab2839c81914f5ed58ea0585a87 = $(`<div id="html_dee0cab2839c81914f5ed58ea0585a87" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_8d16b79eb5fc55f6f41b61bb8a6c8417.setContent(html_dee0cab2839c81914f5ed58ea0585a87);
|
|
|
|
|
|
|
|
marker_8c83fceb42dfd7a3007263766b8bf4ff.bindPopup(popup_8d16b79eb5fc55f6f41b61bb8a6c8417)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c83fceb42dfd7a3007263766b8bf4ff.setIcon(icon_bb7a3a97bbf0b48136c87abafd94ca03);
|
|
|
|
|
|
var marker_526189c9663edac6b014f9f74d5d96cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d01983d314d1a9cdd3a013df45cb4fcb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_328a895a6d106c41bc17be3fdcfd3fff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99ce06d99b83536786671e86088ca59e = $(`<div id="html_99ce06d99b83536786671e86088ca59e" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_328a895a6d106c41bc17be3fdcfd3fff.setContent(html_99ce06d99b83536786671e86088ca59e);
|
|
|
|
|
|
|
|
marker_526189c9663edac6b014f9f74d5d96cf.bindPopup(popup_328a895a6d106c41bc17be3fdcfd3fff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_526189c9663edac6b014f9f74d5d96cf.setIcon(icon_d01983d314d1a9cdd3a013df45cb4fcb);
|
|
|
|
|
|
var marker_3d9b7d682ba4351df3d60802b74ed343 = L.marker(
|
|
[33.6129, -111.915],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_1dd1d68d8acc18e350df5558ec310beb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0871054d3d558bfca5fafcdb5b2c443 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c89dc2e0cc2e45a83c6e1de56240741 = $(`<div id="html_9c89dc2e0cc2e45a83c6e1de56240741" style="width: 100.0%; height: 100.0%;">relay.redsh1ft.com</div>`)[0];
|
|
popup_f0871054d3d558bfca5fafcdb5b2c443.setContent(html_9c89dc2e0cc2e45a83c6e1de56240741);
|
|
|
|
|
|
|
|
marker_3d9b7d682ba4351df3d60802b74ed343.bindPopup(popup_f0871054d3d558bfca5fafcdb5b2c443)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d9b7d682ba4351df3d60802b74ed343.setIcon(icon_1dd1d68d8acc18e350df5558ec310beb);
|
|
|
|
|
|
var marker_7c67f3d7c15595a39f5ca9865d22eee8 = L.marker(
|
|
[49.029, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_f48a8eda5e982f5c118bbf67041947d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9bc5176289466ab561f8966bee1f657 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3608fdb07502f807bcc4d14c375b8e4 = $(`<div id="html_b3608fdb07502f807bcc4d14c375b8e4" style="width: 100.0%; height: 100.0%;">nostr.0cx.de</div>`)[0];
|
|
popup_c9bc5176289466ab561f8966bee1f657.setContent(html_b3608fdb07502f807bcc4d14c375b8e4);
|
|
|
|
|
|
|
|
marker_7c67f3d7c15595a39f5ca9865d22eee8.bindPopup(popup_c9bc5176289466ab561f8966bee1f657)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c67f3d7c15595a39f5ca9865d22eee8.setIcon(icon_f48a8eda5e982f5c118bbf67041947d2);
|
|
|
|
|
|
var marker_94a93deb449c976c32db190688e9d319 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_6faf2a83376d5db87558b8081334c965 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86cc762db1417642cdc355c1822b9c00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21ca11f5c531749056aa21b0d7ac6578 = $(`<div id="html_21ca11f5c531749056aa21b0d7ac6578" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_86cc762db1417642cdc355c1822b9c00.setContent(html_21ca11f5c531749056aa21b0d7ac6578);
|
|
|
|
|
|
|
|
marker_94a93deb449c976c32db190688e9d319.bindPopup(popup_86cc762db1417642cdc355c1822b9c00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94a93deb449c976c32db190688e9d319.setIcon(icon_6faf2a83376d5db87558b8081334c965);
|
|
|
|
|
|
var marker_465bdc8b7258b90d7084bdbf1aff8bba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_3a5ce9995dd70b1399471c401f04f171 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9d31fa11af8952921221e9bdc5fa869 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aff5bcc6cac32b2dc10228a72f313629 = $(`<div id="html_aff5bcc6cac32b2dc10228a72f313629" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_c9d31fa11af8952921221e9bdc5fa869.setContent(html_aff5bcc6cac32b2dc10228a72f313629);
|
|
|
|
|
|
|
|
marker_465bdc8b7258b90d7084bdbf1aff8bba.bindPopup(popup_c9d31fa11af8952921221e9bdc5fa869)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_465bdc8b7258b90d7084bdbf1aff8bba.setIcon(icon_3a5ce9995dd70b1399471c401f04f171);
|
|
|
|
|
|
var marker_eec140d221fb245cbb4d4a334934d535 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d88c6edb64e1f864b5b03021247ba716 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4cec3054751b1cc68a1c0ff18d7850b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12a9725377ce459d2dfe56b7e5659c6f = $(`<div id="html_12a9725377ce459d2dfe56b7e5659c6f" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_d4cec3054751b1cc68a1c0ff18d7850b.setContent(html_12a9725377ce459d2dfe56b7e5659c6f);
|
|
|
|
|
|
|
|
marker_eec140d221fb245cbb4d4a334934d535.bindPopup(popup_d4cec3054751b1cc68a1c0ff18d7850b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eec140d221fb245cbb4d4a334934d535.setIcon(icon_d88c6edb64e1f864b5b03021247ba716);
|
|
|
|
|
|
var marker_d8e27cc6a2c3656e2a7a491c330d4032 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_bfd08608db9a84e90c624bfb92621778 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2ee374a018202f7b38c91de0315124f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ff5070e437db8600d1e4d8b6d236445 = $(`<div id="html_3ff5070e437db8600d1e4d8b6d236445" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_f2ee374a018202f7b38c91de0315124f.setContent(html_3ff5070e437db8600d1e4d8b6d236445);
|
|
|
|
|
|
|
|
marker_d8e27cc6a2c3656e2a7a491c330d4032.bindPopup(popup_f2ee374a018202f7b38c91de0315124f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8e27cc6a2c3656e2a7a491c330d4032.setIcon(icon_bfd08608db9a84e90c624bfb92621778);
|
|
|
|
|
|
var marker_79ab19799156997125c714df4fc09dfe = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_a23d32d7e848644ec64fa7df0747345e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2e2357b0896e30a4e82a44843c8df44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f75ac97a1e5507402ad6c423439ef498 = $(`<div id="html_f75ac97a1e5507402ad6c423439ef498" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_d2e2357b0896e30a4e82a44843c8df44.setContent(html_f75ac97a1e5507402ad6c423439ef498);
|
|
|
|
|
|
|
|
marker_79ab19799156997125c714df4fc09dfe.bindPopup(popup_d2e2357b0896e30a4e82a44843c8df44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79ab19799156997125c714df4fc09dfe.setIcon(icon_a23d32d7e848644ec64fa7df0747345e);
|
|
|
|
|
|
var marker_e26469002cfda15977c86b3bd7b65f06 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_b965864e1ced8e8c26d81b7f14cfdbc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10e886632e5fb9a17800b819d332f055 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7458dd1ce5703a6eeef745a336df92f7 = $(`<div id="html_7458dd1ce5703a6eeef745a336df92f7" style="width: 100.0%; height: 100.0%;">testorly.nosfabrica.com</div>`)[0];
|
|
popup_10e886632e5fb9a17800b819d332f055.setContent(html_7458dd1ce5703a6eeef745a336df92f7);
|
|
|
|
|
|
|
|
marker_e26469002cfda15977c86b3bd7b65f06.bindPopup(popup_10e886632e5fb9a17800b819d332f055)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e26469002cfda15977c86b3bd7b65f06.setIcon(icon_b965864e1ced8e8c26d81b7f14cfdbc2);
|
|
|
|
|
|
var marker_0e8b5a58bb99d7924ee2ab1168b0be71 = L.marker(
|
|
[43.4305, -83.9638],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_676a4e49137a0cf9e18d462e24932034 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b5c5f2913b133f75d3137b25ee950f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3044ab2e03bd616da277b4b39fc5414b = $(`<div id="html_3044ab2e03bd616da277b4b39fc5414b" style="width: 100.0%; height: 100.0%;">kanagrovv-pyramid.kozow.com</div>`)[0];
|
|
popup_9b5c5f2913b133f75d3137b25ee950f1.setContent(html_3044ab2e03bd616da277b4b39fc5414b);
|
|
|
|
|
|
|
|
marker_0e8b5a58bb99d7924ee2ab1168b0be71.bindPopup(popup_9b5c5f2913b133f75d3137b25ee950f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e8b5a58bb99d7924ee2ab1168b0be71.setIcon(icon_676a4e49137a0cf9e18d462e24932034);
|
|
|
|
|
|
var marker_a78a0e6852580b8ae84f6da3e1877301 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_fc6fb6b89bdcb92007596f0a7d05e678 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f7b21380ef1010dcabc93a0a35e0bfa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_827ba52a566316dd3920184a9de2920a = $(`<div id="html_827ba52a566316dd3920184a9de2920a" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_5f7b21380ef1010dcabc93a0a35e0bfa.setContent(html_827ba52a566316dd3920184a9de2920a);
|
|
|
|
|
|
|
|
marker_a78a0e6852580b8ae84f6da3e1877301.bindPopup(popup_5f7b21380ef1010dcabc93a0a35e0bfa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a78a0e6852580b8ae84f6da3e1877301.setIcon(icon_fc6fb6b89bdcb92007596f0a7d05e678);
|
|
|
|
|
|
var marker_0102d89aebb5c2090764ffaef8321feb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_6b19a336c0990d1a7021a270f8a059aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ecc1f37f3c35414e4e6693a2c090952 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a395aef82cb90f50966e81188d8dc8e = $(`<div id="html_5a395aef82cb90f50966e81188d8dc8e" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_6ecc1f37f3c35414e4e6693a2c090952.setContent(html_5a395aef82cb90f50966e81188d8dc8e);
|
|
|
|
|
|
|
|
marker_0102d89aebb5c2090764ffaef8321feb.bindPopup(popup_6ecc1f37f3c35414e4e6693a2c090952)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0102d89aebb5c2090764ffaef8321feb.setIcon(icon_6b19a336c0990d1a7021a270f8a059aa);
|
|
|
|
|
|
var marker_f3d818d741f1183ab05b90c9bea46048 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_c0593e8f802e8401ec22001aa2a5d0cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a225faff46eff7187bd4e1dc2200413d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1817797d068217f9714ab530aa339d61 = $(`<div id="html_1817797d068217f9714ab530aa339d61" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_a225faff46eff7187bd4e1dc2200413d.setContent(html_1817797d068217f9714ab530aa339d61);
|
|
|
|
|
|
|
|
marker_f3d818d741f1183ab05b90c9bea46048.bindPopup(popup_a225faff46eff7187bd4e1dc2200413d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3d818d741f1183ab05b90c9bea46048.setIcon(icon_c0593e8f802e8401ec22001aa2a5d0cc);
|
|
|
|
|
|
var marker_4aa84d6662f59f3928a34c53d1537564 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_9fa496d615d4e8f5d9d80579d595bd40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_964d0c3324880d1658c788b2bbfb8cc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_752d147b5b374c527943622a1409a938 = $(`<div id="html_752d147b5b374c527943622a1409a938" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_964d0c3324880d1658c788b2bbfb8cc1.setContent(html_752d147b5b374c527943622a1409a938);
|
|
|
|
|
|
|
|
marker_4aa84d6662f59f3928a34c53d1537564.bindPopup(popup_964d0c3324880d1658c788b2bbfb8cc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4aa84d6662f59f3928a34c53d1537564.setIcon(icon_9fa496d615d4e8f5d9d80579d595bd40);
|
|
|
|
|
|
var marker_0138b81ad080383bd61ebb7cc07676a7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_46ebf93bd7dd5d1fa80a0b9034865a63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25b8b23d6bf520a560135f2fd3addadc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4b403ee73cf86efe24071f8ac650b79 = $(`<div id="html_d4b403ee73cf86efe24071f8ac650b79" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_25b8b23d6bf520a560135f2fd3addadc.setContent(html_d4b403ee73cf86efe24071f8ac650b79);
|
|
|
|
|
|
|
|
marker_0138b81ad080383bd61ebb7cc07676a7.bindPopup(popup_25b8b23d6bf520a560135f2fd3addadc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0138b81ad080383bd61ebb7cc07676a7.setIcon(icon_46ebf93bd7dd5d1fa80a0b9034865a63);
|
|
|
|
|
|
var marker_39b2366a0e7de597b3a59a774c7002f7 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_e4a6471a2aa9941fc27bc47970f089c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49619581ae58e00a301c26e4957bb1b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5acd92862e3941a6709b13ef83ad2517 = $(`<div id="html_5acd92862e3941a6709b13ef83ad2517" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_49619581ae58e00a301c26e4957bb1b7.setContent(html_5acd92862e3941a6709b13ef83ad2517);
|
|
|
|
|
|
|
|
marker_39b2366a0e7de597b3a59a774c7002f7.bindPopup(popup_49619581ae58e00a301c26e4957bb1b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39b2366a0e7de597b3a59a774c7002f7.setIcon(icon_e4a6471a2aa9941fc27bc47970f089c3);
|
|
|
|
|
|
var marker_c73788aa348b4bdf15ce2a4f4e9ef4e2 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_a16db7c937e2dd80770fea2e9ff6fd2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90858cbaf6ebb6a14b599d7c0f2b87a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20e005bcfdadb16d26d9696a5eedb68a = $(`<div id="html_20e005bcfdadb16d26d9696a5eedb68a" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_90858cbaf6ebb6a14b599d7c0f2b87a1.setContent(html_20e005bcfdadb16d26d9696a5eedb68a);
|
|
|
|
|
|
|
|
marker_c73788aa348b4bdf15ce2a4f4e9ef4e2.bindPopup(popup_90858cbaf6ebb6a14b599d7c0f2b87a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c73788aa348b4bdf15ce2a4f4e9ef4e2.setIcon(icon_a16db7c937e2dd80770fea2e9ff6fd2a);
|
|
|
|
|
|
var marker_9280f690f5ffc1b5ddf4d1b9d48dfbd8 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_414acb10e9683b5cec0bea21c4005a93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_972332c2770e8351e5d23c8997e802a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2fd1a4e633ef3199679db7847019479 = $(`<div id="html_d2fd1a4e633ef3199679db7847019479" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_972332c2770e8351e5d23c8997e802a7.setContent(html_d2fd1a4e633ef3199679db7847019479);
|
|
|
|
|
|
|
|
marker_9280f690f5ffc1b5ddf4d1b9d48dfbd8.bindPopup(popup_972332c2770e8351e5d23c8997e802a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9280f690f5ffc1b5ddf4d1b9d48dfbd8.setIcon(icon_414acb10e9683b5cec0bea21c4005a93);
|
|
|
|
|
|
var marker_092ed1c0c54af9fc0f814365d4b50437 = L.marker(
|
|
[51.2821, 6.78285],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_cc302ace4e2d12fc94b0364e6be12b79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04378c341c6a6bf2067fecee1d6eefc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e909831738c1748c22cd0d24fb467337 = $(`<div id="html_e909831738c1748c22cd0d24fb467337" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_04378c341c6a6bf2067fecee1d6eefc9.setContent(html_e909831738c1748c22cd0d24fb467337);
|
|
|
|
|
|
|
|
marker_092ed1c0c54af9fc0f814365d4b50437.bindPopup(popup_04378c341c6a6bf2067fecee1d6eefc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_092ed1c0c54af9fc0f814365d4b50437.setIcon(icon_cc302ace4e2d12fc94b0364e6be12b79);
|
|
|
|
|
|
var marker_23154dde4745eb2621072a65b0d88174 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_2894af002e46b5a57facd93f2fd2a747 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce81560f84c459ae4f07d78dcb2d5486 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f96a018f85f5f844793f0b781691cf93 = $(`<div id="html_f96a018f85f5f844793f0b781691cf93" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_ce81560f84c459ae4f07d78dcb2d5486.setContent(html_f96a018f85f5f844793f0b781691cf93);
|
|
|
|
|
|
|
|
marker_23154dde4745eb2621072a65b0d88174.bindPopup(popup_ce81560f84c459ae4f07d78dcb2d5486)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23154dde4745eb2621072a65b0d88174.setIcon(icon_2894af002e46b5a57facd93f2fd2a747);
|
|
|
|
|
|
var marker_5704ae8e5c8124f21ecb79d0c7d4919c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_796d0b69dee365237aab91b62901dd82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44c9d414d9c659e04b0fe42262b32cee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee729b7a711a43060600dff0325e5174 = $(`<div id="html_ee729b7a711a43060600dff0325e5174" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_44c9d414d9c659e04b0fe42262b32cee.setContent(html_ee729b7a711a43060600dff0325e5174);
|
|
|
|
|
|
|
|
marker_5704ae8e5c8124f21ecb79d0c7d4919c.bindPopup(popup_44c9d414d9c659e04b0fe42262b32cee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5704ae8e5c8124f21ecb79d0c7d4919c.setIcon(icon_796d0b69dee365237aab91b62901dd82);
|
|
|
|
|
|
var marker_56be86b45e58133af7a7ea0c0844c6ff = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_c3f43ccc39a0af189994776f7bd9eeff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d80b7062b405e25f6ad25db92bacd43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4add2bde3e2f17fca61cb6a4ed4adf8b = $(`<div id="html_4add2bde3e2f17fca61cb6a4ed4adf8b" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_5d80b7062b405e25f6ad25db92bacd43.setContent(html_4add2bde3e2f17fca61cb6a4ed4adf8b);
|
|
|
|
|
|
|
|
marker_56be86b45e58133af7a7ea0c0844c6ff.bindPopup(popup_5d80b7062b405e25f6ad25db92bacd43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56be86b45e58133af7a7ea0c0844c6ff.setIcon(icon_c3f43ccc39a0af189994776f7bd9eeff);
|
|
|
|
|
|
var marker_6caf46c01d5958947d27c8760f30515d = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_2763b98ae62286043a967ab71efd2bd8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9e55aa6db5e89f77af38f5ca7132d0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c43278e16a2e5f1689458aa7817fc10f = $(`<div id="html_c43278e16a2e5f1689458aa7817fc10f" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_d9e55aa6db5e89f77af38f5ca7132d0b.setContent(html_c43278e16a2e5f1689458aa7817fc10f);
|
|
|
|
|
|
|
|
marker_6caf46c01d5958947d27c8760f30515d.bindPopup(popup_d9e55aa6db5e89f77af38f5ca7132d0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6caf46c01d5958947d27c8760f30515d.setIcon(icon_2763b98ae62286043a967ab71efd2bd8);
|
|
|
|
|
|
var marker_42c7232588db80a25a045028e9380008 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_20580f497f5bc8d435df6584e8399f3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56a68bef7611a8f2cc43570ab8971f30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80fd7f7187b16da8f28f937da8661b3d = $(`<div id="html_80fd7f7187b16da8f28f937da8661b3d" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_56a68bef7611a8f2cc43570ab8971f30.setContent(html_80fd7f7187b16da8f28f937da8661b3d);
|
|
|
|
|
|
|
|
marker_42c7232588db80a25a045028e9380008.bindPopup(popup_56a68bef7611a8f2cc43570ab8971f30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42c7232588db80a25a045028e9380008.setIcon(icon_20580f497f5bc8d435df6584e8399f3f);
|
|
|
|
|
|
var marker_a526bf749ec9254d0e8682f31eefcf73 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_3c7a465242550f86758fdbce9c676be0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a83ff1e3a1076e0c17300620d7d911f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce195df9013f665fcb2b54ce615824a8 = $(`<div id="html_ce195df9013f665fcb2b54ce615824a8" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_1a83ff1e3a1076e0c17300620d7d911f.setContent(html_ce195df9013f665fcb2b54ce615824a8);
|
|
|
|
|
|
|
|
marker_a526bf749ec9254d0e8682f31eefcf73.bindPopup(popup_1a83ff1e3a1076e0c17300620d7d911f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a526bf749ec9254d0e8682f31eefcf73.setIcon(icon_3c7a465242550f86758fdbce9c676be0);
|
|
|
|
|
|
var marker_ae92c58ac87a4b8a3eae071032cd59d9 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_eef5f915e29ed142181a5f42b267e9d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_609b84d7579c7ca7a6b5f76098c17efe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1438eb6403c94497b533354ca157ab9 = $(`<div id="html_a1438eb6403c94497b533354ca157ab9" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_609b84d7579c7ca7a6b5f76098c17efe.setContent(html_a1438eb6403c94497b533354ca157ab9);
|
|
|
|
|
|
|
|
marker_ae92c58ac87a4b8a3eae071032cd59d9.bindPopup(popup_609b84d7579c7ca7a6b5f76098c17efe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae92c58ac87a4b8a3eae071032cd59d9.setIcon(icon_eef5f915e29ed142181a5f42b267e9d3);
|
|
|
|
|
|
var marker_df9af5b3dd3bf37753e9b35ad0fac654 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_06b6693075890d4de8287b17081df66d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4790bc80835022f15eac5eef01a0f2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1e4da7e2fe09df74762c4bd74fd2569 = $(`<div id="html_d1e4da7e2fe09df74762c4bd74fd2569" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_a4790bc80835022f15eac5eef01a0f2a.setContent(html_d1e4da7e2fe09df74762c4bd74fd2569);
|
|
|
|
|
|
|
|
marker_df9af5b3dd3bf37753e9b35ad0fac654.bindPopup(popup_a4790bc80835022f15eac5eef01a0f2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df9af5b3dd3bf37753e9b35ad0fac654.setIcon(icon_06b6693075890d4de8287b17081df66d);
|
|
|
|
|
|
var marker_da47a330709848034e0c7703f0fcccaf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_4033835a8391e2f0abdc8b30efb624ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edb01656748371819fcdc84134e5daa9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6d286a201e17402c277d70c336acbd1 = $(`<div id="html_f6d286a201e17402c277d70c336acbd1" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_edb01656748371819fcdc84134e5daa9.setContent(html_f6d286a201e17402c277d70c336acbd1);
|
|
|
|
|
|
|
|
marker_da47a330709848034e0c7703f0fcccaf.bindPopup(popup_edb01656748371819fcdc84134e5daa9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da47a330709848034e0c7703f0fcccaf.setIcon(icon_4033835a8391e2f0abdc8b30efb624ca);
|
|
|
|
|
|
var marker_09ded40c21eb1a9e59f2d830bf2f90f1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d95a75adce85682382f57bd3bea24997 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca31e9b84dad03e58acdf7e9c8a175d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f033c560dcc625439ee1ba7faba96933 = $(`<div id="html_f033c560dcc625439ee1ba7faba96933" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_ca31e9b84dad03e58acdf7e9c8a175d9.setContent(html_f033c560dcc625439ee1ba7faba96933);
|
|
|
|
|
|
|
|
marker_09ded40c21eb1a9e59f2d830bf2f90f1.bindPopup(popup_ca31e9b84dad03e58acdf7e9c8a175d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09ded40c21eb1a9e59f2d830bf2f90f1.setIcon(icon_d95a75adce85682382f57bd3bea24997);
|
|
|
|
|
|
var marker_877e14a1029c683678073094bdf156a2 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_73bf3dfe2accc5a85a8e227b960a56c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6edc8b2900f63d8f36f1497c7fcf0ea7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19e652d7eb41ee4eba55eda1278da19f = $(`<div id="html_19e652d7eb41ee4eba55eda1278da19f" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_6edc8b2900f63d8f36f1497c7fcf0ea7.setContent(html_19e652d7eb41ee4eba55eda1278da19f);
|
|
|
|
|
|
|
|
marker_877e14a1029c683678073094bdf156a2.bindPopup(popup_6edc8b2900f63d8f36f1497c7fcf0ea7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_877e14a1029c683678073094bdf156a2.setIcon(icon_73bf3dfe2accc5a85a8e227b960a56c9);
|
|
|
|
|
|
var marker_db086d54a4616d8639aab10db49d6533 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_cda26a3b83921c4c6c4d786dc6f8f0df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f35a8ae5429227eea5e57897de3bb3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bc1d74bff8d16f3c96e1b6e990bbca6 = $(`<div id="html_0bc1d74bff8d16f3c96e1b6e990bbca6" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_1f35a8ae5429227eea5e57897de3bb3b.setContent(html_0bc1d74bff8d16f3c96e1b6e990bbca6);
|
|
|
|
|
|
|
|
marker_db086d54a4616d8639aab10db49d6533.bindPopup(popup_1f35a8ae5429227eea5e57897de3bb3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db086d54a4616d8639aab10db49d6533.setIcon(icon_cda26a3b83921c4c6c4d786dc6f8f0df);
|
|
|
|
|
|
var marker_4a0068c540dd5b13e9114de192b84584 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_88ab0792bb28fb384759daa00ea207e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_703d019bcbd8323ce28b0972372f55e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adfc4fc71e68ebf1293cd776d660b609 = $(`<div id="html_adfc4fc71e68ebf1293cd776d660b609" style="width: 100.0%; height: 100.0%;">taxation-capable-cards-takes.trycloudflare.com</div>`)[0];
|
|
popup_703d019bcbd8323ce28b0972372f55e0.setContent(html_adfc4fc71e68ebf1293cd776d660b609);
|
|
|
|
|
|
|
|
marker_4a0068c540dd5b13e9114de192b84584.bindPopup(popup_703d019bcbd8323ce28b0972372f55e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a0068c540dd5b13e9114de192b84584.setIcon(icon_88ab0792bb28fb384759daa00ea207e0);
|
|
|
|
|
|
var marker_96a16ca12484ddeb7a30af34c9893bb1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_4d155d3b0f5c7d5067c218c745e238be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7aa707429976fcad7332d1c1755c71ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9557da966686622062faf53dc4bb419e = $(`<div id="html_9557da966686622062faf53dc4bb419e" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_7aa707429976fcad7332d1c1755c71ce.setContent(html_9557da966686622062faf53dc4bb419e);
|
|
|
|
|
|
|
|
marker_96a16ca12484ddeb7a30af34c9893bb1.bindPopup(popup_7aa707429976fcad7332d1c1755c71ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96a16ca12484ddeb7a30af34c9893bb1.setIcon(icon_4d155d3b0f5c7d5067c218c745e238be);
|
|
|
|
|
|
var marker_64346caf115e4b4e35f5c330b1889652 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_cae09925264058cc16182f6d5e6bd4f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fedd31721bf60953618d964d5203d7f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4f8682110f1773d72358ae394f1abf3 = $(`<div id="html_b4f8682110f1773d72358ae394f1abf3" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_fedd31721bf60953618d964d5203d7f4.setContent(html_b4f8682110f1773d72358ae394f1abf3);
|
|
|
|
|
|
|
|
marker_64346caf115e4b4e35f5c330b1889652.bindPopup(popup_fedd31721bf60953618d964d5203d7f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64346caf115e4b4e35f5c330b1889652.setIcon(icon_cae09925264058cc16182f6d5e6bd4f5);
|
|
|
|
|
|
var marker_564bf4b74fe57b9f32f068202a07c6b8 = L.marker(
|
|
[39.7392, -104.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_18ddf53487ef3204aec5c6f9f8630612 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6890dcef26f63c5dca075c351f1611dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf857adfa3c27274a491704f87eef167 = $(`<div id="html_cf857adfa3c27274a491704f87eef167" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_6890dcef26f63c5dca075c351f1611dd.setContent(html_cf857adfa3c27274a491704f87eef167);
|
|
|
|
|
|
|
|
marker_564bf4b74fe57b9f32f068202a07c6b8.bindPopup(popup_6890dcef26f63c5dca075c351f1611dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_564bf4b74fe57b9f32f068202a07c6b8.setIcon(icon_18ddf53487ef3204aec5c6f9f8630612);
|
|
|
|
|
|
var marker_7a9a3c322944f76c598ef1058f7128fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d7796c560efcc2ea6586bb1821259bec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c612863ce15858b439c0c6edb4e15276 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4bc261ba0d226b6964a72d4060fc33b = $(`<div id="html_b4bc261ba0d226b6964a72d4060fc33b" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_c612863ce15858b439c0c6edb4e15276.setContent(html_b4bc261ba0d226b6964a72d4060fc33b);
|
|
|
|
|
|
|
|
marker_7a9a3c322944f76c598ef1058f7128fe.bindPopup(popup_c612863ce15858b439c0c6edb4e15276)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a9a3c322944f76c598ef1058f7128fe.setIcon(icon_d7796c560efcc2ea6586bb1821259bec);
|
|
|
|
|
|
var marker_ee7585d5b9c4d6bbb3b654193800d410 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_e1732d46ba32e527925cbcb5e658bd9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6c2218d815c12e510dc6837475037fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b2eef14471a316106691a42e41f1abc = $(`<div id="html_4b2eef14471a316106691a42e41f1abc" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_d6c2218d815c12e510dc6837475037fa.setContent(html_4b2eef14471a316106691a42e41f1abc);
|
|
|
|
|
|
|
|
marker_ee7585d5b9c4d6bbb3b654193800d410.bindPopup(popup_d6c2218d815c12e510dc6837475037fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee7585d5b9c4d6bbb3b654193800d410.setIcon(icon_e1732d46ba32e527925cbcb5e658bd9a);
|
|
|
|
|
|
var marker_513502ee22b07c412f0cafc1a7a3cffe = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_31d9c1245b95e703c29f3f65d72e9dd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e947f5cf0b4cf29c43c2dbc21706f8df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70f5c3f36c1e181123109d645b78f1fc = $(`<div id="html_70f5c3f36c1e181123109d645b78f1fc" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_e947f5cf0b4cf29c43c2dbc21706f8df.setContent(html_70f5c3f36c1e181123109d645b78f1fc);
|
|
|
|
|
|
|
|
marker_513502ee22b07c412f0cafc1a7a3cffe.bindPopup(popup_e947f5cf0b4cf29c43c2dbc21706f8df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_513502ee22b07c412f0cafc1a7a3cffe.setIcon(icon_31d9c1245b95e703c29f3f65d72e9dd0);
|
|
|
|
|
|
var marker_ccd2bde39b2fcb81014d86d1610a1313 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_5037ec47ba4637ab752632308f8f0a4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77d1572e66820cad0207de4a48de86c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e1b23a2710a5a9383a2ad32e4026d9c = $(`<div id="html_0e1b23a2710a5a9383a2ad32e4026d9c" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_77d1572e66820cad0207de4a48de86c6.setContent(html_0e1b23a2710a5a9383a2ad32e4026d9c);
|
|
|
|
|
|
|
|
marker_ccd2bde39b2fcb81014d86d1610a1313.bindPopup(popup_77d1572e66820cad0207de4a48de86c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccd2bde39b2fcb81014d86d1610a1313.setIcon(icon_5037ec47ba4637ab752632308f8f0a4a);
|
|
|
|
|
|
var marker_7ffe65a179b2f843facd833aab817ad8 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_4ef5b687ac7f6127723305b3558f1c8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85aac70916e803bc7ac75a10b7d2a71b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad5e1b4ab025e0f3af6e82204f1679ba = $(`<div id="html_ad5e1b4ab025e0f3af6e82204f1679ba" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_85aac70916e803bc7ac75a10b7d2a71b.setContent(html_ad5e1b4ab025e0f3af6e82204f1679ba);
|
|
|
|
|
|
|
|
marker_7ffe65a179b2f843facd833aab817ad8.bindPopup(popup_85aac70916e803bc7ac75a10b7d2a71b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ffe65a179b2f843facd833aab817ad8.setIcon(icon_4ef5b687ac7f6127723305b3558f1c8d);
|
|
|
|
|
|
var marker_a464c7a4504aea345d0471fbe7c4e101 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_997871c8d5a034012c9910295603537c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b29b10004d036cab41206ef8745060b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_998d0b470727b7afbf1bcf447c054eca = $(`<div id="html_998d0b470727b7afbf1bcf447c054eca" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_4b29b10004d036cab41206ef8745060b.setContent(html_998d0b470727b7afbf1bcf447c054eca);
|
|
|
|
|
|
|
|
marker_a464c7a4504aea345d0471fbe7c4e101.bindPopup(popup_4b29b10004d036cab41206ef8745060b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a464c7a4504aea345d0471fbe7c4e101.setIcon(icon_997871c8d5a034012c9910295603537c);
|
|
|
|
|
|
var marker_b5a5f7bd7db6f7e0b6ef8db5684fd654 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_f092dc9abcd37f76627bf8933f232ead = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89f0c5fb3ebb2ab234690b90c78d7606 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e26ed7eae18aa8c8a0053a577dff2f2b = $(`<div id="html_e26ed7eae18aa8c8a0053a577dff2f2b" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_89f0c5fb3ebb2ab234690b90c78d7606.setContent(html_e26ed7eae18aa8c8a0053a577dff2f2b);
|
|
|
|
|
|
|
|
marker_b5a5f7bd7db6f7e0b6ef8db5684fd654.bindPopup(popup_89f0c5fb3ebb2ab234690b90c78d7606)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5a5f7bd7db6f7e0b6ef8db5684fd654.setIcon(icon_f092dc9abcd37f76627bf8933f232ead);
|
|
|
|
|
|
var marker_3df52fc96489ca298f2c5d03832ce0e3 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_0bc437a422f2965694eba51993af8ca4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bbef96998c27e290bc1424447354e66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_613c45ac47cf6a070298f97a88bf01bd = $(`<div id="html_613c45ac47cf6a070298f97a88bf01bd" style="width: 100.0%; height: 100.0%;">discovery.us.nostria.app</div>`)[0];
|
|
popup_7bbef96998c27e290bc1424447354e66.setContent(html_613c45ac47cf6a070298f97a88bf01bd);
|
|
|
|
|
|
|
|
marker_3df52fc96489ca298f2c5d03832ce0e3.bindPopup(popup_7bbef96998c27e290bc1424447354e66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3df52fc96489ca298f2c5d03832ce0e3.setIcon(icon_0bc437a422f2965694eba51993af8ca4);
|
|
|
|
|
|
var marker_608617a3abf6ffc6a5ba47a8f408d2e1 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d226fe590c91d006545d29eafecd5b09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c3051d5bfef731a2975d57bdf60f244 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd48cca7ec720e932ca2e0bbca93cdae = $(`<div id="html_dd48cca7ec720e932ca2e0bbca93cdae" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_0c3051d5bfef731a2975d57bdf60f244.setContent(html_dd48cca7ec720e932ca2e0bbca93cdae);
|
|
|
|
|
|
|
|
marker_608617a3abf6ffc6a5ba47a8f408d2e1.bindPopup(popup_0c3051d5bfef731a2975d57bdf60f244)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_608617a3abf6ffc6a5ba47a8f408d2e1.setIcon(icon_d226fe590c91d006545d29eafecd5b09);
|
|
|
|
|
|
var marker_e18028a66772181505c71ee4b96c4cab = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_c1fa611b4fedbb0e1379b67e8b29baea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94ab6cc60f056fb7d76bd6ed61741334 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78acc3ca1d7dafc9b4fb570520caf4d5 = $(`<div id="html_78acc3ca1d7dafc9b4fb570520caf4d5" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_94ab6cc60f056fb7d76bd6ed61741334.setContent(html_78acc3ca1d7dafc9b4fb570520caf4d5);
|
|
|
|
|
|
|
|
marker_e18028a66772181505c71ee4b96c4cab.bindPopup(popup_94ab6cc60f056fb7d76bd6ed61741334)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e18028a66772181505c71ee4b96c4cab.setIcon(icon_c1fa611b4fedbb0e1379b67e8b29baea);
|
|
|
|
|
|
var marker_68588ad8df2110e8f3f26ede5ba86392 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_98a004cb23f902aeedc9aa46706dca7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52128c725a98d7ced7d8283411fd35ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_028eb252d1083c6e5e2d2bf7c1a67ee5 = $(`<div id="html_028eb252d1083c6e5e2d2bf7c1a67ee5" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_52128c725a98d7ced7d8283411fd35ff.setContent(html_028eb252d1083c6e5e2d2bf7c1a67ee5);
|
|
|
|
|
|
|
|
marker_68588ad8df2110e8f3f26ede5ba86392.bindPopup(popup_52128c725a98d7ced7d8283411fd35ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68588ad8df2110e8f3f26ede5ba86392.setIcon(icon_98a004cb23f902aeedc9aa46706dca7d);
|
|
|
|
|
|
var marker_3cd9842ce21f45aa73e7af203935c2d0 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_61b85b5a7ef90c94dffa7c50e8e4c77d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f3796195e2c4a7cd251ba2ace586e7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0428995020df320ec057d986e1798e9 = $(`<div id="html_b0428995020df320ec057d986e1798e9" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_1f3796195e2c4a7cd251ba2ace586e7f.setContent(html_b0428995020df320ec057d986e1798e9);
|
|
|
|
|
|
|
|
marker_3cd9842ce21f45aa73e7af203935c2d0.bindPopup(popup_1f3796195e2c4a7cd251ba2ace586e7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cd9842ce21f45aa73e7af203935c2d0.setIcon(icon_61b85b5a7ef90c94dffa7c50e8e4c77d);
|
|
|
|
|
|
var marker_9e44f4c169f6170142dbf763677b8bae = L.marker(
|
|
[35.8099, 140.12],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_b0f3037a04124a880b9cfe8b254897f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd4a6fde8c1de01ce7e7ec891f46b1cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ba2a7f06754698167255b6476ee1f2b = $(`<div id="html_3ba2a7f06754698167255b6476ee1f2b" style="width: 100.0%; height: 100.0%;">nostr.middling.mydns.jp</div>`)[0];
|
|
popup_dd4a6fde8c1de01ce7e7ec891f46b1cb.setContent(html_3ba2a7f06754698167255b6476ee1f2b);
|
|
|
|
|
|
|
|
marker_9e44f4c169f6170142dbf763677b8bae.bindPopup(popup_dd4a6fde8c1de01ce7e7ec891f46b1cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e44f4c169f6170142dbf763677b8bae.setIcon(icon_b0f3037a04124a880b9cfe8b254897f3);
|
|
|
|
|
|
var marker_e6e87a76a2f1069e572b965becc46221 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_687aee78df0064ce3a7abbe8337c3e6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dbc4a420ed7013794f8eb0e037e0e55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ed7569c320bdba73cda1677b209f4d3 = $(`<div id="html_8ed7569c320bdba73cda1677b209f4d3" style="width: 100.0%; height: 100.0%;">ummahrelay.com</div>`)[0];
|
|
popup_1dbc4a420ed7013794f8eb0e037e0e55.setContent(html_8ed7569c320bdba73cda1677b209f4d3);
|
|
|
|
|
|
|
|
marker_e6e87a76a2f1069e572b965becc46221.bindPopup(popup_1dbc4a420ed7013794f8eb0e037e0e55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6e87a76a2f1069e572b965becc46221.setIcon(icon_687aee78df0064ce3a7abbe8337c3e6f);
|
|
|
|
|
|
var marker_2a766e38ff25fbcd6845bc720c405e2b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_b6387bd89f71cce52b836cc89ec052ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d51935bbe2c4771f26763806bf61383 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9c704acf1bd78b923e2c7c4d5029eaa = $(`<div id="html_f9c704acf1bd78b923e2c7c4d5029eaa" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_7d51935bbe2c4771f26763806bf61383.setContent(html_f9c704acf1bd78b923e2c7c4d5029eaa);
|
|
|
|
|
|
|
|
marker_2a766e38ff25fbcd6845bc720c405e2b.bindPopup(popup_7d51935bbe2c4771f26763806bf61383)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a766e38ff25fbcd6845bc720c405e2b.setIcon(icon_b6387bd89f71cce52b836cc89ec052ad);
|
|
|
|
|
|
var marker_2b88b817ff064195565280fc94c693f8 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_fddd59977003b06aeaac5deb32cd9e6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e5397e7a7a818662b14d937d7aeacfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_734196ba565917fad06c2f310526b9d5 = $(`<div id="html_734196ba565917fad06c2f310526b9d5" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_9e5397e7a7a818662b14d937d7aeacfd.setContent(html_734196ba565917fad06c2f310526b9d5);
|
|
|
|
|
|
|
|
marker_2b88b817ff064195565280fc94c693f8.bindPopup(popup_9e5397e7a7a818662b14d937d7aeacfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b88b817ff064195565280fc94c693f8.setIcon(icon_fddd59977003b06aeaac5deb32cd9e6e);
|
|
|
|
|
|
var marker_41cec4f6f0b4b5a584124246d9d49240 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_8d7872023085aa706f9bf234cec78a1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef22256c6ffb5a72c9c14eef33ed49e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f2cfc87cbcd0d7daefff5a33611c1a8 = $(`<div id="html_5f2cfc87cbcd0d7daefff5a33611c1a8" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_ef22256c6ffb5a72c9c14eef33ed49e9.setContent(html_5f2cfc87cbcd0d7daefff5a33611c1a8);
|
|
|
|
|
|
|
|
marker_41cec4f6f0b4b5a584124246d9d49240.bindPopup(popup_ef22256c6ffb5a72c9c14eef33ed49e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41cec4f6f0b4b5a584124246d9d49240.setIcon(icon_8d7872023085aa706f9bf234cec78a1a);
|
|
|
|
|
|
var marker_aadceda5a0021a4747e6719d6cac7ce9 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_1e6ee246eccf69ec3590988f0d90f7b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddc9264fc0bb3a776ad5f1f2669d0a6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8c28ea99af9c9ce32ea8e80060cf7e4 = $(`<div id="html_f8c28ea99af9c9ce32ea8e80060cf7e4" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_ddc9264fc0bb3a776ad5f1f2669d0a6d.setContent(html_f8c28ea99af9c9ce32ea8e80060cf7e4);
|
|
|
|
|
|
|
|
marker_aadceda5a0021a4747e6719d6cac7ce9.bindPopup(popup_ddc9264fc0bb3a776ad5f1f2669d0a6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aadceda5a0021a4747e6719d6cac7ce9.setIcon(icon_1e6ee246eccf69ec3590988f0d90f7b7);
|
|
|
|
|
|
var marker_d2cd7dbc55034f48a989894e21608d65 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_982d3acd0cd481d058b0e38523d63fab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5aec919d664ced4e3f375d3eb761b94f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce6eb9a1c94233ddec9961c12b9d0303 = $(`<div id="html_ce6eb9a1c94233ddec9961c12b9d0303" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_5aec919d664ced4e3f375d3eb761b94f.setContent(html_ce6eb9a1c94233ddec9961c12b9d0303);
|
|
|
|
|
|
|
|
marker_d2cd7dbc55034f48a989894e21608d65.bindPopup(popup_5aec919d664ced4e3f375d3eb761b94f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2cd7dbc55034f48a989894e21608d65.setIcon(icon_982d3acd0cd481d058b0e38523d63fab);
|
|
|
|
|
|
var marker_5bcda7451fd1981b4ca3a46188ae4a5e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d2109b3f73fdf483c418c001668c98f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_186bb4eef5d568f381b86afec853668d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d90388b083609c1c00f8367305c86d33 = $(`<div id="html_d90388b083609c1c00f8367305c86d33" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_186bb4eef5d568f381b86afec853668d.setContent(html_d90388b083609c1c00f8367305c86d33);
|
|
|
|
|
|
|
|
marker_5bcda7451fd1981b4ca3a46188ae4a5e.bindPopup(popup_186bb4eef5d568f381b86afec853668d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bcda7451fd1981b4ca3a46188ae4a5e.setIcon(icon_d2109b3f73fdf483c418c001668c98f8);
|
|
|
|
|
|
var marker_caacc975dea68eed3f03d6aa835dffed = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_37720b8de4b2ba55851ed711a8ad1791 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_067db54387b2f0aacb3e9e63e84a9303 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d27c9fcf220f067cbc3e3d18dcca3f7 = $(`<div id="html_1d27c9fcf220f067cbc3e3d18dcca3f7" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_067db54387b2f0aacb3e9e63e84a9303.setContent(html_1d27c9fcf220f067cbc3e3d18dcca3f7);
|
|
|
|
|
|
|
|
marker_caacc975dea68eed3f03d6aa835dffed.bindPopup(popup_067db54387b2f0aacb3e9e63e84a9303)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_caacc975dea68eed3f03d6aa835dffed.setIcon(icon_37720b8de4b2ba55851ed711a8ad1791);
|
|
|
|
|
|
var marker_817f15e16b9b70c78faf61ec1b318464 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_77e5a1afc7e9bb049194b03dfd6f5f68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42eb822c4573b9292be5ab620803af42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f5beee1afa653876983e7a2f0940799 = $(`<div id="html_9f5beee1afa653876983e7a2f0940799" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_42eb822c4573b9292be5ab620803af42.setContent(html_9f5beee1afa653876983e7a2f0940799);
|
|
|
|
|
|
|
|
marker_817f15e16b9b70c78faf61ec1b318464.bindPopup(popup_42eb822c4573b9292be5ab620803af42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_817f15e16b9b70c78faf61ec1b318464.setIcon(icon_77e5a1afc7e9bb049194b03dfd6f5f68);
|
|
|
|
|
|
var marker_7914fa4390b3a0fcd656c81fa70d9ffc = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_5d81f4d1ab66f30b3abefd3fe44d80b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d155d18dc5cebaa8ae63009305fc553 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47b58dfcf2c38c553a7e7ab02f53644a = $(`<div id="html_47b58dfcf2c38c553a7e7ab02f53644a" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_4d155d18dc5cebaa8ae63009305fc553.setContent(html_47b58dfcf2c38c553a7e7ab02f53644a);
|
|
|
|
|
|
|
|
marker_7914fa4390b3a0fcd656c81fa70d9ffc.bindPopup(popup_4d155d18dc5cebaa8ae63009305fc553)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7914fa4390b3a0fcd656c81fa70d9ffc.setIcon(icon_5d81f4d1ab66f30b3abefd3fe44d80b5);
|
|
|
|
|
|
var marker_f08fab58eb294c47f022dbcb784e45b5 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_1d6c61d48914fec89fd4d768c38c268b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d45adf71e3e2936612accad78824c4ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8560e47ff1d4127470888306c7b48b41 = $(`<div id="html_8560e47ff1d4127470888306c7b48b41" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_d45adf71e3e2936612accad78824c4ba.setContent(html_8560e47ff1d4127470888306c7b48b41);
|
|
|
|
|
|
|
|
marker_f08fab58eb294c47f022dbcb784e45b5.bindPopup(popup_d45adf71e3e2936612accad78824c4ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f08fab58eb294c47f022dbcb784e45b5.setIcon(icon_1d6c61d48914fec89fd4d768c38c268b);
|
|
|
|
|
|
var marker_9d0a6540e18229ed3f5956061b8bb3de = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_c13af66e66f3cff378460d4d7dd45beb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_741e3339d4296545befdbdf6a7f42ef6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d8d6c55e1789cb33334b591469d9780 = $(`<div id="html_5d8d6c55e1789cb33334b591469d9780" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_741e3339d4296545befdbdf6a7f42ef6.setContent(html_5d8d6c55e1789cb33334b591469d9780);
|
|
|
|
|
|
|
|
marker_9d0a6540e18229ed3f5956061b8bb3de.bindPopup(popup_741e3339d4296545befdbdf6a7f42ef6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d0a6540e18229ed3f5956061b8bb3de.setIcon(icon_c13af66e66f3cff378460d4d7dd45beb);
|
|
|
|
|
|
var marker_9646d8a8cc74ed5aee9aadebb6a94bcc = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_503471760ab1845645fda0ee47647ef2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acb94c43b101d27f896f02f78fbb8034 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c5f71fb1a144a948ed9d0190b0bba9b = $(`<div id="html_8c5f71fb1a144a948ed9d0190b0bba9b" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_acb94c43b101d27f896f02f78fbb8034.setContent(html_8c5f71fb1a144a948ed9d0190b0bba9b);
|
|
|
|
|
|
|
|
marker_9646d8a8cc74ed5aee9aadebb6a94bcc.bindPopup(popup_acb94c43b101d27f896f02f78fbb8034)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9646d8a8cc74ed5aee9aadebb6a94bcc.setIcon(icon_503471760ab1845645fda0ee47647ef2);
|
|
|
|
|
|
var marker_b18705dac118e4af893714efc28f05e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_664c31c940f5344497cd409c2b132307 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc2eedbe909be07eae09f76e072150b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85c7332185beb64c723e74fb14c8c8ff = $(`<div id="html_85c7332185beb64c723e74fb14c8c8ff" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_bc2eedbe909be07eae09f76e072150b2.setContent(html_85c7332185beb64c723e74fb14c8c8ff);
|
|
|
|
|
|
|
|
marker_b18705dac118e4af893714efc28f05e9.bindPopup(popup_bc2eedbe909be07eae09f76e072150b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b18705dac118e4af893714efc28f05e9.setIcon(icon_664c31c940f5344497cd409c2b132307);
|
|
|
|
|
|
var marker_4c17fd6e67e88d29033ee0ba72f0677f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_02e0e9cf3753e566b69357b44f13a23c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fb8c6f373eb7eaf6098162e3e007da5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c950b13aa3ebb7a31459f9d89d74325 = $(`<div id="html_2c950b13aa3ebb7a31459f9d89d74325" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_6fb8c6f373eb7eaf6098162e3e007da5.setContent(html_2c950b13aa3ebb7a31459f9d89d74325);
|
|
|
|
|
|
|
|
marker_4c17fd6e67e88d29033ee0ba72f0677f.bindPopup(popup_6fb8c6f373eb7eaf6098162e3e007da5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c17fd6e67e88d29033ee0ba72f0677f.setIcon(icon_02e0e9cf3753e566b69357b44f13a23c);
|
|
|
|
|
|
var marker_211542d345bba4a1f650f64193f708af = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_698e033b8f1005528caeb617b8b7dcdb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_584e2317666f7b657801d8b62d02c93f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87ad4a75ddf419c52079136255b2e459 = $(`<div id="html_87ad4a75ddf419c52079136255b2e459" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_584e2317666f7b657801d8b62d02c93f.setContent(html_87ad4a75ddf419c52079136255b2e459);
|
|
|
|
|
|
|
|
marker_211542d345bba4a1f650f64193f708af.bindPopup(popup_584e2317666f7b657801d8b62d02c93f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_211542d345bba4a1f650f64193f708af.setIcon(icon_698e033b8f1005528caeb617b8b7dcdb);
|
|
|
|
|
|
var marker_69a3736dbabd9280236e36f2a3cedbbf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_9162c57d3895cb59638c47ba98744782 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcf021fe68ecf820c53b404163920a69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d82b7fb579cf1a44c7fc0f06d7547320 = $(`<div id="html_d82b7fb579cf1a44c7fc0f06d7547320" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_dcf021fe68ecf820c53b404163920a69.setContent(html_d82b7fb579cf1a44c7fc0f06d7547320);
|
|
|
|
|
|
|
|
marker_69a3736dbabd9280236e36f2a3cedbbf.bindPopup(popup_dcf021fe68ecf820c53b404163920a69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69a3736dbabd9280236e36f2a3cedbbf.setIcon(icon_9162c57d3895cb59638c47ba98744782);
|
|
|
|
|
|
var marker_e970941f802492eba4b172ec15461f4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_1c529274d0525e10aa8cd40ce740bde4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_150a44e9ccfd6c02cfd368b032d016fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21dea233615020f029c3464eb4e7acd3 = $(`<div id="html_21dea233615020f029c3464eb4e7acd3" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_150a44e9ccfd6c02cfd368b032d016fa.setContent(html_21dea233615020f029c3464eb4e7acd3);
|
|
|
|
|
|
|
|
marker_e970941f802492eba4b172ec15461f4b.bindPopup(popup_150a44e9ccfd6c02cfd368b032d016fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e970941f802492eba4b172ec15461f4b.setIcon(icon_1c529274d0525e10aa8cd40ce740bde4);
|
|
|
|
|
|
var marker_df0bf818f4ef96e072ece642bcc3e7c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_73ff71267cd49556778ad9864d1eb8b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31f868ce70a0044fe576f3e70975f85c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ded6e1d09b6ba44b58cd60b5f1ea7ab6 = $(`<div id="html_ded6e1d09b6ba44b58cd60b5f1ea7ab6" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_31f868ce70a0044fe576f3e70975f85c.setContent(html_ded6e1d09b6ba44b58cd60b5f1ea7ab6);
|
|
|
|
|
|
|
|
marker_df0bf818f4ef96e072ece642bcc3e7c1.bindPopup(popup_31f868ce70a0044fe576f3e70975f85c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df0bf818f4ef96e072ece642bcc3e7c1.setIcon(icon_73ff71267cd49556778ad9864d1eb8b2);
|
|
|
|
|
|
var marker_a9ef43ccff296aa819a644293f83b260 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d63533f116501770284685584207ca43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_488c9cc9a82c5775aba776342d66c24f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_797f28b52745badc82a9079d238c45af = $(`<div id="html_797f28b52745badc82a9079d238c45af" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_488c9cc9a82c5775aba776342d66c24f.setContent(html_797f28b52745badc82a9079d238c45af);
|
|
|
|
|
|
|
|
marker_a9ef43ccff296aa819a644293f83b260.bindPopup(popup_488c9cc9a82c5775aba776342d66c24f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9ef43ccff296aa819a644293f83b260.setIcon(icon_d63533f116501770284685584207ca43);
|
|
|
|
|
|
var marker_636c5f930ca40e7448caec8bd1122187 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_64658b8ce813e76361c9ea9f9a5a1aee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0acb5f597edcfb52a9159a22612945b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1195017460b15942652bff1d7bce004e = $(`<div id="html_1195017460b15942652bff1d7bce004e" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_0acb5f597edcfb52a9159a22612945b9.setContent(html_1195017460b15942652bff1d7bce004e);
|
|
|
|
|
|
|
|
marker_636c5f930ca40e7448caec8bd1122187.bindPopup(popup_0acb5f597edcfb52a9159a22612945b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_636c5f930ca40e7448caec8bd1122187.setIcon(icon_64658b8ce813e76361c9ea9f9a5a1aee);
|
|
|
|
|
|
var marker_46dd45e1344a4590600eab0a6e46d6ad = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d160e5933e9bef064cee4d901c410269 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d9e32604b22b4f6a44741fe56a7db4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8af81e45d1b57e2a3e8dcb283f43a27f = $(`<div id="html_8af81e45d1b57e2a3e8dcb283f43a27f" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_9d9e32604b22b4f6a44741fe56a7db4b.setContent(html_8af81e45d1b57e2a3e8dcb283f43a27f);
|
|
|
|
|
|
|
|
marker_46dd45e1344a4590600eab0a6e46d6ad.bindPopup(popup_9d9e32604b22b4f6a44741fe56a7db4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46dd45e1344a4590600eab0a6e46d6ad.setIcon(icon_d160e5933e9bef064cee4d901c410269);
|
|
|
|
|
|
var marker_2eaebab1cefb3f8a9c435acf3d03eaad = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_ca13e547a10d8cfc80130ceceb6c560d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d8e1aff777145a9f85ed5b5bade6eff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3815649f34371e761353a0ced510cbb4 = $(`<div id="html_3815649f34371e761353a0ced510cbb4" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_5d8e1aff777145a9f85ed5b5bade6eff.setContent(html_3815649f34371e761353a0ced510cbb4);
|
|
|
|
|
|
|
|
marker_2eaebab1cefb3f8a9c435acf3d03eaad.bindPopup(popup_5d8e1aff777145a9f85ed5b5bade6eff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2eaebab1cefb3f8a9c435acf3d03eaad.setIcon(icon_ca13e547a10d8cfc80130ceceb6c560d);
|
|
|
|
|
|
var marker_340e0d8579e26b180b4f06c0eda035fc = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_06ad4dd4f5b9619c98157c2c58393f49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_279aa85fadbff5617e6aa0acc9de6fab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dd8dae1a885a5e42293bbbc26d987dc = $(`<div id="html_5dd8dae1a885a5e42293bbbc26d987dc" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_279aa85fadbff5617e6aa0acc9de6fab.setContent(html_5dd8dae1a885a5e42293bbbc26d987dc);
|
|
|
|
|
|
|
|
marker_340e0d8579e26b180b4f06c0eda035fc.bindPopup(popup_279aa85fadbff5617e6aa0acc9de6fab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_340e0d8579e26b180b4f06c0eda035fc.setIcon(icon_06ad4dd4f5b9619c98157c2c58393f49);
|
|
|
|
|
|
var marker_cdf1fa3242457ca620ee85439b57114f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_afc6ce25c15bfffe8cc88df69bd26884 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3112f1b6bf1ead534cc306dfdd13850b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_150636db3c6686c05b8f0cd0b08a3ff6 = $(`<div id="html_150636db3c6686c05b8f0cd0b08a3ff6" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_3112f1b6bf1ead534cc306dfdd13850b.setContent(html_150636db3c6686c05b8f0cd0b08a3ff6);
|
|
|
|
|
|
|
|
marker_cdf1fa3242457ca620ee85439b57114f.bindPopup(popup_3112f1b6bf1ead534cc306dfdd13850b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdf1fa3242457ca620ee85439b57114f.setIcon(icon_afc6ce25c15bfffe8cc88df69bd26884);
|
|
|
|
|
|
var marker_b7f7502b9fd35c3bc579bb37ed6bf0bf = L.marker(
|
|
[47.674, -122.122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_da1a508df2ecff042034ab5a7aa20975 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a02177f4a45c6c67169e4a9cc2760503 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe206a28246599d22ffd044f51037f2e = $(`<div id="html_fe206a28246599d22ffd044f51037f2e" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_a02177f4a45c6c67169e4a9cc2760503.setContent(html_fe206a28246599d22ffd044f51037f2e);
|
|
|
|
|
|
|
|
marker_b7f7502b9fd35c3bc579bb37ed6bf0bf.bindPopup(popup_a02177f4a45c6c67169e4a9cc2760503)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7f7502b9fd35c3bc579bb37ed6bf0bf.setIcon(icon_da1a508df2ecff042034ab5a7aa20975);
|
|
|
|
|
|
var marker_be1c803121e97b7a3e0bb64b7a8cd57b = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_0f12311b61b5fae2a81e9e7a1714619b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34c50d5b149523fa5882bf9cbc7015b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc3402621425a1dfddfeeda790116181 = $(`<div id="html_fc3402621425a1dfddfeeda790116181" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_34c50d5b149523fa5882bf9cbc7015b5.setContent(html_fc3402621425a1dfddfeeda790116181);
|
|
|
|
|
|
|
|
marker_be1c803121e97b7a3e0bb64b7a8cd57b.bindPopup(popup_34c50d5b149523fa5882bf9cbc7015b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be1c803121e97b7a3e0bb64b7a8cd57b.setIcon(icon_0f12311b61b5fae2a81e9e7a1714619b);
|
|
|
|
|
|
var marker_0addf5fc762760d5df4d82c02dbd199b = L.marker(
|
|
[32.9483, -96.7299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_7152acb82fac5b7f1cb42bda1a4e9e40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57abd082dfd2b02ec8dff63a1534caef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c243d10efd7ee2156041190c9b8e246e = $(`<div id="html_c243d10efd7ee2156041190c9b8e246e" style="width: 100.0%; height: 100.0%;">pyramid.cult.cash</div>`)[0];
|
|
popup_57abd082dfd2b02ec8dff63a1534caef.setContent(html_c243d10efd7ee2156041190c9b8e246e);
|
|
|
|
|
|
|
|
marker_0addf5fc762760d5df4d82c02dbd199b.bindPopup(popup_57abd082dfd2b02ec8dff63a1534caef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0addf5fc762760d5df4d82c02dbd199b.setIcon(icon_7152acb82fac5b7f1cb42bda1a4e9e40);
|
|
|
|
|
|
var marker_3682849c350f9bf5c479c8c6aac8f271 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_a758c5f91cca46df6bd20885168c74ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_641a0b289815a79de29e37e9567b9057 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d3dfca3dcd4d0a46e618f08c52a63bb = $(`<div id="html_1d3dfca3dcd4d0a46e618f08c52a63bb" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_641a0b289815a79de29e37e9567b9057.setContent(html_1d3dfca3dcd4d0a46e618f08c52a63bb);
|
|
|
|
|
|
|
|
marker_3682849c350f9bf5c479c8c6aac8f271.bindPopup(popup_641a0b289815a79de29e37e9567b9057)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3682849c350f9bf5c479c8c6aac8f271.setIcon(icon_a758c5f91cca46df6bd20885168c74ae);
|
|
|
|
|
|
var marker_94b7e291ff1f65d14cdde10509773616 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_be1fb3d83425af2ca3526ac2ffede60b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64e94a101e84e79b36d6e8fc9d1493f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6eeb7a533c63dd376ad04bfe00db7bb3 = $(`<div id="html_6eeb7a533c63dd376ad04bfe00db7bb3" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_64e94a101e84e79b36d6e8fc9d1493f0.setContent(html_6eeb7a533c63dd376ad04bfe00db7bb3);
|
|
|
|
|
|
|
|
marker_94b7e291ff1f65d14cdde10509773616.bindPopup(popup_64e94a101e84e79b36d6e8fc9d1493f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94b7e291ff1f65d14cdde10509773616.setIcon(icon_be1fb3d83425af2ca3526ac2ffede60b);
|
|
|
|
|
|
var marker_7e3e54750893d43c9e3eca37dd0f8112 = L.marker(
|
|
[51.9194, 19.1451],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_fab57f05df3faf6ba328628a026f5ffb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8616608621b12894f0eb3f1b175633d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b65f9bfb8cece7ec6447b2b577291df6 = $(`<div id="html_b65f9bfb8cece7ec6447b2b577291df6" style="width: 100.0%; height: 100.0%;">relay.upleb.uk</div>`)[0];
|
|
popup_d8616608621b12894f0eb3f1b175633d.setContent(html_b65f9bfb8cece7ec6447b2b577291df6);
|
|
|
|
|
|
|
|
marker_7e3e54750893d43c9e3eca37dd0f8112.bindPopup(popup_d8616608621b12894f0eb3f1b175633d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e3e54750893d43c9e3eca37dd0f8112.setIcon(icon_fab57f05df3faf6ba328628a026f5ffb);
|
|
|
|
|
|
var marker_6785ac650940611841d7f36d39ada2ff = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_28ccbb66c8a6216f1313cce438d43db3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77dd56ba42144924ddbf02ff3c273dfa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1527360c9e4c09017378fff3cb8a9b9a = $(`<div id="html_1527360c9e4c09017378fff3cb8a9b9a" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_77dd56ba42144924ddbf02ff3c273dfa.setContent(html_1527360c9e4c09017378fff3cb8a9b9a);
|
|
|
|
|
|
|
|
marker_6785ac650940611841d7f36d39ada2ff.bindPopup(popup_77dd56ba42144924ddbf02ff3c273dfa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6785ac650940611841d7f36d39ada2ff.setIcon(icon_28ccbb66c8a6216f1313cce438d43db3);
|
|
|
|
|
|
var marker_7260bf5f73d4f8f4619b6b7cd52ff303 = L.marker(
|
|
[60.4032, 25.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_a4abfbce2adec0d3daa2000687e97ae1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da865bfa623b3e81746aef67b7449c1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba90fb3df6098684173b7fd56ffd3a28 = $(`<div id="html_ba90fb3df6098684173b7fd56ffd3a28" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_da865bfa623b3e81746aef67b7449c1d.setContent(html_ba90fb3df6098684173b7fd56ffd3a28);
|
|
|
|
|
|
|
|
marker_7260bf5f73d4f8f4619b6b7cd52ff303.bindPopup(popup_da865bfa623b3e81746aef67b7449c1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7260bf5f73d4f8f4619b6b7cd52ff303.setIcon(icon_a4abfbce2adec0d3daa2000687e97ae1);
|
|
|
|
|
|
var marker_896c01978cf67ff20d8b3bc722720d98 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_375104b356a5eb6b4ea9582d6dd7001a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_427ff4106d18adf3ab6374fe134c13d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_214f82f0c66fa1a3930b037cf3935dca = $(`<div id="html_214f82f0c66fa1a3930b037cf3935dca" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_427ff4106d18adf3ab6374fe134c13d0.setContent(html_214f82f0c66fa1a3930b037cf3935dca);
|
|
|
|
|
|
|
|
marker_896c01978cf67ff20d8b3bc722720d98.bindPopup(popup_427ff4106d18adf3ab6374fe134c13d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_896c01978cf67ff20d8b3bc722720d98.setIcon(icon_375104b356a5eb6b4ea9582d6dd7001a);
|
|
|
|
|
|
var marker_80ecb866f80fd5cd3521c18fd0c31997 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_1fb05859d51c62a4c504a3220345dd5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f5c53a5ee8d6b01d4cf5d44bee0f123 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d8409366d68606e13b161dc39bcbda7 = $(`<div id="html_6d8409366d68606e13b161dc39bcbda7" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_4f5c53a5ee8d6b01d4cf5d44bee0f123.setContent(html_6d8409366d68606e13b161dc39bcbda7);
|
|
|
|
|
|
|
|
marker_80ecb866f80fd5cd3521c18fd0c31997.bindPopup(popup_4f5c53a5ee8d6b01d4cf5d44bee0f123)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80ecb866f80fd5cd3521c18fd0c31997.setIcon(icon_1fb05859d51c62a4c504a3220345dd5f);
|
|
|
|
|
|
var marker_c47c62449dede5485f128fd2075f5944 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_30ef2cf90ff884c0faf44486fe7f8b69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc24c9ff2ba782aa34a5ade15fa12fde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4a168d064f613ef79e35082d2dffe18 = $(`<div id="html_d4a168d064f613ef79e35082d2dffe18" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_bc24c9ff2ba782aa34a5ade15fa12fde.setContent(html_d4a168d064f613ef79e35082d2dffe18);
|
|
|
|
|
|
|
|
marker_c47c62449dede5485f128fd2075f5944.bindPopup(popup_bc24c9ff2ba782aa34a5ade15fa12fde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c47c62449dede5485f128fd2075f5944.setIcon(icon_30ef2cf90ff884c0faf44486fe7f8b69);
|
|
|
|
|
|
var marker_b3ef4d0021209112204e16471fa4f41a = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_70db7b8461c1df26cf9dc4a0a008be23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72c6fbfce55b2e4b22087e0345a6181e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67788ad0be4e7fd460991c5926d10e03 = $(`<div id="html_67788ad0be4e7fd460991c5926d10e03" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_72c6fbfce55b2e4b22087e0345a6181e.setContent(html_67788ad0be4e7fd460991c5926d10e03);
|
|
|
|
|
|
|
|
marker_b3ef4d0021209112204e16471fa4f41a.bindPopup(popup_72c6fbfce55b2e4b22087e0345a6181e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3ef4d0021209112204e16471fa4f41a.setIcon(icon_70db7b8461c1df26cf9dc4a0a008be23);
|
|
|
|
|
|
var marker_f7170a227db7101cf9b5f465ce512abb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_1353fd2d14088e55517a6fa507e996d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6a79964bd0907034ad7e1a6bfc0d6ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2df46ca267a5c35bf044f4062dd4942 = $(`<div id="html_d2df46ca267a5c35bf044f4062dd4942" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_a6a79964bd0907034ad7e1a6bfc0d6ad.setContent(html_d2df46ca267a5c35bf044f4062dd4942);
|
|
|
|
|
|
|
|
marker_f7170a227db7101cf9b5f465ce512abb.bindPopup(popup_a6a79964bd0907034ad7e1a6bfc0d6ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7170a227db7101cf9b5f465ce512abb.setIcon(icon_1353fd2d14088e55517a6fa507e996d4);
|
|
|
|
|
|
var marker_32bf045c1f5253f82450e4687672ee49 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_6ed17f94c1fabe55b9fe35e127ebce90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e26029dff281899650beb619f5afed55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_219093ae603a09f33bfe1285ab1ac349 = $(`<div id="html_219093ae603a09f33bfe1285ab1ac349" style="width: 100.0%; height: 100.0%;">relay.og.coop</div>`)[0];
|
|
popup_e26029dff281899650beb619f5afed55.setContent(html_219093ae603a09f33bfe1285ab1ac349);
|
|
|
|
|
|
|
|
marker_32bf045c1f5253f82450e4687672ee49.bindPopup(popup_e26029dff281899650beb619f5afed55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32bf045c1f5253f82450e4687672ee49.setIcon(icon_6ed17f94c1fabe55b9fe35e127ebce90);
|
|
|
|
|
|
var marker_20d36fc65789cc808b5198340b4bc9e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_eb70c1003bb908b8aacc56904d1cfdc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3436bd78425fa88c686c95f9ede3be0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ad1f24ba0157398aecbbaba96c776b4 = $(`<div id="html_4ad1f24ba0157398aecbbaba96c776b4" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_3436bd78425fa88c686c95f9ede3be0f.setContent(html_4ad1f24ba0157398aecbbaba96c776b4);
|
|
|
|
|
|
|
|
marker_20d36fc65789cc808b5198340b4bc9e4.bindPopup(popup_3436bd78425fa88c686c95f9ede3be0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20d36fc65789cc808b5198340b4bc9e4.setIcon(icon_eb70c1003bb908b8aacc56904d1cfdc0);
|
|
|
|
|
|
var marker_7eeb249c62f9ab04c7c689c0595bf675 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_92f56107fe953675465d29029d5beeb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc0bc47d07e9dc7b4bc86e9d861b7f89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_983c4f8cb5e5880da13b674613b9a9bd = $(`<div id="html_983c4f8cb5e5880da13b674613b9a9bd" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_dc0bc47d07e9dc7b4bc86e9d861b7f89.setContent(html_983c4f8cb5e5880da13b674613b9a9bd);
|
|
|
|
|
|
|
|
marker_7eeb249c62f9ab04c7c689c0595bf675.bindPopup(popup_dc0bc47d07e9dc7b4bc86e9d861b7f89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7eeb249c62f9ab04c7c689c0595bf675.setIcon(icon_92f56107fe953675465d29029d5beeb5);
|
|
|
|
|
|
var marker_fe5e61b538e2eebf5e21098a639eecb6 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_79bb8887b0315e74fb5c3d410540e23b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86a14ca2ad65d9d75bd3e4cf4022721f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bea289fbcf000e6d443fb514b32d781 = $(`<div id="html_2bea289fbcf000e6d443fb514b32d781" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_86a14ca2ad65d9d75bd3e4cf4022721f.setContent(html_2bea289fbcf000e6d443fb514b32d781);
|
|
|
|
|
|
|
|
marker_fe5e61b538e2eebf5e21098a639eecb6.bindPopup(popup_86a14ca2ad65d9d75bd3e4cf4022721f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe5e61b538e2eebf5e21098a639eecb6.setIcon(icon_79bb8887b0315e74fb5c3d410540e23b);
|
|
|
|
|
|
var marker_4d85cc22bec4983f7fa648004892a150 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_db74bcf28248783b467d03dc49e1cf7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f12a4d226573ed1461b6f7daf24f757b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acecb92c79608476c9d7ec3a1b116216 = $(`<div id="html_acecb92c79608476c9d7ec3a1b116216" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_f12a4d226573ed1461b6f7daf24f757b.setContent(html_acecb92c79608476c9d7ec3a1b116216);
|
|
|
|
|
|
|
|
marker_4d85cc22bec4983f7fa648004892a150.bindPopup(popup_f12a4d226573ed1461b6f7daf24f757b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d85cc22bec4983f7fa648004892a150.setIcon(icon_db74bcf28248783b467d03dc49e1cf7c);
|
|
|
|
|
|
var marker_9f2ad1c955a5eb3e1621d874e0e13274 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_01e977261f98a5b95df1b85f2ae3a9f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5f5361bcb51feda03ff6112dec08306 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0303c24ba1c59ce736fbc770c715e860 = $(`<div id="html_0303c24ba1c59ce736fbc770c715e860" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_e5f5361bcb51feda03ff6112dec08306.setContent(html_0303c24ba1c59ce736fbc770c715e860);
|
|
|
|
|
|
|
|
marker_9f2ad1c955a5eb3e1621d874e0e13274.bindPopup(popup_e5f5361bcb51feda03ff6112dec08306)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f2ad1c955a5eb3e1621d874e0e13274.setIcon(icon_01e977261f98a5b95df1b85f2ae3a9f1);
|
|
|
|
|
|
var marker_46720fd753f7c9b9b8b2f8b3bf4f45c7 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_186650a13ea23e876374e311d2765e3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_906a1094761b13559db24369327ca4be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eeb70cc3258fa1e91ea058c3c97d930d = $(`<div id="html_eeb70cc3258fa1e91ea058c3c97d930d" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_906a1094761b13559db24369327ca4be.setContent(html_eeb70cc3258fa1e91ea058c3c97d930d);
|
|
|
|
|
|
|
|
marker_46720fd753f7c9b9b8b2f8b3bf4f45c7.bindPopup(popup_906a1094761b13559db24369327ca4be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46720fd753f7c9b9b8b2f8b3bf4f45c7.setIcon(icon_186650a13ea23e876374e311d2765e3d);
|
|
|
|
|
|
var marker_a02609861584dfd92dd85579638fe439 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_13f8dafd058bd9d602469a7a93d2b651 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a9fb87381349c95a217cc6d06049236 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b2f372bdffd68cfedb982318f95e595 = $(`<div id="html_8b2f372bdffd68cfedb982318f95e595" style="width: 100.0%; height: 100.0%;">relay.visionfusen.org</div>`)[0];
|
|
popup_1a9fb87381349c95a217cc6d06049236.setContent(html_8b2f372bdffd68cfedb982318f95e595);
|
|
|
|
|
|
|
|
marker_a02609861584dfd92dd85579638fe439.bindPopup(popup_1a9fb87381349c95a217cc6d06049236)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a02609861584dfd92dd85579638fe439.setIcon(icon_13f8dafd058bd9d602469a7a93d2b651);
|
|
|
|
|
|
var marker_3437f81ccdbfdbb624629bc78ca57872 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_e3080ba2176bedc85dbe319a57d7d291 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_918916ecc9b03710839f7f6260d64450 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b603248b1c25e1da9cc0e817a4183d8 = $(`<div id="html_6b603248b1c25e1da9cc0e817a4183d8" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_918916ecc9b03710839f7f6260d64450.setContent(html_6b603248b1c25e1da9cc0e817a4183d8);
|
|
|
|
|
|
|
|
marker_3437f81ccdbfdbb624629bc78ca57872.bindPopup(popup_918916ecc9b03710839f7f6260d64450)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3437f81ccdbfdbb624629bc78ca57872.setIcon(icon_e3080ba2176bedc85dbe319a57d7d291);
|
|
|
|
|
|
var marker_22eb537ad48be94a97c94f996dd458ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_bc045b18c291b9f51c3b70fad759629b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a2784061c7fe556d695a7977ae12acf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_478c6f7ee83bc40f81ffd9c53b4b1563 = $(`<div id="html_478c6f7ee83bc40f81ffd9c53b4b1563" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_8a2784061c7fe556d695a7977ae12acf.setContent(html_478c6f7ee83bc40f81ffd9c53b4b1563);
|
|
|
|
|
|
|
|
marker_22eb537ad48be94a97c94f996dd458ff.bindPopup(popup_8a2784061c7fe556d695a7977ae12acf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22eb537ad48be94a97c94f996dd458ff.setIcon(icon_bc045b18c291b9f51c3b70fad759629b);
|
|
|
|
|
|
var marker_f5bbc603fcb01a089e8649df14f4d22d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_e468978fd5cad5823c4a227ae6fd541b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53baf579ea2fb445f90d634ebbb17866 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7732c2bac003b669bcecf4adef7d1972 = $(`<div id="html_7732c2bac003b669bcecf4adef7d1972" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_53baf579ea2fb445f90d634ebbb17866.setContent(html_7732c2bac003b669bcecf4adef7d1972);
|
|
|
|
|
|
|
|
marker_f5bbc603fcb01a089e8649df14f4d22d.bindPopup(popup_53baf579ea2fb445f90d634ebbb17866)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5bbc603fcb01a089e8649df14f4d22d.setIcon(icon_e468978fd5cad5823c4a227ae6fd541b);
|
|
|
|
|
|
var marker_56f59c3dd69880cd74c517aa643f02b9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_5801bd3276f10366ba109d24c30e8dfa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c7b8dbe46cdc4fb248b79afd4e9f1aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c91d8946388a2dbb3edb235b8861580 = $(`<div id="html_7c91d8946388a2dbb3edb235b8861580" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_5c7b8dbe46cdc4fb248b79afd4e9f1aa.setContent(html_7c91d8946388a2dbb3edb235b8861580);
|
|
|
|
|
|
|
|
marker_56f59c3dd69880cd74c517aa643f02b9.bindPopup(popup_5c7b8dbe46cdc4fb248b79afd4e9f1aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56f59c3dd69880cd74c517aa643f02b9.setIcon(icon_5801bd3276f10366ba109d24c30e8dfa);
|
|
|
|
|
|
var marker_9a8413ba720451053bd8ffe951b58e22 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_4a5267169a285ac20127537e0402ca58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_018ec1b37c8f1bd1c0a620530494c0bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f47e92af159421e5ed1d99278ac997f6 = $(`<div id="html_f47e92af159421e5ed1d99278ac997f6" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_018ec1b37c8f1bd1c0a620530494c0bc.setContent(html_f47e92af159421e5ed1d99278ac997f6);
|
|
|
|
|
|
|
|
marker_9a8413ba720451053bd8ffe951b58e22.bindPopup(popup_018ec1b37c8f1bd1c0a620530494c0bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a8413ba720451053bd8ffe951b58e22.setIcon(icon_4a5267169a285ac20127537e0402ca58);
|
|
|
|
|
|
var marker_efa809ecd6af87e1408a50b4eb927979 = L.marker(
|
|
[13.7829, 100.546],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_9c59f4d987ec1d83facf3746fd799378 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c7b57960a55d19c1479aab07498e3b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97b49285bdddaacfcd232265464b3f50 = $(`<div id="html_97b49285bdddaacfcd232265464b3f50" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_8c7b57960a55d19c1479aab07498e3b6.setContent(html_97b49285bdddaacfcd232265464b3f50);
|
|
|
|
|
|
|
|
marker_efa809ecd6af87e1408a50b4eb927979.bindPopup(popup_8c7b57960a55d19c1479aab07498e3b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efa809ecd6af87e1408a50b4eb927979.setIcon(icon_9c59f4d987ec1d83facf3746fd799378);
|
|
|
|
|
|
var marker_b58edae9bf5302555b8ec5f5334eda14 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_e399884ff353c79b64b66a91040efdf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46a2806a4ad19d8f34b871731d74211f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00b31144a821834ebd382030f89d75bb = $(`<div id="html_00b31144a821834ebd382030f89d75bb" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_46a2806a4ad19d8f34b871731d74211f.setContent(html_00b31144a821834ebd382030f89d75bb);
|
|
|
|
|
|
|
|
marker_b58edae9bf5302555b8ec5f5334eda14.bindPopup(popup_46a2806a4ad19d8f34b871731d74211f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b58edae9bf5302555b8ec5f5334eda14.setIcon(icon_e399884ff353c79b64b66a91040efdf1);
|
|
|
|
|
|
var marker_70de7c6abb21823332f39ce6800495a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_80cbe09499911df594cba948f759cebd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_553deadf0363013e6a805ca878b7d3d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6da4ae554f4cad03b2f4244639da960f = $(`<div id="html_6da4ae554f4cad03b2f4244639da960f" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_553deadf0363013e6a805ca878b7d3d8.setContent(html_6da4ae554f4cad03b2f4244639da960f);
|
|
|
|
|
|
|
|
marker_70de7c6abb21823332f39ce6800495a3.bindPopup(popup_553deadf0363013e6a805ca878b7d3d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70de7c6abb21823332f39ce6800495a3.setIcon(icon_80cbe09499911df594cba948f759cebd);
|
|
|
|
|
|
var marker_0e829d63cfbe376d018956ea61e82e16 = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_75dfa56ca7c934348fd37ea578618534 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df1a9f0bbd9b5a94db138aabc35e8477 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3f52505b3ec5e4fbeae89e1d8948369 = $(`<div id="html_f3f52505b3ec5e4fbeae89e1d8948369" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_df1a9f0bbd9b5a94db138aabc35e8477.setContent(html_f3f52505b3ec5e4fbeae89e1d8948369);
|
|
|
|
|
|
|
|
marker_0e829d63cfbe376d018956ea61e82e16.bindPopup(popup_df1a9f0bbd9b5a94db138aabc35e8477)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e829d63cfbe376d018956ea61e82e16.setIcon(icon_75dfa56ca7c934348fd37ea578618534);
|
|
|
|
|
|
var marker_aef964fabcb68f94d2f139f03c9909e0 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_0aaa4db31b4521653e10395b05eb7b47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d925324db307d6c262a3adf5bcbc2b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf9de4889899fdf5c30ace7ddd637be3 = $(`<div id="html_cf9de4889899fdf5c30ace7ddd637be3" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_1d925324db307d6c262a3adf5bcbc2b5.setContent(html_cf9de4889899fdf5c30ace7ddd637be3);
|
|
|
|
|
|
|
|
marker_aef964fabcb68f94d2f139f03c9909e0.bindPopup(popup_1d925324db307d6c262a3adf5bcbc2b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aef964fabcb68f94d2f139f03c9909e0.setIcon(icon_0aaa4db31b4521653e10395b05eb7b47);
|
|
|
|
|
|
var marker_e7f26ed2ed1bbf34af5182829c6fb030 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_deeb040ebc69b0c691d43efb90e014e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_082a61313d45f5812ccf7226763dc5f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47a4ac4771cc87caaf0c56f9751d7e52 = $(`<div id="html_47a4ac4771cc87caaf0c56f9751d7e52" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_082a61313d45f5812ccf7226763dc5f6.setContent(html_47a4ac4771cc87caaf0c56f9751d7e52);
|
|
|
|
|
|
|
|
marker_e7f26ed2ed1bbf34af5182829c6fb030.bindPopup(popup_082a61313d45f5812ccf7226763dc5f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7f26ed2ed1bbf34af5182829c6fb030.setIcon(icon_deeb040ebc69b0c691d43efb90e014e3);
|
|
|
|
|
|
var marker_28aab3a338db2d364c3f6f3c57d47402 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_f7ad1ff173de80a65c52b3fe9349b2a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08258541a078fe324a331567a8992764 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb5d061042a96bf4c2de8deb605a956c = $(`<div id="html_eb5d061042a96bf4c2de8deb605a956c" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_08258541a078fe324a331567a8992764.setContent(html_eb5d061042a96bf4c2de8deb605a956c);
|
|
|
|
|
|
|
|
marker_28aab3a338db2d364c3f6f3c57d47402.bindPopup(popup_08258541a078fe324a331567a8992764)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28aab3a338db2d364c3f6f3c57d47402.setIcon(icon_f7ad1ff173de80a65c52b3fe9349b2a9);
|
|
|
|
|
|
var marker_e7227ef71387646a7e9d711697f2a262 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_c2056a673ec05ccd59e563b69446a0cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33032e221466034e9f764d440c3d16ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e5a29505b4f0ecc4bdeea17c74900cb = $(`<div id="html_2e5a29505b4f0ecc4bdeea17c74900cb" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_33032e221466034e9f764d440c3d16ea.setContent(html_2e5a29505b4f0ecc4bdeea17c74900cb);
|
|
|
|
|
|
|
|
marker_e7227ef71387646a7e9d711697f2a262.bindPopup(popup_33032e221466034e9f764d440c3d16ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7227ef71387646a7e9d711697f2a262.setIcon(icon_c2056a673ec05ccd59e563b69446a0cb);
|
|
|
|
|
|
var marker_8d7a94f0993ca1b59a4283e90fe877f2 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_6d3a14d79c421bc856479bc6534ba0ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a25ae4f650364edc9ba06fa11a63f5cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9f5cfe0706e4e7b8a9da1add2ed8b89 = $(`<div id="html_b9f5cfe0706e4e7b8a9da1add2ed8b89" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_a25ae4f650364edc9ba06fa11a63f5cf.setContent(html_b9f5cfe0706e4e7b8a9da1add2ed8b89);
|
|
|
|
|
|
|
|
marker_8d7a94f0993ca1b59a4283e90fe877f2.bindPopup(popup_a25ae4f650364edc9ba06fa11a63f5cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d7a94f0993ca1b59a4283e90fe877f2.setIcon(icon_6d3a14d79c421bc856479bc6534ba0ab);
|
|
|
|
|
|
var marker_313b60bab1c6337fa461df48c2922fe7 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_9bb9995da1be8608098565f2c3026c0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_546e61452a1e0725ce96d663e73bbe29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4d72fd58b7b5353582f4ac545827220 = $(`<div id="html_a4d72fd58b7b5353582f4ac545827220" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_546e61452a1e0725ce96d663e73bbe29.setContent(html_a4d72fd58b7b5353582f4ac545827220);
|
|
|
|
|
|
|
|
marker_313b60bab1c6337fa461df48c2922fe7.bindPopup(popup_546e61452a1e0725ce96d663e73bbe29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_313b60bab1c6337fa461df48c2922fe7.setIcon(icon_9bb9995da1be8608098565f2c3026c0d);
|
|
|
|
|
|
var marker_bfd2c848b5be913fe2cd3a69f76cf497 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_34b216c4b9d432bd597c9f196c37abf7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_833ed5f85897e941750343ea7626a827 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a27441d31b94c02f950260e9fe7de28a = $(`<div id="html_a27441d31b94c02f950260e9fe7de28a" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_833ed5f85897e941750343ea7626a827.setContent(html_a27441d31b94c02f950260e9fe7de28a);
|
|
|
|
|
|
|
|
marker_bfd2c848b5be913fe2cd3a69f76cf497.bindPopup(popup_833ed5f85897e941750343ea7626a827)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfd2c848b5be913fe2cd3a69f76cf497.setIcon(icon_34b216c4b9d432bd597c9f196c37abf7);
|
|
|
|
|
|
var marker_f21a88658f44bc68e064a601382ff63c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_cddc087bbe8c9fec900e4edcd71ccbcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5230d0aeb705963923c04c898be50e03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72505181397c712e72ad4b1a99ef03ae = $(`<div id="html_72505181397c712e72ad4b1a99ef03ae" style="width: 100.0%; height: 100.0%;">nostr.okienko.live</div>`)[0];
|
|
popup_5230d0aeb705963923c04c898be50e03.setContent(html_72505181397c712e72ad4b1a99ef03ae);
|
|
|
|
|
|
|
|
marker_f21a88658f44bc68e064a601382ff63c.bindPopup(popup_5230d0aeb705963923c04c898be50e03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f21a88658f44bc68e064a601382ff63c.setIcon(icon_cddc087bbe8c9fec900e4edcd71ccbcf);
|
|
|
|
|
|
var marker_da846c425f6335a3361f89c25e012394 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_725492859e67ff96b3fee05dab140e9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2375635b8f1365c3a374009461f3d1a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d58ce887434353a80792923d54f236d = $(`<div id="html_3d58ce887434353a80792923d54f236d" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_2375635b8f1365c3a374009461f3d1a0.setContent(html_3d58ce887434353a80792923d54f236d);
|
|
|
|
|
|
|
|
marker_da846c425f6335a3361f89c25e012394.bindPopup(popup_2375635b8f1365c3a374009461f3d1a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da846c425f6335a3361f89c25e012394.setIcon(icon_725492859e67ff96b3fee05dab140e9d);
|
|
|
|
|
|
var marker_a545624e9e61d0aaee4f580e7ea5f1d7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_3967de669683ceb8f81f460a2372cdcd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd114e284f6a0a333e5610309b43c9fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58c35b6ae178e82e34e0ac8dc2de96b3 = $(`<div id="html_58c35b6ae178e82e34e0ac8dc2de96b3" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_fd114e284f6a0a333e5610309b43c9fb.setContent(html_58c35b6ae178e82e34e0ac8dc2de96b3);
|
|
|
|
|
|
|
|
marker_a545624e9e61d0aaee4f580e7ea5f1d7.bindPopup(popup_fd114e284f6a0a333e5610309b43c9fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a545624e9e61d0aaee4f580e7ea5f1d7.setIcon(icon_3967de669683ceb8f81f460a2372cdcd);
|
|
|
|
|
|
var marker_9042f93987a935198920c0a265ce09a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d3a72a25db26f2ed0df50b7ecf25f1e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5a74301e3c2391730fa55282cef7d90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a35903866e6f7f60b923b49eee361adb = $(`<div id="html_a35903866e6f7f60b923b49eee361adb" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_a5a74301e3c2391730fa55282cef7d90.setContent(html_a35903866e6f7f60b923b49eee361adb);
|
|
|
|
|
|
|
|
marker_9042f93987a935198920c0a265ce09a0.bindPopup(popup_a5a74301e3c2391730fa55282cef7d90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9042f93987a935198920c0a265ce09a0.setIcon(icon_d3a72a25db26f2ed0df50b7ecf25f1e4);
|
|
|
|
|
|
var marker_9a833324b8331a038180116439454a0f = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_a81a81e910896e8c8e5a09f6603f614c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd168e2b453a4a78a7bb058fd20b7b4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2385af73f345b3981362f04ba4add529 = $(`<div id="html_2385af73f345b3981362f04ba4add529" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_fd168e2b453a4a78a7bb058fd20b7b4a.setContent(html_2385af73f345b3981362f04ba4add529);
|
|
|
|
|
|
|
|
marker_9a833324b8331a038180116439454a0f.bindPopup(popup_fd168e2b453a4a78a7bb058fd20b7b4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a833324b8331a038180116439454a0f.setIcon(icon_a81a81e910896e8c8e5a09f6603f614c);
|
|
|
|
|
|
var marker_03841db44e68e638d3b63b7330f2fe54 = L.marker(
|
|
[-33.7973, 150.877],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_990d7e4e193f7f388309bc12db006885 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2171151a9ef3cb6b269d6c25f2d78c32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82adac4c467e50a5d354a5fdc71a1df2 = $(`<div id="html_82adac4c467e50a5d354a5fdc71a1df2" style="width: 100.0%; height: 100.0%;">cvm.otherstuff.ai</div>`)[0];
|
|
popup_2171151a9ef3cb6b269d6c25f2d78c32.setContent(html_82adac4c467e50a5d354a5fdc71a1df2);
|
|
|
|
|
|
|
|
marker_03841db44e68e638d3b63b7330f2fe54.bindPopup(popup_2171151a9ef3cb6b269d6c25f2d78c32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03841db44e68e638d3b63b7330f2fe54.setIcon(icon_990d7e4e193f7f388309bc12db006885);
|
|
|
|
|
|
var marker_21107a4f678f36998dd0ce171abfdf3a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_e0c9bdee6d4d75da3106e02017a0b1d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b067e7c306d5d1ad995c1e135901253b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9ba70d193307e3e61464542d18ea551 = $(`<div id="html_b9ba70d193307e3e61464542d18ea551" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_b067e7c306d5d1ad995c1e135901253b.setContent(html_b9ba70d193307e3e61464542d18ea551);
|
|
|
|
|
|
|
|
marker_21107a4f678f36998dd0ce171abfdf3a.bindPopup(popup_b067e7c306d5d1ad995c1e135901253b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21107a4f678f36998dd0ce171abfdf3a.setIcon(icon_e0c9bdee6d4d75da3106e02017a0b1d1);
|
|
|
|
|
|
var marker_f99e4a1822bcd56e1e4c267f6329135c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_fd68ff79ab9f79f2343cc6667eeff914 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_769adea62c061bd03a413c23d595dbc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_460d1a61822f322d37d7b03cdfca8de9 = $(`<div id="html_460d1a61822f322d37d7b03cdfca8de9" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_769adea62c061bd03a413c23d595dbc6.setContent(html_460d1a61822f322d37d7b03cdfca8de9);
|
|
|
|
|
|
|
|
marker_f99e4a1822bcd56e1e4c267f6329135c.bindPopup(popup_769adea62c061bd03a413c23d595dbc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f99e4a1822bcd56e1e4c267f6329135c.setIcon(icon_fd68ff79ab9f79f2343cc6667eeff914);
|
|
|
|
|
|
var marker_b15dcc141a7ca384e8f15dc9420d9326 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_60b1c09b1f0a1667efe7126ea0ab2a2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae114dc536e193da6d2415ed4c4ab8f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c67d1412545e2a1f10328b1988f15677 = $(`<div id="html_c67d1412545e2a1f10328b1988f15677" style="width: 100.0%; height: 100.0%;">relay.henryxplace.eu.org:9988</div>`)[0];
|
|
popup_ae114dc536e193da6d2415ed4c4ab8f7.setContent(html_c67d1412545e2a1f10328b1988f15677);
|
|
|
|
|
|
|
|
marker_b15dcc141a7ca384e8f15dc9420d9326.bindPopup(popup_ae114dc536e193da6d2415ed4c4ab8f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b15dcc141a7ca384e8f15dc9420d9326.setIcon(icon_60b1c09b1f0a1667efe7126ea0ab2a2b);
|
|
|
|
|
|
var marker_32efdc69856163c86eb005f7d2935163 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_dc5b3bd787d0be7dae50be8e2a1d6557 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_735e3b1c6e1b5afe41a55d608598e282 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8861a2f9ebb75bab792295e647d105f = $(`<div id="html_f8861a2f9ebb75bab792295e647d105f" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_735e3b1c6e1b5afe41a55d608598e282.setContent(html_f8861a2f9ebb75bab792295e647d105f);
|
|
|
|
|
|
|
|
marker_32efdc69856163c86eb005f7d2935163.bindPopup(popup_735e3b1c6e1b5afe41a55d608598e282)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32efdc69856163c86eb005f7d2935163.setIcon(icon_dc5b3bd787d0be7dae50be8e2a1d6557);
|
|
|
|
|
|
var marker_5794d3edb288f023f2088eda2ea22080 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_b28d2b4d4dcac7a6d09a6f18019cc2d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8faf2bb0bba3986cf424646e9566326c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c894aaaa5a9193d4ca085f2a41e8c7d = $(`<div id="html_2c894aaaa5a9193d4ca085f2a41e8c7d" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_8faf2bb0bba3986cf424646e9566326c.setContent(html_2c894aaaa5a9193d4ca085f2a41e8c7d);
|
|
|
|
|
|
|
|
marker_5794d3edb288f023f2088eda2ea22080.bindPopup(popup_8faf2bb0bba3986cf424646e9566326c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5794d3edb288f023f2088eda2ea22080.setIcon(icon_b28d2b4d4dcac7a6d09a6f18019cc2d7);
|
|
|
|
|
|
var marker_b6128b602a6e980025cd9a7e01434b22 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d441a27655ff14ca833d65e442ec0495 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40fc0a4830d92983ca02bcd653a2768e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3194fab89caebe4e5aeb1ac5af506ec8 = $(`<div id="html_3194fab89caebe4e5aeb1ac5af506ec8" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_40fc0a4830d92983ca02bcd653a2768e.setContent(html_3194fab89caebe4e5aeb1ac5af506ec8);
|
|
|
|
|
|
|
|
marker_b6128b602a6e980025cd9a7e01434b22.bindPopup(popup_40fc0a4830d92983ca02bcd653a2768e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6128b602a6e980025cd9a7e01434b22.setIcon(icon_d441a27655ff14ca833d65e442ec0495);
|
|
|
|
|
|
var marker_9090005523e75f7242c05fa8a37df736 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_4ed7737ed90abca4c76f41a0977df990 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1670d2a3e5539ec7477178f8b11c3214 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b01ffcf93ee9cf6aea27867857f14c2a = $(`<div id="html_b01ffcf93ee9cf6aea27867857f14c2a" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_1670d2a3e5539ec7477178f8b11c3214.setContent(html_b01ffcf93ee9cf6aea27867857f14c2a);
|
|
|
|
|
|
|
|
marker_9090005523e75f7242c05fa8a37df736.bindPopup(popup_1670d2a3e5539ec7477178f8b11c3214)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9090005523e75f7242c05fa8a37df736.setIcon(icon_4ed7737ed90abca4c76f41a0977df990);
|
|
|
|
|
|
var marker_fbd37287a4ca46199412dff441552b97 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_b3a0217339f00f6e4616d0778a88f466 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7653bb1394fc4ac07fca463b43c799f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dd01bc3b91a7bddedb77ee464785e51 = $(`<div id="html_8dd01bc3b91a7bddedb77ee464785e51" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_b7653bb1394fc4ac07fca463b43c799f.setContent(html_8dd01bc3b91a7bddedb77ee464785e51);
|
|
|
|
|
|
|
|
marker_fbd37287a4ca46199412dff441552b97.bindPopup(popup_b7653bb1394fc4ac07fca463b43c799f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbd37287a4ca46199412dff441552b97.setIcon(icon_b3a0217339f00f6e4616d0778a88f466);
|
|
|
|
|
|
var marker_c2d54a8a553da06554aa937e2684b791 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_48f151d92a642ae3e2948fa8270914d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acdad762a0bded0d9f70c2a7f47f3f96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c44950dea7dbf1f012b6bc2975fb20c0 = $(`<div id="html_c44950dea7dbf1f012b6bc2975fb20c0" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_acdad762a0bded0d9f70c2a7f47f3f96.setContent(html_c44950dea7dbf1f012b6bc2975fb20c0);
|
|
|
|
|
|
|
|
marker_c2d54a8a553da06554aa937e2684b791.bindPopup(popup_acdad762a0bded0d9f70c2a7f47f3f96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2d54a8a553da06554aa937e2684b791.setIcon(icon_48f151d92a642ae3e2948fa8270914d1);
|
|
|
|
|
|
var marker_ed6c4bef4fea12e411c8458d0f57e294 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_e58a66879cff02ae19caa59624c263f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4baae575073b7df8cf55d783e3b9dab6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb038f0489a68fc78026481164bd708e = $(`<div id="html_fb038f0489a68fc78026481164bd708e" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_4baae575073b7df8cf55d783e3b9dab6.setContent(html_fb038f0489a68fc78026481164bd708e);
|
|
|
|
|
|
|
|
marker_ed6c4bef4fea12e411c8458d0f57e294.bindPopup(popup_4baae575073b7df8cf55d783e3b9dab6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed6c4bef4fea12e411c8458d0f57e294.setIcon(icon_e58a66879cff02ae19caa59624c263f9);
|
|
|
|
|
|
var marker_f292b37b756ae9fa6588a653d7e0e462 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_722aeeb8a14cc3083a339c817d5c079c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be93f87bb6a0185d826d9f80eb77d164 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c93c95ebe9d838a1f67dbf682f710698 = $(`<div id="html_c93c95ebe9d838a1f67dbf682f710698" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_be93f87bb6a0185d826d9f80eb77d164.setContent(html_c93c95ebe9d838a1f67dbf682f710698);
|
|
|
|
|
|
|
|
marker_f292b37b756ae9fa6588a653d7e0e462.bindPopup(popup_be93f87bb6a0185d826d9f80eb77d164)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f292b37b756ae9fa6588a653d7e0e462.setIcon(icon_722aeeb8a14cc3083a339c817d5c079c);
|
|
|
|
|
|
var marker_e598442d779f2d0bc8f3f4c53aa7810d = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_0cf7f6afbaf552b558b111f6b0eb49be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d5de533fb2d9713827b026dca6fc473 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_874e9cd2da3d08502b2b1f318886cb71 = $(`<div id="html_874e9cd2da3d08502b2b1f318886cb71" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_5d5de533fb2d9713827b026dca6fc473.setContent(html_874e9cd2da3d08502b2b1f318886cb71);
|
|
|
|
|
|
|
|
marker_e598442d779f2d0bc8f3f4c53aa7810d.bindPopup(popup_5d5de533fb2d9713827b026dca6fc473)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e598442d779f2d0bc8f3f4c53aa7810d.setIcon(icon_0cf7f6afbaf552b558b111f6b0eb49be);
|
|
|
|
|
|
var marker_3c7b6f7643d6f6dbd7e7831d92d97bb8 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_2d2697c472fade441aeaa3fc651beb66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40a6efa8e14689fd7084d9d2a76befea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97fb9b4b02fd446d175f0f54434660cb = $(`<div id="html_97fb9b4b02fd446d175f0f54434660cb" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_40a6efa8e14689fd7084d9d2a76befea.setContent(html_97fb9b4b02fd446d175f0f54434660cb);
|
|
|
|
|
|
|
|
marker_3c7b6f7643d6f6dbd7e7831d92d97bb8.bindPopup(popup_40a6efa8e14689fd7084d9d2a76befea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c7b6f7643d6f6dbd7e7831d92d97bb8.setIcon(icon_2d2697c472fade441aeaa3fc651beb66);
|
|
|
|
|
|
var marker_8b15c08b8cc6dbc0d816b820d744853a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_edf59f040bff244942288b4c3bef37c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e928e51a61dcda83e1671541b418e6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6e052d8f989564501ddac2a458a6741 = $(`<div id="html_a6e052d8f989564501ddac2a458a6741" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_2e928e51a61dcda83e1671541b418e6c.setContent(html_a6e052d8f989564501ddac2a458a6741);
|
|
|
|
|
|
|
|
marker_8b15c08b8cc6dbc0d816b820d744853a.bindPopup(popup_2e928e51a61dcda83e1671541b418e6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b15c08b8cc6dbc0d816b820d744853a.setIcon(icon_edf59f040bff244942288b4c3bef37c0);
|
|
|
|
|
|
var marker_990fe647eba9b3d16d914edb4df81da3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_1a83b284da36244f7812a95d2a1733b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dc6a1299bba792fe33d6a769720f427 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f6352b3a089a8da0300d67c536f5a30 = $(`<div id="html_3f6352b3a089a8da0300d67c536f5a30" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_6dc6a1299bba792fe33d6a769720f427.setContent(html_3f6352b3a089a8da0300d67c536f5a30);
|
|
|
|
|
|
|
|
marker_990fe647eba9b3d16d914edb4df81da3.bindPopup(popup_6dc6a1299bba792fe33d6a769720f427)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_990fe647eba9b3d16d914edb4df81da3.setIcon(icon_1a83b284da36244f7812a95d2a1733b4);
|
|
|
|
|
|
var marker_eb4b1acdd97587d276e346bd50fe409e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_bbfbc161d8c192f5427c253e35b4d207 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_680a177d3d89d8ab602df770ee79e715 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5772858c2d4305eebc7c98562b7c40a7 = $(`<div id="html_5772858c2d4305eebc7c98562b7c40a7" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_680a177d3d89d8ab602df770ee79e715.setContent(html_5772858c2d4305eebc7c98562b7c40a7);
|
|
|
|
|
|
|
|
marker_eb4b1acdd97587d276e346bd50fe409e.bindPopup(popup_680a177d3d89d8ab602df770ee79e715)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb4b1acdd97587d276e346bd50fe409e.setIcon(icon_bbfbc161d8c192f5427c253e35b4d207);
|
|
|
|
|
|
var marker_1ea25a122c68915b46737dd88bff839f = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_19d4d7710914419a84e235518ef136ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cef0680b777986de45068336a8be1ad5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_076f41ab58d912cae0c28f9aa59e74d7 = $(`<div id="html_076f41ab58d912cae0c28f9aa59e74d7" style="width: 100.0%; height: 100.0%;">relay.bitmacro.io</div>`)[0];
|
|
popup_cef0680b777986de45068336a8be1ad5.setContent(html_076f41ab58d912cae0c28f9aa59e74d7);
|
|
|
|
|
|
|
|
marker_1ea25a122c68915b46737dd88bff839f.bindPopup(popup_cef0680b777986de45068336a8be1ad5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ea25a122c68915b46737dd88bff839f.setIcon(icon_19d4d7710914419a84e235518ef136ee);
|
|
|
|
|
|
var marker_c687b1be8a07a3e20a890de0a257405c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_5fabffd674fda9c9c1f66f5b5166455d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9666c7810b0e53a89c5756cee2ef9d52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa5d2f8d05ec587da58a6751698e55ab = $(`<div id="html_aa5d2f8d05ec587da58a6751698e55ab" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_9666c7810b0e53a89c5756cee2ef9d52.setContent(html_aa5d2f8d05ec587da58a6751698e55ab);
|
|
|
|
|
|
|
|
marker_c687b1be8a07a3e20a890de0a257405c.bindPopup(popup_9666c7810b0e53a89c5756cee2ef9d52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c687b1be8a07a3e20a890de0a257405c.setIcon(icon_5fabffd674fda9c9c1f66f5b5166455d);
|
|
|
|
|
|
var marker_74663f27b6f01afa77ae4a4b0e8a4183 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_e413bc8ea8202bcf812519c35b200f48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ab6bd6e04b19881ba2d909a872aa4fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb43b0b3e94dc389375ecc108fd4b8d7 = $(`<div id="html_bb43b0b3e94dc389375ecc108fd4b8d7" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_9ab6bd6e04b19881ba2d909a872aa4fd.setContent(html_bb43b0b3e94dc389375ecc108fd4b8d7);
|
|
|
|
|
|
|
|
marker_74663f27b6f01afa77ae4a4b0e8a4183.bindPopup(popup_9ab6bd6e04b19881ba2d909a872aa4fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74663f27b6f01afa77ae4a4b0e8a4183.setIcon(icon_e413bc8ea8202bcf812519c35b200f48);
|
|
|
|
|
|
var marker_c845923198a37541330f46e9d8ca4942 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_36e0b924dfdfed07378c1587cf89f12e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecb3d23336c4561d0549dcc9efcb87ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3d5dc18b2d51794320428847c0349cd = $(`<div id="html_a3d5dc18b2d51794320428847c0349cd" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_ecb3d23336c4561d0549dcc9efcb87ed.setContent(html_a3d5dc18b2d51794320428847c0349cd);
|
|
|
|
|
|
|
|
marker_c845923198a37541330f46e9d8ca4942.bindPopup(popup_ecb3d23336c4561d0549dcc9efcb87ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c845923198a37541330f46e9d8ca4942.setIcon(icon_36e0b924dfdfed07378c1587cf89f12e);
|
|
|
|
|
|
var marker_01fa6f08b377409936510e0759579677 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_20f0647dcbf33b0958534c73e5cfb312 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0ef181f7e01050267004788bfe05921 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6a2057876ab45db90c6190ae344d748 = $(`<div id="html_d6a2057876ab45db90c6190ae344d748" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_c0ef181f7e01050267004788bfe05921.setContent(html_d6a2057876ab45db90c6190ae344d748);
|
|
|
|
|
|
|
|
marker_01fa6f08b377409936510e0759579677.bindPopup(popup_c0ef181f7e01050267004788bfe05921)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01fa6f08b377409936510e0759579677.setIcon(icon_20f0647dcbf33b0958534c73e5cfb312);
|
|
|
|
|
|
var marker_3265299fb1992e31b17e8150cd39881a = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_15bd371d3f7923e4879579a4c4552b60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3cb37ffdaabada1d3621290bc14263e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a048aebabe5f9aff1e52bae4395172ec = $(`<div id="html_a048aebabe5f9aff1e52bae4395172ec" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_a3cb37ffdaabada1d3621290bc14263e.setContent(html_a048aebabe5f9aff1e52bae4395172ec);
|
|
|
|
|
|
|
|
marker_3265299fb1992e31b17e8150cd39881a.bindPopup(popup_a3cb37ffdaabada1d3621290bc14263e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3265299fb1992e31b17e8150cd39881a.setIcon(icon_15bd371d3f7923e4879579a4c4552b60);
|
|
|
|
|
|
var marker_1332c5657136bc22e29a39f058456b4e = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_73647d69812ce81190a8557130c90f6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16febb2d9ad908669154dca2e124c60f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_590189eefc34d3605b9eadef06ae5bf2 = $(`<div id="html_590189eefc34d3605b9eadef06ae5bf2" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_16febb2d9ad908669154dca2e124c60f.setContent(html_590189eefc34d3605b9eadef06ae5bf2);
|
|
|
|
|
|
|
|
marker_1332c5657136bc22e29a39f058456b4e.bindPopup(popup_16febb2d9ad908669154dca2e124c60f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1332c5657136bc22e29a39f058456b4e.setIcon(icon_73647d69812ce81190a8557130c90f6e);
|
|
|
|
|
|
var marker_ad31a17d3db64d96c0f23504a6beac2b = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_9e71b57085b50068a1ca809237fdee97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c651e0336ab1fcc4752f7c48e49987ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b117882065386d54882a04c8f1220ad = $(`<div id="html_4b117882065386d54882a04c8f1220ad" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_c651e0336ab1fcc4752f7c48e49987ef.setContent(html_4b117882065386d54882a04c8f1220ad);
|
|
|
|
|
|
|
|
marker_ad31a17d3db64d96c0f23504a6beac2b.bindPopup(popup_c651e0336ab1fcc4752f7c48e49987ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad31a17d3db64d96c0f23504a6beac2b.setIcon(icon_9e71b57085b50068a1ca809237fdee97);
|
|
|
|
|
|
var marker_26300a4bbe9c57e5e38f76997052c64f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_15780ab5a982c2e290933ff10f618289 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc5019be087da44831f4304dde98c01d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1fbe0ac04fddff5d192b95add571848 = $(`<div id="html_f1fbe0ac04fddff5d192b95add571848" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_cc5019be087da44831f4304dde98c01d.setContent(html_f1fbe0ac04fddff5d192b95add571848);
|
|
|
|
|
|
|
|
marker_26300a4bbe9c57e5e38f76997052c64f.bindPopup(popup_cc5019be087da44831f4304dde98c01d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26300a4bbe9c57e5e38f76997052c64f.setIcon(icon_15780ab5a982c2e290933ff10f618289);
|
|
|
|
|
|
var marker_eb3ae26d94b4f60ae05ffd3bde706eca = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_d35d3bf1d34959acf3d4a814efdb0678 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc8f416ccf417b3bf4f15cc28a11f0cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2a23f90ec0a9defd41b40dc70835851 = $(`<div id="html_a2a23f90ec0a9defd41b40dc70835851" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_dc8f416ccf417b3bf4f15cc28a11f0cc.setContent(html_a2a23f90ec0a9defd41b40dc70835851);
|
|
|
|
|
|
|
|
marker_eb3ae26d94b4f60ae05ffd3bde706eca.bindPopup(popup_dc8f416ccf417b3bf4f15cc28a11f0cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb3ae26d94b4f60ae05ffd3bde706eca.setIcon(icon_d35d3bf1d34959acf3d4a814efdb0678);
|
|
|
|
|
|
var marker_386c052457a7e4f1dcac65548b5e7f92 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_422a3a4b424afbed551dbc6e4f79ad66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a609165f23b1e278921febd7a185aa9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_122d542dd2b64b62e42fbb803418bfe2 = $(`<div id="html_122d542dd2b64b62e42fbb803418bfe2" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_a609165f23b1e278921febd7a185aa9d.setContent(html_122d542dd2b64b62e42fbb803418bfe2);
|
|
|
|
|
|
|
|
marker_386c052457a7e4f1dcac65548b5e7f92.bindPopup(popup_a609165f23b1e278921febd7a185aa9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_386c052457a7e4f1dcac65548b5e7f92.setIcon(icon_422a3a4b424afbed551dbc6e4f79ad66);
|
|
|
|
|
|
var marker_f465eb00951290a88405665f37a82667 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_84bd78432b2950030c3e940c2df13dbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9406aba39ccf6c6d5caa6fa4018cf9cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9b718d6148102a5a51eee7ecfe51923 = $(`<div id="html_f9b718d6148102a5a51eee7ecfe51923" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_9406aba39ccf6c6d5caa6fa4018cf9cf.setContent(html_f9b718d6148102a5a51eee7ecfe51923);
|
|
|
|
|
|
|
|
marker_f465eb00951290a88405665f37a82667.bindPopup(popup_9406aba39ccf6c6d5caa6fa4018cf9cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f465eb00951290a88405665f37a82667.setIcon(icon_84bd78432b2950030c3e940c2df13dbc);
|
|
|
|
|
|
var marker_97a55560b195d65449e7def6978bafda = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_9a9d72da9ab2c28862e6219079df8ca4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfe7d41df384523df16fa1496c326bd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1590b5bcb798a9097da0cc2382c0297 = $(`<div id="html_a1590b5bcb798a9097da0cc2382c0297" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_dfe7d41df384523df16fa1496c326bd4.setContent(html_a1590b5bcb798a9097da0cc2382c0297);
|
|
|
|
|
|
|
|
marker_97a55560b195d65449e7def6978bafda.bindPopup(popup_dfe7d41df384523df16fa1496c326bd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97a55560b195d65449e7def6978bafda.setIcon(icon_9a9d72da9ab2c28862e6219079df8ca4);
|
|
|
|
|
|
var marker_c29132f0d1bce1a67706a6fb77cb0d0b = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_6b35d1616b2c1b9d9fc56fb4717dce28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a55be64e9e8b835a5ef696294a65534 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f38f176bddc7e884167dee1e5628316 = $(`<div id="html_8f38f176bddc7e884167dee1e5628316" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_0a55be64e9e8b835a5ef696294a65534.setContent(html_8f38f176bddc7e884167dee1e5628316);
|
|
|
|
|
|
|
|
marker_c29132f0d1bce1a67706a6fb77cb0d0b.bindPopup(popup_0a55be64e9e8b835a5ef696294a65534)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c29132f0d1bce1a67706a6fb77cb0d0b.setIcon(icon_6b35d1616b2c1b9d9fc56fb4717dce28);
|
|
|
|
|
|
var marker_38046c18c11a09dbd2a11b400e1aa7a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_46aebcac591c8b7f3d00119029127dd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6bfa30c789953ba112dd79e2e1de79a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54121edec4552f29c1c3ea7bfaf07a74 = $(`<div id="html_54121edec4552f29c1c3ea7bfaf07a74" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_b6bfa30c789953ba112dd79e2e1de79a.setContent(html_54121edec4552f29c1c3ea7bfaf07a74);
|
|
|
|
|
|
|
|
marker_38046c18c11a09dbd2a11b400e1aa7a0.bindPopup(popup_b6bfa30c789953ba112dd79e2e1de79a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38046c18c11a09dbd2a11b400e1aa7a0.setIcon(icon_46aebcac591c8b7f3d00119029127dd4);
|
|
|
|
|
|
var marker_6ad8169af5e2f716e12d04720a146aa2 = L.marker(
|
|
[47.0151, 6.98832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_a3dc9c79ea2cebf0c3c4ed23649d69b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74bda7c35fe64c4f04d31dd0953fa2d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bf33c7bdee5a239f3b6a5c83b55e09a = $(`<div id="html_7bf33c7bdee5a239f3b6a5c83b55e09a" style="width: 100.0%; height: 100.0%;">nestr.nedao.ch</div>`)[0];
|
|
popup_74bda7c35fe64c4f04d31dd0953fa2d2.setContent(html_7bf33c7bdee5a239f3b6a5c83b55e09a);
|
|
|
|
|
|
|
|
marker_6ad8169af5e2f716e12d04720a146aa2.bindPopup(popup_74bda7c35fe64c4f04d31dd0953fa2d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ad8169af5e2f716e12d04720a146aa2.setIcon(icon_a3dc9c79ea2cebf0c3c4ed23649d69b0);
|
|
|
|
|
|
var marker_ac5d26bf10950625a1d52870c6102a83 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_e81e66d0836740831c567feb3817204d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f46b6ad4687eb4e85280dc17ace3ed9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eaa248aba56f5abb32ec23934a7535f3 = $(`<div id="html_eaa248aba56f5abb32ec23934a7535f3" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_3f46b6ad4687eb4e85280dc17ace3ed9.setContent(html_eaa248aba56f5abb32ec23934a7535f3);
|
|
|
|
|
|
|
|
marker_ac5d26bf10950625a1d52870c6102a83.bindPopup(popup_3f46b6ad4687eb4e85280dc17ace3ed9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac5d26bf10950625a1d52870c6102a83.setIcon(icon_e81e66d0836740831c567feb3817204d);
|
|
|
|
|
|
var marker_81332917566b1a7c78d64fd2bc273aa2 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_40ab1d65f1e129562f59d17d76a06647 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db90405b18a75681e09d8bd3def20402 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8da98d5f04b5cb71622ec4c5cbe2ae6c = $(`<div id="html_8da98d5f04b5cb71622ec4c5cbe2ae6c" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_db90405b18a75681e09d8bd3def20402.setContent(html_8da98d5f04b5cb71622ec4c5cbe2ae6c);
|
|
|
|
|
|
|
|
marker_81332917566b1a7c78d64fd2bc273aa2.bindPopup(popup_db90405b18a75681e09d8bd3def20402)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81332917566b1a7c78d64fd2bc273aa2.setIcon(icon_40ab1d65f1e129562f59d17d76a06647);
|
|
|
|
|
|
var marker_fe1ffb5fd6be182290bb39184a6d7b08 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_b14e0ae775b9928b1145c621fcfce8ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5e9edebf0f91488526d751035fdc239 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a2ea42ebbd8e8653e60cf68dccadded = $(`<div id="html_6a2ea42ebbd8e8653e60cf68dccadded" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_b5e9edebf0f91488526d751035fdc239.setContent(html_6a2ea42ebbd8e8653e60cf68dccadded);
|
|
|
|
|
|
|
|
marker_fe1ffb5fd6be182290bb39184a6d7b08.bindPopup(popup_b5e9edebf0f91488526d751035fdc239)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe1ffb5fd6be182290bb39184a6d7b08.setIcon(icon_b14e0ae775b9928b1145c621fcfce8ad);
|
|
|
|
|
|
var marker_aa1df5e8c9b40fe2542755f8d899364a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_711784c6f7f3038afa4720c540652ad1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2452642d39e18b3bed1c11d8b9c7a758 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b7c056240e05ec48706ab7fb4e2daf1 = $(`<div id="html_5b7c056240e05ec48706ab7fb4e2daf1" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_2452642d39e18b3bed1c11d8b9c7a758.setContent(html_5b7c056240e05ec48706ab7fb4e2daf1);
|
|
|
|
|
|
|
|
marker_aa1df5e8c9b40fe2542755f8d899364a.bindPopup(popup_2452642d39e18b3bed1c11d8b9c7a758)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa1df5e8c9b40fe2542755f8d899364a.setIcon(icon_711784c6f7f3038afa4720c540652ad1);
|
|
|
|
|
|
var marker_c5685896dc397749ee0f5575300a83ac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_ed1daf0986a2bfc833c4f08bcfa5c564 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99d4757cab8273668d02b2baf9c78fe3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43025cb3e18abe5b0656a76c3402036e = $(`<div id="html_43025cb3e18abe5b0656a76c3402036e" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_99d4757cab8273668d02b2baf9c78fe3.setContent(html_43025cb3e18abe5b0656a76c3402036e);
|
|
|
|
|
|
|
|
marker_c5685896dc397749ee0f5575300a83ac.bindPopup(popup_99d4757cab8273668d02b2baf9c78fe3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5685896dc397749ee0f5575300a83ac.setIcon(icon_ed1daf0986a2bfc833c4f08bcfa5c564);
|
|
|
|
|
|
var marker_24789a1d5b1038869b72a5002d46aa48 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_37ae73e8f247af76860e9554c63255f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_628374970b4d4c200b345ef6391dfb45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fa90f6b0ee0f98a4e557d827c2e9528 = $(`<div id="html_6fa90f6b0ee0f98a4e557d827c2e9528" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_628374970b4d4c200b345ef6391dfb45.setContent(html_6fa90f6b0ee0f98a4e557d827c2e9528);
|
|
|
|
|
|
|
|
marker_24789a1d5b1038869b72a5002d46aa48.bindPopup(popup_628374970b4d4c200b345ef6391dfb45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24789a1d5b1038869b72a5002d46aa48.setIcon(icon_37ae73e8f247af76860e9554c63255f5);
|
|
|
|
|
|
var marker_f677e8e889976e612006fd4d74917c7b = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_bbc121710498e819a8d59a269c1159ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7897be96fc01f0edb068afb30d2c9fab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a54aba2a0450597d1d52745341f78e6 = $(`<div id="html_7a54aba2a0450597d1d52745341f78e6" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_7897be96fc01f0edb068afb30d2c9fab.setContent(html_7a54aba2a0450597d1d52745341f78e6);
|
|
|
|
|
|
|
|
marker_f677e8e889976e612006fd4d74917c7b.bindPopup(popup_7897be96fc01f0edb068afb30d2c9fab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f677e8e889976e612006fd4d74917c7b.setIcon(icon_bbc121710498e819a8d59a269c1159ee);
|
|
|
|
|
|
var marker_d2ed1ba0c1789f773175e1a36f81c8d9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_985be9fc9f72e978a682056f4287185b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e66f70cd187cfea858734225f5aee5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33c156d3c434b782b2c9a7064f753c6a = $(`<div id="html_33c156d3c434b782b2c9a7064f753c6a" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_8e66f70cd187cfea858734225f5aee5a.setContent(html_33c156d3c434b782b2c9a7064f753c6a);
|
|
|
|
|
|
|
|
marker_d2ed1ba0c1789f773175e1a36f81c8d9.bindPopup(popup_8e66f70cd187cfea858734225f5aee5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2ed1ba0c1789f773175e1a36f81c8d9.setIcon(icon_985be9fc9f72e978a682056f4287185b);
|
|
|
|
|
|
var marker_26303b162e80868109bfba7b403defc2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_53478a4375bdb8d12eaa546253685c86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cffa1c95318aacf7085d4cc3254c729 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b374b4d8df386b2dfede45f2a3db63f = $(`<div id="html_4b374b4d8df386b2dfede45f2a3db63f" style="width: 100.0%; height: 100.0%;">relay.bitmacro.pro</div>`)[0];
|
|
popup_0cffa1c95318aacf7085d4cc3254c729.setContent(html_4b374b4d8df386b2dfede45f2a3db63f);
|
|
|
|
|
|
|
|
marker_26303b162e80868109bfba7b403defc2.bindPopup(popup_0cffa1c95318aacf7085d4cc3254c729)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26303b162e80868109bfba7b403defc2.setIcon(icon_53478a4375bdb8d12eaa546253685c86);
|
|
|
|
|
|
var marker_aa784aaec04b22010381b2e2717246f4 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_05178a2c18229ec2fef46723374dfd40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6ae0990be9fcb387e86913e97cf4c83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d49816b2a317fd216b6afa083e22f90f = $(`<div id="html_d49816b2a317fd216b6afa083e22f90f" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_b6ae0990be9fcb387e86913e97cf4c83.setContent(html_d49816b2a317fd216b6afa083e22f90f);
|
|
|
|
|
|
|
|
marker_aa784aaec04b22010381b2e2717246f4.bindPopup(popup_b6ae0990be9fcb387e86913e97cf4c83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa784aaec04b22010381b2e2717246f4.setIcon(icon_05178a2c18229ec2fef46723374dfd40);
|
|
|
|
|
|
var marker_baad58af080e7b69f9f645b906d53004 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_30f2cbc6520c97100d32c36aa23b21d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35965b07a3f14df62042844a06e9dcc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_687bf0fa2efa512b8863e86937174e3a = $(`<div id="html_687bf0fa2efa512b8863e86937174e3a" style="width: 100.0%; height: 100.0%;">orly.musiquay.org</div>`)[0];
|
|
popup_35965b07a3f14df62042844a06e9dcc2.setContent(html_687bf0fa2efa512b8863e86937174e3a);
|
|
|
|
|
|
|
|
marker_baad58af080e7b69f9f645b906d53004.bindPopup(popup_35965b07a3f14df62042844a06e9dcc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_baad58af080e7b69f9f645b906d53004.setIcon(icon_30f2cbc6520c97100d32c36aa23b21d6);
|
|
|
|
|
|
var marker_db1daef52f5640d88fdf0e45cbbb651b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_250f25781101bf33ca84f984c143a859 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e972089dc2ead59d63cc057ca0122f09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_476485c852590b2d77bb4a448b559eb5 = $(`<div id="html_476485c852590b2d77bb4a448b559eb5" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_e972089dc2ead59d63cc057ca0122f09.setContent(html_476485c852590b2d77bb4a448b559eb5);
|
|
|
|
|
|
|
|
marker_db1daef52f5640d88fdf0e45cbbb651b.bindPopup(popup_e972089dc2ead59d63cc057ca0122f09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db1daef52f5640d88fdf0e45cbbb651b.setIcon(icon_250f25781101bf33ca84f984c143a859);
|
|
|
|
|
|
var marker_8e77785e06a00c06dd81a716486b9fa3 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_4a43e864e974084cf43bb1f7bf6ecffd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d18b7c14c140b9b7cedaedb55d6c3b7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a410f00279d20b1b4cdc0fd08df6b8d3 = $(`<div id="html_a410f00279d20b1b4cdc0fd08df6b8d3" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_d18b7c14c140b9b7cedaedb55d6c3b7e.setContent(html_a410f00279d20b1b4cdc0fd08df6b8d3);
|
|
|
|
|
|
|
|
marker_8e77785e06a00c06dd81a716486b9fa3.bindPopup(popup_d18b7c14c140b9b7cedaedb55d6c3b7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e77785e06a00c06dd81a716486b9fa3.setIcon(icon_4a43e864e974084cf43bb1f7bf6ecffd);
|
|
|
|
|
|
var marker_f7df5ab194c10677355bb7486702cfb4 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_8e0e548bb14ffbb41fd40b7445d3b47b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_207118c359ef52970dd8fc379cadeb56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72fd76c7990b51f38411f8e7ed4db251 = $(`<div id="html_72fd76c7990b51f38411f8e7ed4db251" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_207118c359ef52970dd8fc379cadeb56.setContent(html_72fd76c7990b51f38411f8e7ed4db251);
|
|
|
|
|
|
|
|
marker_f7df5ab194c10677355bb7486702cfb4.bindPopup(popup_207118c359ef52970dd8fc379cadeb56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7df5ab194c10677355bb7486702cfb4.setIcon(icon_8e0e548bb14ffbb41fd40b7445d3b47b);
|
|
|
|
|
|
var marker_3cc001cb52efcec86ea4a5ee195dc345 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_94a024ac44d89c99010b99c70a06439b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c755a031c05bcfffc8d584d3e671d897 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3878ae5f5e8d4601585b33f48555bfcf = $(`<div id="html_3878ae5f5e8d4601585b33f48555bfcf" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_c755a031c05bcfffc8d584d3e671d897.setContent(html_3878ae5f5e8d4601585b33f48555bfcf);
|
|
|
|
|
|
|
|
marker_3cc001cb52efcec86ea4a5ee195dc345.bindPopup(popup_c755a031c05bcfffc8d584d3e671d897)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cc001cb52efcec86ea4a5ee195dc345.setIcon(icon_94a024ac44d89c99010b99c70a06439b);
|
|
|
|
|
|
var marker_770a0be9243e0238478b7d10c6fac133 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_dbfa42031993f2118e113f42b3a966ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adc66936fb0f15280e9c1d1445a864ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48d71c9700cd58e598a89978dd15c515 = $(`<div id="html_48d71c9700cd58e598a89978dd15c515" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_adc66936fb0f15280e9c1d1445a864ac.setContent(html_48d71c9700cd58e598a89978dd15c515);
|
|
|
|
|
|
|
|
marker_770a0be9243e0238478b7d10c6fac133.bindPopup(popup_adc66936fb0f15280e9c1d1445a864ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_770a0be9243e0238478b7d10c6fac133.setIcon(icon_dbfa42031993f2118e113f42b3a966ab);
|
|
|
|
|
|
var marker_8f9fd7dbe7a98e6230b9460ef5139ced = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_f902f12e29a289b3ac05c2a864aef5b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d85d017c711ceb6eca30e94bc0b0689e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be8e73b79d24b60bb57d39951619a6ef = $(`<div id="html_be8e73b79d24b60bb57d39951619a6ef" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_d85d017c711ceb6eca30e94bc0b0689e.setContent(html_be8e73b79d24b60bb57d39951619a6ef);
|
|
|
|
|
|
|
|
marker_8f9fd7dbe7a98e6230b9460ef5139ced.bindPopup(popup_d85d017c711ceb6eca30e94bc0b0689e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f9fd7dbe7a98e6230b9460ef5139ced.setIcon(icon_f902f12e29a289b3ac05c2a864aef5b8);
|
|
|
|
|
|
var marker_013dfd8984c9935e02b4ac288ed8ff87 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_dfeb03152f7f877d908a1ee7496d968c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08a9ddec8aec831a5636be23fca7425d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79f5aa481101ee03fdc61955e06cfb0e = $(`<div id="html_79f5aa481101ee03fdc61955e06cfb0e" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_08a9ddec8aec831a5636be23fca7425d.setContent(html_79f5aa481101ee03fdc61955e06cfb0e);
|
|
|
|
|
|
|
|
marker_013dfd8984c9935e02b4ac288ed8ff87.bindPopup(popup_08a9ddec8aec831a5636be23fca7425d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_013dfd8984c9935e02b4ac288ed8ff87.setIcon(icon_dfeb03152f7f877d908a1ee7496d968c);
|
|
|
|
|
|
var marker_42a27284ace181fb29c1869f57e3b1cf = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_3bde726741992f30e74ca3c19e765b2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9ae5efded0afbe35137d334e449a3d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bc2cd2b8ad1fb186e154705cd6fe0f8 = $(`<div id="html_7bc2cd2b8ad1fb186e154705cd6fe0f8" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_c9ae5efded0afbe35137d334e449a3d3.setContent(html_7bc2cd2b8ad1fb186e154705cd6fe0f8);
|
|
|
|
|
|
|
|
marker_42a27284ace181fb29c1869f57e3b1cf.bindPopup(popup_c9ae5efded0afbe35137d334e449a3d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42a27284ace181fb29c1869f57e3b1cf.setIcon(icon_3bde726741992f30e74ca3c19e765b2b);
|
|
|
|
|
|
var marker_a089bb0e0e9e80e7faa782f98f17f511 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_990fe7404fa58bdc6814791f4b320208 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc363356b532d888b7b32c4d3c7a3b7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b60818278f2c7782f488c59d6c3f3c41 = $(`<div id="html_b60818278f2c7782f488c59d6c3f3c41" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_dc363356b532d888b7b32c4d3c7a3b7e.setContent(html_b60818278f2c7782f488c59d6c3f3c41);
|
|
|
|
|
|
|
|
marker_a089bb0e0e9e80e7faa782f98f17f511.bindPopup(popup_dc363356b532d888b7b32c4d3c7a3b7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a089bb0e0e9e80e7faa782f98f17f511.setIcon(icon_990fe7404fa58bdc6814791f4b320208);
|
|
|
|
|
|
var marker_cda64cd8288ceb7d8159e8afefba156c = L.marker(
|
|
[53.5, 10.25],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_70b7d01d1bbbe33483b77314bb5187fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_619f57de2948018a01f7353e9cbdeaca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80cd6d3d7cf4e3c45fc47bcaf0e515b9 = $(`<div id="html_80cd6d3d7cf4e3c45fc47bcaf0e515b9" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_619f57de2948018a01f7353e9cbdeaca.setContent(html_80cd6d3d7cf4e3c45fc47bcaf0e515b9);
|
|
|
|
|
|
|
|
marker_cda64cd8288ceb7d8159e8afefba156c.bindPopup(popup_619f57de2948018a01f7353e9cbdeaca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cda64cd8288ceb7d8159e8afefba156c.setIcon(icon_70b7d01d1bbbe33483b77314bb5187fa);
|
|
|
|
|
|
var marker_4963ddab85bb2b82ef68afcf8ff77ba7 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_2b8359fcbf303e4ef5dc7300bf7f9a7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3c2f59f82c87e8d77e737aa210db107 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d67a035c3f6fde4fca822b634ad660c2 = $(`<div id="html_d67a035c3f6fde4fca822b634ad660c2" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_e3c2f59f82c87e8d77e737aa210db107.setContent(html_d67a035c3f6fde4fca822b634ad660c2);
|
|
|
|
|
|
|
|
marker_4963ddab85bb2b82ef68afcf8ff77ba7.bindPopup(popup_e3c2f59f82c87e8d77e737aa210db107)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4963ddab85bb2b82ef68afcf8ff77ba7.setIcon(icon_2b8359fcbf303e4ef5dc7300bf7f9a7e);
|
|
|
|
|
|
var marker_c6aa2d1efd8b079cf1a1bff34d83f3a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_2bd2d2d8547f228318e28fa8b54d6dd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7513cee3331ff7e051933e9accf302f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b39301f022e2779d939da3c23fa59b9 = $(`<div id="html_7b39301f022e2779d939da3c23fa59b9" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_d7513cee3331ff7e051933e9accf302f.setContent(html_7b39301f022e2779d939da3c23fa59b9);
|
|
|
|
|
|
|
|
marker_c6aa2d1efd8b079cf1a1bff34d83f3a8.bindPopup(popup_d7513cee3331ff7e051933e9accf302f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6aa2d1efd8b079cf1a1bff34d83f3a8.setIcon(icon_2bd2d2d8547f228318e28fa8b54d6dd5);
|
|
|
|
|
|
var marker_ee7c7ecd4c2385cdc08fd9a9def63e35 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_feb76f9b95e98b8db8f47732a3e9dcdb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09334af96b24f403a37ff8e376d053bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f640abb9ab61427abeefa7794424b4aa = $(`<div id="html_f640abb9ab61427abeefa7794424b4aa" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_09334af96b24f403a37ff8e376d053bd.setContent(html_f640abb9ab61427abeefa7794424b4aa);
|
|
|
|
|
|
|
|
marker_ee7c7ecd4c2385cdc08fd9a9def63e35.bindPopup(popup_09334af96b24f403a37ff8e376d053bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee7c7ecd4c2385cdc08fd9a9def63e35.setIcon(icon_feb76f9b95e98b8db8f47732a3e9dcdb);
|
|
|
|
|
|
var marker_c8fde42a97d6253871412f691be4e66a = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_66c51219c5e907e2cc2b9f88953b119d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_950ddef0c35082620f266ab1c6e01cb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbcaaec70035b6b1ac799b4ea2926e5c = $(`<div id="html_dbcaaec70035b6b1ac799b4ea2926e5c" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_950ddef0c35082620f266ab1c6e01cb3.setContent(html_dbcaaec70035b6b1ac799b4ea2926e5c);
|
|
|
|
|
|
|
|
marker_c8fde42a97d6253871412f691be4e66a.bindPopup(popup_950ddef0c35082620f266ab1c6e01cb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8fde42a97d6253871412f691be4e66a.setIcon(icon_66c51219c5e907e2cc2b9f88953b119d);
|
|
|
|
|
|
var marker_6e6ec161f10976a5813de011e2f1c205 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_ebc0e1f2fa04af2190b1055f6881cf2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d1f388d169b0a3f37c9de876db4710b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31cbc6d7b5b9df2e78a613f693d15e3f = $(`<div id="html_31cbc6d7b5b9df2e78a613f693d15e3f" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_3d1f388d169b0a3f37c9de876db4710b.setContent(html_31cbc6d7b5b9df2e78a613f693d15e3f);
|
|
|
|
|
|
|
|
marker_6e6ec161f10976a5813de011e2f1c205.bindPopup(popup_3d1f388d169b0a3f37c9de876db4710b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e6ec161f10976a5813de011e2f1c205.setIcon(icon_ebc0e1f2fa04af2190b1055f6881cf2e);
|
|
|
|
|
|
var marker_9b27c63ab558f9f30cdaaea6565a4bb3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_b6f47d70b62d076a43fbf4cb21d1eae1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f845990d598e2f5b7938d771382b9b62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6731f72993344382a50a516c63f1c829 = $(`<div id="html_6731f72993344382a50a516c63f1c829" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_f845990d598e2f5b7938d771382b9b62.setContent(html_6731f72993344382a50a516c63f1c829);
|
|
|
|
|
|
|
|
marker_9b27c63ab558f9f30cdaaea6565a4bb3.bindPopup(popup_f845990d598e2f5b7938d771382b9b62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b27c63ab558f9f30cdaaea6565a4bb3.setIcon(icon_b6f47d70b62d076a43fbf4cb21d1eae1);
|
|
|
|
|
|
var marker_8e63b231a5d37093e4b34ca0a1e60b7a = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_dcd2c41255fcf8dfb6afa6e5a4e65cdc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1745999e677835fa125a77bcbc0e1f26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d4330b37669d172553b20f7380783fb = $(`<div id="html_3d4330b37669d172553b20f7380783fb" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_1745999e677835fa125a77bcbc0e1f26.setContent(html_3d4330b37669d172553b20f7380783fb);
|
|
|
|
|
|
|
|
marker_8e63b231a5d37093e4b34ca0a1e60b7a.bindPopup(popup_1745999e677835fa125a77bcbc0e1f26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e63b231a5d37093e4b34ca0a1e60b7a.setIcon(icon_dcd2c41255fcf8dfb6afa6e5a4e65cdc);
|
|
|
|
|
|
var marker_9354b832d6b90203ae12bd6687f7c84d = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_53a0dd3fbce3f8279901528e81933d1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70a19e71b627617f2391342175f16691 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eede0b8ac067d4cfea7bfdf02b2e4a14 = $(`<div id="html_eede0b8ac067d4cfea7bfdf02b2e4a14" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_70a19e71b627617f2391342175f16691.setContent(html_eede0b8ac067d4cfea7bfdf02b2e4a14);
|
|
|
|
|
|
|
|
marker_9354b832d6b90203ae12bd6687f7c84d.bindPopup(popup_70a19e71b627617f2391342175f16691)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9354b832d6b90203ae12bd6687f7c84d.setIcon(icon_53a0dd3fbce3f8279901528e81933d1f);
|
|
|
|
|
|
var marker_f9756bdb0700a5992adc920de486dfa8 = L.marker(
|
|
[53.5, 10.25],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_7d82f1f15f9e2f7de22f16f8721b0a5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65311cc57b9122a8c35728cbc711af60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45160895926893f9beb1e0c0e34cea8f = $(`<div id="html_45160895926893f9beb1e0c0e34cea8f" style="width: 100.0%; height: 100.0%;">pyramid.self-determined.de</div>`)[0];
|
|
popup_65311cc57b9122a8c35728cbc711af60.setContent(html_45160895926893f9beb1e0c0e34cea8f);
|
|
|
|
|
|
|
|
marker_f9756bdb0700a5992adc920de486dfa8.bindPopup(popup_65311cc57b9122a8c35728cbc711af60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9756bdb0700a5992adc920de486dfa8.setIcon(icon_7d82f1f15f9e2f7de22f16f8721b0a5d);
|
|
|
|
|
|
var marker_13a60a2899ed5efc68d1b12568add70f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_da4ab6736464de1a11b038c7e30cffac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16e1fe8db4c251f64563b19fa68279c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a20008dde8461dd90eea5152782eee23 = $(`<div id="html_a20008dde8461dd90eea5152782eee23" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_16e1fe8db4c251f64563b19fa68279c4.setContent(html_a20008dde8461dd90eea5152782eee23);
|
|
|
|
|
|
|
|
marker_13a60a2899ed5efc68d1b12568add70f.bindPopup(popup_16e1fe8db4c251f64563b19fa68279c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13a60a2899ed5efc68d1b12568add70f.setIcon(icon_da4ab6736464de1a11b038c7e30cffac);
|
|
|
|
|
|
var marker_cd8ee55e3030caef596ab3cd8e7f1324 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_9432ae31f4797b256f6268c6875bbb59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00c7cc14f2180a8ab9c50a1f3fac6960 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_148de6d27ee20c05fe9a4339942d7c1f = $(`<div id="html_148de6d27ee20c05fe9a4339942d7c1f" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_00c7cc14f2180a8ab9c50a1f3fac6960.setContent(html_148de6d27ee20c05fe9a4339942d7c1f);
|
|
|
|
|
|
|
|
marker_cd8ee55e3030caef596ab3cd8e7f1324.bindPopup(popup_00c7cc14f2180a8ab9c50a1f3fac6960)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd8ee55e3030caef596ab3cd8e7f1324.setIcon(icon_9432ae31f4797b256f6268c6875bbb59);
|
|
|
|
|
|
var marker_e66095e938ae2e43b0fbcee5fe47d81e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0);
|
|
|
|
|
|
var icon_7e474f3ef53ee552037fac1e5c7e63c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d8886551f19edb51c9abaaba808c51f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_800129063d5b2d2d4b60446ef18f61eb = $(`<div id="html_800129063d5b2d2d4b60446ef18f61eb" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_2d8886551f19edb51c9abaaba808c51f.setContent(html_800129063d5b2d2d4b60446ef18f61eb);
|
|
|
|
|
|
|
|
marker_e66095e938ae2e43b0fbcee5fe47d81e.bindPopup(popup_2d8886551f19edb51c9abaaba808c51f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e66095e938ae2e43b0fbcee5fe47d81e.setIcon(icon_7e474f3ef53ee552037fac1e5c7e63c8);
|
|
|
|
|
|
marker_cluster_b20d63892f78ef6a7ccdad326b1e04e0.addTo(map_b3f61a6e05566f57467bccd9f981408e);
|
|
|
|
</script>
|
|
</html> |