mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 08:05:19 +00:00
9841 lines
286 KiB
HTML
9841 lines
286 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_42ecf26376f57d96b557b9522d13deac {
|
|
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_42ecf26376f57d96b557b9522d13deac" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_42ecf26376f57d96b557b9522d13deac = L.map(
|
|
"map_42ecf26376f57d96b557b9522d13deac",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_15804ba40d62e43083c61837771501fb = 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_15804ba40d62e43083c61837771501fb.addTo(map_42ecf26376f57d96b557b9522d13deac);
|
|
|
|
|
|
var marker_cluster_f567e955b7d772b47597bda02ca4af5e = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_44ec1b0e34bea678d751080c036da84b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_29c64c0a6333e1bd9e2ee405afc956ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6df1e1690e1b92448265ea0de72d0f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e723ace0ee758ba4129dc173bf2e9e44 = $(`<div id="html_e723ace0ee758ba4129dc173bf2e9e44" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_f6df1e1690e1b92448265ea0de72d0f4.setContent(html_e723ace0ee758ba4129dc173bf2e9e44);
|
|
|
|
|
|
|
|
marker_44ec1b0e34bea678d751080c036da84b.bindPopup(popup_f6df1e1690e1b92448265ea0de72d0f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44ec1b0e34bea678d751080c036da84b.setIcon(icon_29c64c0a6333e1bd9e2ee405afc956ee);
|
|
|
|
|
|
var marker_d9f0b1df4625ab517c3c98c11145995b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_c3caa06be1bbb8037c7586d6d9d49f32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87a7b335baddb94b1ea217ed2e363a4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8994345cc9142b3aa2dbe426c8fcfdc9 = $(`<div id="html_8994345cc9142b3aa2dbe426c8fcfdc9" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_87a7b335baddb94b1ea217ed2e363a4c.setContent(html_8994345cc9142b3aa2dbe426c8fcfdc9);
|
|
|
|
|
|
|
|
marker_d9f0b1df4625ab517c3c98c11145995b.bindPopup(popup_87a7b335baddb94b1ea217ed2e363a4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9f0b1df4625ab517c3c98c11145995b.setIcon(icon_c3caa06be1bbb8037c7586d6d9d49f32);
|
|
|
|
|
|
var marker_5887158afea97c7175cda65c5e6ad450 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_26d2f7a3715295d3aa9c0721152e0b41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b5d3d4408a26ec2b0be12cecbcc3329 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b9a1e4ca9fd6c011aaa3f1d4e63d925 = $(`<div id="html_3b9a1e4ca9fd6c011aaa3f1d4e63d925" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_4b5d3d4408a26ec2b0be12cecbcc3329.setContent(html_3b9a1e4ca9fd6c011aaa3f1d4e63d925);
|
|
|
|
|
|
|
|
marker_5887158afea97c7175cda65c5e6ad450.bindPopup(popup_4b5d3d4408a26ec2b0be12cecbcc3329)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5887158afea97c7175cda65c5e6ad450.setIcon(icon_26d2f7a3715295d3aa9c0721152e0b41);
|
|
|
|
|
|
var marker_8b4d963807cc63c826ea256f2240b990 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_187db5ed2ab8213e08120e61b672ce68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_267111cc30192692786aefe2ea8e2c67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9932c5da74548d85c01b474ccf1dcf12 = $(`<div id="html_9932c5da74548d85c01b474ccf1dcf12" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_267111cc30192692786aefe2ea8e2c67.setContent(html_9932c5da74548d85c01b474ccf1dcf12);
|
|
|
|
|
|
|
|
marker_8b4d963807cc63c826ea256f2240b990.bindPopup(popup_267111cc30192692786aefe2ea8e2c67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b4d963807cc63c826ea256f2240b990.setIcon(icon_187db5ed2ab8213e08120e61b672ce68);
|
|
|
|
|
|
var marker_651668ca2a14a06e82f3b0e41938a788 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_a47d2fa4b7243da2ba4b23c842bf32e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_caa731e966910ef368649fce446cb814 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bad1517aa361cb3a2a3c2c95d962fd2 = $(`<div id="html_8bad1517aa361cb3a2a3c2c95d962fd2" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_caa731e966910ef368649fce446cb814.setContent(html_8bad1517aa361cb3a2a3c2c95d962fd2);
|
|
|
|
|
|
|
|
marker_651668ca2a14a06e82f3b0e41938a788.bindPopup(popup_caa731e966910ef368649fce446cb814)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_651668ca2a14a06e82f3b0e41938a788.setIcon(icon_a47d2fa4b7243da2ba4b23c842bf32e5);
|
|
|
|
|
|
var marker_eb65371a1bf7b5bf8f7b0c9e78e4c68b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_5caf63b74c53b9518a13e6dbcd3fbd33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3b9e670b2c81e05b0c74e607e1e96d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a84f269aca13f4433741c2f414caa79 = $(`<div id="html_6a84f269aca13f4433741c2f414caa79" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_d3b9e670b2c81e05b0c74e607e1e96d4.setContent(html_6a84f269aca13f4433741c2f414caa79);
|
|
|
|
|
|
|
|
marker_eb65371a1bf7b5bf8f7b0c9e78e4c68b.bindPopup(popup_d3b9e670b2c81e05b0c74e607e1e96d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb65371a1bf7b5bf8f7b0c9e78e4c68b.setIcon(icon_5caf63b74c53b9518a13e6dbcd3fbd33);
|
|
|
|
|
|
var marker_0a766abfac2fb51eb4df843dcb01e75e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_629a1587ddaceae094567d1d73155337 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c1563d922ff76e3493c860264fbfbd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e46d869a989c32c22028f2e621d54bdf = $(`<div id="html_e46d869a989c32c22028f2e621d54bdf" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_7c1563d922ff76e3493c860264fbfbd8.setContent(html_e46d869a989c32c22028f2e621d54bdf);
|
|
|
|
|
|
|
|
marker_0a766abfac2fb51eb4df843dcb01e75e.bindPopup(popup_7c1563d922ff76e3493c860264fbfbd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a766abfac2fb51eb4df843dcb01e75e.setIcon(icon_629a1587ddaceae094567d1d73155337);
|
|
|
|
|
|
var marker_10a0a8bbd20a3e19533a27f703db83d3 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_dcd27fdd019c9edd4f29a055ed1280f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a561b93d0218c97e08aca2be3dcc8cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_067d5af2f803557c731cafa0e74e2f74 = $(`<div id="html_067d5af2f803557c731cafa0e74e2f74" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_2a561b93d0218c97e08aca2be3dcc8cc.setContent(html_067d5af2f803557c731cafa0e74e2f74);
|
|
|
|
|
|
|
|
marker_10a0a8bbd20a3e19533a27f703db83d3.bindPopup(popup_2a561b93d0218c97e08aca2be3dcc8cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10a0a8bbd20a3e19533a27f703db83d3.setIcon(icon_dcd27fdd019c9edd4f29a055ed1280f7);
|
|
|
|
|
|
var marker_2ee6e9abc84c52e1886b4df05fe14339 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_f6c85fcc389dad018c80c81fc4762222 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a397d3cc1a40f794718855c2a8418ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59e2b40922faabdd0fd01daa6cde981e = $(`<div id="html_59e2b40922faabdd0fd01daa6cde981e" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_1a397d3cc1a40f794718855c2a8418ab.setContent(html_59e2b40922faabdd0fd01daa6cde981e);
|
|
|
|
|
|
|
|
marker_2ee6e9abc84c52e1886b4df05fe14339.bindPopup(popup_1a397d3cc1a40f794718855c2a8418ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ee6e9abc84c52e1886b4df05fe14339.setIcon(icon_f6c85fcc389dad018c80c81fc4762222);
|
|
|
|
|
|
var marker_8d8e48456d3e79bdae4d2332d5949e44 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_90ef1daf264ff2a5d55b0d6174272d6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a2017e6cfc992658e7c46dd69de4fbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d25655aa765c0d7fb69244b7b395c74 = $(`<div id="html_9d25655aa765c0d7fb69244b7b395c74" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_1a2017e6cfc992658e7c46dd69de4fbb.setContent(html_9d25655aa765c0d7fb69244b7b395c74);
|
|
|
|
|
|
|
|
marker_8d8e48456d3e79bdae4d2332d5949e44.bindPopup(popup_1a2017e6cfc992658e7c46dd69de4fbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d8e48456d3e79bdae4d2332d5949e44.setIcon(icon_90ef1daf264ff2a5d55b0d6174272d6a);
|
|
|
|
|
|
var marker_b70e8658479e26dbb423225b5e50f830 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_748d43c7c83cd43c9bcd17d1349e4f70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b20c523b533f5a934a7c3cf2074bd752 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4aec746c9e1f933cfb2726d9fc9c682 = $(`<div id="html_a4aec746c9e1f933cfb2726d9fc9c682" style="width: 100.0%; height: 100.0%;">shu03.shugur.net</div>`)[0];
|
|
popup_b20c523b533f5a934a7c3cf2074bd752.setContent(html_a4aec746c9e1f933cfb2726d9fc9c682);
|
|
|
|
|
|
|
|
marker_b70e8658479e26dbb423225b5e50f830.bindPopup(popup_b20c523b533f5a934a7c3cf2074bd752)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b70e8658479e26dbb423225b5e50f830.setIcon(icon_748d43c7c83cd43c9bcd17d1349e4f70);
|
|
|
|
|
|
var marker_ff04ebd4d718190f7cd6dedabbe904dd = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_4963b89544373e273993659aa4c3ebf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4db831d539d1250b8276347924320130 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5131d14d9133b5f6e21ef8655974e7ac = $(`<div id="html_5131d14d9133b5f6e21ef8655974e7ac" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_4db831d539d1250b8276347924320130.setContent(html_5131d14d9133b5f6e21ef8655974e7ac);
|
|
|
|
|
|
|
|
marker_ff04ebd4d718190f7cd6dedabbe904dd.bindPopup(popup_4db831d539d1250b8276347924320130)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff04ebd4d718190f7cd6dedabbe904dd.setIcon(icon_4963b89544373e273993659aa4c3ebf0);
|
|
|
|
|
|
var marker_b71829d3b11353ea586aaf3823a162e8 = L.marker(
|
|
[38.7475, -77.5317],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_a9ca96d0663ad88d262cd3832d9c69d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ab71aceba6d88be82a23038fd8d5658 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6cf3c58adfb3b53568211db69a0819b = $(`<div id="html_a6cf3c58adfb3b53568211db69a0819b" style="width: 100.0%; height: 100.0%;">pyramid-relay.meows.lol</div>`)[0];
|
|
popup_8ab71aceba6d88be82a23038fd8d5658.setContent(html_a6cf3c58adfb3b53568211db69a0819b);
|
|
|
|
|
|
|
|
marker_b71829d3b11353ea586aaf3823a162e8.bindPopup(popup_8ab71aceba6d88be82a23038fd8d5658)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b71829d3b11353ea586aaf3823a162e8.setIcon(icon_a9ca96d0663ad88d262cd3832d9c69d0);
|
|
|
|
|
|
var marker_15757c2559c5ec51950a8494babb4bbe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_823d36a602339a4b277c4a7543a666d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48d5723ca14d9581d1b739e32a8736c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bddcc6835a5da6a0c3336e649d6703a = $(`<div id="html_0bddcc6835a5da6a0c3336e649d6703a" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_48d5723ca14d9581d1b739e32a8736c3.setContent(html_0bddcc6835a5da6a0c3336e649d6703a);
|
|
|
|
|
|
|
|
marker_15757c2559c5ec51950a8494babb4bbe.bindPopup(popup_48d5723ca14d9581d1b739e32a8736c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15757c2559c5ec51950a8494babb4bbe.setIcon(icon_823d36a602339a4b277c4a7543a666d7);
|
|
|
|
|
|
var marker_8c63123571411bb5064acd2722294a32 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_ea131648c0458e19fb711571bb753b94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf979bd56c82de2f5d685d7755cde6d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_624cadcf70fb04f1a6f930bf79061a85 = $(`<div id="html_624cadcf70fb04f1a6f930bf79061a85" style="width: 100.0%; height: 100.0%;">relay.ryzizub.com</div>`)[0];
|
|
popup_bf979bd56c82de2f5d685d7755cde6d3.setContent(html_624cadcf70fb04f1a6f930bf79061a85);
|
|
|
|
|
|
|
|
marker_8c63123571411bb5064acd2722294a32.bindPopup(popup_bf979bd56c82de2f5d685d7755cde6d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c63123571411bb5064acd2722294a32.setIcon(icon_ea131648c0458e19fb711571bb753b94);
|
|
|
|
|
|
var marker_eb38bc3a1bd43df86b4700fa988020f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b793017010367719a4d6f73cd4a553ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82a92ea7471f26318984a3bda6d17193 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69207e1af17e4843daa2ef26fd7ad128 = $(`<div id="html_69207e1af17e4843daa2ef26fd7ad128" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_82a92ea7471f26318984a3bda6d17193.setContent(html_69207e1af17e4843daa2ef26fd7ad128);
|
|
|
|
|
|
|
|
marker_eb38bc3a1bd43df86b4700fa988020f5.bindPopup(popup_82a92ea7471f26318984a3bda6d17193)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb38bc3a1bd43df86b4700fa988020f5.setIcon(icon_b793017010367719a4d6f73cd4a553ab);
|
|
|
|
|
|
var marker_eea6afc4b8503be504e3254dfd8760ce = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_5f024b5cd969e86d145688fe1cfa54cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_538243d60e71b0c95b40cec11150429e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a05192572fe18776444591e6dfc18a80 = $(`<div id="html_a05192572fe18776444591e6dfc18a80" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_538243d60e71b0c95b40cec11150429e.setContent(html_a05192572fe18776444591e6dfc18a80);
|
|
|
|
|
|
|
|
marker_eea6afc4b8503be504e3254dfd8760ce.bindPopup(popup_538243d60e71b0c95b40cec11150429e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eea6afc4b8503be504e3254dfd8760ce.setIcon(icon_5f024b5cd969e86d145688fe1cfa54cc);
|
|
|
|
|
|
var marker_fa1abb28b49e22cd7fad2e29152694c8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_f5cabbfe2a63dc5e44fd4d1fd4b01c5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0c16ddb2b92ac463c1aedf7e2e5e6d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e624c389876ee48b43b38fcee62acc26 = $(`<div id="html_e624c389876ee48b43b38fcee62acc26" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_c0c16ddb2b92ac463c1aedf7e2e5e6d2.setContent(html_e624c389876ee48b43b38fcee62acc26);
|
|
|
|
|
|
|
|
marker_fa1abb28b49e22cd7fad2e29152694c8.bindPopup(popup_c0c16ddb2b92ac463c1aedf7e2e5e6d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa1abb28b49e22cd7fad2e29152694c8.setIcon(icon_f5cabbfe2a63dc5e44fd4d1fd4b01c5b);
|
|
|
|
|
|
var marker_f66f309c382f6ab4c254aba2e20efb82 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_5268f39d0497d6476d5ddae2b9b69c11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_627399e226ea0986862edfe19d734b29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6075d1967dab58bd0489646b7a388268 = $(`<div id="html_6075d1967dab58bd0489646b7a388268" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_627399e226ea0986862edfe19d734b29.setContent(html_6075d1967dab58bd0489646b7a388268);
|
|
|
|
|
|
|
|
marker_f66f309c382f6ab4c254aba2e20efb82.bindPopup(popup_627399e226ea0986862edfe19d734b29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f66f309c382f6ab4c254aba2e20efb82.setIcon(icon_5268f39d0497d6476d5ddae2b9b69c11);
|
|
|
|
|
|
var marker_49e3d0ba40492ed00640ff8822313e34 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_25674298f63bc6aaf245c3499a321b29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47d80398ec04df70caf9e465ddc3def8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4fbe1bc7973c3a1a7a5d7c4f04b9d3b = $(`<div id="html_d4fbe1bc7973c3a1a7a5d7c4f04b9d3b" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_47d80398ec04df70caf9e465ddc3def8.setContent(html_d4fbe1bc7973c3a1a7a5d7c4f04b9d3b);
|
|
|
|
|
|
|
|
marker_49e3d0ba40492ed00640ff8822313e34.bindPopup(popup_47d80398ec04df70caf9e465ddc3def8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49e3d0ba40492ed00640ff8822313e34.setIcon(icon_25674298f63bc6aaf245c3499a321b29);
|
|
|
|
|
|
var marker_7aa7daaaabb6b202cb483c97e6b932a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_c00aedc397002f162b442014d8bb21fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f9ea9bfeca8fe239fcc6a55cdfac4f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2e4889f0acb9aac6c09001571e94037 = $(`<div id="html_d2e4889f0acb9aac6c09001571e94037" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_4f9ea9bfeca8fe239fcc6a55cdfac4f3.setContent(html_d2e4889f0acb9aac6c09001571e94037);
|
|
|
|
|
|
|
|
marker_7aa7daaaabb6b202cb483c97e6b932a8.bindPopup(popup_4f9ea9bfeca8fe239fcc6a55cdfac4f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7aa7daaaabb6b202cb483c97e6b932a8.setIcon(icon_c00aedc397002f162b442014d8bb21fc);
|
|
|
|
|
|
var marker_33c49af92aa189151903bd7cf17c6e5d = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_797a42f945c5c27d566047d82e07cd6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03304b924298ecdd6460526ef7351912 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fb5e5f5985fa3ad954d0e576defaf04 = $(`<div id="html_0fb5e5f5985fa3ad954d0e576defaf04" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_03304b924298ecdd6460526ef7351912.setContent(html_0fb5e5f5985fa3ad954d0e576defaf04);
|
|
|
|
|
|
|
|
marker_33c49af92aa189151903bd7cf17c6e5d.bindPopup(popup_03304b924298ecdd6460526ef7351912)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33c49af92aa189151903bd7cf17c6e5d.setIcon(icon_797a42f945c5c27d566047d82e07cd6c);
|
|
|
|
|
|
var marker_34584c1204b968872a350cd3cfc336e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_079d3c65bc3f7b7cb96434b578715df8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94f6a91daee171cfe7d76814f1ec47d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afa8c9d207fceaa9e814a9f07c722b95 = $(`<div id="html_afa8c9d207fceaa9e814a9f07c722b95" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_94f6a91daee171cfe7d76814f1ec47d7.setContent(html_afa8c9d207fceaa9e814a9f07c722b95);
|
|
|
|
|
|
|
|
marker_34584c1204b968872a350cd3cfc336e6.bindPopup(popup_94f6a91daee171cfe7d76814f1ec47d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34584c1204b968872a350cd3cfc336e6.setIcon(icon_079d3c65bc3f7b7cb96434b578715df8);
|
|
|
|
|
|
var marker_ca2d7ee3106e6ccbc0f2a1c1ed585cb6 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_fe68b65df1ff6872702f1c06178863e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abba3036e5f7d72433678cadbcd1a93c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2201511cde5dceed5c26e8b2866dca4b = $(`<div id="html_2201511cde5dceed5c26e8b2866dca4b" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_abba3036e5f7d72433678cadbcd1a93c.setContent(html_2201511cde5dceed5c26e8b2866dca4b);
|
|
|
|
|
|
|
|
marker_ca2d7ee3106e6ccbc0f2a1c1ed585cb6.bindPopup(popup_abba3036e5f7d72433678cadbcd1a93c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca2d7ee3106e6ccbc0f2a1c1ed585cb6.setIcon(icon_fe68b65df1ff6872702f1c06178863e1);
|
|
|
|
|
|
var marker_91e6ce1d74ab16b0a9ab95e3fbda3b7b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_4d71df0501890169589a45d3fedd6bb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4014ba46d84c1b5eb1d8a9ef519ed7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_123cda23f508180f442cc9e1381d27bd = $(`<div id="html_123cda23f508180f442cc9e1381d27bd" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_d4014ba46d84c1b5eb1d8a9ef519ed7e.setContent(html_123cda23f508180f442cc9e1381d27bd);
|
|
|
|
|
|
|
|
marker_91e6ce1d74ab16b0a9ab95e3fbda3b7b.bindPopup(popup_d4014ba46d84c1b5eb1d8a9ef519ed7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91e6ce1d74ab16b0a9ab95e3fbda3b7b.setIcon(icon_4d71df0501890169589a45d3fedd6bb3);
|
|
|
|
|
|
var marker_12ff80036defc416f6c3f7dd50dba452 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_8e73ce6655b598338317cd85501216ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_533995e8666725721e418751eb58d8db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc559db01857272c23725e8bc210f501 = $(`<div id="html_fc559db01857272c23725e8bc210f501" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_533995e8666725721e418751eb58d8db.setContent(html_fc559db01857272c23725e8bc210f501);
|
|
|
|
|
|
|
|
marker_12ff80036defc416f6c3f7dd50dba452.bindPopup(popup_533995e8666725721e418751eb58d8db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12ff80036defc416f6c3f7dd50dba452.setIcon(icon_8e73ce6655b598338317cd85501216ae);
|
|
|
|
|
|
var marker_8aded0975deb950b7e0e45a20ef96710 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_6b1c7f51f3185bd5e0acbec9a71b2336 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d955353f55c3839593053d9574f0fb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e65cb0b85195d1467146101458cd404 = $(`<div id="html_4e65cb0b85195d1467146101458cd404" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_3d955353f55c3839593053d9574f0fb7.setContent(html_4e65cb0b85195d1467146101458cd404);
|
|
|
|
|
|
|
|
marker_8aded0975deb950b7e0e45a20ef96710.bindPopup(popup_3d955353f55c3839593053d9574f0fb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8aded0975deb950b7e0e45a20ef96710.setIcon(icon_6b1c7f51f3185bd5e0acbec9a71b2336);
|
|
|
|
|
|
var marker_22934d3886d2a2b65d186639c64ae684 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_4f0d1d5f2f0a6cb7c80b7ed5dc29805f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8480ded2aef1411297d8073f986bd5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c69a15f7e2767a85e3de041e3e710db = $(`<div id="html_4c69a15f7e2767a85e3de041e3e710db" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_f8480ded2aef1411297d8073f986bd5c.setContent(html_4c69a15f7e2767a85e3de041e3e710db);
|
|
|
|
|
|
|
|
marker_22934d3886d2a2b65d186639c64ae684.bindPopup(popup_f8480ded2aef1411297d8073f986bd5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22934d3886d2a2b65d186639c64ae684.setIcon(icon_4f0d1d5f2f0a6cb7c80b7ed5dc29805f);
|
|
|
|
|
|
var marker_6f1ee8e67e4b7e30f96b823500b7448b = L.marker(
|
|
[51.5524, -0.29686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_a18cf858c85de97cfc55538800282f1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b035ff580a42f8043ebee6390a559e0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90f8266f08c434b891999f1a390c766e = $(`<div id="html_90f8266f08c434b891999f1a390c766e" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_b035ff580a42f8043ebee6390a559e0e.setContent(html_90f8266f08c434b891999f1a390c766e);
|
|
|
|
|
|
|
|
marker_6f1ee8e67e4b7e30f96b823500b7448b.bindPopup(popup_b035ff580a42f8043ebee6390a559e0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f1ee8e67e4b7e30f96b823500b7448b.setIcon(icon_a18cf858c85de97cfc55538800282f1c);
|
|
|
|
|
|
var marker_5e59d2e54258902a1ee73f8bc7f87b10 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_4657c83787649ba25fad5cd7ae452a2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bdaf67b6d5a52315e03c6f67e388250 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c842b3ce2266fd40e0da4e3d99af0193 = $(`<div id="html_c842b3ce2266fd40e0da4e3d99af0193" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_4bdaf67b6d5a52315e03c6f67e388250.setContent(html_c842b3ce2266fd40e0da4e3d99af0193);
|
|
|
|
|
|
|
|
marker_5e59d2e54258902a1ee73f8bc7f87b10.bindPopup(popup_4bdaf67b6d5a52315e03c6f67e388250)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e59d2e54258902a1ee73f8bc7f87b10.setIcon(icon_4657c83787649ba25fad5cd7ae452a2d);
|
|
|
|
|
|
var marker_46f43c0c62776b711ba36693744d9342 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_a8bceb70423646033ea7998e764aadda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02f593cb04742229200872dacfffd13c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0a160fdf5e704cc0c73b66e0470e714 = $(`<div id="html_e0a160fdf5e704cc0c73b66e0470e714" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_02f593cb04742229200872dacfffd13c.setContent(html_e0a160fdf5e704cc0c73b66e0470e714);
|
|
|
|
|
|
|
|
marker_46f43c0c62776b711ba36693744d9342.bindPopup(popup_02f593cb04742229200872dacfffd13c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46f43c0c62776b711ba36693744d9342.setIcon(icon_a8bceb70423646033ea7998e764aadda);
|
|
|
|
|
|
var marker_4e7ced74751cd45fada73361838449f2 = L.marker(
|
|
[40.9481, -79.7428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_4ea9976c3fc741e52880bd37185d9266 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aecef2a7b262f4a8684697f6c98702fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61704aee7bb004faaefc474be52a5f37 = $(`<div id="html_61704aee7bb004faaefc474be52a5f37" style="width: 100.0%; height: 100.0%;">garden.zap.cooking</div>`)[0];
|
|
popup_aecef2a7b262f4a8684697f6c98702fb.setContent(html_61704aee7bb004faaefc474be52a5f37);
|
|
|
|
|
|
|
|
marker_4e7ced74751cd45fada73361838449f2.bindPopup(popup_aecef2a7b262f4a8684697f6c98702fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e7ced74751cd45fada73361838449f2.setIcon(icon_4ea9976c3fc741e52880bd37185d9266);
|
|
|
|
|
|
var marker_9204e4b5dfd3548029c18bc94d49e966 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_1d6ae62a385c741ff997fe45cd8d97c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22cfd2db29ed54df7bb00ce581d1c8c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fac038d1fbe4de023f0dfd34a568496 = $(`<div id="html_6fac038d1fbe4de023f0dfd34a568496" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_22cfd2db29ed54df7bb00ce581d1c8c4.setContent(html_6fac038d1fbe4de023f0dfd34a568496);
|
|
|
|
|
|
|
|
marker_9204e4b5dfd3548029c18bc94d49e966.bindPopup(popup_22cfd2db29ed54df7bb00ce581d1c8c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9204e4b5dfd3548029c18bc94d49e966.setIcon(icon_1d6ae62a385c741ff997fe45cd8d97c3);
|
|
|
|
|
|
var marker_67c0dd73df7d43d645127de6f4a25e28 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b85515b82682164a4187d32882912f47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a13361dd8052be22995640d685b83590 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_995d47db2f479cea66ec757b1ddf0561 = $(`<div id="html_995d47db2f479cea66ec757b1ddf0561" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_a13361dd8052be22995640d685b83590.setContent(html_995d47db2f479cea66ec757b1ddf0561);
|
|
|
|
|
|
|
|
marker_67c0dd73df7d43d645127de6f4a25e28.bindPopup(popup_a13361dd8052be22995640d685b83590)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67c0dd73df7d43d645127de6f4a25e28.setIcon(icon_b85515b82682164a4187d32882912f47);
|
|
|
|
|
|
var marker_605b76dfbfb08711870a7bf48ba3ecc6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_30849bf49f8d2ca88eadb4ff3c4b80d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fcfeea1a801eb64a27a0c2ab8ca8ce8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00dec6f809cf334c9c0fa29e7ee0e10d = $(`<div id="html_00dec6f809cf334c9c0fa29e7ee0e10d" style="width: 100.0%; height: 100.0%;">0m0sef4nb45q6.cloreai.ru</div>`)[0];
|
|
popup_9fcfeea1a801eb64a27a0c2ab8ca8ce8.setContent(html_00dec6f809cf334c9c0fa29e7ee0e10d);
|
|
|
|
|
|
|
|
marker_605b76dfbfb08711870a7bf48ba3ecc6.bindPopup(popup_9fcfeea1a801eb64a27a0c2ab8ca8ce8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_605b76dfbfb08711870a7bf48ba3ecc6.setIcon(icon_30849bf49f8d2ca88eadb4ff3c4b80d6);
|
|
|
|
|
|
var marker_0b37d1ed5591a74ca05eb50c7c20205f = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_6b4c1cd7ee911e72312a65b972b155f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_798b0834486e5a7e078275c65021143e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74166a5feafa1f554b38d28adcde905b = $(`<div id="html_74166a5feafa1f554b38d28adcde905b" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_798b0834486e5a7e078275c65021143e.setContent(html_74166a5feafa1f554b38d28adcde905b);
|
|
|
|
|
|
|
|
marker_0b37d1ed5591a74ca05eb50c7c20205f.bindPopup(popup_798b0834486e5a7e078275c65021143e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b37d1ed5591a74ca05eb50c7c20205f.setIcon(icon_6b4c1cd7ee911e72312a65b972b155f2);
|
|
|
|
|
|
var marker_c7af24588e2c41c138560655e5ff4b41 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_99dbbcdcc7c24037095b4da819926f10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cdb041199fce119daf2a03c5cc7cdbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32ccfb5f8a510c30f4e4101e4b968cb4 = $(`<div id="html_32ccfb5f8a510c30f4e4101e4b968cb4" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_9cdb041199fce119daf2a03c5cc7cdbd.setContent(html_32ccfb5f8a510c30f4e4101e4b968cb4);
|
|
|
|
|
|
|
|
marker_c7af24588e2c41c138560655e5ff4b41.bindPopup(popup_9cdb041199fce119daf2a03c5cc7cdbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7af24588e2c41c138560655e5ff4b41.setIcon(icon_99dbbcdcc7c24037095b4da819926f10);
|
|
|
|
|
|
var marker_1f82a9400b9dd854b5c38cba236e3a93 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_ab5dc6be632e06c29c25d8f4b49834fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f660fc29c04c6b31088dc6637a289ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59bafdcdd6efaf0032e716d82dc89d90 = $(`<div id="html_59bafdcdd6efaf0032e716d82dc89d90" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_5f660fc29c04c6b31088dc6637a289ba.setContent(html_59bafdcdd6efaf0032e716d82dc89d90);
|
|
|
|
|
|
|
|
marker_1f82a9400b9dd854b5c38cba236e3a93.bindPopup(popup_5f660fc29c04c6b31088dc6637a289ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f82a9400b9dd854b5c38cba236e3a93.setIcon(icon_ab5dc6be632e06c29c25d8f4b49834fc);
|
|
|
|
|
|
var marker_093a331f106c0fc72ed13c3a3bca6203 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_28c7d09ebb0570570598b64b7ebd47d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8056d9b68c13f6c2e17b9ff89ebdf1ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6a659a586ec0451bfda1f24af9725d6 = $(`<div id="html_d6a659a586ec0451bfda1f24af9725d6" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_8056d9b68c13f6c2e17b9ff89ebdf1ae.setContent(html_d6a659a586ec0451bfda1f24af9725d6);
|
|
|
|
|
|
|
|
marker_093a331f106c0fc72ed13c3a3bca6203.bindPopup(popup_8056d9b68c13f6c2e17b9ff89ebdf1ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_093a331f106c0fc72ed13c3a3bca6203.setIcon(icon_28c7d09ebb0570570598b64b7ebd47d5);
|
|
|
|
|
|
var marker_a84d74cf89cc31776d05b2d32f164a00 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_51033ae37345194205bff3872c45b33b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a41d81a2e6cd4a0b143ac969cedad7d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d938bf2ec2cd92e3d01c962a28b0abe = $(`<div id="html_1d938bf2ec2cd92e3d01c962a28b0abe" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_a41d81a2e6cd4a0b143ac969cedad7d2.setContent(html_1d938bf2ec2cd92e3d01c962a28b0abe);
|
|
|
|
|
|
|
|
marker_a84d74cf89cc31776d05b2d32f164a00.bindPopup(popup_a41d81a2e6cd4a0b143ac969cedad7d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a84d74cf89cc31776d05b2d32f164a00.setIcon(icon_51033ae37345194205bff3872c45b33b);
|
|
|
|
|
|
var marker_b9634d3c06be4dd8824900803288dd00 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_e09b9b491f27ea4732c8ca03a2c374ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_515498f0ec9640059d930833a59edc0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45e2c5b9ac311427e49444d63bdc4528 = $(`<div id="html_45e2c5b9ac311427e49444d63bdc4528" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_515498f0ec9640059d930833a59edc0e.setContent(html_45e2c5b9ac311427e49444d63bdc4528);
|
|
|
|
|
|
|
|
marker_b9634d3c06be4dd8824900803288dd00.bindPopup(popup_515498f0ec9640059d930833a59edc0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9634d3c06be4dd8824900803288dd00.setIcon(icon_e09b9b491f27ea4732c8ca03a2c374ea);
|
|
|
|
|
|
var marker_a2e22db651cd1a681d55b09c9ed6916a = L.marker(
|
|
[15.2634, 100.344],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_036719978945814db4e984241e53ea2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_631c892ea149042de21df3ff4b4a85d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7eaa2a97eecd33908386d4cddc99699a = $(`<div id="html_7eaa2a97eecd33908386d4cddc99699a" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_631c892ea149042de21df3ff4b4a85d4.setContent(html_7eaa2a97eecd33908386d4cddc99699a);
|
|
|
|
|
|
|
|
marker_a2e22db651cd1a681d55b09c9ed6916a.bindPopup(popup_631c892ea149042de21df3ff4b4a85d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2e22db651cd1a681d55b09c9ed6916a.setIcon(icon_036719978945814db4e984241e53ea2b);
|
|
|
|
|
|
var marker_e955377e502f568fbf6dae3d1b056837 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_cd24562e8255b1c0f4ba924ddf91451c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4496f76634c7503a6acb6d29f8dcba5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_709d1bc66d0e952d4769ecd92ecbd90d = $(`<div id="html_709d1bc66d0e952d4769ecd92ecbd90d" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_b4496f76634c7503a6acb6d29f8dcba5.setContent(html_709d1bc66d0e952d4769ecd92ecbd90d);
|
|
|
|
|
|
|
|
marker_e955377e502f568fbf6dae3d1b056837.bindPopup(popup_b4496f76634c7503a6acb6d29f8dcba5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e955377e502f568fbf6dae3d1b056837.setIcon(icon_cd24562e8255b1c0f4ba924ddf91451c);
|
|
|
|
|
|
var marker_d3f841982001d643cec5cb0b74333456 = L.marker(
|
|
[59.8845, 30.3184],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_6a5856fede75e90cfb1d9966789d7177 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00f7a595b099d951be3a3d126bf2373a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_539b7088bf4b4d5c5d5f7b1e754a32c2 = $(`<div id="html_539b7088bf4b4d5c5d5f7b1e754a32c2" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_00f7a595b099d951be3a3d126bf2373a.setContent(html_539b7088bf4b4d5c5d5f7b1e754a32c2);
|
|
|
|
|
|
|
|
marker_d3f841982001d643cec5cb0b74333456.bindPopup(popup_00f7a595b099d951be3a3d126bf2373a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3f841982001d643cec5cb0b74333456.setIcon(icon_6a5856fede75e90cfb1d9966789d7177);
|
|
|
|
|
|
var marker_fd3b7f08ecf5ecd7ade978aba9166b10 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b631bf7e97d20ca51fdbbfb685833887 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0300aedc1ce7c2060411d0a63ab2f9fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5c9294c69c1d620c98ad63a82d39d6d = $(`<div id="html_e5c9294c69c1d620c98ad63a82d39d6d" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_0300aedc1ce7c2060411d0a63ab2f9fe.setContent(html_e5c9294c69c1d620c98ad63a82d39d6d);
|
|
|
|
|
|
|
|
marker_fd3b7f08ecf5ecd7ade978aba9166b10.bindPopup(popup_0300aedc1ce7c2060411d0a63ab2f9fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd3b7f08ecf5ecd7ade978aba9166b10.setIcon(icon_b631bf7e97d20ca51fdbbfb685833887);
|
|
|
|
|
|
var marker_4652e367fe21181047342f8217fea4cc = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_81e809ed1e943eef3179db662af2792f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2099aa90bfdee82d40ba235b0d372b61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_710100fb2216edebd882146235f15744 = $(`<div id="html_710100fb2216edebd882146235f15744" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_2099aa90bfdee82d40ba235b0d372b61.setContent(html_710100fb2216edebd882146235f15744);
|
|
|
|
|
|
|
|
marker_4652e367fe21181047342f8217fea4cc.bindPopup(popup_2099aa90bfdee82d40ba235b0d372b61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4652e367fe21181047342f8217fea4cc.setIcon(icon_81e809ed1e943eef3179db662af2792f);
|
|
|
|
|
|
var marker_4f0ef50e876e4b793925152814a13a01 = L.marker(
|
|
[54.5847, 10.0178],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_98a7bfa736d6f6081722e8cb892a33e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acffa8a7f4f8b336ff126363fa421756 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_725a4c3f1948e4f40d95169b0a4c9948 = $(`<div id="html_725a4c3f1948e4f40d95169b0a4c9948" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_acffa8a7f4f8b336ff126363fa421756.setContent(html_725a4c3f1948e4f40d95169b0a4c9948);
|
|
|
|
|
|
|
|
marker_4f0ef50e876e4b793925152814a13a01.bindPopup(popup_acffa8a7f4f8b336ff126363fa421756)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f0ef50e876e4b793925152814a13a01.setIcon(icon_98a7bfa736d6f6081722e8cb892a33e0);
|
|
|
|
|
|
var marker_c60efca1c1c98bd94a20aa41bf2f09d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_4a0e434e5dbcacfb13d39ce1fd0b204a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ea0596a368e563e4771f17f33ab8d11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e58b11038949228ba60a1f41952e420d = $(`<div id="html_e58b11038949228ba60a1f41952e420d" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_4ea0596a368e563e4771f17f33ab8d11.setContent(html_e58b11038949228ba60a1f41952e420d);
|
|
|
|
|
|
|
|
marker_c60efca1c1c98bd94a20aa41bf2f09d3.bindPopup(popup_4ea0596a368e563e4771f17f33ab8d11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c60efca1c1c98bd94a20aa41bf2f09d3.setIcon(icon_4a0e434e5dbcacfb13d39ce1fd0b204a);
|
|
|
|
|
|
var marker_7364d274a37cba1b9353fa62f70f8301 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_71c350337b1ad6bb1a0baf0193fcda9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0589724f0ab18f1ff80c08c5033d2068 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7139a2089dbc050ec690354bddca34e = $(`<div id="html_e7139a2089dbc050ec690354bddca34e" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_0589724f0ab18f1ff80c08c5033d2068.setContent(html_e7139a2089dbc050ec690354bddca34e);
|
|
|
|
|
|
|
|
marker_7364d274a37cba1b9353fa62f70f8301.bindPopup(popup_0589724f0ab18f1ff80c08c5033d2068)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7364d274a37cba1b9353fa62f70f8301.setIcon(icon_71c350337b1ad6bb1a0baf0193fcda9f);
|
|
|
|
|
|
var marker_aa203973f94662dc974f90117c323e6b = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_5919a1fdb445b5ca91dea851eebdcbe1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f41862fd61d26c6c4493d6288f686a9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f6a5b50556aa9849d1682ff6593eef5 = $(`<div id="html_2f6a5b50556aa9849d1682ff6593eef5" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_f41862fd61d26c6c4493d6288f686a9d.setContent(html_2f6a5b50556aa9849d1682ff6593eef5);
|
|
|
|
|
|
|
|
marker_aa203973f94662dc974f90117c323e6b.bindPopup(popup_f41862fd61d26c6c4493d6288f686a9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa203973f94662dc974f90117c323e6b.setIcon(icon_5919a1fdb445b5ca91dea851eebdcbe1);
|
|
|
|
|
|
var marker_492ba8cba700ce95af852f050e8f9027 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_8fd53f22ef5b556f0175309fe301bdaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a0094f77533f130e1ce31c028fe1512 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67864b114041de296caec6c6eddc6452 = $(`<div id="html_67864b114041de296caec6c6eddc6452" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_0a0094f77533f130e1ce31c028fe1512.setContent(html_67864b114041de296caec6c6eddc6452);
|
|
|
|
|
|
|
|
marker_492ba8cba700ce95af852f050e8f9027.bindPopup(popup_0a0094f77533f130e1ce31c028fe1512)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_492ba8cba700ce95af852f050e8f9027.setIcon(icon_8fd53f22ef5b556f0175309fe301bdaa);
|
|
|
|
|
|
var marker_62ec9b4a335a22b940cbcb35f1985c60 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_1da283e20cd66d22a99b110fec31571b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf334e63318a3dea1994d947f9613e15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac0765a2def1735953c81447f310810b = $(`<div id="html_ac0765a2def1735953c81447f310810b" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_cf334e63318a3dea1994d947f9613e15.setContent(html_ac0765a2def1735953c81447f310810b);
|
|
|
|
|
|
|
|
marker_62ec9b4a335a22b940cbcb35f1985c60.bindPopup(popup_cf334e63318a3dea1994d947f9613e15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62ec9b4a335a22b940cbcb35f1985c60.setIcon(icon_1da283e20cd66d22a99b110fec31571b);
|
|
|
|
|
|
var marker_a2f9432aca548b87616196a0eb1ce98d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_64abd06c3aa4934d3871842005ec9803 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b25f967dcd8cfb7218e110ac34e33ac4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d8d275ea76466ad1056dd4d300103f6 = $(`<div id="html_7d8d275ea76466ad1056dd4d300103f6" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_b25f967dcd8cfb7218e110ac34e33ac4.setContent(html_7d8d275ea76466ad1056dd4d300103f6);
|
|
|
|
|
|
|
|
marker_a2f9432aca548b87616196a0eb1ce98d.bindPopup(popup_b25f967dcd8cfb7218e110ac34e33ac4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2f9432aca548b87616196a0eb1ce98d.setIcon(icon_64abd06c3aa4934d3871842005ec9803);
|
|
|
|
|
|
var marker_72abc2832d7bd211bae8c723b0c4b0c2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_492b5cad9d5060604983d90228c39530 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb52ef60e2280ae95588d16131a78aa3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c13899d126b757c06664a41ba4afcf3 = $(`<div id="html_8c13899d126b757c06664a41ba4afcf3" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_bb52ef60e2280ae95588d16131a78aa3.setContent(html_8c13899d126b757c06664a41ba4afcf3);
|
|
|
|
|
|
|
|
marker_72abc2832d7bd211bae8c723b0c4b0c2.bindPopup(popup_bb52ef60e2280ae95588d16131a78aa3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72abc2832d7bd211bae8c723b0c4b0c2.setIcon(icon_492b5cad9d5060604983d90228c39530);
|
|
|
|
|
|
var marker_95157229b9d274751a2a9d27fc6dc4b7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_e37b288b8fe73a61e35bf50e9a6f325f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a75fd50ba794eba4c0f25acac5dfa00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_190b74f2e2cc00653e7852299d30c1ab = $(`<div id="html_190b74f2e2cc00653e7852299d30c1ab" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_6a75fd50ba794eba4c0f25acac5dfa00.setContent(html_190b74f2e2cc00653e7852299d30c1ab);
|
|
|
|
|
|
|
|
marker_95157229b9d274751a2a9d27fc6dc4b7.bindPopup(popup_6a75fd50ba794eba4c0f25acac5dfa00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95157229b9d274751a2a9d27fc6dc4b7.setIcon(icon_e37b288b8fe73a61e35bf50e9a6f325f);
|
|
|
|
|
|
var marker_c0acdd80a443de1509a044313323f431 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_bf820b9be433ce62b1450693682364d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a454a6786e7ad318f4fae997d5a71fef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_517cb0b2e71c17c01ff379b6bd7fbf14 = $(`<div id="html_517cb0b2e71c17c01ff379b6bd7fbf14" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_a454a6786e7ad318f4fae997d5a71fef.setContent(html_517cb0b2e71c17c01ff379b6bd7fbf14);
|
|
|
|
|
|
|
|
marker_c0acdd80a443de1509a044313323f431.bindPopup(popup_a454a6786e7ad318f4fae997d5a71fef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0acdd80a443de1509a044313323f431.setIcon(icon_bf820b9be433ce62b1450693682364d3);
|
|
|
|
|
|
var marker_66fc965ba818495f8c9951f5fb28b5e6 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_9072981bbfbd14e2d27eced222d4a0df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a40a1734a9a9852e67655e55a63798ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5b337d1379880490f4769c6c7913052 = $(`<div id="html_d5b337d1379880490f4769c6c7913052" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_a40a1734a9a9852e67655e55a63798ea.setContent(html_d5b337d1379880490f4769c6c7913052);
|
|
|
|
|
|
|
|
marker_66fc965ba818495f8c9951f5fb28b5e6.bindPopup(popup_a40a1734a9a9852e67655e55a63798ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66fc965ba818495f8c9951f5fb28b5e6.setIcon(icon_9072981bbfbd14e2d27eced222d4a0df);
|
|
|
|
|
|
var marker_49858cfbd285aa500f144b208a70af86 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_247949ed593606b17f7d5b51318bfb1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0368e1c9362e9a6df6dfbf9d40cced67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dad9f7428f35ecd53663ef3a18d1eb3e = $(`<div id="html_dad9f7428f35ecd53663ef3a18d1eb3e" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_0368e1c9362e9a6df6dfbf9d40cced67.setContent(html_dad9f7428f35ecd53663ef3a18d1eb3e);
|
|
|
|
|
|
|
|
marker_49858cfbd285aa500f144b208a70af86.bindPopup(popup_0368e1c9362e9a6df6dfbf9d40cced67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49858cfbd285aa500f144b208a70af86.setIcon(icon_247949ed593606b17f7d5b51318bfb1a);
|
|
|
|
|
|
var marker_9d3b95b4ccaa9f51054dc8ca9816cb8c = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_126b17b66a4cd90c362ad047d671912b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6740bf67bd3ef0b697d3b820d637f2ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_584491e6d71045c82f17aeced439c061 = $(`<div id="html_584491e6d71045c82f17aeced439c061" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_6740bf67bd3ef0b697d3b820d637f2ad.setContent(html_584491e6d71045c82f17aeced439c061);
|
|
|
|
|
|
|
|
marker_9d3b95b4ccaa9f51054dc8ca9816cb8c.bindPopup(popup_6740bf67bd3ef0b697d3b820d637f2ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d3b95b4ccaa9f51054dc8ca9816cb8c.setIcon(icon_126b17b66a4cd90c362ad047d671912b);
|
|
|
|
|
|
var marker_c0c231f8bf313580eaa74006a085b807 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_03575f53c0252ebe2b35d93085254b05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93384665c9bda430b8781519713b364f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0dae6cdd5cd7734f869ccff3d2d9fc43 = $(`<div id="html_0dae6cdd5cd7734f869ccff3d2d9fc43" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_93384665c9bda430b8781519713b364f.setContent(html_0dae6cdd5cd7734f869ccff3d2d9fc43);
|
|
|
|
|
|
|
|
marker_c0c231f8bf313580eaa74006a085b807.bindPopup(popup_93384665c9bda430b8781519713b364f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0c231f8bf313580eaa74006a085b807.setIcon(icon_03575f53c0252ebe2b35d93085254b05);
|
|
|
|
|
|
var marker_7ca9fc7318f5911d77382f79084c06b6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_6e7a28ca8c4096f3684be1e40e692768 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f743605d9f5a4e3244ec824ad1e406a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_725800f22129f1e04d5f5d4027f2d4ae = $(`<div id="html_725800f22129f1e04d5f5d4027f2d4ae" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_f743605d9f5a4e3244ec824ad1e406a3.setContent(html_725800f22129f1e04d5f5d4027f2d4ae);
|
|
|
|
|
|
|
|
marker_7ca9fc7318f5911d77382f79084c06b6.bindPopup(popup_f743605d9f5a4e3244ec824ad1e406a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ca9fc7318f5911d77382f79084c06b6.setIcon(icon_6e7a28ca8c4096f3684be1e40e692768);
|
|
|
|
|
|
var marker_6e6bc7ebb4604f7f99378a5bcd9214a4 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_436d8ef8745a919533c63d84283b85ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adf29d4360dfad256f7708c7dff722d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbb5beb9e4c8490b2b9a901c1f554f0b = $(`<div id="html_dbb5beb9e4c8490b2b9a901c1f554f0b" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_adf29d4360dfad256f7708c7dff722d1.setContent(html_dbb5beb9e4c8490b2b9a901c1f554f0b);
|
|
|
|
|
|
|
|
marker_6e6bc7ebb4604f7f99378a5bcd9214a4.bindPopup(popup_adf29d4360dfad256f7708c7dff722d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e6bc7ebb4604f7f99378a5bcd9214a4.setIcon(icon_436d8ef8745a919533c63d84283b85ba);
|
|
|
|
|
|
var marker_6d584f76762ad69c9caabdc06d40f62c = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_3d086da86120df9b34fceb4ddb3e39f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0da8cf287b8420281f7ba6d66165ba76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a6a74b010c5739c32570556557c6b8e = $(`<div id="html_3a6a74b010c5739c32570556557c6b8e" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_0da8cf287b8420281f7ba6d66165ba76.setContent(html_3a6a74b010c5739c32570556557c6b8e);
|
|
|
|
|
|
|
|
marker_6d584f76762ad69c9caabdc06d40f62c.bindPopup(popup_0da8cf287b8420281f7ba6d66165ba76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d584f76762ad69c9caabdc06d40f62c.setIcon(icon_3d086da86120df9b34fceb4ddb3e39f5);
|
|
|
|
|
|
var marker_69a76cdac83c0a2ef83e738260c7a446 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_989614f0c0010f17328d8b5b9c81ef1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcd1688b572258abbc845e8dd5b94c01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5355807d4f2b355b552e557699801cb7 = $(`<div id="html_5355807d4f2b355b552e557699801cb7" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_fcd1688b572258abbc845e8dd5b94c01.setContent(html_5355807d4f2b355b552e557699801cb7);
|
|
|
|
|
|
|
|
marker_69a76cdac83c0a2ef83e738260c7a446.bindPopup(popup_fcd1688b572258abbc845e8dd5b94c01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69a76cdac83c0a2ef83e738260c7a446.setIcon(icon_989614f0c0010f17328d8b5b9c81ef1d);
|
|
|
|
|
|
var marker_bcb71c9e74feac37daaa1676c974ab52 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_45b35dca3aa1492e147209255fbab324 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba285420eee3bb46be13f85cd3af907a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b3a600e571dd9fb26dc5162df042b4c = $(`<div id="html_4b3a600e571dd9fb26dc5162df042b4c" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_ba285420eee3bb46be13f85cd3af907a.setContent(html_4b3a600e571dd9fb26dc5162df042b4c);
|
|
|
|
|
|
|
|
marker_bcb71c9e74feac37daaa1676c974ab52.bindPopup(popup_ba285420eee3bb46be13f85cd3af907a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcb71c9e74feac37daaa1676c974ab52.setIcon(icon_45b35dca3aa1492e147209255fbab324);
|
|
|
|
|
|
var marker_bab23c83ff7708f3289fc2eec20b742b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_228d866e564b04df172b96cc9cec2399 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_980091ce2ce34026367e8e71a82ae02d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3bbd7cd7c873bc30faf59fd2d832890 = $(`<div id="html_e3bbd7cd7c873bc30faf59fd2d832890" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_980091ce2ce34026367e8e71a82ae02d.setContent(html_e3bbd7cd7c873bc30faf59fd2d832890);
|
|
|
|
|
|
|
|
marker_bab23c83ff7708f3289fc2eec20b742b.bindPopup(popup_980091ce2ce34026367e8e71a82ae02d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bab23c83ff7708f3289fc2eec20b742b.setIcon(icon_228d866e564b04df172b96cc9cec2399);
|
|
|
|
|
|
var marker_70ba2153439624667f5812ec3b5f1b6c = L.marker(
|
|
[41.5284, -87.4237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_25f7e7cf4f550770c9e248d6be9dcfeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8c62d774026a5636501997c46b4e45f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7546f32e63aa88059111c2d55ac4ec79 = $(`<div id="html_7546f32e63aa88059111c2d55ac4ec79" style="width: 100.0%; height: 100.0%;">bbw-nostr.xyz</div>`)[0];
|
|
popup_f8c62d774026a5636501997c46b4e45f.setContent(html_7546f32e63aa88059111c2d55ac4ec79);
|
|
|
|
|
|
|
|
marker_70ba2153439624667f5812ec3b5f1b6c.bindPopup(popup_f8c62d774026a5636501997c46b4e45f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70ba2153439624667f5812ec3b5f1b6c.setIcon(icon_25f7e7cf4f550770c9e248d6be9dcfeb);
|
|
|
|
|
|
var marker_43ae400900034f589a190572f8dbad5e = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_c451d1d71bf26f4ae3a43c4d002c0f72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_178b5d79d37ff588863cbb1764bbf07a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc698aed8893bc212e891e0844e6a242 = $(`<div id="html_bc698aed8893bc212e891e0844e6a242" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_178b5d79d37ff588863cbb1764bbf07a.setContent(html_bc698aed8893bc212e891e0844e6a242);
|
|
|
|
|
|
|
|
marker_43ae400900034f589a190572f8dbad5e.bindPopup(popup_178b5d79d37ff588863cbb1764bbf07a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43ae400900034f589a190572f8dbad5e.setIcon(icon_c451d1d71bf26f4ae3a43c4d002c0f72);
|
|
|
|
|
|
var marker_65bc3538e6149878179c07123922c27c = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_81a2d440278ff2ef9d6c1a104bd98451 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a28c4796406e222cf2a795cd3fb065f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff6fe9d7904f1375dac3237c2f2f0525 = $(`<div id="html_ff6fe9d7904f1375dac3237c2f2f0525" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_a28c4796406e222cf2a795cd3fb065f0.setContent(html_ff6fe9d7904f1375dac3237c2f2f0525);
|
|
|
|
|
|
|
|
marker_65bc3538e6149878179c07123922c27c.bindPopup(popup_a28c4796406e222cf2a795cd3fb065f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65bc3538e6149878179c07123922c27c.setIcon(icon_81a2d440278ff2ef9d6c1a104bd98451);
|
|
|
|
|
|
var marker_00bd5ac1fc03910db99f915f295c3d9b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_262ede3dcfb11a8403601125d0bb8f1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8107fda31495cce45e9eedd82cc6e6d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11d8c135bd9fe9a004ac62029f964714 = $(`<div id="html_11d8c135bd9fe9a004ac62029f964714" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_8107fda31495cce45e9eedd82cc6e6d5.setContent(html_11d8c135bd9fe9a004ac62029f964714);
|
|
|
|
|
|
|
|
marker_00bd5ac1fc03910db99f915f295c3d9b.bindPopup(popup_8107fda31495cce45e9eedd82cc6e6d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00bd5ac1fc03910db99f915f295c3d9b.setIcon(icon_262ede3dcfb11a8403601125d0bb8f1d);
|
|
|
|
|
|
var marker_0be4df02fda08412a85419290dc41057 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_76ecb80b364de9d83e570ebc55c03de2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_292c4f31b5547537b7f4a67fa4bab64d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b1ab4d706ff35326135ccc50bd18f56 = $(`<div id="html_5b1ab4d706ff35326135ccc50bd18f56" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_292c4f31b5547537b7f4a67fa4bab64d.setContent(html_5b1ab4d706ff35326135ccc50bd18f56);
|
|
|
|
|
|
|
|
marker_0be4df02fda08412a85419290dc41057.bindPopup(popup_292c4f31b5547537b7f4a67fa4bab64d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0be4df02fda08412a85419290dc41057.setIcon(icon_76ecb80b364de9d83e570ebc55c03de2);
|
|
|
|
|
|
var marker_78ebe91a4206daf097574ffe131a7388 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_948de4b7c029b9ec7bb20df837618497 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ad2c86a2ae5ce874b29aad3401204d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2dd6efdc9853946ad0bdf9511b12fc88 = $(`<div id="html_2dd6efdc9853946ad0bdf9511b12fc88" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_5ad2c86a2ae5ce874b29aad3401204d4.setContent(html_2dd6efdc9853946ad0bdf9511b12fc88);
|
|
|
|
|
|
|
|
marker_78ebe91a4206daf097574ffe131a7388.bindPopup(popup_5ad2c86a2ae5ce874b29aad3401204d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78ebe91a4206daf097574ffe131a7388.setIcon(icon_948de4b7c029b9ec7bb20df837618497);
|
|
|
|
|
|
var marker_23a6516333f6a3d7484f313e10884edb = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_cae3bcb355d6f2897bfb209c61d5e401 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a9177039a29807a93c91b2a2cfe016c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50e0d208bcddb066fd5551a4875d1071 = $(`<div id="html_50e0d208bcddb066fd5551a4875d1071" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_8a9177039a29807a93c91b2a2cfe016c.setContent(html_50e0d208bcddb066fd5551a4875d1071);
|
|
|
|
|
|
|
|
marker_23a6516333f6a3d7484f313e10884edb.bindPopup(popup_8a9177039a29807a93c91b2a2cfe016c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23a6516333f6a3d7484f313e10884edb.setIcon(icon_cae3bcb355d6f2897bfb209c61d5e401);
|
|
|
|
|
|
var marker_dea538bdbc2d261f7ae7c16d3ea6c6d0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_ac978474d988eed72acdcd1658768a63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4d612399aa97b0bd52c04221bf879f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1dab15364de1941a99f77b05546dad6c = $(`<div id="html_1dab15364de1941a99f77b05546dad6c" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_b4d612399aa97b0bd52c04221bf879f4.setContent(html_1dab15364de1941a99f77b05546dad6c);
|
|
|
|
|
|
|
|
marker_dea538bdbc2d261f7ae7c16d3ea6c6d0.bindPopup(popup_b4d612399aa97b0bd52c04221bf879f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dea538bdbc2d261f7ae7c16d3ea6c6d0.setIcon(icon_ac978474d988eed72acdcd1658768a63);
|
|
|
|
|
|
var marker_ee3fdbdd0228d8994e74ccc437883bd3 = L.marker(
|
|
[15.2634, 100.344],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_ef6415c5d08ba6dd05335d7d1c839807 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fe588793ead3669ad53fe5ab6376ef0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58ea26ffedad79be22816dd08131e1bb = $(`<div id="html_58ea26ffedad79be22816dd08131e1bb" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_8fe588793ead3669ad53fe5ab6376ef0.setContent(html_58ea26ffedad79be22816dd08131e1bb);
|
|
|
|
|
|
|
|
marker_ee3fdbdd0228d8994e74ccc437883bd3.bindPopup(popup_8fe588793ead3669ad53fe5ab6376ef0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee3fdbdd0228d8994e74ccc437883bd3.setIcon(icon_ef6415c5d08ba6dd05335d7d1c839807);
|
|
|
|
|
|
var marker_92e7233348880eb6d78966997876ef01 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_aafe7d63d7038555bbfb86b8ae8222f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a3f6dc033945df6ffe6deb6e9616846 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c042813bbc4b8df58861151ea1618897 = $(`<div id="html_c042813bbc4b8df58861151ea1618897" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_1a3f6dc033945df6ffe6deb6e9616846.setContent(html_c042813bbc4b8df58861151ea1618897);
|
|
|
|
|
|
|
|
marker_92e7233348880eb6d78966997876ef01.bindPopup(popup_1a3f6dc033945df6ffe6deb6e9616846)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92e7233348880eb6d78966997876ef01.setIcon(icon_aafe7d63d7038555bbfb86b8ae8222f4);
|
|
|
|
|
|
var marker_3e30c0afa6424ce2de3650c79b061f8b = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_3126aed6dbd2e6dc3836e8cb91bcf9c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5beeed6f30a23d775fb85be60e5fa6c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d6cc9f2236666c319f822bba084f16e = $(`<div id="html_6d6cc9f2236666c319f822bba084f16e" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_5beeed6f30a23d775fb85be60e5fa6c2.setContent(html_6d6cc9f2236666c319f822bba084f16e);
|
|
|
|
|
|
|
|
marker_3e30c0afa6424ce2de3650c79b061f8b.bindPopup(popup_5beeed6f30a23d775fb85be60e5fa6c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e30c0afa6424ce2de3650c79b061f8b.setIcon(icon_3126aed6dbd2e6dc3836e8cb91bcf9c1);
|
|
|
|
|
|
var marker_22857d3167209e6f7e1d10074943fa29 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_8d62ccaccd05ae252e08f60318b7a038 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c830913330753e08a24ef796372fa5a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66f91e9f4425a57bcf76566d6a047f7c = $(`<div id="html_66f91e9f4425a57bcf76566d6a047f7c" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_c830913330753e08a24ef796372fa5a9.setContent(html_66f91e9f4425a57bcf76566d6a047f7c);
|
|
|
|
|
|
|
|
marker_22857d3167209e6f7e1d10074943fa29.bindPopup(popup_c830913330753e08a24ef796372fa5a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22857d3167209e6f7e1d10074943fa29.setIcon(icon_8d62ccaccd05ae252e08f60318b7a038);
|
|
|
|
|
|
var marker_1802e49d64bdba4a53f1500c4cc7089e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_29a1f575c412e6334dd3b408a82d171e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73b2fb436f2b662cfb9ad8653fe02e39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a47bda159919180ce3eeffa91c95eb75 = $(`<div id="html_a47bda159919180ce3eeffa91c95eb75" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_73b2fb436f2b662cfb9ad8653fe02e39.setContent(html_a47bda159919180ce3eeffa91c95eb75);
|
|
|
|
|
|
|
|
marker_1802e49d64bdba4a53f1500c4cc7089e.bindPopup(popup_73b2fb436f2b662cfb9ad8653fe02e39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1802e49d64bdba4a53f1500c4cc7089e.setIcon(icon_29a1f575c412e6334dd3b408a82d171e);
|
|
|
|
|
|
var marker_d0a1d228fb6528a4d890c67e0967b1df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_6b7b1ef89f7df70fb5bff7fe3eaefebe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00a665ef1c15b00d01165755351ea13a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a122c5c058d8123e41a40832e87989fe = $(`<div id="html_a122c5c058d8123e41a40832e87989fe" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_00a665ef1c15b00d01165755351ea13a.setContent(html_a122c5c058d8123e41a40832e87989fe);
|
|
|
|
|
|
|
|
marker_d0a1d228fb6528a4d890c67e0967b1df.bindPopup(popup_00a665ef1c15b00d01165755351ea13a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0a1d228fb6528a4d890c67e0967b1df.setIcon(icon_6b7b1ef89f7df70fb5bff7fe3eaefebe);
|
|
|
|
|
|
var marker_0dede2831043379e37813045c6fb4b97 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_af3e52849e80e62ef2ccba9778239020 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_657aa5ecb87d49becf572795f839a4da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_195814b0fc24adce41d66f72e14a93aa = $(`<div id="html_195814b0fc24adce41d66f72e14a93aa" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_657aa5ecb87d49becf572795f839a4da.setContent(html_195814b0fc24adce41d66f72e14a93aa);
|
|
|
|
|
|
|
|
marker_0dede2831043379e37813045c6fb4b97.bindPopup(popup_657aa5ecb87d49becf572795f839a4da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dede2831043379e37813045c6fb4b97.setIcon(icon_af3e52849e80e62ef2ccba9778239020);
|
|
|
|
|
|
var marker_0c22c24ead284f1bb7058797ea3eb9ed = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_8336827e99498d3aaae65c058c39aa8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d82ae2df97bf4066dabd8dbc569f207 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77af66c4dae0b194f7373a39f9a67b14 = $(`<div id="html_77af66c4dae0b194f7373a39f9a67b14" style="width: 100.0%; height: 100.0%;">nostr.commonshub.brussels</div>`)[0];
|
|
popup_9d82ae2df97bf4066dabd8dbc569f207.setContent(html_77af66c4dae0b194f7373a39f9a67b14);
|
|
|
|
|
|
|
|
marker_0c22c24ead284f1bb7058797ea3eb9ed.bindPopup(popup_9d82ae2df97bf4066dabd8dbc569f207)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c22c24ead284f1bb7058797ea3eb9ed.setIcon(icon_8336827e99498d3aaae65c058c39aa8a);
|
|
|
|
|
|
var marker_73d23fdaa7fc8b83bb67680ae9a7d28b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_a8164d00a40497771e71234815657946 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb8c182e0f2bf9c469a554e02d83b53e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f649bcd02fb63c97f96f14da0e81b512 = $(`<div id="html_f649bcd02fb63c97f96f14da0e81b512" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_fb8c182e0f2bf9c469a554e02d83b53e.setContent(html_f649bcd02fb63c97f96f14da0e81b512);
|
|
|
|
|
|
|
|
marker_73d23fdaa7fc8b83bb67680ae9a7d28b.bindPopup(popup_fb8c182e0f2bf9c469a554e02d83b53e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73d23fdaa7fc8b83bb67680ae9a7d28b.setIcon(icon_a8164d00a40497771e71234815657946);
|
|
|
|
|
|
var marker_c83be97841d2e75390e9a46c2be6d946 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_a3b2e829581d07ec19c10adf60e4e3dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de512bf889484eb37b30d115ea8fdb97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bebe791f78df7c3c8c415f90f7f7286 = $(`<div id="html_3bebe791f78df7c3c8c415f90f7f7286" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_de512bf889484eb37b30d115ea8fdb97.setContent(html_3bebe791f78df7c3c8c415f90f7f7286);
|
|
|
|
|
|
|
|
marker_c83be97841d2e75390e9a46c2be6d946.bindPopup(popup_de512bf889484eb37b30d115ea8fdb97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c83be97841d2e75390e9a46c2be6d946.setIcon(icon_a3b2e829581d07ec19c10adf60e4e3dc);
|
|
|
|
|
|
var marker_410a3610dce96c9801c5d84d683dc428 = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b5bcc26790b1c56bfdd5ca1c650d8b29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5ab8a97989412a47f971d6595d18cea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e90073607583a7bd078669fb54fce3b = $(`<div id="html_1e90073607583a7bd078669fb54fce3b" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_a5ab8a97989412a47f971d6595d18cea.setContent(html_1e90073607583a7bd078669fb54fce3b);
|
|
|
|
|
|
|
|
marker_410a3610dce96c9801c5d84d683dc428.bindPopup(popup_a5ab8a97989412a47f971d6595d18cea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_410a3610dce96c9801c5d84d683dc428.setIcon(icon_b5bcc26790b1c56bfdd5ca1c650d8b29);
|
|
|
|
|
|
var marker_03a77f816de9e6a18c078bc021594cbf = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_497c5e5ac281a21a9103bae454cd779c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a21e49d884768ab26d4b12c9415f9edc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba1ad652db2b14013ad2242672e8b5e7 = $(`<div id="html_ba1ad652db2b14013ad2242672e8b5e7" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_a21e49d884768ab26d4b12c9415f9edc.setContent(html_ba1ad652db2b14013ad2242672e8b5e7);
|
|
|
|
|
|
|
|
marker_03a77f816de9e6a18c078bc021594cbf.bindPopup(popup_a21e49d884768ab26d4b12c9415f9edc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03a77f816de9e6a18c078bc021594cbf.setIcon(icon_497c5e5ac281a21a9103bae454cd779c);
|
|
|
|
|
|
var marker_de25b88eb58a6938d3701836ebd92b60 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_e40c34a758f4505744a10b2d541e9b00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23f37ebec2124fa566f8be6cb9a1f2fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e30839593207620331cecd5fc24e0ba = $(`<div id="html_4e30839593207620331cecd5fc24e0ba" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_23f37ebec2124fa566f8be6cb9a1f2fc.setContent(html_4e30839593207620331cecd5fc24e0ba);
|
|
|
|
|
|
|
|
marker_de25b88eb58a6938d3701836ebd92b60.bindPopup(popup_23f37ebec2124fa566f8be6cb9a1f2fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de25b88eb58a6938d3701836ebd92b60.setIcon(icon_e40c34a758f4505744a10b2d541e9b00);
|
|
|
|
|
|
var marker_e5620e99f68a63fd44672dcb4d7fe28e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_992d40cccf5caa0d49421b021dcc3d41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56ef5e1998942912d2a8e007be2d8a7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74be378ae29ff164613f5eadb50909db = $(`<div id="html_74be378ae29ff164613f5eadb50909db" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_56ef5e1998942912d2a8e007be2d8a7a.setContent(html_74be378ae29ff164613f5eadb50909db);
|
|
|
|
|
|
|
|
marker_e5620e99f68a63fd44672dcb4d7fe28e.bindPopup(popup_56ef5e1998942912d2a8e007be2d8a7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5620e99f68a63fd44672dcb4d7fe28e.setIcon(icon_992d40cccf5caa0d49421b021dcc3d41);
|
|
|
|
|
|
var marker_5d126b986862caacc3d7600aa1c6d2cc = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_64a7b07c59f5f1f88f5ffa1cf610ba5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b0566ef9c53ec85b40a35df10c122af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76810a6eeffcd0170ec0831dab47aed6 = $(`<div id="html_76810a6eeffcd0170ec0831dab47aed6" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_1b0566ef9c53ec85b40a35df10c122af.setContent(html_76810a6eeffcd0170ec0831dab47aed6);
|
|
|
|
|
|
|
|
marker_5d126b986862caacc3d7600aa1c6d2cc.bindPopup(popup_1b0566ef9c53ec85b40a35df10c122af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d126b986862caacc3d7600aa1c6d2cc.setIcon(icon_64a7b07c59f5f1f88f5ffa1cf610ba5d);
|
|
|
|
|
|
var marker_cdacd28fe048b6de22186e2a1e3498c5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_755562700e27ba6274d564410509d39e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e05cff8ee8d7eee8361484b039c42000 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d6fe6fb9e2924964191d0cdb1dc3ad8 = $(`<div id="html_0d6fe6fb9e2924964191d0cdb1dc3ad8" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_e05cff8ee8d7eee8361484b039c42000.setContent(html_0d6fe6fb9e2924964191d0cdb1dc3ad8);
|
|
|
|
|
|
|
|
marker_cdacd28fe048b6de22186e2a1e3498c5.bindPopup(popup_e05cff8ee8d7eee8361484b039c42000)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdacd28fe048b6de22186e2a1e3498c5.setIcon(icon_755562700e27ba6274d564410509d39e);
|
|
|
|
|
|
var marker_2a0c8fc69a23d918b3324badf172b76f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_858d6159b4747d3cc958de1a3f358863 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_781356d69902a3de5e6009b101feda02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_793f5939ac4692d22b1ceeff89366e99 = $(`<div id="html_793f5939ac4692d22b1ceeff89366e99" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_781356d69902a3de5e6009b101feda02.setContent(html_793f5939ac4692d22b1ceeff89366e99);
|
|
|
|
|
|
|
|
marker_2a0c8fc69a23d918b3324badf172b76f.bindPopup(popup_781356d69902a3de5e6009b101feda02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a0c8fc69a23d918b3324badf172b76f.setIcon(icon_858d6159b4747d3cc958de1a3f358863);
|
|
|
|
|
|
var marker_f742bf7ca92f8960b3f1b9e03fa12ccf = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_7aa7d73c8257dc8a5449a0c3da4bb5bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a655e80635f2515b8fc9054ee9b8c34e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c56526e73ff16ad2f133ea61c655e410 = $(`<div id="html_c56526e73ff16ad2f133ea61c655e410" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_a655e80635f2515b8fc9054ee9b8c34e.setContent(html_c56526e73ff16ad2f133ea61c655e410);
|
|
|
|
|
|
|
|
marker_f742bf7ca92f8960b3f1b9e03fa12ccf.bindPopup(popup_a655e80635f2515b8fc9054ee9b8c34e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f742bf7ca92f8960b3f1b9e03fa12ccf.setIcon(icon_7aa7d73c8257dc8a5449a0c3da4bb5bc);
|
|
|
|
|
|
var marker_71ca21b5f796ea2554f260cbe106be59 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_fd2c5492e8c6c63cb5a2c9b178d4e132 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef9324067849ee05021ffcf61f88797f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba622ea76e75c3caf59adc9a24cf83cb = $(`<div id="html_ba622ea76e75c3caf59adc9a24cf83cb" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_ef9324067849ee05021ffcf61f88797f.setContent(html_ba622ea76e75c3caf59adc9a24cf83cb);
|
|
|
|
|
|
|
|
marker_71ca21b5f796ea2554f260cbe106be59.bindPopup(popup_ef9324067849ee05021ffcf61f88797f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71ca21b5f796ea2554f260cbe106be59.setIcon(icon_fd2c5492e8c6c63cb5a2c9b178d4e132);
|
|
|
|
|
|
var marker_a006b4f0338789f21416ecaa14c0b567 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_225b010b108e9fbbf15f83eb462ef0c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83f2cbd4e15cc96e15dc83df28bb53ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0b56c6b30446c06256398b3f22d9302 = $(`<div id="html_c0b56c6b30446c06256398b3f22d9302" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_83f2cbd4e15cc96e15dc83df28bb53ce.setContent(html_c0b56c6b30446c06256398b3f22d9302);
|
|
|
|
|
|
|
|
marker_a006b4f0338789f21416ecaa14c0b567.bindPopup(popup_83f2cbd4e15cc96e15dc83df28bb53ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a006b4f0338789f21416ecaa14c0b567.setIcon(icon_225b010b108e9fbbf15f83eb462ef0c2);
|
|
|
|
|
|
var marker_e0f5d737d399d206878ee4fd33af2826 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_411331e68951cff824ff5ee6b626dedf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_003768bd9dfab61e15f3ee0a5b9bd97b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aaedeef8aca97446419e44a9475292be = $(`<div id="html_aaedeef8aca97446419e44a9475292be" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_003768bd9dfab61e15f3ee0a5b9bd97b.setContent(html_aaedeef8aca97446419e44a9475292be);
|
|
|
|
|
|
|
|
marker_e0f5d737d399d206878ee4fd33af2826.bindPopup(popup_003768bd9dfab61e15f3ee0a5b9bd97b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0f5d737d399d206878ee4fd33af2826.setIcon(icon_411331e68951cff824ff5ee6b626dedf);
|
|
|
|
|
|
var marker_b6f46e05e8c006156d487f8a8a31685f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_44af6cca6edd5e319fdc6c9e84b7aa2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38da350dadb7edfd8f8aa6b43fd30e46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0371975b9cddee7f205c2d3f6270c74 = $(`<div id="html_c0371975b9cddee7f205c2d3f6270c74" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_38da350dadb7edfd8f8aa6b43fd30e46.setContent(html_c0371975b9cddee7f205c2d3f6270c74);
|
|
|
|
|
|
|
|
marker_b6f46e05e8c006156d487f8a8a31685f.bindPopup(popup_38da350dadb7edfd8f8aa6b43fd30e46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6f46e05e8c006156d487f8a8a31685f.setIcon(icon_44af6cca6edd5e319fdc6c9e84b7aa2c);
|
|
|
|
|
|
var marker_5bb43553dfe2b4dfcc4b8d142b408614 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_761bd2d80256efadf0e88bb0159fa1c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a0be37126a1c07ec0090486cc242932 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bddb17bcf65d286fd4b312cdd1b22201 = $(`<div id="html_bddb17bcf65d286fd4b312cdd1b22201" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_0a0be37126a1c07ec0090486cc242932.setContent(html_bddb17bcf65d286fd4b312cdd1b22201);
|
|
|
|
|
|
|
|
marker_5bb43553dfe2b4dfcc4b8d142b408614.bindPopup(popup_0a0be37126a1c07ec0090486cc242932)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bb43553dfe2b4dfcc4b8d142b408614.setIcon(icon_761bd2d80256efadf0e88bb0159fa1c2);
|
|
|
|
|
|
var marker_38804e938318f248274000cbfa8ae12f = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_ff5986d46ce43bc9d2367a7f1f79fb84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_801b2881db6defcace4d05950b84493f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41613fdd7e00e0757cb8c57a56d808ba = $(`<div id="html_41613fdd7e00e0757cb8c57a56d808ba" style="width: 100.0%; height: 100.0%;">wotr.relatr.xyz</div>`)[0];
|
|
popup_801b2881db6defcace4d05950b84493f.setContent(html_41613fdd7e00e0757cb8c57a56d808ba);
|
|
|
|
|
|
|
|
marker_38804e938318f248274000cbfa8ae12f.bindPopup(popup_801b2881db6defcace4d05950b84493f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38804e938318f248274000cbfa8ae12f.setIcon(icon_ff5986d46ce43bc9d2367a7f1f79fb84);
|
|
|
|
|
|
var marker_4977e8be4d748684e00a919abc504290 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_6b6d3a245523a579bbba4399f3221e26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bbf584d5b631fcbc1957d5fbf60b954 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55edc6a308f31163cfdac171094edfeb = $(`<div id="html_55edc6a308f31163cfdac171094edfeb" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_0bbf584d5b631fcbc1957d5fbf60b954.setContent(html_55edc6a308f31163cfdac171094edfeb);
|
|
|
|
|
|
|
|
marker_4977e8be4d748684e00a919abc504290.bindPopup(popup_0bbf584d5b631fcbc1957d5fbf60b954)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4977e8be4d748684e00a919abc504290.setIcon(icon_6b6d3a245523a579bbba4399f3221e26);
|
|
|
|
|
|
var marker_b1ed41ebfa6d694afb949077de2e4486 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b891740180169bb6cd54c78db65c0f92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_105cd2c8f641f56ca1908d7ccdcd67b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ae1ce6279ae3cf0ec8b823dcad90c0b = $(`<div id="html_7ae1ce6279ae3cf0ec8b823dcad90c0b" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_105cd2c8f641f56ca1908d7ccdcd67b2.setContent(html_7ae1ce6279ae3cf0ec8b823dcad90c0b);
|
|
|
|
|
|
|
|
marker_b1ed41ebfa6d694afb949077de2e4486.bindPopup(popup_105cd2c8f641f56ca1908d7ccdcd67b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1ed41ebfa6d694afb949077de2e4486.setIcon(icon_b891740180169bb6cd54c78db65c0f92);
|
|
|
|
|
|
var marker_3dda97d367c5a29589e2617655080981 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b9d842e7fce58b33fba4b60b8116eae7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf8145f29e559f10992fab8f2a1965e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1d933c622c8ad87b1f25076a81e67c7 = $(`<div id="html_f1d933c622c8ad87b1f25076a81e67c7" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_cf8145f29e559f10992fab8f2a1965e9.setContent(html_f1d933c622c8ad87b1f25076a81e67c7);
|
|
|
|
|
|
|
|
marker_3dda97d367c5a29589e2617655080981.bindPopup(popup_cf8145f29e559f10992fab8f2a1965e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dda97d367c5a29589e2617655080981.setIcon(icon_b9d842e7fce58b33fba4b60b8116eae7);
|
|
|
|
|
|
var marker_3ecf2b456a569bfe1b938af4acb11851 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_fa5d8ac0a2dc484f31bb194fc5c0b94c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5654da712dda034d3808a0296931904 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fe14c4d6758a61b8f91e11bdedb7aa3 = $(`<div id="html_9fe14c4d6758a61b8f91e11bdedb7aa3" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_a5654da712dda034d3808a0296931904.setContent(html_9fe14c4d6758a61b8f91e11bdedb7aa3);
|
|
|
|
|
|
|
|
marker_3ecf2b456a569bfe1b938af4acb11851.bindPopup(popup_a5654da712dda034d3808a0296931904)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ecf2b456a569bfe1b938af4acb11851.setIcon(icon_fa5d8ac0a2dc484f31bb194fc5c0b94c);
|
|
|
|
|
|
var marker_a3fd2c76206efd493b23248efe56cfc6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_80c43fd09588413516c5a3f79f7c52fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93c98c04ce8106c5125025d665f25831 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75acc01ac54fb6563fa5aabff870d3c6 = $(`<div id="html_75acc01ac54fb6563fa5aabff870d3c6" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_93c98c04ce8106c5125025d665f25831.setContent(html_75acc01ac54fb6563fa5aabff870d3c6);
|
|
|
|
|
|
|
|
marker_a3fd2c76206efd493b23248efe56cfc6.bindPopup(popup_93c98c04ce8106c5125025d665f25831)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3fd2c76206efd493b23248efe56cfc6.setIcon(icon_80c43fd09588413516c5a3f79f7c52fb);
|
|
|
|
|
|
var marker_948d72176e31e13c82146a92d28ce16b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b567bde81140bd06693a190af926b395 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34a1cd8d2cae4594d51c5950fd499be5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0751b393ad55d742c5fba66a9fa6cc01 = $(`<div id="html_0751b393ad55d742c5fba66a9fa6cc01" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_34a1cd8d2cae4594d51c5950fd499be5.setContent(html_0751b393ad55d742c5fba66a9fa6cc01);
|
|
|
|
|
|
|
|
marker_948d72176e31e13c82146a92d28ce16b.bindPopup(popup_34a1cd8d2cae4594d51c5950fd499be5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_948d72176e31e13c82146a92d28ce16b.setIcon(icon_b567bde81140bd06693a190af926b395);
|
|
|
|
|
|
var marker_e480a1ecb7cab532f12b13a3e4aa9915 = L.marker(
|
|
[55.9349, 23.3137],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_816eca7a519a8942221036504b08133d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61f299cbc7642edfeaa9fb0b1f00f656 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_587a9de4f4ca27dead81c1f1f014e418 = $(`<div id="html_587a9de4f4ca27dead81c1f1f014e418" style="width: 100.0%; height: 100.0%;">new.orly.dev</div>`)[0];
|
|
popup_61f299cbc7642edfeaa9fb0b1f00f656.setContent(html_587a9de4f4ca27dead81c1f1f014e418);
|
|
|
|
|
|
|
|
marker_e480a1ecb7cab532f12b13a3e4aa9915.bindPopup(popup_61f299cbc7642edfeaa9fb0b1f00f656)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e480a1ecb7cab532f12b13a3e4aa9915.setIcon(icon_816eca7a519a8942221036504b08133d);
|
|
|
|
|
|
var marker_068a995b401b59fa5351e7f6b39b9183 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_ddab08ff4782b35c37b12f2f3d7d71e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d4b44ebe6c612cb6fb1abe26e92fc60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4035febcde82851429028558fe98afca = $(`<div id="html_4035febcde82851429028558fe98afca" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_9d4b44ebe6c612cb6fb1abe26e92fc60.setContent(html_4035febcde82851429028558fe98afca);
|
|
|
|
|
|
|
|
marker_068a995b401b59fa5351e7f6b39b9183.bindPopup(popup_9d4b44ebe6c612cb6fb1abe26e92fc60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_068a995b401b59fa5351e7f6b39b9183.setIcon(icon_ddab08ff4782b35c37b12f2f3d7d71e4);
|
|
|
|
|
|
var marker_0aa1a1d31ac306d7192f295a11cb76c4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_2ce9a8b014d5e24a3b2e5116358eed73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b54993f72808c60e36c5c3d67d4da6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39da775f9962856a08f47170c311da00 = $(`<div id="html_39da775f9962856a08f47170c311da00" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_0b54993f72808c60e36c5c3d67d4da6c.setContent(html_39da775f9962856a08f47170c311da00);
|
|
|
|
|
|
|
|
marker_0aa1a1d31ac306d7192f295a11cb76c4.bindPopup(popup_0b54993f72808c60e36c5c3d67d4da6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0aa1a1d31ac306d7192f295a11cb76c4.setIcon(icon_2ce9a8b014d5e24a3b2e5116358eed73);
|
|
|
|
|
|
var marker_c30f16f4a89751c821cf137cdb42c949 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_174ec1af14673a3e46e77e8e35c418f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f13acf86a1c312df38d293ec0ac20740 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa40a7aacd4a39ffeedff5f2bcf3f2c7 = $(`<div id="html_fa40a7aacd4a39ffeedff5f2bcf3f2c7" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_f13acf86a1c312df38d293ec0ac20740.setContent(html_fa40a7aacd4a39ffeedff5f2bcf3f2c7);
|
|
|
|
|
|
|
|
marker_c30f16f4a89751c821cf137cdb42c949.bindPopup(popup_f13acf86a1c312df38d293ec0ac20740)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c30f16f4a89751c821cf137cdb42c949.setIcon(icon_174ec1af14673a3e46e77e8e35c418f1);
|
|
|
|
|
|
var marker_da19deac047aa615439bcf7503147c74 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_ac26bddd0a73c9c4f8bf2a4df42bdfc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_412f455ab459fe0ada147687852693a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c825354a96f2b8a1d986cc3c42703bbf = $(`<div id="html_c825354a96f2b8a1d986cc3c42703bbf" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_412f455ab459fe0ada147687852693a9.setContent(html_c825354a96f2b8a1d986cc3c42703bbf);
|
|
|
|
|
|
|
|
marker_da19deac047aa615439bcf7503147c74.bindPopup(popup_412f455ab459fe0ada147687852693a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da19deac047aa615439bcf7503147c74.setIcon(icon_ac26bddd0a73c9c4f8bf2a4df42bdfc8);
|
|
|
|
|
|
var marker_1d3ca1d0d18936487d5c7a9b866ec5cb = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_f71614e4b9ad0d2a84522d781b88c60d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b44e4d9020d10e41c16a3b0c5a19935 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30c01c3de5953e0e53f70ae1ce0f679c = $(`<div id="html_30c01c3de5953e0e53f70ae1ce0f679c" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_2b44e4d9020d10e41c16a3b0c5a19935.setContent(html_30c01c3de5953e0e53f70ae1ce0f679c);
|
|
|
|
|
|
|
|
marker_1d3ca1d0d18936487d5c7a9b866ec5cb.bindPopup(popup_2b44e4d9020d10e41c16a3b0c5a19935)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d3ca1d0d18936487d5c7a9b866ec5cb.setIcon(icon_f71614e4b9ad0d2a84522d781b88c60d);
|
|
|
|
|
|
var marker_448fc3035c192a6d7a137f9aeb220ffc = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_c267ddf14c6456d1d1fcdc1ad4831f82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57000beba77f9c86e9096f818b1865a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cbef209e0afe0656fe44c0e4266dfb8 = $(`<div id="html_7cbef209e0afe0656fe44c0e4266dfb8" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_57000beba77f9c86e9096f818b1865a7.setContent(html_7cbef209e0afe0656fe44c0e4266dfb8);
|
|
|
|
|
|
|
|
marker_448fc3035c192a6d7a137f9aeb220ffc.bindPopup(popup_57000beba77f9c86e9096f818b1865a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_448fc3035c192a6d7a137f9aeb220ffc.setIcon(icon_c267ddf14c6456d1d1fcdc1ad4831f82);
|
|
|
|
|
|
var marker_b1aadb6c8c20c720846339cd064d80cd = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_2cc85f325340884a188a4e7909158a05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e5202669f228824241dde387e28e3a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a6671be833c4c865a40333c7e5754ae = $(`<div id="html_0a6671be833c4c865a40333c7e5754ae" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_3e5202669f228824241dde387e28e3a1.setContent(html_0a6671be833c4c865a40333c7e5754ae);
|
|
|
|
|
|
|
|
marker_b1aadb6c8c20c720846339cd064d80cd.bindPopup(popup_3e5202669f228824241dde387e28e3a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1aadb6c8c20c720846339cd064d80cd.setIcon(icon_2cc85f325340884a188a4e7909158a05);
|
|
|
|
|
|
var marker_6da59e792ffffd5af2da4b20f874cc15 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_84583c1490e1ea5e1bc17a763400fa33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de0bbd56fd8baee0e727bc2eb90631b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38b9f50eac87ce650d42183ba93ee0e4 = $(`<div id="html_38b9f50eac87ce650d42183ba93ee0e4" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_de0bbd56fd8baee0e727bc2eb90631b3.setContent(html_38b9f50eac87ce650d42183ba93ee0e4);
|
|
|
|
|
|
|
|
marker_6da59e792ffffd5af2da4b20f874cc15.bindPopup(popup_de0bbd56fd8baee0e727bc2eb90631b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6da59e792ffffd5af2da4b20f874cc15.setIcon(icon_84583c1490e1ea5e1bc17a763400fa33);
|
|
|
|
|
|
var marker_120e86f984cfbeb9b91d493e07c8a4e8 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_84132b5fa2319357d3756c67939e0281 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1dafcdc62ad7022f327fdc8f7a8b675 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5b241af1c6ff4a468253886e5bc4ec3 = $(`<div id="html_b5b241af1c6ff4a468253886e5bc4ec3" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_c1dafcdc62ad7022f327fdc8f7a8b675.setContent(html_b5b241af1c6ff4a468253886e5bc4ec3);
|
|
|
|
|
|
|
|
marker_120e86f984cfbeb9b91d493e07c8a4e8.bindPopup(popup_c1dafcdc62ad7022f327fdc8f7a8b675)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_120e86f984cfbeb9b91d493e07c8a4e8.setIcon(icon_84132b5fa2319357d3756c67939e0281);
|
|
|
|
|
|
var marker_2fab622f2b77aa1ea5d17d2e334e9523 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_5de1db1871af46d7272ef85213a3b601 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2effd6a9592e7b320a9bd7a0e7224997 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d4dbcd7f57a14f3f40f6de95ca4f83e = $(`<div id="html_9d4dbcd7f57a14f3f40f6de95ca4f83e" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_2effd6a9592e7b320a9bd7a0e7224997.setContent(html_9d4dbcd7f57a14f3f40f6de95ca4f83e);
|
|
|
|
|
|
|
|
marker_2fab622f2b77aa1ea5d17d2e334e9523.bindPopup(popup_2effd6a9592e7b320a9bd7a0e7224997)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fab622f2b77aa1ea5d17d2e334e9523.setIcon(icon_5de1db1871af46d7272ef85213a3b601);
|
|
|
|
|
|
var marker_0eeff37b2e695bbbb6d1fd6c794d8f9d = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_363563c060153397de0e39c5b18acd84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0d1ebeb318f3879dac7d58df1143da5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abbafb27eed0579cc558703fa8fe2a72 = $(`<div id="html_abbafb27eed0579cc558703fa8fe2a72" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_c0d1ebeb318f3879dac7d58df1143da5.setContent(html_abbafb27eed0579cc558703fa8fe2a72);
|
|
|
|
|
|
|
|
marker_0eeff37b2e695bbbb6d1fd6c794d8f9d.bindPopup(popup_c0d1ebeb318f3879dac7d58df1143da5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0eeff37b2e695bbbb6d1fd6c794d8f9d.setIcon(icon_363563c060153397de0e39c5b18acd84);
|
|
|
|
|
|
var marker_980008ec971b181c7ab3c71c06b3b939 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_36a86957c2548b06226ebb5c33df3600 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f32e92e672da0cc18a0bfb43ecb1b8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_061f362fbad3dcd05eef5610e307bdda = $(`<div id="html_061f362fbad3dcd05eef5610e307bdda" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_5f32e92e672da0cc18a0bfb43ecb1b8e.setContent(html_061f362fbad3dcd05eef5610e307bdda);
|
|
|
|
|
|
|
|
marker_980008ec971b181c7ab3c71c06b3b939.bindPopup(popup_5f32e92e672da0cc18a0bfb43ecb1b8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_980008ec971b181c7ab3c71c06b3b939.setIcon(icon_36a86957c2548b06226ebb5c33df3600);
|
|
|
|
|
|
var marker_0ced5549ce1bf14106faf8afe07a1e06 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_49574462450c32d86d71031f5359dd98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_390669f39a9594674fd355bdb2bbf7f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3639617a15d02b3f0e3bba177e0ddd4e = $(`<div id="html_3639617a15d02b3f0e3bba177e0ddd4e" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_390669f39a9594674fd355bdb2bbf7f7.setContent(html_3639617a15d02b3f0e3bba177e0ddd4e);
|
|
|
|
|
|
|
|
marker_0ced5549ce1bf14106faf8afe07a1e06.bindPopup(popup_390669f39a9594674fd355bdb2bbf7f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ced5549ce1bf14106faf8afe07a1e06.setIcon(icon_49574462450c32d86d71031f5359dd98);
|
|
|
|
|
|
var marker_79b5241ba7de417c41ed6cbca700db7c = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_33fc70d0f0ebef51252901d545230d68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4ee6750bdaf3ae4839cb9a03197319d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_184472cc6c41e2c4a2e4b3b68ad25e66 = $(`<div id="html_184472cc6c41e2c4a2e4b3b68ad25e66" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_d4ee6750bdaf3ae4839cb9a03197319d.setContent(html_184472cc6c41e2c4a2e4b3b68ad25e66);
|
|
|
|
|
|
|
|
marker_79b5241ba7de417c41ed6cbca700db7c.bindPopup(popup_d4ee6750bdaf3ae4839cb9a03197319d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79b5241ba7de417c41ed6cbca700db7c.setIcon(icon_33fc70d0f0ebef51252901d545230d68);
|
|
|
|
|
|
var marker_e9f78904d9e44b512e3ba4f2c9cf21dc = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_86af1f4fbded9f52bbc1c176a26e030a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68990ca6491f46db5fb842d33859758b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17a1ebc263ec35accf9f2e4ace50502a = $(`<div id="html_17a1ebc263ec35accf9f2e4ace50502a" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_68990ca6491f46db5fb842d33859758b.setContent(html_17a1ebc263ec35accf9f2e4ace50502a);
|
|
|
|
|
|
|
|
marker_e9f78904d9e44b512e3ba4f2c9cf21dc.bindPopup(popup_68990ca6491f46db5fb842d33859758b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9f78904d9e44b512e3ba4f2c9cf21dc.setIcon(icon_86af1f4fbded9f52bbc1c176a26e030a);
|
|
|
|
|
|
var marker_85d5491a762e58e7df43f08a6e249bec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b01cf53f4cd0fef4dcdb74a7da701328 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f581c045ef9d5563910f603e72207aa3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d33962459ee254f335e650954cced9c = $(`<div id="html_8d33962459ee254f335e650954cced9c" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_f581c045ef9d5563910f603e72207aa3.setContent(html_8d33962459ee254f335e650954cced9c);
|
|
|
|
|
|
|
|
marker_85d5491a762e58e7df43f08a6e249bec.bindPopup(popup_f581c045ef9d5563910f603e72207aa3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85d5491a762e58e7df43f08a6e249bec.setIcon(icon_b01cf53f4cd0fef4dcdb74a7da701328);
|
|
|
|
|
|
var marker_479cf978076c8cdac0b8d231c3203e17 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_4a0006405f4bd8def175fb785771fdc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_481dce781db7c25b9d980ef7b10f2cff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcc26d5ffdbda3d0bc40f958bdf5a982 = $(`<div id="html_bcc26d5ffdbda3d0bc40f958bdf5a982" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_481dce781db7c25b9d980ef7b10f2cff.setContent(html_bcc26d5ffdbda3d0bc40f958bdf5a982);
|
|
|
|
|
|
|
|
marker_479cf978076c8cdac0b8d231c3203e17.bindPopup(popup_481dce781db7c25b9d980ef7b10f2cff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_479cf978076c8cdac0b8d231c3203e17.setIcon(icon_4a0006405f4bd8def175fb785771fdc1);
|
|
|
|
|
|
var marker_fa949cf86c4dfa6ece4c22aa3f8653b2 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_a6720eac3731a5773dc9c7098864baec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_861a9171953aba5867f5a60203eb597a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_517703a86c1738161c6841fc1459af7b = $(`<div id="html_517703a86c1738161c6841fc1459af7b" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_861a9171953aba5867f5a60203eb597a.setContent(html_517703a86c1738161c6841fc1459af7b);
|
|
|
|
|
|
|
|
marker_fa949cf86c4dfa6ece4c22aa3f8653b2.bindPopup(popup_861a9171953aba5867f5a60203eb597a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa949cf86c4dfa6ece4c22aa3f8653b2.setIcon(icon_a6720eac3731a5773dc9c7098864baec);
|
|
|
|
|
|
var marker_f1263f98d0ebc28cec0259d90040c7cd = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_ba758bfbb960048a300c6cdccaaca481 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7528a1a413bbb730f045b9f6bd5fc12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a95b712870575a6bd22fd199d1b7d4ac = $(`<div id="html_a95b712870575a6bd22fd199d1b7d4ac" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_f7528a1a413bbb730f045b9f6bd5fc12.setContent(html_a95b712870575a6bd22fd199d1b7d4ac);
|
|
|
|
|
|
|
|
marker_f1263f98d0ebc28cec0259d90040c7cd.bindPopup(popup_f7528a1a413bbb730f045b9f6bd5fc12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1263f98d0ebc28cec0259d90040c7cd.setIcon(icon_ba758bfbb960048a300c6cdccaaca481);
|
|
|
|
|
|
var marker_6acaf05e5cc129ce3db0daf8f369e029 = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_3195d0af0723615d8de298d8ec93bf48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4acf5b39cff3147501e791225d9cf4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7248abb82307693a895fa49b0fc985d0 = $(`<div id="html_7248abb82307693a895fa49b0fc985d0" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_a4acf5b39cff3147501e791225d9cf4e.setContent(html_7248abb82307693a895fa49b0fc985d0);
|
|
|
|
|
|
|
|
marker_6acaf05e5cc129ce3db0daf8f369e029.bindPopup(popup_a4acf5b39cff3147501e791225d9cf4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6acaf05e5cc129ce3db0daf8f369e029.setIcon(icon_3195d0af0723615d8de298d8ec93bf48);
|
|
|
|
|
|
var marker_bd673a015092c1f60c92395520362f2b = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_817ccd6265bc1ea01e0019fb3932c877 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb98d6b9961b4456b90c8e8eef4a5fb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbd11bbb40c53943cb59cea4786bb656 = $(`<div id="html_dbd11bbb40c53943cb59cea4786bb656" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_bb98d6b9961b4456b90c8e8eef4a5fb1.setContent(html_dbd11bbb40c53943cb59cea4786bb656);
|
|
|
|
|
|
|
|
marker_bd673a015092c1f60c92395520362f2b.bindPopup(popup_bb98d6b9961b4456b90c8e8eef4a5fb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd673a015092c1f60c92395520362f2b.setIcon(icon_817ccd6265bc1ea01e0019fb3932c877);
|
|
|
|
|
|
var marker_e8471f29077b0e7634258bb859ab1349 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_f0ce98870465a3cb0fd6f247b9ae2821 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53d445a3222d431a30ce654d3f57e23c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f5896b2bd4c51b051c6b33d9ef3562b = $(`<div id="html_9f5896b2bd4c51b051c6b33d9ef3562b" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_53d445a3222d431a30ce654d3f57e23c.setContent(html_9f5896b2bd4c51b051c6b33d9ef3562b);
|
|
|
|
|
|
|
|
marker_e8471f29077b0e7634258bb859ab1349.bindPopup(popup_53d445a3222d431a30ce654d3f57e23c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8471f29077b0e7634258bb859ab1349.setIcon(icon_f0ce98870465a3cb0fd6f247b9ae2821);
|
|
|
|
|
|
var marker_1c8a56764bc7e7bd816de5520b90cd80 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_68794dd9ad08fb952c8f111323d43106 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1c68e219194f118098f94cb177cbc06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27fa33176909ff7a909ab4508affd548 = $(`<div id="html_27fa33176909ff7a909ab4508affd548" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_c1c68e219194f118098f94cb177cbc06.setContent(html_27fa33176909ff7a909ab4508affd548);
|
|
|
|
|
|
|
|
marker_1c8a56764bc7e7bd816de5520b90cd80.bindPopup(popup_c1c68e219194f118098f94cb177cbc06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c8a56764bc7e7bd816de5520b90cd80.setIcon(icon_68794dd9ad08fb952c8f111323d43106);
|
|
|
|
|
|
var marker_8d9a413a5832d9a4df0b8cb07e6f5b84 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_993158ab646f62cdecb9d93054e5362f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5ad671694b6c29f9cb9a66ac2dc9437 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d32565e12bd42df9fac26572d26db451 = $(`<div id="html_d32565e12bd42df9fac26572d26db451" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_c5ad671694b6c29f9cb9a66ac2dc9437.setContent(html_d32565e12bd42df9fac26572d26db451);
|
|
|
|
|
|
|
|
marker_8d9a413a5832d9a4df0b8cb07e6f5b84.bindPopup(popup_c5ad671694b6c29f9cb9a66ac2dc9437)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d9a413a5832d9a4df0b8cb07e6f5b84.setIcon(icon_993158ab646f62cdecb9d93054e5362f);
|
|
|
|
|
|
var marker_e95fad1662e4974ed0fa444fe50c17fd = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_2b1e99901afac3cd020f2349d15630e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21dfa1fb5dcb76f09411214e4f343c83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8810a0a773c99e484f9c134597545d5 = $(`<div id="html_c8810a0a773c99e484f9c134597545d5" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_21dfa1fb5dcb76f09411214e4f343c83.setContent(html_c8810a0a773c99e484f9c134597545d5);
|
|
|
|
|
|
|
|
marker_e95fad1662e4974ed0fa444fe50c17fd.bindPopup(popup_21dfa1fb5dcb76f09411214e4f343c83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e95fad1662e4974ed0fa444fe50c17fd.setIcon(icon_2b1e99901afac3cd020f2349d15630e4);
|
|
|
|
|
|
var marker_b0bb0416b5a66f85687595c463541266 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b595d8aa8ab3729b719eef72fc6cc829 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1fa4ec213461a036455184196662444 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b8c8d5562605ac51bb3f1c15dc0995d = $(`<div id="html_0b8c8d5562605ac51bb3f1c15dc0995d" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_c1fa4ec213461a036455184196662444.setContent(html_0b8c8d5562605ac51bb3f1c15dc0995d);
|
|
|
|
|
|
|
|
marker_b0bb0416b5a66f85687595c463541266.bindPopup(popup_c1fa4ec213461a036455184196662444)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0bb0416b5a66f85687595c463541266.setIcon(icon_b595d8aa8ab3729b719eef72fc6cc829);
|
|
|
|
|
|
var marker_2d53091bd8eff8325975161ac77ae58b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_bd81bc2f1ded8f7aa0cb426664a41396 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bea1223882dad3228c58cca56058593b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd4dacbdba4f7a5012ff3eb0ea74b5c6 = $(`<div id="html_cd4dacbdba4f7a5012ff3eb0ea74b5c6" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_bea1223882dad3228c58cca56058593b.setContent(html_cd4dacbdba4f7a5012ff3eb0ea74b5c6);
|
|
|
|
|
|
|
|
marker_2d53091bd8eff8325975161ac77ae58b.bindPopup(popup_bea1223882dad3228c58cca56058593b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d53091bd8eff8325975161ac77ae58b.setIcon(icon_bd81bc2f1ded8f7aa0cb426664a41396);
|
|
|
|
|
|
var marker_9416141214ce66f278e1b5f6c47a79e7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_fd9c5df37cf6518b05ad153858666b30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f0755179124ac6cd372083267d059c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbb20cc7ddc9af936c46d0b5da393fbb = $(`<div id="html_fbb20cc7ddc9af936c46d0b5da393fbb" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_6f0755179124ac6cd372083267d059c2.setContent(html_fbb20cc7ddc9af936c46d0b5da393fbb);
|
|
|
|
|
|
|
|
marker_9416141214ce66f278e1b5f6c47a79e7.bindPopup(popup_6f0755179124ac6cd372083267d059c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9416141214ce66f278e1b5f6c47a79e7.setIcon(icon_fd9c5df37cf6518b05ad153858666b30);
|
|
|
|
|
|
var marker_46b024a90d7d335ed343ba4ecdbf3593 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b8497148f34b82227cc9659dd25a46e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5be8db0fb053e54d643cac7048be07a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fc4390c79581d09d2cb50ad122fdbf4 = $(`<div id="html_8fc4390c79581d09d2cb50ad122fdbf4" style="width: 100.0%; height: 100.0%;">nostr.thaliyal.com</div>`)[0];
|
|
popup_b5be8db0fb053e54d643cac7048be07a.setContent(html_8fc4390c79581d09d2cb50ad122fdbf4);
|
|
|
|
|
|
|
|
marker_46b024a90d7d335ed343ba4ecdbf3593.bindPopup(popup_b5be8db0fb053e54d643cac7048be07a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46b024a90d7d335ed343ba4ecdbf3593.setIcon(icon_b8497148f34b82227cc9659dd25a46e7);
|
|
|
|
|
|
var marker_5bf10c6be967e884297d9c1c8b63fa4e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_7226edc59fa81c3170369b289616a77d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_243460d2417c83dfa2a2a28bdc25fd43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34dfb48972e1794cc5b41904498c1e6e = $(`<div id="html_34dfb48972e1794cc5b41904498c1e6e" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_243460d2417c83dfa2a2a28bdc25fd43.setContent(html_34dfb48972e1794cc5b41904498c1e6e);
|
|
|
|
|
|
|
|
marker_5bf10c6be967e884297d9c1c8b63fa4e.bindPopup(popup_243460d2417c83dfa2a2a28bdc25fd43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bf10c6be967e884297d9c1c8b63fa4e.setIcon(icon_7226edc59fa81c3170369b289616a77d);
|
|
|
|
|
|
var marker_9d7d8bbddad42848ad40550e017c5622 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_45dc2cac8fff4177a14a84b3b770e338 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d009c4e0964fc0d5a85979e9847048e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c19af7ada4f961a5c87d89c225a1766 = $(`<div id="html_9c19af7ada4f961a5c87d89c225a1766" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_d009c4e0964fc0d5a85979e9847048e6.setContent(html_9c19af7ada4f961a5c87d89c225a1766);
|
|
|
|
|
|
|
|
marker_9d7d8bbddad42848ad40550e017c5622.bindPopup(popup_d009c4e0964fc0d5a85979e9847048e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d7d8bbddad42848ad40550e017c5622.setIcon(icon_45dc2cac8fff4177a14a84b3b770e338);
|
|
|
|
|
|
var marker_22a585f611f9f02f99444fb213909529 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_43745ae2a9587c1bd5cae201c1b9ac2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1823136c93916f28855d4d4f26c8830 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_293418a67112b6922c77782e43cebcac = $(`<div id="html_293418a67112b6922c77782e43cebcac" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_a1823136c93916f28855d4d4f26c8830.setContent(html_293418a67112b6922c77782e43cebcac);
|
|
|
|
|
|
|
|
marker_22a585f611f9f02f99444fb213909529.bindPopup(popup_a1823136c93916f28855d4d4f26c8830)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22a585f611f9f02f99444fb213909529.setIcon(icon_43745ae2a9587c1bd5cae201c1b9ac2d);
|
|
|
|
|
|
var marker_cb01f8461c45e8e331f64f193ad87997 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_891e2f0b38f8fe6d7a794542ede903a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ecf896eacbea0614ad36f18be292a4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93c100df544efb4d18f7c74618ef1306 = $(`<div id="html_93c100df544efb4d18f7c74618ef1306" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_1ecf896eacbea0614ad36f18be292a4a.setContent(html_93c100df544efb4d18f7c74618ef1306);
|
|
|
|
|
|
|
|
marker_cb01f8461c45e8e331f64f193ad87997.bindPopup(popup_1ecf896eacbea0614ad36f18be292a4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb01f8461c45e8e331f64f193ad87997.setIcon(icon_891e2f0b38f8fe6d7a794542ede903a0);
|
|
|
|
|
|
var marker_59f6c1502b13b8e51b16bbb24416a92d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_65f4a7b5479faa43375da257ca612181 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8cbc377e29a1dbe3f9c958377a02b8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b3e821ba50d91c8759a8894996d69e5 = $(`<div id="html_1b3e821ba50d91c8759a8894996d69e5" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_d8cbc377e29a1dbe3f9c958377a02b8f.setContent(html_1b3e821ba50d91c8759a8894996d69e5);
|
|
|
|
|
|
|
|
marker_59f6c1502b13b8e51b16bbb24416a92d.bindPopup(popup_d8cbc377e29a1dbe3f9c958377a02b8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59f6c1502b13b8e51b16bbb24416a92d.setIcon(icon_65f4a7b5479faa43375da257ca612181);
|
|
|
|
|
|
var marker_ab2113eeeccd296e95e0e6c0654b3c98 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_c6ca1f074b44c8679a3e1e656e3853b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b890d78d5710de1db98f4798689aabe2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_504648dde1f5f33182609705288c0235 = $(`<div id="html_504648dde1f5f33182609705288c0235" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_b890d78d5710de1db98f4798689aabe2.setContent(html_504648dde1f5f33182609705288c0235);
|
|
|
|
|
|
|
|
marker_ab2113eeeccd296e95e0e6c0654b3c98.bindPopup(popup_b890d78d5710de1db98f4798689aabe2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab2113eeeccd296e95e0e6c0654b3c98.setIcon(icon_c6ca1f074b44c8679a3e1e656e3853b9);
|
|
|
|
|
|
var marker_50a397a0723eb1bc995bdfd3ead7af68 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_da0cd1bb45a40f66231517e8db704e6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_042bd96aae5d460034b771058f112ba7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66c6172d2c7391bacc75f26e88c58dbd = $(`<div id="html_66c6172d2c7391bacc75f26e88c58dbd" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_042bd96aae5d460034b771058f112ba7.setContent(html_66c6172d2c7391bacc75f26e88c58dbd);
|
|
|
|
|
|
|
|
marker_50a397a0723eb1bc995bdfd3ead7af68.bindPopup(popup_042bd96aae5d460034b771058f112ba7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50a397a0723eb1bc995bdfd3ead7af68.setIcon(icon_da0cd1bb45a40f66231517e8db704e6e);
|
|
|
|
|
|
var marker_97de830ec09fc1dfbafd3ba769851bfd = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_7d2997cf3500426bab5356eb1d571867 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15ff2f7de855c1370619c68e6f1dc2d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee1937a494a90abcc7b3fe62885cfd4e = $(`<div id="html_ee1937a494a90abcc7b3fe62885cfd4e" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_15ff2f7de855c1370619c68e6f1dc2d8.setContent(html_ee1937a494a90abcc7b3fe62885cfd4e);
|
|
|
|
|
|
|
|
marker_97de830ec09fc1dfbafd3ba769851bfd.bindPopup(popup_15ff2f7de855c1370619c68e6f1dc2d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97de830ec09fc1dfbafd3ba769851bfd.setIcon(icon_7d2997cf3500426bab5356eb1d571867);
|
|
|
|
|
|
var marker_7fd839ac962338f5eee1569dc495ad0a = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_0c33ed79673b3b6c8c76769a18a7ec13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fd59e6eca132a7ec0bcebf83d4811fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97fc5bc1ef0fef1470b71e7a62c0551d = $(`<div id="html_97fc5bc1ef0fef1470b71e7a62c0551d" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_4fd59e6eca132a7ec0bcebf83d4811fd.setContent(html_97fc5bc1ef0fef1470b71e7a62c0551d);
|
|
|
|
|
|
|
|
marker_7fd839ac962338f5eee1569dc495ad0a.bindPopup(popup_4fd59e6eca132a7ec0bcebf83d4811fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fd839ac962338f5eee1569dc495ad0a.setIcon(icon_0c33ed79673b3b6c8c76769a18a7ec13);
|
|
|
|
|
|
var marker_486f4cc3f062f16597bb29ee0cb1b1e3 = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_e8a5a0c5575305c8591a922b8c45855e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2a9417b6955253a990cce65d44e8944 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4755b32ad60945454fecdff0e0de7718 = $(`<div id="html_4755b32ad60945454fecdff0e0de7718" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_a2a9417b6955253a990cce65d44e8944.setContent(html_4755b32ad60945454fecdff0e0de7718);
|
|
|
|
|
|
|
|
marker_486f4cc3f062f16597bb29ee0cb1b1e3.bindPopup(popup_a2a9417b6955253a990cce65d44e8944)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_486f4cc3f062f16597bb29ee0cb1b1e3.setIcon(icon_e8a5a0c5575305c8591a922b8c45855e);
|
|
|
|
|
|
var marker_8e92549c3685364fcb8e3dd57780aa22 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_691ee10414be3187fa05e362f7db45d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d5e4818ac25211d1faef7af78551c18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3b74746769bd3b283a7b93485616c42 = $(`<div id="html_f3b74746769bd3b283a7b93485616c42" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_8d5e4818ac25211d1faef7af78551c18.setContent(html_f3b74746769bd3b283a7b93485616c42);
|
|
|
|
|
|
|
|
marker_8e92549c3685364fcb8e3dd57780aa22.bindPopup(popup_8d5e4818ac25211d1faef7af78551c18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e92549c3685364fcb8e3dd57780aa22.setIcon(icon_691ee10414be3187fa05e362f7db45d7);
|
|
|
|
|
|
var marker_c601e7b0e9d700962068472e628710d0 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_eee5299c4f94c8aea4976985e47ccaa2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f511551bd5d66a538eee9a293b7f6777 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88e5737e2b9a4698b762214335390a48 = $(`<div id="html_88e5737e2b9a4698b762214335390a48" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_f511551bd5d66a538eee9a293b7f6777.setContent(html_88e5737e2b9a4698b762214335390a48);
|
|
|
|
|
|
|
|
marker_c601e7b0e9d700962068472e628710d0.bindPopup(popup_f511551bd5d66a538eee9a293b7f6777)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c601e7b0e9d700962068472e628710d0.setIcon(icon_eee5299c4f94c8aea4976985e47ccaa2);
|
|
|
|
|
|
var marker_17b93de9c6d0b4205bc420dfca8062db = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b1f69b6929f0c8e0a3047a478e2bd00d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd234458f660b666275653f16a62392a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ac898f538918bdc7fbe346c4eb7791d = $(`<div id="html_6ac898f538918bdc7fbe346c4eb7791d" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_fd234458f660b666275653f16a62392a.setContent(html_6ac898f538918bdc7fbe346c4eb7791d);
|
|
|
|
|
|
|
|
marker_17b93de9c6d0b4205bc420dfca8062db.bindPopup(popup_fd234458f660b666275653f16a62392a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17b93de9c6d0b4205bc420dfca8062db.setIcon(icon_b1f69b6929f0c8e0a3047a478e2bd00d);
|
|
|
|
|
|
var marker_be74af9935376767c200673bc159c198 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_01dfd06ac66da1244ce5cb6c159f2456 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fced479e40d03cd2ef6d8158bf08811 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7dead9fa111a6f36cd798ce8f9c910df = $(`<div id="html_7dead9fa111a6f36cd798ce8f9c910df" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_7fced479e40d03cd2ef6d8158bf08811.setContent(html_7dead9fa111a6f36cd798ce8f9c910df);
|
|
|
|
|
|
|
|
marker_be74af9935376767c200673bc159c198.bindPopup(popup_7fced479e40d03cd2ef6d8158bf08811)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be74af9935376767c200673bc159c198.setIcon(icon_01dfd06ac66da1244ce5cb6c159f2456);
|
|
|
|
|
|
var marker_91308775b1e5d48c8c69f76f09b32b98 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_0fa2e17446051054fe10310a468f39ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0171c8df09cf9e1fe4c8d93c6cba131 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c441e98821fe9e11add9c66c218ab927 = $(`<div id="html_c441e98821fe9e11add9c66c218ab927" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_a0171c8df09cf9e1fe4c8d93c6cba131.setContent(html_c441e98821fe9e11add9c66c218ab927);
|
|
|
|
|
|
|
|
marker_91308775b1e5d48c8c69f76f09b32b98.bindPopup(popup_a0171c8df09cf9e1fe4c8d93c6cba131)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91308775b1e5d48c8c69f76f09b32b98.setIcon(icon_0fa2e17446051054fe10310a468f39ed);
|
|
|
|
|
|
var marker_89628906ee49804c94be6ed1f9763dff = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_48547bd95cc8e7a54d55dc7145c37b58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3abc28c7fe09a47130a9c3ada411b227 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fae8d7a5f3cfe631aa879b8d0746a045 = $(`<div id="html_fae8d7a5f3cfe631aa879b8d0746a045" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_3abc28c7fe09a47130a9c3ada411b227.setContent(html_fae8d7a5f3cfe631aa879b8d0746a045);
|
|
|
|
|
|
|
|
marker_89628906ee49804c94be6ed1f9763dff.bindPopup(popup_3abc28c7fe09a47130a9c3ada411b227)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89628906ee49804c94be6ed1f9763dff.setIcon(icon_48547bd95cc8e7a54d55dc7145c37b58);
|
|
|
|
|
|
var marker_a6487c9a6be6670a371c58d9cadb355c = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_c06d396e3a9af3fc5c0117278282a888 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c2693061dda1cf274510a78bca46d55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9283e13cdb944850fd35dbdc6562f895 = $(`<div id="html_9283e13cdb944850fd35dbdc6562f895" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_4c2693061dda1cf274510a78bca46d55.setContent(html_9283e13cdb944850fd35dbdc6562f895);
|
|
|
|
|
|
|
|
marker_a6487c9a6be6670a371c58d9cadb355c.bindPopup(popup_4c2693061dda1cf274510a78bca46d55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6487c9a6be6670a371c58d9cadb355c.setIcon(icon_c06d396e3a9af3fc5c0117278282a888);
|
|
|
|
|
|
var marker_d37abf7f6db501294b312345190e5d5e = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_c99843389193a91902ff697c36082648 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53fb40a3fa9c29d5391657e2d1ffae58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff2fbf56b1f2661cd4f3978ae066a510 = $(`<div id="html_ff2fbf56b1f2661cd4f3978ae066a510" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_53fb40a3fa9c29d5391657e2d1ffae58.setContent(html_ff2fbf56b1f2661cd4f3978ae066a510);
|
|
|
|
|
|
|
|
marker_d37abf7f6db501294b312345190e5d5e.bindPopup(popup_53fb40a3fa9c29d5391657e2d1ffae58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d37abf7f6db501294b312345190e5d5e.setIcon(icon_c99843389193a91902ff697c36082648);
|
|
|
|
|
|
var marker_dd4b9ee4e67368bc07c66416c9af0c4c = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_87a962bcadb6c0b752181e9709dbb367 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f224b19427b4568440f25bf32ae97513 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be08895248eaab3e42662b82480c7b8a = $(`<div id="html_be08895248eaab3e42662b82480c7b8a" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_f224b19427b4568440f25bf32ae97513.setContent(html_be08895248eaab3e42662b82480c7b8a);
|
|
|
|
|
|
|
|
marker_dd4b9ee4e67368bc07c66416c9af0c4c.bindPopup(popup_f224b19427b4568440f25bf32ae97513)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd4b9ee4e67368bc07c66416c9af0c4c.setIcon(icon_87a962bcadb6c0b752181e9709dbb367);
|
|
|
|
|
|
var marker_9a9245125fd028776f5ed6fd86130650 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_576e673f46163dc252266b4ec983c8a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcd9ae663baed929c7f228d52b54c8f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2560811156311c0fb9864a70731e583f = $(`<div id="html_2560811156311c0fb9864a70731e583f" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_bcd9ae663baed929c7f228d52b54c8f2.setContent(html_2560811156311c0fb9864a70731e583f);
|
|
|
|
|
|
|
|
marker_9a9245125fd028776f5ed6fd86130650.bindPopup(popup_bcd9ae663baed929c7f228d52b54c8f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a9245125fd028776f5ed6fd86130650.setIcon(icon_576e673f46163dc252266b4ec983c8a1);
|
|
|
|
|
|
var marker_07d3dfb5c3ece8ee6743c5bd0ff83ef8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_619919d40812269b2fc8b46ba6acf018 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad2ac137e1f41e3485ad740a13a59f9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a38755a8b53c463bce6eb3a959d2967b = $(`<div id="html_a38755a8b53c463bce6eb3a959d2967b" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_ad2ac137e1f41e3485ad740a13a59f9f.setContent(html_a38755a8b53c463bce6eb3a959d2967b);
|
|
|
|
|
|
|
|
marker_07d3dfb5c3ece8ee6743c5bd0ff83ef8.bindPopup(popup_ad2ac137e1f41e3485ad740a13a59f9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07d3dfb5c3ece8ee6743c5bd0ff83ef8.setIcon(icon_619919d40812269b2fc8b46ba6acf018);
|
|
|
|
|
|
var marker_dd64e28fdd269202ecb0f8b02c063a5b = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_138ddfb6a761ada196a4c6a277218f77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_153683e286f61995b8387f128b635340 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f00a2f129d9489e90df01a02496d805 = $(`<div id="html_8f00a2f129d9489e90df01a02496d805" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_153683e286f61995b8387f128b635340.setContent(html_8f00a2f129d9489e90df01a02496d805);
|
|
|
|
|
|
|
|
marker_dd64e28fdd269202ecb0f8b02c063a5b.bindPopup(popup_153683e286f61995b8387f128b635340)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd64e28fdd269202ecb0f8b02c063a5b.setIcon(icon_138ddfb6a761ada196a4c6a277218f77);
|
|
|
|
|
|
var marker_40e2f82a3943623b58f8d520f96f40d2 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_95136e4d9319d91de88b7497fefa9dfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5acff97aa0158aab78791584f6290510 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4de1bf4073fb9644f65208664cf5b3c5 = $(`<div id="html_4de1bf4073fb9644f65208664cf5b3c5" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_5acff97aa0158aab78791584f6290510.setContent(html_4de1bf4073fb9644f65208664cf5b3c5);
|
|
|
|
|
|
|
|
marker_40e2f82a3943623b58f8d520f96f40d2.bindPopup(popup_5acff97aa0158aab78791584f6290510)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40e2f82a3943623b58f8d520f96f40d2.setIcon(icon_95136e4d9319d91de88b7497fefa9dfe);
|
|
|
|
|
|
var marker_32ab595dca18664a52d327a2bc23e70e = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_8759aefaa5f4b11f79e37434b11a3139 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d1d021edfc3c71ed3d8bc0593dc9d37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6ff9a5b6955f19f975c6a8071679554 = $(`<div id="html_f6ff9a5b6955f19f975c6a8071679554" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_2d1d021edfc3c71ed3d8bc0593dc9d37.setContent(html_f6ff9a5b6955f19f975c6a8071679554);
|
|
|
|
|
|
|
|
marker_32ab595dca18664a52d327a2bc23e70e.bindPopup(popup_2d1d021edfc3c71ed3d8bc0593dc9d37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32ab595dca18664a52d327a2bc23e70e.setIcon(icon_8759aefaa5f4b11f79e37434b11a3139);
|
|
|
|
|
|
var marker_6dfdc138b0d26f8b03792118f57999ff = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_d24623b25d82b5bf45a1d2e8d9266162 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abb5f016c950303096415a7f362a3c73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a76f82ccb13eca62baa8017103d6e30d = $(`<div id="html_a76f82ccb13eca62baa8017103d6e30d" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_abb5f016c950303096415a7f362a3c73.setContent(html_a76f82ccb13eca62baa8017103d6e30d);
|
|
|
|
|
|
|
|
marker_6dfdc138b0d26f8b03792118f57999ff.bindPopup(popup_abb5f016c950303096415a7f362a3c73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6dfdc138b0d26f8b03792118f57999ff.setIcon(icon_d24623b25d82b5bf45a1d2e8d9266162);
|
|
|
|
|
|
var marker_d17fdc0a23043d245cfcf6f6d9b3d232 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_400473c52327857c51852faf4fb09c7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18f53b091a6de1be8ada456f0d251bd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01d0f4ade0fe11c3f087411093ff35c9 = $(`<div id="html_01d0f4ade0fe11c3f087411093ff35c9" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_18f53b091a6de1be8ada456f0d251bd2.setContent(html_01d0f4ade0fe11c3f087411093ff35c9);
|
|
|
|
|
|
|
|
marker_d17fdc0a23043d245cfcf6f6d9b3d232.bindPopup(popup_18f53b091a6de1be8ada456f0d251bd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d17fdc0a23043d245cfcf6f6d9b3d232.setIcon(icon_400473c52327857c51852faf4fb09c7b);
|
|
|
|
|
|
var marker_3d4146045578a99314cab9983d81eb23 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_4087fb7090a1da7bb297eba8b43ec4f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1428431bbb89f89c9d44456e30f40ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19e5a32f5b4fdaabf8baba39d2d03986 = $(`<div id="html_19e5a32f5b4fdaabf8baba39d2d03986" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_b1428431bbb89f89c9d44456e30f40ce.setContent(html_19e5a32f5b4fdaabf8baba39d2d03986);
|
|
|
|
|
|
|
|
marker_3d4146045578a99314cab9983d81eb23.bindPopup(popup_b1428431bbb89f89c9d44456e30f40ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d4146045578a99314cab9983d81eb23.setIcon(icon_4087fb7090a1da7bb297eba8b43ec4f9);
|
|
|
|
|
|
var marker_df5c94596b46655ab1def966f41c0dbd = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b3cd573a0e240c591e95a76d187effa3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b488e6c537b64fd21684f2a0124fc1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f809a3b8e69936645bf86df3c94c75f2 = $(`<div id="html_f809a3b8e69936645bf86df3c94c75f2" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_0b488e6c537b64fd21684f2a0124fc1d.setContent(html_f809a3b8e69936645bf86df3c94c75f2);
|
|
|
|
|
|
|
|
marker_df5c94596b46655ab1def966f41c0dbd.bindPopup(popup_0b488e6c537b64fd21684f2a0124fc1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df5c94596b46655ab1def966f41c0dbd.setIcon(icon_b3cd573a0e240c591e95a76d187effa3);
|
|
|
|
|
|
var marker_59811eb157c79f07614c620c16fa5862 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_8cb59a1ecd5f18bb56ae5cc8dfa50ac0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79d7ea9eefc14879fbfb4eab7da3e293 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6fca37b75e11555f48b14743d38e92f = $(`<div id="html_f6fca37b75e11555f48b14743d38e92f" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_79d7ea9eefc14879fbfb4eab7da3e293.setContent(html_f6fca37b75e11555f48b14743d38e92f);
|
|
|
|
|
|
|
|
marker_59811eb157c79f07614c620c16fa5862.bindPopup(popup_79d7ea9eefc14879fbfb4eab7da3e293)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59811eb157c79f07614c620c16fa5862.setIcon(icon_8cb59a1ecd5f18bb56ae5cc8dfa50ac0);
|
|
|
|
|
|
var marker_2243dc9b2fb2a46a1e613ec9893778b3 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_0004074698900e7904750e00181104fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d01af866b9861774f422afc4a388e69e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_711fdc1ded1ae7a3530958faabe11943 = $(`<div id="html_711fdc1ded1ae7a3530958faabe11943" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_d01af866b9861774f422afc4a388e69e.setContent(html_711fdc1ded1ae7a3530958faabe11943);
|
|
|
|
|
|
|
|
marker_2243dc9b2fb2a46a1e613ec9893778b3.bindPopup(popup_d01af866b9861774f422afc4a388e69e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2243dc9b2fb2a46a1e613ec9893778b3.setIcon(icon_0004074698900e7904750e00181104fe);
|
|
|
|
|
|
var marker_57ddd6442300f69d5c5e4ca1c682c8b3 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_31d804e9cfeb17d3264d02e9600b2f75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5abcd6df2205785a0a76991c115e47dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_367a8c1ea508590754204c6f823c3e5f = $(`<div id="html_367a8c1ea508590754204c6f823c3e5f" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_5abcd6df2205785a0a76991c115e47dc.setContent(html_367a8c1ea508590754204c6f823c3e5f);
|
|
|
|
|
|
|
|
marker_57ddd6442300f69d5c5e4ca1c682c8b3.bindPopup(popup_5abcd6df2205785a0a76991c115e47dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57ddd6442300f69d5c5e4ca1c682c8b3.setIcon(icon_31d804e9cfeb17d3264d02e9600b2f75);
|
|
|
|
|
|
var marker_3d96e888f15e81761442ef2db1c20762 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_6728ff325824c729cbb4739305ff15bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a674eaf5b2cc081bd6c5b2da92b61be8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fce00d025a107e029379f6d0c5247bc = $(`<div id="html_0fce00d025a107e029379f6d0c5247bc" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_a674eaf5b2cc081bd6c5b2da92b61be8.setContent(html_0fce00d025a107e029379f6d0c5247bc);
|
|
|
|
|
|
|
|
marker_3d96e888f15e81761442ef2db1c20762.bindPopup(popup_a674eaf5b2cc081bd6c5b2da92b61be8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d96e888f15e81761442ef2db1c20762.setIcon(icon_6728ff325824c729cbb4739305ff15bc);
|
|
|
|
|
|
var marker_af5e4cbc4a8ab02a9e8044e4d1240c18 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_979ab4b01e11d5a73ddeed354c0610f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb1d4cbb1d3e71dac44812f8f17fd752 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b06934c69e4ab49b1dc4e2377ba3773 = $(`<div id="html_5b06934c69e4ab49b1dc4e2377ba3773" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_eb1d4cbb1d3e71dac44812f8f17fd752.setContent(html_5b06934c69e4ab49b1dc4e2377ba3773);
|
|
|
|
|
|
|
|
marker_af5e4cbc4a8ab02a9e8044e4d1240c18.bindPopup(popup_eb1d4cbb1d3e71dac44812f8f17fd752)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af5e4cbc4a8ab02a9e8044e4d1240c18.setIcon(icon_979ab4b01e11d5a73ddeed354c0610f8);
|
|
|
|
|
|
var marker_eef52cef8629737dadc18a95fcc0880b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_7a97fb1a60d508fa5f3b6a203e944434 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0a7f68953c20391a6d14a2e0e1f7a7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a705326392bebd1227acd64348dc51d9 = $(`<div id="html_a705326392bebd1227acd64348dc51d9" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_d0a7f68953c20391a6d14a2e0e1f7a7b.setContent(html_a705326392bebd1227acd64348dc51d9);
|
|
|
|
|
|
|
|
marker_eef52cef8629737dadc18a95fcc0880b.bindPopup(popup_d0a7f68953c20391a6d14a2e0e1f7a7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eef52cef8629737dadc18a95fcc0880b.setIcon(icon_7a97fb1a60d508fa5f3b6a203e944434);
|
|
|
|
|
|
var marker_94ff71ff98473b9079d1c3da61a39abb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_a8af420a8381a06b280bab02559e6973 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0467f9d3ec24a90124417159c9c869fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_375764e45fdb901ac21cec053ecb0d61 = $(`<div id="html_375764e45fdb901ac21cec053ecb0d61" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_0467f9d3ec24a90124417159c9c869fa.setContent(html_375764e45fdb901ac21cec053ecb0d61);
|
|
|
|
|
|
|
|
marker_94ff71ff98473b9079d1c3da61a39abb.bindPopup(popup_0467f9d3ec24a90124417159c9c869fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94ff71ff98473b9079d1c3da61a39abb.setIcon(icon_a8af420a8381a06b280bab02559e6973);
|
|
|
|
|
|
var marker_300bd87f921091c51bdf62c9bceadebd = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_c790f0db3aa2cbd399b900a821e3777e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a27506eacd42112b9019753d2fc7f614 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4853f6e6d7e99f50c994124c358e95f9 = $(`<div id="html_4853f6e6d7e99f50c994124c358e95f9" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_a27506eacd42112b9019753d2fc7f614.setContent(html_4853f6e6d7e99f50c994124c358e95f9);
|
|
|
|
|
|
|
|
marker_300bd87f921091c51bdf62c9bceadebd.bindPopup(popup_a27506eacd42112b9019753d2fc7f614)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_300bd87f921091c51bdf62c9bceadebd.setIcon(icon_c790f0db3aa2cbd399b900a821e3777e);
|
|
|
|
|
|
var marker_9201b425d703d01c54f5feb30cc4747c = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_2923976892e9fa83e7a1615d5ebe7ccb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aad2569078be2ddbb46f929eae51371f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d5b9a675e65ce4039b69f1754ade77e = $(`<div id="html_5d5b9a675e65ce4039b69f1754ade77e" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_aad2569078be2ddbb46f929eae51371f.setContent(html_5d5b9a675e65ce4039b69f1754ade77e);
|
|
|
|
|
|
|
|
marker_9201b425d703d01c54f5feb30cc4747c.bindPopup(popup_aad2569078be2ddbb46f929eae51371f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9201b425d703d01c54f5feb30cc4747c.setIcon(icon_2923976892e9fa83e7a1615d5ebe7ccb);
|
|
|
|
|
|
var marker_543e6e0663b28133147817ba91b80277 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_aa92449cdb64ab6c7361b2d7c48c2a08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30bff78a0b8d8a4677ed99ebd6d356ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac7c93d66f60f5edd5fded675f058e22 = $(`<div id="html_ac7c93d66f60f5edd5fded675f058e22" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_30bff78a0b8d8a4677ed99ebd6d356ab.setContent(html_ac7c93d66f60f5edd5fded675f058e22);
|
|
|
|
|
|
|
|
marker_543e6e0663b28133147817ba91b80277.bindPopup(popup_30bff78a0b8d8a4677ed99ebd6d356ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_543e6e0663b28133147817ba91b80277.setIcon(icon_aa92449cdb64ab6c7361b2d7c48c2a08);
|
|
|
|
|
|
var marker_6fd7d38c9f46147ae3ad306eba19c5d6 = L.marker(
|
|
[34.0965, -117.585],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_168deae821690d520a0e072f2e859258 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00ecf6a3e8e204f63db333ed5319b2a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4af9678d17f0c8bb09d1379993c2e238 = $(`<div id="html_4af9678d17f0c8bb09d1379993c2e238" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_00ecf6a3e8e204f63db333ed5319b2a9.setContent(html_4af9678d17f0c8bb09d1379993c2e238);
|
|
|
|
|
|
|
|
marker_6fd7d38c9f46147ae3ad306eba19c5d6.bindPopup(popup_00ecf6a3e8e204f63db333ed5319b2a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fd7d38c9f46147ae3ad306eba19c5d6.setIcon(icon_168deae821690d520a0e072f2e859258);
|
|
|
|
|
|
var marker_2b18a379d91f933abe294e312fd1ba80 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_3cbaf09952491e0b6934e1a928f6aa54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_812b651cbdbb482baaf10faba24543b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3b47fba7df50c6af848a80f53b2a9dd = $(`<div id="html_a3b47fba7df50c6af848a80f53b2a9dd" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_812b651cbdbb482baaf10faba24543b0.setContent(html_a3b47fba7df50c6af848a80f53b2a9dd);
|
|
|
|
|
|
|
|
marker_2b18a379d91f933abe294e312fd1ba80.bindPopup(popup_812b651cbdbb482baaf10faba24543b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b18a379d91f933abe294e312fd1ba80.setIcon(icon_3cbaf09952491e0b6934e1a928f6aa54);
|
|
|
|
|
|
var marker_9b40acd0ff5c1f3781cc83d672c6881e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_c78b424988b4379ab9af96d1f2df559e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0a92f4179273ea1e48281eae21fb967 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d59cb974c4e9d708e7f72c44490a3f6 = $(`<div id="html_2d59cb974c4e9d708e7f72c44490a3f6" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_c0a92f4179273ea1e48281eae21fb967.setContent(html_2d59cb974c4e9d708e7f72c44490a3f6);
|
|
|
|
|
|
|
|
marker_9b40acd0ff5c1f3781cc83d672c6881e.bindPopup(popup_c0a92f4179273ea1e48281eae21fb967)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b40acd0ff5c1f3781cc83d672c6881e.setIcon(icon_c78b424988b4379ab9af96d1f2df559e);
|
|
|
|
|
|
var marker_4a294d6f74d362af5da2daa00fb6d6b8 = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_9d81487c7c8cef666e51026aa189c875 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd64df3a1a0f2bb7f3cfe81a1df3c9cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e7b2a457ff9b60a283cfe0847a0a46c = $(`<div id="html_2e7b2a457ff9b60a283cfe0847a0a46c" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_cd64df3a1a0f2bb7f3cfe81a1df3c9cf.setContent(html_2e7b2a457ff9b60a283cfe0847a0a46c);
|
|
|
|
|
|
|
|
marker_4a294d6f74d362af5da2daa00fb6d6b8.bindPopup(popup_cd64df3a1a0f2bb7f3cfe81a1df3c9cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a294d6f74d362af5da2daa00fb6d6b8.setIcon(icon_9d81487c7c8cef666e51026aa189c875);
|
|
|
|
|
|
var marker_36fb0908ba9e5006500faa8f565dd408 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_e23aea78a4389b3c00519d51535aa828 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c679d28aafe6c523a4ab8aee01d603e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7b218599589a231fd8d7cf4f7d33d62 = $(`<div id="html_e7b218599589a231fd8d7cf4f7d33d62" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_c679d28aafe6c523a4ab8aee01d603e9.setContent(html_e7b218599589a231fd8d7cf4f7d33d62);
|
|
|
|
|
|
|
|
marker_36fb0908ba9e5006500faa8f565dd408.bindPopup(popup_c679d28aafe6c523a4ab8aee01d603e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36fb0908ba9e5006500faa8f565dd408.setIcon(icon_e23aea78a4389b3c00519d51535aa828);
|
|
|
|
|
|
var marker_8027bbb084ba2f7706f8b3bbccecce1f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_777f314c71c4cc805d136edab6680bf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed48357aa47d5392cd41eea4994b6282 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba7b6d736f5f806d826909a2af8a87e3 = $(`<div id="html_ba7b6d736f5f806d826909a2af8a87e3" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_ed48357aa47d5392cd41eea4994b6282.setContent(html_ba7b6d736f5f806d826909a2af8a87e3);
|
|
|
|
|
|
|
|
marker_8027bbb084ba2f7706f8b3bbccecce1f.bindPopup(popup_ed48357aa47d5392cd41eea4994b6282)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8027bbb084ba2f7706f8b3bbccecce1f.setIcon(icon_777f314c71c4cc805d136edab6680bf1);
|
|
|
|
|
|
var marker_1e9693656ddf68ebf3439d386a7b88d5 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_d339f4b128b6cc44b235bd9447cc7595 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2b3848e5a39fa577a82d87c3e19c759 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3ac127d4ebbea76f17c96ee1cca8995 = $(`<div id="html_c3ac127d4ebbea76f17c96ee1cca8995" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_a2b3848e5a39fa577a82d87c3e19c759.setContent(html_c3ac127d4ebbea76f17c96ee1cca8995);
|
|
|
|
|
|
|
|
marker_1e9693656ddf68ebf3439d386a7b88d5.bindPopup(popup_a2b3848e5a39fa577a82d87c3e19c759)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e9693656ddf68ebf3439d386a7b88d5.setIcon(icon_d339f4b128b6cc44b235bd9447cc7595);
|
|
|
|
|
|
var marker_cc37bce6035e371428adbb713be97de8 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_acdd9ce4fbb8bb5ecf4a70bd0bef5ee3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_691e608b7acdbb9b5964c51d2418fb5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_106968cf54e7cb058dd610817fc5fc51 = $(`<div id="html_106968cf54e7cb058dd610817fc5fc51" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_691e608b7acdbb9b5964c51d2418fb5b.setContent(html_106968cf54e7cb058dd610817fc5fc51);
|
|
|
|
|
|
|
|
marker_cc37bce6035e371428adbb713be97de8.bindPopup(popup_691e608b7acdbb9b5964c51d2418fb5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc37bce6035e371428adbb713be97de8.setIcon(icon_acdd9ce4fbb8bb5ecf4a70bd0bef5ee3);
|
|
|
|
|
|
var marker_91a40dd9c093f086226c83b844e87027 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_3bfeaa6babf1f0d1b77546f498c21cce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e3f17d2b29735964d78cbc7288c9978 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfd88ccecb4e0b59d9c5c7c48a87b107 = $(`<div id="html_cfd88ccecb4e0b59d9c5c7c48a87b107" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_7e3f17d2b29735964d78cbc7288c9978.setContent(html_cfd88ccecb4e0b59d9c5c7c48a87b107);
|
|
|
|
|
|
|
|
marker_91a40dd9c093f086226c83b844e87027.bindPopup(popup_7e3f17d2b29735964d78cbc7288c9978)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91a40dd9c093f086226c83b844e87027.setIcon(icon_3bfeaa6babf1f0d1b77546f498c21cce);
|
|
|
|
|
|
var marker_0225099e76db48434f92fb67d2471857 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_21dfc7d5e654d70bef80c89eaf378a4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c521f4a680429b105f83e1c8daafee43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9799cc078904dc0e1b7e61cdd832fc5c = $(`<div id="html_9799cc078904dc0e1b7e61cdd832fc5c" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_c521f4a680429b105f83e1c8daafee43.setContent(html_9799cc078904dc0e1b7e61cdd832fc5c);
|
|
|
|
|
|
|
|
marker_0225099e76db48434f92fb67d2471857.bindPopup(popup_c521f4a680429b105f83e1c8daafee43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0225099e76db48434f92fb67d2471857.setIcon(icon_21dfc7d5e654d70bef80c89eaf378a4a);
|
|
|
|
|
|
var marker_d22d35854ddbad7c613e43d6945cf923 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_e01f512b2daf23abe0ef33a7ac703358 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b4f66825247de11469890eb3175597f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09f9af4afecd4e601953f8d007d0806c = $(`<div id="html_09f9af4afecd4e601953f8d007d0806c" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_4b4f66825247de11469890eb3175597f.setContent(html_09f9af4afecd4e601953f8d007d0806c);
|
|
|
|
|
|
|
|
marker_d22d35854ddbad7c613e43d6945cf923.bindPopup(popup_4b4f66825247de11469890eb3175597f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d22d35854ddbad7c613e43d6945cf923.setIcon(icon_e01f512b2daf23abe0ef33a7ac703358);
|
|
|
|
|
|
var marker_fc3c1331a49aa824d9f85d5cf57f1e71 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_c576cf1af491b9541be590637522ed3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d60308500f188a8ee6d23e12ae40ddfa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b3481ccf9ad718d4cfcd4c2be559cc3 = $(`<div id="html_1b3481ccf9ad718d4cfcd4c2be559cc3" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_d60308500f188a8ee6d23e12ae40ddfa.setContent(html_1b3481ccf9ad718d4cfcd4c2be559cc3);
|
|
|
|
|
|
|
|
marker_fc3c1331a49aa824d9f85d5cf57f1e71.bindPopup(popup_d60308500f188a8ee6d23e12ae40ddfa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc3c1331a49aa824d9f85d5cf57f1e71.setIcon(icon_c576cf1af491b9541be590637522ed3e);
|
|
|
|
|
|
var marker_31238995ddf57b0f62eb7a696e873de6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_6d6f7c6e624433fe9ed76e98c03d089d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e5ecea16e87fc29aec4b454b3b0223e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_575b9067e815e595a8b833e5cddb0cfa = $(`<div id="html_575b9067e815e595a8b833e5cddb0cfa" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_5e5ecea16e87fc29aec4b454b3b0223e.setContent(html_575b9067e815e595a8b833e5cddb0cfa);
|
|
|
|
|
|
|
|
marker_31238995ddf57b0f62eb7a696e873de6.bindPopup(popup_5e5ecea16e87fc29aec4b454b3b0223e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31238995ddf57b0f62eb7a696e873de6.setIcon(icon_6d6f7c6e624433fe9ed76e98c03d089d);
|
|
|
|
|
|
var marker_ddd64819a818ca5f53d8b17192f9880d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_47974b1b101dc35834b4ff55fb1a629f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9191ce5479e3a2699fae78c50943aa0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3834c250480e31d5d8fbc578d304e291 = $(`<div id="html_3834c250480e31d5d8fbc578d304e291" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_9191ce5479e3a2699fae78c50943aa0c.setContent(html_3834c250480e31d5d8fbc578d304e291);
|
|
|
|
|
|
|
|
marker_ddd64819a818ca5f53d8b17192f9880d.bindPopup(popup_9191ce5479e3a2699fae78c50943aa0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddd64819a818ca5f53d8b17192f9880d.setIcon(icon_47974b1b101dc35834b4ff55fb1a629f);
|
|
|
|
|
|
var marker_eb4cedbe05acbdece70f965f8ace331d = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_61afb65dfcf96e2d584ab80a6ca7873e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1f15b0492f5ca897f10d14f237f4042 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea3c2c3fb94f813d3c3da5452f052d08 = $(`<div id="html_ea3c2c3fb94f813d3c3da5452f052d08" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_e1f15b0492f5ca897f10d14f237f4042.setContent(html_ea3c2c3fb94f813d3c3da5452f052d08);
|
|
|
|
|
|
|
|
marker_eb4cedbe05acbdece70f965f8ace331d.bindPopup(popup_e1f15b0492f5ca897f10d14f237f4042)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb4cedbe05acbdece70f965f8ace331d.setIcon(icon_61afb65dfcf96e2d584ab80a6ca7873e);
|
|
|
|
|
|
var marker_5e7ab1c9ac0eeaccb8d3abe3d99e8810 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_c6530291da123b3535a90df62505d8df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bff4d75b1e1bdda708e155a244a244c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6588b020444964981f5c528c5ed1f504 = $(`<div id="html_6588b020444964981f5c528c5ed1f504" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_3bff4d75b1e1bdda708e155a244a244c.setContent(html_6588b020444964981f5c528c5ed1f504);
|
|
|
|
|
|
|
|
marker_5e7ab1c9ac0eeaccb8d3abe3d99e8810.bindPopup(popup_3bff4d75b1e1bdda708e155a244a244c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e7ab1c9ac0eeaccb8d3abe3d99e8810.setIcon(icon_c6530291da123b3535a90df62505d8df);
|
|
|
|
|
|
var marker_9c116717e13ba00a9682fc76936db084 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_34e6fdd15b436dfe10ad7fc923774f8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b2a18106eaaec81f5789a7da66f05e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3867a42b1650ef42c354d8d3ccd2a547 = $(`<div id="html_3867a42b1650ef42c354d8d3ccd2a547" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_3b2a18106eaaec81f5789a7da66f05e2.setContent(html_3867a42b1650ef42c354d8d3ccd2a547);
|
|
|
|
|
|
|
|
marker_9c116717e13ba00a9682fc76936db084.bindPopup(popup_3b2a18106eaaec81f5789a7da66f05e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c116717e13ba00a9682fc76936db084.setIcon(icon_34e6fdd15b436dfe10ad7fc923774f8e);
|
|
|
|
|
|
var marker_25db1d053f4ab536e0b84794083728f4 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_dce9435b6ba7646e5f035ae9f5287db4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ef40914fdc303616eb511cd4fa602a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0b816c73eb9604ae3f05fa5285ba285 = $(`<div id="html_e0b816c73eb9604ae3f05fa5285ba285" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_3ef40914fdc303616eb511cd4fa602a0.setContent(html_e0b816c73eb9604ae3f05fa5285ba285);
|
|
|
|
|
|
|
|
marker_25db1d053f4ab536e0b84794083728f4.bindPopup(popup_3ef40914fdc303616eb511cd4fa602a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25db1d053f4ab536e0b84794083728f4.setIcon(icon_dce9435b6ba7646e5f035ae9f5287db4);
|
|
|
|
|
|
var marker_871fbe571de6dbe9109c77f532225710 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_4ac95bf8b78746eb60490fcb4e26256a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9ee70d2abe8401073aeb0d1d5d777bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90829fb1d790dd44b612b11ecd7aca51 = $(`<div id="html_90829fb1d790dd44b612b11ecd7aca51" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_f9ee70d2abe8401073aeb0d1d5d777bd.setContent(html_90829fb1d790dd44b612b11ecd7aca51);
|
|
|
|
|
|
|
|
marker_871fbe571de6dbe9109c77f532225710.bindPopup(popup_f9ee70d2abe8401073aeb0d1d5d777bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_871fbe571de6dbe9109c77f532225710.setIcon(icon_4ac95bf8b78746eb60490fcb4e26256a);
|
|
|
|
|
|
var marker_9e7d3a7b42321aad9506eee4695c2d52 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b8c530b7df06034028dac16f07402738 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fadf4405b592167a80c7983a55e1032 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_747a939390d702de5a4fc5279f378562 = $(`<div id="html_747a939390d702de5a4fc5279f378562" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_3fadf4405b592167a80c7983a55e1032.setContent(html_747a939390d702de5a4fc5279f378562);
|
|
|
|
|
|
|
|
marker_9e7d3a7b42321aad9506eee4695c2d52.bindPopup(popup_3fadf4405b592167a80c7983a55e1032)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e7d3a7b42321aad9506eee4695c2d52.setIcon(icon_b8c530b7df06034028dac16f07402738);
|
|
|
|
|
|
var marker_f7120b4ff5ce9fb66b062ec108a23758 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_e7e509f3ef3946a0482c3f0dc39c64d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8a6272a12069e0f3d582f14f52cd6cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ad29b799e5e660b546c12d9c9c28f8e = $(`<div id="html_5ad29b799e5e660b546c12d9c9c28f8e" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_d8a6272a12069e0f3d582f14f52cd6cc.setContent(html_5ad29b799e5e660b546c12d9c9c28f8e);
|
|
|
|
|
|
|
|
marker_f7120b4ff5ce9fb66b062ec108a23758.bindPopup(popup_d8a6272a12069e0f3d582f14f52cd6cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7120b4ff5ce9fb66b062ec108a23758.setIcon(icon_e7e509f3ef3946a0482c3f0dc39c64d6);
|
|
|
|
|
|
var marker_5616e2d341063694e0d4772650cadc72 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_8067b439e9115d415b7f25bae23c7b0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b334bc5d4086658cf0f5448e7f63b53b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b7957418597500876b2851c02adbb3e = $(`<div id="html_7b7957418597500876b2851c02adbb3e" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_b334bc5d4086658cf0f5448e7f63b53b.setContent(html_7b7957418597500876b2851c02adbb3e);
|
|
|
|
|
|
|
|
marker_5616e2d341063694e0d4772650cadc72.bindPopup(popup_b334bc5d4086658cf0f5448e7f63b53b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5616e2d341063694e0d4772650cadc72.setIcon(icon_8067b439e9115d415b7f25bae23c7b0a);
|
|
|
|
|
|
var marker_fe3a84525f7f72989b5b7ad5171f31f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b7f1e6ad503fbcc6255e20f5518dcdcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_435b8efb53ecf14adeadc0e95f4b9ad3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d6ed6addb24d327e5f3f9d3f6dec1c1 = $(`<div id="html_6d6ed6addb24d327e5f3f9d3f6dec1c1" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_435b8efb53ecf14adeadc0e95f4b9ad3.setContent(html_6d6ed6addb24d327e5f3f9d3f6dec1c1);
|
|
|
|
|
|
|
|
marker_fe3a84525f7f72989b5b7ad5171f31f3.bindPopup(popup_435b8efb53ecf14adeadc0e95f4b9ad3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe3a84525f7f72989b5b7ad5171f31f3.setIcon(icon_b7f1e6ad503fbcc6255e20f5518dcdcc);
|
|
|
|
|
|
var marker_3b8691bfcfbbb28d0a5d7abc2c69a3b4 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_6dbda0b15473d758b620b22ee363bfe6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90bd5084be5c861ad6fc8c87ce678c07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fb5a7663e2469fea3ce41313052adda = $(`<div id="html_6fb5a7663e2469fea3ce41313052adda" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_90bd5084be5c861ad6fc8c87ce678c07.setContent(html_6fb5a7663e2469fea3ce41313052adda);
|
|
|
|
|
|
|
|
marker_3b8691bfcfbbb28d0a5d7abc2c69a3b4.bindPopup(popup_90bd5084be5c861ad6fc8c87ce678c07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b8691bfcfbbb28d0a5d7abc2c69a3b4.setIcon(icon_6dbda0b15473d758b620b22ee363bfe6);
|
|
|
|
|
|
var marker_dc4796866ae3c94c90d7c738cb38523c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_c54856df9b932b69a5201484b8b8dc9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb85e265a686f2ca9e18bf101d0225f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efff2d93367d3d22d40489adf763704a = $(`<div id="html_efff2d93367d3d22d40489adf763704a" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_cb85e265a686f2ca9e18bf101d0225f0.setContent(html_efff2d93367d3d22d40489adf763704a);
|
|
|
|
|
|
|
|
marker_dc4796866ae3c94c90d7c738cb38523c.bindPopup(popup_cb85e265a686f2ca9e18bf101d0225f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc4796866ae3c94c90d7c738cb38523c.setIcon(icon_c54856df9b932b69a5201484b8b8dc9a);
|
|
|
|
|
|
var marker_8770d7f688cdb295eec775680b0d6d8a = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_e8ceb15589325d87d1df71016f663c98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d19b6830aafe22c88c097877a16fe2b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2fb133488599570fcd24e347a2ffc0d = $(`<div id="html_d2fb133488599570fcd24e347a2ffc0d" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_d19b6830aafe22c88c097877a16fe2b5.setContent(html_d2fb133488599570fcd24e347a2ffc0d);
|
|
|
|
|
|
|
|
marker_8770d7f688cdb295eec775680b0d6d8a.bindPopup(popup_d19b6830aafe22c88c097877a16fe2b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8770d7f688cdb295eec775680b0d6d8a.setIcon(icon_e8ceb15589325d87d1df71016f663c98);
|
|
|
|
|
|
var marker_6e42704d8dcab0faa6cf42239cd6ef9b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_7481df4e2473633695845ad4b248f52f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93b6f3e45b16ca8a5ab8eebb9fc3bc3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60ca4ec18713a27a3b226ac2cd63d49d = $(`<div id="html_60ca4ec18713a27a3b226ac2cd63d49d" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_93b6f3e45b16ca8a5ab8eebb9fc3bc3b.setContent(html_60ca4ec18713a27a3b226ac2cd63d49d);
|
|
|
|
|
|
|
|
marker_6e42704d8dcab0faa6cf42239cd6ef9b.bindPopup(popup_93b6f3e45b16ca8a5ab8eebb9fc3bc3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e42704d8dcab0faa6cf42239cd6ef9b.setIcon(icon_7481df4e2473633695845ad4b248f52f);
|
|
|
|
|
|
var marker_00efd355d16d919dc4a2d6600155bc62 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_d602e45280349d6d1af85dee6dc5abe3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9767515508e67ef7662d09d7d8ab5af7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1cb083a46733a794c1fcf319619b7ab = $(`<div id="html_e1cb083a46733a794c1fcf319619b7ab" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_9767515508e67ef7662d09d7d8ab5af7.setContent(html_e1cb083a46733a794c1fcf319619b7ab);
|
|
|
|
|
|
|
|
marker_00efd355d16d919dc4a2d6600155bc62.bindPopup(popup_9767515508e67ef7662d09d7d8ab5af7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00efd355d16d919dc4a2d6600155bc62.setIcon(icon_d602e45280349d6d1af85dee6dc5abe3);
|
|
|
|
|
|
var marker_53f8b1cf5c28dcc023536cee4794a951 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_6dd5a162e0e783e22addc240e116faa9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a923d7bc85f4c1e10edc03c39b7b941d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef198280b391c6e9faaaa7c01e7df6cd = $(`<div id="html_ef198280b391c6e9faaaa7c01e7df6cd" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_a923d7bc85f4c1e10edc03c39b7b941d.setContent(html_ef198280b391c6e9faaaa7c01e7df6cd);
|
|
|
|
|
|
|
|
marker_53f8b1cf5c28dcc023536cee4794a951.bindPopup(popup_a923d7bc85f4c1e10edc03c39b7b941d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53f8b1cf5c28dcc023536cee4794a951.setIcon(icon_6dd5a162e0e783e22addc240e116faa9);
|
|
|
|
|
|
var marker_e8fe7b8cdf597f9bd190c78dc2c19317 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_adb733076508ba651c7641ceec870e81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14576c170c9c7b8e4584d1e0c0fb609e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd5fbf2ab09a0902586d44137eab4a46 = $(`<div id="html_dd5fbf2ab09a0902586d44137eab4a46" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_14576c170c9c7b8e4584d1e0c0fb609e.setContent(html_dd5fbf2ab09a0902586d44137eab4a46);
|
|
|
|
|
|
|
|
marker_e8fe7b8cdf597f9bd190c78dc2c19317.bindPopup(popup_14576c170c9c7b8e4584d1e0c0fb609e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8fe7b8cdf597f9bd190c78dc2c19317.setIcon(icon_adb733076508ba651c7641ceec870e81);
|
|
|
|
|
|
var marker_7a79231fbab97d393e870eea1fec155f = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_70a5b7408a96dbfde9c59b431a11630d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b19f953ccec84265e078d225375987f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6c718957dbe973e2e6e2b198aa831cb = $(`<div id="html_e6c718957dbe973e2e6e2b198aa831cb" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_b19f953ccec84265e078d225375987f1.setContent(html_e6c718957dbe973e2e6e2b198aa831cb);
|
|
|
|
|
|
|
|
marker_7a79231fbab97d393e870eea1fec155f.bindPopup(popup_b19f953ccec84265e078d225375987f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a79231fbab97d393e870eea1fec155f.setIcon(icon_70a5b7408a96dbfde9c59b431a11630d);
|
|
|
|
|
|
var marker_e112030bd53041667e2b1d5963a89a06 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_d1ef39ecf42b5247857a18fed693e51f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de0e3d6589a61083a64c2c53ce360594 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c0a91e7a63b425b15a6cd31122616d8 = $(`<div id="html_8c0a91e7a63b425b15a6cd31122616d8" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_de0e3d6589a61083a64c2c53ce360594.setContent(html_8c0a91e7a63b425b15a6cd31122616d8);
|
|
|
|
|
|
|
|
marker_e112030bd53041667e2b1d5963a89a06.bindPopup(popup_de0e3d6589a61083a64c2c53ce360594)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e112030bd53041667e2b1d5963a89a06.setIcon(icon_d1ef39ecf42b5247857a18fed693e51f);
|
|
|
|
|
|
var marker_2f551b087eac68cb2694d5abb3717442 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_4f14ed7a536933672fda70bea43cce7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1608c08bfc40c657cd2ccc94e0ca3cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed89babcbe5173e49a2a3e00df083d03 = $(`<div id="html_ed89babcbe5173e49a2a3e00df083d03" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_d1608c08bfc40c657cd2ccc94e0ca3cc.setContent(html_ed89babcbe5173e49a2a3e00df083d03);
|
|
|
|
|
|
|
|
marker_2f551b087eac68cb2694d5abb3717442.bindPopup(popup_d1608c08bfc40c657cd2ccc94e0ca3cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f551b087eac68cb2694d5abb3717442.setIcon(icon_4f14ed7a536933672fda70bea43cce7f);
|
|
|
|
|
|
var marker_81f10db97d6f5a3a3601328d737b35e8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_7a9abc204d0e0d7d5214570de9d04b0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81811b7150bf5bb2cee685676f5b2a4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_511d0db42d54979ab00788c1f4148590 = $(`<div id="html_511d0db42d54979ab00788c1f4148590" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_81811b7150bf5bb2cee685676f5b2a4c.setContent(html_511d0db42d54979ab00788c1f4148590);
|
|
|
|
|
|
|
|
marker_81f10db97d6f5a3a3601328d737b35e8.bindPopup(popup_81811b7150bf5bb2cee685676f5b2a4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81f10db97d6f5a3a3601328d737b35e8.setIcon(icon_7a9abc204d0e0d7d5214570de9d04b0a);
|
|
|
|
|
|
var marker_c5bcb9701bab0dc5278dada93feebfe3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_faf079f08fd11cd22ef9a35ded28dadb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b543aa20e5a2c1ce9f9404b7f0655347 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c57668a78a2fd8ed6618f2242818084d = $(`<div id="html_c57668a78a2fd8ed6618f2242818084d" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_b543aa20e5a2c1ce9f9404b7f0655347.setContent(html_c57668a78a2fd8ed6618f2242818084d);
|
|
|
|
|
|
|
|
marker_c5bcb9701bab0dc5278dada93feebfe3.bindPopup(popup_b543aa20e5a2c1ce9f9404b7f0655347)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5bcb9701bab0dc5278dada93feebfe3.setIcon(icon_faf079f08fd11cd22ef9a35ded28dadb);
|
|
|
|
|
|
var marker_485bff81f38a449c120b38b8d4f91edb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b96b4831844e8287adee773f441f892d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c8ca7080e99ab10097417575eaab3b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_376b393245de2853b4362b89becf2543 = $(`<div id="html_376b393245de2853b4362b89becf2543" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_2c8ca7080e99ab10097417575eaab3b1.setContent(html_376b393245de2853b4362b89becf2543);
|
|
|
|
|
|
|
|
marker_485bff81f38a449c120b38b8d4f91edb.bindPopup(popup_2c8ca7080e99ab10097417575eaab3b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_485bff81f38a449c120b38b8d4f91edb.setIcon(icon_b96b4831844e8287adee773f441f892d);
|
|
|
|
|
|
var marker_9185c674f7e1487a85718078b04bef4c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_7ae0a227db47bab97b97121cd6505c40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e838064003bdb2925099c37cf48f3a99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_449acf401a934d6728960ae6c4e91a81 = $(`<div id="html_449acf401a934d6728960ae6c4e91a81" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_e838064003bdb2925099c37cf48f3a99.setContent(html_449acf401a934d6728960ae6c4e91a81);
|
|
|
|
|
|
|
|
marker_9185c674f7e1487a85718078b04bef4c.bindPopup(popup_e838064003bdb2925099c37cf48f3a99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9185c674f7e1487a85718078b04bef4c.setIcon(icon_7ae0a227db47bab97b97121cd6505c40);
|
|
|
|
|
|
var marker_8ffa61eea3c07cbf9128acc29e27019b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b0fb917fa96d52ab94c65942729f3100 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac94abaaa691b4a79f355c19cb28809a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e05e4cba86c34d79205e1da2c7daf5b = $(`<div id="html_2e05e4cba86c34d79205e1da2c7daf5b" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_ac94abaaa691b4a79f355c19cb28809a.setContent(html_2e05e4cba86c34d79205e1da2c7daf5b);
|
|
|
|
|
|
|
|
marker_8ffa61eea3c07cbf9128acc29e27019b.bindPopup(popup_ac94abaaa691b4a79f355c19cb28809a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ffa61eea3c07cbf9128acc29e27019b.setIcon(icon_b0fb917fa96d52ab94c65942729f3100);
|
|
|
|
|
|
var marker_32c9748a19aefbc4420cde1edbe71e00 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_047754e35f86e734514b66d1dd24e853 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fcdab2be457b71977d00c11f90d8314 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ce8d15a8e385cbe16b011645433142a = $(`<div id="html_1ce8d15a8e385cbe16b011645433142a" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_6fcdab2be457b71977d00c11f90d8314.setContent(html_1ce8d15a8e385cbe16b011645433142a);
|
|
|
|
|
|
|
|
marker_32c9748a19aefbc4420cde1edbe71e00.bindPopup(popup_6fcdab2be457b71977d00c11f90d8314)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32c9748a19aefbc4420cde1edbe71e00.setIcon(icon_047754e35f86e734514b66d1dd24e853);
|
|
|
|
|
|
var marker_6aa960149f12cc2ff0edc2bbe8654036 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_79c411838c9b7bbd6d2dc38cc441389c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5042e92facaa6f299ecef9468d3ecf0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04b42efff62db21fdcd13f20193f0de2 = $(`<div id="html_04b42efff62db21fdcd13f20193f0de2" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_5042e92facaa6f299ecef9468d3ecf0b.setContent(html_04b42efff62db21fdcd13f20193f0de2);
|
|
|
|
|
|
|
|
marker_6aa960149f12cc2ff0edc2bbe8654036.bindPopup(popup_5042e92facaa6f299ecef9468d3ecf0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6aa960149f12cc2ff0edc2bbe8654036.setIcon(icon_79c411838c9b7bbd6d2dc38cc441389c);
|
|
|
|
|
|
var marker_b9627deef6097a500b95b2d89cb7049d = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_8eba7439845c821d321c3277a9e929f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_270d67adc41aa7db377b9c912dd86f1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2066a1c9ee1f4a0b954cfe8afc896d0a = $(`<div id="html_2066a1c9ee1f4a0b954cfe8afc896d0a" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_270d67adc41aa7db377b9c912dd86f1e.setContent(html_2066a1c9ee1f4a0b954cfe8afc896d0a);
|
|
|
|
|
|
|
|
marker_b9627deef6097a500b95b2d89cb7049d.bindPopup(popup_270d67adc41aa7db377b9c912dd86f1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9627deef6097a500b95b2d89cb7049d.setIcon(icon_8eba7439845c821d321c3277a9e929f0);
|
|
|
|
|
|
var marker_99abaa4388b554511a34120657fe1827 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_5e86f59e25a3951a1825d65378688314 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a2c092b468973bd079182778563ca7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e1bac95fb01eeac10f029ab1eb2a480 = $(`<div id="html_9e1bac95fb01eeac10f029ab1eb2a480" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_0a2c092b468973bd079182778563ca7c.setContent(html_9e1bac95fb01eeac10f029ab1eb2a480);
|
|
|
|
|
|
|
|
marker_99abaa4388b554511a34120657fe1827.bindPopup(popup_0a2c092b468973bd079182778563ca7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99abaa4388b554511a34120657fe1827.setIcon(icon_5e86f59e25a3951a1825d65378688314);
|
|
|
|
|
|
var marker_ecb91cf1d888d3a3d9c1165eb19ecbbb = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_81c16e2a770cdf27d4580edc63e67d5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73d9f1f38cae9d369baa4cf8d6cdf6da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebdf4b84e13ff13a0acf9e9df6f9936c = $(`<div id="html_ebdf4b84e13ff13a0acf9e9df6f9936c" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_73d9f1f38cae9d369baa4cf8d6cdf6da.setContent(html_ebdf4b84e13ff13a0acf9e9df6f9936c);
|
|
|
|
|
|
|
|
marker_ecb91cf1d888d3a3d9c1165eb19ecbbb.bindPopup(popup_73d9f1f38cae9d369baa4cf8d6cdf6da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecb91cf1d888d3a3d9c1165eb19ecbbb.setIcon(icon_81c16e2a770cdf27d4580edc63e67d5b);
|
|
|
|
|
|
var marker_c9c47e92ea6435fb891aaffffee47f47 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_4ff566f20aa3011e0e61503ee188eeab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c1bdd7b1a0d37283b4be1452d2606de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d29b33c76dacd2ddee8edeeccdfafadb = $(`<div id="html_d29b33c76dacd2ddee8edeeccdfafadb" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_5c1bdd7b1a0d37283b4be1452d2606de.setContent(html_d29b33c76dacd2ddee8edeeccdfafadb);
|
|
|
|
|
|
|
|
marker_c9c47e92ea6435fb891aaffffee47f47.bindPopup(popup_5c1bdd7b1a0d37283b4be1452d2606de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9c47e92ea6435fb891aaffffee47f47.setIcon(icon_4ff566f20aa3011e0e61503ee188eeab);
|
|
|
|
|
|
var marker_a6ac57bfbffd3c83704835f9e203a731 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_29a38bf23a8efb5a7fc53b12730d9984 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b623b67b5a1d88dc8b704fa2fa39a1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_336ac92a882ab32d3cd927e785dc9ba5 = $(`<div id="html_336ac92a882ab32d3cd927e785dc9ba5" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_3b623b67b5a1d88dc8b704fa2fa39a1d.setContent(html_336ac92a882ab32d3cd927e785dc9ba5);
|
|
|
|
|
|
|
|
marker_a6ac57bfbffd3c83704835f9e203a731.bindPopup(popup_3b623b67b5a1d88dc8b704fa2fa39a1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6ac57bfbffd3c83704835f9e203a731.setIcon(icon_29a38bf23a8efb5a7fc53b12730d9984);
|
|
|
|
|
|
var marker_a7162bac1455638f49a4a65b1f5f4ec9 = L.marker(
|
|
[45.5019, -73.5674],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_fefb5a53ca2bf39a459fbead7519ba1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35bf802de3a5f9f70a0f0badf74b0ce5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1243df51dc9893a2f6a5ae4d18c7f4f4 = $(`<div id="html_1243df51dc9893a2f6a5ae4d18c7f4f4" style="width: 100.0%; height: 100.0%;">relay.apolloqa.org</div>`)[0];
|
|
popup_35bf802de3a5f9f70a0f0badf74b0ce5.setContent(html_1243df51dc9893a2f6a5ae4d18c7f4f4);
|
|
|
|
|
|
|
|
marker_a7162bac1455638f49a4a65b1f5f4ec9.bindPopup(popup_35bf802de3a5f9f70a0f0badf74b0ce5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7162bac1455638f49a4a65b1f5f4ec9.setIcon(icon_fefb5a53ca2bf39a459fbead7519ba1c);
|
|
|
|
|
|
var marker_d76f99e1393ffa0ea62b275363f71375 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_d069adaa04a6c43d09a6f33fb19b1077 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3209c69f135529fbdf365ebd0ce9a52b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cfc61e8fd3a305bc7272ad1562cea18 = $(`<div id="html_6cfc61e8fd3a305bc7272ad1562cea18" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_3209c69f135529fbdf365ebd0ce9a52b.setContent(html_6cfc61e8fd3a305bc7272ad1562cea18);
|
|
|
|
|
|
|
|
marker_d76f99e1393ffa0ea62b275363f71375.bindPopup(popup_3209c69f135529fbdf365ebd0ce9a52b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d76f99e1393ffa0ea62b275363f71375.setIcon(icon_d069adaa04a6c43d09a6f33fb19b1077);
|
|
|
|
|
|
var marker_8c5a0a35c2bfd9bfab35fdbc8535c0b1 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_30ac3b588eaf925c3b72eddad96e99f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdfe09ec50f094cbd4f33930515967cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63819da250bb699b2c83f2bac5104096 = $(`<div id="html_63819da250bb699b2c83f2bac5104096" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_cdfe09ec50f094cbd4f33930515967cb.setContent(html_63819da250bb699b2c83f2bac5104096);
|
|
|
|
|
|
|
|
marker_8c5a0a35c2bfd9bfab35fdbc8535c0b1.bindPopup(popup_cdfe09ec50f094cbd4f33930515967cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c5a0a35c2bfd9bfab35fdbc8535c0b1.setIcon(icon_30ac3b588eaf925c3b72eddad96e99f2);
|
|
|
|
|
|
var marker_c5e5878faa972286235a0258e6e7bb1c = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_d826efe55c8decfd147a5a3d8329d2d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab25b14fd93c312d410938188cdaa475 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c2fc4b6a34ed1e99345c13355274d12 = $(`<div id="html_8c2fc4b6a34ed1e99345c13355274d12" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_ab25b14fd93c312d410938188cdaa475.setContent(html_8c2fc4b6a34ed1e99345c13355274d12);
|
|
|
|
|
|
|
|
marker_c5e5878faa972286235a0258e6e7bb1c.bindPopup(popup_ab25b14fd93c312d410938188cdaa475)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5e5878faa972286235a0258e6e7bb1c.setIcon(icon_d826efe55c8decfd147a5a3d8329d2d8);
|
|
|
|
|
|
var marker_f99323aee3bb80296669fb22f56a3067 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_53885e6e7b1df1f2844946f31c77f5b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f65e09868e240284d8845753180edcad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd67b31df5d131b9bfc7ab17bde0f281 = $(`<div id="html_cd67b31df5d131b9bfc7ab17bde0f281" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_f65e09868e240284d8845753180edcad.setContent(html_cd67b31df5d131b9bfc7ab17bde0f281);
|
|
|
|
|
|
|
|
marker_f99323aee3bb80296669fb22f56a3067.bindPopup(popup_f65e09868e240284d8845753180edcad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f99323aee3bb80296669fb22f56a3067.setIcon(icon_53885e6e7b1df1f2844946f31c77f5b2);
|
|
|
|
|
|
var marker_771dbc97b51274829d103d5b1cb3459f = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_b03169987e8129944e8eba5eb3447075 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad46f861aacdffe59f0d79d92022ca55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e966afbe15d3d82886aa49ac6622fa08 = $(`<div id="html_e966afbe15d3d82886aa49ac6622fa08" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_ad46f861aacdffe59f0d79d92022ca55.setContent(html_e966afbe15d3d82886aa49ac6622fa08);
|
|
|
|
|
|
|
|
marker_771dbc97b51274829d103d5b1cb3459f.bindPopup(popup_ad46f861aacdffe59f0d79d92022ca55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_771dbc97b51274829d103d5b1cb3459f.setIcon(icon_b03169987e8129944e8eba5eb3447075);
|
|
|
|
|
|
var marker_50fbcfcd9bf007259c671bbc4a275e32 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_46c75f3812b5dfc07316faf538bb6811 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adac4562652f52253f7f7e8237df99e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71c79be05d95a4930992cba7d5ddfdea = $(`<div id="html_71c79be05d95a4930992cba7d5ddfdea" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_adac4562652f52253f7f7e8237df99e1.setContent(html_71c79be05d95a4930992cba7d5ddfdea);
|
|
|
|
|
|
|
|
marker_50fbcfcd9bf007259c671bbc4a275e32.bindPopup(popup_adac4562652f52253f7f7e8237df99e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50fbcfcd9bf007259c671bbc4a275e32.setIcon(icon_46c75f3812b5dfc07316faf538bb6811);
|
|
|
|
|
|
var marker_724857551db35dd722b75ba8e625be90 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_28756094a78677fbbd4d744b3ae5a1ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_663fcb9f768dfaa802ac9de3e824d72b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90535deb4f02dcb2108e49adb77408f5 = $(`<div id="html_90535deb4f02dcb2108e49adb77408f5" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_663fcb9f768dfaa802ac9de3e824d72b.setContent(html_90535deb4f02dcb2108e49adb77408f5);
|
|
|
|
|
|
|
|
marker_724857551db35dd722b75ba8e625be90.bindPopup(popup_663fcb9f768dfaa802ac9de3e824d72b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_724857551db35dd722b75ba8e625be90.setIcon(icon_28756094a78677fbbd4d744b3ae5a1ea);
|
|
|
|
|
|
var marker_47edb46d83432f7adef7002c777cdc86 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_5485696e14efb385bac8353bd6633654 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57502515a90d7b2b3880270777d4fdbf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd0fd91920878c4265c2e369e6dd6d59 = $(`<div id="html_cd0fd91920878c4265c2e369e6dd6d59" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_57502515a90d7b2b3880270777d4fdbf.setContent(html_cd0fd91920878c4265c2e369e6dd6d59);
|
|
|
|
|
|
|
|
marker_47edb46d83432f7adef7002c777cdc86.bindPopup(popup_57502515a90d7b2b3880270777d4fdbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47edb46d83432f7adef7002c777cdc86.setIcon(icon_5485696e14efb385bac8353bd6633654);
|
|
|
|
|
|
var marker_7671a3f5d35c93e9dcea97569bf4e4a0 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_515b3814a2d18e824fa1cca764b669be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9e0ed83e93b026286c97fc1400302e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4af7444c3fe1124c9052467d6124f4f4 = $(`<div id="html_4af7444c3fe1124c9052467d6124f4f4" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_c9e0ed83e93b026286c97fc1400302e1.setContent(html_4af7444c3fe1124c9052467d6124f4f4);
|
|
|
|
|
|
|
|
marker_7671a3f5d35c93e9dcea97569bf4e4a0.bindPopup(popup_c9e0ed83e93b026286c97fc1400302e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7671a3f5d35c93e9dcea97569bf4e4a0.setIcon(icon_515b3814a2d18e824fa1cca764b669be);
|
|
|
|
|
|
var marker_4461dfa3064141fd076c1aead9c26638 = L.marker(
|
|
[36.1512, -86.7835],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_de49fcdda748fc546b94cb36ce544804 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c772b25eaf5c03d2df4931bcb7a4db5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6bc9691244683f07582fc904ccfc2c9 = $(`<div id="html_c6bc9691244683f07582fc904ccfc2c9" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_6c772b25eaf5c03d2df4931bcb7a4db5.setContent(html_c6bc9691244683f07582fc904ccfc2c9);
|
|
|
|
|
|
|
|
marker_4461dfa3064141fd076c1aead9c26638.bindPopup(popup_6c772b25eaf5c03d2df4931bcb7a4db5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4461dfa3064141fd076c1aead9c26638.setIcon(icon_de49fcdda748fc546b94cb36ce544804);
|
|
|
|
|
|
var marker_14bad0e44fb6e0ef3588483d49af2e2b = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_6ff8cb0844f9e2beac47c60c9b12899e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09be8d282a6dfe3a1f99fb0dbf8f13ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48d8072b720da8e8e278751778e31172 = $(`<div id="html_48d8072b720da8e8e278751778e31172" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_09be8d282a6dfe3a1f99fb0dbf8f13ca.setContent(html_48d8072b720da8e8e278751778e31172);
|
|
|
|
|
|
|
|
marker_14bad0e44fb6e0ef3588483d49af2e2b.bindPopup(popup_09be8d282a6dfe3a1f99fb0dbf8f13ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14bad0e44fb6e0ef3588483d49af2e2b.setIcon(icon_6ff8cb0844f9e2beac47c60c9b12899e);
|
|
|
|
|
|
var marker_dad541dec6884bb409cf78cfa5624ae7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_f9e3e9a40357e7d4aa114cf11ba964ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a84f9d698b7477ded0ff63c28ee67f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2804ef34e4d89198ffa249bfe7384500 = $(`<div id="html_2804ef34e4d89198ffa249bfe7384500" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_8a84f9d698b7477ded0ff63c28ee67f7.setContent(html_2804ef34e4d89198ffa249bfe7384500);
|
|
|
|
|
|
|
|
marker_dad541dec6884bb409cf78cfa5624ae7.bindPopup(popup_8a84f9d698b7477ded0ff63c28ee67f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dad541dec6884bb409cf78cfa5624ae7.setIcon(icon_f9e3e9a40357e7d4aa114cf11ba964ff);
|
|
|
|
|
|
var marker_37810612f26b2ee0e694edfa54cd79e5 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_249327dd2c45d818b7b9348f34362ea8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca94f7c5ff3f77e0e400e603b543f0a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e9a554d0adccaa5eec1bab2c4494250 = $(`<div id="html_1e9a554d0adccaa5eec1bab2c4494250" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_ca94f7c5ff3f77e0e400e603b543f0a9.setContent(html_1e9a554d0adccaa5eec1bab2c4494250);
|
|
|
|
|
|
|
|
marker_37810612f26b2ee0e694edfa54cd79e5.bindPopup(popup_ca94f7c5ff3f77e0e400e603b543f0a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37810612f26b2ee0e694edfa54cd79e5.setIcon(icon_249327dd2c45d818b7b9348f34362ea8);
|
|
|
|
|
|
var marker_fbb003b595b06b19a1d358ee5506bfd5 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_21068016ad939b7cecc5868e29e15d52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38a4526c3b63b8478ca7aa278bcc0460 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_376dd446d0b152db8b2c458381f6faa5 = $(`<div id="html_376dd446d0b152db8b2c458381f6faa5" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_38a4526c3b63b8478ca7aa278bcc0460.setContent(html_376dd446d0b152db8b2c458381f6faa5);
|
|
|
|
|
|
|
|
marker_fbb003b595b06b19a1d358ee5506bfd5.bindPopup(popup_38a4526c3b63b8478ca7aa278bcc0460)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbb003b595b06b19a1d358ee5506bfd5.setIcon(icon_21068016ad939b7cecc5868e29e15d52);
|
|
|
|
|
|
var marker_79588794aa59a1713dd21fdb58c04652 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_7603282152c9001909d482e3c0d572d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7d6bbe1f1feae1310cfd67573d1295a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d017d794eacfb1af91cedc0423ca4b5 = $(`<div id="html_9d017d794eacfb1af91cedc0423ca4b5" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_d7d6bbe1f1feae1310cfd67573d1295a.setContent(html_9d017d794eacfb1af91cedc0423ca4b5);
|
|
|
|
|
|
|
|
marker_79588794aa59a1713dd21fdb58c04652.bindPopup(popup_d7d6bbe1f1feae1310cfd67573d1295a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79588794aa59a1713dd21fdb58c04652.setIcon(icon_7603282152c9001909d482e3c0d572d6);
|
|
|
|
|
|
var marker_c28bcd268072af940553b4aeb7db3bd2 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_e96bc4a4e71e5ffa376b24e550e3f147 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68fb7c1a4128d397949c03eaf3253e02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_928dee2fff116b6f21483e310d89172d = $(`<div id="html_928dee2fff116b6f21483e310d89172d" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_68fb7c1a4128d397949c03eaf3253e02.setContent(html_928dee2fff116b6f21483e310d89172d);
|
|
|
|
|
|
|
|
marker_c28bcd268072af940553b4aeb7db3bd2.bindPopup(popup_68fb7c1a4128d397949c03eaf3253e02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c28bcd268072af940553b4aeb7db3bd2.setIcon(icon_e96bc4a4e71e5ffa376b24e550e3f147);
|
|
|
|
|
|
var marker_2ae282c97d148ca662a3d0f8eaccbb61 = L.marker(
|
|
[42.2328, -8.72264],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_474edfee23934e08d235bac72a55234a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40d93d74da66785f6c56303684faab3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d5fafe44ca851c9b2f66824e6b3e188 = $(`<div id="html_2d5fafe44ca851c9b2f66824e6b3e188" style="width: 100.0%; height: 100.0%;">blackcatnostr.hopto.org</div>`)[0];
|
|
popup_40d93d74da66785f6c56303684faab3e.setContent(html_2d5fafe44ca851c9b2f66824e6b3e188);
|
|
|
|
|
|
|
|
marker_2ae282c97d148ca662a3d0f8eaccbb61.bindPopup(popup_40d93d74da66785f6c56303684faab3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ae282c97d148ca662a3d0f8eaccbb61.setIcon(icon_474edfee23934e08d235bac72a55234a);
|
|
|
|
|
|
var marker_763cbfb0dc5837ecb7fbe387db88ed2c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_070882d398a56e84655a57fa6bf0f9f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea8b40bb189a6d3ae9f6e3e103827a66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19c47811e041bee049aea3a752119b37 = $(`<div id="html_19c47811e041bee049aea3a752119b37" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_ea8b40bb189a6d3ae9f6e3e103827a66.setContent(html_19c47811e041bee049aea3a752119b37);
|
|
|
|
|
|
|
|
marker_763cbfb0dc5837ecb7fbe387db88ed2c.bindPopup(popup_ea8b40bb189a6d3ae9f6e3e103827a66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_763cbfb0dc5837ecb7fbe387db88ed2c.setIcon(icon_070882d398a56e84655a57fa6bf0f9f4);
|
|
|
|
|
|
var marker_cab67b39d3a6e341da44e9754627ff68 = L.marker(
|
|
[47.74, 12.0917],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_d27866dc6edc39c59cdd2f96e36d60e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d48e6e2b12c950dc25a1501d8fc827e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb0b12ed636816d4f3d6ccb3b461575b = $(`<div id="html_bb0b12ed636816d4f3d6ccb3b461575b" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_d48e6e2b12c950dc25a1501d8fc827e0.setContent(html_bb0b12ed636816d4f3d6ccb3b461575b);
|
|
|
|
|
|
|
|
marker_cab67b39d3a6e341da44e9754627ff68.bindPopup(popup_d48e6e2b12c950dc25a1501d8fc827e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cab67b39d3a6e341da44e9754627ff68.setIcon(icon_d27866dc6edc39c59cdd2f96e36d60e4);
|
|
|
|
|
|
var marker_d2322f6504e2cb5a07dd5d0590f925d4 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_cea98759442f37933f75bb790dc7d42d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da5278ea4f9c653a99f0ada4b244644b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c97eb9e5f09d3484b058d0a45209cd4e = $(`<div id="html_c97eb9e5f09d3484b058d0a45209cd4e" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_da5278ea4f9c653a99f0ada4b244644b.setContent(html_c97eb9e5f09d3484b058d0a45209cd4e);
|
|
|
|
|
|
|
|
marker_d2322f6504e2cb5a07dd5d0590f925d4.bindPopup(popup_da5278ea4f9c653a99f0ada4b244644b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2322f6504e2cb5a07dd5d0590f925d4.setIcon(icon_cea98759442f37933f75bb790dc7d42d);
|
|
|
|
|
|
var marker_13e3f83f4ac3e27e5793958bae5c69d3 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_c6b27bb57a9ef1b90d771f2df6b3189f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab2b19cb920b8786303b76be6b434f30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_051b3916ba22acf4269b4fb403d7791e = $(`<div id="html_051b3916ba22acf4269b4fb403d7791e" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_ab2b19cb920b8786303b76be6b434f30.setContent(html_051b3916ba22acf4269b4fb403d7791e);
|
|
|
|
|
|
|
|
marker_13e3f83f4ac3e27e5793958bae5c69d3.bindPopup(popup_ab2b19cb920b8786303b76be6b434f30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13e3f83f4ac3e27e5793958bae5c69d3.setIcon(icon_c6b27bb57a9ef1b90d771f2df6b3189f);
|
|
|
|
|
|
var marker_fdd3e1028bb67e2340729f61e739f028 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_a861c6cd2a13160aeccf884549ac4cce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c856e9c92ef29f5253b21c6f518a0507 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a03b49623b4e23144e7bb6a025fbbcf = $(`<div id="html_1a03b49623b4e23144e7bb6a025fbbcf" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_c856e9c92ef29f5253b21c6f518a0507.setContent(html_1a03b49623b4e23144e7bb6a025fbbcf);
|
|
|
|
|
|
|
|
marker_fdd3e1028bb67e2340729f61e739f028.bindPopup(popup_c856e9c92ef29f5253b21c6f518a0507)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdd3e1028bb67e2340729f61e739f028.setIcon(icon_a861c6cd2a13160aeccf884549ac4cce);
|
|
|
|
|
|
var marker_f75e3766cc85c4332ca3069e2afdc33d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_35b1776c8caa2dfa05eb6caeb29bd7e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95a46b7c5ba9600c23e2c022b41dfadf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3381066b31f22d93dc8c1d503758b632 = $(`<div id="html_3381066b31f22d93dc8c1d503758b632" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_95a46b7c5ba9600c23e2c022b41dfadf.setContent(html_3381066b31f22d93dc8c1d503758b632);
|
|
|
|
|
|
|
|
marker_f75e3766cc85c4332ca3069e2afdc33d.bindPopup(popup_95a46b7c5ba9600c23e2c022b41dfadf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f75e3766cc85c4332ca3069e2afdc33d.setIcon(icon_35b1776c8caa2dfa05eb6caeb29bd7e6);
|
|
|
|
|
|
var marker_eb88bba5f66306cd677cc39a1e3376b7 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_747550806a308e6304dd0a0604a1f85b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e077d1aa96ee30f3463785ebe17cd5a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_425ceeee6d930101d75b2ba1c756d2a9 = $(`<div id="html_425ceeee6d930101d75b2ba1c756d2a9" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_e077d1aa96ee30f3463785ebe17cd5a3.setContent(html_425ceeee6d930101d75b2ba1c756d2a9);
|
|
|
|
|
|
|
|
marker_eb88bba5f66306cd677cc39a1e3376b7.bindPopup(popup_e077d1aa96ee30f3463785ebe17cd5a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb88bba5f66306cd677cc39a1e3376b7.setIcon(icon_747550806a308e6304dd0a0604a1f85b);
|
|
|
|
|
|
var marker_db55d1275f6081312c760fa01d3f6ab0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_e1e1c022640ed5a8c07e8ace59d76af6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_465d39aa4c437aefbdb9b49db7751b64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d7457dcb4a91ba95738ef9b3ea82dc6 = $(`<div id="html_4d7457dcb4a91ba95738ef9b3ea82dc6" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_465d39aa4c437aefbdb9b49db7751b64.setContent(html_4d7457dcb4a91ba95738ef9b3ea82dc6);
|
|
|
|
|
|
|
|
marker_db55d1275f6081312c760fa01d3f6ab0.bindPopup(popup_465d39aa4c437aefbdb9b49db7751b64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db55d1275f6081312c760fa01d3f6ab0.setIcon(icon_e1e1c022640ed5a8c07e8ace59d76af6);
|
|
|
|
|
|
var marker_86675f5ef7eeb7814ecf8941e5865e1d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_22e8562e9519d832981dd25d3624292b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8772e787d7a7ebe6a10aae976e4ff99f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71036e89bc090d27d4af711312be2d89 = $(`<div id="html_71036e89bc090d27d4af711312be2d89" style="width: 100.0%; height: 100.0%;">exp.gulugulu.moe</div>`)[0];
|
|
popup_8772e787d7a7ebe6a10aae976e4ff99f.setContent(html_71036e89bc090d27d4af711312be2d89);
|
|
|
|
|
|
|
|
marker_86675f5ef7eeb7814ecf8941e5865e1d.bindPopup(popup_8772e787d7a7ebe6a10aae976e4ff99f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86675f5ef7eeb7814ecf8941e5865e1d.setIcon(icon_22e8562e9519d832981dd25d3624292b);
|
|
|
|
|
|
var marker_0d1e12c13076d9425bbe7aefc9603ab0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_e5dab472f857e28ea59d4057b0a9bd70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bdfccd00a6a6a80007b70c7a74f0a75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56a0c1238a401000a634e49c7e96124e = $(`<div id="html_56a0c1238a401000a634e49c7e96124e" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_2bdfccd00a6a6a80007b70c7a74f0a75.setContent(html_56a0c1238a401000a634e49c7e96124e);
|
|
|
|
|
|
|
|
marker_0d1e12c13076d9425bbe7aefc9603ab0.bindPopup(popup_2bdfccd00a6a6a80007b70c7a74f0a75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d1e12c13076d9425bbe7aefc9603ab0.setIcon(icon_e5dab472f857e28ea59d4057b0a9bd70);
|
|
|
|
|
|
var marker_1d4711ae0b1a51ddd538c988c4b9b4e0 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_9d54ac8efbd40aab5127fb672a63d7b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8119a31e80bd59daa360cb6ca8b6e1e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42f319a2742674e967b8416e404742a6 = $(`<div id="html_42f319a2742674e967b8416e404742a6" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_8119a31e80bd59daa360cb6ca8b6e1e1.setContent(html_42f319a2742674e967b8416e404742a6);
|
|
|
|
|
|
|
|
marker_1d4711ae0b1a51ddd538c988c4b9b4e0.bindPopup(popup_8119a31e80bd59daa360cb6ca8b6e1e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d4711ae0b1a51ddd538c988c4b9b4e0.setIcon(icon_9d54ac8efbd40aab5127fb672a63d7b1);
|
|
|
|
|
|
var marker_29764f58677287aaa2caea9084088144 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_abef6a65fc1314b59b63a1336fcb4996 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_068ccda0cbdba4d917b1fcfe358aec06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cef8bf7b347092d1c6e7fc167a2e84a = $(`<div id="html_6cef8bf7b347092d1c6e7fc167a2e84a" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_068ccda0cbdba4d917b1fcfe358aec06.setContent(html_6cef8bf7b347092d1c6e7fc167a2e84a);
|
|
|
|
|
|
|
|
marker_29764f58677287aaa2caea9084088144.bindPopup(popup_068ccda0cbdba4d917b1fcfe358aec06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29764f58677287aaa2caea9084088144.setIcon(icon_abef6a65fc1314b59b63a1336fcb4996);
|
|
|
|
|
|
var marker_2ee0dde07d58640ddf0539a2833ab7fe = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_ece5e3dfc14940e6cba4f875cbcdd407 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2eb3e1c7e23e14cf9573fb52c2b813fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d60c561902da16a7a9167a96a5a7987 = $(`<div id="html_4d60c561902da16a7a9167a96a5a7987" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_2eb3e1c7e23e14cf9573fb52c2b813fc.setContent(html_4d60c561902da16a7a9167a96a5a7987);
|
|
|
|
|
|
|
|
marker_2ee0dde07d58640ddf0539a2833ab7fe.bindPopup(popup_2eb3e1c7e23e14cf9573fb52c2b813fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ee0dde07d58640ddf0539a2833ab7fe.setIcon(icon_ece5e3dfc14940e6cba4f875cbcdd407);
|
|
|
|
|
|
var marker_906faf0371e141954bcca9f091607b7d = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_79b749947fb892e5a2e4870d935bb3c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97e533588bfe0558c2b95ce4e7612751 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25d0261c213e2123ef49e4bee8561f01 = $(`<div id="html_25d0261c213e2123ef49e4bee8561f01" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_97e533588bfe0558c2b95ce4e7612751.setContent(html_25d0261c213e2123ef49e4bee8561f01);
|
|
|
|
|
|
|
|
marker_906faf0371e141954bcca9f091607b7d.bindPopup(popup_97e533588bfe0558c2b95ce4e7612751)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_906faf0371e141954bcca9f091607b7d.setIcon(icon_79b749947fb892e5a2e4870d935bb3c0);
|
|
|
|
|
|
var marker_8d724379aa2d65608ba5f0e2b3a76835 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_ea4a4927aacf27ebf8957b2d598b01d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea80812512e0be7fb82707cbe3a35c6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b141a037947b0dc8654494c52001e432 = $(`<div id="html_b141a037947b0dc8654494c52001e432" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_ea80812512e0be7fb82707cbe3a35c6e.setContent(html_b141a037947b0dc8654494c52001e432);
|
|
|
|
|
|
|
|
marker_8d724379aa2d65608ba5f0e2b3a76835.bindPopup(popup_ea80812512e0be7fb82707cbe3a35c6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d724379aa2d65608ba5f0e2b3a76835.setIcon(icon_ea4a4927aacf27ebf8957b2d598b01d9);
|
|
|
|
|
|
var marker_da5c1125d43b8156138e214c74277a67 = L.marker(
|
|
[25.0501, 121.565],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_077e4655d771438f707ebf542b0beb3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_505f15a029c58fa45585317fad5f090a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3102afb9565cbc948f762af6fadc7004 = $(`<div id="html_3102afb9565cbc948f762af6fadc7004" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_505f15a029c58fa45585317fad5f090a.setContent(html_3102afb9565cbc948f762af6fadc7004);
|
|
|
|
|
|
|
|
marker_da5c1125d43b8156138e214c74277a67.bindPopup(popup_505f15a029c58fa45585317fad5f090a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da5c1125d43b8156138e214c74277a67.setIcon(icon_077e4655d771438f707ebf542b0beb3c);
|
|
|
|
|
|
var marker_7b27f2728f4922749e5bfd9ab81d7cb1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_6da47b41c2c2d6092bdab2a5e5039c7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_892758ef922f2e1dcf5b7c4bcbcf4838 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_153090cab13b990fb6fbe0dfda479c3f = $(`<div id="html_153090cab13b990fb6fbe0dfda479c3f" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_892758ef922f2e1dcf5b7c4bcbcf4838.setContent(html_153090cab13b990fb6fbe0dfda479c3f);
|
|
|
|
|
|
|
|
marker_7b27f2728f4922749e5bfd9ab81d7cb1.bindPopup(popup_892758ef922f2e1dcf5b7c4bcbcf4838)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b27f2728f4922749e5bfd9ab81d7cb1.setIcon(icon_6da47b41c2c2d6092bdab2a5e5039c7f);
|
|
|
|
|
|
var marker_2e0621d301f366349d8d35968c34e326 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_5a3dbc9f4c04408898a3c885f4e60b11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52d15141d71cb480eb406ee8ca381fff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2be268ae2b173005ab9d96af522bb698 = $(`<div id="html_2be268ae2b173005ab9d96af522bb698" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_52d15141d71cb480eb406ee8ca381fff.setContent(html_2be268ae2b173005ab9d96af522bb698);
|
|
|
|
|
|
|
|
marker_2e0621d301f366349d8d35968c34e326.bindPopup(popup_52d15141d71cb480eb406ee8ca381fff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e0621d301f366349d8d35968c34e326.setIcon(icon_5a3dbc9f4c04408898a3c885f4e60b11);
|
|
|
|
|
|
var marker_beacb28a6f57e1e8031123ba19b7b5fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_65af5af9266483c538afd7a472f4690b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea7a9a16beeb5079bf99f8738b5947a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1d6b77e6fac31dba3654e16e5b6ebb3 = $(`<div id="html_a1d6b77e6fac31dba3654e16e5b6ebb3" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_ea7a9a16beeb5079bf99f8738b5947a0.setContent(html_a1d6b77e6fac31dba3654e16e5b6ebb3);
|
|
|
|
|
|
|
|
marker_beacb28a6f57e1e8031123ba19b7b5fe.bindPopup(popup_ea7a9a16beeb5079bf99f8738b5947a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_beacb28a6f57e1e8031123ba19b7b5fe.setIcon(icon_65af5af9266483c538afd7a472f4690b);
|
|
|
|
|
|
var marker_a258c2c7e50636fc54cca135d473cb54 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_8b1f4d692edb76073b2aa68cf92943cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_982e734c4911ff95393236ba3950c125 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75543cd0f2e2adbaf29c140fdc413233 = $(`<div id="html_75543cd0f2e2adbaf29c140fdc413233" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_982e734c4911ff95393236ba3950c125.setContent(html_75543cd0f2e2adbaf29c140fdc413233);
|
|
|
|
|
|
|
|
marker_a258c2c7e50636fc54cca135d473cb54.bindPopup(popup_982e734c4911ff95393236ba3950c125)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a258c2c7e50636fc54cca135d473cb54.setIcon(icon_8b1f4d692edb76073b2aa68cf92943cb);
|
|
|
|
|
|
var marker_df4708c75eba8216db3906aab6a91ce0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f567e955b7d772b47597bda02ca4af5e);
|
|
|
|
|
|
var icon_45576dc5c3b37b9145646594ca65cd5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3420499ef49a7aac85b346db9fd64500 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bd57c2a8d449ea42d199cb00f5f96d4 = $(`<div id="html_1bd57c2a8d449ea42d199cb00f5f96d4" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_3420499ef49a7aac85b346db9fd64500.setContent(html_1bd57c2a8d449ea42d199cb00f5f96d4);
|
|
|
|
|
|
|
|
marker_df4708c75eba8216db3906aab6a91ce0.bindPopup(popup_3420499ef49a7aac85b346db9fd64500)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df4708c75eba8216db3906aab6a91ce0.setIcon(icon_45576dc5c3b37b9145646594ca65cd5b);
|
|
|
|
|
|
marker_cluster_f567e955b7d772b47597bda02ca4af5e.addTo(map_42ecf26376f57d96b557b9522d13deac);
|
|
|
|
</script>
|
|
</html> |