mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 10:05:19 +00:00
10905 lines
317 KiB
HTML
10905 lines
317 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>
|
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>
|
|
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
|
|
|
|
<meta name="viewport" content="width=device-width,
|
|
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<style>
|
|
#map_ffcd4d26691d8bf068a13870b29f04ea {
|
|
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_ffcd4d26691d8bf068a13870b29f04ea" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_ffcd4d26691d8bf068a13870b29f04ea = L.map(
|
|
"map_ffcd4d26691d8bf068a13870b29f04ea",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_52879902ce18df624784099fda55a060 = 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_52879902ce18df624784099fda55a060.addTo(map_ffcd4d26691d8bf068a13870b29f04ea);
|
|
|
|
|
|
var marker_cluster_0a0f3bfb2028e4e0db914b983918d752 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_50cddd96cda0c8102c918244e62e887b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_b38c3d86ae7d148ffb09162db672d5f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2810e389ff1c595bf39330044b3e4d0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a2b59b04335ac88c2f4df7de5d9c8d5 = $(`<div id="html_2a2b59b04335ac88c2f4df7de5d9c8d5" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_2810e389ff1c595bf39330044b3e4d0a.setContent(html_2a2b59b04335ac88c2f4df7de5d9c8d5);
|
|
|
|
|
|
|
|
marker_50cddd96cda0c8102c918244e62e887b.bindPopup(popup_2810e389ff1c595bf39330044b3e4d0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50cddd96cda0c8102c918244e62e887b.setIcon(icon_b38c3d86ae7d148ffb09162db672d5f2);
|
|
|
|
|
|
var marker_6544ce4134b05bebbb9212aeb8d5ca68 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_03e3861b9a327b6f01f39653728bcc65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c1490b1044910e8eac2566b1c5c08e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90c67dfd0ed85746b708f236028cf68a = $(`<div id="html_90c67dfd0ed85746b708f236028cf68a" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_8c1490b1044910e8eac2566b1c5c08e1.setContent(html_90c67dfd0ed85746b708f236028cf68a);
|
|
|
|
|
|
|
|
marker_6544ce4134b05bebbb9212aeb8d5ca68.bindPopup(popup_8c1490b1044910e8eac2566b1c5c08e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6544ce4134b05bebbb9212aeb8d5ca68.setIcon(icon_03e3861b9a327b6f01f39653728bcc65);
|
|
|
|
|
|
var marker_5b6b4b05737a5f0c78bac45395cb5ca3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_1cc2259a8172d748191ed108a1c351a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a42fa6df3bdaf4b38194c957c32d3f39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd4ece35c52405aa79d70db8b3c93c53 = $(`<div id="html_fd4ece35c52405aa79d70db8b3c93c53" style="width: 100.0%; height: 100.0%;">zg0vtbriqdog7.clorecloud.net</div>`)[0];
|
|
popup_a42fa6df3bdaf4b38194c957c32d3f39.setContent(html_fd4ece35c52405aa79d70db8b3c93c53);
|
|
|
|
|
|
|
|
marker_5b6b4b05737a5f0c78bac45395cb5ca3.bindPopup(popup_a42fa6df3bdaf4b38194c957c32d3f39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b6b4b05737a5f0c78bac45395cb5ca3.setIcon(icon_1cc2259a8172d748191ed108a1c351a0);
|
|
|
|
|
|
var marker_a8ef2c57fcc98c7ceecf66c0149ca6c8 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_9e87df6574cc03aa07878029996fccc7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5395c5009ac3b3717cbac54776c63167 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f68e259f297e8627943782b31c5a33c5 = $(`<div id="html_f68e259f297e8627943782b31c5a33c5" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_5395c5009ac3b3717cbac54776c63167.setContent(html_f68e259f297e8627943782b31c5a33c5);
|
|
|
|
|
|
|
|
marker_a8ef2c57fcc98c7ceecf66c0149ca6c8.bindPopup(popup_5395c5009ac3b3717cbac54776c63167)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8ef2c57fcc98c7ceecf66c0149ca6c8.setIcon(icon_9e87df6574cc03aa07878029996fccc7);
|
|
|
|
|
|
var marker_4aec5217ae2c335dc1735ded4c1a5545 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_939e2acce3f077a48347d4e13ff3db92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b81cce46fde56b511199f6a1d876f58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92a6f09caa562678ce7ae8e5b530c924 = $(`<div id="html_92a6f09caa562678ce7ae8e5b530c924" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_6b81cce46fde56b511199f6a1d876f58.setContent(html_92a6f09caa562678ce7ae8e5b530c924);
|
|
|
|
|
|
|
|
marker_4aec5217ae2c335dc1735ded4c1a5545.bindPopup(popup_6b81cce46fde56b511199f6a1d876f58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4aec5217ae2c335dc1735ded4c1a5545.setIcon(icon_939e2acce3f077a48347d4e13ff3db92);
|
|
|
|
|
|
var marker_c5709beea53c7430cb935e9b144b9638 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_57faf324f51c7a1f792b81a9ad760e5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59c01d27312baa172ed0f1b7bf23886b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_209cbe4ad6e995155ba5d4733e4e471c = $(`<div id="html_209cbe4ad6e995155ba5d4733e4e471c" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_59c01d27312baa172ed0f1b7bf23886b.setContent(html_209cbe4ad6e995155ba5d4733e4e471c);
|
|
|
|
|
|
|
|
marker_c5709beea53c7430cb935e9b144b9638.bindPopup(popup_59c01d27312baa172ed0f1b7bf23886b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5709beea53c7430cb935e9b144b9638.setIcon(icon_57faf324f51c7a1f792b81a9ad760e5c);
|
|
|
|
|
|
var marker_e0ca013d379664eb4bc962ba9b8e1c1d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_1abf414bfea084757610037b75e72da1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01f4cd99354e37c0ff74bde8cd5c91aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f9cda4628d63ced1bca9aef42711b36 = $(`<div id="html_1f9cda4628d63ced1bca9aef42711b36" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_01f4cd99354e37c0ff74bde8cd5c91aa.setContent(html_1f9cda4628d63ced1bca9aef42711b36);
|
|
|
|
|
|
|
|
marker_e0ca013d379664eb4bc962ba9b8e1c1d.bindPopup(popup_01f4cd99354e37c0ff74bde8cd5c91aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0ca013d379664eb4bc962ba9b8e1c1d.setIcon(icon_1abf414bfea084757610037b75e72da1);
|
|
|
|
|
|
var marker_a82defe42dce7cf3581c342174ca92b1 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_e7d982458e27e2f4dd89f009f0d27bb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e189e0ccf9f541c1f45ebf56a56baf2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc143e76392781ba93cd055060e0a764 = $(`<div id="html_cc143e76392781ba93cd055060e0a764" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_7e189e0ccf9f541c1f45ebf56a56baf2.setContent(html_cc143e76392781ba93cd055060e0a764);
|
|
|
|
|
|
|
|
marker_a82defe42dce7cf3581c342174ca92b1.bindPopup(popup_7e189e0ccf9f541c1f45ebf56a56baf2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a82defe42dce7cf3581c342174ca92b1.setIcon(icon_e7d982458e27e2f4dd89f009f0d27bb5);
|
|
|
|
|
|
var marker_c47ac5cfc6e58aa794279a2ed5ae7cd9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_14fc5bd02a243619fb636382e9603d23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d79a6561b33987628f5975afc094cea7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d3bdf60b6784980de77a0df97ea96fa = $(`<div id="html_4d3bdf60b6784980de77a0df97ea96fa" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_d79a6561b33987628f5975afc094cea7.setContent(html_4d3bdf60b6784980de77a0df97ea96fa);
|
|
|
|
|
|
|
|
marker_c47ac5cfc6e58aa794279a2ed5ae7cd9.bindPopup(popup_d79a6561b33987628f5975afc094cea7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c47ac5cfc6e58aa794279a2ed5ae7cd9.setIcon(icon_14fc5bd02a243619fb636382e9603d23);
|
|
|
|
|
|
var marker_615ee29bcdc24663a31c169715bd7c9f = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d05039f25bc4728ba07cb1fd9c905660 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f16c9585d8fe9bd77dbb6940ae5e19a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b9b1af1b1f579ce93d20c379d5bccaa = $(`<div id="html_0b9b1af1b1f579ce93d20c379d5bccaa" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_f16c9585d8fe9bd77dbb6940ae5e19a3.setContent(html_0b9b1af1b1f579ce93d20c379d5bccaa);
|
|
|
|
|
|
|
|
marker_615ee29bcdc24663a31c169715bd7c9f.bindPopup(popup_f16c9585d8fe9bd77dbb6940ae5e19a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_615ee29bcdc24663a31c169715bd7c9f.setIcon(icon_d05039f25bc4728ba07cb1fd9c905660);
|
|
|
|
|
|
var marker_c91adc6ea0afc63e4988edf94f3ec4f5 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_4e0f73a983d20af37f30109660b30661 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f4214cfffc5bdff2c3b1667e33039cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05749898ab4714e69843fc8851e1088c = $(`<div id="html_05749898ab4714e69843fc8851e1088c" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_6f4214cfffc5bdff2c3b1667e33039cf.setContent(html_05749898ab4714e69843fc8851e1088c);
|
|
|
|
|
|
|
|
marker_c91adc6ea0afc63e4988edf94f3ec4f5.bindPopup(popup_6f4214cfffc5bdff2c3b1667e33039cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c91adc6ea0afc63e4988edf94f3ec4f5.setIcon(icon_4e0f73a983d20af37f30109660b30661);
|
|
|
|
|
|
var marker_62528a9f7b6735908b8ec6edcb733dd5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_4cf9563b3cf7a55012c5106b0a1eac43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f2c43e1e3ff9d79eab021508ddea5ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d0518911da17bc4986ca9d1c12bdee2 = $(`<div id="html_4d0518911da17bc4986ca9d1c12bdee2" style="width: 100.0%; height: 100.0%;">frelsi.oxtr.dev</div>`)[0];
|
|
popup_0f2c43e1e3ff9d79eab021508ddea5ba.setContent(html_4d0518911da17bc4986ca9d1c12bdee2);
|
|
|
|
|
|
|
|
marker_62528a9f7b6735908b8ec6edcb733dd5.bindPopup(popup_0f2c43e1e3ff9d79eab021508ddea5ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62528a9f7b6735908b8ec6edcb733dd5.setIcon(icon_4cf9563b3cf7a55012c5106b0a1eac43);
|
|
|
|
|
|
var marker_698538f9b845a0db40dadff70c0dc32e = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_94cdb2f8bdbebc17b8b06a5535cbe81b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_651752f95bfd3d9bc11309ad92a5f610 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cca30cfd254756da270c053103e541b2 = $(`<div id="html_cca30cfd254756da270c053103e541b2" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_651752f95bfd3d9bc11309ad92a5f610.setContent(html_cca30cfd254756da270c053103e541b2);
|
|
|
|
|
|
|
|
marker_698538f9b845a0db40dadff70c0dc32e.bindPopup(popup_651752f95bfd3d9bc11309ad92a5f610)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_698538f9b845a0db40dadff70c0dc32e.setIcon(icon_94cdb2f8bdbebc17b8b06a5535cbe81b);
|
|
|
|
|
|
var marker_b31c72e59ee77adb00aca683031fd2a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_e054e2be7ccfb00a6fb858fc0956dde4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8b15ccc6f8c6a377aa93e0c6dd0ff5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0c3e292aca6d9701b29cb791fdce1c0 = $(`<div id="html_e0c3e292aca6d9701b29cb791fdce1c0" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_c8b15ccc6f8c6a377aa93e0c6dd0ff5a.setContent(html_e0c3e292aca6d9701b29cb791fdce1c0);
|
|
|
|
|
|
|
|
marker_b31c72e59ee77adb00aca683031fd2a3.bindPopup(popup_c8b15ccc6f8c6a377aa93e0c6dd0ff5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b31c72e59ee77adb00aca683031fd2a3.setIcon(icon_e054e2be7ccfb00a6fb858fc0956dde4);
|
|
|
|
|
|
var marker_f3ac80ca34827c99da693897debf09c4 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_0802b003b7435cb1cad50740427c178e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f721392942bbf6720ae36e54b592892c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea6e7d4c4df8ef150f1d3cad06af2aed = $(`<div id="html_ea6e7d4c4df8ef150f1d3cad06af2aed" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_f721392942bbf6720ae36e54b592892c.setContent(html_ea6e7d4c4df8ef150f1d3cad06af2aed);
|
|
|
|
|
|
|
|
marker_f3ac80ca34827c99da693897debf09c4.bindPopup(popup_f721392942bbf6720ae36e54b592892c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3ac80ca34827c99da693897debf09c4.setIcon(icon_0802b003b7435cb1cad50740427c178e);
|
|
|
|
|
|
var marker_16689975cff101b623f41cfd297970b4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ba1df3592b96f721c3f0bdbb418ce3b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e91bb957bfb6e937d4452934ef909b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9d5c988b36026dc10b6ae44cb4329b1 = $(`<div id="html_c9d5c988b36026dc10b6ae44cb4329b1" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_7e91bb957bfb6e937d4452934ef909b5.setContent(html_c9d5c988b36026dc10b6ae44cb4329b1);
|
|
|
|
|
|
|
|
marker_16689975cff101b623f41cfd297970b4.bindPopup(popup_7e91bb957bfb6e937d4452934ef909b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16689975cff101b623f41cfd297970b4.setIcon(icon_ba1df3592b96f721c3f0bdbb418ce3b9);
|
|
|
|
|
|
var marker_d112d3894c26bcbdf431771fad4d6f5f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_bd5f7fb682125af952dbc6095855a0d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72e88e05e956373bcb958f5217e69d92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f947ed4ed81fb462c8bfb6a340608f24 = $(`<div id="html_f947ed4ed81fb462c8bfb6a340608f24" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_72e88e05e956373bcb958f5217e69d92.setContent(html_f947ed4ed81fb462c8bfb6a340608f24);
|
|
|
|
|
|
|
|
marker_d112d3894c26bcbdf431771fad4d6f5f.bindPopup(popup_72e88e05e956373bcb958f5217e69d92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d112d3894c26bcbdf431771fad4d6f5f.setIcon(icon_bd5f7fb682125af952dbc6095855a0d9);
|
|
|
|
|
|
var marker_1967b943a7dac8a8bd93d033c391dcc2 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_57f949f40f152f857943a975794079fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad5a77ba839e01c8576732d99bd3a850 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81e9e7d3c5c3dbd54ddfc585eb67cf6a = $(`<div id="html_81e9e7d3c5c3dbd54ddfc585eb67cf6a" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_ad5a77ba839e01c8576732d99bd3a850.setContent(html_81e9e7d3c5c3dbd54ddfc585eb67cf6a);
|
|
|
|
|
|
|
|
marker_1967b943a7dac8a8bd93d033c391dcc2.bindPopup(popup_ad5a77ba839e01c8576732d99bd3a850)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1967b943a7dac8a8bd93d033c391dcc2.setIcon(icon_57f949f40f152f857943a975794079fe);
|
|
|
|
|
|
var marker_93e09c658aba5cfeafc0a8f5538b6f41 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d633f5932f1520836f9d270ec78b96ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe53a8c1c1182887da45af7907bdb1cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f7ede105a42c2677541021f24901f3c = $(`<div id="html_0f7ede105a42c2677541021f24901f3c" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_fe53a8c1c1182887da45af7907bdb1cf.setContent(html_0f7ede105a42c2677541021f24901f3c);
|
|
|
|
|
|
|
|
marker_93e09c658aba5cfeafc0a8f5538b6f41.bindPopup(popup_fe53a8c1c1182887da45af7907bdb1cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93e09c658aba5cfeafc0a8f5538b6f41.setIcon(icon_d633f5932f1520836f9d270ec78b96ea);
|
|
|
|
|
|
var marker_11d7361a8ab30af35bd2a57908e0e25d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_a64975697243ba1d5165707180a42917 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf0349f4dc9d043ff9be01343409e373 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca0694391ae86d527a8da3c5aeb88916 = $(`<div id="html_ca0694391ae86d527a8da3c5aeb88916" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_bf0349f4dc9d043ff9be01343409e373.setContent(html_ca0694391ae86d527a8da3c5aeb88916);
|
|
|
|
|
|
|
|
marker_11d7361a8ab30af35bd2a57908e0e25d.bindPopup(popup_bf0349f4dc9d043ff9be01343409e373)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11d7361a8ab30af35bd2a57908e0e25d.setIcon(icon_a64975697243ba1d5165707180a42917);
|
|
|
|
|
|
var marker_2702ff81853fe788a16381a9ae96d8bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_fb98b9c1deae88a5b97a0b0ad7b139b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c2374d0eefeb4a8d2e0061b0814eba1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10e8e821f5d4dd8ce3e59f2801babfef = $(`<div id="html_10e8e821f5d4dd8ce3e59f2801babfef" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_0c2374d0eefeb4a8d2e0061b0814eba1.setContent(html_10e8e821f5d4dd8ce3e59f2801babfef);
|
|
|
|
|
|
|
|
marker_2702ff81853fe788a16381a9ae96d8bf.bindPopup(popup_0c2374d0eefeb4a8d2e0061b0814eba1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2702ff81853fe788a16381a9ae96d8bf.setIcon(icon_fb98b9c1deae88a5b97a0b0ad7b139b4);
|
|
|
|
|
|
var marker_faca18d21887c2f0cbe3436fef19b12d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_0e3a68b9b7ea4e09dcd7a913ded9f21a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87bd7d5ed47444686e89a040c64217df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c2ccb74c3536b727a09ff2586c92ee0 = $(`<div id="html_3c2ccb74c3536b727a09ff2586c92ee0" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_87bd7d5ed47444686e89a040c64217df.setContent(html_3c2ccb74c3536b727a09ff2586c92ee0);
|
|
|
|
|
|
|
|
marker_faca18d21887c2f0cbe3436fef19b12d.bindPopup(popup_87bd7d5ed47444686e89a040c64217df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_faca18d21887c2f0cbe3436fef19b12d.setIcon(icon_0e3a68b9b7ea4e09dcd7a913ded9f21a);
|
|
|
|
|
|
var marker_7a14fd15df275bf8e91bb210430d641c = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_84c903a50b9cbc1d79a32da44f70c2a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfc81dc47688bc1bd14dc55dc600cc2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d26a9a6599644d1c65e0cafdc9afbc7b = $(`<div id="html_d26a9a6599644d1c65e0cafdc9afbc7b" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_dfc81dc47688bc1bd14dc55dc600cc2e.setContent(html_d26a9a6599644d1c65e0cafdc9afbc7b);
|
|
|
|
|
|
|
|
marker_7a14fd15df275bf8e91bb210430d641c.bindPopup(popup_dfc81dc47688bc1bd14dc55dc600cc2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a14fd15df275bf8e91bb210430d641c.setIcon(icon_84c903a50b9cbc1d79a32da44f70c2a3);
|
|
|
|
|
|
var marker_b7a4d83d4faaa1df66c1887c291b4616 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_fdbb668d97f7dfe9b3cdb765823f9b36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ff48f5f6982fb106d243db43076ab47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6e170865dcb1e7ac7b5e4f10a07b47b = $(`<div id="html_a6e170865dcb1e7ac7b5e4f10a07b47b" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_2ff48f5f6982fb106d243db43076ab47.setContent(html_a6e170865dcb1e7ac7b5e4f10a07b47b);
|
|
|
|
|
|
|
|
marker_b7a4d83d4faaa1df66c1887c291b4616.bindPopup(popup_2ff48f5f6982fb106d243db43076ab47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7a4d83d4faaa1df66c1887c291b4616.setIcon(icon_fdbb668d97f7dfe9b3cdb765823f9b36);
|
|
|
|
|
|
var marker_9efc98038c9086f910c9cd6aa2d5b258 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_95cb471d74d079deccef8c8280fbf98c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4d05adf61737826d6ace3616e7b1ea4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b53ec2eea1275b135a524d16cf0dc4bd = $(`<div id="html_b53ec2eea1275b135a524d16cf0dc4bd" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_e4d05adf61737826d6ace3616e7b1ea4.setContent(html_b53ec2eea1275b135a524d16cf0dc4bd);
|
|
|
|
|
|
|
|
marker_9efc98038c9086f910c9cd6aa2d5b258.bindPopup(popup_e4d05adf61737826d6ace3616e7b1ea4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9efc98038c9086f910c9cd6aa2d5b258.setIcon(icon_95cb471d74d079deccef8c8280fbf98c);
|
|
|
|
|
|
var marker_97bd5d82e3a4606d9e708b3af968aab8 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_2e9b57387d58fa992b874b3b80391960 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f134be17a8c084552e77b35897f27de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb3a759b066de7cadddc527c912c139e = $(`<div id="html_eb3a759b066de7cadddc527c912c139e" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_9f134be17a8c084552e77b35897f27de.setContent(html_eb3a759b066de7cadddc527c912c139e);
|
|
|
|
|
|
|
|
marker_97bd5d82e3a4606d9e708b3af968aab8.bindPopup(popup_9f134be17a8c084552e77b35897f27de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97bd5d82e3a4606d9e708b3af968aab8.setIcon(icon_2e9b57387d58fa992b874b3b80391960);
|
|
|
|
|
|
var marker_90a3120f54c9e5edbc0c78f4c8f654cd = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_7f6751d973a1eb74348ec9249fdbb36c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7b339aba3b5d2270f4a35c77c347dda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db74da2696ea1fd4dbdd91a9bce958dc = $(`<div id="html_db74da2696ea1fd4dbdd91a9bce958dc" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_c7b339aba3b5d2270f4a35c77c347dda.setContent(html_db74da2696ea1fd4dbdd91a9bce958dc);
|
|
|
|
|
|
|
|
marker_90a3120f54c9e5edbc0c78f4c8f654cd.bindPopup(popup_c7b339aba3b5d2270f4a35c77c347dda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90a3120f54c9e5edbc0c78f4c8f654cd.setIcon(icon_7f6751d973a1eb74348ec9249fdbb36c);
|
|
|
|
|
|
var marker_7ef5aef6b5615dc8582f7a15cbbb308c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_03aab5efb896478156ff09597d110f49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11810f4a65faa1c9f07ff816079215ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef305a9368eb957c35a1de6dad60feeb = $(`<div id="html_ef305a9368eb957c35a1de6dad60feeb" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_11810f4a65faa1c9f07ff816079215ab.setContent(html_ef305a9368eb957c35a1de6dad60feeb);
|
|
|
|
|
|
|
|
marker_7ef5aef6b5615dc8582f7a15cbbb308c.bindPopup(popup_11810f4a65faa1c9f07ff816079215ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ef5aef6b5615dc8582f7a15cbbb308c.setIcon(icon_03aab5efb896478156ff09597d110f49);
|
|
|
|
|
|
var marker_10d97ad97f026093fd9f4e02699bf804 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_6f3bf66815d1cb397207686a3bad66ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da57b5fa30d3bf9edae9246af0bacd81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d6d0afceb4bf1607efdbe89e06647d8 = $(`<div id="html_3d6d0afceb4bf1607efdbe89e06647d8" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_da57b5fa30d3bf9edae9246af0bacd81.setContent(html_3d6d0afceb4bf1607efdbe89e06647d8);
|
|
|
|
|
|
|
|
marker_10d97ad97f026093fd9f4e02699bf804.bindPopup(popup_da57b5fa30d3bf9edae9246af0bacd81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10d97ad97f026093fd9f4e02699bf804.setIcon(icon_6f3bf66815d1cb397207686a3bad66ad);
|
|
|
|
|
|
var marker_d8ea7f39dae0eccf932ea59c1aa0ed98 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_14b3a046f093ddc202fcf3267c2c0551 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c939fa46164286aa41d8b4fbba03e6fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2dd9e172590a35d3860d3b803bb2175 = $(`<div id="html_b2dd9e172590a35d3860d3b803bb2175" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_c939fa46164286aa41d8b4fbba03e6fa.setContent(html_b2dd9e172590a35d3860d3b803bb2175);
|
|
|
|
|
|
|
|
marker_d8ea7f39dae0eccf932ea59c1aa0ed98.bindPopup(popup_c939fa46164286aa41d8b4fbba03e6fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8ea7f39dae0eccf932ea59c1aa0ed98.setIcon(icon_14b3a046f093ddc202fcf3267c2c0551);
|
|
|
|
|
|
var marker_744ab93531bfaea97d56c63afbc966b2 = L.marker(
|
|
[54.5847, 10.0178],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_10a199dd58731c1c970b95775af89566 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a56e2fbd29982fa0c1c167d02301dcf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_357e0a1b952758423aa5d6c7f2a0b019 = $(`<div id="html_357e0a1b952758423aa5d6c7f2a0b019" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_a56e2fbd29982fa0c1c167d02301dcf1.setContent(html_357e0a1b952758423aa5d6c7f2a0b019);
|
|
|
|
|
|
|
|
marker_744ab93531bfaea97d56c63afbc966b2.bindPopup(popup_a56e2fbd29982fa0c1c167d02301dcf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_744ab93531bfaea97d56c63afbc966b2.setIcon(icon_10a199dd58731c1c970b95775af89566);
|
|
|
|
|
|
var marker_aa15f0a7afa2cf19c21d421628b064ac = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_303a262e6444790825e1af0c2b19d9ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_471fc6e064222b27472c3fbb2454214c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd0ed7fae074a90406d05712593f1e28 = $(`<div id="html_bd0ed7fae074a90406d05712593f1e28" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_471fc6e064222b27472c3fbb2454214c.setContent(html_bd0ed7fae074a90406d05712593f1e28);
|
|
|
|
|
|
|
|
marker_aa15f0a7afa2cf19c21d421628b064ac.bindPopup(popup_471fc6e064222b27472c3fbb2454214c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa15f0a7afa2cf19c21d421628b064ac.setIcon(icon_303a262e6444790825e1af0c2b19d9ad);
|
|
|
|
|
|
var marker_c7d5dbab3e721956031fde2bdf9730b1 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_5abd9c37796fed399d57f22016501c00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1e1bbf9c7ca6a9e7a8b5e083b4688f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6be72527dfeb2fcd9d23e1e57b6eea10 = $(`<div id="html_6be72527dfeb2fcd9d23e1e57b6eea10" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_d1e1bbf9c7ca6a9e7a8b5e083b4688f0.setContent(html_6be72527dfeb2fcd9d23e1e57b6eea10);
|
|
|
|
|
|
|
|
marker_c7d5dbab3e721956031fde2bdf9730b1.bindPopup(popup_d1e1bbf9c7ca6a9e7a8b5e083b4688f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7d5dbab3e721956031fde2bdf9730b1.setIcon(icon_5abd9c37796fed399d57f22016501c00);
|
|
|
|
|
|
var marker_3c1f9fd011349411a43d16598fc27fbe = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_f810fec34896d68614bef0021669e8cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1470005facb1bf69d7473b3d03dd24c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7f5d7ee0f5e658b9e3718bb1bc283ae = $(`<div id="html_c7f5d7ee0f5e658b9e3718bb1bc283ae" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_1470005facb1bf69d7473b3d03dd24c1.setContent(html_c7f5d7ee0f5e658b9e3718bb1bc283ae);
|
|
|
|
|
|
|
|
marker_3c1f9fd011349411a43d16598fc27fbe.bindPopup(popup_1470005facb1bf69d7473b3d03dd24c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c1f9fd011349411a43d16598fc27fbe.setIcon(icon_f810fec34896d68614bef0021669e8cb);
|
|
|
|
|
|
var marker_036f785f90296202e086cffe184b5e12 = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_f88107d9d33e2c262e4e6212a69380ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c1b240b61355d669571ea75534d6030 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5280cd7c124c64bc79f40fc51105c0a4 = $(`<div id="html_5280cd7c124c64bc79f40fc51105c0a4" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_4c1b240b61355d669571ea75534d6030.setContent(html_5280cd7c124c64bc79f40fc51105c0a4);
|
|
|
|
|
|
|
|
marker_036f785f90296202e086cffe184b5e12.bindPopup(popup_4c1b240b61355d669571ea75534d6030)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_036f785f90296202e086cffe184b5e12.setIcon(icon_f88107d9d33e2c262e4e6212a69380ae);
|
|
|
|
|
|
var marker_1c408d8c24106da8c122a2c234b6f904 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_a63f432eead8139cb89273ca8074cbfc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da2db76e3a02cb5a81de5d5995a34a55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b6fc0a3c1f4fed0b6d6559d68032634 = $(`<div id="html_3b6fc0a3c1f4fed0b6d6559d68032634" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_da2db76e3a02cb5a81de5d5995a34a55.setContent(html_3b6fc0a3c1f4fed0b6d6559d68032634);
|
|
|
|
|
|
|
|
marker_1c408d8c24106da8c122a2c234b6f904.bindPopup(popup_da2db76e3a02cb5a81de5d5995a34a55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c408d8c24106da8c122a2c234b6f904.setIcon(icon_a63f432eead8139cb89273ca8074cbfc);
|
|
|
|
|
|
var marker_8fc628f5ee9d17c0722bed558624916a = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_aba37d63a5c7f19a347e1e4ee486545f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98676a192324c75f7fb35c52435d5968 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_289f1efe429a9aeb7d2ff79a8e225901 = $(`<div id="html_289f1efe429a9aeb7d2ff79a8e225901" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_98676a192324c75f7fb35c52435d5968.setContent(html_289f1efe429a9aeb7d2ff79a8e225901);
|
|
|
|
|
|
|
|
marker_8fc628f5ee9d17c0722bed558624916a.bindPopup(popup_98676a192324c75f7fb35c52435d5968)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fc628f5ee9d17c0722bed558624916a.setIcon(icon_aba37d63a5c7f19a347e1e4ee486545f);
|
|
|
|
|
|
var marker_baf37de08e0f336f2392ad54f19c4bc8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ea288dbf51d25417dc479ae031ff9ff3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cd0ecda05ce51f2e74405731da4c1bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0662c0a0fe1f7eb5d1f480e267c05e1f = $(`<div id="html_0662c0a0fe1f7eb5d1f480e267c05e1f" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_6cd0ecda05ce51f2e74405731da4c1bb.setContent(html_0662c0a0fe1f7eb5d1f480e267c05e1f);
|
|
|
|
|
|
|
|
marker_baf37de08e0f336f2392ad54f19c4bc8.bindPopup(popup_6cd0ecda05ce51f2e74405731da4c1bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_baf37de08e0f336f2392ad54f19c4bc8.setIcon(icon_ea288dbf51d25417dc479ae031ff9ff3);
|
|
|
|
|
|
var marker_80ca8ce4faadad16db4528d35f064cc4 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_4aa7d47b4f2def5143f1546f3a4d797e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73120baf598dec34ecdf1b1ce66f7f5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbd4e5e609998398d45c67aa7dfc4874 = $(`<div id="html_cbd4e5e609998398d45c67aa7dfc4874" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_73120baf598dec34ecdf1b1ce66f7f5a.setContent(html_cbd4e5e609998398d45c67aa7dfc4874);
|
|
|
|
|
|
|
|
marker_80ca8ce4faadad16db4528d35f064cc4.bindPopup(popup_73120baf598dec34ecdf1b1ce66f7f5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80ca8ce4faadad16db4528d35f064cc4.setIcon(icon_4aa7d47b4f2def5143f1546f3a4d797e);
|
|
|
|
|
|
var marker_72dfa4371589f683f63ce8fad8f8b553 = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_7f10b1d28d85a7b90045dcb8c086187a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6814794531b816639a947a8e00b2fe1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cf73509cc0bc26debd7639d5474330b = $(`<div id="html_0cf73509cc0bc26debd7639d5474330b" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_d6814794531b816639a947a8e00b2fe1.setContent(html_0cf73509cc0bc26debd7639d5474330b);
|
|
|
|
|
|
|
|
marker_72dfa4371589f683f63ce8fad8f8b553.bindPopup(popup_d6814794531b816639a947a8e00b2fe1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72dfa4371589f683f63ce8fad8f8b553.setIcon(icon_7f10b1d28d85a7b90045dcb8c086187a);
|
|
|
|
|
|
var marker_ffebbd95e25e0d6ebb23254381f8a09b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_64e885175ca1a1d78aa9e757a56f40fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8dcdeca82120fbf877be5d02fd27c430 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9353807d8ebd46be9c12c54704a4d99e = $(`<div id="html_9353807d8ebd46be9c12c54704a4d99e" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_8dcdeca82120fbf877be5d02fd27c430.setContent(html_9353807d8ebd46be9c12c54704a4d99e);
|
|
|
|
|
|
|
|
marker_ffebbd95e25e0d6ebb23254381f8a09b.bindPopup(popup_8dcdeca82120fbf877be5d02fd27c430)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffebbd95e25e0d6ebb23254381f8a09b.setIcon(icon_64e885175ca1a1d78aa9e757a56f40fb);
|
|
|
|
|
|
var marker_576e8214c0dece0c037d59c95aa85252 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_b412b53c27542526ccb12e2fd86d2d6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c7eca851161ec5bb0aa938cb0bef9c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37b8bb974797d54334f1e61508c26c99 = $(`<div id="html_37b8bb974797d54334f1e61508c26c99" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_4c7eca851161ec5bb0aa938cb0bef9c5.setContent(html_37b8bb974797d54334f1e61508c26c99);
|
|
|
|
|
|
|
|
marker_576e8214c0dece0c037d59c95aa85252.bindPopup(popup_4c7eca851161ec5bb0aa938cb0bef9c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_576e8214c0dece0c037d59c95aa85252.setIcon(icon_b412b53c27542526ccb12e2fd86d2d6e);
|
|
|
|
|
|
var marker_4c781f2b46ed5f5a43334fed0f77a5fd = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_91ee00630480b160066cb780ef063bec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4151b7422aa5e158c5ef6a9426be7772 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6682057dfacb2acd8183785d23cf007 = $(`<div id="html_a6682057dfacb2acd8183785d23cf007" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_4151b7422aa5e158c5ef6a9426be7772.setContent(html_a6682057dfacb2acd8183785d23cf007);
|
|
|
|
|
|
|
|
marker_4c781f2b46ed5f5a43334fed0f77a5fd.bindPopup(popup_4151b7422aa5e158c5ef6a9426be7772)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c781f2b46ed5f5a43334fed0f77a5fd.setIcon(icon_91ee00630480b160066cb780ef063bec);
|
|
|
|
|
|
var marker_eb739b3e88ff0a632d616974e6a363be = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_2cb05ecfbfcd7371b639aa570e2734a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_149fe6c88abebda8f02d6c4f89dc8ba8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1774ed61e2a8a89cdfd0e1cc03aec584 = $(`<div id="html_1774ed61e2a8a89cdfd0e1cc03aec584" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_149fe6c88abebda8f02d6c4f89dc8ba8.setContent(html_1774ed61e2a8a89cdfd0e1cc03aec584);
|
|
|
|
|
|
|
|
marker_eb739b3e88ff0a632d616974e6a363be.bindPopup(popup_149fe6c88abebda8f02d6c4f89dc8ba8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb739b3e88ff0a632d616974e6a363be.setIcon(icon_2cb05ecfbfcd7371b639aa570e2734a8);
|
|
|
|
|
|
var marker_ca57ea451c916c4db3a4953b6c2aca72 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_2fcf314a11b521a743bc9712cab2959b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_921102de64cb8f46cf1073f1e19978c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb64569e2ee63b3d10ad0cbff08f5e6a = $(`<div id="html_fb64569e2ee63b3d10ad0cbff08f5e6a" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_921102de64cb8f46cf1073f1e19978c3.setContent(html_fb64569e2ee63b3d10ad0cbff08f5e6a);
|
|
|
|
|
|
|
|
marker_ca57ea451c916c4db3a4953b6c2aca72.bindPopup(popup_921102de64cb8f46cf1073f1e19978c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca57ea451c916c4db3a4953b6c2aca72.setIcon(icon_2fcf314a11b521a743bc9712cab2959b);
|
|
|
|
|
|
var marker_41cddfef7ca6cfd327c871df5db23530 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_25f4bca448a11b84a8a5e12fd8070263 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d27c3cff92633ee0e198e6b1532601a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82df1a4489c9f69a19e660b0bc2bb327 = $(`<div id="html_82df1a4489c9f69a19e660b0bc2bb327" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_d27c3cff92633ee0e198e6b1532601a4.setContent(html_82df1a4489c9f69a19e660b0bc2bb327);
|
|
|
|
|
|
|
|
marker_41cddfef7ca6cfd327c871df5db23530.bindPopup(popup_d27c3cff92633ee0e198e6b1532601a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41cddfef7ca6cfd327c871df5db23530.setIcon(icon_25f4bca448a11b84a8a5e12fd8070263);
|
|
|
|
|
|
var marker_b11480923039c161074a23fad4a9b449 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_027020300c8e70f1380ce44075d25f6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78a62c94be024c4c0ec32e1f6cb9d172 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af636d39a30f879aae176727e9cd925d = $(`<div id="html_af636d39a30f879aae176727e9cd925d" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_78a62c94be024c4c0ec32e1f6cb9d172.setContent(html_af636d39a30f879aae176727e9cd925d);
|
|
|
|
|
|
|
|
marker_b11480923039c161074a23fad4a9b449.bindPopup(popup_78a62c94be024c4c0ec32e1f6cb9d172)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b11480923039c161074a23fad4a9b449.setIcon(icon_027020300c8e70f1380ce44075d25f6c);
|
|
|
|
|
|
var marker_c0084ef25e309e7d2e6da771a95ed3e2 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_e913ad2e4c8efbdaad145eb54c6108d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3a9f1f5fa70b59d28ad5923e3239b86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7ca9c2c3210f7013136c42a8f0fcc81 = $(`<div id="html_c7ca9c2c3210f7013136c42a8f0fcc81" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_e3a9f1f5fa70b59d28ad5923e3239b86.setContent(html_c7ca9c2c3210f7013136c42a8f0fcc81);
|
|
|
|
|
|
|
|
marker_c0084ef25e309e7d2e6da771a95ed3e2.bindPopup(popup_e3a9f1f5fa70b59d28ad5923e3239b86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0084ef25e309e7d2e6da771a95ed3e2.setIcon(icon_e913ad2e4c8efbdaad145eb54c6108d4);
|
|
|
|
|
|
var marker_616a3dff033745b989928feaff71e246 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_57635b2942416cf34fd5c5aa596d5d24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56e2b3897c7038ca389d4080c4193842 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57e96a2d46dd8ae227e0fe5a7eec0bfa = $(`<div id="html_57e96a2d46dd8ae227e0fe5a7eec0bfa" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_56e2b3897c7038ca389d4080c4193842.setContent(html_57e96a2d46dd8ae227e0fe5a7eec0bfa);
|
|
|
|
|
|
|
|
marker_616a3dff033745b989928feaff71e246.bindPopup(popup_56e2b3897c7038ca389d4080c4193842)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_616a3dff033745b989928feaff71e246.setIcon(icon_57635b2942416cf34fd5c5aa596d5d24);
|
|
|
|
|
|
var marker_769a3dc8d0da83bf3bafc4a7f1adf709 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_9c5dfd4a713148461e3332bb587796d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dbd68d6258b91b6b28a10160bd23ea9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e22eca70fcb882ababc44b6a4297c9c = $(`<div id="html_4e22eca70fcb882ababc44b6a4297c9c" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_1dbd68d6258b91b6b28a10160bd23ea9.setContent(html_4e22eca70fcb882ababc44b6a4297c9c);
|
|
|
|
|
|
|
|
marker_769a3dc8d0da83bf3bafc4a7f1adf709.bindPopup(popup_1dbd68d6258b91b6b28a10160bd23ea9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_769a3dc8d0da83bf3bafc4a7f1adf709.setIcon(icon_9c5dfd4a713148461e3332bb587796d4);
|
|
|
|
|
|
var marker_69659fa4dc32af796b74c4a6d3d67ec4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_6e7df95ca7a23794bd4355e6a7dc086c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a73dc38798359f80abc636b9df881053 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c235f9822fb7fe0d6da27c6f6764f78 = $(`<div id="html_0c235f9822fb7fe0d6da27c6f6764f78" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_a73dc38798359f80abc636b9df881053.setContent(html_0c235f9822fb7fe0d6da27c6f6764f78);
|
|
|
|
|
|
|
|
marker_69659fa4dc32af796b74c4a6d3d67ec4.bindPopup(popup_a73dc38798359f80abc636b9df881053)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69659fa4dc32af796b74c4a6d3d67ec4.setIcon(icon_6e7df95ca7a23794bd4355e6a7dc086c);
|
|
|
|
|
|
var marker_2af2849f569606e483074155f555eb9a = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ace1f6542399d2d57e5aac06c03c30c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97783be021fdf80f6f9780be81f2fb13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6d6c4cf9953c33b3d20ad396853324b = $(`<div id="html_c6d6c4cf9953c33b3d20ad396853324b" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_97783be021fdf80f6f9780be81f2fb13.setContent(html_c6d6c4cf9953c33b3d20ad396853324b);
|
|
|
|
|
|
|
|
marker_2af2849f569606e483074155f555eb9a.bindPopup(popup_97783be021fdf80f6f9780be81f2fb13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2af2849f569606e483074155f555eb9a.setIcon(icon_ace1f6542399d2d57e5aac06c03c30c5);
|
|
|
|
|
|
var marker_ecf8dbc53becdf0bc9252010592ad33d = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_e66901a0ab04ef2cf348a9e19eebc62c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7465f88a35c56da6410cef3c44f87d7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93596c98aeed0568b0fb3e49854e82c9 = $(`<div id="html_93596c98aeed0568b0fb3e49854e82c9" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_7465f88a35c56da6410cef3c44f87d7b.setContent(html_93596c98aeed0568b0fb3e49854e82c9);
|
|
|
|
|
|
|
|
marker_ecf8dbc53becdf0bc9252010592ad33d.bindPopup(popup_7465f88a35c56da6410cef3c44f87d7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecf8dbc53becdf0bc9252010592ad33d.setIcon(icon_e66901a0ab04ef2cf348a9e19eebc62c);
|
|
|
|
|
|
var marker_99e8b5902c8e64df2337b69e296f36ad = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_baceecf34b7d089384bef16e1216bbbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29b8ae7c93ca1d9eb3c896f9b4b122cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d29352b8a7cf4cf645aecf610ea7192 = $(`<div id="html_9d29352b8a7cf4cf645aecf610ea7192" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_29b8ae7c93ca1d9eb3c896f9b4b122cd.setContent(html_9d29352b8a7cf4cf645aecf610ea7192);
|
|
|
|
|
|
|
|
marker_99e8b5902c8e64df2337b69e296f36ad.bindPopup(popup_29b8ae7c93ca1d9eb3c896f9b4b122cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99e8b5902c8e64df2337b69e296f36ad.setIcon(icon_baceecf34b7d089384bef16e1216bbbb);
|
|
|
|
|
|
var marker_fdf37a092a434429cc9300ac2604357d = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_e6439b8849a951084a6730b48663c309 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfc78b27e57836ff251db210128b63c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99206fe9db55255cfb570cae80d5d5e0 = $(`<div id="html_99206fe9db55255cfb570cae80d5d5e0" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_dfc78b27e57836ff251db210128b63c3.setContent(html_99206fe9db55255cfb570cae80d5d5e0);
|
|
|
|
|
|
|
|
marker_fdf37a092a434429cc9300ac2604357d.bindPopup(popup_dfc78b27e57836ff251db210128b63c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdf37a092a434429cc9300ac2604357d.setIcon(icon_e6439b8849a951084a6730b48663c309);
|
|
|
|
|
|
var marker_546f5cd77ff80a1a38a75c2922b499fe = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_191f41e99afd3c1936dbd600cab6c914 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adc9f2fea6ca14c67efeb167fe04c6f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cd7f5871580a7f6753cbb2021db4330 = $(`<div id="html_3cd7f5871580a7f6753cbb2021db4330" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_adc9f2fea6ca14c67efeb167fe04c6f1.setContent(html_3cd7f5871580a7f6753cbb2021db4330);
|
|
|
|
|
|
|
|
marker_546f5cd77ff80a1a38a75c2922b499fe.bindPopup(popup_adc9f2fea6ca14c67efeb167fe04c6f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_546f5cd77ff80a1a38a75c2922b499fe.setIcon(icon_191f41e99afd3c1936dbd600cab6c914);
|
|
|
|
|
|
var marker_77e79a92fd3fa067d1b13ffdc260b6c6 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_15e375b0d04023214ca2d9b19a1cf145 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56ea4b93c4d14bd6a8bdb2cfe46a122c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0c0d22117ec31f580b6d4dfb8ff441f = $(`<div id="html_a0c0d22117ec31f580b6d4dfb8ff441f" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_56ea4b93c4d14bd6a8bdb2cfe46a122c.setContent(html_a0c0d22117ec31f580b6d4dfb8ff441f);
|
|
|
|
|
|
|
|
marker_77e79a92fd3fa067d1b13ffdc260b6c6.bindPopup(popup_56ea4b93c4d14bd6a8bdb2cfe46a122c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77e79a92fd3fa067d1b13ffdc260b6c6.setIcon(icon_15e375b0d04023214ca2d9b19a1cf145);
|
|
|
|
|
|
var marker_66d6e5fbac4a4bfbf0870cd230232a24 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ca2dc16d11e6c878d0e6b0edec1bcc8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c37297269309467c09bd7daa63856d71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b34226666c7708f0c0140fca43bf0866 = $(`<div id="html_b34226666c7708f0c0140fca43bf0866" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_c37297269309467c09bd7daa63856d71.setContent(html_b34226666c7708f0c0140fca43bf0866);
|
|
|
|
|
|
|
|
marker_66d6e5fbac4a4bfbf0870cd230232a24.bindPopup(popup_c37297269309467c09bd7daa63856d71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66d6e5fbac4a4bfbf0870cd230232a24.setIcon(icon_ca2dc16d11e6c878d0e6b0edec1bcc8c);
|
|
|
|
|
|
var marker_b8c019f7c605fd6a46ca1a5d5b965cf5 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_274404292b0f53ac30bbc53136f1e244 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3336c99b68793bb6d2ab5ff3af7a6ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bbf2eff17e16f45dccd0a6cd3681f5c = $(`<div id="html_7bbf2eff17e16f45dccd0a6cd3681f5c" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_f3336c99b68793bb6d2ab5ff3af7a6ee.setContent(html_7bbf2eff17e16f45dccd0a6cd3681f5c);
|
|
|
|
|
|
|
|
marker_b8c019f7c605fd6a46ca1a5d5b965cf5.bindPopup(popup_f3336c99b68793bb6d2ab5ff3af7a6ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8c019f7c605fd6a46ca1a5d5b965cf5.setIcon(icon_274404292b0f53ac30bbc53136f1e244);
|
|
|
|
|
|
var marker_20454da9d40b987024bd4ec3df0325ef = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_81d90dfcfc5044b296b2c2e941857bcd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e69cb1bf2653ca923a3b9eeab3f7e72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e3d80b16f532bc95eadda5bfc78b39a = $(`<div id="html_2e3d80b16f532bc95eadda5bfc78b39a" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_1e69cb1bf2653ca923a3b9eeab3f7e72.setContent(html_2e3d80b16f532bc95eadda5bfc78b39a);
|
|
|
|
|
|
|
|
marker_20454da9d40b987024bd4ec3df0325ef.bindPopup(popup_1e69cb1bf2653ca923a3b9eeab3f7e72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20454da9d40b987024bd4ec3df0325ef.setIcon(icon_81d90dfcfc5044b296b2c2e941857bcd);
|
|
|
|
|
|
var marker_86a3309f2961a9cbca5b1dd62ba19007 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_e7e2d6e9fd7747e093cb150db34af883 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a35b6fd455fffa224e7a2ca774b76075 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ac906183ee94f1715446cb9433cb919 = $(`<div id="html_2ac906183ee94f1715446cb9433cb919" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_a35b6fd455fffa224e7a2ca774b76075.setContent(html_2ac906183ee94f1715446cb9433cb919);
|
|
|
|
|
|
|
|
marker_86a3309f2961a9cbca5b1dd62ba19007.bindPopup(popup_a35b6fd455fffa224e7a2ca774b76075)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86a3309f2961a9cbca5b1dd62ba19007.setIcon(icon_e7e2d6e9fd7747e093cb150db34af883);
|
|
|
|
|
|
var marker_4990c5e1623991963df385634a4771eb = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_b6f7349c1b617b90d89d2001b0003369 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23f08761ea227b3dd78c495e0c72f659 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1d4997b4b35106822820c9c3056a6f0 = $(`<div id="html_c1d4997b4b35106822820c9c3056a6f0" style="width: 100.0%; height: 100.0%;">relay.smies.me</div>`)[0];
|
|
popup_23f08761ea227b3dd78c495e0c72f659.setContent(html_c1d4997b4b35106822820c9c3056a6f0);
|
|
|
|
|
|
|
|
marker_4990c5e1623991963df385634a4771eb.bindPopup(popup_23f08761ea227b3dd78c495e0c72f659)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4990c5e1623991963df385634a4771eb.setIcon(icon_b6f7349c1b617b90d89d2001b0003369);
|
|
|
|
|
|
var marker_363101b30e9dbe01d4a78f21ffd14d27 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_78469340c35581d6cad1c6bbb7752fd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebe73657ee3a10ee3e1077a8e00fbc45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e507262cde8bde8867b2dd1897b3528d = $(`<div id="html_e507262cde8bde8867b2dd1897b3528d" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_ebe73657ee3a10ee3e1077a8e00fbc45.setContent(html_e507262cde8bde8867b2dd1897b3528d);
|
|
|
|
|
|
|
|
marker_363101b30e9dbe01d4a78f21ffd14d27.bindPopup(popup_ebe73657ee3a10ee3e1077a8e00fbc45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_363101b30e9dbe01d4a78f21ffd14d27.setIcon(icon_78469340c35581d6cad1c6bbb7752fd2);
|
|
|
|
|
|
var marker_859148eb34a63b71df8a0d385a09215d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_c23a52a483ee8d437eb76d2d472a0266 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afcc0347762034cb03ebabd551d80196 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa5c2037ec80ed457dcca1017a6cda90 = $(`<div id="html_aa5c2037ec80ed457dcca1017a6cda90" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_afcc0347762034cb03ebabd551d80196.setContent(html_aa5c2037ec80ed457dcca1017a6cda90);
|
|
|
|
|
|
|
|
marker_859148eb34a63b71df8a0d385a09215d.bindPopup(popup_afcc0347762034cb03ebabd551d80196)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_859148eb34a63b71df8a0d385a09215d.setIcon(icon_c23a52a483ee8d437eb76d2d472a0266);
|
|
|
|
|
|
var marker_fae8652dabef23c3937d6d8aa82317e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_87fb6b09bbafba04f3ce081f2f474cbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cb2fdd00f48d5cc06f9ff9c4a14f2cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_028c5b93d89d0844457cdf9af759d74a = $(`<div id="html_028c5b93d89d0844457cdf9af759d74a" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_5cb2fdd00f48d5cc06f9ff9c4a14f2cf.setContent(html_028c5b93d89d0844457cdf9af759d74a);
|
|
|
|
|
|
|
|
marker_fae8652dabef23c3937d6d8aa82317e3.bindPopup(popup_5cb2fdd00f48d5cc06f9ff9c4a14f2cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fae8652dabef23c3937d6d8aa82317e3.setIcon(icon_87fb6b09bbafba04f3ce081f2f474cbf);
|
|
|
|
|
|
var marker_168bcfddd89803c580fb474079c6f4e4 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_23110c905109465c51fde3996067632b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51347e410a2bbd16d0054c7ad28fda3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd69840af5e7473e6dcdad0ab35ee940 = $(`<div id="html_fd69840af5e7473e6dcdad0ab35ee940" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_51347e410a2bbd16d0054c7ad28fda3e.setContent(html_fd69840af5e7473e6dcdad0ab35ee940);
|
|
|
|
|
|
|
|
marker_168bcfddd89803c580fb474079c6f4e4.bindPopup(popup_51347e410a2bbd16d0054c7ad28fda3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_168bcfddd89803c580fb474079c6f4e4.setIcon(icon_23110c905109465c51fde3996067632b);
|
|
|
|
|
|
var marker_0761658aab33fbffeedda27f385f90a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_0b2371547702b43620ec9b1dc3ae0cb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae6f4df8f8ef4c74a1b97bde44b24601 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e276c8fb2130c454195445a345958052 = $(`<div id="html_e276c8fb2130c454195445a345958052" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_ae6f4df8f8ef4c74a1b97bde44b24601.setContent(html_e276c8fb2130c454195445a345958052);
|
|
|
|
|
|
|
|
marker_0761658aab33fbffeedda27f385f90a0.bindPopup(popup_ae6f4df8f8ef4c74a1b97bde44b24601)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0761658aab33fbffeedda27f385f90a0.setIcon(icon_0b2371547702b43620ec9b1dc3ae0cb1);
|
|
|
|
|
|
var marker_d833c99d52e14d423b2046046f1878c8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_39fcea1067675c8191527e9877894c9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eff4ed4fca6f23e25bcbf338691d9228 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3569212e74003d669e1ee0f2a4299a98 = $(`<div id="html_3569212e74003d669e1ee0f2a4299a98" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_eff4ed4fca6f23e25bcbf338691d9228.setContent(html_3569212e74003d669e1ee0f2a4299a98);
|
|
|
|
|
|
|
|
marker_d833c99d52e14d423b2046046f1878c8.bindPopup(popup_eff4ed4fca6f23e25bcbf338691d9228)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d833c99d52e14d423b2046046f1878c8.setIcon(icon_39fcea1067675c8191527e9877894c9d);
|
|
|
|
|
|
var marker_873a0aa2919c1340a2acc43aaffa1542 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_eb20a163795ddc1b189071ddeea8d7af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96e14e7dd73942455dcff6c88cdc435d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b44734641a2337208a7de3bd370090c2 = $(`<div id="html_b44734641a2337208a7de3bd370090c2" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_96e14e7dd73942455dcff6c88cdc435d.setContent(html_b44734641a2337208a7de3bd370090c2);
|
|
|
|
|
|
|
|
marker_873a0aa2919c1340a2acc43aaffa1542.bindPopup(popup_96e14e7dd73942455dcff6c88cdc435d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_873a0aa2919c1340a2acc43aaffa1542.setIcon(icon_eb20a163795ddc1b189071ddeea8d7af);
|
|
|
|
|
|
var marker_2c68db4b69398d439786252a711e7726 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_5220659816f2a20a108e000901930377 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf7c4d33277654508e21aeecabe57b52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bc1821f3d8c69b2360bbcb6b633094d = $(`<div id="html_2bc1821f3d8c69b2360bbcb6b633094d" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_bf7c4d33277654508e21aeecabe57b52.setContent(html_2bc1821f3d8c69b2360bbcb6b633094d);
|
|
|
|
|
|
|
|
marker_2c68db4b69398d439786252a711e7726.bindPopup(popup_bf7c4d33277654508e21aeecabe57b52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c68db4b69398d439786252a711e7726.setIcon(icon_5220659816f2a20a108e000901930377);
|
|
|
|
|
|
var marker_7316e3f779118ae5c43922789fb4e345 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_181702112082780af1b5e9618bcbf81b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_474f95f17b59b53546a420adfeb16d97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64dad9bc5767baa9ec251d4e73c2f9b9 = $(`<div id="html_64dad9bc5767baa9ec251d4e73c2f9b9" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_474f95f17b59b53546a420adfeb16d97.setContent(html_64dad9bc5767baa9ec251d4e73c2f9b9);
|
|
|
|
|
|
|
|
marker_7316e3f779118ae5c43922789fb4e345.bindPopup(popup_474f95f17b59b53546a420adfeb16d97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7316e3f779118ae5c43922789fb4e345.setIcon(icon_181702112082780af1b5e9618bcbf81b);
|
|
|
|
|
|
var marker_73ff6d2f5315fd2252d00bd0799b56b6 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d86e673f61f78eb2634a87577451fa4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c78b213882b3fac2d16d059a5d986070 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af4872b98b5e5d4ad6c904ac05e237ae = $(`<div id="html_af4872b98b5e5d4ad6c904ac05e237ae" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_c78b213882b3fac2d16d059a5d986070.setContent(html_af4872b98b5e5d4ad6c904ac05e237ae);
|
|
|
|
|
|
|
|
marker_73ff6d2f5315fd2252d00bd0799b56b6.bindPopup(popup_c78b213882b3fac2d16d059a5d986070)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73ff6d2f5315fd2252d00bd0799b56b6.setIcon(icon_d86e673f61f78eb2634a87577451fa4a);
|
|
|
|
|
|
var marker_dc1ec6ce1300ef0e0e9b7eb8e5a5dd90 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_fa3ef4007064c220945cf8b0474e8e2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b98f60865897636660857483a969d24d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb9fbd0773086a02a568d5e5dcaba19a = $(`<div id="html_cb9fbd0773086a02a568d5e5dcaba19a" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_b98f60865897636660857483a969d24d.setContent(html_cb9fbd0773086a02a568d5e5dcaba19a);
|
|
|
|
|
|
|
|
marker_dc1ec6ce1300ef0e0e9b7eb8e5a5dd90.bindPopup(popup_b98f60865897636660857483a969d24d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc1ec6ce1300ef0e0e9b7eb8e5a5dd90.setIcon(icon_fa3ef4007064c220945cf8b0474e8e2c);
|
|
|
|
|
|
var marker_8f87b70deee7b23366263acdb548c0e5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d04c8843c241045f5c75ceff886d2b27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c4df0b2a199f5667a7eecff2d3b6f57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d907a04a69c80a957d0a5a33690104d = $(`<div id="html_4d907a04a69c80a957d0a5a33690104d" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_9c4df0b2a199f5667a7eecff2d3b6f57.setContent(html_4d907a04a69c80a957d0a5a33690104d);
|
|
|
|
|
|
|
|
marker_8f87b70deee7b23366263acdb548c0e5.bindPopup(popup_9c4df0b2a199f5667a7eecff2d3b6f57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f87b70deee7b23366263acdb548c0e5.setIcon(icon_d04c8843c241045f5c75ceff886d2b27);
|
|
|
|
|
|
var marker_0423645e2a044a69db95f2111d36b016 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_f889735797eb5f50760e1e7be6ba20ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2aed63c6e70df314549e9f96ee879c70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b890422fbe894d3ef22e95117a5c55db = $(`<div id="html_b890422fbe894d3ef22e95117a5c55db" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_2aed63c6e70df314549e9f96ee879c70.setContent(html_b890422fbe894d3ef22e95117a5c55db);
|
|
|
|
|
|
|
|
marker_0423645e2a044a69db95f2111d36b016.bindPopup(popup_2aed63c6e70df314549e9f96ee879c70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0423645e2a044a69db95f2111d36b016.setIcon(icon_f889735797eb5f50760e1e7be6ba20ec);
|
|
|
|
|
|
var marker_b18177144d1cba8ebc6075eedb7f8dfe = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_6df273d352389d8b7e9060022cea124b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90834456f8a5bf72de4c8683548c7849 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_683f6d5a1545d73a42229d747be05be5 = $(`<div id="html_683f6d5a1545d73a42229d747be05be5" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_90834456f8a5bf72de4c8683548c7849.setContent(html_683f6d5a1545d73a42229d747be05be5);
|
|
|
|
|
|
|
|
marker_b18177144d1cba8ebc6075eedb7f8dfe.bindPopup(popup_90834456f8a5bf72de4c8683548c7849)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b18177144d1cba8ebc6075eedb7f8dfe.setIcon(icon_6df273d352389d8b7e9060022cea124b);
|
|
|
|
|
|
var marker_dd6e2ef231d47a3461d9986305696a7f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_e44914525e77ad502bdb00096f60f924 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce5f708e60129819c128935317fb18e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0d77855fbbe5abb0c09b547a1838de0 = $(`<div id="html_e0d77855fbbe5abb0c09b547a1838de0" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_ce5f708e60129819c128935317fb18e4.setContent(html_e0d77855fbbe5abb0c09b547a1838de0);
|
|
|
|
|
|
|
|
marker_dd6e2ef231d47a3461d9986305696a7f.bindPopup(popup_ce5f708e60129819c128935317fb18e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd6e2ef231d47a3461d9986305696a7f.setIcon(icon_e44914525e77ad502bdb00096f60f924);
|
|
|
|
|
|
var marker_370e63e55d1f5fde99f97b973d7e9f78 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_b26a14b92928c8a337e96606762925d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fe176a53a1cd4c4e4045443b1937b33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_493468da12c9b98439862d6e96e9f5c8 = $(`<div id="html_493468da12c9b98439862d6e96e9f5c8" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_7fe176a53a1cd4c4e4045443b1937b33.setContent(html_493468da12c9b98439862d6e96e9f5c8);
|
|
|
|
|
|
|
|
marker_370e63e55d1f5fde99f97b973d7e9f78.bindPopup(popup_7fe176a53a1cd4c4e4045443b1937b33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_370e63e55d1f5fde99f97b973d7e9f78.setIcon(icon_b26a14b92928c8a337e96606762925d7);
|
|
|
|
|
|
var marker_fcdf6f164d63429abeabc6bb97bd9a10 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_18ffaf57863381445528bfd3f0918b2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32ab2a2607bf024c9bbab473ba55e24c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f96b0bc2be70ad0a31049feace85396 = $(`<div id="html_0f96b0bc2be70ad0a31049feace85396" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_32ab2a2607bf024c9bbab473ba55e24c.setContent(html_0f96b0bc2be70ad0a31049feace85396);
|
|
|
|
|
|
|
|
marker_fcdf6f164d63429abeabc6bb97bd9a10.bindPopup(popup_32ab2a2607bf024c9bbab473ba55e24c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcdf6f164d63429abeabc6bb97bd9a10.setIcon(icon_18ffaf57863381445528bfd3f0918b2e);
|
|
|
|
|
|
var marker_1c7a59ed437b39fa6e0f25e60900458e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_f17a95c12019f9e3729c461102edd85f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3e4e8fcf74085e71934c1ff64ae0a02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c84272fdf6b10b3481de7e84de5bda6 = $(`<div id="html_4c84272fdf6b10b3481de7e84de5bda6" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_a3e4e8fcf74085e71934c1ff64ae0a02.setContent(html_4c84272fdf6b10b3481de7e84de5bda6);
|
|
|
|
|
|
|
|
marker_1c7a59ed437b39fa6e0f25e60900458e.bindPopup(popup_a3e4e8fcf74085e71934c1ff64ae0a02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c7a59ed437b39fa6e0f25e60900458e.setIcon(icon_f17a95c12019f9e3729c461102edd85f);
|
|
|
|
|
|
var marker_02c74a344be5bac7eebb4e0be2d4c841 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_25578aa54d57eb9f4d95272b64bc7914 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c022ab0aab3a584b9dec5465370ebb08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_544b07a0848808577030eed414a17a98 = $(`<div id="html_544b07a0848808577030eed414a17a98" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_c022ab0aab3a584b9dec5465370ebb08.setContent(html_544b07a0848808577030eed414a17a98);
|
|
|
|
|
|
|
|
marker_02c74a344be5bac7eebb4e0be2d4c841.bindPopup(popup_c022ab0aab3a584b9dec5465370ebb08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02c74a344be5bac7eebb4e0be2d4c841.setIcon(icon_25578aa54d57eb9f4d95272b64bc7914);
|
|
|
|
|
|
var marker_7f1df5f01b64d49008a866b5b4b90f79 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_b781238e391f4f1f52c72b29f891642e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09253cd2b9e0fc9254c7dfa9414c033e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_336562678eb8065271eb69d2ca8cd259 = $(`<div id="html_336562678eb8065271eb69d2ca8cd259" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_09253cd2b9e0fc9254c7dfa9414c033e.setContent(html_336562678eb8065271eb69d2ca8cd259);
|
|
|
|
|
|
|
|
marker_7f1df5f01b64d49008a866b5b4b90f79.bindPopup(popup_09253cd2b9e0fc9254c7dfa9414c033e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f1df5f01b64d49008a866b5b4b90f79.setIcon(icon_b781238e391f4f1f52c72b29f891642e);
|
|
|
|
|
|
var marker_66f61eec906ace1de010185533447825 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ef4a117d8eb9a4cac3dda06025b32fb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0eef0705bf4ff62a3ea5d492065a911a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_656096ad26b4eb032c8076a8d91116a1 = $(`<div id="html_656096ad26b4eb032c8076a8d91116a1" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_0eef0705bf4ff62a3ea5d492065a911a.setContent(html_656096ad26b4eb032c8076a8d91116a1);
|
|
|
|
|
|
|
|
marker_66f61eec906ace1de010185533447825.bindPopup(popup_0eef0705bf4ff62a3ea5d492065a911a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66f61eec906ace1de010185533447825.setIcon(icon_ef4a117d8eb9a4cac3dda06025b32fb9);
|
|
|
|
|
|
var marker_c39610e88f816455abfca36fbbbf2f98 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_030e6057bd3959eadfad2bb7b8049365 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00d17ebc27c839bc0912c5e30a298483 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c9f1c73b90aa2fd8b2584dd61617871 = $(`<div id="html_6c9f1c73b90aa2fd8b2584dd61617871" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_00d17ebc27c839bc0912c5e30a298483.setContent(html_6c9f1c73b90aa2fd8b2584dd61617871);
|
|
|
|
|
|
|
|
marker_c39610e88f816455abfca36fbbbf2f98.bindPopup(popup_00d17ebc27c839bc0912c5e30a298483)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c39610e88f816455abfca36fbbbf2f98.setIcon(icon_030e6057bd3959eadfad2bb7b8049365);
|
|
|
|
|
|
var marker_df24a69bf45df2ebed826b4a4e80b508 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_3b8fc7d6f5a89cbf24b63a6d75b750df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_601940e448b033028a0d8f2d489736b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fee40554fedf64d09b284210a2b0901f = $(`<div id="html_fee40554fedf64d09b284210a2b0901f" style="width: 100.0%; height: 100.0%;">nostr.okienko.live</div>`)[0];
|
|
popup_601940e448b033028a0d8f2d489736b3.setContent(html_fee40554fedf64d09b284210a2b0901f);
|
|
|
|
|
|
|
|
marker_df24a69bf45df2ebed826b4a4e80b508.bindPopup(popup_601940e448b033028a0d8f2d489736b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df24a69bf45df2ebed826b4a4e80b508.setIcon(icon_3b8fc7d6f5a89cbf24b63a6d75b750df);
|
|
|
|
|
|
var marker_6e68971c4b284dd1ed95d1a81a64a625 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_6735d6d07218a6dbc6cf627dc8078101 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfac64229c0ad5d479525406515d72a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d257b9f649b24499f070ee1aad20e50a = $(`<div id="html_d257b9f649b24499f070ee1aad20e50a" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_cfac64229c0ad5d479525406515d72a4.setContent(html_d257b9f649b24499f070ee1aad20e50a);
|
|
|
|
|
|
|
|
marker_6e68971c4b284dd1ed95d1a81a64a625.bindPopup(popup_cfac64229c0ad5d479525406515d72a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e68971c4b284dd1ed95d1a81a64a625.setIcon(icon_6735d6d07218a6dbc6cf627dc8078101);
|
|
|
|
|
|
var marker_4bacb46c32dba19e5cbfd1e0fc7ad756 = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_70d432d4259ec7ba0e8f7b2409500815 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b0499270aadf8059a937edac038b3cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7058d2be1409fb56e34abf53c549f36f = $(`<div id="html_7058d2be1409fb56e34abf53c549f36f" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_7b0499270aadf8059a937edac038b3cc.setContent(html_7058d2be1409fb56e34abf53c549f36f);
|
|
|
|
|
|
|
|
marker_4bacb46c32dba19e5cbfd1e0fc7ad756.bindPopup(popup_7b0499270aadf8059a937edac038b3cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bacb46c32dba19e5cbfd1e0fc7ad756.setIcon(icon_70d432d4259ec7ba0e8f7b2409500815);
|
|
|
|
|
|
var marker_f3bf470d37494a712ad028ff0a5909c3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_4d038185657eccaf0bfed1caa11c7a4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b19fd67aa6d390d29156c447d791a8d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd2ba0fa7b183dbd1bcdcca3d9b5b926 = $(`<div id="html_fd2ba0fa7b183dbd1bcdcca3d9b5b926" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_b19fd67aa6d390d29156c447d791a8d0.setContent(html_fd2ba0fa7b183dbd1bcdcca3d9b5b926);
|
|
|
|
|
|
|
|
marker_f3bf470d37494a712ad028ff0a5909c3.bindPopup(popup_b19fd67aa6d390d29156c447d791a8d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3bf470d37494a712ad028ff0a5909c3.setIcon(icon_4d038185657eccaf0bfed1caa11c7a4d);
|
|
|
|
|
|
var marker_71d99bc139c931af79a14aae3d4ea713 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_6508326154b527f40a817c17f2d13557 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f02de2ac86634548e372fde2081d61af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b86c3fab7b8f48db1b9de8d5814f6dfd = $(`<div id="html_b86c3fab7b8f48db1b9de8d5814f6dfd" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_f02de2ac86634548e372fde2081d61af.setContent(html_b86c3fab7b8f48db1b9de8d5814f6dfd);
|
|
|
|
|
|
|
|
marker_71d99bc139c931af79a14aae3d4ea713.bindPopup(popup_f02de2ac86634548e372fde2081d61af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71d99bc139c931af79a14aae3d4ea713.setIcon(icon_6508326154b527f40a817c17f2d13557);
|
|
|
|
|
|
var marker_c07c98a35315216c960094de9c0138ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_defe544b29c9a4c0ad1ed3d54afb9fb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_500b5c22810b56c8e3cc0153a25f56ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1eed87bc98daf826b2580960f6d4797b = $(`<div id="html_1eed87bc98daf826b2580960f6d4797b" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_500b5c22810b56c8e3cc0153a25f56ba.setContent(html_1eed87bc98daf826b2580960f6d4797b);
|
|
|
|
|
|
|
|
marker_c07c98a35315216c960094de9c0138ca.bindPopup(popup_500b5c22810b56c8e3cc0153a25f56ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c07c98a35315216c960094de9c0138ca.setIcon(icon_defe544b29c9a4c0ad1ed3d54afb9fb2);
|
|
|
|
|
|
var marker_9da1e108d04c09efa88f8e76569ff76e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_f5a2a65198b5450e80a095407b6d65a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f03a0742d46350118ac1e02c969a520 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ce9227cb819bd795bbf9ce0ebf0d9d5 = $(`<div id="html_3ce9227cb819bd795bbf9ce0ebf0d9d5" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_1f03a0742d46350118ac1e02c969a520.setContent(html_3ce9227cb819bd795bbf9ce0ebf0d9d5);
|
|
|
|
|
|
|
|
marker_9da1e108d04c09efa88f8e76569ff76e.bindPopup(popup_1f03a0742d46350118ac1e02c969a520)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9da1e108d04c09efa88f8e76569ff76e.setIcon(icon_f5a2a65198b5450e80a095407b6d65a2);
|
|
|
|
|
|
var marker_6b0b300b018e1ea65a7761be62c81d62 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_110831dec741a66c3bad7d8147aebe6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90e835f0613fbe089c0bec251c463717 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf968ec31557d8796abd23ad70f940cc = $(`<div id="html_cf968ec31557d8796abd23ad70f940cc" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_90e835f0613fbe089c0bec251c463717.setContent(html_cf968ec31557d8796abd23ad70f940cc);
|
|
|
|
|
|
|
|
marker_6b0b300b018e1ea65a7761be62c81d62.bindPopup(popup_90e835f0613fbe089c0bec251c463717)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b0b300b018e1ea65a7761be62c81d62.setIcon(icon_110831dec741a66c3bad7d8147aebe6c);
|
|
|
|
|
|
var marker_bb3bd1df15b5b2022136bb355d74cd4d = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_8b4bc40dd9886543a0bbc297729abbbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c270c70d5ff673e9f017ddcd4612a7f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a382551ae55224776c7cc6b7341c776d = $(`<div id="html_a382551ae55224776c7cc6b7341c776d" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_c270c70d5ff673e9f017ddcd4612a7f9.setContent(html_a382551ae55224776c7cc6b7341c776d);
|
|
|
|
|
|
|
|
marker_bb3bd1df15b5b2022136bb355d74cd4d.bindPopup(popup_c270c70d5ff673e9f017ddcd4612a7f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb3bd1df15b5b2022136bb355d74cd4d.setIcon(icon_8b4bc40dd9886543a0bbc297729abbbc);
|
|
|
|
|
|
var marker_c6d8bd63b4496da6c0960de160dc2e6c = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_0572625f0ac8be7197eaf3178dacd42d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4f7ab8338ac68457d19a36337f01901 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9721d1ff5b2c6daf91a51435c75be5b = $(`<div id="html_b9721d1ff5b2c6daf91a51435c75be5b" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_a4f7ab8338ac68457d19a36337f01901.setContent(html_b9721d1ff5b2c6daf91a51435c75be5b);
|
|
|
|
|
|
|
|
marker_c6d8bd63b4496da6c0960de160dc2e6c.bindPopup(popup_a4f7ab8338ac68457d19a36337f01901)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6d8bd63b4496da6c0960de160dc2e6c.setIcon(icon_0572625f0ac8be7197eaf3178dacd42d);
|
|
|
|
|
|
var marker_eae9f480b5667f76e78eda9e9f241beb = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d8ba94142137953037dc630f38897b44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_accbc3116979bbf076251e721cf0ac1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b34f8675f6c16504215cd1a60e30338b = $(`<div id="html_b34f8675f6c16504215cd1a60e30338b" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_accbc3116979bbf076251e721cf0ac1e.setContent(html_b34f8675f6c16504215cd1a60e30338b);
|
|
|
|
|
|
|
|
marker_eae9f480b5667f76e78eda9e9f241beb.bindPopup(popup_accbc3116979bbf076251e721cf0ac1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eae9f480b5667f76e78eda9e9f241beb.setIcon(icon_d8ba94142137953037dc630f38897b44);
|
|
|
|
|
|
var marker_226ea315b3d539a01e5b724b70ece010 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_202906c53384715751ddd1f1a495d492 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dbab054e8ec9ca6961bdaa7957a6a4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21649af3dd8a7ca3fbae8def0f99e359 = $(`<div id="html_21649af3dd8a7ca3fbae8def0f99e359" style="width: 100.0%; height: 100.0%;">r1.freexom.com</div>`)[0];
|
|
popup_0dbab054e8ec9ca6961bdaa7957a6a4b.setContent(html_21649af3dd8a7ca3fbae8def0f99e359);
|
|
|
|
|
|
|
|
marker_226ea315b3d539a01e5b724b70ece010.bindPopup(popup_0dbab054e8ec9ca6961bdaa7957a6a4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_226ea315b3d539a01e5b724b70ece010.setIcon(icon_202906c53384715751ddd1f1a495d492);
|
|
|
|
|
|
var marker_c11f0affbbaafc1ff4e3ad2e6ce6ba87 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_b7f078f9b2ed235551ba7881530a391e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab51e7b43f965dbd7b5615e015be155c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fc0a3c26e625cd1619185f44021f3c1 = $(`<div id="html_8fc0a3c26e625cd1619185f44021f3c1" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_ab51e7b43f965dbd7b5615e015be155c.setContent(html_8fc0a3c26e625cd1619185f44021f3c1);
|
|
|
|
|
|
|
|
marker_c11f0affbbaafc1ff4e3ad2e6ce6ba87.bindPopup(popup_ab51e7b43f965dbd7b5615e015be155c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c11f0affbbaafc1ff4e3ad2e6ce6ba87.setIcon(icon_b7f078f9b2ed235551ba7881530a391e);
|
|
|
|
|
|
var marker_a179aa3c4d3b9c5fb84aa0ea2824e8ee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_a1db63b45eff5e2d020e45828c07f495 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b20bc5c4ffb210f7278e5d29c4f9b90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_838415470abdf82542df7c9ae4f3b9d0 = $(`<div id="html_838415470abdf82542df7c9ae4f3b9d0" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_5b20bc5c4ffb210f7278e5d29c4f9b90.setContent(html_838415470abdf82542df7c9ae4f3b9d0);
|
|
|
|
|
|
|
|
marker_a179aa3c4d3b9c5fb84aa0ea2824e8ee.bindPopup(popup_5b20bc5c4ffb210f7278e5d29c4f9b90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a179aa3c4d3b9c5fb84aa0ea2824e8ee.setIcon(icon_a1db63b45eff5e2d020e45828c07f495);
|
|
|
|
|
|
var marker_dd55dee506b4e02400de1e6094ec0f90 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_185538475dfedfc11a3408ec0d41414c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60e926652dd831d4153ad280c0d17d37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_344e8e99316246fd6f0b92404562a44e = $(`<div id="html_344e8e99316246fd6f0b92404562a44e" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_60e926652dd831d4153ad280c0d17d37.setContent(html_344e8e99316246fd6f0b92404562a44e);
|
|
|
|
|
|
|
|
marker_dd55dee506b4e02400de1e6094ec0f90.bindPopup(popup_60e926652dd831d4153ad280c0d17d37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd55dee506b4e02400de1e6094ec0f90.setIcon(icon_185538475dfedfc11a3408ec0d41414c);
|
|
|
|
|
|
var marker_34610b562917de83b873dd614ddfc746 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_0f1c4eb6b3b2235ef5897cb91eba43ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f91721e85edba14f26a474cf6154dd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1389e01151646e3ec9e58b756e69dddc = $(`<div id="html_1389e01151646e3ec9e58b756e69dddc" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_1f91721e85edba14f26a474cf6154dd8.setContent(html_1389e01151646e3ec9e58b756e69dddc);
|
|
|
|
|
|
|
|
marker_34610b562917de83b873dd614ddfc746.bindPopup(popup_1f91721e85edba14f26a474cf6154dd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34610b562917de83b873dd614ddfc746.setIcon(icon_0f1c4eb6b3b2235ef5897cb91eba43ab);
|
|
|
|
|
|
var marker_1f9f3851cf6f4acca1cb5e6206d297a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ab1c25984ab07b931fdec4d3ef2b646e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b890413fec246384dd73d6bd2c46b953 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eef23dcc6ad0cf0ad4ddf8e308cc27e9 = $(`<div id="html_eef23dcc6ad0cf0ad4ddf8e308cc27e9" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_b890413fec246384dd73d6bd2c46b953.setContent(html_eef23dcc6ad0cf0ad4ddf8e308cc27e9);
|
|
|
|
|
|
|
|
marker_1f9f3851cf6f4acca1cb5e6206d297a5.bindPopup(popup_b890413fec246384dd73d6bd2c46b953)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f9f3851cf6f4acca1cb5e6206d297a5.setIcon(icon_ab1c25984ab07b931fdec4d3ef2b646e);
|
|
|
|
|
|
var marker_f7275b096f1a373fa1d50716635c4177 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_9e91f181608fc0f7bd829b49ee6e395d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1b44b09046edfc50d2e0c86cd206a5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_514cfaf09dc29ce938f3c460d6936e85 = $(`<div id="html_514cfaf09dc29ce938f3c460d6936e85" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_a1b44b09046edfc50d2e0c86cd206a5e.setContent(html_514cfaf09dc29ce938f3c460d6936e85);
|
|
|
|
|
|
|
|
marker_f7275b096f1a373fa1d50716635c4177.bindPopup(popup_a1b44b09046edfc50d2e0c86cd206a5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7275b096f1a373fa1d50716635c4177.setIcon(icon_9e91f181608fc0f7bd829b49ee6e395d);
|
|
|
|
|
|
var marker_2c638061c116c57c5f3a628b09d58c4d = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_b143f65666362f7b2b2649d234d3abe8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00907fb03a0c7a8a54d3fdea2cf3efa5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_145a76f1127208e82f3e226ee09f8dbc = $(`<div id="html_145a76f1127208e82f3e226ee09f8dbc" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_00907fb03a0c7a8a54d3fdea2cf3efa5.setContent(html_145a76f1127208e82f3e226ee09f8dbc);
|
|
|
|
|
|
|
|
marker_2c638061c116c57c5f3a628b09d58c4d.bindPopup(popup_00907fb03a0c7a8a54d3fdea2cf3efa5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c638061c116c57c5f3a628b09d58c4d.setIcon(icon_b143f65666362f7b2b2649d234d3abe8);
|
|
|
|
|
|
var marker_d454938b5f3ce6a5ac591f23e1bd04d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_803e119d79c2f012d4c2a49901da73a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_235b4ee78e9ebdd916679a7508ec681d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b23204b3eca2141933b10e4ae1abb4b = $(`<div id="html_9b23204b3eca2141933b10e4ae1abb4b" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_235b4ee78e9ebdd916679a7508ec681d.setContent(html_9b23204b3eca2141933b10e4ae1abb4b);
|
|
|
|
|
|
|
|
marker_d454938b5f3ce6a5ac591f23e1bd04d7.bindPopup(popup_235b4ee78e9ebdd916679a7508ec681d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d454938b5f3ce6a5ac591f23e1bd04d7.setIcon(icon_803e119d79c2f012d4c2a49901da73a1);
|
|
|
|
|
|
var marker_061db088d4db3923298eae3c7b193e32 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_9c7ca297d677fadeb13a7d330973e8b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67b80653962a3104f1de70f44ceece41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62d92db67a407ec46bcbc923b0303ed3 = $(`<div id="html_62d92db67a407ec46bcbc923b0303ed3" style="width: 100.0%; height: 100.0%;">shu03.shugur.net</div>`)[0];
|
|
popup_67b80653962a3104f1de70f44ceece41.setContent(html_62d92db67a407ec46bcbc923b0303ed3);
|
|
|
|
|
|
|
|
marker_061db088d4db3923298eae3c7b193e32.bindPopup(popup_67b80653962a3104f1de70f44ceece41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_061db088d4db3923298eae3c7b193e32.setIcon(icon_9c7ca297d677fadeb13a7d330973e8b7);
|
|
|
|
|
|
var marker_5a0ff1bf9d4241d002c86d043dc35c55 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_29640ebb0e3ffea5d1646d6194b90cea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_076171c2a1428b4c187afd455033623e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5601cd0f2d2c85ee0ab5ce82ba51b199 = $(`<div id="html_5601cd0f2d2c85ee0ab5ce82ba51b199" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_076171c2a1428b4c187afd455033623e.setContent(html_5601cd0f2d2c85ee0ab5ce82ba51b199);
|
|
|
|
|
|
|
|
marker_5a0ff1bf9d4241d002c86d043dc35c55.bindPopup(popup_076171c2a1428b4c187afd455033623e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a0ff1bf9d4241d002c86d043dc35c55.setIcon(icon_29640ebb0e3ffea5d1646d6194b90cea);
|
|
|
|
|
|
var marker_af68d96cd0a9326ebefe4c19839fc992 = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_9b2f9b9d340196d2ab774025ae05f033 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ba30b3afd4e9c0fd6b1fd3b286d5c36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3098653a24b9f958dca18b44cc41b16f = $(`<div id="html_3098653a24b9f958dca18b44cc41b16f" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_5ba30b3afd4e9c0fd6b1fd3b286d5c36.setContent(html_3098653a24b9f958dca18b44cc41b16f);
|
|
|
|
|
|
|
|
marker_af68d96cd0a9326ebefe4c19839fc992.bindPopup(popup_5ba30b3afd4e9c0fd6b1fd3b286d5c36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af68d96cd0a9326ebefe4c19839fc992.setIcon(icon_9b2f9b9d340196d2ab774025ae05f033);
|
|
|
|
|
|
var marker_646f9224d0c6d1a45c817ad2a1b10766 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_f1acc95ed98da2c8cc65366df152623e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05bcd1a01f10a08f76fb39df68f2e5da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c98a1cdc33b76013f5200f30a2c430e9 = $(`<div id="html_c98a1cdc33b76013f5200f30a2c430e9" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_05bcd1a01f10a08f76fb39df68f2e5da.setContent(html_c98a1cdc33b76013f5200f30a2c430e9);
|
|
|
|
|
|
|
|
marker_646f9224d0c6d1a45c817ad2a1b10766.bindPopup(popup_05bcd1a01f10a08f76fb39df68f2e5da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_646f9224d0c6d1a45c817ad2a1b10766.setIcon(icon_f1acc95ed98da2c8cc65366df152623e);
|
|
|
|
|
|
var marker_5f12d0bddb9f93f0f852fd09e8a09fc9 = L.marker(
|
|
[49.704, -124.918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_94ef3b89dd1276f4c1c85c5daa4dfe11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48d7f0672df8ef2b8e84177a9f1d33c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f16018cf32a09e75f1c38cf240c2c30 = $(`<div id="html_5f16018cf32a09e75f1c38cf240c2c30" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_48d7f0672df8ef2b8e84177a9f1d33c0.setContent(html_5f16018cf32a09e75f1c38cf240c2c30);
|
|
|
|
|
|
|
|
marker_5f12d0bddb9f93f0f852fd09e8a09fc9.bindPopup(popup_48d7f0672df8ef2b8e84177a9f1d33c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f12d0bddb9f93f0f852fd09e8a09fc9.setIcon(icon_94ef3b89dd1276f4c1c85c5daa4dfe11);
|
|
|
|
|
|
var marker_38f4d4aebc35354584516ee655d1ef43 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_e136fb2736dcdd709c29953e08aff627 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56f35e92b2ad24ba8c76fcc12debe530 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6355c29f99ddfdaf546882373b31f741 = $(`<div id="html_6355c29f99ddfdaf546882373b31f741" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_56f35e92b2ad24ba8c76fcc12debe530.setContent(html_6355c29f99ddfdaf546882373b31f741);
|
|
|
|
|
|
|
|
marker_38f4d4aebc35354584516ee655d1ef43.bindPopup(popup_56f35e92b2ad24ba8c76fcc12debe530)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38f4d4aebc35354584516ee655d1ef43.setIcon(icon_e136fb2736dcdd709c29953e08aff627);
|
|
|
|
|
|
var marker_e166ea5e00dbb15043c134037b805801 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_4a87fc2aea770cf0f99f144a643d6674 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c357d55a9feb4d82a6d1cc86fe44fe5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e44743a08a830b618cac0c97dd121ab5 = $(`<div id="html_e44743a08a830b618cac0c97dd121ab5" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_6c357d55a9feb4d82a6d1cc86fe44fe5.setContent(html_e44743a08a830b618cac0c97dd121ab5);
|
|
|
|
|
|
|
|
marker_e166ea5e00dbb15043c134037b805801.bindPopup(popup_6c357d55a9feb4d82a6d1cc86fe44fe5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e166ea5e00dbb15043c134037b805801.setIcon(icon_4a87fc2aea770cf0f99f144a643d6674);
|
|
|
|
|
|
var marker_7948e40dd9461c26ae752ec965bfcfcf = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_eb222155d13bfdc2d23f3e4033117058 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_331e6fb356237823095f20ff1f7ffb1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61a576ae4d7d4786ab26baf73d8bc17e = $(`<div id="html_61a576ae4d7d4786ab26baf73d8bc17e" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_331e6fb356237823095f20ff1f7ffb1e.setContent(html_61a576ae4d7d4786ab26baf73d8bc17e);
|
|
|
|
|
|
|
|
marker_7948e40dd9461c26ae752ec965bfcfcf.bindPopup(popup_331e6fb356237823095f20ff1f7ffb1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7948e40dd9461c26ae752ec965bfcfcf.setIcon(icon_eb222155d13bfdc2d23f3e4033117058);
|
|
|
|
|
|
var marker_ed06addf4b67bb7751cf863a1ff3e921 = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_874b7013272a29fbef777dc6a40e738a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2cbba99a79fc36c6dc3e064dff34d528 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8aa4f53eff49d153406e0525342a47a6 = $(`<div id="html_8aa4f53eff49d153406e0525342a47a6" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_2cbba99a79fc36c6dc3e064dff34d528.setContent(html_8aa4f53eff49d153406e0525342a47a6);
|
|
|
|
|
|
|
|
marker_ed06addf4b67bb7751cf863a1ff3e921.bindPopup(popup_2cbba99a79fc36c6dc3e064dff34d528)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed06addf4b67bb7751cf863a1ff3e921.setIcon(icon_874b7013272a29fbef777dc6a40e738a);
|
|
|
|
|
|
var marker_67fd9c4b137431002737f3906510b5b0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_498045d918f0e643b11243451ebdd01f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdb520044fe8b57d86eca5ce999aea82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87937ef8f35737097fb54d901473d847 = $(`<div id="html_87937ef8f35737097fb54d901473d847" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_bdb520044fe8b57d86eca5ce999aea82.setContent(html_87937ef8f35737097fb54d901473d847);
|
|
|
|
|
|
|
|
marker_67fd9c4b137431002737f3906510b5b0.bindPopup(popup_bdb520044fe8b57d86eca5ce999aea82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67fd9c4b137431002737f3906510b5b0.setIcon(icon_498045d918f0e643b11243451ebdd01f);
|
|
|
|
|
|
var marker_3231d3634423420c22c75912f58290e0 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_babc27c65d15da393d2ef6901f3ad1bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69f8b399f18f370f8125a6e18e7c13bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a09c6d5c8f5e7c8d1c539e93f67837e3 = $(`<div id="html_a09c6d5c8f5e7c8d1c539e93f67837e3" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_69f8b399f18f370f8125a6e18e7c13bb.setContent(html_a09c6d5c8f5e7c8d1c539e93f67837e3);
|
|
|
|
|
|
|
|
marker_3231d3634423420c22c75912f58290e0.bindPopup(popup_69f8b399f18f370f8125a6e18e7c13bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3231d3634423420c22c75912f58290e0.setIcon(icon_babc27c65d15da393d2ef6901f3ad1bb);
|
|
|
|
|
|
var marker_1236305e55e1b04820dd6352e920eb68 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_a8d14775b27e1339e84b6ef6a2da25c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0412516023d484f9a9cf3a25dcabff0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_168aca6f7ba5425c884bef1fe44544b6 = $(`<div id="html_168aca6f7ba5425c884bef1fe44544b6" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_f0412516023d484f9a9cf3a25dcabff0.setContent(html_168aca6f7ba5425c884bef1fe44544b6);
|
|
|
|
|
|
|
|
marker_1236305e55e1b04820dd6352e920eb68.bindPopup(popup_f0412516023d484f9a9cf3a25dcabff0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1236305e55e1b04820dd6352e920eb68.setIcon(icon_a8d14775b27e1339e84b6ef6a2da25c6);
|
|
|
|
|
|
var marker_7fa6e7ccac391f11471786429aa7690c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_473ed126812ade43b6d5006fe94c6242 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_668894b1c12af9378d683d0759440792 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_405afcba703920fec99920654bcaa60e = $(`<div id="html_405afcba703920fec99920654bcaa60e" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_668894b1c12af9378d683d0759440792.setContent(html_405afcba703920fec99920654bcaa60e);
|
|
|
|
|
|
|
|
marker_7fa6e7ccac391f11471786429aa7690c.bindPopup(popup_668894b1c12af9378d683d0759440792)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fa6e7ccac391f11471786429aa7690c.setIcon(icon_473ed126812ade43b6d5006fe94c6242);
|
|
|
|
|
|
var marker_478c03c7e671489c99481c42e9532cfb = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_a4b217ab60721b65740a34afbf709f94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf32da7d33aa5591eda4ba8bfd08e3f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96e7e79dcb656732c8519a46377b57f3 = $(`<div id="html_96e7e79dcb656732c8519a46377b57f3" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_bf32da7d33aa5591eda4ba8bfd08e3f6.setContent(html_96e7e79dcb656732c8519a46377b57f3);
|
|
|
|
|
|
|
|
marker_478c03c7e671489c99481c42e9532cfb.bindPopup(popup_bf32da7d33aa5591eda4ba8bfd08e3f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_478c03c7e671489c99481c42e9532cfb.setIcon(icon_a4b217ab60721b65740a34afbf709f94);
|
|
|
|
|
|
var marker_7c8c2bc454c2f9aa3801e64111690252 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_800d82856341100bb30f4b46b95e299a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b92df84adc97947bf940ca82491f8441 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aab5c0b6dfc6d32839a351d42f3e2ba9 = $(`<div id="html_aab5c0b6dfc6d32839a351d42f3e2ba9" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_b92df84adc97947bf940ca82491f8441.setContent(html_aab5c0b6dfc6d32839a351d42f3e2ba9);
|
|
|
|
|
|
|
|
marker_7c8c2bc454c2f9aa3801e64111690252.bindPopup(popup_b92df84adc97947bf940ca82491f8441)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c8c2bc454c2f9aa3801e64111690252.setIcon(icon_800d82856341100bb30f4b46b95e299a);
|
|
|
|
|
|
var marker_06b7964a90fdaf891ca54e4a5ba348b0 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_f8bd04ab0c76d85a556e05369c1cd476 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7bf240c9af2497c46c19b1cb2b0a37b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_837c14de1ad7d101d44da3ee2e290d81 = $(`<div id="html_837c14de1ad7d101d44da3ee2e290d81" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_a7bf240c9af2497c46c19b1cb2b0a37b.setContent(html_837c14de1ad7d101d44da3ee2e290d81);
|
|
|
|
|
|
|
|
marker_06b7964a90fdaf891ca54e4a5ba348b0.bindPopup(popup_a7bf240c9af2497c46c19b1cb2b0a37b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06b7964a90fdaf891ca54e4a5ba348b0.setIcon(icon_f8bd04ab0c76d85a556e05369c1cd476);
|
|
|
|
|
|
var marker_570ba1afa38a077f879f8373b8bb7148 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_3f0650abf58bc28cd7d9016cb00e14d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_546fe4beeea8f41937d0ea10346ff39a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18c712e852549cdc977d629f32ed1bbd = $(`<div id="html_18c712e852549cdc977d629f32ed1bbd" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_546fe4beeea8f41937d0ea10346ff39a.setContent(html_18c712e852549cdc977d629f32ed1bbd);
|
|
|
|
|
|
|
|
marker_570ba1afa38a077f879f8373b8bb7148.bindPopup(popup_546fe4beeea8f41937d0ea10346ff39a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_570ba1afa38a077f879f8373b8bb7148.setIcon(icon_3f0650abf58bc28cd7d9016cb00e14d0);
|
|
|
|
|
|
var marker_640e5c5df23a7c3212c8e1f71ec23d6a = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_e1d190ae4fcb380c345745dde2ce6b75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20a35da8054018c95b9df2a4befbea49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68b67e32a6f5f48a7fb06920543a5983 = $(`<div id="html_68b67e32a6f5f48a7fb06920543a5983" style="width: 100.0%; height: 100.0%;">nostrue.com</div>`)[0];
|
|
popup_20a35da8054018c95b9df2a4befbea49.setContent(html_68b67e32a6f5f48a7fb06920543a5983);
|
|
|
|
|
|
|
|
marker_640e5c5df23a7c3212c8e1f71ec23d6a.bindPopup(popup_20a35da8054018c95b9df2a4befbea49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_640e5c5df23a7c3212c8e1f71ec23d6a.setIcon(icon_e1d190ae4fcb380c345745dde2ce6b75);
|
|
|
|
|
|
var marker_0fd1ec7e52b6e48612407dece251771d = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_2406d9fdbcc491d568af0b862d64e774 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96af76036c1a985112c8b973290a7b22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7cd353937f83f12f307df7907e51ad9 = $(`<div id="html_b7cd353937f83f12f307df7907e51ad9" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_96af76036c1a985112c8b973290a7b22.setContent(html_b7cd353937f83f12f307df7907e51ad9);
|
|
|
|
|
|
|
|
marker_0fd1ec7e52b6e48612407dece251771d.bindPopup(popup_96af76036c1a985112c8b973290a7b22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fd1ec7e52b6e48612407dece251771d.setIcon(icon_2406d9fdbcc491d568af0b862d64e774);
|
|
|
|
|
|
var marker_b3e9d9ab329d86ef56579b744b87d998 = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_217bfdabe6313faf3e9e86fada7b57bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afabc7b00648b9226283d62e3f2182c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f771aa63a845796b6f0f93a29d82cb8 = $(`<div id="html_3f771aa63a845796b6f0f93a29d82cb8" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_afabc7b00648b9226283d62e3f2182c1.setContent(html_3f771aa63a845796b6f0f93a29d82cb8);
|
|
|
|
|
|
|
|
marker_b3e9d9ab329d86ef56579b744b87d998.bindPopup(popup_afabc7b00648b9226283d62e3f2182c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3e9d9ab329d86ef56579b744b87d998.setIcon(icon_217bfdabe6313faf3e9e86fada7b57bb);
|
|
|
|
|
|
var marker_2d5a696cc8afb11f3c3d09a77393952a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ac018f3495318226d10881c56a56ff08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_513a16e5fa9eaf218ad5daba1bc042fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ec59fe0dabbf7c504a3d8706a77e153 = $(`<div id="html_3ec59fe0dabbf7c504a3d8706a77e153" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_513a16e5fa9eaf218ad5daba1bc042fd.setContent(html_3ec59fe0dabbf7c504a3d8706a77e153);
|
|
|
|
|
|
|
|
marker_2d5a696cc8afb11f3c3d09a77393952a.bindPopup(popup_513a16e5fa9eaf218ad5daba1bc042fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d5a696cc8afb11f3c3d09a77393952a.setIcon(icon_ac018f3495318226d10881c56a56ff08);
|
|
|
|
|
|
var marker_f5c9f84796deb6d6c4efd91a5764518b = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_76814b842bafbec5b75766c3f337a614 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_accb615ab7b54962da2d0a83f682d2b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83118230276410147bc0ebd4969463a9 = $(`<div id="html_83118230276410147bc0ebd4969463a9" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_accb615ab7b54962da2d0a83f682d2b3.setContent(html_83118230276410147bc0ebd4969463a9);
|
|
|
|
|
|
|
|
marker_f5c9f84796deb6d6c4efd91a5764518b.bindPopup(popup_accb615ab7b54962da2d0a83f682d2b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5c9f84796deb6d6c4efd91a5764518b.setIcon(icon_76814b842bafbec5b75766c3f337a614);
|
|
|
|
|
|
var marker_d31717a5ddfbda521736e47d085d584b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_c93d285b45f366a10b501af278804251 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fd704ce01dbb68e5ce5debaf2ce2417 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a76bdc2459400cf782418eef9e4c8199 = $(`<div id="html_a76bdc2459400cf782418eef9e4c8199" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_2fd704ce01dbb68e5ce5debaf2ce2417.setContent(html_a76bdc2459400cf782418eef9e4c8199);
|
|
|
|
|
|
|
|
marker_d31717a5ddfbda521736e47d085d584b.bindPopup(popup_2fd704ce01dbb68e5ce5debaf2ce2417)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d31717a5ddfbda521736e47d085d584b.setIcon(icon_c93d285b45f366a10b501af278804251);
|
|
|
|
|
|
var marker_d934700942b77fe17c266af243866cb8 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_01dd0aa115149cfc5dbb14b363d555ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2594b4842d10af4f82123e30dbbf0c80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49510a20655d0852af46d8015754944b = $(`<div id="html_49510a20655d0852af46d8015754944b" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_2594b4842d10af4f82123e30dbbf0c80.setContent(html_49510a20655d0852af46d8015754944b);
|
|
|
|
|
|
|
|
marker_d934700942b77fe17c266af243866cb8.bindPopup(popup_2594b4842d10af4f82123e30dbbf0c80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d934700942b77fe17c266af243866cb8.setIcon(icon_01dd0aa115149cfc5dbb14b363d555ee);
|
|
|
|
|
|
var marker_4ccc492e3d3cefa9521182cd1f98ca61 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_2cd792e56594be6e3853e5bba077269f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58870365d4c13c0f0cdd31d97a59c68e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ff27a22e409de46fbbc8b06f3bd96eb = $(`<div id="html_5ff27a22e409de46fbbc8b06f3bd96eb" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_58870365d4c13c0f0cdd31d97a59c68e.setContent(html_5ff27a22e409de46fbbc8b06f3bd96eb);
|
|
|
|
|
|
|
|
marker_4ccc492e3d3cefa9521182cd1f98ca61.bindPopup(popup_58870365d4c13c0f0cdd31d97a59c68e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ccc492e3d3cefa9521182cd1f98ca61.setIcon(icon_2cd792e56594be6e3853e5bba077269f);
|
|
|
|
|
|
var marker_7182c5afc919c784e674357b6d4c7e94 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_078b59c78cc9060191eb4b53889c0054 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89ed440b2fc9cf2b819514e40a13ff0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8068737d7c3857d482218246ea44c343 = $(`<div id="html_8068737d7c3857d482218246ea44c343" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_89ed440b2fc9cf2b819514e40a13ff0b.setContent(html_8068737d7c3857d482218246ea44c343);
|
|
|
|
|
|
|
|
marker_7182c5afc919c784e674357b6d4c7e94.bindPopup(popup_89ed440b2fc9cf2b819514e40a13ff0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7182c5afc919c784e674357b6d4c7e94.setIcon(icon_078b59c78cc9060191eb4b53889c0054);
|
|
|
|
|
|
var marker_a72fb0d9b095744dbb0b034656163552 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ef3d1c3838e9f5a7262480c1cf6e1e0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4dc6c04b4f610dac922a8134aa6b047f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8875d6aa2eef7154744e09da05efbc50 = $(`<div id="html_8875d6aa2eef7154744e09da05efbc50" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_4dc6c04b4f610dac922a8134aa6b047f.setContent(html_8875d6aa2eef7154744e09da05efbc50);
|
|
|
|
|
|
|
|
marker_a72fb0d9b095744dbb0b034656163552.bindPopup(popup_4dc6c04b4f610dac922a8134aa6b047f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a72fb0d9b095744dbb0b034656163552.setIcon(icon_ef3d1c3838e9f5a7262480c1cf6e1e0b);
|
|
|
|
|
|
var marker_325e44e85e85f3cc6de33c738d5518a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_846b1da290f1a82c0cd64bd9b1a153c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c426720919ba6076357a47cc30b0cce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b63b5b7669db324c6db2604843c9d2c8 = $(`<div id="html_b63b5b7669db324c6db2604843c9d2c8" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_3c426720919ba6076357a47cc30b0cce.setContent(html_b63b5b7669db324c6db2604843c9d2c8);
|
|
|
|
|
|
|
|
marker_325e44e85e85f3cc6de33c738d5518a0.bindPopup(popup_3c426720919ba6076357a47cc30b0cce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_325e44e85e85f3cc6de33c738d5518a0.setIcon(icon_846b1da290f1a82c0cd64bd9b1a153c8);
|
|
|
|
|
|
var marker_11cb161c6873e63d0c227872416e70ec = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_5b64cd5b4b27a56af87ee91664c8d5c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d235fd58cc5ee15808bbf0cd4b53e1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43c4ee453a16fffa1fcca9983ec84df2 = $(`<div id="html_43c4ee453a16fffa1fcca9983ec84df2" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_0d235fd58cc5ee15808bbf0cd4b53e1c.setContent(html_43c4ee453a16fffa1fcca9983ec84df2);
|
|
|
|
|
|
|
|
marker_11cb161c6873e63d0c227872416e70ec.bindPopup(popup_0d235fd58cc5ee15808bbf0cd4b53e1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11cb161c6873e63d0c227872416e70ec.setIcon(icon_5b64cd5b4b27a56af87ee91664c8d5c7);
|
|
|
|
|
|
var marker_1d110474f8cc7388a4d50a1d48e8b3b8 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_53806161d39d2494349fa03eb1221003 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe0a0f6f6d6a94dc5cd021b1928ae072 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16561746dea5656f9eaaa46c42a5b8a2 = $(`<div id="html_16561746dea5656f9eaaa46c42a5b8a2" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_fe0a0f6f6d6a94dc5cd021b1928ae072.setContent(html_16561746dea5656f9eaaa46c42a5b8a2);
|
|
|
|
|
|
|
|
marker_1d110474f8cc7388a4d50a1d48e8b3b8.bindPopup(popup_fe0a0f6f6d6a94dc5cd021b1928ae072)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d110474f8cc7388a4d50a1d48e8b3b8.setIcon(icon_53806161d39d2494349fa03eb1221003);
|
|
|
|
|
|
var marker_e6e4f85dcccee399cb6c2e81f810178f = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_3056b6fda9a88d98e2ba7255a4a11ae6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8756a8036c2f064e5e2c45435b2ac70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f557e6b562157f5f6676d5d825e89542 = $(`<div id="html_f557e6b562157f5f6676d5d825e89542" style="width: 100.0%; height: 100.0%;">relay.bitmacro.io</div>`)[0];
|
|
popup_a8756a8036c2f064e5e2c45435b2ac70.setContent(html_f557e6b562157f5f6676d5d825e89542);
|
|
|
|
|
|
|
|
marker_e6e4f85dcccee399cb6c2e81f810178f.bindPopup(popup_a8756a8036c2f064e5e2c45435b2ac70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6e4f85dcccee399cb6c2e81f810178f.setIcon(icon_3056b6fda9a88d98e2ba7255a4a11ae6);
|
|
|
|
|
|
var marker_bb4439e3c9d33e03a5b0d61e91ea16c8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_09fa251b5fe1a4a1c81ea57de556a9d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79066699eb9135162b403c0f64dde2d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ba0445ea1a5e0efec3fe699d1b3cb69 = $(`<div id="html_4ba0445ea1a5e0efec3fe699d1b3cb69" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_79066699eb9135162b403c0f64dde2d8.setContent(html_4ba0445ea1a5e0efec3fe699d1b3cb69);
|
|
|
|
|
|
|
|
marker_bb4439e3c9d33e03a5b0d61e91ea16c8.bindPopup(popup_79066699eb9135162b403c0f64dde2d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb4439e3c9d33e03a5b0d61e91ea16c8.setIcon(icon_09fa251b5fe1a4a1c81ea57de556a9d9);
|
|
|
|
|
|
var marker_e8cb4db96a41cae79579308c58daa48e = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_36e4577e4d8df17256aa2d05885b3e4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ff8d60dcaa1528a9b280afa21f64872 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3019c6280d9ab5e8f61305955e147f9b = $(`<div id="html_3019c6280d9ab5e8f61305955e147f9b" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_5ff8d60dcaa1528a9b280afa21f64872.setContent(html_3019c6280d9ab5e8f61305955e147f9b);
|
|
|
|
|
|
|
|
marker_e8cb4db96a41cae79579308c58daa48e.bindPopup(popup_5ff8d60dcaa1528a9b280afa21f64872)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8cb4db96a41cae79579308c58daa48e.setIcon(icon_36e4577e4d8df17256aa2d05885b3e4d);
|
|
|
|
|
|
var marker_e0549bc73fc5a1716c1adba82be1a3be = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_140436dcaf4f4d7521253f4a45b7105f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_add7ccc0a59c344e4e585195d89d5779 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98843bb6cd58705e516d3a41cb35295a = $(`<div id="html_98843bb6cd58705e516d3a41cb35295a" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_add7ccc0a59c344e4e585195d89d5779.setContent(html_98843bb6cd58705e516d3a41cb35295a);
|
|
|
|
|
|
|
|
marker_e0549bc73fc5a1716c1adba82be1a3be.bindPopup(popup_add7ccc0a59c344e4e585195d89d5779)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0549bc73fc5a1716c1adba82be1a3be.setIcon(icon_140436dcaf4f4d7521253f4a45b7105f);
|
|
|
|
|
|
var marker_2d4062d760fc6990e328d575ff206bb8 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_96aa7fc49d065f33713f48d2dde64aca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2f8ebec2391b5eb148ebd0fdd33922d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_169c97538f56c1d8cde2033e6a32918e = $(`<div id="html_169c97538f56c1d8cde2033e6a32918e" style="width: 100.0%; height: 100.0%;">cache.freexom.com</div>`)[0];
|
|
popup_b2f8ebec2391b5eb148ebd0fdd33922d.setContent(html_169c97538f56c1d8cde2033e6a32918e);
|
|
|
|
|
|
|
|
marker_2d4062d760fc6990e328d575ff206bb8.bindPopup(popup_b2f8ebec2391b5eb148ebd0fdd33922d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d4062d760fc6990e328d575ff206bb8.setIcon(icon_96aa7fc49d065f33713f48d2dde64aca);
|
|
|
|
|
|
var marker_fa9ecbb5073abc958bf0fcfccc066070 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_5d82652097f8ee8a08568842a5bc39cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bceaafcc67bb4c41c90860fcf97842d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44c1c22ca0b0f30bcb4f8e74922665c2 = $(`<div id="html_44c1c22ca0b0f30bcb4f8e74922665c2" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_bceaafcc67bb4c41c90860fcf97842d4.setContent(html_44c1c22ca0b0f30bcb4f8e74922665c2);
|
|
|
|
|
|
|
|
marker_fa9ecbb5073abc958bf0fcfccc066070.bindPopup(popup_bceaafcc67bb4c41c90860fcf97842d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa9ecbb5073abc958bf0fcfccc066070.setIcon(icon_5d82652097f8ee8a08568842a5bc39cc);
|
|
|
|
|
|
var marker_5b640660a0df7d535c3d8184b651f3f8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_67afa7eb46ecccd3a9506a82f1d68d31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd2fb16461906d40b76d82bd38db7910 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc19201108a7af3222d2eb4627b444e2 = $(`<div id="html_fc19201108a7af3222d2eb4627b444e2" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_cd2fb16461906d40b76d82bd38db7910.setContent(html_fc19201108a7af3222d2eb4627b444e2);
|
|
|
|
|
|
|
|
marker_5b640660a0df7d535c3d8184b651f3f8.bindPopup(popup_cd2fb16461906d40b76d82bd38db7910)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b640660a0df7d535c3d8184b651f3f8.setIcon(icon_67afa7eb46ecccd3a9506a82f1d68d31);
|
|
|
|
|
|
var marker_c5f4fdcf7e9f52d7bbc3e287a9926892 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_a9758c3cc8cf427d6834095ce31ce1c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f30b56553abb24a84787125dd66acd85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99fae235c88c58e1d65b8159fa4813b9 = $(`<div id="html_99fae235c88c58e1d65b8159fa4813b9" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_f30b56553abb24a84787125dd66acd85.setContent(html_99fae235c88c58e1d65b8159fa4813b9);
|
|
|
|
|
|
|
|
marker_c5f4fdcf7e9f52d7bbc3e287a9926892.bindPopup(popup_f30b56553abb24a84787125dd66acd85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5f4fdcf7e9f52d7bbc3e287a9926892.setIcon(icon_a9758c3cc8cf427d6834095ce31ce1c3);
|
|
|
|
|
|
var marker_5e22e8cac4ba5ca441f6566f2a9615f6 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ac652fceafb1ad7dd08212868e3d873a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f066cf5e72a01ebef44691aeecf8e89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_322a9700236189365ab3482c5608e78b = $(`<div id="html_322a9700236189365ab3482c5608e78b" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_6f066cf5e72a01ebef44691aeecf8e89.setContent(html_322a9700236189365ab3482c5608e78b);
|
|
|
|
|
|
|
|
marker_5e22e8cac4ba5ca441f6566f2a9615f6.bindPopup(popup_6f066cf5e72a01ebef44691aeecf8e89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e22e8cac4ba5ca441f6566f2a9615f6.setIcon(icon_ac652fceafb1ad7dd08212868e3d873a);
|
|
|
|
|
|
var marker_67f458805a5bfba4a0222243e46d4765 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_3db2e360278f5eedd59850e4949d7fa7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53194367626e0d8ab0c2e975d3c5a4dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_045bfcaee19f2bfe7887591ed2540827 = $(`<div id="html_045bfcaee19f2bfe7887591ed2540827" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_53194367626e0d8ab0c2e975d3c5a4dc.setContent(html_045bfcaee19f2bfe7887591ed2540827);
|
|
|
|
|
|
|
|
marker_67f458805a5bfba4a0222243e46d4765.bindPopup(popup_53194367626e0d8ab0c2e975d3c5a4dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67f458805a5bfba4a0222243e46d4765.setIcon(icon_3db2e360278f5eedd59850e4949d7fa7);
|
|
|
|
|
|
var marker_dcb125a1a7f55c05dbf8a00930586a8b = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ad285539fbffae16146d9a994f2dbfac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_405d3992af7747f8f87be585dc93480d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2570ad4cefec461b9085e5530f98e5b = $(`<div id="html_c2570ad4cefec461b9085e5530f98e5b" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_405d3992af7747f8f87be585dc93480d.setContent(html_c2570ad4cefec461b9085e5530f98e5b);
|
|
|
|
|
|
|
|
marker_dcb125a1a7f55c05dbf8a00930586a8b.bindPopup(popup_405d3992af7747f8f87be585dc93480d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcb125a1a7f55c05dbf8a00930586a8b.setIcon(icon_ad285539fbffae16146d9a994f2dbfac);
|
|
|
|
|
|
var marker_750b11d0e632569a7518925d4bda0038 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_08058f3db496f86df4669483bc08582d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13b4b37cde353effe6554c37ad23c685 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60e6bda87344057fec8a3f02c804213d = $(`<div id="html_60e6bda87344057fec8a3f02c804213d" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_13b4b37cde353effe6554c37ad23c685.setContent(html_60e6bda87344057fec8a3f02c804213d);
|
|
|
|
|
|
|
|
marker_750b11d0e632569a7518925d4bda0038.bindPopup(popup_13b4b37cde353effe6554c37ad23c685)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_750b11d0e632569a7518925d4bda0038.setIcon(icon_08058f3db496f86df4669483bc08582d);
|
|
|
|
|
|
var marker_0b105499da27b6b2a6be0cb73bfa0b3e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_722e7d846494d5e89ed06796a3ae0cb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4730e0d431e400548ea747ba4073233 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b431a89c9918297948c6280d99506264 = $(`<div id="html_b431a89c9918297948c6280d99506264" style="width: 100.0%; height: 100.0%;">orly.musiquay.org</div>`)[0];
|
|
popup_c4730e0d431e400548ea747ba4073233.setContent(html_b431a89c9918297948c6280d99506264);
|
|
|
|
|
|
|
|
marker_0b105499da27b6b2a6be0cb73bfa0b3e.bindPopup(popup_c4730e0d431e400548ea747ba4073233)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b105499da27b6b2a6be0cb73bfa0b3e.setIcon(icon_722e7d846494d5e89ed06796a3ae0cb2);
|
|
|
|
|
|
var marker_0e6457ab03754c16147ee8c299608d47 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ef9159d64a07ceb17334b3f063cdfd0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59ac01acd9d08ef344eb56385c8b7c02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a691fa24606b8c0f1f4f3bb3c5d50b4 = $(`<div id="html_2a691fa24606b8c0f1f4f3bb3c5d50b4" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_59ac01acd9d08ef344eb56385c8b7c02.setContent(html_2a691fa24606b8c0f1f4f3bb3c5d50b4);
|
|
|
|
|
|
|
|
marker_0e6457ab03754c16147ee8c299608d47.bindPopup(popup_59ac01acd9d08ef344eb56385c8b7c02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e6457ab03754c16147ee8c299608d47.setIcon(icon_ef9159d64a07ceb17334b3f063cdfd0c);
|
|
|
|
|
|
var marker_f1e03bc7452992d1234c7852a7600ea9 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_2925c872f6b96f6bb2a3f28419b2c3af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68c28805eea9e3cc7cb56e70adb4f82a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9601b1bca099ab51aa83de7f903281d2 = $(`<div id="html_9601b1bca099ab51aa83de7f903281d2" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_68c28805eea9e3cc7cb56e70adb4f82a.setContent(html_9601b1bca099ab51aa83de7f903281d2);
|
|
|
|
|
|
|
|
marker_f1e03bc7452992d1234c7852a7600ea9.bindPopup(popup_68c28805eea9e3cc7cb56e70adb4f82a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1e03bc7452992d1234c7852a7600ea9.setIcon(icon_2925c872f6b96f6bb2a3f28419b2c3af);
|
|
|
|
|
|
var marker_d2a2b85f2dd832601d0f042a93a2ab7d = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_9203e0ee33afd87af9569184e9bea1b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ed7669684054f7f1e5dff41396f4462 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2678f533994635ced8ecd70980152ca = $(`<div id="html_d2678f533994635ced8ecd70980152ca" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_5ed7669684054f7f1e5dff41396f4462.setContent(html_d2678f533994635ced8ecd70980152ca);
|
|
|
|
|
|
|
|
marker_d2a2b85f2dd832601d0f042a93a2ab7d.bindPopup(popup_5ed7669684054f7f1e5dff41396f4462)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2a2b85f2dd832601d0f042a93a2ab7d.setIcon(icon_9203e0ee33afd87af9569184e9bea1b2);
|
|
|
|
|
|
var marker_c42b1d0a6b332c76561eec315ff77d5b = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_8930fabdbcb3c8a3c17af43f952809a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38714c71b2ef1ac7fc5f822238238f17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52bdb53e92db65aa3062ec205857c2c4 = $(`<div id="html_52bdb53e92db65aa3062ec205857c2c4" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_38714c71b2ef1ac7fc5f822238238f17.setContent(html_52bdb53e92db65aa3062ec205857c2c4);
|
|
|
|
|
|
|
|
marker_c42b1d0a6b332c76561eec315ff77d5b.bindPopup(popup_38714c71b2ef1ac7fc5f822238238f17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c42b1d0a6b332c76561eec315ff77d5b.setIcon(icon_8930fabdbcb3c8a3c17af43f952809a6);
|
|
|
|
|
|
var marker_8bafd4a441e98d9d87d306299f7400da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_c9f501058431023f4570e5f586012be3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9202af43a3997da2fd63c756299efe7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad3c20896ed670827db296ee1fb73d72 = $(`<div id="html_ad3c20896ed670827db296ee1fb73d72" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_9202af43a3997da2fd63c756299efe7f.setContent(html_ad3c20896ed670827db296ee1fb73d72);
|
|
|
|
|
|
|
|
marker_8bafd4a441e98d9d87d306299f7400da.bindPopup(popup_9202af43a3997da2fd63c756299efe7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bafd4a441e98d9d87d306299f7400da.setIcon(icon_c9f501058431023f4570e5f586012be3);
|
|
|
|
|
|
var marker_9c12c9d896f64bd69d8d9c09ba8813ba = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_973cf674c915c7daac4c52eb99a4b603 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e57f042d48cbce469e12c121e072cad9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a43c9a28bb5b6f5978a6e9c6a0c17241 = $(`<div id="html_a43c9a28bb5b6f5978a6e9c6a0c17241" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_e57f042d48cbce469e12c121e072cad9.setContent(html_a43c9a28bb5b6f5978a6e9c6a0c17241);
|
|
|
|
|
|
|
|
marker_9c12c9d896f64bd69d8d9c09ba8813ba.bindPopup(popup_e57f042d48cbce469e12c121e072cad9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c12c9d896f64bd69d8d9c09ba8813ba.setIcon(icon_973cf674c915c7daac4c52eb99a4b603);
|
|
|
|
|
|
var marker_b00c594b886f729225a0db02f702caa9 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_6bb9c17418ed0567feb3759c1904f4d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_126cab7fcb5d26242a890dd68c6f838d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca77fba29e7d2232bada4e17f3d07771 = $(`<div id="html_ca77fba29e7d2232bada4e17f3d07771" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_126cab7fcb5d26242a890dd68c6f838d.setContent(html_ca77fba29e7d2232bada4e17f3d07771);
|
|
|
|
|
|
|
|
marker_b00c594b886f729225a0db02f702caa9.bindPopup(popup_126cab7fcb5d26242a890dd68c6f838d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b00c594b886f729225a0db02f702caa9.setIcon(icon_6bb9c17418ed0567feb3759c1904f4d6);
|
|
|
|
|
|
var marker_7d62c42a34d8dcc3b924ed49ae0765c6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_056ecb386b8c6968bded4607b35d5e70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dff841d5cb7c456734b3096987f7c9d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4dc85b7893d510292d620e6c5749d3be = $(`<div id="html_4dc85b7893d510292d620e6c5749d3be" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_dff841d5cb7c456734b3096987f7c9d0.setContent(html_4dc85b7893d510292d620e6c5749d3be);
|
|
|
|
|
|
|
|
marker_7d62c42a34d8dcc3b924ed49ae0765c6.bindPopup(popup_dff841d5cb7c456734b3096987f7c9d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d62c42a34d8dcc3b924ed49ae0765c6.setIcon(icon_056ecb386b8c6968bded4607b35d5e70);
|
|
|
|
|
|
var marker_0af35f8737151ec9c4aac8f9d16c2db0 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_bf14ef8fd13ef546c9a3042b82f7a1c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72a2aa08974e3ce261d168f25541325d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc9c096f29ddcee49a3bf2a26fdf6219 = $(`<div id="html_cc9c096f29ddcee49a3bf2a26fdf6219" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_72a2aa08974e3ce261d168f25541325d.setContent(html_cc9c096f29ddcee49a3bf2a26fdf6219);
|
|
|
|
|
|
|
|
marker_0af35f8737151ec9c4aac8f9d16c2db0.bindPopup(popup_72a2aa08974e3ce261d168f25541325d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0af35f8737151ec9c4aac8f9d16c2db0.setIcon(icon_bf14ef8fd13ef546c9a3042b82f7a1c6);
|
|
|
|
|
|
var marker_a2da1e06d1ce3b72ce9250241c662567 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_39ea4ce7af453f570d0c4d2016fd54f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51867b014014660a495eb8c94829b5ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a06d221d3ffc12eb2c942be6e2875903 = $(`<div id="html_a06d221d3ffc12eb2c942be6e2875903" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_51867b014014660a495eb8c94829b5ae.setContent(html_a06d221d3ffc12eb2c942be6e2875903);
|
|
|
|
|
|
|
|
marker_a2da1e06d1ce3b72ce9250241c662567.bindPopup(popup_51867b014014660a495eb8c94829b5ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2da1e06d1ce3b72ce9250241c662567.setIcon(icon_39ea4ce7af453f570d0c4d2016fd54f5);
|
|
|
|
|
|
var marker_351fc37a2253be15563d587a595a8625 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_1056fcc6b7aa8ed939ed8b247450446e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70ca3bd56959a2ef15a1315b6a44ed60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f6c02f828522a012942b57fd4f69e87 = $(`<div id="html_5f6c02f828522a012942b57fd4f69e87" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_70ca3bd56959a2ef15a1315b6a44ed60.setContent(html_5f6c02f828522a012942b57fd4f69e87);
|
|
|
|
|
|
|
|
marker_351fc37a2253be15563d587a595a8625.bindPopup(popup_70ca3bd56959a2ef15a1315b6a44ed60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_351fc37a2253be15563d587a595a8625.setIcon(icon_1056fcc6b7aa8ed939ed8b247450446e);
|
|
|
|
|
|
var marker_846512779068c5501811d0e9548f9244 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_f15d519751e9fc032b8b99760d9c9ee9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a62d17123c5bdf890c273c22ef2e5cd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccbc03bc1dd8b973b9b167312dd0cac7 = $(`<div id="html_ccbc03bc1dd8b973b9b167312dd0cac7" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_a62d17123c5bdf890c273c22ef2e5cd4.setContent(html_ccbc03bc1dd8b973b9b167312dd0cac7);
|
|
|
|
|
|
|
|
marker_846512779068c5501811d0e9548f9244.bindPopup(popup_a62d17123c5bdf890c273c22ef2e5cd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_846512779068c5501811d0e9548f9244.setIcon(icon_f15d519751e9fc032b8b99760d9c9ee9);
|
|
|
|
|
|
var marker_eee8849c9054ce1d6d78b71696baeddf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_7c9422c230eb7c43099da442183c6b11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0df68a135c948044231ec858b7df2e14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c1820d87a8775224c1305a0ebc605e6 = $(`<div id="html_7c1820d87a8775224c1305a0ebc605e6" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_0df68a135c948044231ec858b7df2e14.setContent(html_7c1820d87a8775224c1305a0ebc605e6);
|
|
|
|
|
|
|
|
marker_eee8849c9054ce1d6d78b71696baeddf.bindPopup(popup_0df68a135c948044231ec858b7df2e14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eee8849c9054ce1d6d78b71696baeddf.setIcon(icon_7c9422c230eb7c43099da442183c6b11);
|
|
|
|
|
|
var marker_0f7fd786b416dbd3ca5de2d7b70a2eb1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_81d7a786834293c4e053a65f1c822e65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81139d97ef2d130cadb2bcf472a44403 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32fea7fd755c745896c6eec8ff888c76 = $(`<div id="html_32fea7fd755c745896c6eec8ff888c76" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_81139d97ef2d130cadb2bcf472a44403.setContent(html_32fea7fd755c745896c6eec8ff888c76);
|
|
|
|
|
|
|
|
marker_0f7fd786b416dbd3ca5de2d7b70a2eb1.bindPopup(popup_81139d97ef2d130cadb2bcf472a44403)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f7fd786b416dbd3ca5de2d7b70a2eb1.setIcon(icon_81d7a786834293c4e053a65f1c822e65);
|
|
|
|
|
|
var marker_b8b9bbf49977df3341093f5d0a7cec15 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_a8daba80257499f24e0b7056ad4c553e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac5bcb2fe256f973b9a3b00c28636589 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53e354435d800825de73c21899324e95 = $(`<div id="html_53e354435d800825de73c21899324e95" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_ac5bcb2fe256f973b9a3b00c28636589.setContent(html_53e354435d800825de73c21899324e95);
|
|
|
|
|
|
|
|
marker_b8b9bbf49977df3341093f5d0a7cec15.bindPopup(popup_ac5bcb2fe256f973b9a3b00c28636589)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8b9bbf49977df3341093f5d0a7cec15.setIcon(icon_a8daba80257499f24e0b7056ad4c553e);
|
|
|
|
|
|
var marker_810860ced559606cc2175b642ead3007 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_13876cc3f99b3268806c4e44aaaee9ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0663eb67ab9dd791aa544d0007c958b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2fba8d3fd700ac2461f3710a05976ef = $(`<div id="html_b2fba8d3fd700ac2461f3710a05976ef" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_0663eb67ab9dd791aa544d0007c958b9.setContent(html_b2fba8d3fd700ac2461f3710a05976ef);
|
|
|
|
|
|
|
|
marker_810860ced559606cc2175b642ead3007.bindPopup(popup_0663eb67ab9dd791aa544d0007c958b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_810860ced559606cc2175b642ead3007.setIcon(icon_13876cc3f99b3268806c4e44aaaee9ed);
|
|
|
|
|
|
var marker_b3e73f37a6b46f595adfc1c189284d07 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ba00640f3f3c722d9041fac2d57cc0c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd1018d776f433129a5ff6aa6c69a8e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87d7aae358cdab8b81550f1238c17638 = $(`<div id="html_87d7aae358cdab8b81550f1238c17638" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_fd1018d776f433129a5ff6aa6c69a8e1.setContent(html_87d7aae358cdab8b81550f1238c17638);
|
|
|
|
|
|
|
|
marker_b3e73f37a6b46f595adfc1c189284d07.bindPopup(popup_fd1018d776f433129a5ff6aa6c69a8e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3e73f37a6b46f595adfc1c189284d07.setIcon(icon_ba00640f3f3c722d9041fac2d57cc0c4);
|
|
|
|
|
|
var marker_d8e92903a629ec7cec9b4f7d156c8ae4 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_f94605b59e6646877179919f2d0b1166 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6888d38d18d3e6a218af6cd30be1e568 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec4f9b8d71fecaadff084a540f908f06 = $(`<div id="html_ec4f9b8d71fecaadff084a540f908f06" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_6888d38d18d3e6a218af6cd30be1e568.setContent(html_ec4f9b8d71fecaadff084a540f908f06);
|
|
|
|
|
|
|
|
marker_d8e92903a629ec7cec9b4f7d156c8ae4.bindPopup(popup_6888d38d18d3e6a218af6cd30be1e568)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8e92903a629ec7cec9b4f7d156c8ae4.setIcon(icon_f94605b59e6646877179919f2d0b1166);
|
|
|
|
|
|
var marker_b5114b5e9523149ca0b7fe5f2df025c2 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_9bbe5b81a3741645ef7d43274f58fdb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f74d20e4a25387542fab880479bfd148 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cd4ebbca13c40955fc5a4e6142dc176 = $(`<div id="html_4cd4ebbca13c40955fc5a4e6142dc176" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_f74d20e4a25387542fab880479bfd148.setContent(html_4cd4ebbca13c40955fc5a4e6142dc176);
|
|
|
|
|
|
|
|
marker_b5114b5e9523149ca0b7fe5f2df025c2.bindPopup(popup_f74d20e4a25387542fab880479bfd148)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5114b5e9523149ca0b7fe5f2df025c2.setIcon(icon_9bbe5b81a3741645ef7d43274f58fdb3);
|
|
|
|
|
|
var marker_5ce8dcc88127604433d64b075b7ab1af = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_095b4b3abbbc3fe2d4065f3120ade08e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a14a837df80c612d9a07ad2b8d9ab7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de07e7875be1f3a40de9c302364a79bd = $(`<div id="html_de07e7875be1f3a40de9c302364a79bd" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_4a14a837df80c612d9a07ad2b8d9ab7a.setContent(html_de07e7875be1f3a40de9c302364a79bd);
|
|
|
|
|
|
|
|
marker_5ce8dcc88127604433d64b075b7ab1af.bindPopup(popup_4a14a837df80c612d9a07ad2b8d9ab7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ce8dcc88127604433d64b075b7ab1af.setIcon(icon_095b4b3abbbc3fe2d4065f3120ade08e);
|
|
|
|
|
|
var marker_f3d85559f6f780ff170efd729ef057a5 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_fa8d633f7de52fb8f391fe58350441a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e18fc2623bae39557236dccacfdcde7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33ee4d6519e9edcf5908cd51aae70b51 = $(`<div id="html_33ee4d6519e9edcf5908cd51aae70b51" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_7e18fc2623bae39557236dccacfdcde7.setContent(html_33ee4d6519e9edcf5908cd51aae70b51);
|
|
|
|
|
|
|
|
marker_f3d85559f6f780ff170efd729ef057a5.bindPopup(popup_7e18fc2623bae39557236dccacfdcde7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3d85559f6f780ff170efd729ef057a5.setIcon(icon_fa8d633f7de52fb8f391fe58350441a8);
|
|
|
|
|
|
var marker_ff9b160f216a7259ddfbc73706e6bfba = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_dfd32f67425087406dea6b35027f376f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00b75e57bf1e13b7ca5fe24717b19886 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bd0d9690ca3c2e27ed5b2c0aeb1ccc8 = $(`<div id="html_9bd0d9690ca3c2e27ed5b2c0aeb1ccc8" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_00b75e57bf1e13b7ca5fe24717b19886.setContent(html_9bd0d9690ca3c2e27ed5b2c0aeb1ccc8);
|
|
|
|
|
|
|
|
marker_ff9b160f216a7259ddfbc73706e6bfba.bindPopup(popup_00b75e57bf1e13b7ca5fe24717b19886)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff9b160f216a7259ddfbc73706e6bfba.setIcon(icon_dfd32f67425087406dea6b35027f376f);
|
|
|
|
|
|
var marker_c57a71b5eb5f70341205c448ac2d80d5 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_e730dd4d2e2dcd0b633ef9517a25df43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d33fcb53c257231224bcfbdf57f9f9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ab74ccce2e7058b341dd8f53dcef60e = $(`<div id="html_4ab74ccce2e7058b341dd8f53dcef60e" style="width: 100.0%; height: 100.0%;">wons.calva.dev</div>`)[0];
|
|
popup_7d33fcb53c257231224bcfbdf57f9f9a.setContent(html_4ab74ccce2e7058b341dd8f53dcef60e);
|
|
|
|
|
|
|
|
marker_c57a71b5eb5f70341205c448ac2d80d5.bindPopup(popup_7d33fcb53c257231224bcfbdf57f9f9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c57a71b5eb5f70341205c448ac2d80d5.setIcon(icon_e730dd4d2e2dcd0b633ef9517a25df43);
|
|
|
|
|
|
var marker_cf6ab4e7b3c1a82008e08df51433dac9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_5dfa4ba01a07856dbb2963d8734fd4f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99b3c870c5f734a2d91b2b7e5465076c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aab4eb9b0dcf21dd708a808a5fd2bdbc = $(`<div id="html_aab4eb9b0dcf21dd708a808a5fd2bdbc" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_99b3c870c5f734a2d91b2b7e5465076c.setContent(html_aab4eb9b0dcf21dd708a808a5fd2bdbc);
|
|
|
|
|
|
|
|
marker_cf6ab4e7b3c1a82008e08df51433dac9.bindPopup(popup_99b3c870c5f734a2d91b2b7e5465076c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf6ab4e7b3c1a82008e08df51433dac9.setIcon(icon_5dfa4ba01a07856dbb2963d8734fd4f7);
|
|
|
|
|
|
var marker_a58a5c3d08c84d41750b73936013acce = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_5e62e5e0c3c2023b24cce54dfebded02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebcd6a9dcf5fb869f9bb3d2bb2bc7a43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f1635c93bdaab13359de50abbedacbc = $(`<div id="html_2f1635c93bdaab13359de50abbedacbc" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_ebcd6a9dcf5fb869f9bb3d2bb2bc7a43.setContent(html_2f1635c93bdaab13359de50abbedacbc);
|
|
|
|
|
|
|
|
marker_a58a5c3d08c84d41750b73936013acce.bindPopup(popup_ebcd6a9dcf5fb869f9bb3d2bb2bc7a43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a58a5c3d08c84d41750b73936013acce.setIcon(icon_5e62e5e0c3c2023b24cce54dfebded02);
|
|
|
|
|
|
var marker_4d10bd7010b5ec2a3d4ed70be05083f7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_dd7371df84ea76215bb97bdc80c825ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f19a79b129d0e07acdf7f5a70e86d0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3e0f9d4f252958ac9e6914aff2f1bc4 = $(`<div id="html_f3e0f9d4f252958ac9e6914aff2f1bc4" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_8f19a79b129d0e07acdf7f5a70e86d0f.setContent(html_f3e0f9d4f252958ac9e6914aff2f1bc4);
|
|
|
|
|
|
|
|
marker_4d10bd7010b5ec2a3d4ed70be05083f7.bindPopup(popup_8f19a79b129d0e07acdf7f5a70e86d0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d10bd7010b5ec2a3d4ed70be05083f7.setIcon(icon_dd7371df84ea76215bb97bdc80c825ed);
|
|
|
|
|
|
var marker_1be264bb44d0a32d6fd84f5fc9a3c88a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d99bf9f1b3a2338e03b764266789395d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ded3f2ef78cf778323b337856c666c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a6e04c994cabc17a231ae13d30d54d0 = $(`<div id="html_3a6e04c994cabc17a231ae13d30d54d0" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_8ded3f2ef78cf778323b337856c666c2.setContent(html_3a6e04c994cabc17a231ae13d30d54d0);
|
|
|
|
|
|
|
|
marker_1be264bb44d0a32d6fd84f5fc9a3c88a.bindPopup(popup_8ded3f2ef78cf778323b337856c666c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1be264bb44d0a32d6fd84f5fc9a3c88a.setIcon(icon_d99bf9f1b3a2338e03b764266789395d);
|
|
|
|
|
|
var marker_a309d442a20dce1be41f6c34074b1834 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_0600cac87516bc8acb573b4aedfbe72e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1057511e890c058ee18cad292ab9008 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_084300463d9f5a71c1a74cc66d3f91a6 = $(`<div id="html_084300463d9f5a71c1a74cc66d3f91a6" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_b1057511e890c058ee18cad292ab9008.setContent(html_084300463d9f5a71c1a74cc66d3f91a6);
|
|
|
|
|
|
|
|
marker_a309d442a20dce1be41f6c34074b1834.bindPopup(popup_b1057511e890c058ee18cad292ab9008)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a309d442a20dce1be41f6c34074b1834.setIcon(icon_0600cac87516bc8acb573b4aedfbe72e);
|
|
|
|
|
|
var marker_c6c963ae2eeac350781849a2f2785a06 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_360b71a7a5129c4c65995602c4d0c9c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d44c02cfbcac6c4147c8135b0f4d93f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6408504ef4a5df8c80bbf619febc0d4f = $(`<div id="html_6408504ef4a5df8c80bbf619febc0d4f" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_d44c02cfbcac6c4147c8135b0f4d93f0.setContent(html_6408504ef4a5df8c80bbf619febc0d4f);
|
|
|
|
|
|
|
|
marker_c6c963ae2eeac350781849a2f2785a06.bindPopup(popup_d44c02cfbcac6c4147c8135b0f4d93f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6c963ae2eeac350781849a2f2785a06.setIcon(icon_360b71a7a5129c4c65995602c4d0c9c4);
|
|
|
|
|
|
var marker_a6264975b652cb81bdd10d39c528c134 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_94b806c55323700c63a82a0421a3ef66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83db3d94985e795365c42de7f9abbe62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ecfb9a9a5e587f0da45eea3b8fa8477 = $(`<div id="html_7ecfb9a9a5e587f0da45eea3b8fa8477" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_83db3d94985e795365c42de7f9abbe62.setContent(html_7ecfb9a9a5e587f0da45eea3b8fa8477);
|
|
|
|
|
|
|
|
marker_a6264975b652cb81bdd10d39c528c134.bindPopup(popup_83db3d94985e795365c42de7f9abbe62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6264975b652cb81bdd10d39c528c134.setIcon(icon_94b806c55323700c63a82a0421a3ef66);
|
|
|
|
|
|
var marker_9ea1b16c7a66ab5a8fb6f8e78ac629f0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_79a0ac6edc37c4c770aa1a4dd1c25eb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f72efd7e1f4008a7e4662038b58c3719 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1b35c8990fa69a1dacfb3720143fb75 = $(`<div id="html_b1b35c8990fa69a1dacfb3720143fb75" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_f72efd7e1f4008a7e4662038b58c3719.setContent(html_b1b35c8990fa69a1dacfb3720143fb75);
|
|
|
|
|
|
|
|
marker_9ea1b16c7a66ab5a8fb6f8e78ac629f0.bindPopup(popup_f72efd7e1f4008a7e4662038b58c3719)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ea1b16c7a66ab5a8fb6f8e78ac629f0.setIcon(icon_79a0ac6edc37c4c770aa1a4dd1c25eb5);
|
|
|
|
|
|
var marker_89b98f77c8a97d2cb3df1e10b6fbec20 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_de6a0335e910277ad3be7f2c7a7c5144 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b5a6391388f501cd92081d825158ca7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_545034e7badae259959d69d5d409c48a = $(`<div id="html_545034e7badae259959d69d5d409c48a" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_9b5a6391388f501cd92081d825158ca7.setContent(html_545034e7badae259959d69d5d409c48a);
|
|
|
|
|
|
|
|
marker_89b98f77c8a97d2cb3df1e10b6fbec20.bindPopup(popup_9b5a6391388f501cd92081d825158ca7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89b98f77c8a97d2cb3df1e10b6fbec20.setIcon(icon_de6a0335e910277ad3be7f2c7a7c5144);
|
|
|
|
|
|
var marker_39532692263ee19579b565451f017abd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_dce137629be326019f90ecf7cb31d376 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d497392bb5a3c19546f1fb293ba8b2e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_779b97aca4d08c3b1fbf4bfac67d9420 = $(`<div id="html_779b97aca4d08c3b1fbf4bfac67d9420" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_d497392bb5a3c19546f1fb293ba8b2e9.setContent(html_779b97aca4d08c3b1fbf4bfac67d9420);
|
|
|
|
|
|
|
|
marker_39532692263ee19579b565451f017abd.bindPopup(popup_d497392bb5a3c19546f1fb293ba8b2e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39532692263ee19579b565451f017abd.setIcon(icon_dce137629be326019f90ecf7cb31d376);
|
|
|
|
|
|
var marker_fc7a5966b1e29fe60a12b7ab76bbd5da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_728af727bc6d060962f148c562fdde23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05a368c26935097ec003ae0547cb2dcc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9faa6b378dbbd2fb52441ae06119c614 = $(`<div id="html_9faa6b378dbbd2fb52441ae06119c614" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_05a368c26935097ec003ae0547cb2dcc.setContent(html_9faa6b378dbbd2fb52441ae06119c614);
|
|
|
|
|
|
|
|
marker_fc7a5966b1e29fe60a12b7ab76bbd5da.bindPopup(popup_05a368c26935097ec003ae0547cb2dcc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc7a5966b1e29fe60a12b7ab76bbd5da.setIcon(icon_728af727bc6d060962f148c562fdde23);
|
|
|
|
|
|
var marker_676e45150c4779c96e91dd3c2aedcabe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_37ac84e6ae1f300ebf6169176fee79c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cdba1e42c5a113d7765b4430cf74c6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e0ff00f2968779dded77fe6589a8ebc = $(`<div id="html_2e0ff00f2968779dded77fe6589a8ebc" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_0cdba1e42c5a113d7765b4430cf74c6f.setContent(html_2e0ff00f2968779dded77fe6589a8ebc);
|
|
|
|
|
|
|
|
marker_676e45150c4779c96e91dd3c2aedcabe.bindPopup(popup_0cdba1e42c5a113d7765b4430cf74c6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_676e45150c4779c96e91dd3c2aedcabe.setIcon(icon_37ac84e6ae1f300ebf6169176fee79c3);
|
|
|
|
|
|
var marker_ca1765036340fb65a4571e62f3956c95 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_dd4805e044d74d532673c47211eec52b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a72e5de140b83cd9287ab3288cb1bc0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4840834f396fab0ebd42413548a7b96a = $(`<div id="html_4840834f396fab0ebd42413548a7b96a" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_a72e5de140b83cd9287ab3288cb1bc0e.setContent(html_4840834f396fab0ebd42413548a7b96a);
|
|
|
|
|
|
|
|
marker_ca1765036340fb65a4571e62f3956c95.bindPopup(popup_a72e5de140b83cd9287ab3288cb1bc0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca1765036340fb65a4571e62f3956c95.setIcon(icon_dd4805e044d74d532673c47211eec52b);
|
|
|
|
|
|
var marker_93a8333a4b6a2a0efe92850bbc0ca50f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_91b64c31291ddb545d74c7a0181dc32b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc43f182a3e993a0520ecd8df817f422 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47599ebf86ab2bdc4e586d93e4a6299d = $(`<div id="html_47599ebf86ab2bdc4e586d93e4a6299d" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_cc43f182a3e993a0520ecd8df817f422.setContent(html_47599ebf86ab2bdc4e586d93e4a6299d);
|
|
|
|
|
|
|
|
marker_93a8333a4b6a2a0efe92850bbc0ca50f.bindPopup(popup_cc43f182a3e993a0520ecd8df817f422)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93a8333a4b6a2a0efe92850bbc0ca50f.setIcon(icon_91b64c31291ddb545d74c7a0181dc32b);
|
|
|
|
|
|
var marker_330c82d1d607d7e1c03bde5dee226cb5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ab0d426fb7df3f40f144ffa77bcf32cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c7a5330580c069dd111ee857270e7fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed7d324137edcf5e20263e539489b2f1 = $(`<div id="html_ed7d324137edcf5e20263e539489b2f1" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_9c7a5330580c069dd111ee857270e7fe.setContent(html_ed7d324137edcf5e20263e539489b2f1);
|
|
|
|
|
|
|
|
marker_330c82d1d607d7e1c03bde5dee226cb5.bindPopup(popup_9c7a5330580c069dd111ee857270e7fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_330c82d1d607d7e1c03bde5dee226cb5.setIcon(icon_ab0d426fb7df3f40f144ffa77bcf32cd);
|
|
|
|
|
|
var marker_b9f4de0cb224f06d00f37e0d39c4387a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_8e01dae0d914066dd257e3d95f016105 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a994c2095cfbf9438af6ec0cf99e000 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca0cceed39bb189ba8f2ef520ac40a03 = $(`<div id="html_ca0cceed39bb189ba8f2ef520ac40a03" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_0a994c2095cfbf9438af6ec0cf99e000.setContent(html_ca0cceed39bb189ba8f2ef520ac40a03);
|
|
|
|
|
|
|
|
marker_b9f4de0cb224f06d00f37e0d39c4387a.bindPopup(popup_0a994c2095cfbf9438af6ec0cf99e000)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9f4de0cb224f06d00f37e0d39c4387a.setIcon(icon_8e01dae0d914066dd257e3d95f016105);
|
|
|
|
|
|
var marker_829f2059dc477ae4f085b585300f41db = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_7b15b957132b0cf4555e539b524cd3f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b08d5a8ac078eaf41aceffe229e5a5a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78c2187c0503632916b89962c14024a9 = $(`<div id="html_78c2187c0503632916b89962c14024a9" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_b08d5a8ac078eaf41aceffe229e5a5a6.setContent(html_78c2187c0503632916b89962c14024a9);
|
|
|
|
|
|
|
|
marker_829f2059dc477ae4f085b585300f41db.bindPopup(popup_b08d5a8ac078eaf41aceffe229e5a5a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_829f2059dc477ae4f085b585300f41db.setIcon(icon_7b15b957132b0cf4555e539b524cd3f1);
|
|
|
|
|
|
var marker_09a5a57348494361bf30d4a654b62ded = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d1af46e977f08b7cba1099c50890f0ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b63066ad8f77cb460bd438ac3d392b49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1be8b29b0109ca32e3d182fa00a773d1 = $(`<div id="html_1be8b29b0109ca32e3d182fa00a773d1" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_b63066ad8f77cb460bd438ac3d392b49.setContent(html_1be8b29b0109ca32e3d182fa00a773d1);
|
|
|
|
|
|
|
|
marker_09a5a57348494361bf30d4a654b62ded.bindPopup(popup_b63066ad8f77cb460bd438ac3d392b49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09a5a57348494361bf30d4a654b62ded.setIcon(icon_d1af46e977f08b7cba1099c50890f0ce);
|
|
|
|
|
|
var marker_d5cb54cd4174ac205f8855c0db6dbb58 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_e83413f82e2a2c74123bae0bcbd5fd11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a629d0d455d79b54c8e91d032332df28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2cf9951779ae415bc84ea30df99f5ea = $(`<div id="html_a2cf9951779ae415bc84ea30df99f5ea" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_a629d0d455d79b54c8e91d032332df28.setContent(html_a2cf9951779ae415bc84ea30df99f5ea);
|
|
|
|
|
|
|
|
marker_d5cb54cd4174ac205f8855c0db6dbb58.bindPopup(popup_a629d0d455d79b54c8e91d032332df28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5cb54cd4174ac205f8855c0db6dbb58.setIcon(icon_e83413f82e2a2c74123bae0bcbd5fd11);
|
|
|
|
|
|
var marker_d2c770ec2cbbd96943d00e8bc5eb1b78 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_1379f2fe025bf23cd3dc867a93162c00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_969c7c7dc3a8aadeee13200b7251ac17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7fd1d5c768420563bc82c939ce4c9403 = $(`<div id="html_7fd1d5c768420563bc82c939ce4c9403" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_969c7c7dc3a8aadeee13200b7251ac17.setContent(html_7fd1d5c768420563bc82c939ce4c9403);
|
|
|
|
|
|
|
|
marker_d2c770ec2cbbd96943d00e8bc5eb1b78.bindPopup(popup_969c7c7dc3a8aadeee13200b7251ac17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2c770ec2cbbd96943d00e8bc5eb1b78.setIcon(icon_1379f2fe025bf23cd3dc867a93162c00);
|
|
|
|
|
|
var marker_ca58910f157054863b7fbcccb0883c8c = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_0b8638b84b9ded7652baa73ea503febf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c37f7b8f976cbb1192c31cad42714787 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92c947d98481de4c325ed82332a9dcf8 = $(`<div id="html_92c947d98481de4c325ed82332a9dcf8" style="width: 100.0%; height: 100.0%;">relay.omarih.com</div>`)[0];
|
|
popup_c37f7b8f976cbb1192c31cad42714787.setContent(html_92c947d98481de4c325ed82332a9dcf8);
|
|
|
|
|
|
|
|
marker_ca58910f157054863b7fbcccb0883c8c.bindPopup(popup_c37f7b8f976cbb1192c31cad42714787)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca58910f157054863b7fbcccb0883c8c.setIcon(icon_0b8638b84b9ded7652baa73ea503febf);
|
|
|
|
|
|
var marker_68d65d928d0343660d1efa98008814f0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_f8e6ed77da98a51e932be5c583ea5522 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f04f87f346b1e9969b8303b14df1af0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fa79e930a0b2b22aba79ac6543f408e = $(`<div id="html_3fa79e930a0b2b22aba79ac6543f408e" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_2f04f87f346b1e9969b8303b14df1af0.setContent(html_3fa79e930a0b2b22aba79ac6543f408e);
|
|
|
|
|
|
|
|
marker_68d65d928d0343660d1efa98008814f0.bindPopup(popup_2f04f87f346b1e9969b8303b14df1af0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68d65d928d0343660d1efa98008814f0.setIcon(icon_f8e6ed77da98a51e932be5c583ea5522);
|
|
|
|
|
|
var marker_8c52d20085a21b53a882a0a391fe3fc1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_0103ea5674c6b98cf44d0e82327ef5f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f049962ea37be50bba6f76c2a302db7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a9d2c25a2d44256c3df69dbf692b063 = $(`<div id="html_3a9d2c25a2d44256c3df69dbf692b063" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_6f049962ea37be50bba6f76c2a302db7.setContent(html_3a9d2c25a2d44256c3df69dbf692b063);
|
|
|
|
|
|
|
|
marker_8c52d20085a21b53a882a0a391fe3fc1.bindPopup(popup_6f049962ea37be50bba6f76c2a302db7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c52d20085a21b53a882a0a391fe3fc1.setIcon(icon_0103ea5674c6b98cf44d0e82327ef5f8);
|
|
|
|
|
|
var marker_d2e512731d1b0dad2cf617c24506662e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_100e733368638acc20d5c71dada377bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_780edd57276d2a809f698fd6e0712541 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_481e1d5361a90c6a2ea326fd127d46f6 = $(`<div id="html_481e1d5361a90c6a2ea326fd127d46f6" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_780edd57276d2a809f698fd6e0712541.setContent(html_481e1d5361a90c6a2ea326fd127d46f6);
|
|
|
|
|
|
|
|
marker_d2e512731d1b0dad2cf617c24506662e.bindPopup(popup_780edd57276d2a809f698fd6e0712541)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2e512731d1b0dad2cf617c24506662e.setIcon(icon_100e733368638acc20d5c71dada377bc);
|
|
|
|
|
|
var marker_8e6d0697a8f3bbf4d3d9d6c16c55d438 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_58697327f185d4ba0b255555f7bc2384 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2157f75b83ed37e80b572cd54805ab3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8674e44ccdc6f93c93a73d4ce1a17b5 = $(`<div id="html_d8674e44ccdc6f93c93a73d4ce1a17b5" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_b2157f75b83ed37e80b572cd54805ab3.setContent(html_d8674e44ccdc6f93c93a73d4ce1a17b5);
|
|
|
|
|
|
|
|
marker_8e6d0697a8f3bbf4d3d9d6c16c55d438.bindPopup(popup_b2157f75b83ed37e80b572cd54805ab3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e6d0697a8f3bbf4d3d9d6c16c55d438.setIcon(icon_58697327f185d4ba0b255555f7bc2384);
|
|
|
|
|
|
var marker_741eec52baccd0be789cf60ea0795cc8 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_5e4943d3e36aa4d146f7829c93d848c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41960dfb459f87e720b50f948a7fc40b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b3d273858afff04df858dc91c175ab1 = $(`<div id="html_3b3d273858afff04df858dc91c175ab1" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_41960dfb459f87e720b50f948a7fc40b.setContent(html_3b3d273858afff04df858dc91c175ab1);
|
|
|
|
|
|
|
|
marker_741eec52baccd0be789cf60ea0795cc8.bindPopup(popup_41960dfb459f87e720b50f948a7fc40b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_741eec52baccd0be789cf60ea0795cc8.setIcon(icon_5e4943d3e36aa4d146f7829c93d848c3);
|
|
|
|
|
|
var marker_8a3456e06abf97a4dee50ab00c2a1e5f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ae2359660d38e40eb98d6c33150a3398 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ccdf2c5197f2caa7eb0cd581130b0f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88fa8f5977bdcf67aa013dac2c7eaed7 = $(`<div id="html_88fa8f5977bdcf67aa013dac2c7eaed7" style="width: 100.0%; height: 100.0%;">talon.quest</div>`)[0];
|
|
popup_9ccdf2c5197f2caa7eb0cd581130b0f3.setContent(html_88fa8f5977bdcf67aa013dac2c7eaed7);
|
|
|
|
|
|
|
|
marker_8a3456e06abf97a4dee50ab00c2a1e5f.bindPopup(popup_9ccdf2c5197f2caa7eb0cd581130b0f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a3456e06abf97a4dee50ab00c2a1e5f.setIcon(icon_ae2359660d38e40eb98d6c33150a3398);
|
|
|
|
|
|
var marker_3e18df9caa0b2295ee02ac4127ac879d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_fc93cf2d66c1b68407bc11fc86b0158c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bbfd205f4d6bfbdc6e49a96a60808a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7560675873d0eedd172300fc01dd48db = $(`<div id="html_7560675873d0eedd172300fc01dd48db" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_4bbfd205f4d6bfbdc6e49a96a60808a5.setContent(html_7560675873d0eedd172300fc01dd48db);
|
|
|
|
|
|
|
|
marker_3e18df9caa0b2295ee02ac4127ac879d.bindPopup(popup_4bbfd205f4d6bfbdc6e49a96a60808a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e18df9caa0b2295ee02ac4127ac879d.setIcon(icon_fc93cf2d66c1b68407bc11fc86b0158c);
|
|
|
|
|
|
var marker_2cc7c4c43d9cb51e120597881b00f6e1 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_2930a4e750c2c610f76fc8afbd025ca1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c223d7873538ffdcc04e0e2c5a0fd0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbe559160bff25c71fc05ccefe2d9085 = $(`<div id="html_cbe559160bff25c71fc05ccefe2d9085" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_0c223d7873538ffdcc04e0e2c5a0fd0a.setContent(html_cbe559160bff25c71fc05ccefe2d9085);
|
|
|
|
|
|
|
|
marker_2cc7c4c43d9cb51e120597881b00f6e1.bindPopup(popup_0c223d7873538ffdcc04e0e2c5a0fd0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cc7c4c43d9cb51e120597881b00f6e1.setIcon(icon_2930a4e750c2c610f76fc8afbd025ca1);
|
|
|
|
|
|
var marker_f68c71d9108815025892ca20fbace0e8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_659afeb40f5944a297c37bd1b62dcbc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e11d20a86fc0078b4e855ff4cfe892b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4948d42f975007cd4936d80b7a0400ba = $(`<div id="html_4948d42f975007cd4936d80b7a0400ba" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_e11d20a86fc0078b4e855ff4cfe892b9.setContent(html_4948d42f975007cd4936d80b7a0400ba);
|
|
|
|
|
|
|
|
marker_f68c71d9108815025892ca20fbace0e8.bindPopup(popup_e11d20a86fc0078b4e855ff4cfe892b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f68c71d9108815025892ca20fbace0e8.setIcon(icon_659afeb40f5944a297c37bd1b62dcbc5);
|
|
|
|
|
|
var marker_d26acbaa42132270687da2dc4b59e7bd = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_1aafdba0f2e5b835777ef4a8606cd096 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3b0486ae766f81936f7710d9c1c35e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36530dfd18511acc1ca91a732a99f0c8 = $(`<div id="html_36530dfd18511acc1ca91a732a99f0c8" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_a3b0486ae766f81936f7710d9c1c35e8.setContent(html_36530dfd18511acc1ca91a732a99f0c8);
|
|
|
|
|
|
|
|
marker_d26acbaa42132270687da2dc4b59e7bd.bindPopup(popup_a3b0486ae766f81936f7710d9c1c35e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d26acbaa42132270687da2dc4b59e7bd.setIcon(icon_1aafdba0f2e5b835777ef4a8606cd096);
|
|
|
|
|
|
var marker_40353814d13cff15445959b5f694096e = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_1f922a7abf88f2f8614abd79ebf6b59b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a1c883c6c4696c0a803491d055c3ca1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42efe4542c1bac08bc9f7775566aecc7 = $(`<div id="html_42efe4542c1bac08bc9f7775566aecc7" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_9a1c883c6c4696c0a803491d055c3ca1.setContent(html_42efe4542c1bac08bc9f7775566aecc7);
|
|
|
|
|
|
|
|
marker_40353814d13cff15445959b5f694096e.bindPopup(popup_9a1c883c6c4696c0a803491d055c3ca1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40353814d13cff15445959b5f694096e.setIcon(icon_1f922a7abf88f2f8614abd79ebf6b59b);
|
|
|
|
|
|
var marker_4c1e10eb819372081f34563d4e017176 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_e255598fb080c9329dab9f1131e65ae1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d7ee68d10db7fef78c4d82334dbf5ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31392e5a6c22ad9edb4c6e1bebfe1361 = $(`<div id="html_31392e5a6c22ad9edb4c6e1bebfe1361" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_2d7ee68d10db7fef78c4d82334dbf5ad.setContent(html_31392e5a6c22ad9edb4c6e1bebfe1361);
|
|
|
|
|
|
|
|
marker_4c1e10eb819372081f34563d4e017176.bindPopup(popup_2d7ee68d10db7fef78c4d82334dbf5ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c1e10eb819372081f34563d4e017176.setIcon(icon_e255598fb080c9329dab9f1131e65ae1);
|
|
|
|
|
|
var marker_fb31933aea1502a83e2e8f7084ad4fd3 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d53907decea98db7cf92eae4e22fed63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1954da04198665c7f135aa0b2f179d5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e98d15b86572888b44d5c0a91f964b49 = $(`<div id="html_e98d15b86572888b44d5c0a91f964b49" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_1954da04198665c7f135aa0b2f179d5c.setContent(html_e98d15b86572888b44d5c0a91f964b49);
|
|
|
|
|
|
|
|
marker_fb31933aea1502a83e2e8f7084ad4fd3.bindPopup(popup_1954da04198665c7f135aa0b2f179d5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb31933aea1502a83e2e8f7084ad4fd3.setIcon(icon_d53907decea98db7cf92eae4e22fed63);
|
|
|
|
|
|
var marker_754ddd68d997233632f3ecf379d339cc = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_c79ff0631345d4cbd77e75b9e42c3065 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91f0d9bac588831aa73f9a22775cbc5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a762168e7e5145b900240c120f1f9d14 = $(`<div id="html_a762168e7e5145b900240c120f1f9d14" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_91f0d9bac588831aa73f9a22775cbc5b.setContent(html_a762168e7e5145b900240c120f1f9d14);
|
|
|
|
|
|
|
|
marker_754ddd68d997233632f3ecf379d339cc.bindPopup(popup_91f0d9bac588831aa73f9a22775cbc5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_754ddd68d997233632f3ecf379d339cc.setIcon(icon_c79ff0631345d4cbd77e75b9e42c3065);
|
|
|
|
|
|
var marker_0360df6a8c152c65c67d3267cd38c642 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_b1bb3b6cf30b5654c2f44a4fa964c989 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a244a6b407b21d34070c0cd57eca0b2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6f1781bb7da34474e6e770599ed16a3 = $(`<div id="html_d6f1781bb7da34474e6e770599ed16a3" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_a244a6b407b21d34070c0cd57eca0b2d.setContent(html_d6f1781bb7da34474e6e770599ed16a3);
|
|
|
|
|
|
|
|
marker_0360df6a8c152c65c67d3267cd38c642.bindPopup(popup_a244a6b407b21d34070c0cd57eca0b2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0360df6a8c152c65c67d3267cd38c642.setIcon(icon_b1bb3b6cf30b5654c2f44a4fa964c989);
|
|
|
|
|
|
var marker_729f26ebf9edc3b54ca148ff4c02174b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_630491c9596e506f0a20383c1adfed67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f53e1021e6c26edb1aef66838e130346 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ad8840425fc2de5c7a6d0bb9ae581f6 = $(`<div id="html_9ad8840425fc2de5c7a6d0bb9ae581f6" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_f53e1021e6c26edb1aef66838e130346.setContent(html_9ad8840425fc2de5c7a6d0bb9ae581f6);
|
|
|
|
|
|
|
|
marker_729f26ebf9edc3b54ca148ff4c02174b.bindPopup(popup_f53e1021e6c26edb1aef66838e130346)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_729f26ebf9edc3b54ca148ff4c02174b.setIcon(icon_630491c9596e506f0a20383c1adfed67);
|
|
|
|
|
|
var marker_9162218f3d99649209d69f6e9c454817 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ff02042df00288f20768b55f0aa080cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3268e181df5e2c338f04b5db00312f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b727789ff5f9b4ecbb64f9ec30af729a = $(`<div id="html_b727789ff5f9b4ecbb64f9ec30af729a" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_d3268e181df5e2c338f04b5db00312f2.setContent(html_b727789ff5f9b4ecbb64f9ec30af729a);
|
|
|
|
|
|
|
|
marker_9162218f3d99649209d69f6e9c454817.bindPopup(popup_d3268e181df5e2c338f04b5db00312f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9162218f3d99649209d69f6e9c454817.setIcon(icon_ff02042df00288f20768b55f0aa080cc);
|
|
|
|
|
|
var marker_dfb7c43de54c38dfb97b80e399d69c33 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_a71aa91cd98bc1b31a2c27da1cf8c5eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b812c141b075ad8de13c4fd1dadda4d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_665c01a5bc9b676ee5dd8e920b7d15b6 = $(`<div id="html_665c01a5bc9b676ee5dd8e920b7d15b6" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_b812c141b075ad8de13c4fd1dadda4d3.setContent(html_665c01a5bc9b676ee5dd8e920b7d15b6);
|
|
|
|
|
|
|
|
marker_dfb7c43de54c38dfb97b80e399d69c33.bindPopup(popup_b812c141b075ad8de13c4fd1dadda4d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfb7c43de54c38dfb97b80e399d69c33.setIcon(icon_a71aa91cd98bc1b31a2c27da1cf8c5eb);
|
|
|
|
|
|
var marker_12ec3875a5ac294267dc0fa1a4d15571 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_7225b89326a840241d63dce1aba0259f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc689652cd4c7a32206338436916d9c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9749a4130b0bce3c1c96c712cd2944e7 = $(`<div id="html_9749a4130b0bce3c1c96c712cd2944e7" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_dc689652cd4c7a32206338436916d9c7.setContent(html_9749a4130b0bce3c1c96c712cd2944e7);
|
|
|
|
|
|
|
|
marker_12ec3875a5ac294267dc0fa1a4d15571.bindPopup(popup_dc689652cd4c7a32206338436916d9c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12ec3875a5ac294267dc0fa1a4d15571.setIcon(icon_7225b89326a840241d63dce1aba0259f);
|
|
|
|
|
|
var marker_e644d7afd072d21e4a981bf98d8b49b1 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_5c01862d1c92091c7f33279327503b92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8c94c71d90a4aaf5665aa2142549655 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2e34733bc1a4df34cf2454621e77908 = $(`<div id="html_b2e34733bc1a4df34cf2454621e77908" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_d8c94c71d90a4aaf5665aa2142549655.setContent(html_b2e34733bc1a4df34cf2454621e77908);
|
|
|
|
|
|
|
|
marker_e644d7afd072d21e4a981bf98d8b49b1.bindPopup(popup_d8c94c71d90a4aaf5665aa2142549655)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e644d7afd072d21e4a981bf98d8b49b1.setIcon(icon_5c01862d1c92091c7f33279327503b92);
|
|
|
|
|
|
var marker_8ca378e8edb9bf2805f83db2a52e5cf4 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_4bb35d7937690a792865b2354004d837 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db110b1ff09bca6a5b328fd699dab894 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca79819fffc4a6038e335b8a4ce4f7f9 = $(`<div id="html_ca79819fffc4a6038e335b8a4ce4f7f9" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_db110b1ff09bca6a5b328fd699dab894.setContent(html_ca79819fffc4a6038e335b8a4ce4f7f9);
|
|
|
|
|
|
|
|
marker_8ca378e8edb9bf2805f83db2a52e5cf4.bindPopup(popup_db110b1ff09bca6a5b328fd699dab894)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ca378e8edb9bf2805f83db2a52e5cf4.setIcon(icon_4bb35d7937690a792865b2354004d837);
|
|
|
|
|
|
var marker_887bdc97b931616ddeaae318e1c6ec9e = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_6008e51f61590ec9bdc98ccac1d89c47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48dba1a9333e99adda849b68da6f9988 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fa043a0222ea6a091dfb90d6da4e3d9 = $(`<div id="html_3fa043a0222ea6a091dfb90d6da4e3d9" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_48dba1a9333e99adda849b68da6f9988.setContent(html_3fa043a0222ea6a091dfb90d6da4e3d9);
|
|
|
|
|
|
|
|
marker_887bdc97b931616ddeaae318e1c6ec9e.bindPopup(popup_48dba1a9333e99adda849b68da6f9988)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_887bdc97b931616ddeaae318e1c6ec9e.setIcon(icon_6008e51f61590ec9bdc98ccac1d89c47);
|
|
|
|
|
|
var marker_78c8a20a34734931ccce602f8d8194bc = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_be4c89cb14a8d924713a8062d1c939f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e4d83c4a109dc71779af3ed53998a61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e37a2bf965de5d08b143832112b2b51a = $(`<div id="html_e37a2bf965de5d08b143832112b2b51a" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_6e4d83c4a109dc71779af3ed53998a61.setContent(html_e37a2bf965de5d08b143832112b2b51a);
|
|
|
|
|
|
|
|
marker_78c8a20a34734931ccce602f8d8194bc.bindPopup(popup_6e4d83c4a109dc71779af3ed53998a61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78c8a20a34734931ccce602f8d8194bc.setIcon(icon_be4c89cb14a8d924713a8062d1c939f0);
|
|
|
|
|
|
var marker_d08a8fc27ddc69d89ab8fda9bf63ad81 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_9151369d6700855d8cd5cc81f9e3d336 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e139eaaf8a1e1ab00a7d9ef2d58c1281 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9b54d39b178be7ff44bf57027a8970d = $(`<div id="html_d9b54d39b178be7ff44bf57027a8970d" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_e139eaaf8a1e1ab00a7d9ef2d58c1281.setContent(html_d9b54d39b178be7ff44bf57027a8970d);
|
|
|
|
|
|
|
|
marker_d08a8fc27ddc69d89ab8fda9bf63ad81.bindPopup(popup_e139eaaf8a1e1ab00a7d9ef2d58c1281)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d08a8fc27ddc69d89ab8fda9bf63ad81.setIcon(icon_9151369d6700855d8cd5cc81f9e3d336);
|
|
|
|
|
|
var marker_c7fbd6c7dd51bcb58282e9bb29dfab8e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_9b94c34525fce2b632beb48192cb1554 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06b58ad931d3718b40de8abb15d328b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6699a71e70c1b20859316c7de6a996c = $(`<div id="html_e6699a71e70c1b20859316c7de6a996c" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_06b58ad931d3718b40de8abb15d328b8.setContent(html_e6699a71e70c1b20859316c7de6a996c);
|
|
|
|
|
|
|
|
marker_c7fbd6c7dd51bcb58282e9bb29dfab8e.bindPopup(popup_06b58ad931d3718b40de8abb15d328b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7fbd6c7dd51bcb58282e9bb29dfab8e.setIcon(icon_9b94c34525fce2b632beb48192cb1554);
|
|
|
|
|
|
var marker_5b70af5f7d49b84ceb2b6f14396c6226 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_2189abb28ec6f82ffd17a98c3ba292e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cd6d51910775b19245c30a880035940 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54e1e7c3a537c70ea2728aa10a4ee0fc = $(`<div id="html_54e1e7c3a537c70ea2728aa10a4ee0fc" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_7cd6d51910775b19245c30a880035940.setContent(html_54e1e7c3a537c70ea2728aa10a4ee0fc);
|
|
|
|
|
|
|
|
marker_5b70af5f7d49b84ceb2b6f14396c6226.bindPopup(popup_7cd6d51910775b19245c30a880035940)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b70af5f7d49b84ceb2b6f14396c6226.setIcon(icon_2189abb28ec6f82ffd17a98c3ba292e2);
|
|
|
|
|
|
var marker_76f52c6720d1dbcd212213ba8853da20 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_87f1b0d51bcc2a8bb5e74bbf4dd905b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbde3bfce8e1b588ef6464089bf29158 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9562b6f5a88fd08ae8ba674734ad4a99 = $(`<div id="html_9562b6f5a88fd08ae8ba674734ad4a99" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_bbde3bfce8e1b588ef6464089bf29158.setContent(html_9562b6f5a88fd08ae8ba674734ad4a99);
|
|
|
|
|
|
|
|
marker_76f52c6720d1dbcd212213ba8853da20.bindPopup(popup_bbde3bfce8e1b588ef6464089bf29158)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76f52c6720d1dbcd212213ba8853da20.setIcon(icon_87f1b0d51bcc2a8bb5e74bbf4dd905b7);
|
|
|
|
|
|
var marker_7c3a01ad661f1dca721815bbce94fbec = L.marker(
|
|
[34.1064, -117.593],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_460f77b1dd9555fe8d4a606ad1d5a7f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0634f69458f4c19c4e779ddb398c7dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b97ee04f0a2bcee5522a9f90e9013b92 = $(`<div id="html_b97ee04f0a2bcee5522a9f90e9013b92" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_f0634f69458f4c19c4e779ddb398c7dc.setContent(html_b97ee04f0a2bcee5522a9f90e9013b92);
|
|
|
|
|
|
|
|
marker_7c3a01ad661f1dca721815bbce94fbec.bindPopup(popup_f0634f69458f4c19c4e779ddb398c7dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c3a01ad661f1dca721815bbce94fbec.setIcon(icon_460f77b1dd9555fe8d4a606ad1d5a7f6);
|
|
|
|
|
|
var marker_b72f55173b5f5e81b2fdbdc33d5c1e53 = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_50578c6ad57a542c29540974f2106bd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47ada2b61f0e875bdfa607fe4a656286 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5960c3ed38f39ce78b4f1523e61d912b = $(`<div id="html_5960c3ed38f39ce78b4f1523e61d912b" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_47ada2b61f0e875bdfa607fe4a656286.setContent(html_5960c3ed38f39ce78b4f1523e61d912b);
|
|
|
|
|
|
|
|
marker_b72f55173b5f5e81b2fdbdc33d5c1e53.bindPopup(popup_47ada2b61f0e875bdfa607fe4a656286)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b72f55173b5f5e81b2fdbdc33d5c1e53.setIcon(icon_50578c6ad57a542c29540974f2106bd0);
|
|
|
|
|
|
var marker_0934ea24a82c198fca4c5a84d9922668 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_a70e921e180ec433e2e81195b1c99cec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f913276a250eb7c4ae5a5629d1c90382 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7782d9f4600d8f4ae346ee54526b3fdf = $(`<div id="html_7782d9f4600d8f4ae346ee54526b3fdf" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_f913276a250eb7c4ae5a5629d1c90382.setContent(html_7782d9f4600d8f4ae346ee54526b3fdf);
|
|
|
|
|
|
|
|
marker_0934ea24a82c198fca4c5a84d9922668.bindPopup(popup_f913276a250eb7c4ae5a5629d1c90382)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0934ea24a82c198fca4c5a84d9922668.setIcon(icon_a70e921e180ec433e2e81195b1c99cec);
|
|
|
|
|
|
var marker_798490bb10157dbe5f913635988475d1 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_e74ad79a2a877ed2e7bcfaf8baa73b08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_977b33bc52276ea6e63b409afda50d78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_935eee7c2dfb36ce5dcd0991524046ab = $(`<div id="html_935eee7c2dfb36ce5dcd0991524046ab" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_977b33bc52276ea6e63b409afda50d78.setContent(html_935eee7c2dfb36ce5dcd0991524046ab);
|
|
|
|
|
|
|
|
marker_798490bb10157dbe5f913635988475d1.bindPopup(popup_977b33bc52276ea6e63b409afda50d78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_798490bb10157dbe5f913635988475d1.setIcon(icon_e74ad79a2a877ed2e7bcfaf8baa73b08);
|
|
|
|
|
|
var marker_c5e0d4ff092331d866155207e093f23e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d9755294a870bb3427dbd4be5d9ab80f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9236d4973fb51dea54552816dc339223 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b95e67ac7e874e7b7ac0a8d81cdc937c = $(`<div id="html_b95e67ac7e874e7b7ac0a8d81cdc937c" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_9236d4973fb51dea54552816dc339223.setContent(html_b95e67ac7e874e7b7ac0a8d81cdc937c);
|
|
|
|
|
|
|
|
marker_c5e0d4ff092331d866155207e093f23e.bindPopup(popup_9236d4973fb51dea54552816dc339223)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5e0d4ff092331d866155207e093f23e.setIcon(icon_d9755294a870bb3427dbd4be5d9ab80f);
|
|
|
|
|
|
var marker_386fe56290add60e9ab27b594fa8353d = L.marker(
|
|
[34.6235, 50.8518],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_10f55e94c631ca253dc66d4c77f28248 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a50f7ecb243808fa592125fb40f5e6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59c1b123ce35cc04d792c1ff9be10da3 = $(`<div id="html_59c1b123ce35cc04d792c1ff9be10da3" style="width: 100.0%; height: 100.0%;">sfri-mhmd.liara.run</div>`)[0];
|
|
popup_6a50f7ecb243808fa592125fb40f5e6b.setContent(html_59c1b123ce35cc04d792c1ff9be10da3);
|
|
|
|
|
|
|
|
marker_386fe56290add60e9ab27b594fa8353d.bindPopup(popup_6a50f7ecb243808fa592125fb40f5e6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_386fe56290add60e9ab27b594fa8353d.setIcon(icon_10f55e94c631ca253dc66d4c77f28248);
|
|
|
|
|
|
var marker_0c5516c284f920423a23a2300330910f = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_0a18070f1a7760c333548c1ffe44f0f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a71dad7e71be1b9cdf3c2a221a94a4c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_897fd04148bd4f23b3cf2b64169daf51 = $(`<div id="html_897fd04148bd4f23b3cf2b64169daf51" style="width: 100.0%; height: 100.0%;">relay.jabato.space</div>`)[0];
|
|
popup_a71dad7e71be1b9cdf3c2a221a94a4c3.setContent(html_897fd04148bd4f23b3cf2b64169daf51);
|
|
|
|
|
|
|
|
marker_0c5516c284f920423a23a2300330910f.bindPopup(popup_a71dad7e71be1b9cdf3c2a221a94a4c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c5516c284f920423a23a2300330910f.setIcon(icon_0a18070f1a7760c333548c1ffe44f0f9);
|
|
|
|
|
|
var marker_b058cfe802e242e238b0bb5110c41296 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_af00d2e3a6dc0fa06f7aaea10a46ce79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f829d5c8674f491da62eb2436424711b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_947d852d644c5d6b62c950c70e10128b = $(`<div id="html_947d852d644c5d6b62c950c70e10128b" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_f829d5c8674f491da62eb2436424711b.setContent(html_947d852d644c5d6b62c950c70e10128b);
|
|
|
|
|
|
|
|
marker_b058cfe802e242e238b0bb5110c41296.bindPopup(popup_f829d5c8674f491da62eb2436424711b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b058cfe802e242e238b0bb5110c41296.setIcon(icon_af00d2e3a6dc0fa06f7aaea10a46ce79);
|
|
|
|
|
|
var marker_0201edb1ee5f8867ef117aeefe376484 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_67914652ef19b6098abfebb28900e3ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce22991a3c97880f890f1d99ff276c52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61475ebe7f8e51ec717516c98f2c1d86 = $(`<div id="html_61475ebe7f8e51ec717516c98f2c1d86" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_ce22991a3c97880f890f1d99ff276c52.setContent(html_61475ebe7f8e51ec717516c98f2c1d86);
|
|
|
|
|
|
|
|
marker_0201edb1ee5f8867ef117aeefe376484.bindPopup(popup_ce22991a3c97880f890f1d99ff276c52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0201edb1ee5f8867ef117aeefe376484.setIcon(icon_67914652ef19b6098abfebb28900e3ea);
|
|
|
|
|
|
var marker_53cffe8519d2aedeb1451d4e360e6d1f = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_ddee9b97cf51a81abfba165128e0b01c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30522288c0920bc843236d0ad99a90ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16bfa4d3b4aac3de7c36cc2488599174 = $(`<div id="html_16bfa4d3b4aac3de7c36cc2488599174" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_30522288c0920bc843236d0ad99a90ce.setContent(html_16bfa4d3b4aac3de7c36cc2488599174);
|
|
|
|
|
|
|
|
marker_53cffe8519d2aedeb1451d4e360e6d1f.bindPopup(popup_30522288c0920bc843236d0ad99a90ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53cffe8519d2aedeb1451d4e360e6d1f.setIcon(icon_ddee9b97cf51a81abfba165128e0b01c);
|
|
|
|
|
|
var marker_aa9de1ed3e2dc5abf136ecc2f8cb78a4 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_5ae3427e5e0a3b5ae6fe9a29f94f423b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed2bf839c00beacfed41bc41bf1a02bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5e2f1bedc64818fb8d3312e6af2a4ae = $(`<div id="html_e5e2f1bedc64818fb8d3312e6af2a4ae" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_ed2bf839c00beacfed41bc41bf1a02bd.setContent(html_e5e2f1bedc64818fb8d3312e6af2a4ae);
|
|
|
|
|
|
|
|
marker_aa9de1ed3e2dc5abf136ecc2f8cb78a4.bindPopup(popup_ed2bf839c00beacfed41bc41bf1a02bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa9de1ed3e2dc5abf136ecc2f8cb78a4.setIcon(icon_5ae3427e5e0a3b5ae6fe9a29f94f423b);
|
|
|
|
|
|
var marker_43151730b38aec80fd0a23549edd4db1 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_7c1eb0eeaa89ed03d012bd6cd7c7e4ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e36a31313bc111395db682b59e75df6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9f1d92d0f083b2f7a06dc7e6008914b = $(`<div id="html_b9f1d92d0f083b2f7a06dc7e6008914b" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_2e36a31313bc111395db682b59e75df6.setContent(html_b9f1d92d0f083b2f7a06dc7e6008914b);
|
|
|
|
|
|
|
|
marker_43151730b38aec80fd0a23549edd4db1.bindPopup(popup_2e36a31313bc111395db682b59e75df6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43151730b38aec80fd0a23549edd4db1.setIcon(icon_7c1eb0eeaa89ed03d012bd6cd7c7e4ac);
|
|
|
|
|
|
var marker_8a30aaf2f4298fe9edb37b5556a252ed = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_8c6ea882af2ad9e26e71aedbc7d99494 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76e811fd0b351139f8572190475a1c09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59b64f5cb8079081af3d7dbe7897a60d = $(`<div id="html_59b64f5cb8079081af3d7dbe7897a60d" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_76e811fd0b351139f8572190475a1c09.setContent(html_59b64f5cb8079081af3d7dbe7897a60d);
|
|
|
|
|
|
|
|
marker_8a30aaf2f4298fe9edb37b5556a252ed.bindPopup(popup_76e811fd0b351139f8572190475a1c09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a30aaf2f4298fe9edb37b5556a252ed.setIcon(icon_8c6ea882af2ad9e26e71aedbc7d99494);
|
|
|
|
|
|
var marker_2c0d31e6463593d7accb18dbf3a5483b = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_5ed5f56b36f3c5a7030c848e182a3959 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99c0882e9ccf18da757f4b36f6d61ad6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee14fbe94e98d894deaea4ceb416aafa = $(`<div id="html_ee14fbe94e98d894deaea4ceb416aafa" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_99c0882e9ccf18da757f4b36f6d61ad6.setContent(html_ee14fbe94e98d894deaea4ceb416aafa);
|
|
|
|
|
|
|
|
marker_2c0d31e6463593d7accb18dbf3a5483b.bindPopup(popup_99c0882e9ccf18da757f4b36f6d61ad6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c0d31e6463593d7accb18dbf3a5483b.setIcon(icon_5ed5f56b36f3c5a7030c848e182a3959);
|
|
|
|
|
|
var marker_4472be26bb3f831e7d5e0d2789d0c0e3 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_f042fdabca4bfc28747915898585c21d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff88fcb4fa6a4ac9ff5a68006f91e746 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52b561d034b49df3c9b6b9fe7b575f9f = $(`<div id="html_52b561d034b49df3c9b6b9fe7b575f9f" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_ff88fcb4fa6a4ac9ff5a68006f91e746.setContent(html_52b561d034b49df3c9b6b9fe7b575f9f);
|
|
|
|
|
|
|
|
marker_4472be26bb3f831e7d5e0d2789d0c0e3.bindPopup(popup_ff88fcb4fa6a4ac9ff5a68006f91e746)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4472be26bb3f831e7d5e0d2789d0c0e3.setIcon(icon_f042fdabca4bfc28747915898585c21d);
|
|
|
|
|
|
var marker_b53b08f176e0e8a1b52fbc5de14899e7 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_298f6e0b58b1f5fd42359538d40631a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3a60ce627b89b62f77dbac3c9479789 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8db073c2af7098195ab4aff0a56d94b7 = $(`<div id="html_8db073c2af7098195ab4aff0a56d94b7" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_b3a60ce627b89b62f77dbac3c9479789.setContent(html_8db073c2af7098195ab4aff0a56d94b7);
|
|
|
|
|
|
|
|
marker_b53b08f176e0e8a1b52fbc5de14899e7.bindPopup(popup_b3a60ce627b89b62f77dbac3c9479789)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b53b08f176e0e8a1b52fbc5de14899e7.setIcon(icon_298f6e0b58b1f5fd42359538d40631a8);
|
|
|
|
|
|
var marker_c8b9679a8e7a6259a48e4778ea2dd45c = L.marker(
|
|
[43.2965, 5.36978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_91f05de7808d89a5de900a8b8bf69069 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b7353cf70d166d5e0cffdca49dd6bc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76ef511817b01f9d7027d29d9b49e10a = $(`<div id="html_76ef511817b01f9d7027d29d9b49e10a" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_8b7353cf70d166d5e0cffdca49dd6bc4.setContent(html_76ef511817b01f9d7027d29d9b49e10a);
|
|
|
|
|
|
|
|
marker_c8b9679a8e7a6259a48e4778ea2dd45c.bindPopup(popup_8b7353cf70d166d5e0cffdca49dd6bc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8b9679a8e7a6259a48e4778ea2dd45c.setIcon(icon_91f05de7808d89a5de900a8b8bf69069);
|
|
|
|
|
|
var marker_813461ce644f82998b72798fc2c5add9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_417ae39b3e02e47c25084d3bf3c1a5f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_823b9df842a9f907f1593abb0d3487c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_367bdb55bcbcdb928d9aef8abca1cfa5 = $(`<div id="html_367bdb55bcbcdb928d9aef8abca1cfa5" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_823b9df842a9f907f1593abb0d3487c4.setContent(html_367bdb55bcbcdb928d9aef8abca1cfa5);
|
|
|
|
|
|
|
|
marker_813461ce644f82998b72798fc2c5add9.bindPopup(popup_823b9df842a9f907f1593abb0d3487c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_813461ce644f82998b72798fc2c5add9.setIcon(icon_417ae39b3e02e47c25084d3bf3c1a5f0);
|
|
|
|
|
|
var marker_486dc4135fb1e63bbf3d925a07beeb5a = L.marker(
|
|
[47.6732, -117.239],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_2ef411821bd6dac0dd1f48b3cdae17c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36c8c75df6c79bb36781cd83f4370f27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_737db1a41c26be1a838c0bd4b1e36dd9 = $(`<div id="html_737db1a41c26be1a838c0bd4b1e36dd9" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_36c8c75df6c79bb36781cd83f4370f27.setContent(html_737db1a41c26be1a838c0bd4b1e36dd9);
|
|
|
|
|
|
|
|
marker_486dc4135fb1e63bbf3d925a07beeb5a.bindPopup(popup_36c8c75df6c79bb36781cd83f4370f27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_486dc4135fb1e63bbf3d925a07beeb5a.setIcon(icon_2ef411821bd6dac0dd1f48b3cdae17c4);
|
|
|
|
|
|
var marker_e375c44bb6ff2b0d2858cbad772e062d = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_a5199bde815145dc69dc78678c673ee1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6055c873c9d69fc40f24eb8c93e672ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d3e8de70c42e188ac27d4b5df9da0e6 = $(`<div id="html_3d3e8de70c42e188ac27d4b5df9da0e6" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_6055c873c9d69fc40f24eb8c93e672ed.setContent(html_3d3e8de70c42e188ac27d4b5df9da0e6);
|
|
|
|
|
|
|
|
marker_e375c44bb6ff2b0d2858cbad772e062d.bindPopup(popup_6055c873c9d69fc40f24eb8c93e672ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e375c44bb6ff2b0d2858cbad772e062d.setIcon(icon_a5199bde815145dc69dc78678c673ee1);
|
|
|
|
|
|
var marker_ebdcaf47117fbfcf7fdca48e980e9a29 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_abbfc6a96aa0ba70cd05fd0049153dcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d60fe1602824366090d8da37b6ea1df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e9acd9873647a5fc77a9d8b5299c500 = $(`<div id="html_5e9acd9873647a5fc77a9d8b5299c500" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_7d60fe1602824366090d8da37b6ea1df.setContent(html_5e9acd9873647a5fc77a9d8b5299c500);
|
|
|
|
|
|
|
|
marker_ebdcaf47117fbfcf7fdca48e980e9a29.bindPopup(popup_7d60fe1602824366090d8da37b6ea1df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebdcaf47117fbfcf7fdca48e980e9a29.setIcon(icon_abbfc6a96aa0ba70cd05fd0049153dcc);
|
|
|
|
|
|
var marker_eb65171c3b4e316871ab3a0aab1568b0 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_31b1c9bbbc0ea7db7c1b84aea0071bce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cee056c443e2c1f052498379f3b13d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0e075d4343c86011967867186636a5f = $(`<div id="html_f0e075d4343c86011967867186636a5f" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_7cee056c443e2c1f052498379f3b13d7.setContent(html_f0e075d4343c86011967867186636a5f);
|
|
|
|
|
|
|
|
marker_eb65171c3b4e316871ab3a0aab1568b0.bindPopup(popup_7cee056c443e2c1f052498379f3b13d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb65171c3b4e316871ab3a0aab1568b0.setIcon(icon_31b1c9bbbc0ea7db7c1b84aea0071bce);
|
|
|
|
|
|
var marker_9d90eab43e85706f8f5aa1bf90a2b95a = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_7d1550a26e97d0d32a2b70f39e1eeec8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7311e1e3e7f4ac4ea3640bef77924496 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6f2956be7eafbcf08eb0a2bb8724edf = $(`<div id="html_e6f2956be7eafbcf08eb0a2bb8724edf" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_7311e1e3e7f4ac4ea3640bef77924496.setContent(html_e6f2956be7eafbcf08eb0a2bb8724edf);
|
|
|
|
|
|
|
|
marker_9d90eab43e85706f8f5aa1bf90a2b95a.bindPopup(popup_7311e1e3e7f4ac4ea3640bef77924496)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d90eab43e85706f8f5aa1bf90a2b95a.setIcon(icon_7d1550a26e97d0d32a2b70f39e1eeec8);
|
|
|
|
|
|
var marker_13f20bd688d93fe9a00bcacfb4a08b14 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_b080c6a0668f7dc47837a7f3fefce426 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6064bcca7734ac2193753eef0c89f986 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f507187d94bdc4d6c3246555e2b06f32 = $(`<div id="html_f507187d94bdc4d6c3246555e2b06f32" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_6064bcca7734ac2193753eef0c89f986.setContent(html_f507187d94bdc4d6c3246555e2b06f32);
|
|
|
|
|
|
|
|
marker_13f20bd688d93fe9a00bcacfb4a08b14.bindPopup(popup_6064bcca7734ac2193753eef0c89f986)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13f20bd688d93fe9a00bcacfb4a08b14.setIcon(icon_b080c6a0668f7dc47837a7f3fefce426);
|
|
|
|
|
|
var marker_8ac1adf6bb4f81f5d11a2211b1c41d88 = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d1bd056f672ad32730e9340ba5ad0fb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2605d011121f5ab1f8d1695a4957b1d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b29a12a6fd422a4af10c736d791ab657 = $(`<div id="html_b29a12a6fd422a4af10c736d791ab657" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_2605d011121f5ab1f8d1695a4957b1d0.setContent(html_b29a12a6fd422a4af10c736d791ab657);
|
|
|
|
|
|
|
|
marker_8ac1adf6bb4f81f5d11a2211b1c41d88.bindPopup(popup_2605d011121f5ab1f8d1695a4957b1d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ac1adf6bb4f81f5d11a2211b1c41d88.setIcon(icon_d1bd056f672ad32730e9340ba5ad0fb1);
|
|
|
|
|
|
var marker_f9910f2c626aa6f1a09bd5081f8f159d = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_88beb2a1d9e08d35a18f557c3139ce9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5414dabdb211341627b9ee441860e930 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cffcb865e5f8f91737ed580f63eaba01 = $(`<div id="html_cffcb865e5f8f91737ed580f63eaba01" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_5414dabdb211341627b9ee441860e930.setContent(html_cffcb865e5f8f91737ed580f63eaba01);
|
|
|
|
|
|
|
|
marker_f9910f2c626aa6f1a09bd5081f8f159d.bindPopup(popup_5414dabdb211341627b9ee441860e930)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9910f2c626aa6f1a09bd5081f8f159d.setIcon(icon_88beb2a1d9e08d35a18f557c3139ce9c);
|
|
|
|
|
|
var marker_1e77efd3a694fe9577d554ab420d903d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_307e9171a3d5b7f0cb4bb9a1a8428f37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61ea6f6b02c6b93255ca11ffee65d919 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06476ed65cebd2871de987da6388d132 = $(`<div id="html_06476ed65cebd2871de987da6388d132" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_61ea6f6b02c6b93255ca11ffee65d919.setContent(html_06476ed65cebd2871de987da6388d132);
|
|
|
|
|
|
|
|
marker_1e77efd3a694fe9577d554ab420d903d.bindPopup(popup_61ea6f6b02c6b93255ca11ffee65d919)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e77efd3a694fe9577d554ab420d903d.setIcon(icon_307e9171a3d5b7f0cb4bb9a1a8428f37);
|
|
|
|
|
|
var marker_8d727b7423c9909542fa2ebaf5f50d2a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d87c74fc489ffbfe701ef9824285f233 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_135c0ac9075ec9028ef3cbcdf42f0069 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1d33812b25d3bdd7c0a0d56e9d35ee1 = $(`<div id="html_a1d33812b25d3bdd7c0a0d56e9d35ee1" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_135c0ac9075ec9028ef3cbcdf42f0069.setContent(html_a1d33812b25d3bdd7c0a0d56e9d35ee1);
|
|
|
|
|
|
|
|
marker_8d727b7423c9909542fa2ebaf5f50d2a.bindPopup(popup_135c0ac9075ec9028ef3cbcdf42f0069)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d727b7423c9909542fa2ebaf5f50d2a.setIcon(icon_d87c74fc489ffbfe701ef9824285f233);
|
|
|
|
|
|
var marker_49b88a9f3f1e15afe093d39d31086136 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_4a2da76e1a093ef45974a44e09a5b170 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a7bd3c68c9092c7da20cd67f30a2f55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6d7901305a5ad171501b25d001920d3 = $(`<div id="html_a6d7901305a5ad171501b25d001920d3" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_7a7bd3c68c9092c7da20cd67f30a2f55.setContent(html_a6d7901305a5ad171501b25d001920d3);
|
|
|
|
|
|
|
|
marker_49b88a9f3f1e15afe093d39d31086136.bindPopup(popup_7a7bd3c68c9092c7da20cd67f30a2f55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49b88a9f3f1e15afe093d39d31086136.setIcon(icon_4a2da76e1a093ef45974a44e09a5b170);
|
|
|
|
|
|
var marker_620815bff25a4572c1a9a050fd62ab33 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_22cb6db6b98176a719f2f20bc8b10254 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9d608190c35bc2c450eeba14804c549 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9a1e48fa6f3c0bc6a9c416fb8dd1c38 = $(`<div id="html_c9a1e48fa6f3c0bc6a9c416fb8dd1c38" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_b9d608190c35bc2c450eeba14804c549.setContent(html_c9a1e48fa6f3c0bc6a9c416fb8dd1c38);
|
|
|
|
|
|
|
|
marker_620815bff25a4572c1a9a050fd62ab33.bindPopup(popup_b9d608190c35bc2c450eeba14804c549)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_620815bff25a4572c1a9a050fd62ab33.setIcon(icon_22cb6db6b98176a719f2f20bc8b10254);
|
|
|
|
|
|
var marker_b6a1643a372a36aea82e69e58d4ed2c3 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_c809872c33fcfe9d55f655163766db36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7102734873acdb03ab6428d7c1fbdef9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58c70cc4a414ab37b31ea6b4baf82ef9 = $(`<div id="html_58c70cc4a414ab37b31ea6b4baf82ef9" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_7102734873acdb03ab6428d7c1fbdef9.setContent(html_58c70cc4a414ab37b31ea6b4baf82ef9);
|
|
|
|
|
|
|
|
marker_b6a1643a372a36aea82e69e58d4ed2c3.bindPopup(popup_7102734873acdb03ab6428d7c1fbdef9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6a1643a372a36aea82e69e58d4ed2c3.setIcon(icon_c809872c33fcfe9d55f655163766db36);
|
|
|
|
|
|
var marker_48a78e388dad0bcdf126fa9a97dacf22 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d2e0ca505e1cb9483e66f80a8221792f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d9e0a088ef88d1184f7346796f12a6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2803e691daa90b5540b8b607060cfdb9 = $(`<div id="html_2803e691daa90b5540b8b607060cfdb9" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_4d9e0a088ef88d1184f7346796f12a6e.setContent(html_2803e691daa90b5540b8b607060cfdb9);
|
|
|
|
|
|
|
|
marker_48a78e388dad0bcdf126fa9a97dacf22.bindPopup(popup_4d9e0a088ef88d1184f7346796f12a6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48a78e388dad0bcdf126fa9a97dacf22.setIcon(icon_d2e0ca505e1cb9483e66f80a8221792f);
|
|
|
|
|
|
var marker_8dc576ebcf1e33340c5240568b17269b = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_a021d93f7dd5114bdffdcec2413adc4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_035ee85821c517d2d3d7068d74f98383 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28b3fe473145efa520b65f672928f87c = $(`<div id="html_28b3fe473145efa520b65f672928f87c" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_035ee85821c517d2d3d7068d74f98383.setContent(html_28b3fe473145efa520b65f672928f87c);
|
|
|
|
|
|
|
|
marker_8dc576ebcf1e33340c5240568b17269b.bindPopup(popup_035ee85821c517d2d3d7068d74f98383)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dc576ebcf1e33340c5240568b17269b.setIcon(icon_a021d93f7dd5114bdffdcec2413adc4e);
|
|
|
|
|
|
var marker_0ec6956d7dcbd154a3c893c83ec757e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_b53e23093546fca62b2da670928f9d5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73e21adaf21232a562b9fd592f145244 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfbdc84b4c343eb54434d6d231367d2a = $(`<div id="html_dfbdc84b4c343eb54434d6d231367d2a" style="width: 100.0%; height: 100.0%;">nos.lostr.space</div>`)[0];
|
|
popup_73e21adaf21232a562b9fd592f145244.setContent(html_dfbdc84b4c343eb54434d6d231367d2a);
|
|
|
|
|
|
|
|
marker_0ec6956d7dcbd154a3c893c83ec757e9.bindPopup(popup_73e21adaf21232a562b9fd592f145244)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ec6956d7dcbd154a3c893c83ec757e9.setIcon(icon_b53e23093546fca62b2da670928f9d5c);
|
|
|
|
|
|
var marker_f39cbf9a7b4e868426546cb3c5365401 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_6a388671fddce4f13a266044af93edb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f8eb9d605312914f907bc1d18833614 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eff3312379a3f8f4012f46f74a17ffd9 = $(`<div id="html_eff3312379a3f8f4012f46f74a17ffd9" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_7f8eb9d605312914f907bc1d18833614.setContent(html_eff3312379a3f8f4012f46f74a17ffd9);
|
|
|
|
|
|
|
|
marker_f39cbf9a7b4e868426546cb3c5365401.bindPopup(popup_7f8eb9d605312914f907bc1d18833614)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f39cbf9a7b4e868426546cb3c5365401.setIcon(icon_6a388671fddce4f13a266044af93edb9);
|
|
|
|
|
|
var marker_8dd1eb8690233260e6245687610f19fb = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_81b69e7cd30b36a1dc138113cd92577b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22779f6ae5691252a895cc79ff197350 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b7da8b3a0bc056d41fa0a4cae0ba753 = $(`<div id="html_5b7da8b3a0bc056d41fa0a4cae0ba753" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_22779f6ae5691252a895cc79ff197350.setContent(html_5b7da8b3a0bc056d41fa0a4cae0ba753);
|
|
|
|
|
|
|
|
marker_8dd1eb8690233260e6245687610f19fb.bindPopup(popup_22779f6ae5691252a895cc79ff197350)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dd1eb8690233260e6245687610f19fb.setIcon(icon_81b69e7cd30b36a1dc138113cd92577b);
|
|
|
|
|
|
var marker_871f2090e5fc5d930fb80d07886226bd = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_4f7f7991acd62bb1b11c343e9eaa5c8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f383d09ad60db53c294158c6df49a0bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0c61cd7d9b137e9d8eab8f2ad3170ce = $(`<div id="html_a0c61cd7d9b137e9d8eab8f2ad3170ce" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_f383d09ad60db53c294158c6df49a0bd.setContent(html_a0c61cd7d9b137e9d8eab8f2ad3170ce);
|
|
|
|
|
|
|
|
marker_871f2090e5fc5d930fb80d07886226bd.bindPopup(popup_f383d09ad60db53c294158c6df49a0bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_871f2090e5fc5d930fb80d07886226bd.setIcon(icon_4f7f7991acd62bb1b11c343e9eaa5c8a);
|
|
|
|
|
|
var marker_9c8d6bff9019da7f905d80aab549b42d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_7b8efa02aa222f37691ff19fb038747e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f81ce2741db46b01c24de316527951f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd49641a197887b960e24d1a306f4e56 = $(`<div id="html_dd49641a197887b960e24d1a306f4e56" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_f81ce2741db46b01c24de316527951f0.setContent(html_dd49641a197887b960e24d1a306f4e56);
|
|
|
|
|
|
|
|
marker_9c8d6bff9019da7f905d80aab549b42d.bindPopup(popup_f81ce2741db46b01c24de316527951f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c8d6bff9019da7f905d80aab549b42d.setIcon(icon_7b8efa02aa222f37691ff19fb038747e);
|
|
|
|
|
|
var marker_918a43fa86b1d728f429480a12f07960 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_de1d6f20d20a002f91366b0123da19d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b252a3acef123e7bb7789ef1bde5183a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e790bfdc6851d5bee23f804d2837524 = $(`<div id="html_9e790bfdc6851d5bee23f804d2837524" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_b252a3acef123e7bb7789ef1bde5183a.setContent(html_9e790bfdc6851d5bee23f804d2837524);
|
|
|
|
|
|
|
|
marker_918a43fa86b1d728f429480a12f07960.bindPopup(popup_b252a3acef123e7bb7789ef1bde5183a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_918a43fa86b1d728f429480a12f07960.setIcon(icon_de1d6f20d20a002f91366b0123da19d1);
|
|
|
|
|
|
var marker_8c26d70bbb1b2477dd0a557c4f398721 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_48e0b4f9f153c2fb029a7c24e714006d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d915d8746e482df7cff70b5fbf961885 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5901387a286164cfbc0c164972f3d09c = $(`<div id="html_5901387a286164cfbc0c164972f3d09c" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_d915d8746e482df7cff70b5fbf961885.setContent(html_5901387a286164cfbc0c164972f3d09c);
|
|
|
|
|
|
|
|
marker_8c26d70bbb1b2477dd0a557c4f398721.bindPopup(popup_d915d8746e482df7cff70b5fbf961885)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c26d70bbb1b2477dd0a557c4f398721.setIcon(icon_48e0b4f9f153c2fb029a7c24e714006d);
|
|
|
|
|
|
var marker_e6e44b92967708f1fe54d959e3c4ab5d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_6728407caf791a56b9cf214fde9aa0eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d144f8826652d5f8583291248ee3efc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcce686ef7bbcf970bcb11c956f3871b = $(`<div id="html_bcce686ef7bbcf970bcb11c956f3871b" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_4d144f8826652d5f8583291248ee3efc.setContent(html_bcce686ef7bbcf970bcb11c956f3871b);
|
|
|
|
|
|
|
|
marker_e6e44b92967708f1fe54d959e3c4ab5d.bindPopup(popup_4d144f8826652d5f8583291248ee3efc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6e44b92967708f1fe54d959e3c4ab5d.setIcon(icon_6728407caf791a56b9cf214fde9aa0eb);
|
|
|
|
|
|
var marker_2e76631bd6259d6a313ad811cefa80e8 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_b8447ed585d04c1de3000ff749927a64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_464119f7cf0bc6abd52cfdb2a4711b60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21b979e4b9682eeab574e9002b541969 = $(`<div id="html_21b979e4b9682eeab574e9002b541969" style="width: 100.0%; height: 100.0%;">relay.xavierdamman.com</div>`)[0];
|
|
popup_464119f7cf0bc6abd52cfdb2a4711b60.setContent(html_21b979e4b9682eeab574e9002b541969);
|
|
|
|
|
|
|
|
marker_2e76631bd6259d6a313ad811cefa80e8.bindPopup(popup_464119f7cf0bc6abd52cfdb2a4711b60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e76631bd6259d6a313ad811cefa80e8.setIcon(icon_b8447ed585d04c1de3000ff749927a64);
|
|
|
|
|
|
var marker_4128b61b362623b43e7fe7b509cac1c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_fe1b7b5712fef35be7a4d7417251d6ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94776223f5735079a04ceb75d71314e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab69c5ce1a43b6adc8ac968d2d8cf80c = $(`<div id="html_ab69c5ce1a43b6adc8ac968d2d8cf80c" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_94776223f5735079a04ceb75d71314e8.setContent(html_ab69c5ce1a43b6adc8ac968d2d8cf80c);
|
|
|
|
|
|
|
|
marker_4128b61b362623b43e7fe7b509cac1c1.bindPopup(popup_94776223f5735079a04ceb75d71314e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4128b61b362623b43e7fe7b509cac1c1.setIcon(icon_fe1b7b5712fef35be7a4d7417251d6ff);
|
|
|
|
|
|
var marker_a317bb72ef5d247c5b6197d2da9c567c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_f514bcbf547b0afd8d8cf6fd65419ba4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3fd9919ef63c35e7f736ad9f4618e85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49cf58d0720428749c296cd4a310ad81 = $(`<div id="html_49cf58d0720428749c296cd4a310ad81" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_f3fd9919ef63c35e7f736ad9f4618e85.setContent(html_49cf58d0720428749c296cd4a310ad81);
|
|
|
|
|
|
|
|
marker_a317bb72ef5d247c5b6197d2da9c567c.bindPopup(popup_f3fd9919ef63c35e7f736ad9f4618e85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a317bb72ef5d247c5b6197d2da9c567c.setIcon(icon_f514bcbf547b0afd8d8cf6fd65419ba4);
|
|
|
|
|
|
var marker_8402fa6cc4782806088b44bec128c662 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_22c3e9fc2bab957d7e5b45e715907d5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61bc6f6bfb05b43d3038fb0cf3fb3523 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a558886c84de84c022a559c7e147ef9 = $(`<div id="html_5a558886c84de84c022a559c7e147ef9" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_61bc6f6bfb05b43d3038fb0cf3fb3523.setContent(html_5a558886c84de84c022a559c7e147ef9);
|
|
|
|
|
|
|
|
marker_8402fa6cc4782806088b44bec128c662.bindPopup(popup_61bc6f6bfb05b43d3038fb0cf3fb3523)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8402fa6cc4782806088b44bec128c662.setIcon(icon_22c3e9fc2bab957d7e5b45e715907d5c);
|
|
|
|
|
|
var marker_ae8331a07c85ed8fb82128887095eb20 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_c7d5d13069e559b3d5d5d22c63b4a18d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_379070746a184902c1cc8fc61b2e0af1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a85d0d153a0309898e5aa8410c9d7a92 = $(`<div id="html_a85d0d153a0309898e5aa8410c9d7a92" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_379070746a184902c1cc8fc61b2e0af1.setContent(html_a85d0d153a0309898e5aa8410c9d7a92);
|
|
|
|
|
|
|
|
marker_ae8331a07c85ed8fb82128887095eb20.bindPopup(popup_379070746a184902c1cc8fc61b2e0af1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae8331a07c85ed8fb82128887095eb20.setIcon(icon_c7d5d13069e559b3d5d5d22c63b4a18d);
|
|
|
|
|
|
var marker_2fea34274b4d1f79d25ce82663af955f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_f7d44cf020f88617ce09d9d8e78b6691 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd0b1bc10cb6b69c68932ca507a8f4f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42d17d881a4742cf6b3f546abb602105 = $(`<div id="html_42d17d881a4742cf6b3f546abb602105" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_fd0b1bc10cb6b69c68932ca507a8f4f4.setContent(html_42d17d881a4742cf6b3f546abb602105);
|
|
|
|
|
|
|
|
marker_2fea34274b4d1f79d25ce82663af955f.bindPopup(popup_fd0b1bc10cb6b69c68932ca507a8f4f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fea34274b4d1f79d25ce82663af955f.setIcon(icon_f7d44cf020f88617ce09d9d8e78b6691);
|
|
|
|
|
|
var marker_378729b4493f4bd60be6b49bdd0e8b7d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_2fd86ccd451a571dbbd4277cb37645b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e665528ff76378d12dba6016e7bd4335 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2029b04a64bb60c83d5c67a3bf5ae731 = $(`<div id="html_2029b04a64bb60c83d5c67a3bf5ae731" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_e665528ff76378d12dba6016e7bd4335.setContent(html_2029b04a64bb60c83d5c67a3bf5ae731);
|
|
|
|
|
|
|
|
marker_378729b4493f4bd60be6b49bdd0e8b7d.bindPopup(popup_e665528ff76378d12dba6016e7bd4335)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_378729b4493f4bd60be6b49bdd0e8b7d.setIcon(icon_2fd86ccd451a571dbbd4277cb37645b5);
|
|
|
|
|
|
var marker_a7d0d73214cc30699581613f76582026 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_41799346f6dc852b06b50a221c56cd11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e2669e96229a4c0b90abec1756c0329 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58348b7c5026c0901a60720147dae231 = $(`<div id="html_58348b7c5026c0901a60720147dae231" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_8e2669e96229a4c0b90abec1756c0329.setContent(html_58348b7c5026c0901a60720147dae231);
|
|
|
|
|
|
|
|
marker_a7d0d73214cc30699581613f76582026.bindPopup(popup_8e2669e96229a4c0b90abec1756c0329)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7d0d73214cc30699581613f76582026.setIcon(icon_41799346f6dc852b06b50a221c56cd11);
|
|
|
|
|
|
var marker_6adc5c4b2b46b6d2c86c3c6e8cce4cf7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_542fde639d3b6bca3c3fbf98fc9d1905 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_150426db2f6fa655436d4c92e71ac128 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a54ecf8cc274b820b6cfa2c18b1d88fc = $(`<div id="html_a54ecf8cc274b820b6cfa2c18b1d88fc" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_150426db2f6fa655436d4c92e71ac128.setContent(html_a54ecf8cc274b820b6cfa2c18b1d88fc);
|
|
|
|
|
|
|
|
marker_6adc5c4b2b46b6d2c86c3c6e8cce4cf7.bindPopup(popup_150426db2f6fa655436d4c92e71ac128)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6adc5c4b2b46b6d2c86c3c6e8cce4cf7.setIcon(icon_542fde639d3b6bca3c3fbf98fc9d1905);
|
|
|
|
|
|
var marker_1b919bcb5411957a57e2cf654e6c5276 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d0f68c0550d836dc58abc1cb067d24b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2545f63699c009eada7d357f8f8e3218 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1368a425eac918b005e9eecfed1e0b66 = $(`<div id="html_1368a425eac918b005e9eecfed1e0b66" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_2545f63699c009eada7d357f8f8e3218.setContent(html_1368a425eac918b005e9eecfed1e0b66);
|
|
|
|
|
|
|
|
marker_1b919bcb5411957a57e2cf654e6c5276.bindPopup(popup_2545f63699c009eada7d357f8f8e3218)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b919bcb5411957a57e2cf654e6c5276.setIcon(icon_d0f68c0550d836dc58abc1cb067d24b4);
|
|
|
|
|
|
var marker_b571299b51761250df5d4f5671cb29f3 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_0ed52edf28389c1b6b040cb8d3f98ee8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c6ae25074e581198c726b7c33dfe781 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eab0659f870e8de19b906bf97ab23ea9 = $(`<div id="html_eab0659f870e8de19b906bf97ab23ea9" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_4c6ae25074e581198c726b7c33dfe781.setContent(html_eab0659f870e8de19b906bf97ab23ea9);
|
|
|
|
|
|
|
|
marker_b571299b51761250df5d4f5671cb29f3.bindPopup(popup_4c6ae25074e581198c726b7c33dfe781)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b571299b51761250df5d4f5671cb29f3.setIcon(icon_0ed52edf28389c1b6b040cb8d3f98ee8);
|
|
|
|
|
|
var marker_a7b501913752bcaf2676bc9158f78cc9 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_a96ba80e85b6fed8315d777effb5605f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e4a4499a4a40b3eaf8628c455489c9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbb566b0bfb6aef9c5fba708174082f6 = $(`<div id="html_cbb566b0bfb6aef9c5fba708174082f6" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_3e4a4499a4a40b3eaf8628c455489c9f.setContent(html_cbb566b0bfb6aef9c5fba708174082f6);
|
|
|
|
|
|
|
|
marker_a7b501913752bcaf2676bc9158f78cc9.bindPopup(popup_3e4a4499a4a40b3eaf8628c455489c9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7b501913752bcaf2676bc9158f78cc9.setIcon(icon_a96ba80e85b6fed8315d777effb5605f);
|
|
|
|
|
|
var marker_e188397642df54396cbd54ff27748be7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_15be0e97e8dc14970462f4ddfe0cb511 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_262f286d5dfb14cafaabf7633569c73b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_daeb5759432362aa361341514f634a5d = $(`<div id="html_daeb5759432362aa361341514f634a5d" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_262f286d5dfb14cafaabf7633569c73b.setContent(html_daeb5759432362aa361341514f634a5d);
|
|
|
|
|
|
|
|
marker_e188397642df54396cbd54ff27748be7.bindPopup(popup_262f286d5dfb14cafaabf7633569c73b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e188397642df54396cbd54ff27748be7.setIcon(icon_15be0e97e8dc14970462f4ddfe0cb511);
|
|
|
|
|
|
var marker_cc0035b221ebda8a6e1bc5bb14753162 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_f6d438a51682254083fe18f68a377ca0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb95125abfc9b647894e8aa86c27a582 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_961876dd1bd56c430db6cdcfd31f69de = $(`<div id="html_961876dd1bd56c430db6cdcfd31f69de" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_eb95125abfc9b647894e8aa86c27a582.setContent(html_961876dd1bd56c430db6cdcfd31f69de);
|
|
|
|
|
|
|
|
marker_cc0035b221ebda8a6e1bc5bb14753162.bindPopup(popup_eb95125abfc9b647894e8aa86c27a582)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc0035b221ebda8a6e1bc5bb14753162.setIcon(icon_f6d438a51682254083fe18f68a377ca0);
|
|
|
|
|
|
var marker_455a2e56bfb9ee4eb06a495c4414b291 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_523c8b2bc32d13c832701272c517cf90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31bcf0a3c0ac1efcba2a4c3ccd93f6e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4b66cd683dd1a2165e52c3835b5e310 = $(`<div id="html_f4b66cd683dd1a2165e52c3835b5e310" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_31bcf0a3c0ac1efcba2a4c3ccd93f6e4.setContent(html_f4b66cd683dd1a2165e52c3835b5e310);
|
|
|
|
|
|
|
|
marker_455a2e56bfb9ee4eb06a495c4414b291.bindPopup(popup_31bcf0a3c0ac1efcba2a4c3ccd93f6e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_455a2e56bfb9ee4eb06a495c4414b291.setIcon(icon_523c8b2bc32d13c832701272c517cf90);
|
|
|
|
|
|
var marker_792f3fbdcfb91bd29b928b333da9f00d = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_99e9c82f2670121062097c1045230037 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0623ba650c7f62384624bd0db407fba9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50766d2d0083bd9f91eb8b9e224bd7ba = $(`<div id="html_50766d2d0083bd9f91eb8b9e224bd7ba" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_0623ba650c7f62384624bd0db407fba9.setContent(html_50766d2d0083bd9f91eb8b9e224bd7ba);
|
|
|
|
|
|
|
|
marker_792f3fbdcfb91bd29b928b333da9f00d.bindPopup(popup_0623ba650c7f62384624bd0db407fba9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_792f3fbdcfb91bd29b928b333da9f00d.setIcon(icon_99e9c82f2670121062097c1045230037);
|
|
|
|
|
|
var marker_c7e9fc67c6e0e68215b93e8bd680c697 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_314a7402f743a04ad339dc5e888c4d4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a54d88df8e643e549e33dec8dabb1b85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_840dc8d6439143b969807c257fa6555f = $(`<div id="html_840dc8d6439143b969807c257fa6555f" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_a54d88df8e643e549e33dec8dabb1b85.setContent(html_840dc8d6439143b969807c257fa6555f);
|
|
|
|
|
|
|
|
marker_c7e9fc67c6e0e68215b93e8bd680c697.bindPopup(popup_a54d88df8e643e549e33dec8dabb1b85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7e9fc67c6e0e68215b93e8bd680c697.setIcon(icon_314a7402f743a04ad339dc5e888c4d4f);
|
|
|
|
|
|
var marker_c4bfc851d40dd835a4da2da61ff847a8 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_581e3f8ce9a82b767484836b7d67b5c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7da2fabc4a22631e11c04c14843a4007 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d13d3bfe94ff7bb51c0e61d1097170eb = $(`<div id="html_d13d3bfe94ff7bb51c0e61d1097170eb" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_7da2fabc4a22631e11c04c14843a4007.setContent(html_d13d3bfe94ff7bb51c0e61d1097170eb);
|
|
|
|
|
|
|
|
marker_c4bfc851d40dd835a4da2da61ff847a8.bindPopup(popup_7da2fabc4a22631e11c04c14843a4007)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4bfc851d40dd835a4da2da61ff847a8.setIcon(icon_581e3f8ce9a82b767484836b7d67b5c7);
|
|
|
|
|
|
var marker_cf21dcab21f1a7ae6d330e6800457974 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_e12f3ef603ea46736570686ba7904e6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b2be901ee13a13b966ed9b1cd4123ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01a411e51632b743bdd65b3af18ffc61 = $(`<div id="html_01a411e51632b743bdd65b3af18ffc61" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_1b2be901ee13a13b966ed9b1cd4123ee.setContent(html_01a411e51632b743bdd65b3af18ffc61);
|
|
|
|
|
|
|
|
marker_cf21dcab21f1a7ae6d330e6800457974.bindPopup(popup_1b2be901ee13a13b966ed9b1cd4123ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf21dcab21f1a7ae6d330e6800457974.setIcon(icon_e12f3ef603ea46736570686ba7904e6e);
|
|
|
|
|
|
var marker_81f7d5f995af465e5e72fce3465c57e0 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d77555510ca7bfaab2bc8789475b3b46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68ff20772dc4284c195938721a96cc91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97bde6f1cd8e1286732a8a0731f3221a = $(`<div id="html_97bde6f1cd8e1286732a8a0731f3221a" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_68ff20772dc4284c195938721a96cc91.setContent(html_97bde6f1cd8e1286732a8a0731f3221a);
|
|
|
|
|
|
|
|
marker_81f7d5f995af465e5e72fce3465c57e0.bindPopup(popup_68ff20772dc4284c195938721a96cc91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81f7d5f995af465e5e72fce3465c57e0.setIcon(icon_d77555510ca7bfaab2bc8789475b3b46);
|
|
|
|
|
|
var marker_a9ab7352c11765b4cde2b047e8c1c3c3 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d5c460d60bd618a34e9bb5759f2065d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83ae8b6a8317683e1187247865402b9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6d790091e3c5c79a3b36b1c235ebdb6 = $(`<div id="html_c6d790091e3c5c79a3b36b1c235ebdb6" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_83ae8b6a8317683e1187247865402b9b.setContent(html_c6d790091e3c5c79a3b36b1c235ebdb6);
|
|
|
|
|
|
|
|
marker_a9ab7352c11765b4cde2b047e8c1c3c3.bindPopup(popup_83ae8b6a8317683e1187247865402b9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9ab7352c11765b4cde2b047e8c1c3c3.setIcon(icon_d5c460d60bd618a34e9bb5759f2065d6);
|
|
|
|
|
|
var marker_4ed4823b71e651c4db3532478c910967 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_64a0a782d4d7c3de1ec66968adf17835 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e866061d09bed73556aa84a6cd0cdfc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_199fd678d88bc508516664a0922bed05 = $(`<div id="html_199fd678d88bc508516664a0922bed05" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_e866061d09bed73556aa84a6cd0cdfc6.setContent(html_199fd678d88bc508516664a0922bed05);
|
|
|
|
|
|
|
|
marker_4ed4823b71e651c4db3532478c910967.bindPopup(popup_e866061d09bed73556aa84a6cd0cdfc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ed4823b71e651c4db3532478c910967.setIcon(icon_64a0a782d4d7c3de1ec66968adf17835);
|
|
|
|
|
|
var marker_28f64c70daa44f54f332d18a09d5ae97 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_d5e1c95d068d72fc20517b3f5b3d186e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37cf4a0be83a6ce69920d30aa7f7575d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b72b48f91b320b97893486efb58ecb9e = $(`<div id="html_b72b48f91b320b97893486efb58ecb9e" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_37cf4a0be83a6ce69920d30aa7f7575d.setContent(html_b72b48f91b320b97893486efb58ecb9e);
|
|
|
|
|
|
|
|
marker_28f64c70daa44f54f332d18a09d5ae97.bindPopup(popup_37cf4a0be83a6ce69920d30aa7f7575d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28f64c70daa44f54f332d18a09d5ae97.setIcon(icon_d5e1c95d068d72fc20517b3f5b3d186e);
|
|
|
|
|
|
var marker_6a90dcd1eb8be71f1af8413f4cbf232c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_b04ff6ae8ee5273e62b6f662b9208d2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78fa258089c6c67e45b440e7f7910d1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4a9c6ca1d4eceb7bbd6147fb0505ef3 = $(`<div id="html_b4a9c6ca1d4eceb7bbd6147fb0505ef3" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_78fa258089c6c67e45b440e7f7910d1f.setContent(html_b4a9c6ca1d4eceb7bbd6147fb0505ef3);
|
|
|
|
|
|
|
|
marker_6a90dcd1eb8be71f1af8413f4cbf232c.bindPopup(popup_78fa258089c6c67e45b440e7f7910d1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a90dcd1eb8be71f1af8413f4cbf232c.setIcon(icon_b04ff6ae8ee5273e62b6f662b9208d2b);
|
|
|
|
|
|
var marker_b15420900f09ddc43e60539202e98dff = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0a0f3bfb2028e4e0db914b983918d752);
|
|
|
|
|
|
var icon_0b0f897c5bd826d8d912bdacb76d76ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be9f25b3dd8ac0107d0b47bad33ad4fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d0b35e9f19af5e953bb53e5ee91a6c1 = $(`<div id="html_7d0b35e9f19af5e953bb53e5ee91a6c1" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_be9f25b3dd8ac0107d0b47bad33ad4fd.setContent(html_7d0b35e9f19af5e953bb53e5ee91a6c1);
|
|
|
|
|
|
|
|
marker_b15420900f09ddc43e60539202e98dff.bindPopup(popup_be9f25b3dd8ac0107d0b47bad33ad4fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b15420900f09ddc43e60539202e98dff.setIcon(icon_0b0f897c5bd826d8d912bdacb76d76ac);
|
|
|
|
|
|
marker_cluster_0a0f3bfb2028e4e0db914b983918d752.addTo(map_ffcd4d26691d8bf068a13870b29f04ea);
|
|
|
|
</script>
|
|
</html> |