mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 10:45:19 +00:00
10639 lines
309 KiB
HTML
10639 lines
309 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_a9fb7ba9e29f288e77075e7aa0589a06 {
|
|
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_a9fb7ba9e29f288e77075e7aa0589a06" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_a9fb7ba9e29f288e77075e7aa0589a06 = L.map(
|
|
"map_a9fb7ba9e29f288e77075e7aa0589a06",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_e1036fea95664186af8fb6b46953a234 = 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_e1036fea95664186af8fb6b46953a234.addTo(map_a9fb7ba9e29f288e77075e7aa0589a06);
|
|
|
|
|
|
var marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_f9fad5c3b541c2e5b0cf15f4aa3cd558 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_7306741f5c3b0f989b5279d0ea26ee75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79118947cf6822972239f0a00ea9dd77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b3dd40ac400dd1ff50472b3b9e6e504 = $(`<div id="html_3b3dd40ac400dd1ff50472b3b9e6e504" style="width: 100.0%; height: 100.0%;">frelsi.oxtr.dev</div>`)[0];
|
|
popup_79118947cf6822972239f0a00ea9dd77.setContent(html_3b3dd40ac400dd1ff50472b3b9e6e504);
|
|
|
|
|
|
|
|
marker_f9fad5c3b541c2e5b0cf15f4aa3cd558.bindPopup(popup_79118947cf6822972239f0a00ea9dd77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9fad5c3b541c2e5b0cf15f4aa3cd558.setIcon(icon_7306741f5c3b0f989b5279d0ea26ee75);
|
|
|
|
|
|
var marker_dc7b068f649a7de8416723cb76d615d2 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_5fc0559d0720127704fa5b13186eda88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8abd6d58632257a03d8b3722ef6ae9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c1e9f59870e5251d281c4e058c7c7b5 = $(`<div id="html_6c1e9f59870e5251d281c4e058c7c7b5" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_b8abd6d58632257a03d8b3722ef6ae9d.setContent(html_6c1e9f59870e5251d281c4e058c7c7b5);
|
|
|
|
|
|
|
|
marker_dc7b068f649a7de8416723cb76d615d2.bindPopup(popup_b8abd6d58632257a03d8b3722ef6ae9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc7b068f649a7de8416723cb76d615d2.setIcon(icon_5fc0559d0720127704fa5b13186eda88);
|
|
|
|
|
|
var marker_9bc2e3aeb8f16797b647d5e144a6e740 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_0260cec78ef99f7d145cee605aee71bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe1f9305a72b9d65b5e09a0c5a6463ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c06ee5ebc957db9f0e223cce0c3aa7a9 = $(`<div id="html_c06ee5ebc957db9f0e223cce0c3aa7a9" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_fe1f9305a72b9d65b5e09a0c5a6463ae.setContent(html_c06ee5ebc957db9f0e223cce0c3aa7a9);
|
|
|
|
|
|
|
|
marker_9bc2e3aeb8f16797b647d5e144a6e740.bindPopup(popup_fe1f9305a72b9d65b5e09a0c5a6463ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bc2e3aeb8f16797b647d5e144a6e740.setIcon(icon_0260cec78ef99f7d145cee605aee71bf);
|
|
|
|
|
|
var marker_bd5e97173c42dacfa6c707f786c2772f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_b22c80029639ee6a8745a11c8fc17436 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69bb6345c5182af851dbd984afbab28b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca7c8fa5c0b6002f1f001d9bc94f657c = $(`<div id="html_ca7c8fa5c0b6002f1f001d9bc94f657c" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_69bb6345c5182af851dbd984afbab28b.setContent(html_ca7c8fa5c0b6002f1f001d9bc94f657c);
|
|
|
|
|
|
|
|
marker_bd5e97173c42dacfa6c707f786c2772f.bindPopup(popup_69bb6345c5182af851dbd984afbab28b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd5e97173c42dacfa6c707f786c2772f.setIcon(icon_b22c80029639ee6a8745a11c8fc17436);
|
|
|
|
|
|
var marker_13055b4afd68d3b3cc4cdd0efecb3d35 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_2a222a78d4eca6fb92abc97d16649a6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edccce6cc820b4db761c939dc79aa609 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6914e397176e19c0742421d79882aabf = $(`<div id="html_6914e397176e19c0742421d79882aabf" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_edccce6cc820b4db761c939dc79aa609.setContent(html_6914e397176e19c0742421d79882aabf);
|
|
|
|
|
|
|
|
marker_13055b4afd68d3b3cc4cdd0efecb3d35.bindPopup(popup_edccce6cc820b4db761c939dc79aa609)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13055b4afd68d3b3cc4cdd0efecb3d35.setIcon(icon_2a222a78d4eca6fb92abc97d16649a6c);
|
|
|
|
|
|
var marker_3f330fa567c805e0ffdcbc0b85ed60fc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_8b68d8994cb35b68e4d84f862b3b1ca2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ec29984cac0deb62004a62c24d032b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_750487931822c5b771385816b6264dd2 = $(`<div id="html_750487931822c5b771385816b6264dd2" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_0ec29984cac0deb62004a62c24d032b7.setContent(html_750487931822c5b771385816b6264dd2);
|
|
|
|
|
|
|
|
marker_3f330fa567c805e0ffdcbc0b85ed60fc.bindPopup(popup_0ec29984cac0deb62004a62c24d032b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f330fa567c805e0ffdcbc0b85ed60fc.setIcon(icon_8b68d8994cb35b68e4d84f862b3b1ca2);
|
|
|
|
|
|
var marker_1c8a37deb146d9b37bea84c7ed1be88c = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_59c5fe1261ec42986da1be40d91cbab7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e538a4e094afdba1e4fe0b8dadf25c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e005789d0a2cdd679bef8231d391db1 = $(`<div id="html_4e005789d0a2cdd679bef8231d391db1" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_8e538a4e094afdba1e4fe0b8dadf25c9.setContent(html_4e005789d0a2cdd679bef8231d391db1);
|
|
|
|
|
|
|
|
marker_1c8a37deb146d9b37bea84c7ed1be88c.bindPopup(popup_8e538a4e094afdba1e4fe0b8dadf25c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c8a37deb146d9b37bea84c7ed1be88c.setIcon(icon_59c5fe1261ec42986da1be40d91cbab7);
|
|
|
|
|
|
var marker_170ed7e2866ab5eeee4fc544ff1e8c78 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_19b5df8bad3677156e857d75b0329880 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47c6471ee6fbbab795180f4dbb676343 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f87f10b54a09ebefccf988effce2c5d = $(`<div id="html_0f87f10b54a09ebefccf988effce2c5d" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_47c6471ee6fbbab795180f4dbb676343.setContent(html_0f87f10b54a09ebefccf988effce2c5d);
|
|
|
|
|
|
|
|
marker_170ed7e2866ab5eeee4fc544ff1e8c78.bindPopup(popup_47c6471ee6fbbab795180f4dbb676343)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_170ed7e2866ab5eeee4fc544ff1e8c78.setIcon(icon_19b5df8bad3677156e857d75b0329880);
|
|
|
|
|
|
var marker_83cda32ea3a1cd6ec879680f23fa8a59 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_a71dcd3f3fe53c8a1a9ba554472d1fb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50b500081b0e6a501d25c694f6dd5b7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_030af0c23e12f767a41a4e232613a4fc = $(`<div id="html_030af0c23e12f767a41a4e232613a4fc" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_50b500081b0e6a501d25c694f6dd5b7b.setContent(html_030af0c23e12f767a41a4e232613a4fc);
|
|
|
|
|
|
|
|
marker_83cda32ea3a1cd6ec879680f23fa8a59.bindPopup(popup_50b500081b0e6a501d25c694f6dd5b7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83cda32ea3a1cd6ec879680f23fa8a59.setIcon(icon_a71dcd3f3fe53c8a1a9ba554472d1fb1);
|
|
|
|
|
|
var marker_2b9da815e4d9ff1c6ec39ee7e8d42a46 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_6431ed9310153db796d7cdbbf8c64b61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_330cfe95ba1cdd2810a5215e7a8dfeab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54ad6a6582dfca4faae32d5c19d461cf = $(`<div id="html_54ad6a6582dfca4faae32d5c19d461cf" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_330cfe95ba1cdd2810a5215e7a8dfeab.setContent(html_54ad6a6582dfca4faae32d5c19d461cf);
|
|
|
|
|
|
|
|
marker_2b9da815e4d9ff1c6ec39ee7e8d42a46.bindPopup(popup_330cfe95ba1cdd2810a5215e7a8dfeab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b9da815e4d9ff1c6ec39ee7e8d42a46.setIcon(icon_6431ed9310153db796d7cdbbf8c64b61);
|
|
|
|
|
|
var marker_09d2524f4ea86ccaa643015063c01adb = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_1569d275a7953bb31a1d814b1869d3b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_caf0985ca10ad7f1076eca7edce97ec5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6d3a2115e1a973a296396dd3d62fbc5 = $(`<div id="html_f6d3a2115e1a973a296396dd3d62fbc5" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_caf0985ca10ad7f1076eca7edce97ec5.setContent(html_f6d3a2115e1a973a296396dd3d62fbc5);
|
|
|
|
|
|
|
|
marker_09d2524f4ea86ccaa643015063c01adb.bindPopup(popup_caf0985ca10ad7f1076eca7edce97ec5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09d2524f4ea86ccaa643015063c01adb.setIcon(icon_1569d275a7953bb31a1d814b1869d3b3);
|
|
|
|
|
|
var marker_687ae551846b49c25446380bcca1840a = L.marker(
|
|
[43.2965, 5.36978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_82ccd2328f49386d91738ff589f70989 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1fded199161ca7668d73a791cc32939 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7d319748b179c09e85bd5dab4c0b6c7 = $(`<div id="html_a7d319748b179c09e85bd5dab4c0b6c7" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_d1fded199161ca7668d73a791cc32939.setContent(html_a7d319748b179c09e85bd5dab4c0b6c7);
|
|
|
|
|
|
|
|
marker_687ae551846b49c25446380bcca1840a.bindPopup(popup_d1fded199161ca7668d73a791cc32939)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_687ae551846b49c25446380bcca1840a.setIcon(icon_82ccd2328f49386d91738ff589f70989);
|
|
|
|
|
|
var marker_814f8c0b8789ab7b6d0e9eac39c0626e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_349c2fa4bb67890317c9fa86c3d2034e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b163e72d5eb8dd316dbf6c6712b4fc9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40672ae0fac87eb97361c73ff8831383 = $(`<div id="html_40672ae0fac87eb97361c73ff8831383" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_b163e72d5eb8dd316dbf6c6712b4fc9b.setContent(html_40672ae0fac87eb97361c73ff8831383);
|
|
|
|
|
|
|
|
marker_814f8c0b8789ab7b6d0e9eac39c0626e.bindPopup(popup_b163e72d5eb8dd316dbf6c6712b4fc9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_814f8c0b8789ab7b6d0e9eac39c0626e.setIcon(icon_349c2fa4bb67890317c9fa86c3d2034e);
|
|
|
|
|
|
var marker_ec0dd7079b0a2166aeadb21fc5cd89e5 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_95ca769d40b1035bcb383b3379c4f00d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45142c7b669b5df06226aefd996b5167 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05d1df64e88e222c8a143ac8d29b2c88 = $(`<div id="html_05d1df64e88e222c8a143ac8d29b2c88" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_45142c7b669b5df06226aefd996b5167.setContent(html_05d1df64e88e222c8a143ac8d29b2c88);
|
|
|
|
|
|
|
|
marker_ec0dd7079b0a2166aeadb21fc5cd89e5.bindPopup(popup_45142c7b669b5df06226aefd996b5167)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec0dd7079b0a2166aeadb21fc5cd89e5.setIcon(icon_95ca769d40b1035bcb383b3379c4f00d);
|
|
|
|
|
|
var marker_bc8e66df0dce4a01406b47e5666883ab = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_b6a21bedb02230e34dc89ebe40b6f877 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d074983a4961cbfe9f1b6f09707361bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e75fc3be50715eef85bdc20292da104 = $(`<div id="html_9e75fc3be50715eef85bdc20292da104" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_d074983a4961cbfe9f1b6f09707361bb.setContent(html_9e75fc3be50715eef85bdc20292da104);
|
|
|
|
|
|
|
|
marker_bc8e66df0dce4a01406b47e5666883ab.bindPopup(popup_d074983a4961cbfe9f1b6f09707361bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc8e66df0dce4a01406b47e5666883ab.setIcon(icon_b6a21bedb02230e34dc89ebe40b6f877);
|
|
|
|
|
|
var marker_4a24ff311cad38d8caa8f2d5408b1587 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_6ffeb8cde36eec7011732f9ceb384938 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7864308cc37257dafbd35e850fbbb5a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d278f88066a3da377c1341367cd767e6 = $(`<div id="html_d278f88066a3da377c1341367cd767e6" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_7864308cc37257dafbd35e850fbbb5a5.setContent(html_d278f88066a3da377c1341367cd767e6);
|
|
|
|
|
|
|
|
marker_4a24ff311cad38d8caa8f2d5408b1587.bindPopup(popup_7864308cc37257dafbd35e850fbbb5a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a24ff311cad38d8caa8f2d5408b1587.setIcon(icon_6ffeb8cde36eec7011732f9ceb384938);
|
|
|
|
|
|
var marker_fbe26e96b1fdbd5465144d8d49f9bf78 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_6dac21d5f7e241c91642f71f969e5cf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_819d6cf5c960b1b620b72675f727be3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e91d181299381f20fcfc2e0b906d35a = $(`<div id="html_2e91d181299381f20fcfc2e0b906d35a" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_819d6cf5c960b1b620b72675f727be3d.setContent(html_2e91d181299381f20fcfc2e0b906d35a);
|
|
|
|
|
|
|
|
marker_fbe26e96b1fdbd5465144d8d49f9bf78.bindPopup(popup_819d6cf5c960b1b620b72675f727be3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbe26e96b1fdbd5465144d8d49f9bf78.setIcon(icon_6dac21d5f7e241c91642f71f969e5cf2);
|
|
|
|
|
|
var marker_15c4150b6ce32cf61a687f9abafb2893 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_8b92b3e1cabe03abf067fb8e048c1909 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_409ef4c64b65a5682b80e8c99aa2046b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51a6b2933e33a45ddb68b533bee68733 = $(`<div id="html_51a6b2933e33a45ddb68b533bee68733" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_409ef4c64b65a5682b80e8c99aa2046b.setContent(html_51a6b2933e33a45ddb68b533bee68733);
|
|
|
|
|
|
|
|
marker_15c4150b6ce32cf61a687f9abafb2893.bindPopup(popup_409ef4c64b65a5682b80e8c99aa2046b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15c4150b6ce32cf61a687f9abafb2893.setIcon(icon_8b92b3e1cabe03abf067fb8e048c1909);
|
|
|
|
|
|
var marker_21738615b7bd5507bdc65ccd41edca0c = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_7f4e9e6821b44d1c3b2662ad4ae73273 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b206900de48efa9f9f8d011241c72653 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_802282174278a6bcccbe636b194a9a64 = $(`<div id="html_802282174278a6bcccbe636b194a9a64" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_b206900de48efa9f9f8d011241c72653.setContent(html_802282174278a6bcccbe636b194a9a64);
|
|
|
|
|
|
|
|
marker_21738615b7bd5507bdc65ccd41edca0c.bindPopup(popup_b206900de48efa9f9f8d011241c72653)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21738615b7bd5507bdc65ccd41edca0c.setIcon(icon_7f4e9e6821b44d1c3b2662ad4ae73273);
|
|
|
|
|
|
var marker_e1124eeada0260e3f6f1c7c54759c820 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_4293d7a6194d0224fe567ab5a7cf32ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eba6cc04330d381322d873453cbbb108 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28627c66281b9385e64bad2a4148fab6 = $(`<div id="html_28627c66281b9385e64bad2a4148fab6" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_eba6cc04330d381322d873453cbbb108.setContent(html_28627c66281b9385e64bad2a4148fab6);
|
|
|
|
|
|
|
|
marker_e1124eeada0260e3f6f1c7c54759c820.bindPopup(popup_eba6cc04330d381322d873453cbbb108)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1124eeada0260e3f6f1c7c54759c820.setIcon(icon_4293d7a6194d0224fe567ab5a7cf32ac);
|
|
|
|
|
|
var marker_2a22517d698547315c69558a4c7a4479 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_15d160a940a2e34cf5819043abe48efe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43155379328649dbee05de91eeb16047 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_816e7c2c33da00d136a212ed30951fb4 = $(`<div id="html_816e7c2c33da00d136a212ed30951fb4" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_43155379328649dbee05de91eeb16047.setContent(html_816e7c2c33da00d136a212ed30951fb4);
|
|
|
|
|
|
|
|
marker_2a22517d698547315c69558a4c7a4479.bindPopup(popup_43155379328649dbee05de91eeb16047)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a22517d698547315c69558a4c7a4479.setIcon(icon_15d160a940a2e34cf5819043abe48efe);
|
|
|
|
|
|
var marker_b0468506fc67add366b9bf5ed8249eb6 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_74c66f09cac75df57f07810f6d5b3058 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c686939a919a8bd2ca4936695c6e49c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_336ee475c20454ec861620e0b15a7489 = $(`<div id="html_336ee475c20454ec861620e0b15a7489" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_c686939a919a8bd2ca4936695c6e49c2.setContent(html_336ee475c20454ec861620e0b15a7489);
|
|
|
|
|
|
|
|
marker_b0468506fc67add366b9bf5ed8249eb6.bindPopup(popup_c686939a919a8bd2ca4936695c6e49c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0468506fc67add366b9bf5ed8249eb6.setIcon(icon_74c66f09cac75df57f07810f6d5b3058);
|
|
|
|
|
|
var marker_7933e95cb4eea1cbe963fc5067b13e40 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_812bf0153a069707a7c224abb5769fc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daf73bf9fd668bc9c246b13b7d5cc642 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebc7a3869af9bbd74f6c974788a3bbc9 = $(`<div id="html_ebc7a3869af9bbd74f6c974788a3bbc9" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_daf73bf9fd668bc9c246b13b7d5cc642.setContent(html_ebc7a3869af9bbd74f6c974788a3bbc9);
|
|
|
|
|
|
|
|
marker_7933e95cb4eea1cbe963fc5067b13e40.bindPopup(popup_daf73bf9fd668bc9c246b13b7d5cc642)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7933e95cb4eea1cbe963fc5067b13e40.setIcon(icon_812bf0153a069707a7c224abb5769fc8);
|
|
|
|
|
|
var marker_9e5a4542b3a4387e60276ec21ed5cae6 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_a3b484ffb4721742dd460d6291ec5a87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd0ba6e4ebae9edc25e1562a35bc2f29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4550ee39282763ba04ae32dcd5d661d2 = $(`<div id="html_4550ee39282763ba04ae32dcd5d661d2" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_fd0ba6e4ebae9edc25e1562a35bc2f29.setContent(html_4550ee39282763ba04ae32dcd5d661d2);
|
|
|
|
|
|
|
|
marker_9e5a4542b3a4387e60276ec21ed5cae6.bindPopup(popup_fd0ba6e4ebae9edc25e1562a35bc2f29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e5a4542b3a4387e60276ec21ed5cae6.setIcon(icon_a3b484ffb4721742dd460d6291ec5a87);
|
|
|
|
|
|
var marker_2683ab6fc308e45621c5097d858df2a5 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_287871b34e2ccfb3c8ca0556c66aacb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98130d9a0ed7ea3c5f6b05f08faeee48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ad99a829b2269181e85e1a9f6d420e9 = $(`<div id="html_9ad99a829b2269181e85e1a9f6d420e9" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_98130d9a0ed7ea3c5f6b05f08faeee48.setContent(html_9ad99a829b2269181e85e1a9f6d420e9);
|
|
|
|
|
|
|
|
marker_2683ab6fc308e45621c5097d858df2a5.bindPopup(popup_98130d9a0ed7ea3c5f6b05f08faeee48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2683ab6fc308e45621c5097d858df2a5.setIcon(icon_287871b34e2ccfb3c8ca0556c66aacb8);
|
|
|
|
|
|
var marker_ceadfa075fabbd77adb69a45f1914dee = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_c3d718f243aa7383766f3c8c7a55c224 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_428628b8c8d01638aac0471c50689f93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c6e109625f7bed010e905e15b0b02de = $(`<div id="html_2c6e109625f7bed010e905e15b0b02de" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_428628b8c8d01638aac0471c50689f93.setContent(html_2c6e109625f7bed010e905e15b0b02de);
|
|
|
|
|
|
|
|
marker_ceadfa075fabbd77adb69a45f1914dee.bindPopup(popup_428628b8c8d01638aac0471c50689f93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ceadfa075fabbd77adb69a45f1914dee.setIcon(icon_c3d718f243aa7383766f3c8c7a55c224);
|
|
|
|
|
|
var marker_2109698f3a988e0ff8e467ce1dffa789 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_8b1f2a943eb0d01e8a73cda00244a6cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd456dfcde4aef76573d6daf1f7e61a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebfc8f28da4d0dcbc368ed41f0deff70 = $(`<div id="html_ebfc8f28da4d0dcbc368ed41f0deff70" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_bd456dfcde4aef76573d6daf1f7e61a0.setContent(html_ebfc8f28da4d0dcbc368ed41f0deff70);
|
|
|
|
|
|
|
|
marker_2109698f3a988e0ff8e467ce1dffa789.bindPopup(popup_bd456dfcde4aef76573d6daf1f7e61a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2109698f3a988e0ff8e467ce1dffa789.setIcon(icon_8b1f2a943eb0d01e8a73cda00244a6cd);
|
|
|
|
|
|
var marker_173a8b319012a3b801f66260c049b8fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_f6f38b35014cb402097b27bb826406c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a130af80c0d837eb8510ad2bc16639d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cce61df0031f0b5fcf1cc008043bca9 = $(`<div id="html_0cce61df0031f0b5fcf1cc008043bca9" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_9a130af80c0d837eb8510ad2bc16639d.setContent(html_0cce61df0031f0b5fcf1cc008043bca9);
|
|
|
|
|
|
|
|
marker_173a8b319012a3b801f66260c049b8fe.bindPopup(popup_9a130af80c0d837eb8510ad2bc16639d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_173a8b319012a3b801f66260c049b8fe.setIcon(icon_f6f38b35014cb402097b27bb826406c0);
|
|
|
|
|
|
var marker_eeb7ab1e05f28b47cdf02b8afc308054 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_5c17a5866e80ba78b26a1018da73f9e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b52cedc70a2fbd339cd4503ebcd9e5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e9bd852ee07a28c28029d0373ad3417 = $(`<div id="html_5e9bd852ee07a28c28029d0373ad3417" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_0b52cedc70a2fbd339cd4503ebcd9e5e.setContent(html_5e9bd852ee07a28c28029d0373ad3417);
|
|
|
|
|
|
|
|
marker_eeb7ab1e05f28b47cdf02b8afc308054.bindPopup(popup_0b52cedc70a2fbd339cd4503ebcd9e5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eeb7ab1e05f28b47cdf02b8afc308054.setIcon(icon_5c17a5866e80ba78b26a1018da73f9e6);
|
|
|
|
|
|
var marker_e28c75a84b30c8a1a176968c76f03234 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_39d73c9a767ca9782fdf46137b847d45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f1e7d10eea1a8d934615308f47c1b34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a73d0a08187114a157faad74059be39 = $(`<div id="html_0a73d0a08187114a157faad74059be39" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_8f1e7d10eea1a8d934615308f47c1b34.setContent(html_0a73d0a08187114a157faad74059be39);
|
|
|
|
|
|
|
|
marker_e28c75a84b30c8a1a176968c76f03234.bindPopup(popup_8f1e7d10eea1a8d934615308f47c1b34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e28c75a84b30c8a1a176968c76f03234.setIcon(icon_39d73c9a767ca9782fdf46137b847d45);
|
|
|
|
|
|
var marker_d9753ca7d5439b84b5c94da2c64e4d37 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_b823da7ba7d69f279bd11913db81b199 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f03302c25b3eb2a2da641a7974d74fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28696cd1cd16aeb94e254c23c35a2ec1 = $(`<div id="html_28696cd1cd16aeb94e254c23c35a2ec1" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_2f03302c25b3eb2a2da641a7974d74fa.setContent(html_28696cd1cd16aeb94e254c23c35a2ec1);
|
|
|
|
|
|
|
|
marker_d9753ca7d5439b84b5c94da2c64e4d37.bindPopup(popup_2f03302c25b3eb2a2da641a7974d74fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9753ca7d5439b84b5c94da2c64e4d37.setIcon(icon_b823da7ba7d69f279bd11913db81b199);
|
|
|
|
|
|
var marker_f87388b6ee7c462bf5a2c0de33804a2e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_17552b3a2c071bafd9a0da1279975c17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e74dfc79db3bb16b71d73bdc88cbc970 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a26863ae8f996c477eed3d5151062d59 = $(`<div id="html_a26863ae8f996c477eed3d5151062d59" style="width: 100.0%; height: 100.0%;">nostr.okienko.live</div>`)[0];
|
|
popup_e74dfc79db3bb16b71d73bdc88cbc970.setContent(html_a26863ae8f996c477eed3d5151062d59);
|
|
|
|
|
|
|
|
marker_f87388b6ee7c462bf5a2c0de33804a2e.bindPopup(popup_e74dfc79db3bb16b71d73bdc88cbc970)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f87388b6ee7c462bf5a2c0de33804a2e.setIcon(icon_17552b3a2c071bafd9a0da1279975c17);
|
|
|
|
|
|
var marker_84afd0189ee48b1132b961bc7fe05513 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_c548af40faeb5f6bcbd709be37ee1dc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2db7d9cfe13ff5a7b8dbe4f7dae04468 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b65141813c8a282ae5b8c2cbaca611e5 = $(`<div id="html_b65141813c8a282ae5b8c2cbaca611e5" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_2db7d9cfe13ff5a7b8dbe4f7dae04468.setContent(html_b65141813c8a282ae5b8c2cbaca611e5);
|
|
|
|
|
|
|
|
marker_84afd0189ee48b1132b961bc7fe05513.bindPopup(popup_2db7d9cfe13ff5a7b8dbe4f7dae04468)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84afd0189ee48b1132b961bc7fe05513.setIcon(icon_c548af40faeb5f6bcbd709be37ee1dc5);
|
|
|
|
|
|
var marker_0f5db20f090cf9fac3ebbddaa3c4b45c = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_a7481cabde504d7008d91bd2aaee92e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_286b4f375b36c54b283f56c9497f949d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a1595bead4f4fa007605e28b9b1d82c = $(`<div id="html_8a1595bead4f4fa007605e28b9b1d82c" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_286b4f375b36c54b283f56c9497f949d.setContent(html_8a1595bead4f4fa007605e28b9b1d82c);
|
|
|
|
|
|
|
|
marker_0f5db20f090cf9fac3ebbddaa3c4b45c.bindPopup(popup_286b4f375b36c54b283f56c9497f949d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f5db20f090cf9fac3ebbddaa3c4b45c.setIcon(icon_a7481cabde504d7008d91bd2aaee92e0);
|
|
|
|
|
|
var marker_2d3d089d816896e3bdf2dc0450ca2333 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_d029862878459385ea6f742f8f8dfe06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f93471ccfda35acbee9eaa3600fd250a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f462f1e90b261b98820bd23b7f4c8bd7 = $(`<div id="html_f462f1e90b261b98820bd23b7f4c8bd7" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_f93471ccfda35acbee9eaa3600fd250a.setContent(html_f462f1e90b261b98820bd23b7f4c8bd7);
|
|
|
|
|
|
|
|
marker_2d3d089d816896e3bdf2dc0450ca2333.bindPopup(popup_f93471ccfda35acbee9eaa3600fd250a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d3d089d816896e3bdf2dc0450ca2333.setIcon(icon_d029862878459385ea6f742f8f8dfe06);
|
|
|
|
|
|
var marker_85c0a863664fe04e5452fa93969fb59a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_db12d1ebdd824734984338e470c5413c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1bcb3c4af5ff3abf10d431d0dc152b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78de7d5e61c50185e8056729905f0a71 = $(`<div id="html_78de7d5e61c50185e8056729905f0a71" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_a1bcb3c4af5ff3abf10d431d0dc152b6.setContent(html_78de7d5e61c50185e8056729905f0a71);
|
|
|
|
|
|
|
|
marker_85c0a863664fe04e5452fa93969fb59a.bindPopup(popup_a1bcb3c4af5ff3abf10d431d0dc152b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85c0a863664fe04e5452fa93969fb59a.setIcon(icon_db12d1ebdd824734984338e470c5413c);
|
|
|
|
|
|
var marker_6289a4077c67a370e335a0d7c2b80bbf = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_56fe4a44117c223f74641950cb70ed76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b57c257a38493a228327fa7e423129f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0f22598202b360e629a6fc464acff6c = $(`<div id="html_b0f22598202b360e629a6fc464acff6c" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_0b57c257a38493a228327fa7e423129f.setContent(html_b0f22598202b360e629a6fc464acff6c);
|
|
|
|
|
|
|
|
marker_6289a4077c67a370e335a0d7c2b80bbf.bindPopup(popup_0b57c257a38493a228327fa7e423129f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6289a4077c67a370e335a0d7c2b80bbf.setIcon(icon_56fe4a44117c223f74641950cb70ed76);
|
|
|
|
|
|
var marker_9369e58e1a704e6b41db32e01152e1a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_35ba02cbe603c662f2ae8cb63f39a65f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_877b632ce6950d5fcd8bcf2aa70f82b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ea56f69c1ccee298cce9c08503b7df8 = $(`<div id="html_5ea56f69c1ccee298cce9c08503b7df8" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_877b632ce6950d5fcd8bcf2aa70f82b8.setContent(html_5ea56f69c1ccee298cce9c08503b7df8);
|
|
|
|
|
|
|
|
marker_9369e58e1a704e6b41db32e01152e1a2.bindPopup(popup_877b632ce6950d5fcd8bcf2aa70f82b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9369e58e1a704e6b41db32e01152e1a2.setIcon(icon_35ba02cbe603c662f2ae8cb63f39a65f);
|
|
|
|
|
|
var marker_0a42fc0bbdbc0473788f52ec18ca5b7f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_d5302f026f2d223aad99d6bdcad407b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe4bb690a5a6bcfa0b61c184d1385076 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3267969637d70354643c26721082dbb8 = $(`<div id="html_3267969637d70354643c26721082dbb8" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_fe4bb690a5a6bcfa0b61c184d1385076.setContent(html_3267969637d70354643c26721082dbb8);
|
|
|
|
|
|
|
|
marker_0a42fc0bbdbc0473788f52ec18ca5b7f.bindPopup(popup_fe4bb690a5a6bcfa0b61c184d1385076)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a42fc0bbdbc0473788f52ec18ca5b7f.setIcon(icon_d5302f026f2d223aad99d6bdcad407b5);
|
|
|
|
|
|
var marker_ecaaa3b5512f5aeda4313148b84fc367 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_867514656d5db43e9efd6a288b920371 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17b7062a7a42722b4e5c44699e2989c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad75cf16c700fb6ea3b79a806bb2c49f = $(`<div id="html_ad75cf16c700fb6ea3b79a806bb2c49f" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_17b7062a7a42722b4e5c44699e2989c6.setContent(html_ad75cf16c700fb6ea3b79a806bb2c49f);
|
|
|
|
|
|
|
|
marker_ecaaa3b5512f5aeda4313148b84fc367.bindPopup(popup_17b7062a7a42722b4e5c44699e2989c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecaaa3b5512f5aeda4313148b84fc367.setIcon(icon_867514656d5db43e9efd6a288b920371);
|
|
|
|
|
|
var marker_869b731a79c79110792a7e16fc31ef32 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_d4af4327269f393816acedab83ed4c2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1497098025fc27ea4d097b88c4e8cccc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1595421098e9ca87f967d2aa491e5aa = $(`<div id="html_a1595421098e9ca87f967d2aa491e5aa" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_1497098025fc27ea4d097b88c4e8cccc.setContent(html_a1595421098e9ca87f967d2aa491e5aa);
|
|
|
|
|
|
|
|
marker_869b731a79c79110792a7e16fc31ef32.bindPopup(popup_1497098025fc27ea4d097b88c4e8cccc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_869b731a79c79110792a7e16fc31ef32.setIcon(icon_d4af4327269f393816acedab83ed4c2c);
|
|
|
|
|
|
var marker_a2eba7272a220f28b398593d5468a210 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_da0c6ba1e452233bd875c859d304eaf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_001e59648043f75f6c44868d42817dd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_147f8dbbbe47176276977f873f705c72 = $(`<div id="html_147f8dbbbe47176276977f873f705c72" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_001e59648043f75f6c44868d42817dd9.setContent(html_147f8dbbbe47176276977f873f705c72);
|
|
|
|
|
|
|
|
marker_a2eba7272a220f28b398593d5468a210.bindPopup(popup_001e59648043f75f6c44868d42817dd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2eba7272a220f28b398593d5468a210.setIcon(icon_da0c6ba1e452233bd875c859d304eaf2);
|
|
|
|
|
|
var marker_212c199d0c6b774808efb1482e946b95 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_6667d14a9a8101268bacefcfa44185d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5fbfd88fca6aaba984bad327178f36a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86eb147bbdba2935f0f483f0f181c367 = $(`<div id="html_86eb147bbdba2935f0f483f0f181c367" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_f5fbfd88fca6aaba984bad327178f36a.setContent(html_86eb147bbdba2935f0f483f0f181c367);
|
|
|
|
|
|
|
|
marker_212c199d0c6b774808efb1482e946b95.bindPopup(popup_f5fbfd88fca6aaba984bad327178f36a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_212c199d0c6b774808efb1482e946b95.setIcon(icon_6667d14a9a8101268bacefcfa44185d7);
|
|
|
|
|
|
var marker_4750fd12a26578e808a3076c2cbc4680 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_225ec8257e4400ab2e2f98a8e625e679 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d526962302d090d80f30ff9a1e4b3109 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f70acb302e08c22b66a9097b6225a5d1 = $(`<div id="html_f70acb302e08c22b66a9097b6225a5d1" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_d526962302d090d80f30ff9a1e4b3109.setContent(html_f70acb302e08c22b66a9097b6225a5d1);
|
|
|
|
|
|
|
|
marker_4750fd12a26578e808a3076c2cbc4680.bindPopup(popup_d526962302d090d80f30ff9a1e4b3109)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4750fd12a26578e808a3076c2cbc4680.setIcon(icon_225ec8257e4400ab2e2f98a8e625e679);
|
|
|
|
|
|
var marker_2dee039364f18b28cd72df51c784b9b2 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_0d55aa8555382337fe16ca4142b5e253 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adb01685c1b448ce1797da881fe79575 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a17b2265d3809d0a77d5ca380fc045dc = $(`<div id="html_a17b2265d3809d0a77d5ca380fc045dc" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_adb01685c1b448ce1797da881fe79575.setContent(html_a17b2265d3809d0a77d5ca380fc045dc);
|
|
|
|
|
|
|
|
marker_2dee039364f18b28cd72df51c784b9b2.bindPopup(popup_adb01685c1b448ce1797da881fe79575)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2dee039364f18b28cd72df51c784b9b2.setIcon(icon_0d55aa8555382337fe16ca4142b5e253);
|
|
|
|
|
|
var marker_44bc0ef4a47057b6ae7acb3916d9c04e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_84a0fdb63471f50958ab3ecdb0061adc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5d56f491a62fd6af29b1da749a63ab9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5d8b35552fc399fb186ea3e7764736b = $(`<div id="html_f5d8b35552fc399fb186ea3e7764736b" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_c5d56f491a62fd6af29b1da749a63ab9.setContent(html_f5d8b35552fc399fb186ea3e7764736b);
|
|
|
|
|
|
|
|
marker_44bc0ef4a47057b6ae7acb3916d9c04e.bindPopup(popup_c5d56f491a62fd6af29b1da749a63ab9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44bc0ef4a47057b6ae7acb3916d9c04e.setIcon(icon_84a0fdb63471f50958ab3ecdb0061adc);
|
|
|
|
|
|
var marker_c3682df46cb420d1da2a1634e7025e28 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_583c27dddf741db5fa95fe7a7055a0ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c2353c7ad72d76820cd556f078fc78f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de6a6610008451e431ee0ca770e91bd9 = $(`<div id="html_de6a6610008451e431ee0ca770e91bd9" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_2c2353c7ad72d76820cd556f078fc78f.setContent(html_de6a6610008451e431ee0ca770e91bd9);
|
|
|
|
|
|
|
|
marker_c3682df46cb420d1da2a1634e7025e28.bindPopup(popup_2c2353c7ad72d76820cd556f078fc78f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3682df46cb420d1da2a1634e7025e28.setIcon(icon_583c27dddf741db5fa95fe7a7055a0ca);
|
|
|
|
|
|
var marker_0cdc1468a20a4286cee6d23853fabb47 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_08b7288823c7c97eba4b60af14f53ef9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0ec0e7ee707f6368d92814b20b304a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e222513882892e8cc158a74a9ecee960 = $(`<div id="html_e222513882892e8cc158a74a9ecee960" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_f0ec0e7ee707f6368d92814b20b304a8.setContent(html_e222513882892e8cc158a74a9ecee960);
|
|
|
|
|
|
|
|
marker_0cdc1468a20a4286cee6d23853fabb47.bindPopup(popup_f0ec0e7ee707f6368d92814b20b304a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cdc1468a20a4286cee6d23853fabb47.setIcon(icon_08b7288823c7c97eba4b60af14f53ef9);
|
|
|
|
|
|
var marker_e6294f04e2d762686c8fc9f7fc12a2c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_a4e3c2a67bbade4a2cee5105c1349970 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aabd469dfeed9b3453576f9baaf5ac05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c11b7f2b47321c78ce9c9c6e2da3115 = $(`<div id="html_9c11b7f2b47321c78ce9c9c6e2da3115" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_aabd469dfeed9b3453576f9baaf5ac05.setContent(html_9c11b7f2b47321c78ce9c9c6e2da3115);
|
|
|
|
|
|
|
|
marker_e6294f04e2d762686c8fc9f7fc12a2c9.bindPopup(popup_aabd469dfeed9b3453576f9baaf5ac05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6294f04e2d762686c8fc9f7fc12a2c9.setIcon(icon_a4e3c2a67bbade4a2cee5105c1349970);
|
|
|
|
|
|
var marker_35565cdd3332cbfd1757a9ec51a15198 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_21738c1cb361ee0240aa49baefef45c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9175055ca5a6819fcfea7aecd9b49d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6afd0a82832221d57c3334dba78cdec = $(`<div id="html_b6afd0a82832221d57c3334dba78cdec" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_b9175055ca5a6819fcfea7aecd9b49d2.setContent(html_b6afd0a82832221d57c3334dba78cdec);
|
|
|
|
|
|
|
|
marker_35565cdd3332cbfd1757a9ec51a15198.bindPopup(popup_b9175055ca5a6819fcfea7aecd9b49d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35565cdd3332cbfd1757a9ec51a15198.setIcon(icon_21738c1cb361ee0240aa49baefef45c7);
|
|
|
|
|
|
var marker_f81aa31d37b44502d6875e53a1df26fd = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_02caed064840bf821286fd3330e73d47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ef9e40e1f8f9a132a1fad3430dff0cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_294cca03323af1dba990d609dd52c280 = $(`<div id="html_294cca03323af1dba990d609dd52c280" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_1ef9e40e1f8f9a132a1fad3430dff0cb.setContent(html_294cca03323af1dba990d609dd52c280);
|
|
|
|
|
|
|
|
marker_f81aa31d37b44502d6875e53a1df26fd.bindPopup(popup_1ef9e40e1f8f9a132a1fad3430dff0cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f81aa31d37b44502d6875e53a1df26fd.setIcon(icon_02caed064840bf821286fd3330e73d47);
|
|
|
|
|
|
var marker_f2d1a542dd856a907ccac659b72e0c97 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_d5c3c08d6689cb5eb668faaf64d0f8d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7407eaac381037e781549edeb8025120 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f88ed246cbc5569fd9a57ce764bd380 = $(`<div id="html_9f88ed246cbc5569fd9a57ce764bd380" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_7407eaac381037e781549edeb8025120.setContent(html_9f88ed246cbc5569fd9a57ce764bd380);
|
|
|
|
|
|
|
|
marker_f2d1a542dd856a907ccac659b72e0c97.bindPopup(popup_7407eaac381037e781549edeb8025120)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2d1a542dd856a907ccac659b72e0c97.setIcon(icon_d5c3c08d6689cb5eb668faaf64d0f8d9);
|
|
|
|
|
|
var marker_b9180acb8a9b11361adccf6f480bd89f = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_73a954aff424c4e1c79828c8776816b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19e2e196f59fa9cbc4270f401880ac93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bf113d1498057491019231fca4d9ac7 = $(`<div id="html_3bf113d1498057491019231fca4d9ac7" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_19e2e196f59fa9cbc4270f401880ac93.setContent(html_3bf113d1498057491019231fca4d9ac7);
|
|
|
|
|
|
|
|
marker_b9180acb8a9b11361adccf6f480bd89f.bindPopup(popup_19e2e196f59fa9cbc4270f401880ac93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9180acb8a9b11361adccf6f480bd89f.setIcon(icon_73a954aff424c4e1c79828c8776816b4);
|
|
|
|
|
|
var marker_fffd913da3809cd007d5a0d210edca97 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_b724d4eef75611bb2ee36a22faa06b7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f86fa07f0718c99115888ca238e72e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5461d98ccf91a6825340afa9ab487575 = $(`<div id="html_5461d98ccf91a6825340afa9ab487575" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_7f86fa07f0718c99115888ca238e72e5.setContent(html_5461d98ccf91a6825340afa9ab487575);
|
|
|
|
|
|
|
|
marker_fffd913da3809cd007d5a0d210edca97.bindPopup(popup_7f86fa07f0718c99115888ca238e72e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fffd913da3809cd007d5a0d210edca97.setIcon(icon_b724d4eef75611bb2ee36a22faa06b7c);
|
|
|
|
|
|
var marker_92a8a9d8623daad5a4fe7f44e0899e7d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_9dfe1fac4405bbb2e04f911ce3d2f1d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4808ea94620174742d79d42b7ae8449c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f3dd899a1ff213a54c405ce4079e4b5 = $(`<div id="html_2f3dd899a1ff213a54c405ce4079e4b5" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_4808ea94620174742d79d42b7ae8449c.setContent(html_2f3dd899a1ff213a54c405ce4079e4b5);
|
|
|
|
|
|
|
|
marker_92a8a9d8623daad5a4fe7f44e0899e7d.bindPopup(popup_4808ea94620174742d79d42b7ae8449c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92a8a9d8623daad5a4fe7f44e0899e7d.setIcon(icon_9dfe1fac4405bbb2e04f911ce3d2f1d9);
|
|
|
|
|
|
var marker_b7a7cc8e13c0a14924711a6a8a11691d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_34fbe257c854cd721b3c2cc8b06f1dbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba228a568828a05d47cdffb04fd421fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a7819784f4292d085b1972790d56254 = $(`<div id="html_6a7819784f4292d085b1972790d56254" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_ba228a568828a05d47cdffb04fd421fb.setContent(html_6a7819784f4292d085b1972790d56254);
|
|
|
|
|
|
|
|
marker_b7a7cc8e13c0a14924711a6a8a11691d.bindPopup(popup_ba228a568828a05d47cdffb04fd421fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7a7cc8e13c0a14924711a6a8a11691d.setIcon(icon_34fbe257c854cd721b3c2cc8b06f1dbb);
|
|
|
|
|
|
var marker_40f40cfd3977001bfbed9c795913511a = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_5b39fe602db1760df576a94da70327e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf0853ea562c3568c620007580ceab6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5fd1af42b8c2a6f91928c896024dc7f = $(`<div id="html_a5fd1af42b8c2a6f91928c896024dc7f" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_cf0853ea562c3568c620007580ceab6e.setContent(html_a5fd1af42b8c2a6f91928c896024dc7f);
|
|
|
|
|
|
|
|
marker_40f40cfd3977001bfbed9c795913511a.bindPopup(popup_cf0853ea562c3568c620007580ceab6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40f40cfd3977001bfbed9c795913511a.setIcon(icon_5b39fe602db1760df576a94da70327e2);
|
|
|
|
|
|
var marker_5abbe35247457099e6810888f5c92db5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_3c9065f30dce1d166cc698b17af4caf3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70cc11dfe535415cf020f3902b403a0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7f3699d75f1b1c5a5f1dbe9769bc072 = $(`<div id="html_b7f3699d75f1b1c5a5f1dbe9769bc072" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_70cc11dfe535415cf020f3902b403a0a.setContent(html_b7f3699d75f1b1c5a5f1dbe9769bc072);
|
|
|
|
|
|
|
|
marker_5abbe35247457099e6810888f5c92db5.bindPopup(popup_70cc11dfe535415cf020f3902b403a0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5abbe35247457099e6810888f5c92db5.setIcon(icon_3c9065f30dce1d166cc698b17af4caf3);
|
|
|
|
|
|
var marker_9ae1597e53f20e40a221e51bc4760882 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_b340190bee6d7060c1cb92e83aab208c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4e528b4a67a11dac6d63af81c5c95c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcbef3473d4d65e65218c000e3ec30cb = $(`<div id="html_bcbef3473d4d65e65218c000e3ec30cb" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_f4e528b4a67a11dac6d63af81c5c95c9.setContent(html_bcbef3473d4d65e65218c000e3ec30cb);
|
|
|
|
|
|
|
|
marker_9ae1597e53f20e40a221e51bc4760882.bindPopup(popup_f4e528b4a67a11dac6d63af81c5c95c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ae1597e53f20e40a221e51bc4760882.setIcon(icon_b340190bee6d7060c1cb92e83aab208c);
|
|
|
|
|
|
var marker_2a8dd084e38fdeeb57b41347be6fa56b = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_76aba7f8467d6a654beaaf63020e74cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5ab4fe109fb00a4c6f45bd81f158d76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7baf0a0e23d16c75eecd32e2f3acdcee = $(`<div id="html_7baf0a0e23d16c75eecd32e2f3acdcee" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_b5ab4fe109fb00a4c6f45bd81f158d76.setContent(html_7baf0a0e23d16c75eecd32e2f3acdcee);
|
|
|
|
|
|
|
|
marker_2a8dd084e38fdeeb57b41347be6fa56b.bindPopup(popup_b5ab4fe109fb00a4c6f45bd81f158d76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a8dd084e38fdeeb57b41347be6fa56b.setIcon(icon_76aba7f8467d6a654beaaf63020e74cc);
|
|
|
|
|
|
var marker_5fbc99caeeb40e09e546a64f23ca3207 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_ace5abe824882cf4fd2ea47df94cf9e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c36ea6099bc8b9feb3d2de8bd8559fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d4c52a2445bfa374a4da37be5a6dad0 = $(`<div id="html_2d4c52a2445bfa374a4da37be5a6dad0" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_8c36ea6099bc8b9feb3d2de8bd8559fb.setContent(html_2d4c52a2445bfa374a4da37be5a6dad0);
|
|
|
|
|
|
|
|
marker_5fbc99caeeb40e09e546a64f23ca3207.bindPopup(popup_8c36ea6099bc8b9feb3d2de8bd8559fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fbc99caeeb40e09e546a64f23ca3207.setIcon(icon_ace5abe824882cf4fd2ea47df94cf9e9);
|
|
|
|
|
|
var marker_dc200ab86918d15f73f4a91e6b9b552e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_1c3284544782618f6606f2df6f635cb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bc6e6b9e4f126eac743227ab1556efe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1052725760ff3ad4b10ba6ac4ff810c5 = $(`<div id="html_1052725760ff3ad4b10ba6ac4ff810c5" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_4bc6e6b9e4f126eac743227ab1556efe.setContent(html_1052725760ff3ad4b10ba6ac4ff810c5);
|
|
|
|
|
|
|
|
marker_dc200ab86918d15f73f4a91e6b9b552e.bindPopup(popup_4bc6e6b9e4f126eac743227ab1556efe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc200ab86918d15f73f4a91e6b9b552e.setIcon(icon_1c3284544782618f6606f2df6f635cb4);
|
|
|
|
|
|
var marker_a5f55be4ec93f50094a1ca26324d3325 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_d385ecf84a0431ca9efdb43eb801c617 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9aa224c5220e3880010ffa42c750d47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffaafac3ba2ca884db54dd35b58ddb8c = $(`<div id="html_ffaafac3ba2ca884db54dd35b58ddb8c" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_b9aa224c5220e3880010ffa42c750d47.setContent(html_ffaafac3ba2ca884db54dd35b58ddb8c);
|
|
|
|
|
|
|
|
marker_a5f55be4ec93f50094a1ca26324d3325.bindPopup(popup_b9aa224c5220e3880010ffa42c750d47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5f55be4ec93f50094a1ca26324d3325.setIcon(icon_d385ecf84a0431ca9efdb43eb801c617);
|
|
|
|
|
|
var marker_d16c1b36129e2d1fc2a634c7bb355d06 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_82cd0fb8224bc830a9523e88f09b1c01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30072e29f8c61049e45e508ce051f33b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9a64e0e5dda9299064b2dd5782c3ae0 = $(`<div id="html_e9a64e0e5dda9299064b2dd5782c3ae0" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_30072e29f8c61049e45e508ce051f33b.setContent(html_e9a64e0e5dda9299064b2dd5782c3ae0);
|
|
|
|
|
|
|
|
marker_d16c1b36129e2d1fc2a634c7bb355d06.bindPopup(popup_30072e29f8c61049e45e508ce051f33b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d16c1b36129e2d1fc2a634c7bb355d06.setIcon(icon_82cd0fb8224bc830a9523e88f09b1c01);
|
|
|
|
|
|
var marker_e6084795fb01d25ac10a910ea5261a06 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_18406858851ca591af8f6ea61590d421 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64a4834118bd43ce1c53356430106256 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1221e58c1cb0c9611a2321ed4d86290 = $(`<div id="html_e1221e58c1cb0c9611a2321ed4d86290" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_64a4834118bd43ce1c53356430106256.setContent(html_e1221e58c1cb0c9611a2321ed4d86290);
|
|
|
|
|
|
|
|
marker_e6084795fb01d25ac10a910ea5261a06.bindPopup(popup_64a4834118bd43ce1c53356430106256)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6084795fb01d25ac10a910ea5261a06.setIcon(icon_18406858851ca591af8f6ea61590d421);
|
|
|
|
|
|
var marker_7b3d34cd6ad43a13068a6dcae0f27906 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_76d935e5d69efd4d01d965ee07afd9e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ae339531bfeac1dc7223b2243dd8755 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0443946a0a414ae7cbfe6c7bd8f2475 = $(`<div id="html_f0443946a0a414ae7cbfe6c7bd8f2475" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_3ae339531bfeac1dc7223b2243dd8755.setContent(html_f0443946a0a414ae7cbfe6c7bd8f2475);
|
|
|
|
|
|
|
|
marker_7b3d34cd6ad43a13068a6dcae0f27906.bindPopup(popup_3ae339531bfeac1dc7223b2243dd8755)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b3d34cd6ad43a13068a6dcae0f27906.setIcon(icon_76d935e5d69efd4d01d965ee07afd9e1);
|
|
|
|
|
|
var marker_c754d266222be81ba7589f720771a8b2 = L.marker(
|
|
[39.2904, -76.6122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_7b6672f3841ae89b322f691389e1e646 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a206555fbed975c860558509ddf7ac46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1830e7a12df81dfa2cbe37b56f744086 = $(`<div id="html_1830e7a12df81dfa2cbe37b56f744086" style="width: 100.0%; height: 100.0%;">nostr.samcorn.synology.me</div>`)[0];
|
|
popup_a206555fbed975c860558509ddf7ac46.setContent(html_1830e7a12df81dfa2cbe37b56f744086);
|
|
|
|
|
|
|
|
marker_c754d266222be81ba7589f720771a8b2.bindPopup(popup_a206555fbed975c860558509ddf7ac46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c754d266222be81ba7589f720771a8b2.setIcon(icon_7b6672f3841ae89b322f691389e1e646);
|
|
|
|
|
|
var marker_39b5ae95a4361c5bea9b48af11846459 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_65eb14b327bc4a231bc33eb75f6539fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07f9bc144dee9a43291727799d21dae1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1624693239de9a6056c575f1eb7394f7 = $(`<div id="html_1624693239de9a6056c575f1eb7394f7" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_07f9bc144dee9a43291727799d21dae1.setContent(html_1624693239de9a6056c575f1eb7394f7);
|
|
|
|
|
|
|
|
marker_39b5ae95a4361c5bea9b48af11846459.bindPopup(popup_07f9bc144dee9a43291727799d21dae1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39b5ae95a4361c5bea9b48af11846459.setIcon(icon_65eb14b327bc4a231bc33eb75f6539fd);
|
|
|
|
|
|
var marker_ba426c80208663d56d79a211d721e82c = L.marker(
|
|
[25.0501, 121.565],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_be6a81c070e56bcd4e13eca4c68dad23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73a2f8faa8f8a98c3d18157c53ff2a3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_710adbbd94cbaf87ce5eb31f35066be0 = $(`<div id="html_710adbbd94cbaf87ce5eb31f35066be0" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_73a2f8faa8f8a98c3d18157c53ff2a3a.setContent(html_710adbbd94cbaf87ce5eb31f35066be0);
|
|
|
|
|
|
|
|
marker_ba426c80208663d56d79a211d721e82c.bindPopup(popup_73a2f8faa8f8a98c3d18157c53ff2a3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba426c80208663d56d79a211d721e82c.setIcon(icon_be6a81c070e56bcd4e13eca4c68dad23);
|
|
|
|
|
|
var marker_a10b6aa9a0f9a1735e849bc4b90ee0fb = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_71f996e1d81f6fadf5caf97f9adcd530 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37a4e8a727eb6f4d980f063ecbbd6e61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d4271fb94a7d94d4aeb7f1952251458 = $(`<div id="html_9d4271fb94a7d94d4aeb7f1952251458" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_37a4e8a727eb6f4d980f063ecbbd6e61.setContent(html_9d4271fb94a7d94d4aeb7f1952251458);
|
|
|
|
|
|
|
|
marker_a10b6aa9a0f9a1735e849bc4b90ee0fb.bindPopup(popup_37a4e8a727eb6f4d980f063ecbbd6e61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a10b6aa9a0f9a1735e849bc4b90ee0fb.setIcon(icon_71f996e1d81f6fadf5caf97f9adcd530);
|
|
|
|
|
|
var marker_0a306574e1da4c6f86873f67029d5c1c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_be69caa268bc41047a16216a89b4781f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9788da8b02c93ae5ef4fdfed589f7209 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1a5504ef070f163e03f2bb77ffc0bc4 = $(`<div id="html_a1a5504ef070f163e03f2bb77ffc0bc4" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_9788da8b02c93ae5ef4fdfed589f7209.setContent(html_a1a5504ef070f163e03f2bb77ffc0bc4);
|
|
|
|
|
|
|
|
marker_0a306574e1da4c6f86873f67029d5c1c.bindPopup(popup_9788da8b02c93ae5ef4fdfed589f7209)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a306574e1da4c6f86873f67029d5c1c.setIcon(icon_be69caa268bc41047a16216a89b4781f);
|
|
|
|
|
|
var marker_db5fc7dfd4a8711b2618cfd2b51e792a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_1ccf0746c3f3cdb9fecb1af4300b7ead = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_057d6fd79ece5f2db627f4bb0413ca18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc9710f4c797afec1df253592227dbe0 = $(`<div id="html_dc9710f4c797afec1df253592227dbe0" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_057d6fd79ece5f2db627f4bb0413ca18.setContent(html_dc9710f4c797afec1df253592227dbe0);
|
|
|
|
|
|
|
|
marker_db5fc7dfd4a8711b2618cfd2b51e792a.bindPopup(popup_057d6fd79ece5f2db627f4bb0413ca18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db5fc7dfd4a8711b2618cfd2b51e792a.setIcon(icon_1ccf0746c3f3cdb9fecb1af4300b7ead);
|
|
|
|
|
|
var marker_76964943001d64a0b9255d128c003dda = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_85b126b3efca1dd61fea79bea226d2b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ed33a0a0ad6f71c20338601ba70e9c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8afafe25f0297cb92c4bbcffe782c39 = $(`<div id="html_a8afafe25f0297cb92c4bbcffe782c39" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_2ed33a0a0ad6f71c20338601ba70e9c4.setContent(html_a8afafe25f0297cb92c4bbcffe782c39);
|
|
|
|
|
|
|
|
marker_76964943001d64a0b9255d128c003dda.bindPopup(popup_2ed33a0a0ad6f71c20338601ba70e9c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76964943001d64a0b9255d128c003dda.setIcon(icon_85b126b3efca1dd61fea79bea226d2b2);
|
|
|
|
|
|
var marker_0a8c194966a0292bf9c3d383570e599a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_0c2fb6b3d5bf2f631cb760e8a86a6c80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df121e123e97bec7f2dc47cca86cfa10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b7079eb874082d89b8700d9ecdb6ce5 = $(`<div id="html_5b7079eb874082d89b8700d9ecdb6ce5" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_df121e123e97bec7f2dc47cca86cfa10.setContent(html_5b7079eb874082d89b8700d9ecdb6ce5);
|
|
|
|
|
|
|
|
marker_0a8c194966a0292bf9c3d383570e599a.bindPopup(popup_df121e123e97bec7f2dc47cca86cfa10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a8c194966a0292bf9c3d383570e599a.setIcon(icon_0c2fb6b3d5bf2f631cb760e8a86a6c80);
|
|
|
|
|
|
var marker_be00a2f0cf1850d816f428ff943c0790 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_abff34286340bd700ebe01b08654fac7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7df78e5016575764c9fea25278fef6b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8f8abeaa21c73c9ede77b5da359fc16 = $(`<div id="html_d8f8abeaa21c73c9ede77b5da359fc16" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_7df78e5016575764c9fea25278fef6b1.setContent(html_d8f8abeaa21c73c9ede77b5da359fc16);
|
|
|
|
|
|
|
|
marker_be00a2f0cf1850d816f428ff943c0790.bindPopup(popup_7df78e5016575764c9fea25278fef6b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be00a2f0cf1850d816f428ff943c0790.setIcon(icon_abff34286340bd700ebe01b08654fac7);
|
|
|
|
|
|
var marker_58ad83e7f207749296e8f791bbcb68e8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_683ab46ebc01f6701749f35933ded2e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_537de13eec9b81134fecb9443ab1c64c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fa80d814589ff0d4ee0f985c27f716c = $(`<div id="html_4fa80d814589ff0d4ee0f985c27f716c" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_537de13eec9b81134fecb9443ab1c64c.setContent(html_4fa80d814589ff0d4ee0f985c27f716c);
|
|
|
|
|
|
|
|
marker_58ad83e7f207749296e8f791bbcb68e8.bindPopup(popup_537de13eec9b81134fecb9443ab1c64c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58ad83e7f207749296e8f791bbcb68e8.setIcon(icon_683ab46ebc01f6701749f35933ded2e7);
|
|
|
|
|
|
var marker_bcfa6c959ada3f32d76a3edbb25c61b2 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_4b019d2ec485857bea7175a64652aef9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1b0de43686e8efc88abc8a0150f932b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_083c683f0c24c8f157d31ff218e58e2b = $(`<div id="html_083c683f0c24c8f157d31ff218e58e2b" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_e1b0de43686e8efc88abc8a0150f932b.setContent(html_083c683f0c24c8f157d31ff218e58e2b);
|
|
|
|
|
|
|
|
marker_bcfa6c959ada3f32d76a3edbb25c61b2.bindPopup(popup_e1b0de43686e8efc88abc8a0150f932b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcfa6c959ada3f32d76a3edbb25c61b2.setIcon(icon_4b019d2ec485857bea7175a64652aef9);
|
|
|
|
|
|
var marker_8003795034881b34f37493089ee529f1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_d22582cdc03ae1c79d99229797c9ed27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7a6bb2abb5d8be49b7ef255e3860391 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce027d69430743aa4a788815ef335771 = $(`<div id="html_ce027d69430743aa4a788815ef335771" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_a7a6bb2abb5d8be49b7ef255e3860391.setContent(html_ce027d69430743aa4a788815ef335771);
|
|
|
|
|
|
|
|
marker_8003795034881b34f37493089ee529f1.bindPopup(popup_a7a6bb2abb5d8be49b7ef255e3860391)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8003795034881b34f37493089ee529f1.setIcon(icon_d22582cdc03ae1c79d99229797c9ed27);
|
|
|
|
|
|
var marker_66d763b1fc5be6ecd3d39d925de06671 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_ab4e3d2b226c8ebdd6d0d66f1ea6d7d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d419e7ce45fcd576e7600e5cb72e0ce6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4d2c6e22e84f48081e7b8110e5e223f = $(`<div id="html_a4d2c6e22e84f48081e7b8110e5e223f" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_d419e7ce45fcd576e7600e5cb72e0ce6.setContent(html_a4d2c6e22e84f48081e7b8110e5e223f);
|
|
|
|
|
|
|
|
marker_66d763b1fc5be6ecd3d39d925de06671.bindPopup(popup_d419e7ce45fcd576e7600e5cb72e0ce6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66d763b1fc5be6ecd3d39d925de06671.setIcon(icon_ab4e3d2b226c8ebdd6d0d66f1ea6d7d0);
|
|
|
|
|
|
var marker_b49b74804652a7626bfe1b27dba1c24c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_9ac7dca1e4aa22639055265df9a96d3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6395d303d87bad9da41ed1b186fbe55a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0167489863a592687c304dec837a067 = $(`<div id="html_e0167489863a592687c304dec837a067" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_6395d303d87bad9da41ed1b186fbe55a.setContent(html_e0167489863a592687c304dec837a067);
|
|
|
|
|
|
|
|
marker_b49b74804652a7626bfe1b27dba1c24c.bindPopup(popup_6395d303d87bad9da41ed1b186fbe55a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b49b74804652a7626bfe1b27dba1c24c.setIcon(icon_9ac7dca1e4aa22639055265df9a96d3a);
|
|
|
|
|
|
var marker_23083fd8315cdeadab9a4eee90780a90 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_1a52cabdca08e2cd079ef5575dfeb860 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63b55332da2e3e62c936d7d438415c7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45e0be7ea1b7bfa8ab0a6e933515b6ae = $(`<div id="html_45e0be7ea1b7bfa8ab0a6e933515b6ae" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_63b55332da2e3e62c936d7d438415c7a.setContent(html_45e0be7ea1b7bfa8ab0a6e933515b6ae);
|
|
|
|
|
|
|
|
marker_23083fd8315cdeadab9a4eee90780a90.bindPopup(popup_63b55332da2e3e62c936d7d438415c7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23083fd8315cdeadab9a4eee90780a90.setIcon(icon_1a52cabdca08e2cd079ef5575dfeb860);
|
|
|
|
|
|
var marker_5d945855c8bc68c3da6427a1ed01657b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_a35469015813743f76c32384161bcffc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91fb0032af595dcffa9a9e246b014750 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d37093e007164e7d5b07d745149085c = $(`<div id="html_3d37093e007164e7d5b07d745149085c" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_91fb0032af595dcffa9a9e246b014750.setContent(html_3d37093e007164e7d5b07d745149085c);
|
|
|
|
|
|
|
|
marker_5d945855c8bc68c3da6427a1ed01657b.bindPopup(popup_91fb0032af595dcffa9a9e246b014750)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d945855c8bc68c3da6427a1ed01657b.setIcon(icon_a35469015813743f76c32384161bcffc);
|
|
|
|
|
|
var marker_f0b8dffee63b3abe2b5db69f456c0e13 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_aad2b735b8853e9402b94f2becbf58c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5551c3d84e7a40574e6ea203a897f0aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_078fdf888f60a016b5a7e76805a38d05 = $(`<div id="html_078fdf888f60a016b5a7e76805a38d05" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_5551c3d84e7a40574e6ea203a897f0aa.setContent(html_078fdf888f60a016b5a7e76805a38d05);
|
|
|
|
|
|
|
|
marker_f0b8dffee63b3abe2b5db69f456c0e13.bindPopup(popup_5551c3d84e7a40574e6ea203a897f0aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0b8dffee63b3abe2b5db69f456c0e13.setIcon(icon_aad2b735b8853e9402b94f2becbf58c6);
|
|
|
|
|
|
var marker_87ec0f31a255a31b62a1d9c41e5a5929 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_b99b034816985d6a64af1b852459d01a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ba448fc15207639cffbd63d23db65a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d3f6e06984730750e100a7d4dc87b78 = $(`<div id="html_7d3f6e06984730750e100a7d4dc87b78" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_8ba448fc15207639cffbd63d23db65a1.setContent(html_7d3f6e06984730750e100a7d4dc87b78);
|
|
|
|
|
|
|
|
marker_87ec0f31a255a31b62a1d9c41e5a5929.bindPopup(popup_8ba448fc15207639cffbd63d23db65a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87ec0f31a255a31b62a1d9c41e5a5929.setIcon(icon_b99b034816985d6a64af1b852459d01a);
|
|
|
|
|
|
var marker_810e3a0a78fe22681d435c389c7f381d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_65df7f302647f82e27d65f0b28f173f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f8895f6c374046393269a811c2833d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d8af2eeb297ea30cbe44e30c3b0c428 = $(`<div id="html_4d8af2eeb297ea30cbe44e30c3b0c428" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_4f8895f6c374046393269a811c2833d0.setContent(html_4d8af2eeb297ea30cbe44e30c3b0c428);
|
|
|
|
|
|
|
|
marker_810e3a0a78fe22681d435c389c7f381d.bindPopup(popup_4f8895f6c374046393269a811c2833d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_810e3a0a78fe22681d435c389c7f381d.setIcon(icon_65df7f302647f82e27d65f0b28f173f6);
|
|
|
|
|
|
var marker_90b3e1eed48b076d6055e55003f8e359 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_9c537df9827a0e8e2d351c6c07d8e4fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5a4328bb5b99dbae64b9378039bfc51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3879b446ce7339642c927cb436f54dd = $(`<div id="html_f3879b446ce7339642c927cb436f54dd" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_c5a4328bb5b99dbae64b9378039bfc51.setContent(html_f3879b446ce7339642c927cb436f54dd);
|
|
|
|
|
|
|
|
marker_90b3e1eed48b076d6055e55003f8e359.bindPopup(popup_c5a4328bb5b99dbae64b9378039bfc51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90b3e1eed48b076d6055e55003f8e359.setIcon(icon_9c537df9827a0e8e2d351c6c07d8e4fd);
|
|
|
|
|
|
var marker_a71749c1193c01295e0cd6b7d3113583 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_5e474fe6e5c4e9093c1c38f45959590b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61e880d0edfe22a166121b336ca8fec3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf3bdc9d94133daf15dc0d01dd1d6105 = $(`<div id="html_bf3bdc9d94133daf15dc0d01dd1d6105" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_61e880d0edfe22a166121b336ca8fec3.setContent(html_bf3bdc9d94133daf15dc0d01dd1d6105);
|
|
|
|
|
|
|
|
marker_a71749c1193c01295e0cd6b7d3113583.bindPopup(popup_61e880d0edfe22a166121b336ca8fec3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a71749c1193c01295e0cd6b7d3113583.setIcon(icon_5e474fe6e5c4e9093c1c38f45959590b);
|
|
|
|
|
|
var marker_477a2dda35c584dd17c49cbbd3e1d6a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_25dda820fb9f35bf29280819e727d6a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3cff3002a1fffd7b146ba8544cd41b54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4910e0ab516265cbbb93124951231c56 = $(`<div id="html_4910e0ab516265cbbb93124951231c56" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_3cff3002a1fffd7b146ba8544cd41b54.setContent(html_4910e0ab516265cbbb93124951231c56);
|
|
|
|
|
|
|
|
marker_477a2dda35c584dd17c49cbbd3e1d6a2.bindPopup(popup_3cff3002a1fffd7b146ba8544cd41b54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_477a2dda35c584dd17c49cbbd3e1d6a2.setIcon(icon_25dda820fb9f35bf29280819e727d6a9);
|
|
|
|
|
|
var marker_fb05aa00d4a23b23e84cdc81bcecaff9 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_17c7ea4571ca8b168e2656752fc72a1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8167c59e03f84f673ed9dd4be2f0d09c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7b257e84a3025fc60529283eadee72d = $(`<div id="html_a7b257e84a3025fc60529283eadee72d" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_8167c59e03f84f673ed9dd4be2f0d09c.setContent(html_a7b257e84a3025fc60529283eadee72d);
|
|
|
|
|
|
|
|
marker_fb05aa00d4a23b23e84cdc81bcecaff9.bindPopup(popup_8167c59e03f84f673ed9dd4be2f0d09c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb05aa00d4a23b23e84cdc81bcecaff9.setIcon(icon_17c7ea4571ca8b168e2656752fc72a1c);
|
|
|
|
|
|
var marker_09975e3ef5062d38b12f4df8da718bee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_7df245ef75ed259016b0a918cb787b58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_225525aabf89b4e884af02bf221ac12e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce70bcabda9ae58a529901af27ecfdb8 = $(`<div id="html_ce70bcabda9ae58a529901af27ecfdb8" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_225525aabf89b4e884af02bf221ac12e.setContent(html_ce70bcabda9ae58a529901af27ecfdb8);
|
|
|
|
|
|
|
|
marker_09975e3ef5062d38b12f4df8da718bee.bindPopup(popup_225525aabf89b4e884af02bf221ac12e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09975e3ef5062d38b12f4df8da718bee.setIcon(icon_7df245ef75ed259016b0a918cb787b58);
|
|
|
|
|
|
var marker_28a5720349c2702302bf0f178d7814a9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_0800483138a7d21b57b010b80afcb4a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5f588edb5915f3fb0dfc5ac844fb2b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_310903c3db64990ac0f50a3c89d01c51 = $(`<div id="html_310903c3db64990ac0f50a3c89d01c51" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_a5f588edb5915f3fb0dfc5ac844fb2b4.setContent(html_310903c3db64990ac0f50a3c89d01c51);
|
|
|
|
|
|
|
|
marker_28a5720349c2702302bf0f178d7814a9.bindPopup(popup_a5f588edb5915f3fb0dfc5ac844fb2b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28a5720349c2702302bf0f178d7814a9.setIcon(icon_0800483138a7d21b57b010b80afcb4a9);
|
|
|
|
|
|
var marker_c68c8471ca6b2405e6e09110925c9bd4 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_bd1dbc8665326f7bf2a11ce4d26e5ceb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ccf34a026d9f44b5fa313fe7b33f2bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66488510af399c25dab86d128a177bfa = $(`<div id="html_66488510af399c25dab86d128a177bfa" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_6ccf34a026d9f44b5fa313fe7b33f2bd.setContent(html_66488510af399c25dab86d128a177bfa);
|
|
|
|
|
|
|
|
marker_c68c8471ca6b2405e6e09110925c9bd4.bindPopup(popup_6ccf34a026d9f44b5fa313fe7b33f2bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c68c8471ca6b2405e6e09110925c9bd4.setIcon(icon_bd1dbc8665326f7bf2a11ce4d26e5ceb);
|
|
|
|
|
|
var marker_a86dee4842cd21fc9333de6c5cc20ceb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_c1541e27b66708c6080f08480c256344 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a6db038c0ad967c832c9b631684c6e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2f3726a81f34c4ed98309d2f2f3e4d5 = $(`<div id="html_c2f3726a81f34c4ed98309d2f2f3e4d5" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_1a6db038c0ad967c832c9b631684c6e2.setContent(html_c2f3726a81f34c4ed98309d2f2f3e4d5);
|
|
|
|
|
|
|
|
marker_a86dee4842cd21fc9333de6c5cc20ceb.bindPopup(popup_1a6db038c0ad967c832c9b631684c6e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a86dee4842cd21fc9333de6c5cc20ceb.setIcon(icon_c1541e27b66708c6080f08480c256344);
|
|
|
|
|
|
var marker_6ef23e3f4b095e3cb9e9ab6106d3a54f = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_07ba6fa371258626444313a5808e3eb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5468abb39a8fd23d3ee46ff74be455f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecb5ffe833fc6a6054397097c6cbc825 = $(`<div id="html_ecb5ffe833fc6a6054397097c6cbc825" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_5468abb39a8fd23d3ee46ff74be455f2.setContent(html_ecb5ffe833fc6a6054397097c6cbc825);
|
|
|
|
|
|
|
|
marker_6ef23e3f4b095e3cb9e9ab6106d3a54f.bindPopup(popup_5468abb39a8fd23d3ee46ff74be455f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ef23e3f4b095e3cb9e9ab6106d3a54f.setIcon(icon_07ba6fa371258626444313a5808e3eb9);
|
|
|
|
|
|
var marker_3b3f3279b1ee1e547d7cc7e6a2945bae = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_1d74763985390b2f3f37de67c84b7237 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5691cabe94d22a2552e3682f1080eb26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b6f2cb3ee07fdcd7582ad76c9e88dbf = $(`<div id="html_7b6f2cb3ee07fdcd7582ad76c9e88dbf" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_5691cabe94d22a2552e3682f1080eb26.setContent(html_7b6f2cb3ee07fdcd7582ad76c9e88dbf);
|
|
|
|
|
|
|
|
marker_3b3f3279b1ee1e547d7cc7e6a2945bae.bindPopup(popup_5691cabe94d22a2552e3682f1080eb26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b3f3279b1ee1e547d7cc7e6a2945bae.setIcon(icon_1d74763985390b2f3f37de67c84b7237);
|
|
|
|
|
|
var marker_c24137ce55c4726d9bb33138516d8042 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_c1dd901c235c6c504b2c3186925313fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d00d594bfdadf3eba3ce53a3c2167c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f0db74dac8ce428b6eb1f3a5988c124 = $(`<div id="html_9f0db74dac8ce428b6eb1f3a5988c124" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_1d00d594bfdadf3eba3ce53a3c2167c8.setContent(html_9f0db74dac8ce428b6eb1f3a5988c124);
|
|
|
|
|
|
|
|
marker_c24137ce55c4726d9bb33138516d8042.bindPopup(popup_1d00d594bfdadf3eba3ce53a3c2167c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c24137ce55c4726d9bb33138516d8042.setIcon(icon_c1dd901c235c6c504b2c3186925313fe);
|
|
|
|
|
|
var marker_0a5967545d75add4c5466d54fe423044 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_496380b908ab6552c90d4bcae068cd85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7158b23d351798ca14e1f20fbe138322 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72bebc5a659255018c79172a6611f7bf = $(`<div id="html_72bebc5a659255018c79172a6611f7bf" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_7158b23d351798ca14e1f20fbe138322.setContent(html_72bebc5a659255018c79172a6611f7bf);
|
|
|
|
|
|
|
|
marker_0a5967545d75add4c5466d54fe423044.bindPopup(popup_7158b23d351798ca14e1f20fbe138322)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a5967545d75add4c5466d54fe423044.setIcon(icon_496380b908ab6552c90d4bcae068cd85);
|
|
|
|
|
|
var marker_81ebe9cfaaf4d3c7d89a5d26a8fdf6f2 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_cf2061fbeb7dc1a4f0680842404558a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11f4015fdae1b95d756abf57cf363c43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cac75439f6f34b2d6b68a2ccc45e38c = $(`<div id="html_6cac75439f6f34b2d6b68a2ccc45e38c" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_11f4015fdae1b95d756abf57cf363c43.setContent(html_6cac75439f6f34b2d6b68a2ccc45e38c);
|
|
|
|
|
|
|
|
marker_81ebe9cfaaf4d3c7d89a5d26a8fdf6f2.bindPopup(popup_11f4015fdae1b95d756abf57cf363c43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81ebe9cfaaf4d3c7d89a5d26a8fdf6f2.setIcon(icon_cf2061fbeb7dc1a4f0680842404558a9);
|
|
|
|
|
|
var marker_d00f17fae39f09f79a00ef8df8ec3ed0 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_7a8993edec58af8c86385874a905f851 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6231e6f26b88fb92f00b705b69a50e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_479d4ac14d6ad008b4b7eff4f6744a20 = $(`<div id="html_479d4ac14d6ad008b4b7eff4f6744a20" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_f6231e6f26b88fb92f00b705b69a50e6.setContent(html_479d4ac14d6ad008b4b7eff4f6744a20);
|
|
|
|
|
|
|
|
marker_d00f17fae39f09f79a00ef8df8ec3ed0.bindPopup(popup_f6231e6f26b88fb92f00b705b69a50e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d00f17fae39f09f79a00ef8df8ec3ed0.setIcon(icon_7a8993edec58af8c86385874a905f851);
|
|
|
|
|
|
var marker_bfe8990eb435ee82e9b2bd2b3d779ed0 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_e1f4daac4992caa53586efa921a5e279 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eadb8e0707f194dbb18e4f1ca605ccfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6bfaf3f91f02297053651e57132a3f4 = $(`<div id="html_c6bfaf3f91f02297053651e57132a3f4" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_eadb8e0707f194dbb18e4f1ca605ccfd.setContent(html_c6bfaf3f91f02297053651e57132a3f4);
|
|
|
|
|
|
|
|
marker_bfe8990eb435ee82e9b2bd2b3d779ed0.bindPopup(popup_eadb8e0707f194dbb18e4f1ca605ccfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfe8990eb435ee82e9b2bd2b3d779ed0.setIcon(icon_e1f4daac4992caa53586efa921a5e279);
|
|
|
|
|
|
var marker_aefc09b5685bb49eae76f43a8dc45672 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_19e01b5bc26d5556a0a217d12c908cca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_059ebcdc4bb84dc59c43ae4d51d24461 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de5f30f254eddc39908efa46aca405f0 = $(`<div id="html_de5f30f254eddc39908efa46aca405f0" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_059ebcdc4bb84dc59c43ae4d51d24461.setContent(html_de5f30f254eddc39908efa46aca405f0);
|
|
|
|
|
|
|
|
marker_aefc09b5685bb49eae76f43a8dc45672.bindPopup(popup_059ebcdc4bb84dc59c43ae4d51d24461)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aefc09b5685bb49eae76f43a8dc45672.setIcon(icon_19e01b5bc26d5556a0a217d12c908cca);
|
|
|
|
|
|
var marker_d2afa00a9d993d8932948402830a8b5e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_04c0d903fc39400e99860390bb812008 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ea1c861112c03f588c8ab30d16b59ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0aaa9c1c79101b50a325999117acf245 = $(`<div id="html_0aaa9c1c79101b50a325999117acf245" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_2ea1c861112c03f588c8ab30d16b59ec.setContent(html_0aaa9c1c79101b50a325999117acf245);
|
|
|
|
|
|
|
|
marker_d2afa00a9d993d8932948402830a8b5e.bindPopup(popup_2ea1c861112c03f588c8ab30d16b59ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2afa00a9d993d8932948402830a8b5e.setIcon(icon_04c0d903fc39400e99860390bb812008);
|
|
|
|
|
|
var marker_f01e341ffb7e74fd66f59d9fed5aa967 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_ac3a9b7ccc06776606508d246604b986 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ce45940e919314f560ff66ea27b59e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8837eb774fca04f2cf3aeb23932a602b = $(`<div id="html_8837eb774fca04f2cf3aeb23932a602b" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_3ce45940e919314f560ff66ea27b59e6.setContent(html_8837eb774fca04f2cf3aeb23932a602b);
|
|
|
|
|
|
|
|
marker_f01e341ffb7e74fd66f59d9fed5aa967.bindPopup(popup_3ce45940e919314f560ff66ea27b59e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f01e341ffb7e74fd66f59d9fed5aa967.setIcon(icon_ac3a9b7ccc06776606508d246604b986);
|
|
|
|
|
|
var marker_ccce377ae9796135257b823b9d0f18d5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_ff17fda62906af692a6cdfb2e27f5eda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ce27968cfd410b2dbc9758bcce39304 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_763b3371057a056cb0fd11fc666008cc = $(`<div id="html_763b3371057a056cb0fd11fc666008cc" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_4ce27968cfd410b2dbc9758bcce39304.setContent(html_763b3371057a056cb0fd11fc666008cc);
|
|
|
|
|
|
|
|
marker_ccce377ae9796135257b823b9d0f18d5.bindPopup(popup_4ce27968cfd410b2dbc9758bcce39304)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccce377ae9796135257b823b9d0f18d5.setIcon(icon_ff17fda62906af692a6cdfb2e27f5eda);
|
|
|
|
|
|
var marker_e197e3f421cd9d98c0c6db1c5203a8d8 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_b17a4b95b09827d7900bcf05883a7dfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d717a8bf05c47d63e0d1318d11bfc26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f666e4295c42d009e16b6eb60a807c3d = $(`<div id="html_f666e4295c42d009e16b6eb60a807c3d" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_5d717a8bf05c47d63e0d1318d11bfc26.setContent(html_f666e4295c42d009e16b6eb60a807c3d);
|
|
|
|
|
|
|
|
marker_e197e3f421cd9d98c0c6db1c5203a8d8.bindPopup(popup_5d717a8bf05c47d63e0d1318d11bfc26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e197e3f421cd9d98c0c6db1c5203a8d8.setIcon(icon_b17a4b95b09827d7900bcf05883a7dfe);
|
|
|
|
|
|
var marker_6082852a4280b5f567aa0f4642ae7240 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_e848f350d033d765b97cd6d1d7897836 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04618f8c1be70334f690b0e63cbb6d44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_277dcae05cdd80caea40237fff7fd9ed = $(`<div id="html_277dcae05cdd80caea40237fff7fd9ed" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_04618f8c1be70334f690b0e63cbb6d44.setContent(html_277dcae05cdd80caea40237fff7fd9ed);
|
|
|
|
|
|
|
|
marker_6082852a4280b5f567aa0f4642ae7240.bindPopup(popup_04618f8c1be70334f690b0e63cbb6d44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6082852a4280b5f567aa0f4642ae7240.setIcon(icon_e848f350d033d765b97cd6d1d7897836);
|
|
|
|
|
|
var marker_7e53d378b1548d7108690e4ae7827ab0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_0c9e2e05be8415f28ee6df2ec4e64021 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_394813426b17c8b73f5c72ff3d9c2411 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afda02f2802a07bed4b456bd82620dc6 = $(`<div id="html_afda02f2802a07bed4b456bd82620dc6" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_394813426b17c8b73f5c72ff3d9c2411.setContent(html_afda02f2802a07bed4b456bd82620dc6);
|
|
|
|
|
|
|
|
marker_7e53d378b1548d7108690e4ae7827ab0.bindPopup(popup_394813426b17c8b73f5c72ff3d9c2411)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e53d378b1548d7108690e4ae7827ab0.setIcon(icon_0c9e2e05be8415f28ee6df2ec4e64021);
|
|
|
|
|
|
var marker_f8251554665f5f7f969d8fa87b486bb9 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_05eab28683ba05512acdb653c32b1284 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbac5097f380be8e37f18a040b2c0347 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b060bb1dac879437f68b5051f29fb1d9 = $(`<div id="html_b060bb1dac879437f68b5051f29fb1d9" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_bbac5097f380be8e37f18a040b2c0347.setContent(html_b060bb1dac879437f68b5051f29fb1d9);
|
|
|
|
|
|
|
|
marker_f8251554665f5f7f969d8fa87b486bb9.bindPopup(popup_bbac5097f380be8e37f18a040b2c0347)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8251554665f5f7f969d8fa87b486bb9.setIcon(icon_05eab28683ba05512acdb653c32b1284);
|
|
|
|
|
|
var marker_dd5fb0a1881ff469cc0721e0183a9817 = L.marker(
|
|
[42.2328, -8.72264],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_d7e9dbcd19d7398b3746b6fd9082af46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d43f56984a294a0d985a3a610f601c35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4909bf3eeb6d49c9ed6becab93ba223 = $(`<div id="html_b4909bf3eeb6d49c9ed6becab93ba223" style="width: 100.0%; height: 100.0%;">blackcatnostr.hopto.org</div>`)[0];
|
|
popup_d43f56984a294a0d985a3a610f601c35.setContent(html_b4909bf3eeb6d49c9ed6becab93ba223);
|
|
|
|
|
|
|
|
marker_dd5fb0a1881ff469cc0721e0183a9817.bindPopup(popup_d43f56984a294a0d985a3a610f601c35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd5fb0a1881ff469cc0721e0183a9817.setIcon(icon_d7e9dbcd19d7398b3746b6fd9082af46);
|
|
|
|
|
|
var marker_0f70d9ff313ea920cf3fe157d36bb5a0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_7b8f2353739846ea3bc06901a07d7087 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f526fa4058b2c3b37f8c4986141feeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2c3bb20d9f44beab562310ce5a83e2b = $(`<div id="html_d2c3bb20d9f44beab562310ce5a83e2b" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_6f526fa4058b2c3b37f8c4986141feeb.setContent(html_d2c3bb20d9f44beab562310ce5a83e2b);
|
|
|
|
|
|
|
|
marker_0f70d9ff313ea920cf3fe157d36bb5a0.bindPopup(popup_6f526fa4058b2c3b37f8c4986141feeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f70d9ff313ea920cf3fe157d36bb5a0.setIcon(icon_7b8f2353739846ea3bc06901a07d7087);
|
|
|
|
|
|
var marker_bf82d2f3b33d062191e88a4e4b751bec = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_4dd29eed15b231922fd3a2be06e131fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_501b0c0d6595ddaec7479473a3dc61c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bb72abc3e3123a8d844c323c3d934e6 = $(`<div id="html_6bb72abc3e3123a8d844c323c3d934e6" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_501b0c0d6595ddaec7479473a3dc61c2.setContent(html_6bb72abc3e3123a8d844c323c3d934e6);
|
|
|
|
|
|
|
|
marker_bf82d2f3b33d062191e88a4e4b751bec.bindPopup(popup_501b0c0d6595ddaec7479473a3dc61c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf82d2f3b33d062191e88a4e4b751bec.setIcon(icon_4dd29eed15b231922fd3a2be06e131fe);
|
|
|
|
|
|
var marker_8d0751b1e218a7a683e10907353c7087 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_2ab4965e86837eb8e8ba4261486a467e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8421faaed7d4817d977943e46bcc026 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdc0560dcb6578bc686208b1a0ad62eb = $(`<div id="html_cdc0560dcb6578bc686208b1a0ad62eb" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_d8421faaed7d4817d977943e46bcc026.setContent(html_cdc0560dcb6578bc686208b1a0ad62eb);
|
|
|
|
|
|
|
|
marker_8d0751b1e218a7a683e10907353c7087.bindPopup(popup_d8421faaed7d4817d977943e46bcc026)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d0751b1e218a7a683e10907353c7087.setIcon(icon_2ab4965e86837eb8e8ba4261486a467e);
|
|
|
|
|
|
var marker_ce61182bd1d441cabab03364620c7f40 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_53df783fc93fd16c553952c566a5a8af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cb3187cd4e69c94bb485859ffe3117c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7c01a4286156113560bdb00e954b356 = $(`<div id="html_b7c01a4286156113560bdb00e954b356" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_8cb3187cd4e69c94bb485859ffe3117c.setContent(html_b7c01a4286156113560bdb00e954b356);
|
|
|
|
|
|
|
|
marker_ce61182bd1d441cabab03364620c7f40.bindPopup(popup_8cb3187cd4e69c94bb485859ffe3117c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce61182bd1d441cabab03364620c7f40.setIcon(icon_53df783fc93fd16c553952c566a5a8af);
|
|
|
|
|
|
var marker_d87533a9569deb54c370f79b38457293 = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_0013d10af6d6a4fee2a148fc9cf69b9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daf638c38771c1e2008afb76e0f6fe40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5716349b2e54d17635c83a92e57d3bb6 = $(`<div id="html_5716349b2e54d17635c83a92e57d3bb6" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_daf638c38771c1e2008afb76e0f6fe40.setContent(html_5716349b2e54d17635c83a92e57d3bb6);
|
|
|
|
|
|
|
|
marker_d87533a9569deb54c370f79b38457293.bindPopup(popup_daf638c38771c1e2008afb76e0f6fe40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d87533a9569deb54c370f79b38457293.setIcon(icon_0013d10af6d6a4fee2a148fc9cf69b9a);
|
|
|
|
|
|
var marker_f661edde1f724688a9292839136e8162 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_00baf2cd6c49457bb238884a9eda607f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72d3e1f4cdc32ff72e07963a80068eaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe85f2d3cdfd13d79c9dc7f07218040c = $(`<div id="html_fe85f2d3cdfd13d79c9dc7f07218040c" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_72d3e1f4cdc32ff72e07963a80068eaa.setContent(html_fe85f2d3cdfd13d79c9dc7f07218040c);
|
|
|
|
|
|
|
|
marker_f661edde1f724688a9292839136e8162.bindPopup(popup_72d3e1f4cdc32ff72e07963a80068eaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f661edde1f724688a9292839136e8162.setIcon(icon_00baf2cd6c49457bb238884a9eda607f);
|
|
|
|
|
|
var marker_7d4487ab6815ec9feb8cd16208046ffa = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_6aa64caea13a4e47769d54c8a6278025 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60ebc65731390b81ad25d319bf380822 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72c7fe1375f93b6fa24dee43e70f12c8 = $(`<div id="html_72c7fe1375f93b6fa24dee43e70f12c8" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_60ebc65731390b81ad25d319bf380822.setContent(html_72c7fe1375f93b6fa24dee43e70f12c8);
|
|
|
|
|
|
|
|
marker_7d4487ab6815ec9feb8cd16208046ffa.bindPopup(popup_60ebc65731390b81ad25d319bf380822)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d4487ab6815ec9feb8cd16208046ffa.setIcon(icon_6aa64caea13a4e47769d54c8a6278025);
|
|
|
|
|
|
var marker_efde75524a21b573cc00dde44c2c4b0a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_4b0c6252363652304a82745399c245f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e7b2df394a450fb16d6a4c46d81b7a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff1411d26f007ef23a4c8d3be21a3f62 = $(`<div id="html_ff1411d26f007ef23a4c8d3be21a3f62" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_0e7b2df394a450fb16d6a4c46d81b7a9.setContent(html_ff1411d26f007ef23a4c8d3be21a3f62);
|
|
|
|
|
|
|
|
marker_efde75524a21b573cc00dde44c2c4b0a.bindPopup(popup_0e7b2df394a450fb16d6a4c46d81b7a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efde75524a21b573cc00dde44c2c4b0a.setIcon(icon_4b0c6252363652304a82745399c245f7);
|
|
|
|
|
|
var marker_92680ec2ebbfd3224b263553ba876140 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_eaa659aa961e1b080bc0bd0d74f2b39c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5acdc2fba4f7de5d5fe8f8119f3830a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_432995e9c82167c1b16bd707708d6c4b = $(`<div id="html_432995e9c82167c1b16bd707708d6c4b" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_5acdc2fba4f7de5d5fe8f8119f3830a5.setContent(html_432995e9c82167c1b16bd707708d6c4b);
|
|
|
|
|
|
|
|
marker_92680ec2ebbfd3224b263553ba876140.bindPopup(popup_5acdc2fba4f7de5d5fe8f8119f3830a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92680ec2ebbfd3224b263553ba876140.setIcon(icon_eaa659aa961e1b080bc0bd0d74f2b39c);
|
|
|
|
|
|
var marker_d294796524b7f41a62298da9d9e2c72d = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_4b3176a861b6ac87c84b3cf35732a240 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7dea06b4cb770bb5f2e646616346869 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_643e29c36bb326a102e1cc9bc7fae9f2 = $(`<div id="html_643e29c36bb326a102e1cc9bc7fae9f2" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_c7dea06b4cb770bb5f2e646616346869.setContent(html_643e29c36bb326a102e1cc9bc7fae9f2);
|
|
|
|
|
|
|
|
marker_d294796524b7f41a62298da9d9e2c72d.bindPopup(popup_c7dea06b4cb770bb5f2e646616346869)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d294796524b7f41a62298da9d9e2c72d.setIcon(icon_4b3176a861b6ac87c84b3cf35732a240);
|
|
|
|
|
|
var marker_632218e3ee44e509e76f434d1a535a77 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_52a186be60f293a6377e7cf8f4a68e7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51c0c1b1f4af764b7b6b4fa31bd57aee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bc016b760f5d420625d33590587ee73 = $(`<div id="html_4bc016b760f5d420625d33590587ee73" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_51c0c1b1f4af764b7b6b4fa31bd57aee.setContent(html_4bc016b760f5d420625d33590587ee73);
|
|
|
|
|
|
|
|
marker_632218e3ee44e509e76f434d1a535a77.bindPopup(popup_51c0c1b1f4af764b7b6b4fa31bd57aee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_632218e3ee44e509e76f434d1a535a77.setIcon(icon_52a186be60f293a6377e7cf8f4a68e7c);
|
|
|
|
|
|
var marker_e4a1f1a5fd6a67e97ee6c514c6f61594 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_817de1a833dc6f7ec99cea314e9b6f56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afed49fc0ddc3b954b9bd035e50920d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffeaba5976ff296a0c49b38d488329b8 = $(`<div id="html_ffeaba5976ff296a0c49b38d488329b8" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_afed49fc0ddc3b954b9bd035e50920d3.setContent(html_ffeaba5976ff296a0c49b38d488329b8);
|
|
|
|
|
|
|
|
marker_e4a1f1a5fd6a67e97ee6c514c6f61594.bindPopup(popup_afed49fc0ddc3b954b9bd035e50920d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4a1f1a5fd6a67e97ee6c514c6f61594.setIcon(icon_817de1a833dc6f7ec99cea314e9b6f56);
|
|
|
|
|
|
var marker_a5deecd8d09e7a769b29047359bb7667 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_f6dcefe2b58f3d073a08916a33b04456 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec006e4cfa5d9115d13ebcad20dd73a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b9fdcde35986e3ab7eb42c89d3130db = $(`<div id="html_1b9fdcde35986e3ab7eb42c89d3130db" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_ec006e4cfa5d9115d13ebcad20dd73a8.setContent(html_1b9fdcde35986e3ab7eb42c89d3130db);
|
|
|
|
|
|
|
|
marker_a5deecd8d09e7a769b29047359bb7667.bindPopup(popup_ec006e4cfa5d9115d13ebcad20dd73a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5deecd8d09e7a769b29047359bb7667.setIcon(icon_f6dcefe2b58f3d073a08916a33b04456);
|
|
|
|
|
|
var marker_b0a7ed40973a02897c326255aa5edebb = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_674f2e956cd9c123b5d94e87a2e9f625 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02c6878883948fcb99560f7d5121212b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1892c233efade2cbf0be78d9d354d2c = $(`<div id="html_f1892c233efade2cbf0be78d9d354d2c" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_02c6878883948fcb99560f7d5121212b.setContent(html_f1892c233efade2cbf0be78d9d354d2c);
|
|
|
|
|
|
|
|
marker_b0a7ed40973a02897c326255aa5edebb.bindPopup(popup_02c6878883948fcb99560f7d5121212b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0a7ed40973a02897c326255aa5edebb.setIcon(icon_674f2e956cd9c123b5d94e87a2e9f625);
|
|
|
|
|
|
var marker_a928b2cd96a80d18059740e2aacac14f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_ba06dbf4fcea107085de28727115d5ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1331972777ca543fead9292d588644e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d71838691180d80ec5e15e8f0fdb7ef = $(`<div id="html_6d71838691180d80ec5e15e8f0fdb7ef" style="width: 100.0%; height: 100.0%;">nos.lostr.space</div>`)[0];
|
|
popup_a1331972777ca543fead9292d588644e.setContent(html_6d71838691180d80ec5e15e8f0fdb7ef);
|
|
|
|
|
|
|
|
marker_a928b2cd96a80d18059740e2aacac14f.bindPopup(popup_a1331972777ca543fead9292d588644e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a928b2cd96a80d18059740e2aacac14f.setIcon(icon_ba06dbf4fcea107085de28727115d5ab);
|
|
|
|
|
|
var marker_eff5f491519295d24f12e886a057fe58 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_1b7140777e03c02fbfc5818b0c655c33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b3dd4944538ff8821fe85f3ddb931df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbd42c9baaed4e8be9c7de415259ece9 = $(`<div id="html_dbd42c9baaed4e8be9c7de415259ece9" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_7b3dd4944538ff8821fe85f3ddb931df.setContent(html_dbd42c9baaed4e8be9c7de415259ece9);
|
|
|
|
|
|
|
|
marker_eff5f491519295d24f12e886a057fe58.bindPopup(popup_7b3dd4944538ff8821fe85f3ddb931df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eff5f491519295d24f12e886a057fe58.setIcon(icon_1b7140777e03c02fbfc5818b0c655c33);
|
|
|
|
|
|
var marker_95409217f75e36e95b6534508e450885 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_9ed64eb1236c30310878525a954ede4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a34933ff424e2d8116124003a9ff1fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_481a405c7689c143b28c0ac64c6d1dc2 = $(`<div id="html_481a405c7689c143b28c0ac64c6d1dc2" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_8a34933ff424e2d8116124003a9ff1fc.setContent(html_481a405c7689c143b28c0ac64c6d1dc2);
|
|
|
|
|
|
|
|
marker_95409217f75e36e95b6534508e450885.bindPopup(popup_8a34933ff424e2d8116124003a9ff1fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95409217f75e36e95b6534508e450885.setIcon(icon_9ed64eb1236c30310878525a954ede4b);
|
|
|
|
|
|
var marker_4e1fa01a4cc0e46e47582a151d5f2344 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_693e6707229f83c9c08bcca2cf2b01a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b410c02f864967cc50bab852ad8a9f46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98a4970b5bca3c77c889dd90fe71b543 = $(`<div id="html_98a4970b5bca3c77c889dd90fe71b543" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_b410c02f864967cc50bab852ad8a9f46.setContent(html_98a4970b5bca3c77c889dd90fe71b543);
|
|
|
|
|
|
|
|
marker_4e1fa01a4cc0e46e47582a151d5f2344.bindPopup(popup_b410c02f864967cc50bab852ad8a9f46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e1fa01a4cc0e46e47582a151d5f2344.setIcon(icon_693e6707229f83c9c08bcca2cf2b01a9);
|
|
|
|
|
|
var marker_01c1fc96280857f413ae6e7933d35289 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_e80cad36dac6b6b79b3f2b6d788827d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87e38680895951718cb75178fe28cdc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de2a13944d91fdde9255ebd456257da8 = $(`<div id="html_de2a13944d91fdde9255ebd456257da8" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_87e38680895951718cb75178fe28cdc9.setContent(html_de2a13944d91fdde9255ebd456257da8);
|
|
|
|
|
|
|
|
marker_01c1fc96280857f413ae6e7933d35289.bindPopup(popup_87e38680895951718cb75178fe28cdc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01c1fc96280857f413ae6e7933d35289.setIcon(icon_e80cad36dac6b6b79b3f2b6d788827d8);
|
|
|
|
|
|
var marker_3ab13ec29b9df9637e962c7e7b914eee = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_c40521605fb3d6bbda4d9738d42988f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36a34b02523de7d0391356f2be03ed01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f315ff305789344e5b57edbbf0592844 = $(`<div id="html_f315ff305789344e5b57edbbf0592844" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_36a34b02523de7d0391356f2be03ed01.setContent(html_f315ff305789344e5b57edbbf0592844);
|
|
|
|
|
|
|
|
marker_3ab13ec29b9df9637e962c7e7b914eee.bindPopup(popup_36a34b02523de7d0391356f2be03ed01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ab13ec29b9df9637e962c7e7b914eee.setIcon(icon_c40521605fb3d6bbda4d9738d42988f4);
|
|
|
|
|
|
var marker_9dcc860d1bab6c7a4f4773f5ed4c93b5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_9fc5c7d3179dc5753956eddcb83fffc7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0647a130e7d604ba7a619b5362df1a65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_922fe0e8dbfbc001156eedc68f8fefdc = $(`<div id="html_922fe0e8dbfbc001156eedc68f8fefdc" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_0647a130e7d604ba7a619b5362df1a65.setContent(html_922fe0e8dbfbc001156eedc68f8fefdc);
|
|
|
|
|
|
|
|
marker_9dcc860d1bab6c7a4f4773f5ed4c93b5.bindPopup(popup_0647a130e7d604ba7a619b5362df1a65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dcc860d1bab6c7a4f4773f5ed4c93b5.setIcon(icon_9fc5c7d3179dc5753956eddcb83fffc7);
|
|
|
|
|
|
var marker_5e96778b358528e68a2af2ed69a28061 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_d8a6b4605bdc19154bd1314f9aa23e54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fe6a8eaec15591c5df5109aeb01c072 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bf21e940c66dadb8bf3f752c2f40cf8 = $(`<div id="html_2bf21e940c66dadb8bf3f752c2f40cf8" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_8fe6a8eaec15591c5df5109aeb01c072.setContent(html_2bf21e940c66dadb8bf3f752c2f40cf8);
|
|
|
|
|
|
|
|
marker_5e96778b358528e68a2af2ed69a28061.bindPopup(popup_8fe6a8eaec15591c5df5109aeb01c072)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e96778b358528e68a2af2ed69a28061.setIcon(icon_d8a6b4605bdc19154bd1314f9aa23e54);
|
|
|
|
|
|
var marker_1a199fc2d32ab39beadd24b28f2f9a25 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_3908003abdaebda3610feb2539e259be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be10ca37448e929786058e1b7fa1d1d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0773a1f61d89b93cfd8a57574e6fd6d = $(`<div id="html_a0773a1f61d89b93cfd8a57574e6fd6d" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_be10ca37448e929786058e1b7fa1d1d4.setContent(html_a0773a1f61d89b93cfd8a57574e6fd6d);
|
|
|
|
|
|
|
|
marker_1a199fc2d32ab39beadd24b28f2f9a25.bindPopup(popup_be10ca37448e929786058e1b7fa1d1d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a199fc2d32ab39beadd24b28f2f9a25.setIcon(icon_3908003abdaebda3610feb2539e259be);
|
|
|
|
|
|
var marker_84674bfc4cd18786e215991234a9436a = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_867b92c135f7aa2b8c62abad116c1c09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98d97a422aa87c95c6c266ba41fc9690 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bdee51fc36f7242d52148d032cb316b = $(`<div id="html_2bdee51fc36f7242d52148d032cb316b" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_98d97a422aa87c95c6c266ba41fc9690.setContent(html_2bdee51fc36f7242d52148d032cb316b);
|
|
|
|
|
|
|
|
marker_84674bfc4cd18786e215991234a9436a.bindPopup(popup_98d97a422aa87c95c6c266ba41fc9690)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84674bfc4cd18786e215991234a9436a.setIcon(icon_867b92c135f7aa2b8c62abad116c1c09);
|
|
|
|
|
|
var marker_6373be64ae95dfee97ee93e9160b7c11 = L.marker(
|
|
[51.2821, 6.78285],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_179639cec6873ece29fee6f0c09d80e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7552427f6035b042ad3829e1cbdeaf3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47148146f81c531f825d823055897dc5 = $(`<div id="html_47148146f81c531f825d823055897dc5" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_f7552427f6035b042ad3829e1cbdeaf3.setContent(html_47148146f81c531f825d823055897dc5);
|
|
|
|
|
|
|
|
marker_6373be64ae95dfee97ee93e9160b7c11.bindPopup(popup_f7552427f6035b042ad3829e1cbdeaf3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6373be64ae95dfee97ee93e9160b7c11.setIcon(icon_179639cec6873ece29fee6f0c09d80e9);
|
|
|
|
|
|
var marker_0f0aacf6521eef4ca94cb5d07b3e6b5a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_87aed2e685f46a398bb81378a4ddc6ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ccaad9b6ffb51ee66964d0ba02716e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9805daa66545d4b82ff6d77f63e77950 = $(`<div id="html_9805daa66545d4b82ff6d77f63e77950" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_0ccaad9b6ffb51ee66964d0ba02716e3.setContent(html_9805daa66545d4b82ff6d77f63e77950);
|
|
|
|
|
|
|
|
marker_0f0aacf6521eef4ca94cb5d07b3e6b5a.bindPopup(popup_0ccaad9b6ffb51ee66964d0ba02716e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f0aacf6521eef4ca94cb5d07b3e6b5a.setIcon(icon_87aed2e685f46a398bb81378a4ddc6ea);
|
|
|
|
|
|
var marker_a2304c3a7ca7a951f04385f4897f0d01 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_f8d9024090933489d6d2b73dfa392b06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59135d1831b7a3526660c32b85950646 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04089d801c6d2a502e001f3fd0c647d5 = $(`<div id="html_04089d801c6d2a502e001f3fd0c647d5" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_59135d1831b7a3526660c32b85950646.setContent(html_04089d801c6d2a502e001f3fd0c647d5);
|
|
|
|
|
|
|
|
marker_a2304c3a7ca7a951f04385f4897f0d01.bindPopup(popup_59135d1831b7a3526660c32b85950646)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2304c3a7ca7a951f04385f4897f0d01.setIcon(icon_f8d9024090933489d6d2b73dfa392b06);
|
|
|
|
|
|
var marker_5ca8e865e3c480989d18e08bb9c91ed1 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_498e83aba3918a008d2432ed7dce451d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c800d21a9c4e6ca90fd8c90afbbcd97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a38ad0f423ad2e2dfdcea4c3014a9b85 = $(`<div id="html_a38ad0f423ad2e2dfdcea4c3014a9b85" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_3c800d21a9c4e6ca90fd8c90afbbcd97.setContent(html_a38ad0f423ad2e2dfdcea4c3014a9b85);
|
|
|
|
|
|
|
|
marker_5ca8e865e3c480989d18e08bb9c91ed1.bindPopup(popup_3c800d21a9c4e6ca90fd8c90afbbcd97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ca8e865e3c480989d18e08bb9c91ed1.setIcon(icon_498e83aba3918a008d2432ed7dce451d);
|
|
|
|
|
|
var marker_b7c70fbfa348943c9f83c16bfa79e155 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_7be1fe4ffe0cb76cd51aa78b565bba4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc381c0b90abb31bd6028347811c22d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9aed5bffd0b3d8124145ec73c63435bc = $(`<div id="html_9aed5bffd0b3d8124145ec73c63435bc" style="width: 100.0%; height: 100.0%;">wons.calva.dev</div>`)[0];
|
|
popup_bc381c0b90abb31bd6028347811c22d2.setContent(html_9aed5bffd0b3d8124145ec73c63435bc);
|
|
|
|
|
|
|
|
marker_b7c70fbfa348943c9f83c16bfa79e155.bindPopup(popup_bc381c0b90abb31bd6028347811c22d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7c70fbfa348943c9f83c16bfa79e155.setIcon(icon_7be1fe4ffe0cb76cd51aa78b565bba4d);
|
|
|
|
|
|
var marker_bebb71b280986cdff1de8d614c22c1f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_a6b1e086cf0a82c7a7fb4dddf370c2c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60ab96505463f59dbe7fe1304852f9ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb1721a2eadddd0163161acbfeac0adc = $(`<div id="html_eb1721a2eadddd0163161acbfeac0adc" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_60ab96505463f59dbe7fe1304852f9ae.setContent(html_eb1721a2eadddd0163161acbfeac0adc);
|
|
|
|
|
|
|
|
marker_bebb71b280986cdff1de8d614c22c1f2.bindPopup(popup_60ab96505463f59dbe7fe1304852f9ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bebb71b280986cdff1de8d614c22c1f2.setIcon(icon_a6b1e086cf0a82c7a7fb4dddf370c2c9);
|
|
|
|
|
|
var marker_d54aeaf94efc329d61debdf082576a8b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_c4a5d6bddafa0be98d61a3e1c6b9a69d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ff96039d4ad0963a12332325aff4c32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8a915241cea8a63be78f7f3e7e666b8 = $(`<div id="html_d8a915241cea8a63be78f7f3e7e666b8" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_1ff96039d4ad0963a12332325aff4c32.setContent(html_d8a915241cea8a63be78f7f3e7e666b8);
|
|
|
|
|
|
|
|
marker_d54aeaf94efc329d61debdf082576a8b.bindPopup(popup_1ff96039d4ad0963a12332325aff4c32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d54aeaf94efc329d61debdf082576a8b.setIcon(icon_c4a5d6bddafa0be98d61a3e1c6b9a69d);
|
|
|
|
|
|
var marker_53b16ce71ab98084b9f78a8e652015e4 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_33e58f4297f0e850527c3de1772b606f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00784a8b9da818ae5273b0fa3b6c4bfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67216cf5a97c001c139477e4135464f6 = $(`<div id="html_67216cf5a97c001c139477e4135464f6" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_00784a8b9da818ae5273b0fa3b6c4bfd.setContent(html_67216cf5a97c001c139477e4135464f6);
|
|
|
|
|
|
|
|
marker_53b16ce71ab98084b9f78a8e652015e4.bindPopup(popup_00784a8b9da818ae5273b0fa3b6c4bfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53b16ce71ab98084b9f78a8e652015e4.setIcon(icon_33e58f4297f0e850527c3de1772b606f);
|
|
|
|
|
|
var marker_93920852b60a740d284a2b916a829646 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_8f1eff5c200aac491fc7074c9e627a16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec57f78b447f458220c671470548d077 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d1d6b2268a350fd99448ec3ffdbec07 = $(`<div id="html_0d1d6b2268a350fd99448ec3ffdbec07" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_ec57f78b447f458220c671470548d077.setContent(html_0d1d6b2268a350fd99448ec3ffdbec07);
|
|
|
|
|
|
|
|
marker_93920852b60a740d284a2b916a829646.bindPopup(popup_ec57f78b447f458220c671470548d077)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93920852b60a740d284a2b916a829646.setIcon(icon_8f1eff5c200aac491fc7074c9e627a16);
|
|
|
|
|
|
var marker_59dd2b471ffaf1e88e00a4f01b7cb0db = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_43a73414823c98eab3b44b3df29e68d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_540323fc968bf6d0d2fd77d40a6550e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfcad46af2ec1778ab3467b6a1aef2cb = $(`<div id="html_cfcad46af2ec1778ab3467b6a1aef2cb" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_540323fc968bf6d0d2fd77d40a6550e6.setContent(html_cfcad46af2ec1778ab3467b6a1aef2cb);
|
|
|
|
|
|
|
|
marker_59dd2b471ffaf1e88e00a4f01b7cb0db.bindPopup(popup_540323fc968bf6d0d2fd77d40a6550e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59dd2b471ffaf1e88e00a4f01b7cb0db.setIcon(icon_43a73414823c98eab3b44b3df29e68d4);
|
|
|
|
|
|
var marker_41aa5b24c11da3d03ac77bd3a105bad1 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_14876afefe184f620737a7dc47f8e5c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_754d9d68cc2acd5ccb4ba63837898f64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c083741adf1da35b3814b6d4936158cc = $(`<div id="html_c083741adf1da35b3814b6d4936158cc" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_754d9d68cc2acd5ccb4ba63837898f64.setContent(html_c083741adf1da35b3814b6d4936158cc);
|
|
|
|
|
|
|
|
marker_41aa5b24c11da3d03ac77bd3a105bad1.bindPopup(popup_754d9d68cc2acd5ccb4ba63837898f64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41aa5b24c11da3d03ac77bd3a105bad1.setIcon(icon_14876afefe184f620737a7dc47f8e5c7);
|
|
|
|
|
|
var marker_ece9e65d0a04ad3c3d841bd2f68fc1f9 = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_f895b319af8b3df0c800bc778ee653ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d96728a02fb6d6e095632d7a07c4a7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_decffccb69f5afe3008b9b97fdfba228 = $(`<div id="html_decffccb69f5afe3008b9b97fdfba228" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_0d96728a02fb6d6e095632d7a07c4a7c.setContent(html_decffccb69f5afe3008b9b97fdfba228);
|
|
|
|
|
|
|
|
marker_ece9e65d0a04ad3c3d841bd2f68fc1f9.bindPopup(popup_0d96728a02fb6d6e095632d7a07c4a7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ece9e65d0a04ad3c3d841bd2f68fc1f9.setIcon(icon_f895b319af8b3df0c800bc778ee653ec);
|
|
|
|
|
|
var marker_91bcb89a3642534849db68f0d7282ea6 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_0d72fa9f307d405b97d9720a96880891 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_689a52bc8c4c109ddbd05f98f3c7fe18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1682aebd28661506375fbc77cc0af99d = $(`<div id="html_1682aebd28661506375fbc77cc0af99d" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_689a52bc8c4c109ddbd05f98f3c7fe18.setContent(html_1682aebd28661506375fbc77cc0af99d);
|
|
|
|
|
|
|
|
marker_91bcb89a3642534849db68f0d7282ea6.bindPopup(popup_689a52bc8c4c109ddbd05f98f3c7fe18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91bcb89a3642534849db68f0d7282ea6.setIcon(icon_0d72fa9f307d405b97d9720a96880891);
|
|
|
|
|
|
var marker_babc5cfd8acc2f633816a9acdc96f9bb = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_b9ed17cefa7271a945dfc9d4e88aeffd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70df37b9cf0b30cb41e5c64a623292b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c71bbc7f1836476ea3eb55f72325a45d = $(`<div id="html_c71bbc7f1836476ea3eb55f72325a45d" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_70df37b9cf0b30cb41e5c64a623292b4.setContent(html_c71bbc7f1836476ea3eb55f72325a45d);
|
|
|
|
|
|
|
|
marker_babc5cfd8acc2f633816a9acdc96f9bb.bindPopup(popup_70df37b9cf0b30cb41e5c64a623292b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_babc5cfd8acc2f633816a9acdc96f9bb.setIcon(icon_b9ed17cefa7271a945dfc9d4e88aeffd);
|
|
|
|
|
|
var marker_5c26238a39f01677b05cf4ce0d27c545 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_f17f9a7809d22db3dea89456e3e7822a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2932bb0217c6643805e630bfa4416017 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a358b4c9853acecbd3e0b0228122571 = $(`<div id="html_7a358b4c9853acecbd3e0b0228122571" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_2932bb0217c6643805e630bfa4416017.setContent(html_7a358b4c9853acecbd3e0b0228122571);
|
|
|
|
|
|
|
|
marker_5c26238a39f01677b05cf4ce0d27c545.bindPopup(popup_2932bb0217c6643805e630bfa4416017)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c26238a39f01677b05cf4ce0d27c545.setIcon(icon_f17f9a7809d22db3dea89456e3e7822a);
|
|
|
|
|
|
var marker_94310eeb5b4f1d7a4accc993ce848589 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_3e67549e0c7ed876561b79d7c9fbf466 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daf8010b63fc213f6198de8860acc51d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9ed748236741c6df5ca6b7968cdc116 = $(`<div id="html_b9ed748236741c6df5ca6b7968cdc116" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_daf8010b63fc213f6198de8860acc51d.setContent(html_b9ed748236741c6df5ca6b7968cdc116);
|
|
|
|
|
|
|
|
marker_94310eeb5b4f1d7a4accc993ce848589.bindPopup(popup_daf8010b63fc213f6198de8860acc51d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94310eeb5b4f1d7a4accc993ce848589.setIcon(icon_3e67549e0c7ed876561b79d7c9fbf466);
|
|
|
|
|
|
var marker_7514c18adfe6993aeca6df35e1daf21e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_686a1a4d10c4219058fb474b081e34af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7742b94e4f2ee29a4ddc93e552a7f87c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30e936ca2cdbb1ae9164c91dd5a704ce = $(`<div id="html_30e936ca2cdbb1ae9164c91dd5a704ce" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_7742b94e4f2ee29a4ddc93e552a7f87c.setContent(html_30e936ca2cdbb1ae9164c91dd5a704ce);
|
|
|
|
|
|
|
|
marker_7514c18adfe6993aeca6df35e1daf21e.bindPopup(popup_7742b94e4f2ee29a4ddc93e552a7f87c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7514c18adfe6993aeca6df35e1daf21e.setIcon(icon_686a1a4d10c4219058fb474b081e34af);
|
|
|
|
|
|
var marker_3455f28d2377cf28b6f1b187a0233fdc = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_4caee30c5ba1681ecb1dfd82dbc53a36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ba5a80dcdb46c1e725c2bcb4b67995a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53f9e43cb7e073e74c80419026fec347 = $(`<div id="html_53f9e43cb7e073e74c80419026fec347" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_1ba5a80dcdb46c1e725c2bcb4b67995a.setContent(html_53f9e43cb7e073e74c80419026fec347);
|
|
|
|
|
|
|
|
marker_3455f28d2377cf28b6f1b187a0233fdc.bindPopup(popup_1ba5a80dcdb46c1e725c2bcb4b67995a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3455f28d2377cf28b6f1b187a0233fdc.setIcon(icon_4caee30c5ba1681ecb1dfd82dbc53a36);
|
|
|
|
|
|
var marker_5fc4d690b91f7ee06ae0d4cb389cd10c = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_fdfdad919a8adfc0d953be027225820e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4042498175db5a018078fb53660d74c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07c3d5d76b4eb41022bb4538f08f9f3d = $(`<div id="html_07c3d5d76b4eb41022bb4538f08f9f3d" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_4042498175db5a018078fb53660d74c4.setContent(html_07c3d5d76b4eb41022bb4538f08f9f3d);
|
|
|
|
|
|
|
|
marker_5fc4d690b91f7ee06ae0d4cb389cd10c.bindPopup(popup_4042498175db5a018078fb53660d74c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fc4d690b91f7ee06ae0d4cb389cd10c.setIcon(icon_fdfdad919a8adfc0d953be027225820e);
|
|
|
|
|
|
var marker_612fb33e6ad5b5c1e539ca73266cb2fd = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_50c07bf040cf756383d7f4c4cac512a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02ee6f3476bd3ed15491d798832e43e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_731b47287c7787868b241d52790a8e7d = $(`<div id="html_731b47287c7787868b241d52790a8e7d" style="width: 100.0%; height: 100.0%;">wotr.relatr.xyz</div>`)[0];
|
|
popup_02ee6f3476bd3ed15491d798832e43e6.setContent(html_731b47287c7787868b241d52790a8e7d);
|
|
|
|
|
|
|
|
marker_612fb33e6ad5b5c1e539ca73266cb2fd.bindPopup(popup_02ee6f3476bd3ed15491d798832e43e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_612fb33e6ad5b5c1e539ca73266cb2fd.setIcon(icon_50c07bf040cf756383d7f4c4cac512a5);
|
|
|
|
|
|
var marker_f33c57ae61f0ddce29d8ca5e27f23235 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_4ca282d4f92358a9851e6f45abdc0bef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10cc3dd0f23a3dbdaeaa834559587fb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a16d0cfa7aadeb30cb249be449757bc0 = $(`<div id="html_a16d0cfa7aadeb30cb249be449757bc0" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_10cc3dd0f23a3dbdaeaa834559587fb0.setContent(html_a16d0cfa7aadeb30cb249be449757bc0);
|
|
|
|
|
|
|
|
marker_f33c57ae61f0ddce29d8ca5e27f23235.bindPopup(popup_10cc3dd0f23a3dbdaeaa834559587fb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f33c57ae61f0ddce29d8ca5e27f23235.setIcon(icon_4ca282d4f92358a9851e6f45abdc0bef);
|
|
|
|
|
|
var marker_6d5a0bfd3d601afa1ffe82c46f424534 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_4589aa3f934a011be3b27bc376c353f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_389690a1f1b592819ef3e5b8f3c3521a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3118f81dc05406b72e4a4e13d11d1ddf = $(`<div id="html_3118f81dc05406b72e4a4e13d11d1ddf" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_389690a1f1b592819ef3e5b8f3c3521a.setContent(html_3118f81dc05406b72e4a4e13d11d1ddf);
|
|
|
|
|
|
|
|
marker_6d5a0bfd3d601afa1ffe82c46f424534.bindPopup(popup_389690a1f1b592819ef3e5b8f3c3521a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d5a0bfd3d601afa1ffe82c46f424534.setIcon(icon_4589aa3f934a011be3b27bc376c353f8);
|
|
|
|
|
|
var marker_40e96e9fe95b56b3777cfcae57e68ad7 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_c45193703612ac920b5ad34f5a66bd98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a714824e07fe6c08e5a812761b460cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a9fbff8083770ff086b2c50dbc727d0 = $(`<div id="html_0a9fbff8083770ff086b2c50dbc727d0" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_9a714824e07fe6c08e5a812761b460cf.setContent(html_0a9fbff8083770ff086b2c50dbc727d0);
|
|
|
|
|
|
|
|
marker_40e96e9fe95b56b3777cfcae57e68ad7.bindPopup(popup_9a714824e07fe6c08e5a812761b460cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40e96e9fe95b56b3777cfcae57e68ad7.setIcon(icon_c45193703612ac920b5ad34f5a66bd98);
|
|
|
|
|
|
var marker_fe2c8a64eaf628fa4bc1f6aa7c783517 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_8aba36c407746ea9d7d11e1f9d545066 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ac48c0e62a22e3a2f4d1eda71e7ad4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_336a4c91ea1e7823c9f0eedac0b4c538 = $(`<div id="html_336a4c91ea1e7823c9f0eedac0b4c538" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_6ac48c0e62a22e3a2f4d1eda71e7ad4a.setContent(html_336a4c91ea1e7823c9f0eedac0b4c538);
|
|
|
|
|
|
|
|
marker_fe2c8a64eaf628fa4bc1f6aa7c783517.bindPopup(popup_6ac48c0e62a22e3a2f4d1eda71e7ad4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe2c8a64eaf628fa4bc1f6aa7c783517.setIcon(icon_8aba36c407746ea9d7d11e1f9d545066);
|
|
|
|
|
|
var marker_9768623d5e45ed77c4b1a366046ebdac = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_7b53b564495963c4e40ef4df419a1221 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdd36dbb664e598b62e6cf8e8f8d5002 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76b5bd35d60520fe28451fc9e26da10e = $(`<div id="html_76b5bd35d60520fe28451fc9e26da10e" style="width: 100.0%; height: 100.0%;">orly.ft.hn</div>`)[0];
|
|
popup_fdd36dbb664e598b62e6cf8e8f8d5002.setContent(html_76b5bd35d60520fe28451fc9e26da10e);
|
|
|
|
|
|
|
|
marker_9768623d5e45ed77c4b1a366046ebdac.bindPopup(popup_fdd36dbb664e598b62e6cf8e8f8d5002)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9768623d5e45ed77c4b1a366046ebdac.setIcon(icon_7b53b564495963c4e40ef4df419a1221);
|
|
|
|
|
|
var marker_41899d50c3c67bbd5742b667531b084c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_40b2b0ed1866d2d78a14549480698c9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_856eb5378768a2461531e556ee29a875 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ad3444629586aeef008b8ddeab08804 = $(`<div id="html_8ad3444629586aeef008b8ddeab08804" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_856eb5378768a2461531e556ee29a875.setContent(html_8ad3444629586aeef008b8ddeab08804);
|
|
|
|
|
|
|
|
marker_41899d50c3c67bbd5742b667531b084c.bindPopup(popup_856eb5378768a2461531e556ee29a875)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41899d50c3c67bbd5742b667531b084c.setIcon(icon_40b2b0ed1866d2d78a14549480698c9a);
|
|
|
|
|
|
var marker_c34e66366168ee10510b3158ed08a442 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_1f444798dfdd9451ec755d90dd7549e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64b2466f227185cba48ad1699db6232e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_361bbe12795518393e848d50665f1b38 = $(`<div id="html_361bbe12795518393e848d50665f1b38" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_64b2466f227185cba48ad1699db6232e.setContent(html_361bbe12795518393e848d50665f1b38);
|
|
|
|
|
|
|
|
marker_c34e66366168ee10510b3158ed08a442.bindPopup(popup_64b2466f227185cba48ad1699db6232e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c34e66366168ee10510b3158ed08a442.setIcon(icon_1f444798dfdd9451ec755d90dd7549e8);
|
|
|
|
|
|
var marker_73afb5d45e3c95648bd4c403856e0cd7 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_e95eb1f59958904e56b4183218ccbd6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71608541b802dc76be54b1222836e82c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8403e39515df8ea6462efcde2e94d98 = $(`<div id="html_a8403e39515df8ea6462efcde2e94d98" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_71608541b802dc76be54b1222836e82c.setContent(html_a8403e39515df8ea6462efcde2e94d98);
|
|
|
|
|
|
|
|
marker_73afb5d45e3c95648bd4c403856e0cd7.bindPopup(popup_71608541b802dc76be54b1222836e82c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73afb5d45e3c95648bd4c403856e0cd7.setIcon(icon_e95eb1f59958904e56b4183218ccbd6e);
|
|
|
|
|
|
var marker_4e8af98caf38d3713d8041818e77730e = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_107b7c503ed72c3588ccfed327d7f180 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_beb0c30d274d11c75aa8e4ac04bfcb50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe739e541a7795cadfeb065c7e0e454c = $(`<div id="html_fe739e541a7795cadfeb065c7e0e454c" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_beb0c30d274d11c75aa8e4ac04bfcb50.setContent(html_fe739e541a7795cadfeb065c7e0e454c);
|
|
|
|
|
|
|
|
marker_4e8af98caf38d3713d8041818e77730e.bindPopup(popup_beb0c30d274d11c75aa8e4ac04bfcb50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e8af98caf38d3713d8041818e77730e.setIcon(icon_107b7c503ed72c3588ccfed327d7f180);
|
|
|
|
|
|
var marker_bd8955cea4d27e4348f8e6b1f9c8ae43 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_5ce5de7853d2c3ca83c16b2f5a3beee4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6b0864763ecf2cb6d52fc0ae36a7af6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d5b82060832c209a0aaf731f7b7992c = $(`<div id="html_2d5b82060832c209a0aaf731f7b7992c" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_c6b0864763ecf2cb6d52fc0ae36a7af6.setContent(html_2d5b82060832c209a0aaf731f7b7992c);
|
|
|
|
|
|
|
|
marker_bd8955cea4d27e4348f8e6b1f9c8ae43.bindPopup(popup_c6b0864763ecf2cb6d52fc0ae36a7af6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd8955cea4d27e4348f8e6b1f9c8ae43.setIcon(icon_5ce5de7853d2c3ca83c16b2f5a3beee4);
|
|
|
|
|
|
var marker_0f6c773b61be32a890a6afefa65a076e = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_a33ca146531ae38a9d4d62fac1f8302f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21e12276eb714071e4e752d39047bbaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad36e9d227bf338e0df178b5859bb02c = $(`<div id="html_ad36e9d227bf338e0df178b5859bb02c" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_21e12276eb714071e4e752d39047bbaf.setContent(html_ad36e9d227bf338e0df178b5859bb02c);
|
|
|
|
|
|
|
|
marker_0f6c773b61be32a890a6afefa65a076e.bindPopup(popup_21e12276eb714071e4e752d39047bbaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f6c773b61be32a890a6afefa65a076e.setIcon(icon_a33ca146531ae38a9d4d62fac1f8302f);
|
|
|
|
|
|
var marker_74dad6a730e9bea1332c6b2c8139d4bf = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_bd19cb7163252845832704d003ec1783 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09776500099dd83bb13703f057ea3756 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d801496bfa123ec9120f696c84a478e = $(`<div id="html_5d801496bfa123ec9120f696c84a478e" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_09776500099dd83bb13703f057ea3756.setContent(html_5d801496bfa123ec9120f696c84a478e);
|
|
|
|
|
|
|
|
marker_74dad6a730e9bea1332c6b2c8139d4bf.bindPopup(popup_09776500099dd83bb13703f057ea3756)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74dad6a730e9bea1332c6b2c8139d4bf.setIcon(icon_bd19cb7163252845832704d003ec1783);
|
|
|
|
|
|
var marker_d7d74c744e47416e0326061ade4884ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_7ef97559ed9178ca30b3a991dfa76aea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c4511dad5ade20dedb386cde506341a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0708fc094e06b737f153621f4c28f8b = $(`<div id="html_f0708fc094e06b737f153621f4c28f8b" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_5c4511dad5ade20dedb386cde506341a.setContent(html_f0708fc094e06b737f153621f4c28f8b);
|
|
|
|
|
|
|
|
marker_d7d74c744e47416e0326061ade4884ca.bindPopup(popup_5c4511dad5ade20dedb386cde506341a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7d74c744e47416e0326061ade4884ca.setIcon(icon_7ef97559ed9178ca30b3a991dfa76aea);
|
|
|
|
|
|
var marker_fa8128a63fa27ff1b13077dc7b38a84d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_e0f71fda4cd4dae5c453d60138a9ec3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5646a04f69baf9ae602981bdbbefb05a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_119e8073783a88afd771b7652b35f2c7 = $(`<div id="html_119e8073783a88afd771b7652b35f2c7" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_5646a04f69baf9ae602981bdbbefb05a.setContent(html_119e8073783a88afd771b7652b35f2c7);
|
|
|
|
|
|
|
|
marker_fa8128a63fa27ff1b13077dc7b38a84d.bindPopup(popup_5646a04f69baf9ae602981bdbbefb05a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa8128a63fa27ff1b13077dc7b38a84d.setIcon(icon_e0f71fda4cd4dae5c453d60138a9ec3a);
|
|
|
|
|
|
var marker_23c66379c30bc5acb8fe5f0c8a3b25ed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_af064a3947d33123248c6e0241ebacdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a87368394a4d3d3382d478ff99c22032 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7fe1d0895ff2c13409c5b6faaa93755 = $(`<div id="html_a7fe1d0895ff2c13409c5b6faaa93755" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_a87368394a4d3d3382d478ff99c22032.setContent(html_a7fe1d0895ff2c13409c5b6faaa93755);
|
|
|
|
|
|
|
|
marker_23c66379c30bc5acb8fe5f0c8a3b25ed.bindPopup(popup_a87368394a4d3d3382d478ff99c22032)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23c66379c30bc5acb8fe5f0c8a3b25ed.setIcon(icon_af064a3947d33123248c6e0241ebacdf);
|
|
|
|
|
|
var marker_655c3f9c940a51d9a150563682a06567 = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_f110198f29d6b9bc6ce54dbc09ad89bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_604de08823714284d9694de70f0125c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9a014b28651c3a3dc60a7c3445bf3d7 = $(`<div id="html_d9a014b28651c3a3dc60a7c3445bf3d7" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_604de08823714284d9694de70f0125c2.setContent(html_d9a014b28651c3a3dc60a7c3445bf3d7);
|
|
|
|
|
|
|
|
marker_655c3f9c940a51d9a150563682a06567.bindPopup(popup_604de08823714284d9694de70f0125c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_655c3f9c940a51d9a150563682a06567.setIcon(icon_f110198f29d6b9bc6ce54dbc09ad89bd);
|
|
|
|
|
|
var marker_373588c7c1e02acec3cf47a6b5c7d343 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_283b7a53e45c84abad0b178125d5ebe6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a243e9292d78a6e9dff1af1785686467 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7c00b37f444b58ed4386171b93ee696 = $(`<div id="html_d7c00b37f444b58ed4386171b93ee696" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_a243e9292d78a6e9dff1af1785686467.setContent(html_d7c00b37f444b58ed4386171b93ee696);
|
|
|
|
|
|
|
|
marker_373588c7c1e02acec3cf47a6b5c7d343.bindPopup(popup_a243e9292d78a6e9dff1af1785686467)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_373588c7c1e02acec3cf47a6b5c7d343.setIcon(icon_283b7a53e45c84abad0b178125d5ebe6);
|
|
|
|
|
|
var marker_2865a964d4ca66dfcc79ae725958a56c = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_969b71a74e7e8331f70c1d4a5fce24a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4c927d81d7ffdbf258138d6952ef826 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b51dabf4f5ee719152dd0954ec0b935f = $(`<div id="html_b51dabf4f5ee719152dd0954ec0b935f" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_d4c927d81d7ffdbf258138d6952ef826.setContent(html_b51dabf4f5ee719152dd0954ec0b935f);
|
|
|
|
|
|
|
|
marker_2865a964d4ca66dfcc79ae725958a56c.bindPopup(popup_d4c927d81d7ffdbf258138d6952ef826)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2865a964d4ca66dfcc79ae725958a56c.setIcon(icon_969b71a74e7e8331f70c1d4a5fce24a4);
|
|
|
|
|
|
var marker_7b6c52b3193e4638c1c6a77e2b9e2965 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_a0a5c8dfabddf2f8baaf0807477363da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd32cfa2b5402edbfa0af6761d512cc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_229de759c8d1e1b87076227a374c5962 = $(`<div id="html_229de759c8d1e1b87076227a374c5962" style="width: 100.0%; height: 100.0%;">zg0vtbriqdog7.clorecloud.net</div>`)[0];
|
|
popup_bd32cfa2b5402edbfa0af6761d512cc4.setContent(html_229de759c8d1e1b87076227a374c5962);
|
|
|
|
|
|
|
|
marker_7b6c52b3193e4638c1c6a77e2b9e2965.bindPopup(popup_bd32cfa2b5402edbfa0af6761d512cc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b6c52b3193e4638c1c6a77e2b9e2965.setIcon(icon_a0a5c8dfabddf2f8baaf0807477363da);
|
|
|
|
|
|
var marker_0109bbd16355a2277b494c782cc2e992 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_111d1261cee030ac84fc17eb4e124261 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19f6e9e733cc50f381ceadde168f4587 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d73506e476b1b3ef425111f8229cdcf = $(`<div id="html_3d73506e476b1b3ef425111f8229cdcf" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_19f6e9e733cc50f381ceadde168f4587.setContent(html_3d73506e476b1b3ef425111f8229cdcf);
|
|
|
|
|
|
|
|
marker_0109bbd16355a2277b494c782cc2e992.bindPopup(popup_19f6e9e733cc50f381ceadde168f4587)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0109bbd16355a2277b494c782cc2e992.setIcon(icon_111d1261cee030ac84fc17eb4e124261);
|
|
|
|
|
|
var marker_0c155f092595f9e85b944b04e7c8e72c = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_2837f46c4b3f3d2899aa795c7d89c8d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb6f52c315fc79923e3d89105cc4ccfa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3840179ca86a263137c904440342a54d = $(`<div id="html_3840179ca86a263137c904440342a54d" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_cb6f52c315fc79923e3d89105cc4ccfa.setContent(html_3840179ca86a263137c904440342a54d);
|
|
|
|
|
|
|
|
marker_0c155f092595f9e85b944b04e7c8e72c.bindPopup(popup_cb6f52c315fc79923e3d89105cc4ccfa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c155f092595f9e85b944b04e7c8e72c.setIcon(icon_2837f46c4b3f3d2899aa795c7d89c8d8);
|
|
|
|
|
|
var marker_927c0f3a5d4e370db22dba2aaf5930b7 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_560880fa84087861e63e89563ab1e036 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffa781b657e0e28ed603517a0317d06e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_532b4821cbed7dbfc29f6ce444425577 = $(`<div id="html_532b4821cbed7dbfc29f6ce444425577" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_ffa781b657e0e28ed603517a0317d06e.setContent(html_532b4821cbed7dbfc29f6ce444425577);
|
|
|
|
|
|
|
|
marker_927c0f3a5d4e370db22dba2aaf5930b7.bindPopup(popup_ffa781b657e0e28ed603517a0317d06e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_927c0f3a5d4e370db22dba2aaf5930b7.setIcon(icon_560880fa84087861e63e89563ab1e036);
|
|
|
|
|
|
var marker_7d53ce944f7dea96972cb126a6fa5342 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_8c930f6f42d8a60da666258afb19edb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee56be05e35b121438b9e5058c7f44c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57e76e65c2322f692f193c53d47d2c38 = $(`<div id="html_57e76e65c2322f692f193c53d47d2c38" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_ee56be05e35b121438b9e5058c7f44c9.setContent(html_57e76e65c2322f692f193c53d47d2c38);
|
|
|
|
|
|
|
|
marker_7d53ce944f7dea96972cb126a6fa5342.bindPopup(popup_ee56be05e35b121438b9e5058c7f44c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d53ce944f7dea96972cb126a6fa5342.setIcon(icon_8c930f6f42d8a60da666258afb19edb6);
|
|
|
|
|
|
var marker_0d527c511a9e23c5fe8056a15dee0097 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_ca30ee2db35b32df305ef0ae474b4832 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c4c94d4d2e3986d9f79004e5c8ce98a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c7f97b30d165b66632e624331e75712 = $(`<div id="html_4c7f97b30d165b66632e624331e75712" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_2c4c94d4d2e3986d9f79004e5c8ce98a.setContent(html_4c7f97b30d165b66632e624331e75712);
|
|
|
|
|
|
|
|
marker_0d527c511a9e23c5fe8056a15dee0097.bindPopup(popup_2c4c94d4d2e3986d9f79004e5c8ce98a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d527c511a9e23c5fe8056a15dee0097.setIcon(icon_ca30ee2db35b32df305ef0ae474b4832);
|
|
|
|
|
|
var marker_00e62a5030c3962b8e97e3bf1be62df8 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_820fd0024d64f7bec1f68b3ddf0ddcf3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91137f0bdf8350e8434424d2666e9eef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad547feb7568b2dcf1066d56a1c7260a = $(`<div id="html_ad547feb7568b2dcf1066d56a1c7260a" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_91137f0bdf8350e8434424d2666e9eef.setContent(html_ad547feb7568b2dcf1066d56a1c7260a);
|
|
|
|
|
|
|
|
marker_00e62a5030c3962b8e97e3bf1be62df8.bindPopup(popup_91137f0bdf8350e8434424d2666e9eef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00e62a5030c3962b8e97e3bf1be62df8.setIcon(icon_820fd0024d64f7bec1f68b3ddf0ddcf3);
|
|
|
|
|
|
var marker_899f530c195615faa19a5b5db7ad379d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_94d18d3d54177ce83ecfb83cb3412940 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b099eb36f13527cf801af3d0e0df405 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc545809fcc91bde3996f733381ba892 = $(`<div id="html_bc545809fcc91bde3996f733381ba892" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_9b099eb36f13527cf801af3d0e0df405.setContent(html_bc545809fcc91bde3996f733381ba892);
|
|
|
|
|
|
|
|
marker_899f530c195615faa19a5b5db7ad379d.bindPopup(popup_9b099eb36f13527cf801af3d0e0df405)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_899f530c195615faa19a5b5db7ad379d.setIcon(icon_94d18d3d54177ce83ecfb83cb3412940);
|
|
|
|
|
|
var marker_c315b62fd82f562a46dff1bb07a2c63b = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_f94bd10a4e592b185d3dfc726b2c66c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a1a3ab90d854081cc6e7198d53d5036 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c42cc59beade12f6becfbbb41b06d78 = $(`<div id="html_2c42cc59beade12f6becfbbb41b06d78" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_1a1a3ab90d854081cc6e7198d53d5036.setContent(html_2c42cc59beade12f6becfbbb41b06d78);
|
|
|
|
|
|
|
|
marker_c315b62fd82f562a46dff1bb07a2c63b.bindPopup(popup_1a1a3ab90d854081cc6e7198d53d5036)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c315b62fd82f562a46dff1bb07a2c63b.setIcon(icon_f94bd10a4e592b185d3dfc726b2c66c3);
|
|
|
|
|
|
var marker_758b6920c099b8c79abbdc7b228e3afd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_52aeaa004ce147e7df2ee7aee94c4ef7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79ee6b980f2f5c4de6721528edb5c36a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6e80b088d9486b0713969b26dc6c16e = $(`<div id="html_d6e80b088d9486b0713969b26dc6c16e" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_79ee6b980f2f5c4de6721528edb5c36a.setContent(html_d6e80b088d9486b0713969b26dc6c16e);
|
|
|
|
|
|
|
|
marker_758b6920c099b8c79abbdc7b228e3afd.bindPopup(popup_79ee6b980f2f5c4de6721528edb5c36a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_758b6920c099b8c79abbdc7b228e3afd.setIcon(icon_52aeaa004ce147e7df2ee7aee94c4ef7);
|
|
|
|
|
|
var marker_555e36603270939d7ae742d62eb759e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_5aaf7fdb6ada71dc136c09c6fb418baf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec9e589d5eb16126d9a26587aedff40e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66b5a441b29f27a40852242da5e00c99 = $(`<div id="html_66b5a441b29f27a40852242da5e00c99" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_ec9e589d5eb16126d9a26587aedff40e.setContent(html_66b5a441b29f27a40852242da5e00c99);
|
|
|
|
|
|
|
|
marker_555e36603270939d7ae742d62eb759e3.bindPopup(popup_ec9e589d5eb16126d9a26587aedff40e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_555e36603270939d7ae742d62eb759e3.setIcon(icon_5aaf7fdb6ada71dc136c09c6fb418baf);
|
|
|
|
|
|
var marker_70b7311a62340183b201da1a5372d318 = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_a6d7be430bf4c42d3d0ffcc50a4735c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e75de7fedb7b29927f19a4d9acf594d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64ce915bb9ee0b0d8d36c769c84a3959 = $(`<div id="html_64ce915bb9ee0b0d8d36c769c84a3959" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_9e75de7fedb7b29927f19a4d9acf594d.setContent(html_64ce915bb9ee0b0d8d36c769c84a3959);
|
|
|
|
|
|
|
|
marker_70b7311a62340183b201da1a5372d318.bindPopup(popup_9e75de7fedb7b29927f19a4d9acf594d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70b7311a62340183b201da1a5372d318.setIcon(icon_a6d7be430bf4c42d3d0ffcc50a4735c6);
|
|
|
|
|
|
var marker_3a3280a313741339f448735a93b9bc19 = L.marker(
|
|
[54.5847, 10.0178],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_2e68e8f2581b8f4eea821715f15dccd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_239013aaa78bf06dfe134064b391c788 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4666c16631269143b80a6c629eaa994d = $(`<div id="html_4666c16631269143b80a6c629eaa994d" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_239013aaa78bf06dfe134064b391c788.setContent(html_4666c16631269143b80a6c629eaa994d);
|
|
|
|
|
|
|
|
marker_3a3280a313741339f448735a93b9bc19.bindPopup(popup_239013aaa78bf06dfe134064b391c788)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a3280a313741339f448735a93b9bc19.setIcon(icon_2e68e8f2581b8f4eea821715f15dccd3);
|
|
|
|
|
|
var marker_19bc05be2281cb4a072c7430b97a5b2e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_e61fc1daa3a6c6f34ae4b3a4cf703dfc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfcc44ca71ebef4a864073d95627f2d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_450eaafe25b233dac7b3fbb8471d3d43 = $(`<div id="html_450eaafe25b233dac7b3fbb8471d3d43" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_bfcc44ca71ebef4a864073d95627f2d0.setContent(html_450eaafe25b233dac7b3fbb8471d3d43);
|
|
|
|
|
|
|
|
marker_19bc05be2281cb4a072c7430b97a5b2e.bindPopup(popup_bfcc44ca71ebef4a864073d95627f2d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19bc05be2281cb4a072c7430b97a5b2e.setIcon(icon_e61fc1daa3a6c6f34ae4b3a4cf703dfc);
|
|
|
|
|
|
var marker_0cfcb335c33ec7f0c79e836e1879c242 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_229c9d802ccc3a289520bf8ed3e908fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c07b97aff3f2519d085aa362e4a4567 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2e8041481ab00778b3bd58f0f1cab2a = $(`<div id="html_b2e8041481ab00778b3bd58f0f1cab2a" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_8c07b97aff3f2519d085aa362e4a4567.setContent(html_b2e8041481ab00778b3bd58f0f1cab2a);
|
|
|
|
|
|
|
|
marker_0cfcb335c33ec7f0c79e836e1879c242.bindPopup(popup_8c07b97aff3f2519d085aa362e4a4567)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cfcb335c33ec7f0c79e836e1879c242.setIcon(icon_229c9d802ccc3a289520bf8ed3e908fb);
|
|
|
|
|
|
var marker_7a33032c8e768b164963013416c12e8f = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_02c6cf9331b3a397e47e983781b4ee88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eebae98b22ad255eef9b247ccb9efd6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19d647446379f76031999463c58223f8 = $(`<div id="html_19d647446379f76031999463c58223f8" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_eebae98b22ad255eef9b247ccb9efd6d.setContent(html_19d647446379f76031999463c58223f8);
|
|
|
|
|
|
|
|
marker_7a33032c8e768b164963013416c12e8f.bindPopup(popup_eebae98b22ad255eef9b247ccb9efd6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a33032c8e768b164963013416c12e8f.setIcon(icon_02c6cf9331b3a397e47e983781b4ee88);
|
|
|
|
|
|
var marker_91981b6424f4f701a9045803c9d76898 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_eeea2a4e04267d130546f90e576108b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0afc87389e26123852f85523285d0c51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5373ec6dec87f9bea95324df1dc0134a = $(`<div id="html_5373ec6dec87f9bea95324df1dc0134a" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_0afc87389e26123852f85523285d0c51.setContent(html_5373ec6dec87f9bea95324df1dc0134a);
|
|
|
|
|
|
|
|
marker_91981b6424f4f701a9045803c9d76898.bindPopup(popup_0afc87389e26123852f85523285d0c51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91981b6424f4f701a9045803c9d76898.setIcon(icon_eeea2a4e04267d130546f90e576108b6);
|
|
|
|
|
|
var marker_2df948f23fe3ddaee330df731a519397 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_2ca74b4abc7ee3b6b52c2922a41cf9e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9fbe3e02f0bb590e89fd39a8c9ac58d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b4305e518f4b887f571c75a78c9fd58 = $(`<div id="html_9b4305e518f4b887f571c75a78c9fd58" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_c9fbe3e02f0bb590e89fd39a8c9ac58d.setContent(html_9b4305e518f4b887f571c75a78c9fd58);
|
|
|
|
|
|
|
|
marker_2df948f23fe3ddaee330df731a519397.bindPopup(popup_c9fbe3e02f0bb590e89fd39a8c9ac58d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2df948f23fe3ddaee330df731a519397.setIcon(icon_2ca74b4abc7ee3b6b52c2922a41cf9e6);
|
|
|
|
|
|
var marker_80d4183ff36623b560a85b027b803a94 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_ef673fd89ba1b527ef668c56450b9d21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0568e531c73d22da78988905625f0d51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7c4579d88c6452ac44ba7444924f494 = $(`<div id="html_e7c4579d88c6452ac44ba7444924f494" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_0568e531c73d22da78988905625f0d51.setContent(html_e7c4579d88c6452ac44ba7444924f494);
|
|
|
|
|
|
|
|
marker_80d4183ff36623b560a85b027b803a94.bindPopup(popup_0568e531c73d22da78988905625f0d51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80d4183ff36623b560a85b027b803a94.setIcon(icon_ef673fd89ba1b527ef668c56450b9d21);
|
|
|
|
|
|
var marker_636e252c86920ae9d2d8796c0c7b3668 = L.marker(
|
|
[34.6235, 50.8518],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_d90e7f00fe7a364beb5caf88b2c4d0a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ba1749a098cf8c50921cdc3f685c440 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d359a257358abe11eef7a6b2333ca86 = $(`<div id="html_3d359a257358abe11eef7a6b2333ca86" style="width: 100.0%; height: 100.0%;">sfri-mhmd.liara.run</div>`)[0];
|
|
popup_7ba1749a098cf8c50921cdc3f685c440.setContent(html_3d359a257358abe11eef7a6b2333ca86);
|
|
|
|
|
|
|
|
marker_636e252c86920ae9d2d8796c0c7b3668.bindPopup(popup_7ba1749a098cf8c50921cdc3f685c440)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_636e252c86920ae9d2d8796c0c7b3668.setIcon(icon_d90e7f00fe7a364beb5caf88b2c4d0a1);
|
|
|
|
|
|
var marker_d938b0806a31311f1f9eb46d79545425 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_9853161330ac8718e664636dde0c88a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abdf963e84ff3a33c9318ccc70e575ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_301f37b467aaa9afb398955b8706f5ee = $(`<div id="html_301f37b467aaa9afb398955b8706f5ee" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_abdf963e84ff3a33c9318ccc70e575ce.setContent(html_301f37b467aaa9afb398955b8706f5ee);
|
|
|
|
|
|
|
|
marker_d938b0806a31311f1f9eb46d79545425.bindPopup(popup_abdf963e84ff3a33c9318ccc70e575ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d938b0806a31311f1f9eb46d79545425.setIcon(icon_9853161330ac8718e664636dde0c88a7);
|
|
|
|
|
|
var marker_1c06b652ae6bd301e60b87a65e72f552 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_c223caa4e5df07ea7f71843498bf4ecd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64f664bdb382fa5141924f207716f99a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4cfebbded8b265683eb486d4f1cedb9 = $(`<div id="html_f4cfebbded8b265683eb486d4f1cedb9" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_64f664bdb382fa5141924f207716f99a.setContent(html_f4cfebbded8b265683eb486d4f1cedb9);
|
|
|
|
|
|
|
|
marker_1c06b652ae6bd301e60b87a65e72f552.bindPopup(popup_64f664bdb382fa5141924f207716f99a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c06b652ae6bd301e60b87a65e72f552.setIcon(icon_c223caa4e5df07ea7f71843498bf4ecd);
|
|
|
|
|
|
var marker_596fb57759cbd01a0f8494349c4413b4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_6c10efd68789394e8b512aca274a37d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e04df65e7b570de7fbe75bf3c2e13ab6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9a39defd8e32e8ca24c06b898dab0c5 = $(`<div id="html_c9a39defd8e32e8ca24c06b898dab0c5" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_e04df65e7b570de7fbe75bf3c2e13ab6.setContent(html_c9a39defd8e32e8ca24c06b898dab0c5);
|
|
|
|
|
|
|
|
marker_596fb57759cbd01a0f8494349c4413b4.bindPopup(popup_e04df65e7b570de7fbe75bf3c2e13ab6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_596fb57759cbd01a0f8494349c4413b4.setIcon(icon_6c10efd68789394e8b512aca274a37d2);
|
|
|
|
|
|
var marker_c48c03da9a9929086bc1fe4846fd1445 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_b5ba07033e0b3fd0d7a5aa0bf29b7ec8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f662be2716dc0ab674b7b4bfec97d44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a2a580ac04bef9a459fc85cf01d7b06 = $(`<div id="html_6a2a580ac04bef9a459fc85cf01d7b06" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_3f662be2716dc0ab674b7b4bfec97d44.setContent(html_6a2a580ac04bef9a459fc85cf01d7b06);
|
|
|
|
|
|
|
|
marker_c48c03da9a9929086bc1fe4846fd1445.bindPopup(popup_3f662be2716dc0ab674b7b4bfec97d44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c48c03da9a9929086bc1fe4846fd1445.setIcon(icon_b5ba07033e0b3fd0d7a5aa0bf29b7ec8);
|
|
|
|
|
|
var marker_46f63a3d89e675be4a0adad0e05999da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_7786c97611767e94a4e95d30dbc388eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_039cc4735a2897b76e8aa9a54ddca66b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cda8481e5c5e504fd6f36a57f806ae7 = $(`<div id="html_8cda8481e5c5e504fd6f36a57f806ae7" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_039cc4735a2897b76e8aa9a54ddca66b.setContent(html_8cda8481e5c5e504fd6f36a57f806ae7);
|
|
|
|
|
|
|
|
marker_46f63a3d89e675be4a0adad0e05999da.bindPopup(popup_039cc4735a2897b76e8aa9a54ddca66b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46f63a3d89e675be4a0adad0e05999da.setIcon(icon_7786c97611767e94a4e95d30dbc388eb);
|
|
|
|
|
|
var marker_59c053125b5e9b50ae16b3ca49bb45a3 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_07fd2dc57dea8d2b05a616a243932d2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_503dd328e38801509e022d588d275339 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6385b44521ada5eaae40e19ff24b0df1 = $(`<div id="html_6385b44521ada5eaae40e19ff24b0df1" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_503dd328e38801509e022d588d275339.setContent(html_6385b44521ada5eaae40e19ff24b0df1);
|
|
|
|
|
|
|
|
marker_59c053125b5e9b50ae16b3ca49bb45a3.bindPopup(popup_503dd328e38801509e022d588d275339)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59c053125b5e9b50ae16b3ca49bb45a3.setIcon(icon_07fd2dc57dea8d2b05a616a243932d2a);
|
|
|
|
|
|
var marker_1c081f40d4ffa856f9a7f8112e9ea713 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_6c850d86383fed86daab98496bd971e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_269b604cc85c4f0a709fc6bd53fb10f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0754668cf81697581383916af52b8419 = $(`<div id="html_0754668cf81697581383916af52b8419" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_269b604cc85c4f0a709fc6bd53fb10f6.setContent(html_0754668cf81697581383916af52b8419);
|
|
|
|
|
|
|
|
marker_1c081f40d4ffa856f9a7f8112e9ea713.bindPopup(popup_269b604cc85c4f0a709fc6bd53fb10f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c081f40d4ffa856f9a7f8112e9ea713.setIcon(icon_6c850d86383fed86daab98496bd971e6);
|
|
|
|
|
|
var marker_a07bc0dcf5c4a7900ad407c436eb04ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_a487d546f14b413321a15be2d09f0941 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_977e0e9cd4096dc2f0d1e72630f1d67b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19fa918d645c9162fb98391d932fef89 = $(`<div id="html_19fa918d645c9162fb98391d932fef89" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_977e0e9cd4096dc2f0d1e72630f1d67b.setContent(html_19fa918d645c9162fb98391d932fef89);
|
|
|
|
|
|
|
|
marker_a07bc0dcf5c4a7900ad407c436eb04ff.bindPopup(popup_977e0e9cd4096dc2f0d1e72630f1d67b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a07bc0dcf5c4a7900ad407c436eb04ff.setIcon(icon_a487d546f14b413321a15be2d09f0941);
|
|
|
|
|
|
var marker_180469bdb7c694c4d055fd3e120ed831 = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_72f9fedd8b2be9c79bf38569de40b941 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8513cc92c462a20577f80cd7cd7565c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13efcab0b22eb10100a64ee8e77ba1c3 = $(`<div id="html_13efcab0b22eb10100a64ee8e77ba1c3" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_8513cc92c462a20577f80cd7cd7565c1.setContent(html_13efcab0b22eb10100a64ee8e77ba1c3);
|
|
|
|
|
|
|
|
marker_180469bdb7c694c4d055fd3e120ed831.bindPopup(popup_8513cc92c462a20577f80cd7cd7565c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_180469bdb7c694c4d055fd3e120ed831.setIcon(icon_72f9fedd8b2be9c79bf38569de40b941);
|
|
|
|
|
|
var marker_ed48fdcb0db82f61390110aa504a5ca8 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_b676de05c9f694020101cee6a13f7a48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15b82b1e759c213349d85a2b9da5f675 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28ea72861911fe59aac47b011c71fddd = $(`<div id="html_28ea72861911fe59aac47b011c71fddd" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_15b82b1e759c213349d85a2b9da5f675.setContent(html_28ea72861911fe59aac47b011c71fddd);
|
|
|
|
|
|
|
|
marker_ed48fdcb0db82f61390110aa504a5ca8.bindPopup(popup_15b82b1e759c213349d85a2b9da5f675)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed48fdcb0db82f61390110aa504a5ca8.setIcon(icon_b676de05c9f694020101cee6a13f7a48);
|
|
|
|
|
|
var marker_679d57b4bd3b86f6248c9a79d4d63b12 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_fe032468a610ba1a347edbc063e372f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ae3bfe7cdacab1124672034451b4669 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88db83428f30db57da2d1d53a1a1c0d7 = $(`<div id="html_88db83428f30db57da2d1d53a1a1c0d7" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_5ae3bfe7cdacab1124672034451b4669.setContent(html_88db83428f30db57da2d1d53a1a1c0d7);
|
|
|
|
|
|
|
|
marker_679d57b4bd3b86f6248c9a79d4d63b12.bindPopup(popup_5ae3bfe7cdacab1124672034451b4669)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_679d57b4bd3b86f6248c9a79d4d63b12.setIcon(icon_fe032468a610ba1a347edbc063e372f7);
|
|
|
|
|
|
var marker_ed25db4a52c5ef24f98eb894eb7ca556 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_b115909226e4159bec37dd76f988fe9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_561c62774bed8645c1e27707375b172b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e78f95be2d93cd27791cef8ab0ddf770 = $(`<div id="html_e78f95be2d93cd27791cef8ab0ddf770" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_561c62774bed8645c1e27707375b172b.setContent(html_e78f95be2d93cd27791cef8ab0ddf770);
|
|
|
|
|
|
|
|
marker_ed25db4a52c5ef24f98eb894eb7ca556.bindPopup(popup_561c62774bed8645c1e27707375b172b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed25db4a52c5ef24f98eb894eb7ca556.setIcon(icon_b115909226e4159bec37dd76f988fe9c);
|
|
|
|
|
|
var marker_2b32f653131e4e125557639e9741874c = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_2fc99446a8401dacc0aaf00fcebdca18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84523e425d3eb1489bf8ca2e7a872d9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_099aced14502c3fc8ad4b73318a6e8e8 = $(`<div id="html_099aced14502c3fc8ad4b73318a6e8e8" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_84523e425d3eb1489bf8ca2e7a872d9f.setContent(html_099aced14502c3fc8ad4b73318a6e8e8);
|
|
|
|
|
|
|
|
marker_2b32f653131e4e125557639e9741874c.bindPopup(popup_84523e425d3eb1489bf8ca2e7a872d9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b32f653131e4e125557639e9741874c.setIcon(icon_2fc99446a8401dacc0aaf00fcebdca18);
|
|
|
|
|
|
var marker_369ca975c1de2109db5a4a650c0417a1 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_c49d25ea15385cb5d3625f87d9527c33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0782543519db479c5b197f3af531c6f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7055c8c2845e6e3c0fd0e4eb48f1b321 = $(`<div id="html_7055c8c2845e6e3c0fd0e4eb48f1b321" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_0782543519db479c5b197f3af531c6f6.setContent(html_7055c8c2845e6e3c0fd0e4eb48f1b321);
|
|
|
|
|
|
|
|
marker_369ca975c1de2109db5a4a650c0417a1.bindPopup(popup_0782543519db479c5b197f3af531c6f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_369ca975c1de2109db5a4a650c0417a1.setIcon(icon_c49d25ea15385cb5d3625f87d9527c33);
|
|
|
|
|
|
var marker_5b84415f7ee7fb5a4933691966e2bc3c = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_c577a946fc2b73ffaf72c4f09c4536fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc5ee6135936ab06d7adf29e2150f8c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1b10219c964bc6cb5629c5bf8ec122a = $(`<div id="html_e1b10219c964bc6cb5629c5bf8ec122a" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_dc5ee6135936ab06d7adf29e2150f8c2.setContent(html_e1b10219c964bc6cb5629c5bf8ec122a);
|
|
|
|
|
|
|
|
marker_5b84415f7ee7fb5a4933691966e2bc3c.bindPopup(popup_dc5ee6135936ab06d7adf29e2150f8c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b84415f7ee7fb5a4933691966e2bc3c.setIcon(icon_c577a946fc2b73ffaf72c4f09c4536fc);
|
|
|
|
|
|
var marker_275b83628807cad31954deec712e69da = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_fae4ffdb5b73392124bae1cea59d2d44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e005f4bcf8f831fad416e1a61df29d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adbdf46d4ae8a7137e81676dad00a4ae = $(`<div id="html_adbdf46d4ae8a7137e81676dad00a4ae" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_2e005f4bcf8f831fad416e1a61df29d4.setContent(html_adbdf46d4ae8a7137e81676dad00a4ae);
|
|
|
|
|
|
|
|
marker_275b83628807cad31954deec712e69da.bindPopup(popup_2e005f4bcf8f831fad416e1a61df29d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_275b83628807cad31954deec712e69da.setIcon(icon_fae4ffdb5b73392124bae1cea59d2d44);
|
|
|
|
|
|
var marker_c2e2012809334ad19e54dc923a90ea04 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_7953f0bbd3d3240df9b16eee72b56243 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9fbd300dbefd4f026f32d283de516b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_930b7937638a668bd468a8c8ddc0897a = $(`<div id="html_930b7937638a668bd468a8c8ddc0897a" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_b9fbd300dbefd4f026f32d283de516b0.setContent(html_930b7937638a668bd468a8c8ddc0897a);
|
|
|
|
|
|
|
|
marker_c2e2012809334ad19e54dc923a90ea04.bindPopup(popup_b9fbd300dbefd4f026f32d283de516b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2e2012809334ad19e54dc923a90ea04.setIcon(icon_7953f0bbd3d3240df9b16eee72b56243);
|
|
|
|
|
|
var marker_14d5f0a29fb4ca6def0ce20e9ac98da8 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_03884756cf26dd8eb0fe43cad087465b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_829f927cb54559b050b22f21af11356e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98d121aa7f1f50b3871a9129dd96e4d9 = $(`<div id="html_98d121aa7f1f50b3871a9129dd96e4d9" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_829f927cb54559b050b22f21af11356e.setContent(html_98d121aa7f1f50b3871a9129dd96e4d9);
|
|
|
|
|
|
|
|
marker_14d5f0a29fb4ca6def0ce20e9ac98da8.bindPopup(popup_829f927cb54559b050b22f21af11356e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14d5f0a29fb4ca6def0ce20e9ac98da8.setIcon(icon_03884756cf26dd8eb0fe43cad087465b);
|
|
|
|
|
|
var marker_ec64d4c741afa0b2a2e7e712a97875d6 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_1160ae97fced75c622abbf2dd36d5985 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01f13252fd2f19293be4223b4bb675df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e0349f73867a546a94de5f576cc9892 = $(`<div id="html_1e0349f73867a546a94de5f576cc9892" style="width: 100.0%; height: 100.0%;">shu03.shugur.net</div>`)[0];
|
|
popup_01f13252fd2f19293be4223b4bb675df.setContent(html_1e0349f73867a546a94de5f576cc9892);
|
|
|
|
|
|
|
|
marker_ec64d4c741afa0b2a2e7e712a97875d6.bindPopup(popup_01f13252fd2f19293be4223b4bb675df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec64d4c741afa0b2a2e7e712a97875d6.setIcon(icon_1160ae97fced75c622abbf2dd36d5985);
|
|
|
|
|
|
var marker_7422b6728561fa3ec1d48d367627c79e = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_19c5c02c070fbfd0846a61a646a9013f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d164bed11fe91ca8963327a0f7510d3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b151c990af027ae7426ddbc466dd8d09 = $(`<div id="html_b151c990af027ae7426ddbc466dd8d09" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_d164bed11fe91ca8963327a0f7510d3d.setContent(html_b151c990af027ae7426ddbc466dd8d09);
|
|
|
|
|
|
|
|
marker_7422b6728561fa3ec1d48d367627c79e.bindPopup(popup_d164bed11fe91ca8963327a0f7510d3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7422b6728561fa3ec1d48d367627c79e.setIcon(icon_19c5c02c070fbfd0846a61a646a9013f);
|
|
|
|
|
|
var marker_43921a3fd9af372244ae23ce941e6107 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_7268939f556c2b9e2b1adf193ca49b08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90d07ba38283bfcb8c6ba7fceb88fdca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0734008da5ad1e7de62d0a76227b93d = $(`<div id="html_f0734008da5ad1e7de62d0a76227b93d" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_90d07ba38283bfcb8c6ba7fceb88fdca.setContent(html_f0734008da5ad1e7de62d0a76227b93d);
|
|
|
|
|
|
|
|
marker_43921a3fd9af372244ae23ce941e6107.bindPopup(popup_90d07ba38283bfcb8c6ba7fceb88fdca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43921a3fd9af372244ae23ce941e6107.setIcon(icon_7268939f556c2b9e2b1adf193ca49b08);
|
|
|
|
|
|
var marker_183b0d5e06f5359d21f0962a696c1a1d = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_c09fa3f50f1f3e5330b73b136330b61e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4c65e2fec0464ad25eebd495cc9f21a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74a8b6f5a2d2d1c09490328ca6d3a44e = $(`<div id="html_74a8b6f5a2d2d1c09490328ca6d3a44e" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_c4c65e2fec0464ad25eebd495cc9f21a.setContent(html_74a8b6f5a2d2d1c09490328ca6d3a44e);
|
|
|
|
|
|
|
|
marker_183b0d5e06f5359d21f0962a696c1a1d.bindPopup(popup_c4c65e2fec0464ad25eebd495cc9f21a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_183b0d5e06f5359d21f0962a696c1a1d.setIcon(icon_c09fa3f50f1f3e5330b73b136330b61e);
|
|
|
|
|
|
var marker_ef86ecdc5d9c58938f3b61c3d16b37f6 = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_bd0b2084e3ddd5f6da833b13619396b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ea9fb83bf67fbfc49ef220d74b36889 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25a387baafa5c187e10bc71043c8f20e = $(`<div id="html_25a387baafa5c187e10bc71043c8f20e" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_1ea9fb83bf67fbfc49ef220d74b36889.setContent(html_25a387baafa5c187e10bc71043c8f20e);
|
|
|
|
|
|
|
|
marker_ef86ecdc5d9c58938f3b61c3d16b37f6.bindPopup(popup_1ea9fb83bf67fbfc49ef220d74b36889)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef86ecdc5d9c58938f3b61c3d16b37f6.setIcon(icon_bd0b2084e3ddd5f6da833b13619396b2);
|
|
|
|
|
|
var marker_a9ef636a5f581fbe62b5d116643d9598 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_c549f694f50e9ffb8d68508d663b69d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bcdfa1e69814d811a511b9555116aa1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2f75ba295dad10d5a0e16728fa2c4ac = $(`<div id="html_a2f75ba295dad10d5a0e16728fa2c4ac" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_8bcdfa1e69814d811a511b9555116aa1.setContent(html_a2f75ba295dad10d5a0e16728fa2c4ac);
|
|
|
|
|
|
|
|
marker_a9ef636a5f581fbe62b5d116643d9598.bindPopup(popup_8bcdfa1e69814d811a511b9555116aa1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9ef636a5f581fbe62b5d116643d9598.setIcon(icon_c549f694f50e9ffb8d68508d663b69d8);
|
|
|
|
|
|
var marker_042fba47978fde2a4c0a8d9a67cbec2f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_6100bacb50ecbe6eb8d244089660f826 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1fd6fb8f34af4f41b02ca608c7c0a38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe10b992d1929594679e6c552648d08b = $(`<div id="html_fe10b992d1929594679e6c552648d08b" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_d1fd6fb8f34af4f41b02ca608c7c0a38.setContent(html_fe10b992d1929594679e6c552648d08b);
|
|
|
|
|
|
|
|
marker_042fba47978fde2a4c0a8d9a67cbec2f.bindPopup(popup_d1fd6fb8f34af4f41b02ca608c7c0a38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_042fba47978fde2a4c0a8d9a67cbec2f.setIcon(icon_6100bacb50ecbe6eb8d244089660f826);
|
|
|
|
|
|
var marker_5fe8601124788fcb6d62fdc311b648e8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_ddd9bf0389e2a0f2325164c752028796 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_919ae1cede0c9451a0cf4be1595387cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe0acc5727f6f9d199e03d2e03f9d737 = $(`<div id="html_fe0acc5727f6f9d199e03d2e03f9d737" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_919ae1cede0c9451a0cf4be1595387cd.setContent(html_fe0acc5727f6f9d199e03d2e03f9d737);
|
|
|
|
|
|
|
|
marker_5fe8601124788fcb6d62fdc311b648e8.bindPopup(popup_919ae1cede0c9451a0cf4be1595387cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fe8601124788fcb6d62fdc311b648e8.setIcon(icon_ddd9bf0389e2a0f2325164c752028796);
|
|
|
|
|
|
var marker_2c7e768b8376bdea46272e5e28d75116 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_f2a9a4395ab6a29e0e9a63addbaee9a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d28661c432b27868454be8cfe3e1998 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8738f57ae0d238601ac7fc565915cbf = $(`<div id="html_c8738f57ae0d238601ac7fc565915cbf" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_2d28661c432b27868454be8cfe3e1998.setContent(html_c8738f57ae0d238601ac7fc565915cbf);
|
|
|
|
|
|
|
|
marker_2c7e768b8376bdea46272e5e28d75116.bindPopup(popup_2d28661c432b27868454be8cfe3e1998)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c7e768b8376bdea46272e5e28d75116.setIcon(icon_f2a9a4395ab6a29e0e9a63addbaee9a6);
|
|
|
|
|
|
var marker_d528ae9b7e1ed2c4f1328baa50f19e00 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_a54258df6110b8ffc316adb0cfef80bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a65685f762f9827164d866b45c0ad4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57f6221460037b6edc637d5c8453844e = $(`<div id="html_57f6221460037b6edc637d5c8453844e" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_4a65685f762f9827164d866b45c0ad4a.setContent(html_57f6221460037b6edc637d5c8453844e);
|
|
|
|
|
|
|
|
marker_d528ae9b7e1ed2c4f1328baa50f19e00.bindPopup(popup_4a65685f762f9827164d866b45c0ad4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d528ae9b7e1ed2c4f1328baa50f19e00.setIcon(icon_a54258df6110b8ffc316adb0cfef80bf);
|
|
|
|
|
|
var marker_ccbe3be23730a59f781ad1b10c69f190 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_425ea2cea0af4d32dd94726eea4c6ad7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e136d807195b554717805b40bb0d7ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40c4fc5f48de16aa47f69662f08b40d7 = $(`<div id="html_40c4fc5f48de16aa47f69662f08b40d7" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_4e136d807195b554717805b40bb0d7ff.setContent(html_40c4fc5f48de16aa47f69662f08b40d7);
|
|
|
|
|
|
|
|
marker_ccbe3be23730a59f781ad1b10c69f190.bindPopup(popup_4e136d807195b554717805b40bb0d7ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccbe3be23730a59f781ad1b10c69f190.setIcon(icon_425ea2cea0af4d32dd94726eea4c6ad7);
|
|
|
|
|
|
var marker_a9ada5cd5f8a80c2db138ce3b46c70fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_1af6e1ba8bcdb04e22569b30c1356b7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4455d49365b2bd59ddadf77122eba92c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ae0431f27057d4216fe5b5200935704 = $(`<div id="html_3ae0431f27057d4216fe5b5200935704" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_4455d49365b2bd59ddadf77122eba92c.setContent(html_3ae0431f27057d4216fe5b5200935704);
|
|
|
|
|
|
|
|
marker_a9ada5cd5f8a80c2db138ce3b46c70fe.bindPopup(popup_4455d49365b2bd59ddadf77122eba92c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9ada5cd5f8a80c2db138ce3b46c70fe.setIcon(icon_1af6e1ba8bcdb04e22569b30c1356b7b);
|
|
|
|
|
|
var marker_8dc913fc8ec03d633c38ffd02cc426ab = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_127eb1c33af63c6cd986bf75ed4097b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6725a1f88ac396c29f5ee881d76fa17a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae56de0e2f21f8896a6caad76857c657 = $(`<div id="html_ae56de0e2f21f8896a6caad76857c657" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_6725a1f88ac396c29f5ee881d76fa17a.setContent(html_ae56de0e2f21f8896a6caad76857c657);
|
|
|
|
|
|
|
|
marker_8dc913fc8ec03d633c38ffd02cc426ab.bindPopup(popup_6725a1f88ac396c29f5ee881d76fa17a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dc913fc8ec03d633c38ffd02cc426ab.setIcon(icon_127eb1c33af63c6cd986bf75ed4097b4);
|
|
|
|
|
|
var marker_987d82d5ad4b7e7c62c6c8e0133aca85 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_6c54f60b64a3734e666c6e240d3b8e78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cb22292b9b2b4c1fc322a90a05d287f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a75688cf4281ad03245497929193a5d0 = $(`<div id="html_a75688cf4281ad03245497929193a5d0" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_0cb22292b9b2b4c1fc322a90a05d287f.setContent(html_a75688cf4281ad03245497929193a5d0);
|
|
|
|
|
|
|
|
marker_987d82d5ad4b7e7c62c6c8e0133aca85.bindPopup(popup_0cb22292b9b2b4c1fc322a90a05d287f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_987d82d5ad4b7e7c62c6c8e0133aca85.setIcon(icon_6c54f60b64a3734e666c6e240d3b8e78);
|
|
|
|
|
|
var marker_8e23ea4c51b5b79545a83d4da0418ac0 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_e550d21210eda63633a3a716cf2cf412 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eeb3d31b51ed1731363b08c9ca8eb779 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b60cd7897db1a5e685428e95c181da89 = $(`<div id="html_b60cd7897db1a5e685428e95c181da89" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_eeb3d31b51ed1731363b08c9ca8eb779.setContent(html_b60cd7897db1a5e685428e95c181da89);
|
|
|
|
|
|
|
|
marker_8e23ea4c51b5b79545a83d4da0418ac0.bindPopup(popup_eeb3d31b51ed1731363b08c9ca8eb779)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e23ea4c51b5b79545a83d4da0418ac0.setIcon(icon_e550d21210eda63633a3a716cf2cf412);
|
|
|
|
|
|
var marker_0db249b4738b5cad88d53f6f1841f800 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_62f1a50a0bd3019bf0813be4c5f3e7c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdd3dedfde3a15e2caa3486ff46b0bd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65c587bb89bed2102ecedd96fd37955f = $(`<div id="html_65c587bb89bed2102ecedd96fd37955f" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_cdd3dedfde3a15e2caa3486ff46b0bd3.setContent(html_65c587bb89bed2102ecedd96fd37955f);
|
|
|
|
|
|
|
|
marker_0db249b4738b5cad88d53f6f1841f800.bindPopup(popup_cdd3dedfde3a15e2caa3486ff46b0bd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0db249b4738b5cad88d53f6f1841f800.setIcon(icon_62f1a50a0bd3019bf0813be4c5f3e7c6);
|
|
|
|
|
|
var marker_41ca4d7be12b80fe0355c353a1555b5a = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_85c0eeeb6f1b106f3965185c3a556747 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e462a82d7229624781e73a208af10f5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c07106e0c77a8b33f7905ebfdb97ab86 = $(`<div id="html_c07106e0c77a8b33f7905ebfdb97ab86" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_e462a82d7229624781e73a208af10f5e.setContent(html_c07106e0c77a8b33f7905ebfdb97ab86);
|
|
|
|
|
|
|
|
marker_41ca4d7be12b80fe0355c353a1555b5a.bindPopup(popup_e462a82d7229624781e73a208af10f5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41ca4d7be12b80fe0355c353a1555b5a.setIcon(icon_85c0eeeb6f1b106f3965185c3a556747);
|
|
|
|
|
|
var marker_97c7e10ccdb54e8de5dc8d7b480f3aad = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_47a040fe43a194cb9b926ea3af1aa507 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d2b78fb49c985e54a2acda0728ac40f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec0a1fa3a197d4428f0bd1499da7feeb = $(`<div id="html_ec0a1fa3a197d4428f0bd1499da7feeb" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_2d2b78fb49c985e54a2acda0728ac40f.setContent(html_ec0a1fa3a197d4428f0bd1499da7feeb);
|
|
|
|
|
|
|
|
marker_97c7e10ccdb54e8de5dc8d7b480f3aad.bindPopup(popup_2d2b78fb49c985e54a2acda0728ac40f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97c7e10ccdb54e8de5dc8d7b480f3aad.setIcon(icon_47a040fe43a194cb9b926ea3af1aa507);
|
|
|
|
|
|
var marker_4e986edcfa970c13617eb83d87f7628c = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_61f9352e7f3c68ce7f54222022143832 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a9a69279cd12e60f80d91f2a7c30ef7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9590fac808e408429e71ddba9d1bbec = $(`<div id="html_e9590fac808e408429e71ddba9d1bbec" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_5a9a69279cd12e60f80d91f2a7c30ef7.setContent(html_e9590fac808e408429e71ddba9d1bbec);
|
|
|
|
|
|
|
|
marker_4e986edcfa970c13617eb83d87f7628c.bindPopup(popup_5a9a69279cd12e60f80d91f2a7c30ef7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e986edcfa970c13617eb83d87f7628c.setIcon(icon_61f9352e7f3c68ce7f54222022143832);
|
|
|
|
|
|
var marker_1fb05fc19527b653f3443a4cecc06431 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_5047b5f9172ad668f3453b946cfaf4ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_673dd2b99976ad9b5eb3743b786cc7fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e3c252bf6dd65c5bb1e793654d5aeff = $(`<div id="html_2e3c252bf6dd65c5bb1e793654d5aeff" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_673dd2b99976ad9b5eb3743b786cc7fb.setContent(html_2e3c252bf6dd65c5bb1e793654d5aeff);
|
|
|
|
|
|
|
|
marker_1fb05fc19527b653f3443a4cecc06431.bindPopup(popup_673dd2b99976ad9b5eb3743b786cc7fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fb05fc19527b653f3443a4cecc06431.setIcon(icon_5047b5f9172ad668f3453b946cfaf4ab);
|
|
|
|
|
|
var marker_29c35231aa132630159edf4a95f6974b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_e7f9d9effafaf0311d0eae7cc2931f2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0eb1daece753af3fe61fdeeaf950fbe5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d94d265ad9873af2c0a2bd478decefe3 = $(`<div id="html_d94d265ad9873af2c0a2bd478decefe3" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_0eb1daece753af3fe61fdeeaf950fbe5.setContent(html_d94d265ad9873af2c0a2bd478decefe3);
|
|
|
|
|
|
|
|
marker_29c35231aa132630159edf4a95f6974b.bindPopup(popup_0eb1daece753af3fe61fdeeaf950fbe5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29c35231aa132630159edf4a95f6974b.setIcon(icon_e7f9d9effafaf0311d0eae7cc2931f2e);
|
|
|
|
|
|
var marker_a95c9f052a4f8325a53390f3208b5670 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_3d06b627d92d03ee1eae5cdf70a20b8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6033b77a9c79bc66953d57f18af839e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02b017b349a08977029abaf7d0e1a0d1 = $(`<div id="html_02b017b349a08977029abaf7d0e1a0d1" style="width: 100.0%; height: 100.0%;">relay.omarih.com</div>`)[0];
|
|
popup_6033b77a9c79bc66953d57f18af839e9.setContent(html_02b017b349a08977029abaf7d0e1a0d1);
|
|
|
|
|
|
|
|
marker_a95c9f052a4f8325a53390f3208b5670.bindPopup(popup_6033b77a9c79bc66953d57f18af839e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a95c9f052a4f8325a53390f3208b5670.setIcon(icon_3d06b627d92d03ee1eae5cdf70a20b8f);
|
|
|
|
|
|
var marker_34ac8fd53fe0e7291219ec72730b9334 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_1191d75958d4642e3c1924546bb0f8cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03394b69313aaaa70977467002168d21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_feffe8757867485f32b3eef67757b66d = $(`<div id="html_feffe8757867485f32b3eef67757b66d" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_03394b69313aaaa70977467002168d21.setContent(html_feffe8757867485f32b3eef67757b66d);
|
|
|
|
|
|
|
|
marker_34ac8fd53fe0e7291219ec72730b9334.bindPopup(popup_03394b69313aaaa70977467002168d21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34ac8fd53fe0e7291219ec72730b9334.setIcon(icon_1191d75958d4642e3c1924546bb0f8cb);
|
|
|
|
|
|
var marker_a469dc4d97c34aed49c866159eb06b30 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_b7477a0ae088fe0fa5f95726ebb20a0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e02d52f187267742333e9baf42bb779 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11c67d1a4acf508013eef449451e6a0f = $(`<div id="html_11c67d1a4acf508013eef449451e6a0f" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_9e02d52f187267742333e9baf42bb779.setContent(html_11c67d1a4acf508013eef449451e6a0f);
|
|
|
|
|
|
|
|
marker_a469dc4d97c34aed49c866159eb06b30.bindPopup(popup_9e02d52f187267742333e9baf42bb779)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a469dc4d97c34aed49c866159eb06b30.setIcon(icon_b7477a0ae088fe0fa5f95726ebb20a0d);
|
|
|
|
|
|
var marker_b868b08d3a222e5e225f6e2b7a030cdf = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_9b30385be9ea86df3feca5e64f52bc4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf67f20e029a022929505c4d47a89d2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20ed30471ef822a89095009f625ac3fa = $(`<div id="html_20ed30471ef822a89095009f625ac3fa" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_bf67f20e029a022929505c4d47a89d2e.setContent(html_20ed30471ef822a89095009f625ac3fa);
|
|
|
|
|
|
|
|
marker_b868b08d3a222e5e225f6e2b7a030cdf.bindPopup(popup_bf67f20e029a022929505c4d47a89d2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b868b08d3a222e5e225f6e2b7a030cdf.setIcon(icon_9b30385be9ea86df3feca5e64f52bc4f);
|
|
|
|
|
|
var marker_239f13fcf3937e0d55c0fdf5a23fa782 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_0fac1fc33812ff6049dd0f62084475d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ebf747acd4057916a1d63e7b3b33501 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9cf6f400c905860d66dc98cc93a5ad94 = $(`<div id="html_9cf6f400c905860d66dc98cc93a5ad94" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_0ebf747acd4057916a1d63e7b3b33501.setContent(html_9cf6f400c905860d66dc98cc93a5ad94);
|
|
|
|
|
|
|
|
marker_239f13fcf3937e0d55c0fdf5a23fa782.bindPopup(popup_0ebf747acd4057916a1d63e7b3b33501)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_239f13fcf3937e0d55c0fdf5a23fa782.setIcon(icon_0fac1fc33812ff6049dd0f62084475d0);
|
|
|
|
|
|
var marker_b9bce3764416e7309a42daf2458b8c08 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_b33c5d11de8b1eb4ef80c6abd6730659 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d905f33bd46839f9ea6dc6fce771405 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d77f630e8068ef0389e60fd032be7bb2 = $(`<div id="html_d77f630e8068ef0389e60fd032be7bb2" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_8d905f33bd46839f9ea6dc6fce771405.setContent(html_d77f630e8068ef0389e60fd032be7bb2);
|
|
|
|
|
|
|
|
marker_b9bce3764416e7309a42daf2458b8c08.bindPopup(popup_8d905f33bd46839f9ea6dc6fce771405)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9bce3764416e7309a42daf2458b8c08.setIcon(icon_b33c5d11de8b1eb4ef80c6abd6730659);
|
|
|
|
|
|
var marker_9d5f50f07130f76d54db24f7ff0d5f9e = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_0b7822a2b2acee2a193a1c027a812edc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_644a1a97a2ac0c1789017c3a0c69cedb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2b6f1a150655ba19f7caff80a4f8181 = $(`<div id="html_c2b6f1a150655ba19f7caff80a4f8181" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_644a1a97a2ac0c1789017c3a0c69cedb.setContent(html_c2b6f1a150655ba19f7caff80a4f8181);
|
|
|
|
|
|
|
|
marker_9d5f50f07130f76d54db24f7ff0d5f9e.bindPopup(popup_644a1a97a2ac0c1789017c3a0c69cedb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d5f50f07130f76d54db24f7ff0d5f9e.setIcon(icon_0b7822a2b2acee2a193a1c027a812edc);
|
|
|
|
|
|
var marker_c8132bc79ad849445a2d61e702e72f54 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_aa5dde96798b5a46020cdc3a73ebc729 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1d53840ca9db948ad36c1bacb0a9bbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b81a8e4eb95b2c465081a8fc6b6cf93d = $(`<div id="html_b81a8e4eb95b2c465081a8fc6b6cf93d" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_f1d53840ca9db948ad36c1bacb0a9bbe.setContent(html_b81a8e4eb95b2c465081a8fc6b6cf93d);
|
|
|
|
|
|
|
|
marker_c8132bc79ad849445a2d61e702e72f54.bindPopup(popup_f1d53840ca9db948ad36c1bacb0a9bbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8132bc79ad849445a2d61e702e72f54.setIcon(icon_aa5dde96798b5a46020cdc3a73ebc729);
|
|
|
|
|
|
var marker_cffb539af8247beb15e0ce57fec66b13 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_5bdd53fadfb2ab42f302efb59794d058 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f93e884ebd5857538a6d3c0f2b12c54a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e66fefc1fa4cb1cc303baf996d734fc = $(`<div id="html_6e66fefc1fa4cb1cc303baf996d734fc" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_f93e884ebd5857538a6d3c0f2b12c54a.setContent(html_6e66fefc1fa4cb1cc303baf996d734fc);
|
|
|
|
|
|
|
|
marker_cffb539af8247beb15e0ce57fec66b13.bindPopup(popup_f93e884ebd5857538a6d3c0f2b12c54a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cffb539af8247beb15e0ce57fec66b13.setIcon(icon_5bdd53fadfb2ab42f302efb59794d058);
|
|
|
|
|
|
var marker_ddbd25013297b1434dbf6e91a168ec40 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_e9e5b325f5d1e224446f219f0a3fb74b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_454e6ed1d5b857c6c472e2ccf1479de1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1695c524c1b3d9348ca680b3839875af = $(`<div id="html_1695c524c1b3d9348ca680b3839875af" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_454e6ed1d5b857c6c472e2ccf1479de1.setContent(html_1695c524c1b3d9348ca680b3839875af);
|
|
|
|
|
|
|
|
marker_ddbd25013297b1434dbf6e91a168ec40.bindPopup(popup_454e6ed1d5b857c6c472e2ccf1479de1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddbd25013297b1434dbf6e91a168ec40.setIcon(icon_e9e5b325f5d1e224446f219f0a3fb74b);
|
|
|
|
|
|
var marker_8fc8ef0faa0f84f17df970e1f392af3f = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_f055a4b49df822887c8b259a8ac6a108 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f4090666212d880aac1ba2c82df9ab0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_582cc8e90d75e4295506024e28d0e5b7 = $(`<div id="html_582cc8e90d75e4295506024e28d0e5b7" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_8f4090666212d880aac1ba2c82df9ab0.setContent(html_582cc8e90d75e4295506024e28d0e5b7);
|
|
|
|
|
|
|
|
marker_8fc8ef0faa0f84f17df970e1f392af3f.bindPopup(popup_8f4090666212d880aac1ba2c82df9ab0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fc8ef0faa0f84f17df970e1f392af3f.setIcon(icon_f055a4b49df822887c8b259a8ac6a108);
|
|
|
|
|
|
var marker_39dfaa1aa3c1eb37fd775b26398a6bd2 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_a414d42131ce2b22e630bb27704cdddc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abc2796f813776dd985cc5b3ce6245e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a51bc2de73b4306ccff66cadfa6c6f3d = $(`<div id="html_a51bc2de73b4306ccff66cadfa6c6f3d" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_abc2796f813776dd985cc5b3ce6245e5.setContent(html_a51bc2de73b4306ccff66cadfa6c6f3d);
|
|
|
|
|
|
|
|
marker_39dfaa1aa3c1eb37fd775b26398a6bd2.bindPopup(popup_abc2796f813776dd985cc5b3ce6245e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39dfaa1aa3c1eb37fd775b26398a6bd2.setIcon(icon_a414d42131ce2b22e630bb27704cdddc);
|
|
|
|
|
|
var marker_087d6fe3e2e64705177176b95b15c894 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_44938c8c624c722238473165a8c5d929 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e8ecfe40103dab40db1a97e8c8fd868 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_120ae4dc8ce01de26024445cbae17548 = $(`<div id="html_120ae4dc8ce01de26024445cbae17548" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_2e8ecfe40103dab40db1a97e8c8fd868.setContent(html_120ae4dc8ce01de26024445cbae17548);
|
|
|
|
|
|
|
|
marker_087d6fe3e2e64705177176b95b15c894.bindPopup(popup_2e8ecfe40103dab40db1a97e8c8fd868)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_087d6fe3e2e64705177176b95b15c894.setIcon(icon_44938c8c624c722238473165a8c5d929);
|
|
|
|
|
|
var marker_fd7f8adf48a0129e9ff3e120d5d7ea7c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_2e95150febe280df3325fb6ceac40cc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfa6899fb6acb4a9e79ef24efc7fc793 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_944e2c0cb8ab32ad989295c386c72b2a = $(`<div id="html_944e2c0cb8ab32ad989295c386c72b2a" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_dfa6899fb6acb4a9e79ef24efc7fc793.setContent(html_944e2c0cb8ab32ad989295c386c72b2a);
|
|
|
|
|
|
|
|
marker_fd7f8adf48a0129e9ff3e120d5d7ea7c.bindPopup(popup_dfa6899fb6acb4a9e79ef24efc7fc793)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd7f8adf48a0129e9ff3e120d5d7ea7c.setIcon(icon_2e95150febe280df3325fb6ceac40cc2);
|
|
|
|
|
|
var marker_439b782de54459ac540d398164293584 = L.marker(
|
|
[47.6732, -117.239],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_ba804a0d2d7acec0d31bb2e3281ff645 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_831e9a4226c8fb1b66f757b5cfa16c95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_514015315e82bb5b03727728409d5c1f = $(`<div id="html_514015315e82bb5b03727728409d5c1f" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_831e9a4226c8fb1b66f757b5cfa16c95.setContent(html_514015315e82bb5b03727728409d5c1f);
|
|
|
|
|
|
|
|
marker_439b782de54459ac540d398164293584.bindPopup(popup_831e9a4226c8fb1b66f757b5cfa16c95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_439b782de54459ac540d398164293584.setIcon(icon_ba804a0d2d7acec0d31bb2e3281ff645);
|
|
|
|
|
|
var marker_7d5712cebb51e827585f5578f779f14a = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_3fd19b94585fe8761072dbc49082b3b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55bf5c7362999c2622685ccdee6a886a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7526ee59cac3aa8292405f7e1953f6d6 = $(`<div id="html_7526ee59cac3aa8292405f7e1953f6d6" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_55bf5c7362999c2622685ccdee6a886a.setContent(html_7526ee59cac3aa8292405f7e1953f6d6);
|
|
|
|
|
|
|
|
marker_7d5712cebb51e827585f5578f779f14a.bindPopup(popup_55bf5c7362999c2622685ccdee6a886a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d5712cebb51e827585f5578f779f14a.setIcon(icon_3fd19b94585fe8761072dbc49082b3b0);
|
|
|
|
|
|
var marker_68e98504726f72a28de1a505826361fe = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_9028719763c512f40eba46d6f61791e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55b5160ccdd4bfb1e6a7fdc0c3b85462 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb065408f167b2d7ed68a11c9d3ea711 = $(`<div id="html_cb065408f167b2d7ed68a11c9d3ea711" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_55b5160ccdd4bfb1e6a7fdc0c3b85462.setContent(html_cb065408f167b2d7ed68a11c9d3ea711);
|
|
|
|
|
|
|
|
marker_68e98504726f72a28de1a505826361fe.bindPopup(popup_55b5160ccdd4bfb1e6a7fdc0c3b85462)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68e98504726f72a28de1a505826361fe.setIcon(icon_9028719763c512f40eba46d6f61791e4);
|
|
|
|
|
|
var marker_fbc67de24cfc53072d097dc493f73068 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_aa662f3176f8974f46fd1f617d6d6552 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_606a94b922f7d586b034f72f2b445886 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e419d28480e1412ed12f2cfe88d4a1dc = $(`<div id="html_e419d28480e1412ed12f2cfe88d4a1dc" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_606a94b922f7d586b034f72f2b445886.setContent(html_e419d28480e1412ed12f2cfe88d4a1dc);
|
|
|
|
|
|
|
|
marker_fbc67de24cfc53072d097dc493f73068.bindPopup(popup_606a94b922f7d586b034f72f2b445886)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbc67de24cfc53072d097dc493f73068.setIcon(icon_aa662f3176f8974f46fd1f617d6d6552);
|
|
|
|
|
|
var marker_ad21f3444823493b27e2d989f6a966a8 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_10e2391e7f28507a1bbd0fe4b930ccaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cf9d98c4ed0b12938513ae99ebfba43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0a761687fc25a150936c16ce31903d4 = $(`<div id="html_f0a761687fc25a150936c16ce31903d4" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_7cf9d98c4ed0b12938513ae99ebfba43.setContent(html_f0a761687fc25a150936c16ce31903d4);
|
|
|
|
|
|
|
|
marker_ad21f3444823493b27e2d989f6a966a8.bindPopup(popup_7cf9d98c4ed0b12938513ae99ebfba43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad21f3444823493b27e2d989f6a966a8.setIcon(icon_10e2391e7f28507a1bbd0fe4b930ccaf);
|
|
|
|
|
|
var marker_471ec0004007915885c4caf2c22ae30f = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_9f97a01371fdf83a1a61a263f907c05c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6450c4c8f005171b2eb87d82c89993f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a71d9f2dbbb142f9ec60bd856913c468 = $(`<div id="html_a71d9f2dbbb142f9ec60bd856913c468" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_6450c4c8f005171b2eb87d82c89993f7.setContent(html_a71d9f2dbbb142f9ec60bd856913c468);
|
|
|
|
|
|
|
|
marker_471ec0004007915885c4caf2c22ae30f.bindPopup(popup_6450c4c8f005171b2eb87d82c89993f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_471ec0004007915885c4caf2c22ae30f.setIcon(icon_9f97a01371fdf83a1a61a263f907c05c);
|
|
|
|
|
|
var marker_ff45dd118559a9eef9b81af14bcb9ac0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_e90512fc750e4e7159f28b5ce7c42b82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fac6cc5ae44a94c69b72de430870d7b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf626d9d84982bb08430660c7d7fb45a = $(`<div id="html_bf626d9d84982bb08430660c7d7fb45a" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_fac6cc5ae44a94c69b72de430870d7b4.setContent(html_bf626d9d84982bb08430660c7d7fb45a);
|
|
|
|
|
|
|
|
marker_ff45dd118559a9eef9b81af14bcb9ac0.bindPopup(popup_fac6cc5ae44a94c69b72de430870d7b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff45dd118559a9eef9b81af14bcb9ac0.setIcon(icon_e90512fc750e4e7159f28b5ce7c42b82);
|
|
|
|
|
|
var marker_12e1bb2a2f1e04149cb2f0cdcc57a233 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_3734861538582c1849382804d5b50f08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fdd792b57d8f9280ce6f2719235c6c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b173adbc1d65b146e411185e094d316b = $(`<div id="html_b173adbc1d65b146e411185e094d316b" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_1fdd792b57d8f9280ce6f2719235c6c7.setContent(html_b173adbc1d65b146e411185e094d316b);
|
|
|
|
|
|
|
|
marker_12e1bb2a2f1e04149cb2f0cdcc57a233.bindPopup(popup_1fdd792b57d8f9280ce6f2719235c6c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12e1bb2a2f1e04149cb2f0cdcc57a233.setIcon(icon_3734861538582c1849382804d5b50f08);
|
|
|
|
|
|
var marker_c93d8eeaef5072284b8a130119f4551d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_78499798c340004f1e267f9ef5af6ebc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1295fcf91cdab93db03b9c9157d728b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf67d49009e64d341ef1bddec9eae7d6 = $(`<div id="html_bf67d49009e64d341ef1bddec9eae7d6" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_d1295fcf91cdab93db03b9c9157d728b.setContent(html_bf67d49009e64d341ef1bddec9eae7d6);
|
|
|
|
|
|
|
|
marker_c93d8eeaef5072284b8a130119f4551d.bindPopup(popup_d1295fcf91cdab93db03b9c9157d728b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c93d8eeaef5072284b8a130119f4551d.setIcon(icon_78499798c340004f1e267f9ef5af6ebc);
|
|
|
|
|
|
var marker_b76280f1f63ee068f5d88175ab9e4f83 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_61d577d200e053b1f0e5b059a008d420 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c26a5f9224571e3d7e2ab15331e6bd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08c0c392fd2772cbca1c30e5622bbe39 = $(`<div id="html_08c0c392fd2772cbca1c30e5622bbe39" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_4c26a5f9224571e3d7e2ab15331e6bd8.setContent(html_08c0c392fd2772cbca1c30e5622bbe39);
|
|
|
|
|
|
|
|
marker_b76280f1f63ee068f5d88175ab9e4f83.bindPopup(popup_4c26a5f9224571e3d7e2ab15331e6bd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b76280f1f63ee068f5d88175ab9e4f83.setIcon(icon_61d577d200e053b1f0e5b059a008d420);
|
|
|
|
|
|
var marker_d19d795aad4047a98b6a48659651672f = L.marker(
|
|
[34.1064, -117.593],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_12d9f8199da7c31f3d764c9910d1a045 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30920147fb107968dac395f063904bd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a059789ccd72c81646c3082e1270825d = $(`<div id="html_a059789ccd72c81646c3082e1270825d" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_30920147fb107968dac395f063904bd5.setContent(html_a059789ccd72c81646c3082e1270825d);
|
|
|
|
|
|
|
|
marker_d19d795aad4047a98b6a48659651672f.bindPopup(popup_30920147fb107968dac395f063904bd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d19d795aad4047a98b6a48659651672f.setIcon(icon_12d9f8199da7c31f3d764c9910d1a045);
|
|
|
|
|
|
var marker_996d123bebeff159a8734660f8c8191a = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_4957cca9ef1cd6b7c93dc64de3357edd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e445eaa06284937b5086973fa902fe2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23e1c916fb843ce866aac01dd6e4df66 = $(`<div id="html_23e1c916fb843ce866aac01dd6e4df66" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_e445eaa06284937b5086973fa902fe2d.setContent(html_23e1c916fb843ce866aac01dd6e4df66);
|
|
|
|
|
|
|
|
marker_996d123bebeff159a8734660f8c8191a.bindPopup(popup_e445eaa06284937b5086973fa902fe2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_996d123bebeff159a8734660f8c8191a.setIcon(icon_4957cca9ef1cd6b7c93dc64de3357edd);
|
|
|
|
|
|
var marker_e521525912d1bace7f64474ee08321f2 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_4d5aae7f3a78a329d334bf4767c4bc29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_797ed3e268a0d16715c3cc1c5ace9111 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22e964d6ac1616f5fe327d5c3a12eeb5 = $(`<div id="html_22e964d6ac1616f5fe327d5c3a12eeb5" style="width: 100.0%; height: 100.0%;">nostr.commonshub.brussels</div>`)[0];
|
|
popup_797ed3e268a0d16715c3cc1c5ace9111.setContent(html_22e964d6ac1616f5fe327d5c3a12eeb5);
|
|
|
|
|
|
|
|
marker_e521525912d1bace7f64474ee08321f2.bindPopup(popup_797ed3e268a0d16715c3cc1c5ace9111)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e521525912d1bace7f64474ee08321f2.setIcon(icon_4d5aae7f3a78a329d334bf4767c4bc29);
|
|
|
|
|
|
var marker_69b1934db3edcce33c07b8a49da87c51 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_f88d8ef70ae041ce2c7a029c60fe9193 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27e5931ac65056173d91aeb5eb124906 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cce163887c0b4a1e272c7157d3b56586 = $(`<div id="html_cce163887c0b4a1e272c7157d3b56586" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_27e5931ac65056173d91aeb5eb124906.setContent(html_cce163887c0b4a1e272c7157d3b56586);
|
|
|
|
|
|
|
|
marker_69b1934db3edcce33c07b8a49da87c51.bindPopup(popup_27e5931ac65056173d91aeb5eb124906)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69b1934db3edcce33c07b8a49da87c51.setIcon(icon_f88d8ef70ae041ce2c7a029c60fe9193);
|
|
|
|
|
|
var marker_77f49dd4e262d8523ff8016b2f4a1e31 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_172e69476a9c2cf792856b59379348f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f114317e9463de815353d07616f9211 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_779344cd2422ba0ecef237aaa039fcc2 = $(`<div id="html_779344cd2422ba0ecef237aaa039fcc2" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_5f114317e9463de815353d07616f9211.setContent(html_779344cd2422ba0ecef237aaa039fcc2);
|
|
|
|
|
|
|
|
marker_77f49dd4e262d8523ff8016b2f4a1e31.bindPopup(popup_5f114317e9463de815353d07616f9211)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77f49dd4e262d8523ff8016b2f4a1e31.setIcon(icon_172e69476a9c2cf792856b59379348f7);
|
|
|
|
|
|
var marker_a843c64e127c2de0e77eae97c19f24bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_99fc47f8bd1e59b69dbdaf28d6e83056 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1e0c013c20f83c3a96d57bc26805ee6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a065295e49b3e937cce47adfc449c78 = $(`<div id="html_4a065295e49b3e937cce47adfc449c78" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_a1e0c013c20f83c3a96d57bc26805ee6.setContent(html_4a065295e49b3e937cce47adfc449c78);
|
|
|
|
|
|
|
|
marker_a843c64e127c2de0e77eae97c19f24bf.bindPopup(popup_a1e0c013c20f83c3a96d57bc26805ee6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a843c64e127c2de0e77eae97c19f24bf.setIcon(icon_99fc47f8bd1e59b69dbdaf28d6e83056);
|
|
|
|
|
|
var marker_0a7720f551b9fa34fcc6713c5623f563 = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_281ae92bf0a67387eb763537872df7e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2686f138c6ad1c90030cfaa2395b5728 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3b54359020de7e5e663fbf26ee56110 = $(`<div id="html_e3b54359020de7e5e663fbf26ee56110" style="width: 100.0%; height: 100.0%;">relay.smies.me</div>`)[0];
|
|
popup_2686f138c6ad1c90030cfaa2395b5728.setContent(html_e3b54359020de7e5e663fbf26ee56110);
|
|
|
|
|
|
|
|
marker_0a7720f551b9fa34fcc6713c5623f563.bindPopup(popup_2686f138c6ad1c90030cfaa2395b5728)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a7720f551b9fa34fcc6713c5623f563.setIcon(icon_281ae92bf0a67387eb763537872df7e2);
|
|
|
|
|
|
var marker_e6cdb17145cdb7d33b09c8e19087605c = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_af3703871245759deb41d7e21529333f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1e2e11a82b573f8d451474e783faad2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5749c3805a8a60f48c6a141eb3de0447 = $(`<div id="html_5749c3805a8a60f48c6a141eb3de0447" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_d1e2e11a82b573f8d451474e783faad2.setContent(html_5749c3805a8a60f48c6a141eb3de0447);
|
|
|
|
|
|
|
|
marker_e6cdb17145cdb7d33b09c8e19087605c.bindPopup(popup_d1e2e11a82b573f8d451474e783faad2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6cdb17145cdb7d33b09c8e19087605c.setIcon(icon_af3703871245759deb41d7e21529333f);
|
|
|
|
|
|
var marker_2ac0adf3d51db1c3bd7120364ca957a9 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_7761f9c52d45e4af2c62c4e316c86881 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dfd6c22a7809b52746eefd5860658c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5275f99810464845fcd4122f909cc43f = $(`<div id="html_5275f99810464845fcd4122f909cc43f" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_2dfd6c22a7809b52746eefd5860658c5.setContent(html_5275f99810464845fcd4122f909cc43f);
|
|
|
|
|
|
|
|
marker_2ac0adf3d51db1c3bd7120364ca957a9.bindPopup(popup_2dfd6c22a7809b52746eefd5860658c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ac0adf3d51db1c3bd7120364ca957a9.setIcon(icon_7761f9c52d45e4af2c62c4e316c86881);
|
|
|
|
|
|
var marker_b8da59f364b296909b4011c5a3424769 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_3a5f94e7a2fb1e04b6ae7ffaf538a5d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_092f66a139e1904a6289096adc48bc3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d5bb2136d1a8972396ea823892b089c = $(`<div id="html_5d5bb2136d1a8972396ea823892b089c" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_092f66a139e1904a6289096adc48bc3c.setContent(html_5d5bb2136d1a8972396ea823892b089c);
|
|
|
|
|
|
|
|
marker_b8da59f364b296909b4011c5a3424769.bindPopup(popup_092f66a139e1904a6289096adc48bc3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8da59f364b296909b4011c5a3424769.setIcon(icon_3a5f94e7a2fb1e04b6ae7ffaf538a5d3);
|
|
|
|
|
|
var marker_83276c7ea57dd8199d7ae4794668a65a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_54265b9bf6e0ac83212c8386d6fa3fb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f411662a6940a5e5b9b420b4f8652651 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5558d84b47bcb0b3207701e8bfd17edf = $(`<div id="html_5558d84b47bcb0b3207701e8bfd17edf" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_f411662a6940a5e5b9b420b4f8652651.setContent(html_5558d84b47bcb0b3207701e8bfd17edf);
|
|
|
|
|
|
|
|
marker_83276c7ea57dd8199d7ae4794668a65a.bindPopup(popup_f411662a6940a5e5b9b420b4f8652651)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83276c7ea57dd8199d7ae4794668a65a.setIcon(icon_54265b9bf6e0ac83212c8386d6fa3fb4);
|
|
|
|
|
|
var marker_5406f8cf604672497f50ba8b052f681e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_46fb8a116ac80375b32d8ac01867adac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06b5f853ce038cf4f9c14a14494955be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09007b135f9a9f7836df9adba38732e2 = $(`<div id="html_09007b135f9a9f7836df9adba38732e2" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_06b5f853ce038cf4f9c14a14494955be.setContent(html_09007b135f9a9f7836df9adba38732e2);
|
|
|
|
|
|
|
|
marker_5406f8cf604672497f50ba8b052f681e.bindPopup(popup_06b5f853ce038cf4f9c14a14494955be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5406f8cf604672497f50ba8b052f681e.setIcon(icon_46fb8a116ac80375b32d8ac01867adac);
|
|
|
|
|
|
var marker_011b14b2649a9b066361ec0327ff9226 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_8058a718eab1dcdab390b5eae428ae20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a8ab53b7bcd7e6d6cf020af284856b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8eccbafe388c040889335300e051a9e = $(`<div id="html_b8eccbafe388c040889335300e051a9e" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_9a8ab53b7bcd7e6d6cf020af284856b4.setContent(html_b8eccbafe388c040889335300e051a9e);
|
|
|
|
|
|
|
|
marker_011b14b2649a9b066361ec0327ff9226.bindPopup(popup_9a8ab53b7bcd7e6d6cf020af284856b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_011b14b2649a9b066361ec0327ff9226.setIcon(icon_8058a718eab1dcdab390b5eae428ae20);
|
|
|
|
|
|
var marker_b8fe0ba807f395e671aa91026deceb68 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_01e7947521da5412c6d6a88dfe405050 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_042171a8ea4a56010982dcf81dd329a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84bb0d0dad62397d0235643ae006926b = $(`<div id="html_84bb0d0dad62397d0235643ae006926b" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_042171a8ea4a56010982dcf81dd329a3.setContent(html_84bb0d0dad62397d0235643ae006926b);
|
|
|
|
|
|
|
|
marker_b8fe0ba807f395e671aa91026deceb68.bindPopup(popup_042171a8ea4a56010982dcf81dd329a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8fe0ba807f395e671aa91026deceb68.setIcon(icon_01e7947521da5412c6d6a88dfe405050);
|
|
|
|
|
|
var marker_75bf01088efcfe1e4e3bb78ff6edcbbb = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_a9ffd454026b34a81ac64bc166dd5776 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f45ae21ec2b100dc5b5efc05d153178 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfc96e25e989a0209f1a04ebb02502cc = $(`<div id="html_dfc96e25e989a0209f1a04ebb02502cc" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_8f45ae21ec2b100dc5b5efc05d153178.setContent(html_dfc96e25e989a0209f1a04ebb02502cc);
|
|
|
|
|
|
|
|
marker_75bf01088efcfe1e4e3bb78ff6edcbbb.bindPopup(popup_8f45ae21ec2b100dc5b5efc05d153178)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75bf01088efcfe1e4e3bb78ff6edcbbb.setIcon(icon_a9ffd454026b34a81ac64bc166dd5776);
|
|
|
|
|
|
var marker_cce45861a61539414c72bbb7e46c9b12 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_7087a80d338e75a7cc6e5d76fa5049d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e6f56e98f45d43fd5116edae8f7307e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd7c133d3360bee8e931971af7cc6388 = $(`<div id="html_dd7c133d3360bee8e931971af7cc6388" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_9e6f56e98f45d43fd5116edae8f7307e.setContent(html_dd7c133d3360bee8e931971af7cc6388);
|
|
|
|
|
|
|
|
marker_cce45861a61539414c72bbb7e46c9b12.bindPopup(popup_9e6f56e98f45d43fd5116edae8f7307e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cce45861a61539414c72bbb7e46c9b12.setIcon(icon_7087a80d338e75a7cc6e5d76fa5049d2);
|
|
|
|
|
|
var marker_f7dd87ae17fa38f38f0dfdc27cc61acd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_f3bb3d8804311847bc49d5121daf81a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69b83f262ab3a18a0d8ce15a452f2ee7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80eb9aa2741d446292d6df9a5ab14075 = $(`<div id="html_80eb9aa2741d446292d6df9a5ab14075" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_69b83f262ab3a18a0d8ce15a452f2ee7.setContent(html_80eb9aa2741d446292d6df9a5ab14075);
|
|
|
|
|
|
|
|
marker_f7dd87ae17fa38f38f0dfdc27cc61acd.bindPopup(popup_69b83f262ab3a18a0d8ce15a452f2ee7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7dd87ae17fa38f38f0dfdc27cc61acd.setIcon(icon_f3bb3d8804311847bc49d5121daf81a5);
|
|
|
|
|
|
var marker_d7b140ef39b34a6eddcab6577ca76cd9 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_c3ec6956c3d5d642d5c050e234e0018d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8d64bbc9b70c60b0c9d2b6cb6db2c96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35df1a2142bbd950bd096878d6cea83a = $(`<div id="html_35df1a2142bbd950bd096878d6cea83a" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_c8d64bbc9b70c60b0c9d2b6cb6db2c96.setContent(html_35df1a2142bbd950bd096878d6cea83a);
|
|
|
|
|
|
|
|
marker_d7b140ef39b34a6eddcab6577ca76cd9.bindPopup(popup_c8d64bbc9b70c60b0c9d2b6cb6db2c96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7b140ef39b34a6eddcab6577ca76cd9.setIcon(icon_c3ec6956c3d5d642d5c050e234e0018d);
|
|
|
|
|
|
var marker_b3139d32cd745dc1f692b9aca6a08170 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_c53d0ce9ed3076961c716b830470b2cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_158fb1cf0a9fe5d735dc4e02cb2e2e38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbd25f63417ea62fe644ca60fb7e7363 = $(`<div id="html_bbd25f63417ea62fe644ca60fb7e7363" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_158fb1cf0a9fe5d735dc4e02cb2e2e38.setContent(html_bbd25f63417ea62fe644ca60fb7e7363);
|
|
|
|
|
|
|
|
marker_b3139d32cd745dc1f692b9aca6a08170.bindPopup(popup_158fb1cf0a9fe5d735dc4e02cb2e2e38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3139d32cd745dc1f692b9aca6a08170.setIcon(icon_c53d0ce9ed3076961c716b830470b2cb);
|
|
|
|
|
|
var marker_5a7558ad2c2451f54e2f3eef441336f9 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_0336a9d7cb42f8062b1f72e2145a7e0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6edfbd1a12548739756c05cffccebd0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48188ffea054362c3dd103c1b5e8042d = $(`<div id="html_48188ffea054362c3dd103c1b5e8042d" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_6edfbd1a12548739756c05cffccebd0b.setContent(html_48188ffea054362c3dd103c1b5e8042d);
|
|
|
|
|
|
|
|
marker_5a7558ad2c2451f54e2f3eef441336f9.bindPopup(popup_6edfbd1a12548739756c05cffccebd0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a7558ad2c2451f54e2f3eef441336f9.setIcon(icon_0336a9d7cb42f8062b1f72e2145a7e0d);
|
|
|
|
|
|
var marker_eafaacf5ce8eea0275d3465f0211a7ab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_bb8e32581b8ec36c331275087465658c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bec1080964fb95648b57e31683567f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bad8ed3f72ce5551275ec7e7570909e4 = $(`<div id="html_bad8ed3f72ce5551275ec7e7570909e4" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_3bec1080964fb95648b57e31683567f3.setContent(html_bad8ed3f72ce5551275ec7e7570909e4);
|
|
|
|
|
|
|
|
marker_eafaacf5ce8eea0275d3465f0211a7ab.bindPopup(popup_3bec1080964fb95648b57e31683567f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eafaacf5ce8eea0275d3465f0211a7ab.setIcon(icon_bb8e32581b8ec36c331275087465658c);
|
|
|
|
|
|
var marker_34aba856627d178aaaf342e197bb1bbf = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_f9620c5e687bf6297ac1d8ce7dea4c45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b811be7b3d259e564dfe0f829ce8ca9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aee0c7d4cb45abd6307054937310d519 = $(`<div id="html_aee0c7d4cb45abd6307054937310d519" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_b811be7b3d259e564dfe0f829ce8ca9f.setContent(html_aee0c7d4cb45abd6307054937310d519);
|
|
|
|
|
|
|
|
marker_34aba856627d178aaaf342e197bb1bbf.bindPopup(popup_b811be7b3d259e564dfe0f829ce8ca9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34aba856627d178aaaf342e197bb1bbf.setIcon(icon_f9620c5e687bf6297ac1d8ce7dea4c45);
|
|
|
|
|
|
var marker_949e3cde7707f7c86408fcb01269865b = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b);
|
|
|
|
|
|
var icon_be091e61d0512d458e9906fb0cfd3116 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f39a7a9b10cbcb5130918c548f2455a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1dde6db1d06270f546410a283f38de45 = $(`<div id="html_1dde6db1d06270f546410a283f38de45" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_f39a7a9b10cbcb5130918c548f2455a0.setContent(html_1dde6db1d06270f546410a283f38de45);
|
|
|
|
|
|
|
|
marker_949e3cde7707f7c86408fcb01269865b.bindPopup(popup_f39a7a9b10cbcb5130918c548f2455a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_949e3cde7707f7c86408fcb01269865b.setIcon(icon_be091e61d0512d458e9906fb0cfd3116);
|
|
|
|
|
|
marker_cluster_755c9cfed3ee8f6a54bf8cc33656336b.addTo(map_a9fb7ba9e29f288e77075e7aa0589a06);
|
|
|
|
</script>
|
|
</html> |