mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 11:25:19 +00:00
11741 lines
342 KiB
HTML
11741 lines
342 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_18edb37557d8040d869c34ac4f6eb3ff {
|
|
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_18edb37557d8040d869c34ac4f6eb3ff" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_18edb37557d8040d869c34ac4f6eb3ff = L.map(
|
|
"map_18edb37557d8040d869c34ac4f6eb3ff",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_d1152137a4a876f83a5f72bc7a07ecbf = 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_d1152137a4a876f83a5f72bc7a07ecbf.addTo(map_18edb37557d8040d869c34ac4f6eb3ff);
|
|
|
|
|
|
var marker_cluster_d1d29b724c00c794687d7395703f68b4 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_f75feee0a2fa511a9bf7366d3f28067d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_e32acba07b6220adb2d49e7f65bf79d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13da1130d4210c74478e381ab65066a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1a2b210d9bf5fd15997feb08db9771f = $(`<div id="html_e1a2b210d9bf5fd15997feb08db9771f" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_13da1130d4210c74478e381ab65066a8.setContent(html_e1a2b210d9bf5fd15997feb08db9771f);
|
|
|
|
|
|
|
|
marker_f75feee0a2fa511a9bf7366d3f28067d.bindPopup(popup_13da1130d4210c74478e381ab65066a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f75feee0a2fa511a9bf7366d3f28067d.setIcon(icon_e32acba07b6220adb2d49e7f65bf79d7);
|
|
|
|
|
|
var marker_c8818431c3e22ef7373ad6272043b4c4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_53fb60172bc6093b7c60d49ece3c8970 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10a53508a391007bb948c1b7cfa79f78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6195d98ad72a2cda8a82ef5bdee0674 = $(`<div id="html_d6195d98ad72a2cda8a82ef5bdee0674" style="width: 100.0%; height: 100.0%;">relay.jbnco.co</div>`)[0];
|
|
popup_10a53508a391007bb948c1b7cfa79f78.setContent(html_d6195d98ad72a2cda8a82ef5bdee0674);
|
|
|
|
|
|
|
|
marker_c8818431c3e22ef7373ad6272043b4c4.bindPopup(popup_10a53508a391007bb948c1b7cfa79f78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8818431c3e22ef7373ad6272043b4c4.setIcon(icon_53fb60172bc6093b7c60d49ece3c8970);
|
|
|
|
|
|
var marker_bb55efcc3f5ce332a60e44692a777b14 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_8a2b6acf09a25ecd11b85fc26e34d58b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3be6d3149df38cfe5c42f950e3b53fa4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4050ac0627280eab0ef81c385722a1bd = $(`<div id="html_4050ac0627280eab0ef81c385722a1bd" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_3be6d3149df38cfe5c42f950e3b53fa4.setContent(html_4050ac0627280eab0ef81c385722a1bd);
|
|
|
|
|
|
|
|
marker_bb55efcc3f5ce332a60e44692a777b14.bindPopup(popup_3be6d3149df38cfe5c42f950e3b53fa4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb55efcc3f5ce332a60e44692a777b14.setIcon(icon_8a2b6acf09a25ecd11b85fc26e34d58b);
|
|
|
|
|
|
var marker_7ed1d2a0710e7e76900f0469217ec427 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_fdf9b91ca558d69ef8ba00b46482feeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c831c46b37e814d4ccae3da51febcf3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_826834a2fe22d25d2c492fa42fca35b0 = $(`<div id="html_826834a2fe22d25d2c492fa42fca35b0" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_0c831c46b37e814d4ccae3da51febcf3.setContent(html_826834a2fe22d25d2c492fa42fca35b0);
|
|
|
|
|
|
|
|
marker_7ed1d2a0710e7e76900f0469217ec427.bindPopup(popup_0c831c46b37e814d4ccae3da51febcf3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ed1d2a0710e7e76900f0469217ec427.setIcon(icon_fdf9b91ca558d69ef8ba00b46482feeb);
|
|
|
|
|
|
var marker_2003b7b7b54f632e8d7c5e2c9d80476a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_5c0962652a7161ce111e7a40bd32fced = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad8326d52575086f110c0ea9dd89d2a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f59496050e02e5ec0923955c41b2120c = $(`<div id="html_f59496050e02e5ec0923955c41b2120c" style="width: 100.0%; height: 100.0%;">relay.plebeian.market:443</div>`)[0];
|
|
popup_ad8326d52575086f110c0ea9dd89d2a0.setContent(html_f59496050e02e5ec0923955c41b2120c);
|
|
|
|
|
|
|
|
marker_2003b7b7b54f632e8d7c5e2c9d80476a.bindPopup(popup_ad8326d52575086f110c0ea9dd89d2a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2003b7b7b54f632e8d7c5e2c9d80476a.setIcon(icon_5c0962652a7161ce111e7a40bd32fced);
|
|
|
|
|
|
var marker_8c1c73378f3122b522a3c92e72bb4575 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_7353866cbf47988af80600b6a7d62610 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48dc341e45560e4480da31bf5f94e340 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_625dc5fb08e7787297eae3d75d988a78 = $(`<div id="html_625dc5fb08e7787297eae3d75d988a78" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com:443</div>`)[0];
|
|
popup_48dc341e45560e4480da31bf5f94e340.setContent(html_625dc5fb08e7787297eae3d75d988a78);
|
|
|
|
|
|
|
|
marker_8c1c73378f3122b522a3c92e72bb4575.bindPopup(popup_48dc341e45560e4480da31bf5f94e340)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c1c73378f3122b522a3c92e72bb4575.setIcon(icon_7353866cbf47988af80600b6a7d62610);
|
|
|
|
|
|
var marker_cd3b143dcc75143e69ea637dcf529fbc = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_4923a7e951056802a1d20b2dfe3014c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44c611098a7490a8bfe549799507e40b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a73c317c8e8f12c963dfe27b23aecc46 = $(`<div id="html_a73c317c8e8f12c963dfe27b23aecc46" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_44c611098a7490a8bfe549799507e40b.setContent(html_a73c317c8e8f12c963dfe27b23aecc46);
|
|
|
|
|
|
|
|
marker_cd3b143dcc75143e69ea637dcf529fbc.bindPopup(popup_44c611098a7490a8bfe549799507e40b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd3b143dcc75143e69ea637dcf529fbc.setIcon(icon_4923a7e951056802a1d20b2dfe3014c6);
|
|
|
|
|
|
var marker_c6680b58750e9dfa252798c7e0e7983a = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_ddb629fdb3d4ae1f7db14505193c9289 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8179d87722aa9aadf245a30c40c1ea4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e689a5e3b32a4bf82ad98e20a1cf9f5 = $(`<div id="html_0e689a5e3b32a4bf82ad98e20a1cf9f5" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_8179d87722aa9aadf245a30c40c1ea4c.setContent(html_0e689a5e3b32a4bf82ad98e20a1cf9f5);
|
|
|
|
|
|
|
|
marker_c6680b58750e9dfa252798c7e0e7983a.bindPopup(popup_8179d87722aa9aadf245a30c40c1ea4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6680b58750e9dfa252798c7e0e7983a.setIcon(icon_ddb629fdb3d4ae1f7db14505193c9289);
|
|
|
|
|
|
var marker_a6b05fb3dc2d2a0453b1ba148da2a4a0 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_92e52d1ec14fb6ad0a66a5849973a5b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac9bc3b21100a5f3323dd9cd05119fa8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f106aeb9f0201817173589404bd53bb = $(`<div id="html_8f106aeb9f0201817173589404bd53bb" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_ac9bc3b21100a5f3323dd9cd05119fa8.setContent(html_8f106aeb9f0201817173589404bd53bb);
|
|
|
|
|
|
|
|
marker_a6b05fb3dc2d2a0453b1ba148da2a4a0.bindPopup(popup_ac9bc3b21100a5f3323dd9cd05119fa8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6b05fb3dc2d2a0453b1ba148da2a4a0.setIcon(icon_92e52d1ec14fb6ad0a66a5849973a5b6);
|
|
|
|
|
|
var marker_986c3aeb66a6ad3eb98c347e1cb8b14e = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_a08ff06f34c9b046264f96eb8275b116 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b0c2cf2abc1f8d297d0a1eb03886f15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d725138f4a294fba17e9f8b259afe9d0 = $(`<div id="html_d725138f4a294fba17e9f8b259afe9d0" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_0b0c2cf2abc1f8d297d0a1eb03886f15.setContent(html_d725138f4a294fba17e9f8b259afe9d0);
|
|
|
|
|
|
|
|
marker_986c3aeb66a6ad3eb98c347e1cb8b14e.bindPopup(popup_0b0c2cf2abc1f8d297d0a1eb03886f15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_986c3aeb66a6ad3eb98c347e1cb8b14e.setIcon(icon_a08ff06f34c9b046264f96eb8275b116);
|
|
|
|
|
|
var marker_cde0d7e3d2eab0855a2b5bfff6faec71 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_ef6d3c5b2d3bbf2fb66c94bee38ee146 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96d2037a9fa85b7cbd13efcf1d97e456 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49e8cd2a75a64c9ec257e5778ac1648c = $(`<div id="html_49e8cd2a75a64c9ec257e5778ac1648c" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_96d2037a9fa85b7cbd13efcf1d97e456.setContent(html_49e8cd2a75a64c9ec257e5778ac1648c);
|
|
|
|
|
|
|
|
marker_cde0d7e3d2eab0855a2b5bfff6faec71.bindPopup(popup_96d2037a9fa85b7cbd13efcf1d97e456)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cde0d7e3d2eab0855a2b5bfff6faec71.setIcon(icon_ef6d3c5b2d3bbf2fb66c94bee38ee146);
|
|
|
|
|
|
var marker_25e64fe56ba8dad8b94484dfb175a481 = L.marker(
|
|
[1.27994, 103.849],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_1edd824a2391cd3aa553654fbaeebdda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d5552c016cdaaed992537ebcd7a6c38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84204c5a4c99cc9a1ee31321b8d1a971 = $(`<div id="html_84204c5a4c99cc9a1ee31321b8d1a971" style="width: 100.0%; height: 100.0%;">nostr.aruku.ovh</div>`)[0];
|
|
popup_6d5552c016cdaaed992537ebcd7a6c38.setContent(html_84204c5a4c99cc9a1ee31321b8d1a971);
|
|
|
|
|
|
|
|
marker_25e64fe56ba8dad8b94484dfb175a481.bindPopup(popup_6d5552c016cdaaed992537ebcd7a6c38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25e64fe56ba8dad8b94484dfb175a481.setIcon(icon_1edd824a2391cd3aa553654fbaeebdda);
|
|
|
|
|
|
var marker_f76a6fd31a4eb01e4d5fc1da6864db4c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_d6ff2fe17d1159c6f0d27756cad32d4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cf7cb869656d5fac4169bcbb103ee88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c46d247f5ca15b751ffe8ef1c87820d7 = $(`<div id="html_c46d247f5ca15b751ffe8ef1c87820d7" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_0cf7cb869656d5fac4169bcbb103ee88.setContent(html_c46d247f5ca15b751ffe8ef1c87820d7);
|
|
|
|
|
|
|
|
marker_f76a6fd31a4eb01e4d5fc1da6864db4c.bindPopup(popup_0cf7cb869656d5fac4169bcbb103ee88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f76a6fd31a4eb01e4d5fc1da6864db4c.setIcon(icon_d6ff2fe17d1159c6f0d27756cad32d4b);
|
|
|
|
|
|
var marker_58988c8126e3df92485fad7e9976a203 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_b15ace037024cde97a122c849569b999 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3225b3a00659d5eed1aeeb955e8fd4af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1da40074ef2806143a3ec4b6315eca2 = $(`<div id="html_f1da40074ef2806143a3ec4b6315eca2" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_3225b3a00659d5eed1aeeb955e8fd4af.setContent(html_f1da40074ef2806143a3ec4b6315eca2);
|
|
|
|
|
|
|
|
marker_58988c8126e3df92485fad7e9976a203.bindPopup(popup_3225b3a00659d5eed1aeeb955e8fd4af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58988c8126e3df92485fad7e9976a203.setIcon(icon_b15ace037024cde97a122c849569b999);
|
|
|
|
|
|
var marker_b85372276971699ca0f15bc2be4aabea = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_f052cafaedd24c402e696caccb8706a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a3244292e78d1b0e4376289c179b568 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_194e53a61aec0d7478cd8099cbf52860 = $(`<div id="html_194e53a61aec0d7478cd8099cbf52860" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_7a3244292e78d1b0e4376289c179b568.setContent(html_194e53a61aec0d7478cd8099cbf52860);
|
|
|
|
|
|
|
|
marker_b85372276971699ca0f15bc2be4aabea.bindPopup(popup_7a3244292e78d1b0e4376289c179b568)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b85372276971699ca0f15bc2be4aabea.setIcon(icon_f052cafaedd24c402e696caccb8706a2);
|
|
|
|
|
|
var marker_a2d1c7296d4fb2f8e55a9a6f2a3aaf2f = L.marker(
|
|
[46.9895, 28.8602],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_c6b22e43a38c202cc867fdb1ce4c041d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4aa82159b04b36a4d27baa10ad9db3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30a10560633f785de567cc92d99cee6f = $(`<div id="html_30a10560633f785de567cc92d99cee6f" style="width: 100.0%; height: 100.0%;">nostr.hybner.org</div>`)[0];
|
|
popup_d4aa82159b04b36a4d27baa10ad9db3f.setContent(html_30a10560633f785de567cc92d99cee6f);
|
|
|
|
|
|
|
|
marker_a2d1c7296d4fb2f8e55a9a6f2a3aaf2f.bindPopup(popup_d4aa82159b04b36a4d27baa10ad9db3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2d1c7296d4fb2f8e55a9a6f2a3aaf2f.setIcon(icon_c6b22e43a38c202cc867fdb1ce4c041d);
|
|
|
|
|
|
var marker_66cdbe4d5010d6b272cf4754c59b1ed1 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_4aa65ff87ccc9d2aaa3152788c13daa4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e5d99bb309d5fea2ab557aa301db7eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09055e0effa20816e8121fe77f53cf6f = $(`<div id="html_09055e0effa20816e8121fe77f53cf6f" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_6e5d99bb309d5fea2ab557aa301db7eb.setContent(html_09055e0effa20816e8121fe77f53cf6f);
|
|
|
|
|
|
|
|
marker_66cdbe4d5010d6b272cf4754c59b1ed1.bindPopup(popup_6e5d99bb309d5fea2ab557aa301db7eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66cdbe4d5010d6b272cf4754c59b1ed1.setIcon(icon_4aa65ff87ccc9d2aaa3152788c13daa4);
|
|
|
|
|
|
var marker_3eb6d0007d8b706ba11eb9294e4d4889 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_62b354ff04ed3bc605727828ac861bd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c673c7055f8d1b90242fcd762338a71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cae5fbb9babfaf72c5b5fd79f7b1d457 = $(`<div id="html_cae5fbb9babfaf72c5b5fd79f7b1d457" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_6c673c7055f8d1b90242fcd762338a71.setContent(html_cae5fbb9babfaf72c5b5fd79f7b1d457);
|
|
|
|
|
|
|
|
marker_3eb6d0007d8b706ba11eb9294e4d4889.bindPopup(popup_6c673c7055f8d1b90242fcd762338a71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3eb6d0007d8b706ba11eb9294e4d4889.setIcon(icon_62b354ff04ed3bc605727828ac861bd4);
|
|
|
|
|
|
var marker_3820bd22d35446c8d3577ef82fe601cc = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_2d8ef96af5dc7e9da45b29b4628894de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_026d02a38359b3ecf36073f50fcf8669 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a06b691c28761f461b2eaf7c821f988 = $(`<div id="html_9a06b691c28761f461b2eaf7c821f988" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_026d02a38359b3ecf36073f50fcf8669.setContent(html_9a06b691c28761f461b2eaf7c821f988);
|
|
|
|
|
|
|
|
marker_3820bd22d35446c8d3577ef82fe601cc.bindPopup(popup_026d02a38359b3ecf36073f50fcf8669)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3820bd22d35446c8d3577ef82fe601cc.setIcon(icon_2d8ef96af5dc7e9da45b29b4628894de);
|
|
|
|
|
|
var marker_e3ea1836c8652148786ef541c45489c9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_b396ab8d078bb140d1a42525efd3151f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6d2017e0f99259bc77ed760ef576992 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efd1d95183121b628f9c43c30b762aa9 = $(`<div id="html_efd1d95183121b628f9c43c30b762aa9" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_d6d2017e0f99259bc77ed760ef576992.setContent(html_efd1d95183121b628f9c43c30b762aa9);
|
|
|
|
|
|
|
|
marker_e3ea1836c8652148786ef541c45489c9.bindPopup(popup_d6d2017e0f99259bc77ed760ef576992)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3ea1836c8652148786ef541c45489c9.setIcon(icon_b396ab8d078bb140d1a42525efd3151f);
|
|
|
|
|
|
var marker_87c3a2955b6b4a866e982662aef64645 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_3d926f501c80453708d342c1839726e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23c5960a32118efe37fb39bf6d0f0efb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31d566efae8eb0399150a3d35f3c3459 = $(`<div id="html_31d566efae8eb0399150a3d35f3c3459" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_23c5960a32118efe37fb39bf6d0f0efb.setContent(html_31d566efae8eb0399150a3d35f3c3459);
|
|
|
|
|
|
|
|
marker_87c3a2955b6b4a866e982662aef64645.bindPopup(popup_23c5960a32118efe37fb39bf6d0f0efb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87c3a2955b6b4a866e982662aef64645.setIcon(icon_3d926f501c80453708d342c1839726e5);
|
|
|
|
|
|
var marker_d0fb8737667306ab23b27b9ae44a824e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_f8537acd960c6583a0620a8b5992c10e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90ce8862ed7fbf6e10ad6f9bd109911e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbfbc70c590931b5b466be22a4530521 = $(`<div id="html_cbfbc70c590931b5b466be22a4530521" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_90ce8862ed7fbf6e10ad6f9bd109911e.setContent(html_cbfbc70c590931b5b466be22a4530521);
|
|
|
|
|
|
|
|
marker_d0fb8737667306ab23b27b9ae44a824e.bindPopup(popup_90ce8862ed7fbf6e10ad6f9bd109911e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0fb8737667306ab23b27b9ae44a824e.setIcon(icon_f8537acd960c6583a0620a8b5992c10e);
|
|
|
|
|
|
var marker_2913f1c327fb7b23c5cc894c1ee30501 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_8f83eb7eed795730299bd2f502835c24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dc200795ecd352d1d8cb77ce459b9f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc09c1974202511c1781a2071053fbba = $(`<div id="html_bc09c1974202511c1781a2071053fbba" style="width: 100.0%; height: 100.0%;">relay.thecryptosquid.com</div>`)[0];
|
|
popup_0dc200795ecd352d1d8cb77ce459b9f7.setContent(html_bc09c1974202511c1781a2071053fbba);
|
|
|
|
|
|
|
|
marker_2913f1c327fb7b23c5cc894c1ee30501.bindPopup(popup_0dc200795ecd352d1d8cb77ce459b9f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2913f1c327fb7b23c5cc894c1ee30501.setIcon(icon_8f83eb7eed795730299bd2f502835c24);
|
|
|
|
|
|
var marker_08e47251b8369f9a1165b834e07db7ae = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_38eb9fb8de80b09a28ec6e78fdc2651e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d28fa4ffb72eb15ca78dbb0b9e41ef58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c1c0766dc14a379ad36c9874b2135ac = $(`<div id="html_6c1c0766dc14a379ad36c9874b2135ac" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_d28fa4ffb72eb15ca78dbb0b9e41ef58.setContent(html_6c1c0766dc14a379ad36c9874b2135ac);
|
|
|
|
|
|
|
|
marker_08e47251b8369f9a1165b834e07db7ae.bindPopup(popup_d28fa4ffb72eb15ca78dbb0b9e41ef58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08e47251b8369f9a1165b834e07db7ae.setIcon(icon_38eb9fb8de80b09a28ec6e78fdc2651e);
|
|
|
|
|
|
var marker_b414d9587a94a243540615e7b11e0aa5 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_764dced0da414c9a796f84196e34ba4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa32fedad54aa3b27a6201fb42b8be8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caf0dfd8e7de04f0d3ff47be04baf467 = $(`<div id="html_caf0dfd8e7de04f0d3ff47be04baf467" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_fa32fedad54aa3b27a6201fb42b8be8e.setContent(html_caf0dfd8e7de04f0d3ff47be04baf467);
|
|
|
|
|
|
|
|
marker_b414d9587a94a243540615e7b11e0aa5.bindPopup(popup_fa32fedad54aa3b27a6201fb42b8be8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b414d9587a94a243540615e7b11e0aa5.setIcon(icon_764dced0da414c9a796f84196e34ba4d);
|
|
|
|
|
|
var marker_2fe795c9a0563c524addf853eb4ae029 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_7191d1c2f6874986a494e4fba0ebb24d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40c84b79f89faad5bb8896625917fbd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cca6db9843770e7cf0f3a3da0701fa8d = $(`<div id="html_cca6db9843770e7cf0f3a3da0701fa8d" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_40c84b79f89faad5bb8896625917fbd8.setContent(html_cca6db9843770e7cf0f3a3da0701fa8d);
|
|
|
|
|
|
|
|
marker_2fe795c9a0563c524addf853eb4ae029.bindPopup(popup_40c84b79f89faad5bb8896625917fbd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fe795c9a0563c524addf853eb4ae029.setIcon(icon_7191d1c2f6874986a494e4fba0ebb24d);
|
|
|
|
|
|
var marker_463a81282a7959d74a2bfed518e9af83 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_6ddb4dd993e2c74cbfbf86e08de54b89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab1eff206376c64ce8e316341b62368b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d78b4d0d54191c2150ead94efe5036ba = $(`<div id="html_d78b4d0d54191c2150ead94efe5036ba" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_ab1eff206376c64ce8e316341b62368b.setContent(html_d78b4d0d54191c2150ead94efe5036ba);
|
|
|
|
|
|
|
|
marker_463a81282a7959d74a2bfed518e9af83.bindPopup(popup_ab1eff206376c64ce8e316341b62368b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_463a81282a7959d74a2bfed518e9af83.setIcon(icon_6ddb4dd993e2c74cbfbf86e08de54b89);
|
|
|
|
|
|
var marker_f70f20f2dec0106295b19a883c5f414b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_ef12e7aa78e864f4a7b41bffc62ca5fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1313e81896d209382f7e8e026439a4b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90776324b259cd08799a5c10ef8d645d = $(`<div id="html_90776324b259cd08799a5c10ef8d645d" style="width: 100.0%; height: 100.0%;">relay2.veganostr.com</div>`)[0];
|
|
popup_1313e81896d209382f7e8e026439a4b6.setContent(html_90776324b259cd08799a5c10ef8d645d);
|
|
|
|
|
|
|
|
marker_f70f20f2dec0106295b19a883c5f414b.bindPopup(popup_1313e81896d209382f7e8e026439a4b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f70f20f2dec0106295b19a883c5f414b.setIcon(icon_ef12e7aa78e864f4a7b41bffc62ca5fd);
|
|
|
|
|
|
var marker_6ec824b997de9df65fc9a3e703620a33 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_2b83477091ebdbd5e4011e945f7f005c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac2771bedd8933d9a483d7e8c8ce6d2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6238d1deec1a510eb03e77805f85e0de = $(`<div id="html_6238d1deec1a510eb03e77805f85e0de" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_ac2771bedd8933d9a483d7e8c8ce6d2b.setContent(html_6238d1deec1a510eb03e77805f85e0de);
|
|
|
|
|
|
|
|
marker_6ec824b997de9df65fc9a3e703620a33.bindPopup(popup_ac2771bedd8933d9a483d7e8c8ce6d2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ec824b997de9df65fc9a3e703620a33.setIcon(icon_2b83477091ebdbd5e4011e945f7f005c);
|
|
|
|
|
|
var marker_68b1dac18e56c1670beca8745187368c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_3a31ed4aec45542e8dd44eecf5084564 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_277ec86499f62f304454b5bf7b0f78cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27adf69e16e311d04645564f99af459e = $(`<div id="html_27adf69e16e311d04645564f99af459e" style="width: 100.0%; height: 100.0%;">mostro-p2p.tech</div>`)[0];
|
|
popup_277ec86499f62f304454b5bf7b0f78cb.setContent(html_27adf69e16e311d04645564f99af459e);
|
|
|
|
|
|
|
|
marker_68b1dac18e56c1670beca8745187368c.bindPopup(popup_277ec86499f62f304454b5bf7b0f78cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68b1dac18e56c1670beca8745187368c.setIcon(icon_3a31ed4aec45542e8dd44eecf5084564);
|
|
|
|
|
|
var marker_85e38d76fcd49a2bb68d364355e08705 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_9228123eb460885630a3a3aae7f4a90b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8aa90b707141c74b7d8446fda3e4dbdf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a06dd92fb00e5ced42e5b3718a7a3c46 = $(`<div id="html_a06dd92fb00e5ced42e5b3718a7a3c46" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_8aa90b707141c74b7d8446fda3e4dbdf.setContent(html_a06dd92fb00e5ced42e5b3718a7a3c46);
|
|
|
|
|
|
|
|
marker_85e38d76fcd49a2bb68d364355e08705.bindPopup(popup_8aa90b707141c74b7d8446fda3e4dbdf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85e38d76fcd49a2bb68d364355e08705.setIcon(icon_9228123eb460885630a3a3aae7f4a90b);
|
|
|
|
|
|
var marker_96bc8ede61b226aaf297a5bb0bcbd659 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_2bd434acbd1145020f52ad29a9b7eef7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b95a6c1d6034615f635afa7fcfb2f190 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92f9526130bf7eedf6775ddfe7b80051 = $(`<div id="html_92f9526130bf7eedf6775ddfe7b80051" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_b95a6c1d6034615f635afa7fcfb2f190.setContent(html_92f9526130bf7eedf6775ddfe7b80051);
|
|
|
|
|
|
|
|
marker_96bc8ede61b226aaf297a5bb0bcbd659.bindPopup(popup_b95a6c1d6034615f635afa7fcfb2f190)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96bc8ede61b226aaf297a5bb0bcbd659.setIcon(icon_2bd434acbd1145020f52ad29a9b7eef7);
|
|
|
|
|
|
var marker_c60a5bbbbf452f520d2e89fe3cb95a2a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_807e14948e5ff62dd01c93fa5d71b78a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4d9fb7a03a487d563080ad27a82d1b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_842059ece107988c6e714d0bd2d2bea3 = $(`<div id="html_842059ece107988c6e714d0bd2d2bea3" style="width: 100.0%; height: 100.0%;">testnet.samt.st</div>`)[0];
|
|
popup_d4d9fb7a03a487d563080ad27a82d1b1.setContent(html_842059ece107988c6e714d0bd2d2bea3);
|
|
|
|
|
|
|
|
marker_c60a5bbbbf452f520d2e89fe3cb95a2a.bindPopup(popup_d4d9fb7a03a487d563080ad27a82d1b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c60a5bbbbf452f520d2e89fe3cb95a2a.setIcon(icon_807e14948e5ff62dd01c93fa5d71b78a);
|
|
|
|
|
|
var marker_26433d95a1e419da60909313402552a4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_619defdc8f2dd7ef9ee900f92efc8cd8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d273f37527f202c4cd616d10402d9e83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da3dd3024507c8584cdcbc3238ef242e = $(`<div id="html_da3dd3024507c8584cdcbc3238ef242e" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_d273f37527f202c4cd616d10402d9e83.setContent(html_da3dd3024507c8584cdcbc3238ef242e);
|
|
|
|
|
|
|
|
marker_26433d95a1e419da60909313402552a4.bindPopup(popup_d273f37527f202c4cd616d10402d9e83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26433d95a1e419da60909313402552a4.setIcon(icon_619defdc8f2dd7ef9ee900f92efc8cd8);
|
|
|
|
|
|
var marker_cd76b5ed68fc9627ce7a4b4ba16994b6 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_997aaa38e957a2705e9d1ccdb78af053 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f5a91ae66a3dacdea3a9499a7fef979 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b7b0400f607170927d802cdd8fb40c3 = $(`<div id="html_7b7b0400f607170927d802cdd8fb40c3" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_7f5a91ae66a3dacdea3a9499a7fef979.setContent(html_7b7b0400f607170927d802cdd8fb40c3);
|
|
|
|
|
|
|
|
marker_cd76b5ed68fc9627ce7a4b4ba16994b6.bindPopup(popup_7f5a91ae66a3dacdea3a9499a7fef979)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd76b5ed68fc9627ce7a4b4ba16994b6.setIcon(icon_997aaa38e957a2705e9d1ccdb78af053);
|
|
|
|
|
|
var marker_a0eab12dea8e6274d368122963ef6bd4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_9fc3d687d79efd137bb799f21326ec65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13e1665d876d6c2f001c06eec99146ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cebababa564eda006d8ae8ce34f544e2 = $(`<div id="html_cebababa564eda006d8ae8ce34f544e2" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_13e1665d876d6c2f001c06eec99146ad.setContent(html_cebababa564eda006d8ae8ce34f544e2);
|
|
|
|
|
|
|
|
marker_a0eab12dea8e6274d368122963ef6bd4.bindPopup(popup_13e1665d876d6c2f001c06eec99146ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0eab12dea8e6274d368122963ef6bd4.setIcon(icon_9fc3d687d79efd137bb799f21326ec65);
|
|
|
|
|
|
var marker_8a7edb03b044735a397fe2cb5b1a683b = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_896a9b8dce7b94d247f05fa8060051cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e4fc76beb9aaa07ae39785806c979a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d97afa933b088659edb2ef3ef246c97f = $(`<div id="html_d97afa933b088659edb2ef3ef246c97f" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_2e4fc76beb9aaa07ae39785806c979a7.setContent(html_d97afa933b088659edb2ef3ef246c97f);
|
|
|
|
|
|
|
|
marker_8a7edb03b044735a397fe2cb5b1a683b.bindPopup(popup_2e4fc76beb9aaa07ae39785806c979a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a7edb03b044735a397fe2cb5b1a683b.setIcon(icon_896a9b8dce7b94d247f05fa8060051cd);
|
|
|
|
|
|
var marker_5a30924582f5dc04ef3cd5cc2de05389 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_4b94e692beac635265d5f2d3758d06ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76a639eb6ff3800fb32996272b515976 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bc14e85b27da883525bb953796d9657 = $(`<div id="html_4bc14e85b27da883525bb953796d9657" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com:443</div>`)[0];
|
|
popup_76a639eb6ff3800fb32996272b515976.setContent(html_4bc14e85b27da883525bb953796d9657);
|
|
|
|
|
|
|
|
marker_5a30924582f5dc04ef3cd5cc2de05389.bindPopup(popup_76a639eb6ff3800fb32996272b515976)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a30924582f5dc04ef3cd5cc2de05389.setIcon(icon_4b94e692beac635265d5f2d3758d06ae);
|
|
|
|
|
|
var marker_5463614fa6259659924ff8bc41aff5f2 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_85f82c7c014f6ac72cd6343bdb367e56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c102f9548c6891d68adc549f5cb6e347 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58f73bfd711cb6c1c8f1d3b73987088a = $(`<div id="html_58f73bfd711cb6c1c8f1d3b73987088a" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_c102f9548c6891d68adc549f5cb6e347.setContent(html_58f73bfd711cb6c1c8f1d3b73987088a);
|
|
|
|
|
|
|
|
marker_5463614fa6259659924ff8bc41aff5f2.bindPopup(popup_c102f9548c6891d68adc549f5cb6e347)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5463614fa6259659924ff8bc41aff5f2.setIcon(icon_85f82c7c014f6ac72cd6343bdb367e56);
|
|
|
|
|
|
var marker_396644afd643b1104d110f0a4a210695 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_0492a57b05e7dd99db07ce81f4bd30ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69a54b88cae2ef79b8763340051d3224 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45329e00d5dacf883970c4340995df35 = $(`<div id="html_45329e00d5dacf883970c4340995df35" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_69a54b88cae2ef79b8763340051d3224.setContent(html_45329e00d5dacf883970c4340995df35);
|
|
|
|
|
|
|
|
marker_396644afd643b1104d110f0a4a210695.bindPopup(popup_69a54b88cae2ef79b8763340051d3224)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_396644afd643b1104d110f0a4a210695.setIcon(icon_0492a57b05e7dd99db07ce81f4bd30ef);
|
|
|
|
|
|
var marker_aba0645e3a4755cdff0d3196ce090a37 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_b89f60f348b2112534c8779a408af96e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbb39f6ca1db79409828f74b6d172d01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cd114a3c8677bcd11ae0a359b5bad47 = $(`<div id="html_1cd114a3c8677bcd11ae0a359b5bad47" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx:443</div>`)[0];
|
|
popup_fbb39f6ca1db79409828f74b6d172d01.setContent(html_1cd114a3c8677bcd11ae0a359b5bad47);
|
|
|
|
|
|
|
|
marker_aba0645e3a4755cdff0d3196ce090a37.bindPopup(popup_fbb39f6ca1db79409828f74b6d172d01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aba0645e3a4755cdff0d3196ce090a37.setIcon(icon_b89f60f348b2112534c8779a408af96e);
|
|
|
|
|
|
var marker_5e4159f03e45f7612112d370efea8ee4 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_449893d14cb8f30ef3b856070536048a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_959a58c2cbaf540935898bc7d3ebc941 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbaee241ebe9918e10d7fcaff6202851 = $(`<div id="html_cbaee241ebe9918e10d7fcaff6202851" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_959a58c2cbaf540935898bc7d3ebc941.setContent(html_cbaee241ebe9918e10d7fcaff6202851);
|
|
|
|
|
|
|
|
marker_5e4159f03e45f7612112d370efea8ee4.bindPopup(popup_959a58c2cbaf540935898bc7d3ebc941)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e4159f03e45f7612112d370efea8ee4.setIcon(icon_449893d14cb8f30ef3b856070536048a);
|
|
|
|
|
|
var marker_63ecc42fe719b567c3a40888b52aa62a = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_631817268440925deac5e7353d61c26d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e9c08efd9e371077703e8fca2e7ffef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc04ab720f843734f9d5225194a03c64 = $(`<div id="html_fc04ab720f843734f9d5225194a03c64" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_3e9c08efd9e371077703e8fca2e7ffef.setContent(html_fc04ab720f843734f9d5225194a03c64);
|
|
|
|
|
|
|
|
marker_63ecc42fe719b567c3a40888b52aa62a.bindPopup(popup_3e9c08efd9e371077703e8fca2e7ffef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63ecc42fe719b567c3a40888b52aa62a.setIcon(icon_631817268440925deac5e7353d61c26d);
|
|
|
|
|
|
var marker_16538b42b41bf9442e7a5e07789ab423 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_057ffa797414e56f73194ca1e766387f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b76d2ead4eb58e020ade89ae97aff494 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fff4db3ab906342f9937e87a467bca1 = $(`<div id="html_3fff4db3ab906342f9937e87a467bca1" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_b76d2ead4eb58e020ade89ae97aff494.setContent(html_3fff4db3ab906342f9937e87a467bca1);
|
|
|
|
|
|
|
|
marker_16538b42b41bf9442e7a5e07789ab423.bindPopup(popup_b76d2ead4eb58e020ade89ae97aff494)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16538b42b41bf9442e7a5e07789ab423.setIcon(icon_057ffa797414e56f73194ca1e766387f);
|
|
|
|
|
|
var marker_d630a06f7382201fd61c51a4c52a335b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_ec7c7f9d53ad4cca5895a0b960720ada = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91084f52ac1df41c47ffe0002245be9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76e0b1db852b879c2252c8eb54ee505a = $(`<div id="html_76e0b1db852b879c2252c8eb54ee505a" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_91084f52ac1df41c47ffe0002245be9c.setContent(html_76e0b1db852b879c2252c8eb54ee505a);
|
|
|
|
|
|
|
|
marker_d630a06f7382201fd61c51a4c52a335b.bindPopup(popup_91084f52ac1df41c47ffe0002245be9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d630a06f7382201fd61c51a4c52a335b.setIcon(icon_ec7c7f9d53ad4cca5895a0b960720ada);
|
|
|
|
|
|
var marker_1206cb0a2f36d4d4be0323b750e73f70 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_878cde877a035a088211bca5182edd92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e59b0b8a2307a372376e74f6c8dd1b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f53615b4668cd7b8674bee0dfb677dcc = $(`<div id="html_f53615b4668cd7b8674bee0dfb677dcc" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_4e59b0b8a2307a372376e74f6c8dd1b3.setContent(html_f53615b4668cd7b8674bee0dfb677dcc);
|
|
|
|
|
|
|
|
marker_1206cb0a2f36d4d4be0323b750e73f70.bindPopup(popup_4e59b0b8a2307a372376e74f6c8dd1b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1206cb0a2f36d4d4be0323b750e73f70.setIcon(icon_878cde877a035a088211bca5182edd92);
|
|
|
|
|
|
var marker_7d2df38b04b3b38d5b5f5ecf719699d6 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_3500085195a6a237317ff103e15ffc39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c05b6bf2053191229ff07d5d01eb818 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1bdf562993cadca2ff9ae21924f54a3 = $(`<div id="html_e1bdf562993cadca2ff9ae21924f54a3" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_5c05b6bf2053191229ff07d5d01eb818.setContent(html_e1bdf562993cadca2ff9ae21924f54a3);
|
|
|
|
|
|
|
|
marker_7d2df38b04b3b38d5b5f5ecf719699d6.bindPopup(popup_5c05b6bf2053191229ff07d5d01eb818)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d2df38b04b3b38d5b5f5ecf719699d6.setIcon(icon_3500085195a6a237317ff103e15ffc39);
|
|
|
|
|
|
var marker_4d9ab425792770efc394465b28fb19a3 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_0f6c796c615bc470e9f838fc28397a65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96892005d17d9aa0e8d7cfe588923349 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b4ba6c27232e0c55260dbcc8f78db71 = $(`<div id="html_0b4ba6c27232e0c55260dbcc8f78db71" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_96892005d17d9aa0e8d7cfe588923349.setContent(html_0b4ba6c27232e0c55260dbcc8f78db71);
|
|
|
|
|
|
|
|
marker_4d9ab425792770efc394465b28fb19a3.bindPopup(popup_96892005d17d9aa0e8d7cfe588923349)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d9ab425792770efc394465b28fb19a3.setIcon(icon_0f6c796c615bc470e9f838fc28397a65);
|
|
|
|
|
|
var marker_323bee337675c16f7ee33aa21691eb83 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_38735d460004e0471e29dfcdf5c75e45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d726649515824586953748bcaaac065c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23079b800899243af30db9cfaef7a205 = $(`<div id="html_23079b800899243af30db9cfaef7a205" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_d726649515824586953748bcaaac065c.setContent(html_23079b800899243af30db9cfaef7a205);
|
|
|
|
|
|
|
|
marker_323bee337675c16f7ee33aa21691eb83.bindPopup(popup_d726649515824586953748bcaaac065c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_323bee337675c16f7ee33aa21691eb83.setIcon(icon_38735d460004e0471e29dfcdf5c75e45);
|
|
|
|
|
|
var marker_5a8e957b1348d5b2a53bdb551940a200 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_afe5bd0fcc4c6adccf136e513c5f71e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d20df1291d457934c50d57bb343927ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de8cf77cee1aab4acb923b5c67282710 = $(`<div id="html_de8cf77cee1aab4acb923b5c67282710" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_d20df1291d457934c50d57bb343927ca.setContent(html_de8cf77cee1aab4acb923b5c67282710);
|
|
|
|
|
|
|
|
marker_5a8e957b1348d5b2a53bdb551940a200.bindPopup(popup_d20df1291d457934c50d57bb343927ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a8e957b1348d5b2a53bdb551940a200.setIcon(icon_afe5bd0fcc4c6adccf136e513c5f71e6);
|
|
|
|
|
|
var marker_d703b62a1f4d232b2f6078eee9466110 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_9408fb7de4365d12e8d3860029fdbc82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b84bad08d58f697b593106e941d801ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4d6b701092c268d232f3ae5da808bed = $(`<div id="html_e4d6b701092c268d232f3ae5da808bed" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_b84bad08d58f697b593106e941d801ea.setContent(html_e4d6b701092c268d232f3ae5da808bed);
|
|
|
|
|
|
|
|
marker_d703b62a1f4d232b2f6078eee9466110.bindPopup(popup_b84bad08d58f697b593106e941d801ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d703b62a1f4d232b2f6078eee9466110.setIcon(icon_9408fb7de4365d12e8d3860029fdbc82);
|
|
|
|
|
|
var marker_6a8a7ef0dd3ff0c52eb080633308b968 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_96e2a3e126ad128c7db679b884441c0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b0e96beb6f906bf5caaece087174b14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88ef7f22ce7a0d301b3e75f3f55cf477 = $(`<div id="html_88ef7f22ce7a0d301b3e75f3f55cf477" style="width: 100.0%; height: 100.0%;">relay.wavlake.com:443</div>`)[0];
|
|
popup_4b0e96beb6f906bf5caaece087174b14.setContent(html_88ef7f22ce7a0d301b3e75f3f55cf477);
|
|
|
|
|
|
|
|
marker_6a8a7ef0dd3ff0c52eb080633308b968.bindPopup(popup_4b0e96beb6f906bf5caaece087174b14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a8a7ef0dd3ff0c52eb080633308b968.setIcon(icon_96e2a3e126ad128c7db679b884441c0c);
|
|
|
|
|
|
var marker_aac0c81bb3ecea812c55f1942e1b2d2c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_26a2feb56f3e66d201d9d7c9b501db3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03ae9cf20b7d7c3415d47dfd1fb3ca95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71a6c1ba119246d07820bb2adc2946de = $(`<div id="html_71a6c1ba119246d07820bb2adc2946de" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_03ae9cf20b7d7c3415d47dfd1fb3ca95.setContent(html_71a6c1ba119246d07820bb2adc2946de);
|
|
|
|
|
|
|
|
marker_aac0c81bb3ecea812c55f1942e1b2d2c.bindPopup(popup_03ae9cf20b7d7c3415d47dfd1fb3ca95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aac0c81bb3ecea812c55f1942e1b2d2c.setIcon(icon_26a2feb56f3e66d201d9d7c9b501db3f);
|
|
|
|
|
|
var marker_09a9bf961525286b7cf2aec568e103e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_9cb4c632f461b22cabcf907f33381c78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b69c4f10f7290c2fff4e5d3b0ef70d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc549a586a873fec2d5b66823a6e4df2 = $(`<div id="html_fc549a586a873fec2d5b66823a6e4df2" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_7b69c4f10f7290c2fff4e5d3b0ef70d1.setContent(html_fc549a586a873fec2d5b66823a6e4df2);
|
|
|
|
|
|
|
|
marker_09a9bf961525286b7cf2aec568e103e3.bindPopup(popup_7b69c4f10f7290c2fff4e5d3b0ef70d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09a9bf961525286b7cf2aec568e103e3.setIcon(icon_9cb4c632f461b22cabcf907f33381c78);
|
|
|
|
|
|
var marker_d43e029159bd9350c3352f2f474ff8d9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_8263d727db539b18e799d7ba0ad4b4ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2aad0d8a8787cab8be72ad03a1ee382d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1fae3f98b3a6445d3678785b96aa6e0 = $(`<div id="html_f1fae3f98b3a6445d3678785b96aa6e0" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_2aad0d8a8787cab8be72ad03a1ee382d.setContent(html_f1fae3f98b3a6445d3678785b96aa6e0);
|
|
|
|
|
|
|
|
marker_d43e029159bd9350c3352f2f474ff8d9.bindPopup(popup_2aad0d8a8787cab8be72ad03a1ee382d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d43e029159bd9350c3352f2f474ff8d9.setIcon(icon_8263d727db539b18e799d7ba0ad4b4ba);
|
|
|
|
|
|
var marker_7a429dc666485477269852cd9ecf58db = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_fe5812b779ad9202bde563dadad9bd42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2585db76c67a61ecfb62f6c5cb106577 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a79381b3060f0f6d38db5176f5b608e5 = $(`<div id="html_a79381b3060f0f6d38db5176f5b608e5" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_2585db76c67a61ecfb62f6c5cb106577.setContent(html_a79381b3060f0f6d38db5176f5b608e5);
|
|
|
|
|
|
|
|
marker_7a429dc666485477269852cd9ecf58db.bindPopup(popup_2585db76c67a61ecfb62f6c5cb106577)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a429dc666485477269852cd9ecf58db.setIcon(icon_fe5812b779ad9202bde563dadad9bd42);
|
|
|
|
|
|
var marker_02093408bd671fa26ff1b4eb32daeefb = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_82403b0fe1efc7063074e3417cbb81be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6a46caa64562ed058b74ee133db21f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ecb9d8050ff5c160f1adae775137a19 = $(`<div id="html_6ecb9d8050ff5c160f1adae775137a19" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_c6a46caa64562ed058b74ee133db21f4.setContent(html_6ecb9d8050ff5c160f1adae775137a19);
|
|
|
|
|
|
|
|
marker_02093408bd671fa26ff1b4eb32daeefb.bindPopup(popup_c6a46caa64562ed058b74ee133db21f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02093408bd671fa26ff1b4eb32daeefb.setIcon(icon_82403b0fe1efc7063074e3417cbb81be);
|
|
|
|
|
|
var marker_b498d4386a0ce930fa260d2dc8a71bfb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_59fded79b5ede2b3d4f7d200d4cacf8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_777da7c0a1cb675eeae51b2fdcd4fc8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_997a84dacafedb25bf3732b4a0f88eaf = $(`<div id="html_997a84dacafedb25bf3732b4a0f88eaf" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_777da7c0a1cb675eeae51b2fdcd4fc8e.setContent(html_997a84dacafedb25bf3732b4a0f88eaf);
|
|
|
|
|
|
|
|
marker_b498d4386a0ce930fa260d2dc8a71bfb.bindPopup(popup_777da7c0a1cb675eeae51b2fdcd4fc8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b498d4386a0ce930fa260d2dc8a71bfb.setIcon(icon_59fded79b5ede2b3d4f7d200d4cacf8d);
|
|
|
|
|
|
var marker_dfcbc6f794673b0f23b9988a8a274fe5 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_79443e227151f0fd2c85f36f0b5f4b75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c5221319e2cfa397e4e0d9a21fb6ae2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f8fb113a183426a4440520bee5f1481 = $(`<div id="html_9f8fb113a183426a4440520bee5f1481" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_4c5221319e2cfa397e4e0d9a21fb6ae2.setContent(html_9f8fb113a183426a4440520bee5f1481);
|
|
|
|
|
|
|
|
marker_dfcbc6f794673b0f23b9988a8a274fe5.bindPopup(popup_4c5221319e2cfa397e4e0d9a21fb6ae2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfcbc6f794673b0f23b9988a8a274fe5.setIcon(icon_79443e227151f0fd2c85f36f0b5f4b75);
|
|
|
|
|
|
var marker_fa65fef9008b83334b169313debb9d2b = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_c96655144f93dffc650af8f5280e30f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae5ecfd7309f3793fb519f0edd366af5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee17d0d0ccb96ab36944ba60ee137e1b = $(`<div id="html_ee17d0d0ccb96ab36944ba60ee137e1b" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_ae5ecfd7309f3793fb519f0edd366af5.setContent(html_ee17d0d0ccb96ab36944ba60ee137e1b);
|
|
|
|
|
|
|
|
marker_fa65fef9008b83334b169313debb9d2b.bindPopup(popup_ae5ecfd7309f3793fb519f0edd366af5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa65fef9008b83334b169313debb9d2b.setIcon(icon_c96655144f93dffc650af8f5280e30f4);
|
|
|
|
|
|
var marker_15fe3a9c35a9ca695fbbe862194ed3a3 = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_274a91148eab29bcc73870e5735db66e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6c28fe5d012ee8b0b7acfe38539da22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d09a0e79d1dfe82cff6e862700e2e0f8 = $(`<div id="html_d09a0e79d1dfe82cff6e862700e2e0f8" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_d6c28fe5d012ee8b0b7acfe38539da22.setContent(html_d09a0e79d1dfe82cff6e862700e2e0f8);
|
|
|
|
|
|
|
|
marker_15fe3a9c35a9ca695fbbe862194ed3a3.bindPopup(popup_d6c28fe5d012ee8b0b7acfe38539da22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15fe3a9c35a9ca695fbbe862194ed3a3.setIcon(icon_274a91148eab29bcc73870e5735db66e);
|
|
|
|
|
|
var marker_2a35cf76347a8abedb6db9dc6ae96452 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_3976153d3220557a5fad32613bff38e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f6f035d7c638b3f36126f183c14ceef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d281633a13e6ea4982b8c46e0a90058 = $(`<div id="html_8d281633a13e6ea4982b8c46e0a90058" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_2f6f035d7c638b3f36126f183c14ceef.setContent(html_8d281633a13e6ea4982b8c46e0a90058);
|
|
|
|
|
|
|
|
marker_2a35cf76347a8abedb6db9dc6ae96452.bindPopup(popup_2f6f035d7c638b3f36126f183c14ceef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a35cf76347a8abedb6db9dc6ae96452.setIcon(icon_3976153d3220557a5fad32613bff38e2);
|
|
|
|
|
|
var marker_cc4eeac95ef6fb847be1ee5490d47aa2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_f0b465d5a650e3ec04068df5b50bf51e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_458d48b3d169fc8dec9cddedfe623e37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6343067b7c7ddefc46bb7309cff41f30 = $(`<div id="html_6343067b7c7ddefc46bb7309cff41f30" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_458d48b3d169fc8dec9cddedfe623e37.setContent(html_6343067b7c7ddefc46bb7309cff41f30);
|
|
|
|
|
|
|
|
marker_cc4eeac95ef6fb847be1ee5490d47aa2.bindPopup(popup_458d48b3d169fc8dec9cddedfe623e37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc4eeac95ef6fb847be1ee5490d47aa2.setIcon(icon_f0b465d5a650e3ec04068df5b50bf51e);
|
|
|
|
|
|
var marker_24390134ebf27c728e3d14c5bd46bb01 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_af97d18f60372dcce0dcb47c1910828b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b6306d3d0d48fbb9e23bfea5994ed0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b323832d51ce0f7f676789e8c8916ea7 = $(`<div id="html_b323832d51ce0f7f676789e8c8916ea7" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_2b6306d3d0d48fbb9e23bfea5994ed0c.setContent(html_b323832d51ce0f7f676789e8c8916ea7);
|
|
|
|
|
|
|
|
marker_24390134ebf27c728e3d14c5bd46bb01.bindPopup(popup_2b6306d3d0d48fbb9e23bfea5994ed0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24390134ebf27c728e3d14c5bd46bb01.setIcon(icon_af97d18f60372dcce0dcb47c1910828b);
|
|
|
|
|
|
var marker_9239ceb47a74f952d10c6212f093b5ba = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_6d41fcb91e1bf6100b4ced7593a680c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acdefc6bdbfa18443c9888bc2f590589 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37d2a353958cb2a34d1d7cfdca80144e = $(`<div id="html_37d2a353958cb2a34d1d7cfdca80144e" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_acdefc6bdbfa18443c9888bc2f590589.setContent(html_37d2a353958cb2a34d1d7cfdca80144e);
|
|
|
|
|
|
|
|
marker_9239ceb47a74f952d10c6212f093b5ba.bindPopup(popup_acdefc6bdbfa18443c9888bc2f590589)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9239ceb47a74f952d10c6212f093b5ba.setIcon(icon_6d41fcb91e1bf6100b4ced7593a680c4);
|
|
|
|
|
|
var marker_5f222e4f4df79a273e9062d725df45a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_97238f9b7574d8ec26eafc6e72581cdb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0655ccc6bf71fa7fedeb5e394df05391 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d1304cb0886c53ef4775a51297d86a1 = $(`<div id="html_8d1304cb0886c53ef4775a51297d86a1" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_0655ccc6bf71fa7fedeb5e394df05391.setContent(html_8d1304cb0886c53ef4775a51297d86a1);
|
|
|
|
|
|
|
|
marker_5f222e4f4df79a273e9062d725df45a5.bindPopup(popup_0655ccc6bf71fa7fedeb5e394df05391)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f222e4f4df79a273e9062d725df45a5.setIcon(icon_97238f9b7574d8ec26eafc6e72581cdb);
|
|
|
|
|
|
var marker_5d6d57289178caf60fadf7b035f5867c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_3dd240298295a3e84b88098666c935f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd4befa9669800d5ba804f878672ccad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1145ad12345c72ad568a512931267915 = $(`<div id="html_1145ad12345c72ad568a512931267915" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_cd4befa9669800d5ba804f878672ccad.setContent(html_1145ad12345c72ad568a512931267915);
|
|
|
|
|
|
|
|
marker_5d6d57289178caf60fadf7b035f5867c.bindPopup(popup_cd4befa9669800d5ba804f878672ccad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d6d57289178caf60fadf7b035f5867c.setIcon(icon_3dd240298295a3e84b88098666c935f9);
|
|
|
|
|
|
var marker_6cc0870a821bb9cde447e8c554e70db8 = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_131181b6102a9370339085027d818c54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61eeb8f222b29a3e5746e6c8179c4818 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d524ef9af8d645684f7177f4d87a3e38 = $(`<div id="html_d524ef9af8d645684f7177f4d87a3e38" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_61eeb8f222b29a3e5746e6c8179c4818.setContent(html_d524ef9af8d645684f7177f4d87a3e38);
|
|
|
|
|
|
|
|
marker_6cc0870a821bb9cde447e8c554e70db8.bindPopup(popup_61eeb8f222b29a3e5746e6c8179c4818)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cc0870a821bb9cde447e8c554e70db8.setIcon(icon_131181b6102a9370339085027d818c54);
|
|
|
|
|
|
var marker_094f9ad705a4b18876f3eb8ddb8117fe = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_6cda0b91b9ba2a2e4261a2721e70c4f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8e7a7c15f588a05875af6886333c876 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b83856a0bf8c43d45939704f2800346 = $(`<div id="html_9b83856a0bf8c43d45939704f2800346" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_e8e7a7c15f588a05875af6886333c876.setContent(html_9b83856a0bf8c43d45939704f2800346);
|
|
|
|
|
|
|
|
marker_094f9ad705a4b18876f3eb8ddb8117fe.bindPopup(popup_e8e7a7c15f588a05875af6886333c876)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_094f9ad705a4b18876f3eb8ddb8117fe.setIcon(icon_6cda0b91b9ba2a2e4261a2721e70c4f6);
|
|
|
|
|
|
var marker_8c3b0a736ef5f00f51d0e469c3c58850 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_e78eb7537fd00c10730fdfb295a0a356 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_641ec9bd165c69291e4682ea1fc23c51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51c22f467c748185db4901703469f5bd = $(`<div id="html_51c22f467c748185db4901703469f5bd" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_641ec9bd165c69291e4682ea1fc23c51.setContent(html_51c22f467c748185db4901703469f5bd);
|
|
|
|
|
|
|
|
marker_8c3b0a736ef5f00f51d0e469c3c58850.bindPopup(popup_641ec9bd165c69291e4682ea1fc23c51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c3b0a736ef5f00f51d0e469c3c58850.setIcon(icon_e78eb7537fd00c10730fdfb295a0a356);
|
|
|
|
|
|
var marker_ce77f8142b24ee29566be3d64bab0ade = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_992632cad5b87decb5b1b119e542beb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fe3825a992fc3cf3bdc3f937e3da2d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f029d0a721730d628ed2956aa15d612e = $(`<div id="html_f029d0a721730d628ed2956aa15d612e" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_3fe3825a992fc3cf3bdc3f937e3da2d0.setContent(html_f029d0a721730d628ed2956aa15d612e);
|
|
|
|
|
|
|
|
marker_ce77f8142b24ee29566be3d64bab0ade.bindPopup(popup_3fe3825a992fc3cf3bdc3f937e3da2d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce77f8142b24ee29566be3d64bab0ade.setIcon(icon_992632cad5b87decb5b1b119e542beb6);
|
|
|
|
|
|
var marker_ff90e377d589d0d26191d09d068a434f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_2d948900ea69cab0e84e5e963cf5fc4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16e15962892aba5c948a7f89945a8f7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d3c81cda1d679f90f910a860d90f3cc = $(`<div id="html_0d3c81cda1d679f90f910a860d90f3cc" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_16e15962892aba5c948a7f89945a8f7c.setContent(html_0d3c81cda1d679f90f910a860d90f3cc);
|
|
|
|
|
|
|
|
marker_ff90e377d589d0d26191d09d068a434f.bindPopup(popup_16e15962892aba5c948a7f89945a8f7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff90e377d589d0d26191d09d068a434f.setIcon(icon_2d948900ea69cab0e84e5e963cf5fc4d);
|
|
|
|
|
|
var marker_42c78d670e0c78d6eb3317e1fb1a341f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_fb4bd52f6e91f1db070c14569d47d9b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf5951c4ed48d05ee4a447f34c5e3a57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bf4a7613f008c67b0b060dfd7f9c225 = $(`<div id="html_5bf4a7613f008c67b0b060dfd7f9c225" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_cf5951c4ed48d05ee4a447f34c5e3a57.setContent(html_5bf4a7613f008c67b0b060dfd7f9c225);
|
|
|
|
|
|
|
|
marker_42c78d670e0c78d6eb3317e1fb1a341f.bindPopup(popup_cf5951c4ed48d05ee4a447f34c5e3a57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42c78d670e0c78d6eb3317e1fb1a341f.setIcon(icon_fb4bd52f6e91f1db070c14569d47d9b1);
|
|
|
|
|
|
var marker_857e2471f3a0c907a6ea07b8ad46354d = L.marker(
|
|
[13.966, 101.513],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_5b064accf32f31515f88f7e1fab6a75e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_625a3300452ad7380dde08f963ca8c46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dcc65f6130197d2b20a09b4a1f60c5a = $(`<div id="html_3dcc65f6130197d2b20a09b4a1f60c5a" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_625a3300452ad7380dde08f963ca8c46.setContent(html_3dcc65f6130197d2b20a09b4a1f60c5a);
|
|
|
|
|
|
|
|
marker_857e2471f3a0c907a6ea07b8ad46354d.bindPopup(popup_625a3300452ad7380dde08f963ca8c46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_857e2471f3a0c907a6ea07b8ad46354d.setIcon(icon_5b064accf32f31515f88f7e1fab6a75e);
|
|
|
|
|
|
var marker_4ca1ac6d27fa86103a34f6880668f43f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_4e7890e8e7574dd71e962b20634e5d9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_490b6180f1f4b55e28763088f2c24d2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ba5b8bf6a89a54a1a4430c64016183d = $(`<div id="html_9ba5b8bf6a89a54a1a4430c64016183d" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_490b6180f1f4b55e28763088f2c24d2e.setContent(html_9ba5b8bf6a89a54a1a4430c64016183d);
|
|
|
|
|
|
|
|
marker_4ca1ac6d27fa86103a34f6880668f43f.bindPopup(popup_490b6180f1f4b55e28763088f2c24d2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ca1ac6d27fa86103a34f6880668f43f.setIcon(icon_4e7890e8e7574dd71e962b20634e5d9d);
|
|
|
|
|
|
var marker_295a09e423f8bf6cb04eb19c3d9b15a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_db1fd051741e5e7180b83bf54b5ed4df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0bde2014aff6d51ae4de0155f868a5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bb277dd1b4fd544960cfe1664d149ca = $(`<div id="html_6bb277dd1b4fd544960cfe1664d149ca" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_c0bde2014aff6d51ae4de0155f868a5c.setContent(html_6bb277dd1b4fd544960cfe1664d149ca);
|
|
|
|
|
|
|
|
marker_295a09e423f8bf6cb04eb19c3d9b15a5.bindPopup(popup_c0bde2014aff6d51ae4de0155f868a5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_295a09e423f8bf6cb04eb19c3d9b15a5.setIcon(icon_db1fd051741e5e7180b83bf54b5ed4df);
|
|
|
|
|
|
var marker_f3c224d13aff601e9b7a9a8a67c7f4d5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_a0396f49e00f69ea62acb95389f346a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1136b447fe64d7ea5bfc4b33e60428b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5674e6e6284ab3a4f64c7600afb08f0a = $(`<div id="html_5674e6e6284ab3a4f64c7600afb08f0a" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_1136b447fe64d7ea5bfc4b33e60428b0.setContent(html_5674e6e6284ab3a4f64c7600afb08f0a);
|
|
|
|
|
|
|
|
marker_f3c224d13aff601e9b7a9a8a67c7f4d5.bindPopup(popup_1136b447fe64d7ea5bfc4b33e60428b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3c224d13aff601e9b7a9a8a67c7f4d5.setIcon(icon_a0396f49e00f69ea62acb95389f346a0);
|
|
|
|
|
|
var marker_50d9e41fe146d446202b6f698e80d774 = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_bbb3a92635f197d94a6409d1005d1cff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5edf54c03c24bce9a9cb5e512cd68767 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c26732ecaa8fa0009ad091be98319233 = $(`<div id="html_c26732ecaa8fa0009ad091be98319233" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_5edf54c03c24bce9a9cb5e512cd68767.setContent(html_c26732ecaa8fa0009ad091be98319233);
|
|
|
|
|
|
|
|
marker_50d9e41fe146d446202b6f698e80d774.bindPopup(popup_5edf54c03c24bce9a9cb5e512cd68767)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50d9e41fe146d446202b6f698e80d774.setIcon(icon_bbb3a92635f197d94a6409d1005d1cff);
|
|
|
|
|
|
var marker_92a4ca925e3c8956d8275dca9695bf4c = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_eb199695050c8c2ae6e216f79387a528 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65b5a5489a9ae189f58f6e70da54e8c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e05103b80abc597d71c9bb7892fb276 = $(`<div id="html_9e05103b80abc597d71c9bb7892fb276" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_65b5a5489a9ae189f58f6e70da54e8c7.setContent(html_9e05103b80abc597d71c9bb7892fb276);
|
|
|
|
|
|
|
|
marker_92a4ca925e3c8956d8275dca9695bf4c.bindPopup(popup_65b5a5489a9ae189f58f6e70da54e8c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92a4ca925e3c8956d8275dca9695bf4c.setIcon(icon_eb199695050c8c2ae6e216f79387a528);
|
|
|
|
|
|
var marker_0801fa4ab904b7d4d63a45d4bcd7248b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_0d34ab2d48f6dbdcdd99260d55df795a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebc4b3612b9229f30a55b3ff42179c9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2585f6b3eddeda34b553fc48e2f133f = $(`<div id="html_b2585f6b3eddeda34b553fc48e2f133f" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_ebc4b3612b9229f30a55b3ff42179c9b.setContent(html_b2585f6b3eddeda34b553fc48e2f133f);
|
|
|
|
|
|
|
|
marker_0801fa4ab904b7d4d63a45d4bcd7248b.bindPopup(popup_ebc4b3612b9229f30a55b3ff42179c9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0801fa4ab904b7d4d63a45d4bcd7248b.setIcon(icon_0d34ab2d48f6dbdcdd99260d55df795a);
|
|
|
|
|
|
var marker_029197b8320b6dd34c0134de747e66e1 = L.marker(
|
|
[39.9042, 116.407],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_399be52f4079f69bc0eb2d930a52dce5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f10afc536a4b74cffcfa8bda8856158 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5513c4faa8c3614944db13aaacf124fb = $(`<div id="html_5513c4faa8c3614944db13aaacf124fb" style="width: 100.0%; height: 100.0%;">dk.6yv.cn</div>`)[0];
|
|
popup_9f10afc536a4b74cffcfa8bda8856158.setContent(html_5513c4faa8c3614944db13aaacf124fb);
|
|
|
|
|
|
|
|
marker_029197b8320b6dd34c0134de747e66e1.bindPopup(popup_9f10afc536a4b74cffcfa8bda8856158)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_029197b8320b6dd34c0134de747e66e1.setIcon(icon_399be52f4079f69bc0eb2d930a52dce5);
|
|
|
|
|
|
var marker_7cf72c29eaa34282a9c3b6442b7ec733 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_2ba1493acd0e2dd324b9bc4d6d923eeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_560c2e09f36a638eb3f5070cf0241db9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e4fc5ad37c8011fc0c2a85d77803a99 = $(`<div id="html_6e4fc5ad37c8011fc0c2a85d77803a99" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_560c2e09f36a638eb3f5070cf0241db9.setContent(html_6e4fc5ad37c8011fc0c2a85d77803a99);
|
|
|
|
|
|
|
|
marker_7cf72c29eaa34282a9c3b6442b7ec733.bindPopup(popup_560c2e09f36a638eb3f5070cf0241db9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cf72c29eaa34282a9c3b6442b7ec733.setIcon(icon_2ba1493acd0e2dd324b9bc4d6d923eeb);
|
|
|
|
|
|
var marker_234c3bcb9382ee03d3fe0b8c3021b06d = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_f833a3432ed54d6b7ae5ee06d13f3ce9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb94e8fbfa7028dd965b80652d01435f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_797ae87c3c5c8926b66a0485da3762be = $(`<div id="html_797ae87c3c5c8926b66a0485da3762be" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_eb94e8fbfa7028dd965b80652d01435f.setContent(html_797ae87c3c5c8926b66a0485da3762be);
|
|
|
|
|
|
|
|
marker_234c3bcb9382ee03d3fe0b8c3021b06d.bindPopup(popup_eb94e8fbfa7028dd965b80652d01435f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_234c3bcb9382ee03d3fe0b8c3021b06d.setIcon(icon_f833a3432ed54d6b7ae5ee06d13f3ce9);
|
|
|
|
|
|
var marker_d49fe34ab35ba1676f32bccad1e812ac = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_e17bf958e3dbe269beb5792bfd905b23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_407c491f58fcc5d9501acd82b984c62b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e65ae3be06270a5c57610c2310abd2cf = $(`<div id="html_e65ae3be06270a5c57610c2310abd2cf" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_407c491f58fcc5d9501acd82b984c62b.setContent(html_e65ae3be06270a5c57610c2310abd2cf);
|
|
|
|
|
|
|
|
marker_d49fe34ab35ba1676f32bccad1e812ac.bindPopup(popup_407c491f58fcc5d9501acd82b984c62b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d49fe34ab35ba1676f32bccad1e812ac.setIcon(icon_e17bf958e3dbe269beb5792bfd905b23);
|
|
|
|
|
|
var marker_8a584602cf41508fb135f475279f6460 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_d3f8c5bf72e2a9a3ecc40633d0771c93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76c182a58757cf4edefb3a475b9699fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d008c7a415758b9f9a9101e530d3a603 = $(`<div id="html_d008c7a415758b9f9a9101e530d3a603" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_76c182a58757cf4edefb3a475b9699fd.setContent(html_d008c7a415758b9f9a9101e530d3a603);
|
|
|
|
|
|
|
|
marker_8a584602cf41508fb135f475279f6460.bindPopup(popup_76c182a58757cf4edefb3a475b9699fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a584602cf41508fb135f475279f6460.setIcon(icon_d3f8c5bf72e2a9a3ecc40633d0771c93);
|
|
|
|
|
|
var marker_9dbbad19b2f9cf1973c9c19adf675558 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_4d765225d1bff2bc5877747a418bdefe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d86bb4a54d2b46a3b7e9c4c37c03a323 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0bf2ca2fd08a7a7b3cba7154a48c7d9 = $(`<div id="html_d0bf2ca2fd08a7a7b3cba7154a48c7d9" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_d86bb4a54d2b46a3b7e9c4c37c03a323.setContent(html_d0bf2ca2fd08a7a7b3cba7154a48c7d9);
|
|
|
|
|
|
|
|
marker_9dbbad19b2f9cf1973c9c19adf675558.bindPopup(popup_d86bb4a54d2b46a3b7e9c4c37c03a323)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dbbad19b2f9cf1973c9c19adf675558.setIcon(icon_4d765225d1bff2bc5877747a418bdefe);
|
|
|
|
|
|
var marker_5b07d92af7d05880e33ad735bc38965f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_e0fd911bbaa1f3f9f2864e48221d50b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2f36c0877d17263a0ea430536557f2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3be6882ca49b54271449b8edfa2392f0 = $(`<div id="html_3be6882ca49b54271449b8edfa2392f0" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_e2f36c0877d17263a0ea430536557f2b.setContent(html_3be6882ca49b54271449b8edfa2392f0);
|
|
|
|
|
|
|
|
marker_5b07d92af7d05880e33ad735bc38965f.bindPopup(popup_e2f36c0877d17263a0ea430536557f2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b07d92af7d05880e33ad735bc38965f.setIcon(icon_e0fd911bbaa1f3f9f2864e48221d50b6);
|
|
|
|
|
|
var marker_e54faa907bd58e4de4af31f0e55065bb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_79d9a0a65f91032a26eb49c2af8f6a44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df148e23958502eda68072fdc97c5907 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1478a642912524db796bb9591e470fb4 = $(`<div id="html_1478a642912524db796bb9591e470fb4" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_df148e23958502eda68072fdc97c5907.setContent(html_1478a642912524db796bb9591e470fb4);
|
|
|
|
|
|
|
|
marker_e54faa907bd58e4de4af31f0e55065bb.bindPopup(popup_df148e23958502eda68072fdc97c5907)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e54faa907bd58e4de4af31f0e55065bb.setIcon(icon_79d9a0a65f91032a26eb49c2af8f6a44);
|
|
|
|
|
|
var marker_8a6e66684fd6e3eebeeb154e92e67699 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_81b28a250437bcb86a2a6dd60e5cdecb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b28c3c340b132bdd0c9f9a6c9720b27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96c0c23e9e8aaa118fa89ce3164fbbf1 = $(`<div id="html_96c0c23e9e8aaa118fa89ce3164fbbf1" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_4b28c3c340b132bdd0c9f9a6c9720b27.setContent(html_96c0c23e9e8aaa118fa89ce3164fbbf1);
|
|
|
|
|
|
|
|
marker_8a6e66684fd6e3eebeeb154e92e67699.bindPopup(popup_4b28c3c340b132bdd0c9f9a6c9720b27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a6e66684fd6e3eebeeb154e92e67699.setIcon(icon_81b28a250437bcb86a2a6dd60e5cdecb);
|
|
|
|
|
|
var marker_42e8041cd9f68068d67b447a285d0d67 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_c05dd024842f835351c475317bb6fc33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3670808c83df6f19558b1379c9497299 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37804e6d0c268061fc3ab66500e149e0 = $(`<div id="html_37804e6d0c268061fc3ab66500e149e0" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_3670808c83df6f19558b1379c9497299.setContent(html_37804e6d0c268061fc3ab66500e149e0);
|
|
|
|
|
|
|
|
marker_42e8041cd9f68068d67b447a285d0d67.bindPopup(popup_3670808c83df6f19558b1379c9497299)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42e8041cd9f68068d67b447a285d0d67.setIcon(icon_c05dd024842f835351c475317bb6fc33);
|
|
|
|
|
|
var marker_5029e09d435fcaf733f234a0489c0c14 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_fb0c0b78871651839ad5dcb57ec4f3c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5dc20ba327d84d6116225efc62b48e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_967e854ffa00082fc71af92ab2e7af84 = $(`<div id="html_967e854ffa00082fc71af92ab2e7af84" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_b5dc20ba327d84d6116225efc62b48e6.setContent(html_967e854ffa00082fc71af92ab2e7af84);
|
|
|
|
|
|
|
|
marker_5029e09d435fcaf733f234a0489c0c14.bindPopup(popup_b5dc20ba327d84d6116225efc62b48e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5029e09d435fcaf733f234a0489c0c14.setIcon(icon_fb0c0b78871651839ad5dcb57ec4f3c2);
|
|
|
|
|
|
var marker_0798d16d67f73f62bc6f2f87194fb7a0 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_573e9d72e5258bb031cc41e6cd24aad9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e755a7ecd87b6b94b3db150db1c405af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b631f4a2370013902d05666fda38b522 = $(`<div id="html_b631f4a2370013902d05666fda38b522" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_e755a7ecd87b6b94b3db150db1c405af.setContent(html_b631f4a2370013902d05666fda38b522);
|
|
|
|
|
|
|
|
marker_0798d16d67f73f62bc6f2f87194fb7a0.bindPopup(popup_e755a7ecd87b6b94b3db150db1c405af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0798d16d67f73f62bc6f2f87194fb7a0.setIcon(icon_573e9d72e5258bb031cc41e6cd24aad9);
|
|
|
|
|
|
var marker_26319bdfae066b638cb73245b0bff42a = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_82130676f359f0e7206c7ab3d8549aaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69b9f09b6b9240398d5fe7f185213c3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1665f53cd97c90775270dceda9ddb891 = $(`<div id="html_1665f53cd97c90775270dceda9ddb891" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_69b9f09b6b9240398d5fe7f185213c3d.setContent(html_1665f53cd97c90775270dceda9ddb891);
|
|
|
|
|
|
|
|
marker_26319bdfae066b638cb73245b0bff42a.bindPopup(popup_69b9f09b6b9240398d5fe7f185213c3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26319bdfae066b638cb73245b0bff42a.setIcon(icon_82130676f359f0e7206c7ab3d8549aaf);
|
|
|
|
|
|
var marker_e2a1ef7a0e330200f1f485620b73745c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_d16d690869c5ceb91a5f38140d722eee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf1674034123de1bb5b9c16666cd9735 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3665832786b7cfbde862da8c91c964e = $(`<div id="html_a3665832786b7cfbde862da8c91c964e" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_bf1674034123de1bb5b9c16666cd9735.setContent(html_a3665832786b7cfbde862da8c91c964e);
|
|
|
|
|
|
|
|
marker_e2a1ef7a0e330200f1f485620b73745c.bindPopup(popup_bf1674034123de1bb5b9c16666cd9735)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2a1ef7a0e330200f1f485620b73745c.setIcon(icon_d16d690869c5ceb91a5f38140d722eee);
|
|
|
|
|
|
var marker_ccee1010f8cd1f7a74f53a1585a449b1 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_d386c7aaeccd3a3edbf0cd663c85e4fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_425274032fe649add35b198ffb95f74c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4980747df0314e32caa7898ef58bcddb = $(`<div id="html_4980747df0314e32caa7898ef58bcddb" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_425274032fe649add35b198ffb95f74c.setContent(html_4980747df0314e32caa7898ef58bcddb);
|
|
|
|
|
|
|
|
marker_ccee1010f8cd1f7a74f53a1585a449b1.bindPopup(popup_425274032fe649add35b198ffb95f74c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccee1010f8cd1f7a74f53a1585a449b1.setIcon(icon_d386c7aaeccd3a3edbf0cd663c85e4fa);
|
|
|
|
|
|
var marker_a0336f4c373bf280f2fac601e75acd28 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_921a86d1978d95f4420b64353adb8567 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8bc6eea7d6a0bdd49f722d9d8b531ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b33525bd04984f2d6b956f80ec2b9ba8 = $(`<div id="html_b33525bd04984f2d6b956f80ec2b9ba8" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_b8bc6eea7d6a0bdd49f722d9d8b531ce.setContent(html_b33525bd04984f2d6b956f80ec2b9ba8);
|
|
|
|
|
|
|
|
marker_a0336f4c373bf280f2fac601e75acd28.bindPopup(popup_b8bc6eea7d6a0bdd49f722d9d8b531ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0336f4c373bf280f2fac601e75acd28.setIcon(icon_921a86d1978d95f4420b64353adb8567);
|
|
|
|
|
|
var marker_984eaecb702d57d2cba02edd5add9926 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_62e8eab87a4b4482a60582c6d9d61fd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc8998d2d405df0ce16757321f23c4c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4442e51f43c4e452a3ae4aa580cff0c = $(`<div id="html_c4442e51f43c4e452a3ae4aa580cff0c" style="width: 100.0%; height: 100.0%;">nostr.infero.net</div>`)[0];
|
|
popup_bc8998d2d405df0ce16757321f23c4c9.setContent(html_c4442e51f43c4e452a3ae4aa580cff0c);
|
|
|
|
|
|
|
|
marker_984eaecb702d57d2cba02edd5add9926.bindPopup(popup_bc8998d2d405df0ce16757321f23c4c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_984eaecb702d57d2cba02edd5add9926.setIcon(icon_62e8eab87a4b4482a60582c6d9d61fd6);
|
|
|
|
|
|
var marker_5caeeef7102e9a94fb6ffb6029cb55f6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_5ebe765e21ffd0c3c15b060419851cdd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38e6a67246be0b070a6803b442ace02b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81007c9896a4ed08eb764e9875dae6c0 = $(`<div id="html_81007c9896a4ed08eb764e9875dae6c0" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_38e6a67246be0b070a6803b442ace02b.setContent(html_81007c9896a4ed08eb764e9875dae6c0);
|
|
|
|
|
|
|
|
marker_5caeeef7102e9a94fb6ffb6029cb55f6.bindPopup(popup_38e6a67246be0b070a6803b442ace02b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5caeeef7102e9a94fb6ffb6029cb55f6.setIcon(icon_5ebe765e21ffd0c3c15b060419851cdd);
|
|
|
|
|
|
var marker_b54eb064a88289eec0009534637ecb1e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_5ed8f3dcda275117aee740d78e81c1c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90c4206b0f6e9883436ccc286c4ae136 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81f3118de2036bbd490b592d52fc5e9e = $(`<div id="html_81f3118de2036bbd490b592d52fc5e9e" style="width: 100.0%; height: 100.0%;">relay.nostr.blockhenge.com</div>`)[0];
|
|
popup_90c4206b0f6e9883436ccc286c4ae136.setContent(html_81f3118de2036bbd490b592d52fc5e9e);
|
|
|
|
|
|
|
|
marker_b54eb064a88289eec0009534637ecb1e.bindPopup(popup_90c4206b0f6e9883436ccc286c4ae136)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b54eb064a88289eec0009534637ecb1e.setIcon(icon_5ed8f3dcda275117aee740d78e81c1c9);
|
|
|
|
|
|
var marker_683221f56332db6a19f37a75fbaef999 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_e42ddbb089b21c6717155c2490c8f1d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8470201cd4c63418b9f5f8169a0345e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c087e0fd6c8efd80b79e59b33501d8e8 = $(`<div id="html_c087e0fd6c8efd80b79e59b33501d8e8" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_8470201cd4c63418b9f5f8169a0345e8.setContent(html_c087e0fd6c8efd80b79e59b33501d8e8);
|
|
|
|
|
|
|
|
marker_683221f56332db6a19f37a75fbaef999.bindPopup(popup_8470201cd4c63418b9f5f8169a0345e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_683221f56332db6a19f37a75fbaef999.setIcon(icon_e42ddbb089b21c6717155c2490c8f1d7);
|
|
|
|
|
|
var marker_cce2f93d572d4fe83ee98dea2ffcbfcc = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_1b26d00e34b55a4a40a11abb1d282336 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3526334763bf7108be7b953c38a01497 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d16acede67506fe700c0053259746ac = $(`<div id="html_4d16acede67506fe700c0053259746ac" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_3526334763bf7108be7b953c38a01497.setContent(html_4d16acede67506fe700c0053259746ac);
|
|
|
|
|
|
|
|
marker_cce2f93d572d4fe83ee98dea2ffcbfcc.bindPopup(popup_3526334763bf7108be7b953c38a01497)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cce2f93d572d4fe83ee98dea2ffcbfcc.setIcon(icon_1b26d00e34b55a4a40a11abb1d282336);
|
|
|
|
|
|
var marker_b88d967d1254cec527d84aaebf9ad5d8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_2f8781c6406269c493edec854fdaf37a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85f98d02267f2f39c1e82e9ae0507d01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b856717755ebb5fa2fe848fe434e242d = $(`<div id="html_b856717755ebb5fa2fe848fe434e242d" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_85f98d02267f2f39c1e82e9ae0507d01.setContent(html_b856717755ebb5fa2fe848fe434e242d);
|
|
|
|
|
|
|
|
marker_b88d967d1254cec527d84aaebf9ad5d8.bindPopup(popup_85f98d02267f2f39c1e82e9ae0507d01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b88d967d1254cec527d84aaebf9ad5d8.setIcon(icon_2f8781c6406269c493edec854fdaf37a);
|
|
|
|
|
|
var marker_c9747c96b06d4311a821e5f6c2c590df = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_83b23a83fbb038cb9c048766b5a23816 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c643a8d4fe1376e7ba6e8eaa1ba737a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35ff7782f980b0b1fcf42996da15e78f = $(`<div id="html_35ff7782f980b0b1fcf42996da15e78f" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_7c643a8d4fe1376e7ba6e8eaa1ba737a.setContent(html_35ff7782f980b0b1fcf42996da15e78f);
|
|
|
|
|
|
|
|
marker_c9747c96b06d4311a821e5f6c2c590df.bindPopup(popup_7c643a8d4fe1376e7ba6e8eaa1ba737a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9747c96b06d4311a821e5f6c2c590df.setIcon(icon_83b23a83fbb038cb9c048766b5a23816);
|
|
|
|
|
|
var marker_adf1819a1fa99de30cc9886a67f23577 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_cf248c2ac739a8b1f0757f9a6f84c79f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2debfd7f136bd1b65ee81aee160df161 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a7909210d884a18a2e4a615452394a4 = $(`<div id="html_6a7909210d884a18a2e4a615452394a4" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_2debfd7f136bd1b65ee81aee160df161.setContent(html_6a7909210d884a18a2e4a615452394a4);
|
|
|
|
|
|
|
|
marker_adf1819a1fa99de30cc9886a67f23577.bindPopup(popup_2debfd7f136bd1b65ee81aee160df161)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adf1819a1fa99de30cc9886a67f23577.setIcon(icon_cf248c2ac739a8b1f0757f9a6f84c79f);
|
|
|
|
|
|
var marker_e15fca7de0e84bdb657b956827750efb = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_f9a875e3cc8437c4eda5e59d4d7353f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_750feb9e3b9ac54198c6b9c1f71e3604 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_085b4a11e2244e5ca4da13b831a03f66 = $(`<div id="html_085b4a11e2244e5ca4da13b831a03f66" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_750feb9e3b9ac54198c6b9c1f71e3604.setContent(html_085b4a11e2244e5ca4da13b831a03f66);
|
|
|
|
|
|
|
|
marker_e15fca7de0e84bdb657b956827750efb.bindPopup(popup_750feb9e3b9ac54198c6b9c1f71e3604)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e15fca7de0e84bdb657b956827750efb.setIcon(icon_f9a875e3cc8437c4eda5e59d4d7353f6);
|
|
|
|
|
|
var marker_4b13f6909c85f9ded1504c667abb4be0 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_1b06c4ed4467de357bbb1934bfc39070 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0309905cb42e9d1b36b32e6ec8384d36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81c184e5b4cd42e3a7321acf41d3911f = $(`<div id="html_81c184e5b4cd42e3a7321acf41d3911f" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_0309905cb42e9d1b36b32e6ec8384d36.setContent(html_81c184e5b4cd42e3a7321acf41d3911f);
|
|
|
|
|
|
|
|
marker_4b13f6909c85f9ded1504c667abb4be0.bindPopup(popup_0309905cb42e9d1b36b32e6ec8384d36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b13f6909c85f9ded1504c667abb4be0.setIcon(icon_1b06c4ed4467de357bbb1934bfc39070);
|
|
|
|
|
|
var marker_9bff4a08f7200ef7d207d31eb0bd7c7a = L.marker(
|
|
[9.27447, -83.5797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_fc259d9eb5016f3653c20a3485be13f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_922e5de31cbf2e6759d0483df44699a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82560fae1012da7ae119982015b7a7aa = $(`<div id="html_82560fae1012da7ae119982015b7a7aa" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_922e5de31cbf2e6759d0483df44699a9.setContent(html_82560fae1012da7ae119982015b7a7aa);
|
|
|
|
|
|
|
|
marker_9bff4a08f7200ef7d207d31eb0bd7c7a.bindPopup(popup_922e5de31cbf2e6759d0483df44699a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bff4a08f7200ef7d207d31eb0bd7c7a.setIcon(icon_fc259d9eb5016f3653c20a3485be13f4);
|
|
|
|
|
|
var marker_d8a397aa38a9848f7b11265ab00305c4 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_5beb907357088e402921d64e2801da93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_457001707217c299f8943c01602c434a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_474106fe86910c9eb7fcb3dfef162207 = $(`<div id="html_474106fe86910c9eb7fcb3dfef162207" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_457001707217c299f8943c01602c434a.setContent(html_474106fe86910c9eb7fcb3dfef162207);
|
|
|
|
|
|
|
|
marker_d8a397aa38a9848f7b11265ab00305c4.bindPopup(popup_457001707217c299f8943c01602c434a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8a397aa38a9848f7b11265ab00305c4.setIcon(icon_5beb907357088e402921d64e2801da93);
|
|
|
|
|
|
var marker_19ce4a0a7ba670da09917bf1b0730909 = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_bc9551c826bfe06e54f8ba5d1b4353a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2350ddcd18a526b50ec9df550c671393 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_491ec75a2d43f5a34c17886b91ba9b04 = $(`<div id="html_491ec75a2d43f5a34c17886b91ba9b04" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_2350ddcd18a526b50ec9df550c671393.setContent(html_491ec75a2d43f5a34c17886b91ba9b04);
|
|
|
|
|
|
|
|
marker_19ce4a0a7ba670da09917bf1b0730909.bindPopup(popup_2350ddcd18a526b50ec9df550c671393)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19ce4a0a7ba670da09917bf1b0730909.setIcon(icon_bc9551c826bfe06e54f8ba5d1b4353a3);
|
|
|
|
|
|
var marker_5888f0dc1ddd60ee53f1d11fe1cc0404 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_68b7b38105a73a971edf1ef291c127cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adaf0a7adb74a521e284dab3dc1c2626 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f352dff419bcc558e53848df09f1ee37 = $(`<div id="html_f352dff419bcc558e53848df09f1ee37" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_adaf0a7adb74a521e284dab3dc1c2626.setContent(html_f352dff419bcc558e53848df09f1ee37);
|
|
|
|
|
|
|
|
marker_5888f0dc1ddd60ee53f1d11fe1cc0404.bindPopup(popup_adaf0a7adb74a521e284dab3dc1c2626)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5888f0dc1ddd60ee53f1d11fe1cc0404.setIcon(icon_68b7b38105a73a971edf1ef291c127cd);
|
|
|
|
|
|
var marker_f81ce89e99388187b0e72e41ae5e9f96 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_bab20f33ef06f630e0090c31b6c38231 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b925135f2e541dd4b5e6782e0a5c42d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36bb26b3c2f1ceb1e06443e0a52b749c = $(`<div id="html_36bb26b3c2f1ceb1e06443e0a52b749c" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_3b925135f2e541dd4b5e6782e0a5c42d.setContent(html_36bb26b3c2f1ceb1e06443e0a52b749c);
|
|
|
|
|
|
|
|
marker_f81ce89e99388187b0e72e41ae5e9f96.bindPopup(popup_3b925135f2e541dd4b5e6782e0a5c42d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f81ce89e99388187b0e72e41ae5e9f96.setIcon(icon_bab20f33ef06f630e0090c31b6c38231);
|
|
|
|
|
|
var marker_c703c23f82ec7ecee26a92f236c12405 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_1f3e99d238299b42c8ed36345d877340 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_689ca187c9cc0395df1ac39f0a6d7db9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99beecfa757b7bfc8b2ac8eb71f0d6ef = $(`<div id="html_99beecfa757b7bfc8b2ac8eb71f0d6ef" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_689ca187c9cc0395df1ac39f0a6d7db9.setContent(html_99beecfa757b7bfc8b2ac8eb71f0d6ef);
|
|
|
|
|
|
|
|
marker_c703c23f82ec7ecee26a92f236c12405.bindPopup(popup_689ca187c9cc0395df1ac39f0a6d7db9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c703c23f82ec7ecee26a92f236c12405.setIcon(icon_1f3e99d238299b42c8ed36345d877340);
|
|
|
|
|
|
var marker_2c07b5df3f1e081ed8886ff8565822a7 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_e32f456e1e3ee932ff22fb5f00b474a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcebe3b846f7e620fcc4ac1f65c0f4cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d6ebf52c07da4231062ef5639e9bb41 = $(`<div id="html_6d6ebf52c07da4231062ef5639e9bb41" style="width: 100.0%; height: 100.0%;">quantum-relay.3nostr.com</div>`)[0];
|
|
popup_dcebe3b846f7e620fcc4ac1f65c0f4cc.setContent(html_6d6ebf52c07da4231062ef5639e9bb41);
|
|
|
|
|
|
|
|
marker_2c07b5df3f1e081ed8886ff8565822a7.bindPopup(popup_dcebe3b846f7e620fcc4ac1f65c0f4cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c07b5df3f1e081ed8886ff8565822a7.setIcon(icon_e32f456e1e3ee932ff22fb5f00b474a6);
|
|
|
|
|
|
var marker_817b588b4aee04fba10772ee7ca67f0c = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_71652a6360ba8ee4e1b4ca7769259337 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f7ce301daaf0187890f260209b8bfb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24b97700d10798859935ce4c75c1d845 = $(`<div id="html_24b97700d10798859935ce4c75c1d845" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_8f7ce301daaf0187890f260209b8bfb3.setContent(html_24b97700d10798859935ce4c75c1d845);
|
|
|
|
|
|
|
|
marker_817b588b4aee04fba10772ee7ca67f0c.bindPopup(popup_8f7ce301daaf0187890f260209b8bfb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_817b588b4aee04fba10772ee7ca67f0c.setIcon(icon_71652a6360ba8ee4e1b4ca7769259337);
|
|
|
|
|
|
var marker_6eecdae83e125a03bb387e6e32e70ab7 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_365ac27843536d5777d388c5e05530e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b57fefba74aef0f4288b7fd1d93860c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_226db8b70b635c8371283bb8b1d516c5 = $(`<div id="html_226db8b70b635c8371283bb8b1d516c5" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_8b57fefba74aef0f4288b7fd1d93860c.setContent(html_226db8b70b635c8371283bb8b1d516c5);
|
|
|
|
|
|
|
|
marker_6eecdae83e125a03bb387e6e32e70ab7.bindPopup(popup_8b57fefba74aef0f4288b7fd1d93860c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6eecdae83e125a03bb387e6e32e70ab7.setIcon(icon_365ac27843536d5777d388c5e05530e2);
|
|
|
|
|
|
var marker_31f677dfff9334b04b1a87805bc7d554 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_cc042a698bfc2b655a21d1292fca0288 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b28d5be96f067617800283c012dd2fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0badf25dc5a58b7dbee2d39ca0d2ffb0 = $(`<div id="html_0badf25dc5a58b7dbee2d39ca0d2ffb0" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_3b28d5be96f067617800283c012dd2fe.setContent(html_0badf25dc5a58b7dbee2d39ca0d2ffb0);
|
|
|
|
|
|
|
|
marker_31f677dfff9334b04b1a87805bc7d554.bindPopup(popup_3b28d5be96f067617800283c012dd2fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31f677dfff9334b04b1a87805bc7d554.setIcon(icon_cc042a698bfc2b655a21d1292fca0288);
|
|
|
|
|
|
var marker_01f7120dec24e509547aa240396015ee = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_5b2fdaa1eec2e3e77607acaa6c44b6dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64033f94e90f711df74af47c653e12c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67442cf37835054172f254a9fd0d09ee = $(`<div id="html_67442cf37835054172f254a9fd0d09ee" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_64033f94e90f711df74af47c653e12c4.setContent(html_67442cf37835054172f254a9fd0d09ee);
|
|
|
|
|
|
|
|
marker_01f7120dec24e509547aa240396015ee.bindPopup(popup_64033f94e90f711df74af47c653e12c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01f7120dec24e509547aa240396015ee.setIcon(icon_5b2fdaa1eec2e3e77607acaa6c44b6dd);
|
|
|
|
|
|
var marker_dac41c306f344e4095390f35c439d8c1 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_10bcb215c60cb5804725e98934d0788e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aca1cae971304403601c1a38e209e3fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39faa33fe27fc3d06c56d457c163debf = $(`<div id="html_39faa33fe27fc3d06c56d457c163debf" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_aca1cae971304403601c1a38e209e3fa.setContent(html_39faa33fe27fc3d06c56d457c163debf);
|
|
|
|
|
|
|
|
marker_dac41c306f344e4095390f35c439d8c1.bindPopup(popup_aca1cae971304403601c1a38e209e3fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dac41c306f344e4095390f35c439d8c1.setIcon(icon_10bcb215c60cb5804725e98934d0788e);
|
|
|
|
|
|
var marker_a72f3c6cbabc727fcb96bfabf6e5307c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_cbd4ad32e0450e02169bc573d024fad8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b427c484946ccbc4840c78b6520130a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c74acf0132495a537d076acc7516e5c6 = $(`<div id="html_c74acf0132495a537d076acc7516e5c6" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_9b427c484946ccbc4840c78b6520130a.setContent(html_c74acf0132495a537d076acc7516e5c6);
|
|
|
|
|
|
|
|
marker_a72f3c6cbabc727fcb96bfabf6e5307c.bindPopup(popup_9b427c484946ccbc4840c78b6520130a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a72f3c6cbabc727fcb96bfabf6e5307c.setIcon(icon_cbd4ad32e0450e02169bc573d024fad8);
|
|
|
|
|
|
var marker_97c808afb38c7714a0def7ff316b311b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_13fb446e031568514d5b23146e7f7fa3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7c13b103b5c24032310236cb796985c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c23e840d79aa84ad0095705e3002c76 = $(`<div id="html_8c23e840d79aa84ad0095705e3002c76" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_f7c13b103b5c24032310236cb796985c.setContent(html_8c23e840d79aa84ad0095705e3002c76);
|
|
|
|
|
|
|
|
marker_97c808afb38c7714a0def7ff316b311b.bindPopup(popup_f7c13b103b5c24032310236cb796985c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97c808afb38c7714a0def7ff316b311b.setIcon(icon_13fb446e031568514d5b23146e7f7fa3);
|
|
|
|
|
|
var marker_cd8f0948a52395f71749664273939759 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_3ca892757dcccaabae3e829f24cab0ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f93d8e1d1b069ad9d559b3fbe244bb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_600bd1f48088cf3b65bad78edaf4b22d = $(`<div id="html_600bd1f48088cf3b65bad78edaf4b22d" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_2f93d8e1d1b069ad9d559b3fbe244bb4.setContent(html_600bd1f48088cf3b65bad78edaf4b22d);
|
|
|
|
|
|
|
|
marker_cd8f0948a52395f71749664273939759.bindPopup(popup_2f93d8e1d1b069ad9d559b3fbe244bb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd8f0948a52395f71749664273939759.setIcon(icon_3ca892757dcccaabae3e829f24cab0ac);
|
|
|
|
|
|
var marker_53130d754517b9bb6682fd86110807f2 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_847007c819bf87d2e336950cf9b7f9cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d2b4858df61a2dbb7e8d938a6e4346f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c8cf74c8648b9e175e52cc680cf39d9 = $(`<div id="html_5c8cf74c8648b9e175e52cc680cf39d9" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_3d2b4858df61a2dbb7e8d938a6e4346f.setContent(html_5c8cf74c8648b9e175e52cc680cf39d9);
|
|
|
|
|
|
|
|
marker_53130d754517b9bb6682fd86110807f2.bindPopup(popup_3d2b4858df61a2dbb7e8d938a6e4346f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53130d754517b9bb6682fd86110807f2.setIcon(icon_847007c819bf87d2e336950cf9b7f9cf);
|
|
|
|
|
|
var marker_4526ca7f2b7b872e55826cbbe8c951de = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_fe69a0bef2a4fca3e9d7f38cf684d34d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c143e7e50a963497c68b2b7441487259 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f067f9bc12aa4266c9a710a93ad5208e = $(`<div id="html_f067f9bc12aa4266c9a710a93ad5208e" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_c143e7e50a963497c68b2b7441487259.setContent(html_f067f9bc12aa4266c9a710a93ad5208e);
|
|
|
|
|
|
|
|
marker_4526ca7f2b7b872e55826cbbe8c951de.bindPopup(popup_c143e7e50a963497c68b2b7441487259)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4526ca7f2b7b872e55826cbbe8c951de.setIcon(icon_fe69a0bef2a4fca3e9d7f38cf684d34d);
|
|
|
|
|
|
var marker_f310d6adeafb29d964b2b043ee628588 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_851dffc8107b2278453852c03fbb6649 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad087ced3193e67954ea53b42155b9fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1d9c6b04099bdf6ee00a573cca4f46e = $(`<div id="html_d1d9c6b04099bdf6ee00a573cca4f46e" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_ad087ced3193e67954ea53b42155b9fb.setContent(html_d1d9c6b04099bdf6ee00a573cca4f46e);
|
|
|
|
|
|
|
|
marker_f310d6adeafb29d964b2b043ee628588.bindPopup(popup_ad087ced3193e67954ea53b42155b9fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f310d6adeafb29d964b2b043ee628588.setIcon(icon_851dffc8107b2278453852c03fbb6649);
|
|
|
|
|
|
var marker_97e12da9a192ea4299509d579c9ee6b7 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_6b2127145085e21b202b8437c2bdd5d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92de03986a894588273c20b57441c75e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49154ecf3883d34bbc3838f39980514a = $(`<div id="html_49154ecf3883d34bbc3838f39980514a" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_92de03986a894588273c20b57441c75e.setContent(html_49154ecf3883d34bbc3838f39980514a);
|
|
|
|
|
|
|
|
marker_97e12da9a192ea4299509d579c9ee6b7.bindPopup(popup_92de03986a894588273c20b57441c75e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97e12da9a192ea4299509d579c9ee6b7.setIcon(icon_6b2127145085e21b202b8437c2bdd5d7);
|
|
|
|
|
|
var marker_289464fedab2c705fae372c7ecbf4949 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_5460e2f5e977fbea9e7a71b0a6e98416 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30ce82ae0acf16b60d52d85547f11df4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f470ccc19b5677305da51ab982e5a00 = $(`<div id="html_4f470ccc19b5677305da51ab982e5a00" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_30ce82ae0acf16b60d52d85547f11df4.setContent(html_4f470ccc19b5677305da51ab982e5a00);
|
|
|
|
|
|
|
|
marker_289464fedab2c705fae372c7ecbf4949.bindPopup(popup_30ce82ae0acf16b60d52d85547f11df4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_289464fedab2c705fae372c7ecbf4949.setIcon(icon_5460e2f5e977fbea9e7a71b0a6e98416);
|
|
|
|
|
|
var marker_75e42650adddcad01f00b145a44d74ed = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_d09cc3e1ff1015123d1a848d69ad7425 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e95ab33ccbdfb787e9fdecc92536f5b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17ce602ff354e66804d7dc4d84ecad12 = $(`<div id="html_17ce602ff354e66804d7dc4d84ecad12" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_e95ab33ccbdfb787e9fdecc92536f5b9.setContent(html_17ce602ff354e66804d7dc4d84ecad12);
|
|
|
|
|
|
|
|
marker_75e42650adddcad01f00b145a44d74ed.bindPopup(popup_e95ab33ccbdfb787e9fdecc92536f5b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75e42650adddcad01f00b145a44d74ed.setIcon(icon_d09cc3e1ff1015123d1a848d69ad7425);
|
|
|
|
|
|
var marker_d7d2c112d31a2afafc95db6ddd7f3421 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_77f8ece2e369b42741a668bb535242c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cca072eed3951aa11e1b9a19048cd46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acafc3eb63b6991bf9420056fd508220 = $(`<div id="html_acafc3eb63b6991bf9420056fd508220" style="width: 100.0%; height: 100.0%;">relay.aidatanorge.no</div>`)[0];
|
|
popup_4cca072eed3951aa11e1b9a19048cd46.setContent(html_acafc3eb63b6991bf9420056fd508220);
|
|
|
|
|
|
|
|
marker_d7d2c112d31a2afafc95db6ddd7f3421.bindPopup(popup_4cca072eed3951aa11e1b9a19048cd46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7d2c112d31a2afafc95db6ddd7f3421.setIcon(icon_77f8ece2e369b42741a668bb535242c4);
|
|
|
|
|
|
var marker_05c87c8b78b4c23f45b2059716fa4fa0 = L.marker(
|
|
[37.5665, 126.978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_324d7bbc96d0b5cfabd36523e208b7ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45d5948fcf0d5798c7a64a81add940ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be33775dc182c24905b7ce7cb6d3f8eb = $(`<div id="html_be33775dc182c24905b7ce7cb6d3f8eb" style="width: 100.0%; height: 100.0%;">relay.mulatta.io</div>`)[0];
|
|
popup_45d5948fcf0d5798c7a64a81add940ff.setContent(html_be33775dc182c24905b7ce7cb6d3f8eb);
|
|
|
|
|
|
|
|
marker_05c87c8b78b4c23f45b2059716fa4fa0.bindPopup(popup_45d5948fcf0d5798c7a64a81add940ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05c87c8b78b4c23f45b2059716fa4fa0.setIcon(icon_324d7bbc96d0b5cfabd36523e208b7ea);
|
|
|
|
|
|
var marker_b4f9b86c41b7a67aac5ad1ccefaa0190 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_a708a85afaa326e334970ccee874640d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64b0e859bad251d61b611f0bcfc5a0cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_099dea56e6947d2a356f3eeb14204dfa = $(`<div id="html_099dea56e6947d2a356f3eeb14204dfa" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_64b0e859bad251d61b611f0bcfc5a0cf.setContent(html_099dea56e6947d2a356f3eeb14204dfa);
|
|
|
|
|
|
|
|
marker_b4f9b86c41b7a67aac5ad1ccefaa0190.bindPopup(popup_64b0e859bad251d61b611f0bcfc5a0cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4f9b86c41b7a67aac5ad1ccefaa0190.setIcon(icon_a708a85afaa326e334970ccee874640d);
|
|
|
|
|
|
var marker_05a8d5dcb514bc264178ff9601dd5236 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_fa5d790e3a0f9681b4de64b98384a9ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d026e3b65faf4b7de1af862911627cb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be863295d2b15e846fea43698ea16831 = $(`<div id="html_be863295d2b15e846fea43698ea16831" style="width: 100.0%; height: 100.0%;">relay.mrmave.work</div>`)[0];
|
|
popup_d026e3b65faf4b7de1af862911627cb7.setContent(html_be863295d2b15e846fea43698ea16831);
|
|
|
|
|
|
|
|
marker_05a8d5dcb514bc264178ff9601dd5236.bindPopup(popup_d026e3b65faf4b7de1af862911627cb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05a8d5dcb514bc264178ff9601dd5236.setIcon(icon_fa5d790e3a0f9681b4de64b98384a9ee);
|
|
|
|
|
|
var marker_3723e3dfd0c622c32bd08709efb0fd45 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_30357860567ea48d50a4ceb78df75aa7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49358f3683cd1fc2f10d8369f8448750 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21f351cf483d32a0bf87a9d358ae856b = $(`<div id="html_21f351cf483d32a0bf87a9d358ae856b" style="width: 100.0%; height: 100.0%;">damus.bostr.online</div>`)[0];
|
|
popup_49358f3683cd1fc2f10d8369f8448750.setContent(html_21f351cf483d32a0bf87a9d358ae856b);
|
|
|
|
|
|
|
|
marker_3723e3dfd0c622c32bd08709efb0fd45.bindPopup(popup_49358f3683cd1fc2f10d8369f8448750)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3723e3dfd0c622c32bd08709efb0fd45.setIcon(icon_30357860567ea48d50a4ceb78df75aa7);
|
|
|
|
|
|
var marker_3116e5a73f9b79266ff07880c4f09f2e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_e43ee764d669dca3f1c34a1198b2c753 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0de88e2da09d676575932181f95333c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb02865457b8c518c7d2abd2181dc183 = $(`<div id="html_cb02865457b8c518c7d2abd2181dc183" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_0de88e2da09d676575932181f95333c0.setContent(html_cb02865457b8c518c7d2abd2181dc183);
|
|
|
|
|
|
|
|
marker_3116e5a73f9b79266ff07880c4f09f2e.bindPopup(popup_0de88e2da09d676575932181f95333c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3116e5a73f9b79266ff07880c4f09f2e.setIcon(icon_e43ee764d669dca3f1c34a1198b2c753);
|
|
|
|
|
|
var marker_4832846fea6b1a9e65b48356a7ecaf42 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_b08d0b45cc08af405ef18e39a1c5f736 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a8f09a423000f8d3f1e0bfc6e89cccb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f487fd90b81182056c597c988aae2bb7 = $(`<div id="html_f487fd90b81182056c597c988aae2bb7" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_2a8f09a423000f8d3f1e0bfc6e89cccb.setContent(html_f487fd90b81182056c597c988aae2bb7);
|
|
|
|
|
|
|
|
marker_4832846fea6b1a9e65b48356a7ecaf42.bindPopup(popup_2a8f09a423000f8d3f1e0bfc6e89cccb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4832846fea6b1a9e65b48356a7ecaf42.setIcon(icon_b08d0b45cc08af405ef18e39a1c5f736);
|
|
|
|
|
|
var marker_533549e5f2158f18cc0f6ef4ac986262 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_414906f3b18940fe61c03648171e909c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84f130126106d28e37a19c8d6532627f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4037e50fcd8b952d6d00373a612bf9fb = $(`<div id="html_4037e50fcd8b952d6d00373a612bf9fb" style="width: 100.0%; height: 100.0%;">antiprimal.net</div>`)[0];
|
|
popup_84f130126106d28e37a19c8d6532627f.setContent(html_4037e50fcd8b952d6d00373a612bf9fb);
|
|
|
|
|
|
|
|
marker_533549e5f2158f18cc0f6ef4ac986262.bindPopup(popup_84f130126106d28e37a19c8d6532627f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_533549e5f2158f18cc0f6ef4ac986262.setIcon(icon_414906f3b18940fe61c03648171e909c);
|
|
|
|
|
|
var marker_75a0d30e28990873be6bd8253ed2b686 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_c2a86686518ba0677d1ad32268999397 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e5baeb02e23565fca7dd94e9ec3eb80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e17cea366ea87243d088dbcf2035074 = $(`<div id="html_2e17cea366ea87243d088dbcf2035074" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_5e5baeb02e23565fca7dd94e9ec3eb80.setContent(html_2e17cea366ea87243d088dbcf2035074);
|
|
|
|
|
|
|
|
marker_75a0d30e28990873be6bd8253ed2b686.bindPopup(popup_5e5baeb02e23565fca7dd94e9ec3eb80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75a0d30e28990873be6bd8253ed2b686.setIcon(icon_c2a86686518ba0677d1ad32268999397);
|
|
|
|
|
|
var marker_33cb960c9ee9fef2c30b8c435f5643a7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_9c256833c8f890dcaf8bb177aecc2204 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70dd9d72a298e9491efd7197b32e8e6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_561e082683a8158afc483523a3cd1665 = $(`<div id="html_561e082683a8158afc483523a3cd1665" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_70dd9d72a298e9491efd7197b32e8e6d.setContent(html_561e082683a8158afc483523a3cd1665);
|
|
|
|
|
|
|
|
marker_33cb960c9ee9fef2c30b8c435f5643a7.bindPopup(popup_70dd9d72a298e9491efd7197b32e8e6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33cb960c9ee9fef2c30b8c435f5643a7.setIcon(icon_9c256833c8f890dcaf8bb177aecc2204);
|
|
|
|
|
|
var marker_9b081f6e363ba31ba30c60e79b916f11 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_c5335980cd5d748b1fc30c3a814155c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a46009f95be3629858736ff0f7ea423 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f88a8c4d92e46a74e4784ec90dea15c2 = $(`<div id="html_f88a8c4d92e46a74e4784ec90dea15c2" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_2a46009f95be3629858736ff0f7ea423.setContent(html_f88a8c4d92e46a74e4784ec90dea15c2);
|
|
|
|
|
|
|
|
marker_9b081f6e363ba31ba30c60e79b916f11.bindPopup(popup_2a46009f95be3629858736ff0f7ea423)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b081f6e363ba31ba30c60e79b916f11.setIcon(icon_c5335980cd5d748b1fc30c3a814155c7);
|
|
|
|
|
|
var marker_73cb28a2ecc10ca48f88223d93d61f32 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_264cabb6069d203bc488fa62c8a4479e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08dde2047e5af430fb64c807ba6dfec0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_550609cda56684457cda1fd552f140ab = $(`<div id="html_550609cda56684457cda1fd552f140ab" style="width: 100.0%; height: 100.0%;">nostr.purpura.cloud</div>`)[0];
|
|
popup_08dde2047e5af430fb64c807ba6dfec0.setContent(html_550609cda56684457cda1fd552f140ab);
|
|
|
|
|
|
|
|
marker_73cb28a2ecc10ca48f88223d93d61f32.bindPopup(popup_08dde2047e5af430fb64c807ba6dfec0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73cb28a2ecc10ca48f88223d93d61f32.setIcon(icon_264cabb6069d203bc488fa62c8a4479e);
|
|
|
|
|
|
var marker_2255e3a274bba957a0fcb1f1f1c5c486 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_b30e126b0922f28ebb16730360088f65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_128574be517274901de8f1c003722621 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14b0bff2b5340e7e9846e52a5df5acca = $(`<div id="html_14b0bff2b5340e7e9846e52a5df5acca" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_128574be517274901de8f1c003722621.setContent(html_14b0bff2b5340e7e9846e52a5df5acca);
|
|
|
|
|
|
|
|
marker_2255e3a274bba957a0fcb1f1f1c5c486.bindPopup(popup_128574be517274901de8f1c003722621)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2255e3a274bba957a0fcb1f1f1c5c486.setIcon(icon_b30e126b0922f28ebb16730360088f65);
|
|
|
|
|
|
var marker_2d16d9ea902a035d0ef1ded62ffd5d72 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_de6258dddb6b6b32d7779b118935b4a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef2824a7f02a056bbfd3c20d9912b873 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1725135943e952df16f2e745c67b9103 = $(`<div id="html_1725135943e952df16f2e745c67b9103" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_ef2824a7f02a056bbfd3c20d9912b873.setContent(html_1725135943e952df16f2e745c67b9103);
|
|
|
|
|
|
|
|
marker_2d16d9ea902a035d0ef1ded62ffd5d72.bindPopup(popup_ef2824a7f02a056bbfd3c20d9912b873)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d16d9ea902a035d0ef1ded62ffd5d72.setIcon(icon_de6258dddb6b6b32d7779b118935b4a1);
|
|
|
|
|
|
var marker_48daf6a8455d6e09f7ce288074331158 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_e484bab9e99b47747e350dc44a57411f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad3a9cab3115032c784f06e04fd3c7b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee42665cd3888c88df0414599f0104f9 = $(`<div id="html_ee42665cd3888c88df0414599f0104f9" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_ad3a9cab3115032c784f06e04fd3c7b2.setContent(html_ee42665cd3888c88df0414599f0104f9);
|
|
|
|
|
|
|
|
marker_48daf6a8455d6e09f7ce288074331158.bindPopup(popup_ad3a9cab3115032c784f06e04fd3c7b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48daf6a8455d6e09f7ce288074331158.setIcon(icon_e484bab9e99b47747e350dc44a57411f);
|
|
|
|
|
|
var marker_7b70079148f752fccd09a21b8c52a657 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_d19bf25067453c7784215ce4a8ceadad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_971bfa4f9af39d3f793022bfca10652f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36c500e952afe395908ef553061d32fd = $(`<div id="html_36c500e952afe395908ef553061d32fd" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_971bfa4f9af39d3f793022bfca10652f.setContent(html_36c500e952afe395908ef553061d32fd);
|
|
|
|
|
|
|
|
marker_7b70079148f752fccd09a21b8c52a657.bindPopup(popup_971bfa4f9af39d3f793022bfca10652f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b70079148f752fccd09a21b8c52a657.setIcon(icon_d19bf25067453c7784215ce4a8ceadad);
|
|
|
|
|
|
var marker_e94294e68c7018fa1c44df67018c9fba = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_20729091d8ae2b8747db43bd30351a38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2ec43eb1d1766b934691fafac96fa25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7f7874621938293fed8d10b429ef580 = $(`<div id="html_f7f7874621938293fed8d10b429ef580" style="width: 100.0%; height: 100.0%;">nostr.debate.report</div>`)[0];
|
|
popup_e2ec43eb1d1766b934691fafac96fa25.setContent(html_f7f7874621938293fed8d10b429ef580);
|
|
|
|
|
|
|
|
marker_e94294e68c7018fa1c44df67018c9fba.bindPopup(popup_e2ec43eb1d1766b934691fafac96fa25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e94294e68c7018fa1c44df67018c9fba.setIcon(icon_20729091d8ae2b8747db43bd30351a38);
|
|
|
|
|
|
var marker_2ec4005b43571ba3a524b038cd4cb4ad = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_012ed86fa82a010ed8bcd86655c0de08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6b17414ff1cc4ed2c8059234007f42b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4c0a279ee56fd6d1e62402e9cfeafa8 = $(`<div id="html_c4c0a279ee56fd6d1e62402e9cfeafa8" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_e6b17414ff1cc4ed2c8059234007f42b.setContent(html_c4c0a279ee56fd6d1e62402e9cfeafa8);
|
|
|
|
|
|
|
|
marker_2ec4005b43571ba3a524b038cd4cb4ad.bindPopup(popup_e6b17414ff1cc4ed2c8059234007f42b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ec4005b43571ba3a524b038cd4cb4ad.setIcon(icon_012ed86fa82a010ed8bcd86655c0de08);
|
|
|
|
|
|
var marker_bb5e950890bc4cf942016a8eb98e8112 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_541922d9c8656cbd35ad14da732820b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c035ec6813a40b1fe710955a01dc51a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7819cdfbae47cb75556266adba908303 = $(`<div id="html_7819cdfbae47cb75556266adba908303" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_c035ec6813a40b1fe710955a01dc51a1.setContent(html_7819cdfbae47cb75556266adba908303);
|
|
|
|
|
|
|
|
marker_bb5e950890bc4cf942016a8eb98e8112.bindPopup(popup_c035ec6813a40b1fe710955a01dc51a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb5e950890bc4cf942016a8eb98e8112.setIcon(icon_541922d9c8656cbd35ad14da732820b8);
|
|
|
|
|
|
var marker_b5d0094a712fc5c47019954d7cdb6919 = L.marker(
|
|
[43.7064, -79.3986],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_b66ba3af4977c518834a45f22a947231 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba439c3e43c864bd8cf68a7527814071 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5213af586a3c8b0ac9cbe72a278027a3 = $(`<div id="html_5213af586a3c8b0ac9cbe72a278027a3" style="width: 100.0%; height: 100.0%;">wot.makenomistakes.ca</div>`)[0];
|
|
popup_ba439c3e43c864bd8cf68a7527814071.setContent(html_5213af586a3c8b0ac9cbe72a278027a3);
|
|
|
|
|
|
|
|
marker_b5d0094a712fc5c47019954d7cdb6919.bindPopup(popup_ba439c3e43c864bd8cf68a7527814071)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5d0094a712fc5c47019954d7cdb6919.setIcon(icon_b66ba3af4977c518834a45f22a947231);
|
|
|
|
|
|
var marker_9071e7c6969658fc0b1872434e1b4098 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_31d4e45d82011d083199575d06da3581 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b59fe7f9c5153fff87df0cd7e6df1f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b655488ca05733b5774ec9c87e5fb18 = $(`<div id="html_1b655488ca05733b5774ec9c87e5fb18" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_7b59fe7f9c5153fff87df0cd7e6df1f7.setContent(html_1b655488ca05733b5774ec9c87e5fb18);
|
|
|
|
|
|
|
|
marker_9071e7c6969658fc0b1872434e1b4098.bindPopup(popup_7b59fe7f9c5153fff87df0cd7e6df1f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9071e7c6969658fc0b1872434e1b4098.setIcon(icon_31d4e45d82011d083199575d06da3581);
|
|
|
|
|
|
var marker_58385b5a7d48a350bc050674406a50a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_2f640ef4ed376672be379daee96afdac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa6d833d4e70ee3a883d40a12e233447 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3199720a42110659151ec44f82a18d33 = $(`<div id="html_3199720a42110659151ec44f82a18d33" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_fa6d833d4e70ee3a883d40a12e233447.setContent(html_3199720a42110659151ec44f82a18d33);
|
|
|
|
|
|
|
|
marker_58385b5a7d48a350bc050674406a50a2.bindPopup(popup_fa6d833d4e70ee3a883d40a12e233447)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58385b5a7d48a350bc050674406a50a2.setIcon(icon_2f640ef4ed376672be379daee96afdac);
|
|
|
|
|
|
var marker_260a1a5259e856ae685b9b27691c46a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_74829738ed35c2e771cc92a26fc5dc49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c270c945e897894cfe982e28ff0df69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afdcbadd13ceb414b662c08ac2a205c5 = $(`<div id="html_afdcbadd13ceb414b662c08ac2a205c5" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_5c270c945e897894cfe982e28ff0df69.setContent(html_afdcbadd13ceb414b662c08ac2a205c5);
|
|
|
|
|
|
|
|
marker_260a1a5259e856ae685b9b27691c46a8.bindPopup(popup_5c270c945e897894cfe982e28ff0df69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_260a1a5259e856ae685b9b27691c46a8.setIcon(icon_74829738ed35c2e771cc92a26fc5dc49);
|
|
|
|
|
|
var marker_6645b2268b9ab9e449ff45b4a1e070e3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_9b08191e9c76d131bea7502b5a42fac5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_675c1170f5ce8ec119915ddab85af825 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10841c41837b8a8f575c51d9c051a5af = $(`<div id="html_10841c41837b8a8f575c51d9c051a5af" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_675c1170f5ce8ec119915ddab85af825.setContent(html_10841c41837b8a8f575c51d9c051a5af);
|
|
|
|
|
|
|
|
marker_6645b2268b9ab9e449ff45b4a1e070e3.bindPopup(popup_675c1170f5ce8ec119915ddab85af825)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6645b2268b9ab9e449ff45b4a1e070e3.setIcon(icon_9b08191e9c76d131bea7502b5a42fac5);
|
|
|
|
|
|
var marker_57fa333e0bedbbc9dc8aadabdda33b31 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_dccd2553b55af9aab39173e229d7e845 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ead47fdd66b6f9b7278010f58028f6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef70089c73ea93fadb5e83512143f8d4 = $(`<div id="html_ef70089c73ea93fadb5e83512143f8d4" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_8ead47fdd66b6f9b7278010f58028f6e.setContent(html_ef70089c73ea93fadb5e83512143f8d4);
|
|
|
|
|
|
|
|
marker_57fa333e0bedbbc9dc8aadabdda33b31.bindPopup(popup_8ead47fdd66b6f9b7278010f58028f6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57fa333e0bedbbc9dc8aadabdda33b31.setIcon(icon_dccd2553b55af9aab39173e229d7e845);
|
|
|
|
|
|
var marker_8bd7e3bdad650e07e5d1e7b2ab8c989e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_2acdc19a1f79ed08233ae666c99e912a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91329381ba63f08369b131d7f7f0458f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cc1428d221e5edd13f29f9b8a199561 = $(`<div id="html_7cc1428d221e5edd13f29f9b8a199561" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_91329381ba63f08369b131d7f7f0458f.setContent(html_7cc1428d221e5edd13f29f9b8a199561);
|
|
|
|
|
|
|
|
marker_8bd7e3bdad650e07e5d1e7b2ab8c989e.bindPopup(popup_91329381ba63f08369b131d7f7f0458f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bd7e3bdad650e07e5d1e7b2ab8c989e.setIcon(icon_2acdc19a1f79ed08233ae666c99e912a);
|
|
|
|
|
|
var marker_bcb94d508a5655b0c753622d16c2d44c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_3904e1e74d8b84004beb30b61baf1621 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c95bdd9c63a5719df289082bec1f14cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fd0b87adc1e6f1f11b5623b6bba5cfa = $(`<div id="html_3fd0b87adc1e6f1f11b5623b6bba5cfa" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_c95bdd9c63a5719df289082bec1f14cb.setContent(html_3fd0b87adc1e6f1f11b5623b6bba5cfa);
|
|
|
|
|
|
|
|
marker_bcb94d508a5655b0c753622d16c2d44c.bindPopup(popup_c95bdd9c63a5719df289082bec1f14cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcb94d508a5655b0c753622d16c2d44c.setIcon(icon_3904e1e74d8b84004beb30b61baf1621);
|
|
|
|
|
|
var marker_d94fcf5fd589ef40b2c6591a90ace7b8 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_9771909dbe5ef7c5dcad48ee1e07a0e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_beb6614756bd3cc7a80d747a55b20053 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e71416b312cd734019423b1bcc10da3 = $(`<div id="html_6e71416b312cd734019423b1bcc10da3" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_beb6614756bd3cc7a80d747a55b20053.setContent(html_6e71416b312cd734019423b1bcc10da3);
|
|
|
|
|
|
|
|
marker_d94fcf5fd589ef40b2c6591a90ace7b8.bindPopup(popup_beb6614756bd3cc7a80d747a55b20053)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d94fcf5fd589ef40b2c6591a90ace7b8.setIcon(icon_9771909dbe5ef7c5dcad48ee1e07a0e6);
|
|
|
|
|
|
var marker_389ae8dff9f1322205a11ebb1c68f5e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_03bd8413d9ff30edbf2891e67f3635b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b88cfa8f9c342235a6c9a15e53d9197 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_598d27f65244b367be617ca66deb9be4 = $(`<div id="html_598d27f65244b367be617ca66deb9be4" style="width: 100.0%; height: 100.0%;">intl-rocks-microphone-did.trycloudflare.com</div>`)[0];
|
|
popup_5b88cfa8f9c342235a6c9a15e53d9197.setContent(html_598d27f65244b367be617ca66deb9be4);
|
|
|
|
|
|
|
|
marker_389ae8dff9f1322205a11ebb1c68f5e6.bindPopup(popup_5b88cfa8f9c342235a6c9a15e53d9197)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_389ae8dff9f1322205a11ebb1c68f5e6.setIcon(icon_03bd8413d9ff30edbf2891e67f3635b8);
|
|
|
|
|
|
var marker_df405422bd485c7f85f17b80c093e1eb = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_f20e728b7d122f474370fb10909e8ce1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f16f743fd226d707e61b2368adcbf5d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80437bbb5c0a8f5b3b3f984e5fed1d16 = $(`<div id="html_80437bbb5c0a8f5b3b3f984e5fed1d16" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_f16f743fd226d707e61b2368adcbf5d2.setContent(html_80437bbb5c0a8f5b3b3f984e5fed1d16);
|
|
|
|
|
|
|
|
marker_df405422bd485c7f85f17b80c093e1eb.bindPopup(popup_f16f743fd226d707e61b2368adcbf5d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df405422bd485c7f85f17b80c093e1eb.setIcon(icon_f20e728b7d122f474370fb10909e8ce1);
|
|
|
|
|
|
var marker_b1f917fdbb8a1cb018e602eb730f1be1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_a096c755ffadbfd0e74546747a6cf67e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc760c8871aa479f004655ca8a2a40c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39bb75d476b2082a5db26cefb2b69bce = $(`<div id="html_39bb75d476b2082a5db26cefb2b69bce" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_cc760c8871aa479f004655ca8a2a40c7.setContent(html_39bb75d476b2082a5db26cefb2b69bce);
|
|
|
|
|
|
|
|
marker_b1f917fdbb8a1cb018e602eb730f1be1.bindPopup(popup_cc760c8871aa479f004655ca8a2a40c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1f917fdbb8a1cb018e602eb730f1be1.setIcon(icon_a096c755ffadbfd0e74546747a6cf67e);
|
|
|
|
|
|
var marker_4072756237125f61ec585ea447fb59c2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_b89a31c06fc2645bf4b1f0563bc32d9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5b58e405fd848e3ff8170fb216f2e66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df7aa6b0b84d7619bf613b21cd938bfb = $(`<div id="html_df7aa6b0b84d7619bf613b21cd938bfb" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_a5b58e405fd848e3ff8170fb216f2e66.setContent(html_df7aa6b0b84d7619bf613b21cd938bfb);
|
|
|
|
|
|
|
|
marker_4072756237125f61ec585ea447fb59c2.bindPopup(popup_a5b58e405fd848e3ff8170fb216f2e66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4072756237125f61ec585ea447fb59c2.setIcon(icon_b89a31c06fc2645bf4b1f0563bc32d9d);
|
|
|
|
|
|
var marker_7256f2c41d75dae27767a060ef6854ee = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_3976ea693e556e881a09cf70255c3c13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1279b435890ff14185e0566ff0286fbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1286dc4aca75660f08397e24360e32e2 = $(`<div id="html_1286dc4aca75660f08397e24360e32e2" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_1279b435890ff14185e0566ff0286fbb.setContent(html_1286dc4aca75660f08397e24360e32e2);
|
|
|
|
|
|
|
|
marker_7256f2c41d75dae27767a060ef6854ee.bindPopup(popup_1279b435890ff14185e0566ff0286fbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7256f2c41d75dae27767a060ef6854ee.setIcon(icon_3976ea693e556e881a09cf70255c3c13);
|
|
|
|
|
|
var marker_e467189545e709753395a78ffd9b4c71 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_6ad3ed7ec402e6e3d82816f106fc1d5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b382ebef1ecc40f5e15da2b1e8f0dce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0a9f60072d833f5f911a458b7cacaad = $(`<div id="html_d0a9f60072d833f5f911a458b7cacaad" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_2b382ebef1ecc40f5e15da2b1e8f0dce.setContent(html_d0a9f60072d833f5f911a458b7cacaad);
|
|
|
|
|
|
|
|
marker_e467189545e709753395a78ffd9b4c71.bindPopup(popup_2b382ebef1ecc40f5e15da2b1e8f0dce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e467189545e709753395a78ffd9b4c71.setIcon(icon_6ad3ed7ec402e6e3d82816f106fc1d5f);
|
|
|
|
|
|
var marker_7f3ba11f541d3fae4e75e70739ae1cf6 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_94bdd9b64dfa45acddb08680a57aa23b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3660859d314fe9005e60cb2567480126 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d3ac6fd92168d4395c0042f2676872c = $(`<div id="html_5d3ac6fd92168d4395c0042f2676872c" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_3660859d314fe9005e60cb2567480126.setContent(html_5d3ac6fd92168d4395c0042f2676872c);
|
|
|
|
|
|
|
|
marker_7f3ba11f541d3fae4e75e70739ae1cf6.bindPopup(popup_3660859d314fe9005e60cb2567480126)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f3ba11f541d3fae4e75e70739ae1cf6.setIcon(icon_94bdd9b64dfa45acddb08680a57aa23b);
|
|
|
|
|
|
var marker_cbdca9e57563e32d8ce2049a80729f5f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_e087c5757440ea58bc814f37c60ca601 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_faa80119785db68f6c7c5c3c9acb68ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f4cdc3f578ca8c9452003f304c7241e = $(`<div id="html_4f4cdc3f578ca8c9452003f304c7241e" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_faa80119785db68f6c7c5c3c9acb68ae.setContent(html_4f4cdc3f578ca8c9452003f304c7241e);
|
|
|
|
|
|
|
|
marker_cbdca9e57563e32d8ce2049a80729f5f.bindPopup(popup_faa80119785db68f6c7c5c3c9acb68ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbdca9e57563e32d8ce2049a80729f5f.setIcon(icon_e087c5757440ea58bc814f37c60ca601);
|
|
|
|
|
|
var marker_8ba9a9ee70faf9bfb672785e3cc3f9dd = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_212d8c7e0a1ebd54fc4aa73055ceb3c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa5f3c037e9e3609230c4bb87f4232d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f46ef51fdcc784b51c34682a7e3fd514 = $(`<div id="html_f46ef51fdcc784b51c34682a7e3fd514" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_aa5f3c037e9e3609230c4bb87f4232d6.setContent(html_f46ef51fdcc784b51c34682a7e3fd514);
|
|
|
|
|
|
|
|
marker_8ba9a9ee70faf9bfb672785e3cc3f9dd.bindPopup(popup_aa5f3c037e9e3609230c4bb87f4232d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ba9a9ee70faf9bfb672785e3cc3f9dd.setIcon(icon_212d8c7e0a1ebd54fc4aa73055ceb3c5);
|
|
|
|
|
|
var marker_0dda08566d9157161f72103780be2f96 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_8bd7f44f7fe9ed0becdc47feb3687f26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_700231c5eb4491ab37fde44766ab34f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c6b1a712c8236df2b1309fa1d53c167 = $(`<div id="html_0c6b1a712c8236df2b1309fa1d53c167" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_700231c5eb4491ab37fde44766ab34f9.setContent(html_0c6b1a712c8236df2b1309fa1d53c167);
|
|
|
|
|
|
|
|
marker_0dda08566d9157161f72103780be2f96.bindPopup(popup_700231c5eb4491ab37fde44766ab34f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dda08566d9157161f72103780be2f96.setIcon(icon_8bd7f44f7fe9ed0becdc47feb3687f26);
|
|
|
|
|
|
var marker_b59de479a723fd62972a3452a196e3b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_af281b97fca222e313ce5d0e6f551104 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cff513c2bba2a1c43ec9ffb77c4122bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a74f8d23f1e0042c197d69c73f805ba = $(`<div id="html_1a74f8d23f1e0042c197d69c73f805ba" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_cff513c2bba2a1c43ec9ffb77c4122bc.setContent(html_1a74f8d23f1e0042c197d69c73f805ba);
|
|
|
|
|
|
|
|
marker_b59de479a723fd62972a3452a196e3b8.bindPopup(popup_cff513c2bba2a1c43ec9ffb77c4122bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b59de479a723fd62972a3452a196e3b8.setIcon(icon_af281b97fca222e313ce5d0e6f551104);
|
|
|
|
|
|
var marker_4f3bc1d1cfc9902785c3fe0158640b6d = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_ecd8cd6011fcafc1a4ac71d877b6864f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1c62fec26dcb0a37285f2f9ba189ac5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63741debaad89cb19ee0244decf6eb10 = $(`<div id="html_63741debaad89cb19ee0244decf6eb10" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_a1c62fec26dcb0a37285f2f9ba189ac5.setContent(html_63741debaad89cb19ee0244decf6eb10);
|
|
|
|
|
|
|
|
marker_4f3bc1d1cfc9902785c3fe0158640b6d.bindPopup(popup_a1c62fec26dcb0a37285f2f9ba189ac5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f3bc1d1cfc9902785c3fe0158640b6d.setIcon(icon_ecd8cd6011fcafc1a4ac71d877b6864f);
|
|
|
|
|
|
var marker_e7bf181adda66395095e744bbb627312 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_39ba31e0b54437ba99dbf7ed484e5876 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed5c20fc21fb0d3a3b19d28f08ad0c20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06c36923f6659eba8cecc6b29cf32f4e = $(`<div id="html_06c36923f6659eba8cecc6b29cf32f4e" style="width: 100.0%; height: 100.0%;">armada.sharegap.net</div>`)[0];
|
|
popup_ed5c20fc21fb0d3a3b19d28f08ad0c20.setContent(html_06c36923f6659eba8cecc6b29cf32f4e);
|
|
|
|
|
|
|
|
marker_e7bf181adda66395095e744bbb627312.bindPopup(popup_ed5c20fc21fb0d3a3b19d28f08ad0c20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7bf181adda66395095e744bbb627312.setIcon(icon_39ba31e0b54437ba99dbf7ed484e5876);
|
|
|
|
|
|
var marker_ac97f80fe9dd72fb3e8dd98b5fe6886c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_0c6a9ddc2a612e70275209f271cb7b6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_902b1e45496890c74131b92029a50eda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_738df67f2a1ec9b2e7dc04c833120330 = $(`<div id="html_738df67f2a1ec9b2e7dc04c833120330" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_902b1e45496890c74131b92029a50eda.setContent(html_738df67f2a1ec9b2e7dc04c833120330);
|
|
|
|
|
|
|
|
marker_ac97f80fe9dd72fb3e8dd98b5fe6886c.bindPopup(popup_902b1e45496890c74131b92029a50eda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac97f80fe9dd72fb3e8dd98b5fe6886c.setIcon(icon_0c6a9ddc2a612e70275209f271cb7b6d);
|
|
|
|
|
|
var marker_b22d76ea8bca07b9eae71a8baa53aed7 = L.marker(
|
|
[25.7617, -80.1918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_c10d9e39a74d9b5a182e78cf3205abd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_465b5c700a8bb85a2d3bddcac28b6e37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_957367f44939a77542a70be21fb6a963 = $(`<div id="html_957367f44939a77542a70be21fb6a963" style="width: 100.0%; height: 100.0%;">relay1.privkey.io</div>`)[0];
|
|
popup_465b5c700a8bb85a2d3bddcac28b6e37.setContent(html_957367f44939a77542a70be21fb6a963);
|
|
|
|
|
|
|
|
marker_b22d76ea8bca07b9eae71a8baa53aed7.bindPopup(popup_465b5c700a8bb85a2d3bddcac28b6e37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b22d76ea8bca07b9eae71a8baa53aed7.setIcon(icon_c10d9e39a74d9b5a182e78cf3205abd6);
|
|
|
|
|
|
var marker_143d8eadb4741f4811bcffe3589c96dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_836f8fa4f0d837c8ffc122960a3e575d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d6dcb1a54d162327c22c820bb8c4bb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ce374d534e5fc593ae87dff05b7d879 = $(`<div id="html_8ce374d534e5fc593ae87dff05b7d879" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_3d6dcb1a54d162327c22c820bb8c4bb0.setContent(html_8ce374d534e5fc593ae87dff05b7d879);
|
|
|
|
|
|
|
|
marker_143d8eadb4741f4811bcffe3589c96dd.bindPopup(popup_3d6dcb1a54d162327c22c820bb8c4bb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_143d8eadb4741f4811bcffe3589c96dd.setIcon(icon_836f8fa4f0d837c8ffc122960a3e575d);
|
|
|
|
|
|
var marker_ae26d0bd738e921615cdf16433eff3ae = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_175c4ff5b0fbf7ee2789350dfa53321b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6ddf3864fd1eadc758313002499d84f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e5bf9434a4af70d658e83db0c9dedb6 = $(`<div id="html_5e5bf9434a4af70d658e83db0c9dedb6" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_b6ddf3864fd1eadc758313002499d84f.setContent(html_5e5bf9434a4af70d658e83db0c9dedb6);
|
|
|
|
|
|
|
|
marker_ae26d0bd738e921615cdf16433eff3ae.bindPopup(popup_b6ddf3864fd1eadc758313002499d84f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae26d0bd738e921615cdf16433eff3ae.setIcon(icon_175c4ff5b0fbf7ee2789350dfa53321b);
|
|
|
|
|
|
var marker_402d5402d657d2d4d00e2983b3ac9ccf = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_ceee7d49d0444f0cd16983a989de506d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_614cb742b022f9409a0f4d892b4e2357 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_041088e2ef347bc0777327b9a9d7ff14 = $(`<div id="html_041088e2ef347bc0777327b9a9d7ff14" style="width: 100.0%; height: 100.0%;">conduitl2.fly.dev</div>`)[0];
|
|
popup_614cb742b022f9409a0f4d892b4e2357.setContent(html_041088e2ef347bc0777327b9a9d7ff14);
|
|
|
|
|
|
|
|
marker_402d5402d657d2d4d00e2983b3ac9ccf.bindPopup(popup_614cb742b022f9409a0f4d892b4e2357)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_402d5402d657d2d4d00e2983b3ac9ccf.setIcon(icon_ceee7d49d0444f0cd16983a989de506d);
|
|
|
|
|
|
var marker_1ff0af46eb2542b2db8c0381a97963c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_6b9d5298c11dcdc4440255664b0f9f09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_313dcbb566d504c45a2cfa4901e86cbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7c590be1608ab43e3ae7943420f3848 = $(`<div id="html_b7c590be1608ab43e3ae7943420f3848" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_313dcbb566d504c45a2cfa4901e86cbe.setContent(html_b7c590be1608ab43e3ae7943420f3848);
|
|
|
|
|
|
|
|
marker_1ff0af46eb2542b2db8c0381a97963c9.bindPopup(popup_313dcbb566d504c45a2cfa4901e86cbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ff0af46eb2542b2db8c0381a97963c9.setIcon(icon_6b9d5298c11dcdc4440255664b0f9f09);
|
|
|
|
|
|
var marker_762a165625d424715fed05e147299819 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_a873afda9e803260d59dffd72c09d76a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02bac5820858fdfde359c1e936931f04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d09b5d8b1326e63fda6eda5efaac53a = $(`<div id="html_5d09b5d8b1326e63fda6eda5efaac53a" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_02bac5820858fdfde359c1e936931f04.setContent(html_5d09b5d8b1326e63fda6eda5efaac53a);
|
|
|
|
|
|
|
|
marker_762a165625d424715fed05e147299819.bindPopup(popup_02bac5820858fdfde359c1e936931f04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_762a165625d424715fed05e147299819.setIcon(icon_a873afda9e803260d59dffd72c09d76a);
|
|
|
|
|
|
var marker_069458448cb80569af950890d6209498 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_9954498c26726b0b368972789cfe4905 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e05d1ba17e1ec309a797c43cd517db12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_646057b234e4daf54fccefc06e2e6c02 = $(`<div id="html_646057b234e4daf54fccefc06e2e6c02" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_e05d1ba17e1ec309a797c43cd517db12.setContent(html_646057b234e4daf54fccefc06e2e6c02);
|
|
|
|
|
|
|
|
marker_069458448cb80569af950890d6209498.bindPopup(popup_e05d1ba17e1ec309a797c43cd517db12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_069458448cb80569af950890d6209498.setIcon(icon_9954498c26726b0b368972789cfe4905);
|
|
|
|
|
|
var marker_7e489ab56315eef2a7427ac4a0502144 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_563f5f9ac23a54d38f8a6a77d08b5c02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9faef7dcb674916d57a587a75631704a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03c4a24dd0b37f752a87ae66e590178b = $(`<div id="html_03c4a24dd0b37f752a87ae66e590178b" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_9faef7dcb674916d57a587a75631704a.setContent(html_03c4a24dd0b37f752a87ae66e590178b);
|
|
|
|
|
|
|
|
marker_7e489ab56315eef2a7427ac4a0502144.bindPopup(popup_9faef7dcb674916d57a587a75631704a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e489ab56315eef2a7427ac4a0502144.setIcon(icon_563f5f9ac23a54d38f8a6a77d08b5c02);
|
|
|
|
|
|
var marker_c5f81ee00d301e59a0d54efa25b774a6 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_5f49cfc3adf86a88e6cb359b1227f785 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6207e69a5636df8e14f3a6c005acd2d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d24ce8e0d4c99c88a8a89a666409744 = $(`<div id="html_1d24ce8e0d4c99c88a8a89a666409744" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_6207e69a5636df8e14f3a6c005acd2d6.setContent(html_1d24ce8e0d4c99c88a8a89a666409744);
|
|
|
|
|
|
|
|
marker_c5f81ee00d301e59a0d54efa25b774a6.bindPopup(popup_6207e69a5636df8e14f3a6c005acd2d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5f81ee00d301e59a0d54efa25b774a6.setIcon(icon_5f49cfc3adf86a88e6cb359b1227f785);
|
|
|
|
|
|
var marker_a01ac88468077105f6ad316a16d22cad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_c4d20a7555dc877e184b1c933a5f2fd8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7380bdd56dd436564066a4df815129af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69633c9d0daeaa62583ac0ca9aba337b = $(`<div id="html_69633c9d0daeaa62583ac0ca9aba337b" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_7380bdd56dd436564066a4df815129af.setContent(html_69633c9d0daeaa62583ac0ca9aba337b);
|
|
|
|
|
|
|
|
marker_a01ac88468077105f6ad316a16d22cad.bindPopup(popup_7380bdd56dd436564066a4df815129af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a01ac88468077105f6ad316a16d22cad.setIcon(icon_c4d20a7555dc877e184b1c933a5f2fd8);
|
|
|
|
|
|
var marker_3b908c47058abf4b4fc845c5f5123a26 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_d4af75c8ceefbdbec4a5eed77d12072c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1413cc5ec5ab1bbaac536e018d3f1550 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2acddd2272f8538350da03e80973114c = $(`<div id="html_2acddd2272f8538350da03e80973114c" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_1413cc5ec5ab1bbaac536e018d3f1550.setContent(html_2acddd2272f8538350da03e80973114c);
|
|
|
|
|
|
|
|
marker_3b908c47058abf4b4fc845c5f5123a26.bindPopup(popup_1413cc5ec5ab1bbaac536e018d3f1550)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b908c47058abf4b4fc845c5f5123a26.setIcon(icon_d4af75c8ceefbdbec4a5eed77d12072c);
|
|
|
|
|
|
var marker_a2e0ebcdeb06239263afe778154b1d23 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_4593bb8851c81476ebc714ffcabe3b19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8440f4f5201beb5997dbde58e95fe0b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dc747c137a799dbd4bd094a5a7a2301 = $(`<div id="html_8dc747c137a799dbd4bd094a5a7a2301" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_8440f4f5201beb5997dbde58e95fe0b5.setContent(html_8dc747c137a799dbd4bd094a5a7a2301);
|
|
|
|
|
|
|
|
marker_a2e0ebcdeb06239263afe778154b1d23.bindPopup(popup_8440f4f5201beb5997dbde58e95fe0b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2e0ebcdeb06239263afe778154b1d23.setIcon(icon_4593bb8851c81476ebc714ffcabe3b19);
|
|
|
|
|
|
var marker_5720f4bb587073bdacc3873c3fb6fde0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_37e8c8fb432db26d485d11647e3bab35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fbc2aa688f4188abe54116a03a0fd0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1efb43be421ecf81b529e24cff3a6814 = $(`<div id="html_1efb43be421ecf81b529e24cff3a6814" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_0fbc2aa688f4188abe54116a03a0fd0d.setContent(html_1efb43be421ecf81b529e24cff3a6814);
|
|
|
|
|
|
|
|
marker_5720f4bb587073bdacc3873c3fb6fde0.bindPopup(popup_0fbc2aa688f4188abe54116a03a0fd0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5720f4bb587073bdacc3873c3fb6fde0.setIcon(icon_37e8c8fb432db26d485d11647e3bab35);
|
|
|
|
|
|
var marker_fef0e06f752dbfb82db614548361e2f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_82661d83929a70241f8498d6aa37bad7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3062ce65c5c8298bfb78c09854d03cbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a88f3da559c77fc5ccf790244bcea09 = $(`<div id="html_3a88f3da559c77fc5ccf790244bcea09" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_3062ce65c5c8298bfb78c09854d03cbc.setContent(html_3a88f3da559c77fc5ccf790244bcea09);
|
|
|
|
|
|
|
|
marker_fef0e06f752dbfb82db614548361e2f2.bindPopup(popup_3062ce65c5c8298bfb78c09854d03cbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fef0e06f752dbfb82db614548361e2f2.setIcon(icon_82661d83929a70241f8498d6aa37bad7);
|
|
|
|
|
|
var marker_822fb3a2979928e08024b92cd1cb3348 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_4b5870e5f6a66f0ff571fcfed74f1003 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1da6cadba9c79792f39ff5e74ab057e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8111ebfa17fc797f66081f2f0174f223 = $(`<div id="html_8111ebfa17fc797f66081f2f0174f223" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_b1da6cadba9c79792f39ff5e74ab057e.setContent(html_8111ebfa17fc797f66081f2f0174f223);
|
|
|
|
|
|
|
|
marker_822fb3a2979928e08024b92cd1cb3348.bindPopup(popup_b1da6cadba9c79792f39ff5e74ab057e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_822fb3a2979928e08024b92cd1cb3348.setIcon(icon_4b5870e5f6a66f0ff571fcfed74f1003);
|
|
|
|
|
|
var marker_e3a96083e6998d083f8b843f753043a3 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_75b40918b460125dbd597f3464975a07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_171abe251cb6c82c650432bd5082e730 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c15a7a279ff705beb30cc59db1c7cce2 = $(`<div id="html_c15a7a279ff705beb30cc59db1c7cce2" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_171abe251cb6c82c650432bd5082e730.setContent(html_c15a7a279ff705beb30cc59db1c7cce2);
|
|
|
|
|
|
|
|
marker_e3a96083e6998d083f8b843f753043a3.bindPopup(popup_171abe251cb6c82c650432bd5082e730)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3a96083e6998d083f8b843f753043a3.setIcon(icon_75b40918b460125dbd597f3464975a07);
|
|
|
|
|
|
var marker_bab81725380c64ffde5334bbe1a29e0e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_f119c559780a4d50a474a92e4a4486d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_800d56d1de07f28839ee5420a687e618 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b2f98ee3b3dd4e15355ef03cb52e693 = $(`<div id="html_8b2f98ee3b3dd4e15355ef03cb52e693" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_800d56d1de07f28839ee5420a687e618.setContent(html_8b2f98ee3b3dd4e15355ef03cb52e693);
|
|
|
|
|
|
|
|
marker_bab81725380c64ffde5334bbe1a29e0e.bindPopup(popup_800d56d1de07f28839ee5420a687e618)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bab81725380c64ffde5334bbe1a29e0e.setIcon(icon_f119c559780a4d50a474a92e4a4486d8);
|
|
|
|
|
|
var marker_3acb1c3415d20c9decb50ebb628f1d73 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_b2ae3e286aacd87dc6a5280eab455083 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4daa42674843ab3020516c7ec829ce77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6fd5ba66ed754069235068e7fdad330 = $(`<div id="html_d6fd5ba66ed754069235068e7fdad330" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_4daa42674843ab3020516c7ec829ce77.setContent(html_d6fd5ba66ed754069235068e7fdad330);
|
|
|
|
|
|
|
|
marker_3acb1c3415d20c9decb50ebb628f1d73.bindPopup(popup_4daa42674843ab3020516c7ec829ce77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3acb1c3415d20c9decb50ebb628f1d73.setIcon(icon_b2ae3e286aacd87dc6a5280eab455083);
|
|
|
|
|
|
var marker_7240c43271ab35e82305f911813666c4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_df280906326bc77c186c3ed2e386b955 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20c4c594f245ea8770b9deb4fc5e91d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_026ee30b9ef70fc4b373a8a90fcf3322 = $(`<div id="html_026ee30b9ef70fc4b373a8a90fcf3322" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_20c4c594f245ea8770b9deb4fc5e91d5.setContent(html_026ee30b9ef70fc4b373a8a90fcf3322);
|
|
|
|
|
|
|
|
marker_7240c43271ab35e82305f911813666c4.bindPopup(popup_20c4c594f245ea8770b9deb4fc5e91d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7240c43271ab35e82305f911813666c4.setIcon(icon_df280906326bc77c186c3ed2e386b955);
|
|
|
|
|
|
var marker_32656be1ebb3be71b3dc81367cfe9b81 = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_6584b973b035692a20431f75fcea0fed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44530d589d573a0438268f61418eb400 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b6c4595b76b82c4f46229db7ef6702c = $(`<div id="html_9b6c4595b76b82c4f46229db7ef6702c" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_44530d589d573a0438268f61418eb400.setContent(html_9b6c4595b76b82c4f46229db7ef6702c);
|
|
|
|
|
|
|
|
marker_32656be1ebb3be71b3dc81367cfe9b81.bindPopup(popup_44530d589d573a0438268f61418eb400)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32656be1ebb3be71b3dc81367cfe9b81.setIcon(icon_6584b973b035692a20431f75fcea0fed);
|
|
|
|
|
|
var marker_b3c29ae82a6fd090f50f767c0677e971 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_fb9b312a05ecd69f69011c7abaa43510 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ec6afe804cc94eb570d5b086e96b761 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7042688d4cfe44b3b8ccb8ce56d300c6 = $(`<div id="html_7042688d4cfe44b3b8ccb8ce56d300c6" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_6ec6afe804cc94eb570d5b086e96b761.setContent(html_7042688d4cfe44b3b8ccb8ce56d300c6);
|
|
|
|
|
|
|
|
marker_b3c29ae82a6fd090f50f767c0677e971.bindPopup(popup_6ec6afe804cc94eb570d5b086e96b761)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3c29ae82a6fd090f50f767c0677e971.setIcon(icon_fb9b312a05ecd69f69011c7abaa43510);
|
|
|
|
|
|
var marker_5087419fa99466d9c974ca1577475746 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_f047a6bf390b44cb87367624c74d54b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_008b15627e1955c1cce1d5d046e08405 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8e68e4f496d09ee328d0efa6bb0ea21 = $(`<div id="html_e8e68e4f496d09ee328d0efa6bb0ea21" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_008b15627e1955c1cce1d5d046e08405.setContent(html_e8e68e4f496d09ee328d0efa6bb0ea21);
|
|
|
|
|
|
|
|
marker_5087419fa99466d9c974ca1577475746.bindPopup(popup_008b15627e1955c1cce1d5d046e08405)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5087419fa99466d9c974ca1577475746.setIcon(icon_f047a6bf390b44cb87367624c74d54b9);
|
|
|
|
|
|
var marker_d9689a2905197220c959af3321bb916c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_620f21b7e292e354477cd61d113bf6ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94c56adacf1147a5a4f2bf738cd31075 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32ca67f597e7ce4386513079a2da1a56 = $(`<div id="html_32ca67f597e7ce4386513079a2da1a56" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_94c56adacf1147a5a4f2bf738cd31075.setContent(html_32ca67f597e7ce4386513079a2da1a56);
|
|
|
|
|
|
|
|
marker_d9689a2905197220c959af3321bb916c.bindPopup(popup_94c56adacf1147a5a4f2bf738cd31075)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9689a2905197220c959af3321bb916c.setIcon(icon_620f21b7e292e354477cd61d113bf6ab);
|
|
|
|
|
|
var marker_6fc4423732ffb1f3488ccdec8968e2ee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_9ed8d7e65516b4a2f123b2201c9a9fd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bf235771c7e82ffbdb2f434222806f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44318c8e591f96979b0eb6c8adf00fb4 = $(`<div id="html_44318c8e591f96979b0eb6c8adf00fb4" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_1bf235771c7e82ffbdb2f434222806f6.setContent(html_44318c8e591f96979b0eb6c8adf00fb4);
|
|
|
|
|
|
|
|
marker_6fc4423732ffb1f3488ccdec8968e2ee.bindPopup(popup_1bf235771c7e82ffbdb2f434222806f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fc4423732ffb1f3488ccdec8968e2ee.setIcon(icon_9ed8d7e65516b4a2f123b2201c9a9fd3);
|
|
|
|
|
|
var marker_d52617898bd0703d3d1ecb8f5e823d62 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_47c4783d6996a09e44fd35faf95212d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e83dde6a65f9fad9bbfd3a3c5ae42fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af2dcb4597d5400e727f1e1627ec2f62 = $(`<div id="html_af2dcb4597d5400e727f1e1627ec2f62" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_2e83dde6a65f9fad9bbfd3a3c5ae42fb.setContent(html_af2dcb4597d5400e727f1e1627ec2f62);
|
|
|
|
|
|
|
|
marker_d52617898bd0703d3d1ecb8f5e823d62.bindPopup(popup_2e83dde6a65f9fad9bbfd3a3c5ae42fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d52617898bd0703d3d1ecb8f5e823d62.setIcon(icon_47c4783d6996a09e44fd35faf95212d9);
|
|
|
|
|
|
var marker_75c0269f34b373216d958acd5796e442 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_7be75a8bef9f8f4b68dd0629915ee4e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16e1ae941edf3d636d863717b81680a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32c2a18b7732da34134ad67a921d7714 = $(`<div id="html_32c2a18b7732da34134ad67a921d7714" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_16e1ae941edf3d636d863717b81680a8.setContent(html_32c2a18b7732da34134ad67a921d7714);
|
|
|
|
|
|
|
|
marker_75c0269f34b373216d958acd5796e442.bindPopup(popup_16e1ae941edf3d636d863717b81680a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75c0269f34b373216d958acd5796e442.setIcon(icon_7be75a8bef9f8f4b68dd0629915ee4e8);
|
|
|
|
|
|
var marker_4bdc632decc0ded86c86969924afdca2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_fb01cb51c60d1d5524a6799991d6b8f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0044889b374028e2f61af19fb9691baa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7652c3d3993db40f9ee0a2f9556f32f = $(`<div id="html_f7652c3d3993db40f9ee0a2f9556f32f" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_0044889b374028e2f61af19fb9691baa.setContent(html_f7652c3d3993db40f9ee0a2f9556f32f);
|
|
|
|
|
|
|
|
marker_4bdc632decc0ded86c86969924afdca2.bindPopup(popup_0044889b374028e2f61af19fb9691baa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bdc632decc0ded86c86969924afdca2.setIcon(icon_fb01cb51c60d1d5524a6799991d6b8f4);
|
|
|
|
|
|
var marker_c07e80d93c6d6e270899d6412d91e490 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_b6bc00508ba7f3ac6dedbcf49da20228 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a934104980b35591a9e4a1c236ff0672 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_176b841288c790dec9a11c25e45766f6 = $(`<div id="html_176b841288c790dec9a11c25e45766f6" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_a934104980b35591a9e4a1c236ff0672.setContent(html_176b841288c790dec9a11c25e45766f6);
|
|
|
|
|
|
|
|
marker_c07e80d93c6d6e270899d6412d91e490.bindPopup(popup_a934104980b35591a9e4a1c236ff0672)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c07e80d93c6d6e270899d6412d91e490.setIcon(icon_b6bc00508ba7f3ac6dedbcf49da20228);
|
|
|
|
|
|
var marker_ef95bd58ab79f7af86d1134c2ff2cd26 = L.marker(
|
|
[47.1285, 8.74735],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_39d5bad96c66024553dd1da6ee7d03c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cc3f905abbbc8555e6b8be6e881248d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbe155eecd5679e089625f2572d538d8 = $(`<div id="html_fbe155eecd5679e089625f2572d538d8" style="width: 100.0%; height: 100.0%;">nas01xanthosnet.synology.me:7778</div>`)[0];
|
|
popup_4cc3f905abbbc8555e6b8be6e881248d.setContent(html_fbe155eecd5679e089625f2572d538d8);
|
|
|
|
|
|
|
|
marker_ef95bd58ab79f7af86d1134c2ff2cd26.bindPopup(popup_4cc3f905abbbc8555e6b8be6e881248d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef95bd58ab79f7af86d1134c2ff2cd26.setIcon(icon_39d5bad96c66024553dd1da6ee7d03c9);
|
|
|
|
|
|
var marker_ca55a15d6a799232999e6dc4706858dc = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_bfc1680091f66b33bf179bce305364e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3dd756c913016441909d3a6cc3af95ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7c21446b59b8b8f49ae673228aec393 = $(`<div id="html_b7c21446b59b8b8f49ae673228aec393" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_3dd756c913016441909d3a6cc3af95ba.setContent(html_b7c21446b59b8b8f49ae673228aec393);
|
|
|
|
|
|
|
|
marker_ca55a15d6a799232999e6dc4706858dc.bindPopup(popup_3dd756c913016441909d3a6cc3af95ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca55a15d6a799232999e6dc4706858dc.setIcon(icon_bfc1680091f66b33bf179bce305364e0);
|
|
|
|
|
|
var marker_42a2ddc262c5e393898256e5268d765f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_def61ef84357dc4022ebdce38f28ec55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffe238eb4fa920b794f2f1b8779c7075 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_356456ef6950dbc5b22a1d4ce7f27172 = $(`<div id="html_356456ef6950dbc5b22a1d4ce7f27172" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_ffe238eb4fa920b794f2f1b8779c7075.setContent(html_356456ef6950dbc5b22a1d4ce7f27172);
|
|
|
|
|
|
|
|
marker_42a2ddc262c5e393898256e5268d765f.bindPopup(popup_ffe238eb4fa920b794f2f1b8779c7075)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42a2ddc262c5e393898256e5268d765f.setIcon(icon_def61ef84357dc4022ebdce38f28ec55);
|
|
|
|
|
|
var marker_4388624c0592fe5bcdde4f95589d5f5d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_aff8787e251be44179524261fb28317d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf876872825b7f47709763af6b0ceaba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0051cb12a4ecb2a23843eed5758999e = $(`<div id="html_d0051cb12a4ecb2a23843eed5758999e" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_cf876872825b7f47709763af6b0ceaba.setContent(html_d0051cb12a4ecb2a23843eed5758999e);
|
|
|
|
|
|
|
|
marker_4388624c0592fe5bcdde4f95589d5f5d.bindPopup(popup_cf876872825b7f47709763af6b0ceaba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4388624c0592fe5bcdde4f95589d5f5d.setIcon(icon_aff8787e251be44179524261fb28317d);
|
|
|
|
|
|
var marker_762ee6bd3bf640573383e270ac8460fa = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_47b1c7fd6af29cebcc16331a6d61f187 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88cf8115f88d7d8c36ce84e48692148a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7686db28cb4d115fa6fea1a3e58c3321 = $(`<div id="html_7686db28cb4d115fa6fea1a3e58c3321" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_88cf8115f88d7d8c36ce84e48692148a.setContent(html_7686db28cb4d115fa6fea1a3e58c3321);
|
|
|
|
|
|
|
|
marker_762ee6bd3bf640573383e270ac8460fa.bindPopup(popup_88cf8115f88d7d8c36ce84e48692148a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_762ee6bd3bf640573383e270ac8460fa.setIcon(icon_47b1c7fd6af29cebcc16331a6d61f187);
|
|
|
|
|
|
var marker_471a4cac6b65976e53352a30d698ee53 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_0c0404e34f165f1a1bb605231a253fd8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49579706f17fa1d39404edb8e855c2c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d789f5db6add8c0d165278bb1d20304b = $(`<div id="html_d789f5db6add8c0d165278bb1d20304b" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_49579706f17fa1d39404edb8e855c2c9.setContent(html_d789f5db6add8c0d165278bb1d20304b);
|
|
|
|
|
|
|
|
marker_471a4cac6b65976e53352a30d698ee53.bindPopup(popup_49579706f17fa1d39404edb8e855c2c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_471a4cac6b65976e53352a30d698ee53.setIcon(icon_0c0404e34f165f1a1bb605231a253fd8);
|
|
|
|
|
|
var marker_170f490f624bfb8878f010649ede0558 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_9c18616177e9cfa4d3119cebd719e0c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdb2426ee39eab6d0f296022c942cd34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a0854c44ebf4e0d8f9eb9b53bf537bc = $(`<div id="html_6a0854c44ebf4e0d8f9eb9b53bf537bc" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_bdb2426ee39eab6d0f296022c942cd34.setContent(html_6a0854c44ebf4e0d8f9eb9b53bf537bc);
|
|
|
|
|
|
|
|
marker_170f490f624bfb8878f010649ede0558.bindPopup(popup_bdb2426ee39eab6d0f296022c942cd34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_170f490f624bfb8878f010649ede0558.setIcon(icon_9c18616177e9cfa4d3119cebd719e0c8);
|
|
|
|
|
|
var marker_079cd90295a3c04f3a0e5ad2dc8e048b = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_0e399d6deb1f35d130d5e0b93a097f2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0537cd3a28b7c33c8399a74b721cc41f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eaf6f3926950b81a0ded04b6b353779d = $(`<div id="html_eaf6f3926950b81a0ded04b6b353779d" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_0537cd3a28b7c33c8399a74b721cc41f.setContent(html_eaf6f3926950b81a0ded04b6b353779d);
|
|
|
|
|
|
|
|
marker_079cd90295a3c04f3a0e5ad2dc8e048b.bindPopup(popup_0537cd3a28b7c33c8399a74b721cc41f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_079cd90295a3c04f3a0e5ad2dc8e048b.setIcon(icon_0e399d6deb1f35d130d5e0b93a097f2f);
|
|
|
|
|
|
var marker_066da0c2a0cfd3b1bb82525c21dd1680 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_ab80a9cdd260426df73b0742e69dabc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1ad2d69435e94869b6477b30ef39a93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_278144006092eddf7bda75d84035ae80 = $(`<div id="html_278144006092eddf7bda75d84035ae80" style="width: 100.0%; height: 100.0%;">relay.underorion.se</div>`)[0];
|
|
popup_b1ad2d69435e94869b6477b30ef39a93.setContent(html_278144006092eddf7bda75d84035ae80);
|
|
|
|
|
|
|
|
marker_066da0c2a0cfd3b1bb82525c21dd1680.bindPopup(popup_b1ad2d69435e94869b6477b30ef39a93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_066da0c2a0cfd3b1bb82525c21dd1680.setIcon(icon_ab80a9cdd260426df73b0742e69dabc0);
|
|
|
|
|
|
var marker_86ea3c87f2f89418f5df7effed5f68a3 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_cc4c011f40c6623fa12605d543d69f5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe2946de1e89619be073a574fa95cca1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f81ded803d3c0cc9b5d772f907786a40 = $(`<div id="html_f81ded803d3c0cc9b5d772f907786a40" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_fe2946de1e89619be073a574fa95cca1.setContent(html_f81ded803d3c0cc9b5d772f907786a40);
|
|
|
|
|
|
|
|
marker_86ea3c87f2f89418f5df7effed5f68a3.bindPopup(popup_fe2946de1e89619be073a574fa95cca1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86ea3c87f2f89418f5df7effed5f68a3.setIcon(icon_cc4c011f40c6623fa12605d543d69f5e);
|
|
|
|
|
|
var marker_6686c45f6f08392b333adcb0759a3bb7 = L.marker(
|
|
[49.0291, 8.35705],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_c7b777c03ef746dc2c168174bb3e4dfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ced88ab6cd89909b40ec3798e9d0f6f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89c6b285c8b2af9bde0c381dcff9edab = $(`<div id="html_89c6b285c8b2af9bde0c381dcff9edab" style="width: 100.0%; height: 100.0%;">relay.dyne.org</div>`)[0];
|
|
popup_ced88ab6cd89909b40ec3798e9d0f6f8.setContent(html_89c6b285c8b2af9bde0c381dcff9edab);
|
|
|
|
|
|
|
|
marker_6686c45f6f08392b333adcb0759a3bb7.bindPopup(popup_ced88ab6cd89909b40ec3798e9d0f6f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6686c45f6f08392b333adcb0759a3bb7.setIcon(icon_c7b777c03ef746dc2c168174bb3e4dfe);
|
|
|
|
|
|
var marker_f2941fb5cef85f3ee73d02c15e0c93aa = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_9f1f737c35f2eac14611f3890a41096c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f3326ed2a04ee8f424621ee61f406c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6aab42d1ab08d1b44d119f0220aa7a6e = $(`<div id="html_6aab42d1ab08d1b44d119f0220aa7a6e" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_0f3326ed2a04ee8f424621ee61f406c1.setContent(html_6aab42d1ab08d1b44d119f0220aa7a6e);
|
|
|
|
|
|
|
|
marker_f2941fb5cef85f3ee73d02c15e0c93aa.bindPopup(popup_0f3326ed2a04ee8f424621ee61f406c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2941fb5cef85f3ee73d02c15e0c93aa.setIcon(icon_9f1f737c35f2eac14611f3890a41096c);
|
|
|
|
|
|
var marker_0a6b07955e2a50d237990a3ee3697c21 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_0f8a28f42c738230fc224b917734ecbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba1edf9cab977d7d66de4da72c19d89f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3027f84c4224b21f301df203633dd936 = $(`<div id="html_3027f84c4224b21f301df203633dd936" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_ba1edf9cab977d7d66de4da72c19d89f.setContent(html_3027f84c4224b21f301df203633dd936);
|
|
|
|
|
|
|
|
marker_0a6b07955e2a50d237990a3ee3697c21.bindPopup(popup_ba1edf9cab977d7d66de4da72c19d89f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a6b07955e2a50d237990a3ee3697c21.setIcon(icon_0f8a28f42c738230fc224b917734ecbe);
|
|
|
|
|
|
var marker_79abd2030eae34e7e50387c3f48f005f = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_d11bc019b1b438a435aabdad1503c357 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bb654281c8cbd017525e4335a2cbbed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71523918a724d77b3ae4b3ca3dada067 = $(`<div id="html_71523918a724d77b3ae4b3ca3dada067" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_5bb654281c8cbd017525e4335a2cbbed.setContent(html_71523918a724d77b3ae4b3ca3dada067);
|
|
|
|
|
|
|
|
marker_79abd2030eae34e7e50387c3f48f005f.bindPopup(popup_5bb654281c8cbd017525e4335a2cbbed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79abd2030eae34e7e50387c3f48f005f.setIcon(icon_d11bc019b1b438a435aabdad1503c357);
|
|
|
|
|
|
var marker_d3a142d27db8032f3154a780582d98c7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_ec4f3ed33dde65d98c8ac56446091795 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c593ed4c81085c95bdbc616ed6982db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbd8e4edc56c9cbd8e22904b71810813 = $(`<div id="html_fbd8e4edc56c9cbd8e22904b71810813" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_0c593ed4c81085c95bdbc616ed6982db.setContent(html_fbd8e4edc56c9cbd8e22904b71810813);
|
|
|
|
|
|
|
|
marker_d3a142d27db8032f3154a780582d98c7.bindPopup(popup_0c593ed4c81085c95bdbc616ed6982db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3a142d27db8032f3154a780582d98c7.setIcon(icon_ec4f3ed33dde65d98c8ac56446091795);
|
|
|
|
|
|
var marker_8ba5b2c8978e5935302e5e08dd7e2257 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_22cd8c73ddce25bf97ddfa1ab57f3a7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e94ccb9d1957b373002715c2aa58e48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21b0b0af0dbccf62c63869dcdc37194c = $(`<div id="html_21b0b0af0dbccf62c63869dcdc37194c" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_1e94ccb9d1957b373002715c2aa58e48.setContent(html_21b0b0af0dbccf62c63869dcdc37194c);
|
|
|
|
|
|
|
|
marker_8ba5b2c8978e5935302e5e08dd7e2257.bindPopup(popup_1e94ccb9d1957b373002715c2aa58e48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ba5b2c8978e5935302e5e08dd7e2257.setIcon(icon_22cd8c73ddce25bf97ddfa1ab57f3a7b);
|
|
|
|
|
|
var marker_634ddc30acd80153d071815c9ded58fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_da891cbc4bf93a37c094aa1df260a621 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97033f6b02d7519814b963b4ba483286 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_708d331e07e3e9e9e858d0adead43530 = $(`<div id="html_708d331e07e3e9e9e858d0adead43530" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_97033f6b02d7519814b963b4ba483286.setContent(html_708d331e07e3e9e9e858d0adead43530);
|
|
|
|
|
|
|
|
marker_634ddc30acd80153d071815c9ded58fe.bindPopup(popup_97033f6b02d7519814b963b4ba483286)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_634ddc30acd80153d071815c9ded58fe.setIcon(icon_da891cbc4bf93a37c094aa1df260a621);
|
|
|
|
|
|
var marker_6caac1a793fc0cc8dff63f37b9aa3f4c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_adefd3e5eb701e5981d967bf78b94988 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c4cb4470d58c58bd847961c3b4c5ce2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edc2bc15839e3c949b183d3588bca154 = $(`<div id="html_edc2bc15839e3c949b183d3588bca154" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_0c4cb4470d58c58bd847961c3b4c5ce2.setContent(html_edc2bc15839e3c949b183d3588bca154);
|
|
|
|
|
|
|
|
marker_6caac1a793fc0cc8dff63f37b9aa3f4c.bindPopup(popup_0c4cb4470d58c58bd847961c3b4c5ce2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6caac1a793fc0cc8dff63f37b9aa3f4c.setIcon(icon_adefd3e5eb701e5981d967bf78b94988);
|
|
|
|
|
|
var marker_da65cc5cfcf7deed8627f0e02ae2607d = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_80152249cd9ce86e50a59b5846f5fc8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00479070189261f9478e432570f74e28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5e79aec7cbea65ac0c372a4ca309662 = $(`<div id="html_c5e79aec7cbea65ac0c372a4ca309662" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_00479070189261f9478e432570f74e28.setContent(html_c5e79aec7cbea65ac0c372a4ca309662);
|
|
|
|
|
|
|
|
marker_da65cc5cfcf7deed8627f0e02ae2607d.bindPopup(popup_00479070189261f9478e432570f74e28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da65cc5cfcf7deed8627f0e02ae2607d.setIcon(icon_80152249cd9ce86e50a59b5846f5fc8c);
|
|
|
|
|
|
var marker_460183d41d609ae54d2b9efcd544847e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_2fb0eced51137429d78388f50f1be0ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_319ab3fab3098d455b8531bc5bf0d55d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72c83077c0ce6ad4013f156f74941d77 = $(`<div id="html_72c83077c0ce6ad4013f156f74941d77" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_319ab3fab3098d455b8531bc5bf0d55d.setContent(html_72c83077c0ce6ad4013f156f74941d77);
|
|
|
|
|
|
|
|
marker_460183d41d609ae54d2b9efcd544847e.bindPopup(popup_319ab3fab3098d455b8531bc5bf0d55d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_460183d41d609ae54d2b9efcd544847e.setIcon(icon_2fb0eced51137429d78388f50f1be0ab);
|
|
|
|
|
|
var marker_3e531b26d50784ad63a2fe29012a3cb7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_ed3acb802c6b2d9aa31393c1875c2af8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17147e93050d07a232e2ba555b18b873 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eafda392f46395958ab0ce152b804b8b = $(`<div id="html_eafda392f46395958ab0ce152b804b8b" style="width: 100.0%; height: 100.0%;">offchain.bostr.online</div>`)[0];
|
|
popup_17147e93050d07a232e2ba555b18b873.setContent(html_eafda392f46395958ab0ce152b804b8b);
|
|
|
|
|
|
|
|
marker_3e531b26d50784ad63a2fe29012a3cb7.bindPopup(popup_17147e93050d07a232e2ba555b18b873)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e531b26d50784ad63a2fe29012a3cb7.setIcon(icon_ed3acb802c6b2d9aa31393c1875c2af8);
|
|
|
|
|
|
var marker_6573fd6a2d3125b77bc34fca4d47e525 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_42a564ace75cff1f5c021fed583220ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14a19b1507a22fc2267e7360d0909754 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73696fea3e5f969db218f0b82e9c456a = $(`<div id="html_73696fea3e5f969db218f0b82e9c456a" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_14a19b1507a22fc2267e7360d0909754.setContent(html_73696fea3e5f969db218f0b82e9c456a);
|
|
|
|
|
|
|
|
marker_6573fd6a2d3125b77bc34fca4d47e525.bindPopup(popup_14a19b1507a22fc2267e7360d0909754)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6573fd6a2d3125b77bc34fca4d47e525.setIcon(icon_42a564ace75cff1f5c021fed583220ad);
|
|
|
|
|
|
var marker_d027c3ec9bba0440d3e764485a58d328 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_35679e29eff3f2e1fd8bd748dfe15365 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba8b3e9a0d049d73af796aaf025dca7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5465d1f04340ba6959c3fb95ee4bf082 = $(`<div id="html_5465d1f04340ba6959c3fb95ee4bf082" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_ba8b3e9a0d049d73af796aaf025dca7a.setContent(html_5465d1f04340ba6959c3fb95ee4bf082);
|
|
|
|
|
|
|
|
marker_d027c3ec9bba0440d3e764485a58d328.bindPopup(popup_ba8b3e9a0d049d73af796aaf025dca7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d027c3ec9bba0440d3e764485a58d328.setIcon(icon_35679e29eff3f2e1fd8bd748dfe15365);
|
|
|
|
|
|
var marker_af445116440735d5a214f04485c71045 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_a9eafdd8d80016d87a9da6038e48d376 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc5da6a759d0a1418df33e3c1cf7f320 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3837cc056ae080f5676e2b93411ac5cd = $(`<div id="html_3837cc056ae080f5676e2b93411ac5cd" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_cc5da6a759d0a1418df33e3c1cf7f320.setContent(html_3837cc056ae080f5676e2b93411ac5cd);
|
|
|
|
|
|
|
|
marker_af445116440735d5a214f04485c71045.bindPopup(popup_cc5da6a759d0a1418df33e3c1cf7f320)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af445116440735d5a214f04485c71045.setIcon(icon_a9eafdd8d80016d87a9da6038e48d376);
|
|
|
|
|
|
var marker_4fab9c1cf64bf039e136a5d05fcafdc3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_adb491b1a69fcd0447b74512c2250045 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f85a7c87b47b18cdf644bad9df5af654 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f3787883dbb8b8e8f5ebfed2123c629 = $(`<div id="html_3f3787883dbb8b8e8f5ebfed2123c629" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_f85a7c87b47b18cdf644bad9df5af654.setContent(html_3f3787883dbb8b8e8f5ebfed2123c629);
|
|
|
|
|
|
|
|
marker_4fab9c1cf64bf039e136a5d05fcafdc3.bindPopup(popup_f85a7c87b47b18cdf644bad9df5af654)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fab9c1cf64bf039e136a5d05fcafdc3.setIcon(icon_adb491b1a69fcd0447b74512c2250045);
|
|
|
|
|
|
var marker_9882a004652d9c3b04cb50f6d59763b1 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_42d7a5780be6b6098b0fcfea2bb493e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf34fbbf7193b4a4af7e8e2fdd0e7f21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45c9ed8ead8844c43eb205a8b6931c59 = $(`<div id="html_45c9ed8ead8844c43eb205a8b6931c59" style="width: 100.0%; height: 100.0%;">relay.aarpia.com</div>`)[0];
|
|
popup_cf34fbbf7193b4a4af7e8e2fdd0e7f21.setContent(html_45c9ed8ead8844c43eb205a8b6931c59);
|
|
|
|
|
|
|
|
marker_9882a004652d9c3b04cb50f6d59763b1.bindPopup(popup_cf34fbbf7193b4a4af7e8e2fdd0e7f21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9882a004652d9c3b04cb50f6d59763b1.setIcon(icon_42d7a5780be6b6098b0fcfea2bb493e2);
|
|
|
|
|
|
var marker_63666743946888d47673cc80cbe6102f = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_ad474745c46f2f0b6f407077e2de3625 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76bd1734dd4371778b9fd06ac9e0c827 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_588213a0fb022f07fbede32017050e93 = $(`<div id="html_588213a0fb022f07fbede32017050e93" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_76bd1734dd4371778b9fd06ac9e0c827.setContent(html_588213a0fb022f07fbede32017050e93);
|
|
|
|
|
|
|
|
marker_63666743946888d47673cc80cbe6102f.bindPopup(popup_76bd1734dd4371778b9fd06ac9e0c827)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63666743946888d47673cc80cbe6102f.setIcon(icon_ad474745c46f2f0b6f407077e2de3625);
|
|
|
|
|
|
var marker_978445123495c01c224060bdeaca85e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_baeafcffdc0ab7eeb09024fcbfc6f06d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4adc18eb23a5182d950757bae22f42c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0fde2c7aa80921018930bd3693162ac = $(`<div id="html_e0fde2c7aa80921018930bd3693162ac" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_4adc18eb23a5182d950757bae22f42c5.setContent(html_e0fde2c7aa80921018930bd3693162ac);
|
|
|
|
|
|
|
|
marker_978445123495c01c224060bdeaca85e3.bindPopup(popup_4adc18eb23a5182d950757bae22f42c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_978445123495c01c224060bdeaca85e3.setIcon(icon_baeafcffdc0ab7eeb09024fcbfc6f06d);
|
|
|
|
|
|
var marker_e6e14dcdbe170abfce3c930861c1687f = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_1f4ecb159958610dd5aec8bca12cbbe2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd05a7949abf8831c644d1f14835bf11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3f0bb540b22adc495a4d0978bddbdc3 = $(`<div id="html_f3f0bb540b22adc495a4d0978bddbdc3" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_cd05a7949abf8831c644d1f14835bf11.setContent(html_f3f0bb540b22adc495a4d0978bddbdc3);
|
|
|
|
|
|
|
|
marker_e6e14dcdbe170abfce3c930861c1687f.bindPopup(popup_cd05a7949abf8831c644d1f14835bf11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6e14dcdbe170abfce3c930861c1687f.setIcon(icon_1f4ecb159958610dd5aec8bca12cbbe2);
|
|
|
|
|
|
var marker_11686d41132613bc85d8d43f13af63b2 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_c01c9576b90c8ea5ac43f51615eb0dfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eef012aab21bddf3ac8fa3a50a3a8b49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e606402f2b3a918d6e75821b37601c8f = $(`<div id="html_e606402f2b3a918d6e75821b37601c8f" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_eef012aab21bddf3ac8fa3a50a3a8b49.setContent(html_e606402f2b3a918d6e75821b37601c8f);
|
|
|
|
|
|
|
|
marker_11686d41132613bc85d8d43f13af63b2.bindPopup(popup_eef012aab21bddf3ac8fa3a50a3a8b49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11686d41132613bc85d8d43f13af63b2.setIcon(icon_c01c9576b90c8ea5ac43f51615eb0dfe);
|
|
|
|
|
|
var marker_677c4381de801691a0036370558d01e5 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_e9bfeb220c98a1619fa342aadd0d47ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00d83a723b65f4a3cc4bf4c903bbdecc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcee3c39c7419f52edbbc640149675e6 = $(`<div id="html_bcee3c39c7419f52edbbc640149675e6" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_00d83a723b65f4a3cc4bf4c903bbdecc.setContent(html_bcee3c39c7419f52edbbc640149675e6);
|
|
|
|
|
|
|
|
marker_677c4381de801691a0036370558d01e5.bindPopup(popup_00d83a723b65f4a3cc4bf4c903bbdecc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_677c4381de801691a0036370558d01e5.setIcon(icon_e9bfeb220c98a1619fa342aadd0d47ec);
|
|
|
|
|
|
var marker_312d249702004d39ac9c298648cf0390 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_ef77924c1b171a6ad256c5e65fbea482 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bffd04e0ddf7693d2e74d2b3769c06d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53c446ce2d4ce07444cd2163c9c8c517 = $(`<div id="html_53c446ce2d4ce07444cd2163c9c8c517" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_bffd04e0ddf7693d2e74d2b3769c06d0.setContent(html_53c446ce2d4ce07444cd2163c9c8c517);
|
|
|
|
|
|
|
|
marker_312d249702004d39ac9c298648cf0390.bindPopup(popup_bffd04e0ddf7693d2e74d2b3769c06d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_312d249702004d39ac9c298648cf0390.setIcon(icon_ef77924c1b171a6ad256c5e65fbea482);
|
|
|
|
|
|
var marker_51950e3f4e0a31c4eebf3e17ede59743 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_9f4e3c6ef210d49c2e23c522656d7cab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a9e33e38be65cb00a06d3c4e53d7e62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e5cea9da2db3715b4b6d597e7e28bf6 = $(`<div id="html_4e5cea9da2db3715b4b6d597e7e28bf6" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_8a9e33e38be65cb00a06d3c4e53d7e62.setContent(html_4e5cea9da2db3715b4b6d597e7e28bf6);
|
|
|
|
|
|
|
|
marker_51950e3f4e0a31c4eebf3e17ede59743.bindPopup(popup_8a9e33e38be65cb00a06d3c4e53d7e62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51950e3f4e0a31c4eebf3e17ede59743.setIcon(icon_9f4e3c6ef210d49c2e23c522656d7cab);
|
|
|
|
|
|
var marker_ed7592523373e8a0c9315601d0e8ea0d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_bd41dbd238780360aae514151eecdd91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e74058a71dc3b722fa9cc45727f5f21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2977bd0b97e7d428c21aee102d9140d1 = $(`<div id="html_2977bd0b97e7d428c21aee102d9140d1" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_6e74058a71dc3b722fa9cc45727f5f21.setContent(html_2977bd0b97e7d428c21aee102d9140d1);
|
|
|
|
|
|
|
|
marker_ed7592523373e8a0c9315601d0e8ea0d.bindPopup(popup_6e74058a71dc3b722fa9cc45727f5f21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed7592523373e8a0c9315601d0e8ea0d.setIcon(icon_bd41dbd238780360aae514151eecdd91);
|
|
|
|
|
|
var marker_b54090fb6e1805a1207eec8002af7620 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_d13be73266e1f077732dd37dafa779f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32e6d63431d4c068b83c4aebdf4438f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab0a2b81e33600ae16f5fd6a56bb18a2 = $(`<div id="html_ab0a2b81e33600ae16f5fd6a56bb18a2" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_32e6d63431d4c068b83c4aebdf4438f6.setContent(html_ab0a2b81e33600ae16f5fd6a56bb18a2);
|
|
|
|
|
|
|
|
marker_b54090fb6e1805a1207eec8002af7620.bindPopup(popup_32e6d63431d4c068b83c4aebdf4438f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b54090fb6e1805a1207eec8002af7620.setIcon(icon_d13be73266e1f077732dd37dafa779f1);
|
|
|
|
|
|
var marker_7ec9aeab1958b7c1fba7992ae1a28460 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_32837c6655b70ee49dd90c4bb1e1dcc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6bb9f991f0ecc27afc6977984bf519bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f9056aeec7a5bb9e484c43ad4d5e9e4 = $(`<div id="html_1f9056aeec7a5bb9e484c43ad4d5e9e4" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_6bb9f991f0ecc27afc6977984bf519bf.setContent(html_1f9056aeec7a5bb9e484c43ad4d5e9e4);
|
|
|
|
|
|
|
|
marker_7ec9aeab1958b7c1fba7992ae1a28460.bindPopup(popup_6bb9f991f0ecc27afc6977984bf519bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ec9aeab1958b7c1fba7992ae1a28460.setIcon(icon_32837c6655b70ee49dd90c4bb1e1dcc1);
|
|
|
|
|
|
var marker_50f1483fdfa46be5f2cc8136a0d53504 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_3b9eb8140eef059b214163632b4261e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e5a441e657e2b7d12268079f535b12d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4686f51fc551f8c17bc6b828471807fc = $(`<div id="html_4686f51fc551f8c17bc6b828471807fc" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_7e5a441e657e2b7d12268079f535b12d.setContent(html_4686f51fc551f8c17bc6b828471807fc);
|
|
|
|
|
|
|
|
marker_50f1483fdfa46be5f2cc8136a0d53504.bindPopup(popup_7e5a441e657e2b7d12268079f535b12d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50f1483fdfa46be5f2cc8136a0d53504.setIcon(icon_3b9eb8140eef059b214163632b4261e7);
|
|
|
|
|
|
var marker_033843bfa60464c41fbb2bb2499df431 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_a88a6423c8128042796d7ed1be94a3fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3bcaa891e6d7a0a885693b9e65db2c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c79ea32c94e02177df14b268392af965 = $(`<div id="html_c79ea32c94e02177df14b268392af965" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_b3bcaa891e6d7a0a885693b9e65db2c7.setContent(html_c79ea32c94e02177df14b268392af965);
|
|
|
|
|
|
|
|
marker_033843bfa60464c41fbb2bb2499df431.bindPopup(popup_b3bcaa891e6d7a0a885693b9e65db2c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_033843bfa60464c41fbb2bb2499df431.setIcon(icon_a88a6423c8128042796d7ed1be94a3fb);
|
|
|
|
|
|
var marker_8fdac7fb7a8cd41d07aa698a274f76b7 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_044b96572469d02ba7dfa8accf43f612 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16f6f2922895523c8c7b9878226b842c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e527c7a0e394ffa7a8c0180f7c17c3fd = $(`<div id="html_e527c7a0e394ffa7a8c0180f7c17c3fd" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_16f6f2922895523c8c7b9878226b842c.setContent(html_e527c7a0e394ffa7a8c0180f7c17c3fd);
|
|
|
|
|
|
|
|
marker_8fdac7fb7a8cd41d07aa698a274f76b7.bindPopup(popup_16f6f2922895523c8c7b9878226b842c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fdac7fb7a8cd41d07aa698a274f76b7.setIcon(icon_044b96572469d02ba7dfa8accf43f612);
|
|
|
|
|
|
var marker_2114991c15908c8e71d3eea1daa4f673 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_3f8b2507b5d6c47a4f37d28de8303c4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9394c6a7f6cf3cafcb9fddbc55b2db91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfaf21aa8bf14c4e5182543986741950 = $(`<div id="html_dfaf21aa8bf14c4e5182543986741950" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_9394c6a7f6cf3cafcb9fddbc55b2db91.setContent(html_dfaf21aa8bf14c4e5182543986741950);
|
|
|
|
|
|
|
|
marker_2114991c15908c8e71d3eea1daa4f673.bindPopup(popup_9394c6a7f6cf3cafcb9fddbc55b2db91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2114991c15908c8e71d3eea1daa4f673.setIcon(icon_3f8b2507b5d6c47a4f37d28de8303c4a);
|
|
|
|
|
|
var marker_73a93d178f130e2b61120ba06f6d2786 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_1c346fb25efb54e0c53e860256b89d77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b53d96758780e0e2ed541e1818cd4f14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a3e0fc7a64ddadf5a412d836a1fce0a = $(`<div id="html_8a3e0fc7a64ddadf5a412d836a1fce0a" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_b53d96758780e0e2ed541e1818cd4f14.setContent(html_8a3e0fc7a64ddadf5a412d836a1fce0a);
|
|
|
|
|
|
|
|
marker_73a93d178f130e2b61120ba06f6d2786.bindPopup(popup_b53d96758780e0e2ed541e1818cd4f14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73a93d178f130e2b61120ba06f6d2786.setIcon(icon_1c346fb25efb54e0c53e860256b89d77);
|
|
|
|
|
|
var marker_be8d4fbdef68eb5ebd1ed1bbd12aecf8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_cbf006b86ac1fffc9cac804e11bc1282 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8be5f9f70df1c31e46349a202143d5ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da11da7e3d544e641551c98165ee6536 = $(`<div id="html_da11da7e3d544e641551c98165ee6536" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_8be5f9f70df1c31e46349a202143d5ba.setContent(html_da11da7e3d544e641551c98165ee6536);
|
|
|
|
|
|
|
|
marker_be8d4fbdef68eb5ebd1ed1bbd12aecf8.bindPopup(popup_8be5f9f70df1c31e46349a202143d5ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be8d4fbdef68eb5ebd1ed1bbd12aecf8.setIcon(icon_cbf006b86ac1fffc9cac804e11bc1282);
|
|
|
|
|
|
var marker_33c293bb134bce69d2f659d711e52a0c = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_ceb37cc6ef7221d6e1a2521b96be361a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b1081f0702accccbae65caf235755f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_606e1d8eb7e17c6a92437b941e7c2e18 = $(`<div id="html_606e1d8eb7e17c6a92437b941e7c2e18" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_7b1081f0702accccbae65caf235755f7.setContent(html_606e1d8eb7e17c6a92437b941e7c2e18);
|
|
|
|
|
|
|
|
marker_33c293bb134bce69d2f659d711e52a0c.bindPopup(popup_7b1081f0702accccbae65caf235755f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33c293bb134bce69d2f659d711e52a0c.setIcon(icon_ceb37cc6ef7221d6e1a2521b96be361a);
|
|
|
|
|
|
var marker_28ef8912b9335b9fd5bfc3cddc51ae3d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_2ae3a4b987ce5f9f50325fc170b66baa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_983334eb26b44c9f00eb523533954f1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82b835905cae39f918fba9dd3adbfd41 = $(`<div id="html_82b835905cae39f918fba9dd3adbfd41" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_983334eb26b44c9f00eb523533954f1e.setContent(html_82b835905cae39f918fba9dd3adbfd41);
|
|
|
|
|
|
|
|
marker_28ef8912b9335b9fd5bfc3cddc51ae3d.bindPopup(popup_983334eb26b44c9f00eb523533954f1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28ef8912b9335b9fd5bfc3cddc51ae3d.setIcon(icon_2ae3a4b987ce5f9f50325fc170b66baa);
|
|
|
|
|
|
var marker_4a985682015c80289606bb4b6e1e0fc3 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_35f8d050f880c13792f80d4e437cbb62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b75a5bc0d3777cdea9a272417f14eee9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d55a60ff545613af8f6014354afacf37 = $(`<div id="html_d55a60ff545613af8f6014354afacf37" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_b75a5bc0d3777cdea9a272417f14eee9.setContent(html_d55a60ff545613af8f6014354afacf37);
|
|
|
|
|
|
|
|
marker_4a985682015c80289606bb4b6e1e0fc3.bindPopup(popup_b75a5bc0d3777cdea9a272417f14eee9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a985682015c80289606bb4b6e1e0fc3.setIcon(icon_35f8d050f880c13792f80d4e437cbb62);
|
|
|
|
|
|
var marker_2289be1a7a34a35c0b5add3ee7d8858e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_56bdf1de470d5774e8835924ac58bd3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f4272bd9bf54a2d444cecb90b350f88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de4742f6742f2f7446fb60d8cc466618 = $(`<div id="html_de4742f6742f2f7446fb60d8cc466618" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com:443</div>`)[0];
|
|
popup_4f4272bd9bf54a2d444cecb90b350f88.setContent(html_de4742f6742f2f7446fb60d8cc466618);
|
|
|
|
|
|
|
|
marker_2289be1a7a34a35c0b5add3ee7d8858e.bindPopup(popup_4f4272bd9bf54a2d444cecb90b350f88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2289be1a7a34a35c0b5add3ee7d8858e.setIcon(icon_56bdf1de470d5774e8835924ac58bd3b);
|
|
|
|
|
|
var marker_603f590f6365035b038aaf1401df2a9a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_01e7d3265be089dd40e4c9a392ce3f5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb531a447999cd5045462a261b29253e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05ce1504091c6b52083c7ec69ce26606 = $(`<div id="html_05ce1504091c6b52083c7ec69ce26606" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_cb531a447999cd5045462a261b29253e.setContent(html_05ce1504091c6b52083c7ec69ce26606);
|
|
|
|
|
|
|
|
marker_603f590f6365035b038aaf1401df2a9a.bindPopup(popup_cb531a447999cd5045462a261b29253e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_603f590f6365035b038aaf1401df2a9a.setIcon(icon_01e7d3265be089dd40e4c9a392ce3f5d);
|
|
|
|
|
|
var marker_43d5007e3ce604a7b245a3013906f37c = L.marker(
|
|
[41.5284, -87.4237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_d8c5b59bc808bdd70203b4bceb7c2beb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bb2f028177d79e8be5365b8a6cfa01a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c42ff4ffd4a1bdaadc6609baf9216670 = $(`<div id="html_c42ff4ffd4a1bdaadc6609baf9216670" style="width: 100.0%; height: 100.0%;">bbw-nostr.xyz</div>`)[0];
|
|
popup_5bb2f028177d79e8be5365b8a6cfa01a.setContent(html_c42ff4ffd4a1bdaadc6609baf9216670);
|
|
|
|
|
|
|
|
marker_43d5007e3ce604a7b245a3013906f37c.bindPopup(popup_5bb2f028177d79e8be5365b8a6cfa01a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43d5007e3ce604a7b245a3013906f37c.setIcon(icon_d8c5b59bc808bdd70203b4bceb7c2beb);
|
|
|
|
|
|
var marker_d4f7d3f1e8ee4e35be9bdecdee9bfdb4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_226358e9b78f54eecfad6fc896bfaa78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6594dca27555ee7b43e5be12fa8ef29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_864e0cae3a35ad7a676fb00b8809432c = $(`<div id="html_864e0cae3a35ad7a676fb00b8809432c" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_a6594dca27555ee7b43e5be12fa8ef29.setContent(html_864e0cae3a35ad7a676fb00b8809432c);
|
|
|
|
|
|
|
|
marker_d4f7d3f1e8ee4e35be9bdecdee9bfdb4.bindPopup(popup_a6594dca27555ee7b43e5be12fa8ef29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4f7d3f1e8ee4e35be9bdecdee9bfdb4.setIcon(icon_226358e9b78f54eecfad6fc896bfaa78);
|
|
|
|
|
|
var marker_707d660b7dd362e2f350ced036feecc3 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_b2d8aee022663fb96971227cfbb63bf5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cea0f87876a4d21aa0bbfc7274316ca3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ca03341cd3afc20002084a81cb98aab = $(`<div id="html_1ca03341cd3afc20002084a81cb98aab" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_cea0f87876a4d21aa0bbfc7274316ca3.setContent(html_1ca03341cd3afc20002084a81cb98aab);
|
|
|
|
|
|
|
|
marker_707d660b7dd362e2f350ced036feecc3.bindPopup(popup_cea0f87876a4d21aa0bbfc7274316ca3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_707d660b7dd362e2f350ced036feecc3.setIcon(icon_b2d8aee022663fb96971227cfbb63bf5);
|
|
|
|
|
|
var marker_9105117d5ac8d4cad214f4db9cb72c53 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_e731abb6390e30c94e92f7f965574826 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fd5091948ec7d2b4b5ed4abd0a776ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_547da5e70b089563bcd2b2add1f00d21 = $(`<div id="html_547da5e70b089563bcd2b2add1f00d21" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_0fd5091948ec7d2b4b5ed4abd0a776ae.setContent(html_547da5e70b089563bcd2b2add1f00d21);
|
|
|
|
|
|
|
|
marker_9105117d5ac8d4cad214f4db9cb72c53.bindPopup(popup_0fd5091948ec7d2b4b5ed4abd0a776ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9105117d5ac8d4cad214f4db9cb72c53.setIcon(icon_e731abb6390e30c94e92f7f965574826);
|
|
|
|
|
|
var marker_6e175bc59c6e3bea4630c22ed8285f03 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_458df41cea5eb41ee82f0623b332355c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_428cb0d260b5322182ed981029054340 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4d96fd29f8cc5191007f97b45306bc3 = $(`<div id="html_c4d96fd29f8cc5191007f97b45306bc3" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_428cb0d260b5322182ed981029054340.setContent(html_c4d96fd29f8cc5191007f97b45306bc3);
|
|
|
|
|
|
|
|
marker_6e175bc59c6e3bea4630c22ed8285f03.bindPopup(popup_428cb0d260b5322182ed981029054340)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e175bc59c6e3bea4630c22ed8285f03.setIcon(icon_458df41cea5eb41ee82f0623b332355c);
|
|
|
|
|
|
var marker_2e0f394280731db5f4595d0c6149d4ee = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_a14dcc7ff15d93802cb8b885ce3bbe35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1512f173917a6406b939336fbd3be81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbe40a24b22b0f1e45ccb202e673bead = $(`<div id="html_dbe40a24b22b0f1e45ccb202e673bead" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_e1512f173917a6406b939336fbd3be81.setContent(html_dbe40a24b22b0f1e45ccb202e673bead);
|
|
|
|
|
|
|
|
marker_2e0f394280731db5f4595d0c6149d4ee.bindPopup(popup_e1512f173917a6406b939336fbd3be81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e0f394280731db5f4595d0c6149d4ee.setIcon(icon_a14dcc7ff15d93802cb8b885ce3bbe35);
|
|
|
|
|
|
var marker_255201547d398ebd839ef8f4d6223e82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_0c8c3df531eb9a38f40fbc9c67b17b1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5f10064d05e2c01fe629f7ad465ddba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e1582735729ef2d1d38abc0d973b184 = $(`<div id="html_2e1582735729ef2d1d38abc0d973b184" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_e5f10064d05e2c01fe629f7ad465ddba.setContent(html_2e1582735729ef2d1d38abc0d973b184);
|
|
|
|
|
|
|
|
marker_255201547d398ebd839ef8f4d6223e82.bindPopup(popup_e5f10064d05e2c01fe629f7ad465ddba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_255201547d398ebd839ef8f4d6223e82.setIcon(icon_0c8c3df531eb9a38f40fbc9c67b17b1a);
|
|
|
|
|
|
var marker_fd43d842b70aa0c47de8dba5ccd50c2b = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_28f712d204bf579bea81e20201240869 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d61458aa66be4edba1c7f8ee802bf578 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b52e564b3496517cfe634f668f3c39aa = $(`<div id="html_b52e564b3496517cfe634f668f3c39aa" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_d61458aa66be4edba1c7f8ee802bf578.setContent(html_b52e564b3496517cfe634f668f3c39aa);
|
|
|
|
|
|
|
|
marker_fd43d842b70aa0c47de8dba5ccd50c2b.bindPopup(popup_d61458aa66be4edba1c7f8ee802bf578)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd43d842b70aa0c47de8dba5ccd50c2b.setIcon(icon_28f712d204bf579bea81e20201240869);
|
|
|
|
|
|
var marker_c196682e51c6a86210ebe55e4ff0d5cd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_c5e98379e4e424018a21f253ec670a27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac9562363c9bc40877b4ccaac04b965f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a45e3700aeda51b32b4d63d272f883dc = $(`<div id="html_a45e3700aeda51b32b4d63d272f883dc" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app:443</div>`)[0];
|
|
popup_ac9562363c9bc40877b4ccaac04b965f.setContent(html_a45e3700aeda51b32b4d63d272f883dc);
|
|
|
|
|
|
|
|
marker_c196682e51c6a86210ebe55e4ff0d5cd.bindPopup(popup_ac9562363c9bc40877b4ccaac04b965f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c196682e51c6a86210ebe55e4ff0d5cd.setIcon(icon_c5e98379e4e424018a21f253ec670a27);
|
|
|
|
|
|
var marker_a086f6812166d8bd167274b00fd36222 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_fa3c8fea9877beefceb2f447bbd1967a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d22057300c8493e69a07d7c07ebfc724 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e144a992834ebce94145b1a8baedf64 = $(`<div id="html_3e144a992834ebce94145b1a8baedf64" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_d22057300c8493e69a07d7c07ebfc724.setContent(html_3e144a992834ebce94145b1a8baedf64);
|
|
|
|
|
|
|
|
marker_a086f6812166d8bd167274b00fd36222.bindPopup(popup_d22057300c8493e69a07d7c07ebfc724)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a086f6812166d8bd167274b00fd36222.setIcon(icon_fa3c8fea9877beefceb2f447bbd1967a);
|
|
|
|
|
|
var marker_fb155bfed0206c2a2813fee03dfd664c = L.marker(
|
|
[46.5971, 9.59652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_46b0885096d8aaf03beaf6c26c253db7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee41fb285bd005c93197f4993cb22625 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3614d026a1fe138f831781851b3f3b79 = $(`<div id="html_3614d026a1fe138f831781851b3f3b79" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_ee41fb285bd005c93197f4993cb22625.setContent(html_3614d026a1fe138f831781851b3f3b79);
|
|
|
|
|
|
|
|
marker_fb155bfed0206c2a2813fee03dfd664c.bindPopup(popup_ee41fb285bd005c93197f4993cb22625)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb155bfed0206c2a2813fee03dfd664c.setIcon(icon_46b0885096d8aaf03beaf6c26c253db7);
|
|
|
|
|
|
var marker_538d28d4e9fa332191490d9709197164 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_b62cb61af3bd9e7a511899031dc4651d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f283eabbd2174e9cc6d915760e2bc46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_634154a60608410cdbaa67f272ab7a1c = $(`<div id="html_634154a60608410cdbaa67f272ab7a1c" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_1f283eabbd2174e9cc6d915760e2bc46.setContent(html_634154a60608410cdbaa67f272ab7a1c);
|
|
|
|
|
|
|
|
marker_538d28d4e9fa332191490d9709197164.bindPopup(popup_1f283eabbd2174e9cc6d915760e2bc46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_538d28d4e9fa332191490d9709197164.setIcon(icon_b62cb61af3bd9e7a511899031dc4651d);
|
|
|
|
|
|
var marker_d0a8e2060d7999c0919ef1381ff15dc1 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_43fe62286e080177324e44f1f9a88eaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e755126a89b0f86107da0aa1b1a4afa1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_576efc7d6c8a590575784d253bd065f7 = $(`<div id="html_576efc7d6c8a590575784d253bd065f7" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_e755126a89b0f86107da0aa1b1a4afa1.setContent(html_576efc7d6c8a590575784d253bd065f7);
|
|
|
|
|
|
|
|
marker_d0a8e2060d7999c0919ef1381ff15dc1.bindPopup(popup_e755126a89b0f86107da0aa1b1a4afa1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0a8e2060d7999c0919ef1381ff15dc1.setIcon(icon_43fe62286e080177324e44f1f9a88eaa);
|
|
|
|
|
|
var marker_264c902c0c19e1de230dbe49009969c4 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_ffce854b61edfc2a47f9c0b36991f946 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf31736984a5fb75d8ca302721c1b7de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4252b455dca45f9b0d75704768c3067 = $(`<div id="html_d4252b455dca45f9b0d75704768c3067" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_bf31736984a5fb75d8ca302721c1b7de.setContent(html_d4252b455dca45f9b0d75704768c3067);
|
|
|
|
|
|
|
|
marker_264c902c0c19e1de230dbe49009969c4.bindPopup(popup_bf31736984a5fb75d8ca302721c1b7de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_264c902c0c19e1de230dbe49009969c4.setIcon(icon_ffce854b61edfc2a47f9c0b36991f946);
|
|
|
|
|
|
var marker_325b8a88681e6f2400e67d3771503d45 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_9c7ef3b7147cb2170650e75ec7ec6632 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbbbc5a9a5f6b6bea0fd7649cfb79131 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a9dac33f32690e9e6abaad302db2a51 = $(`<div id="html_9a9dac33f32690e9e6abaad302db2a51" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_fbbbc5a9a5f6b6bea0fd7649cfb79131.setContent(html_9a9dac33f32690e9e6abaad302db2a51);
|
|
|
|
|
|
|
|
marker_325b8a88681e6f2400e67d3771503d45.bindPopup(popup_fbbbc5a9a5f6b6bea0fd7649cfb79131)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_325b8a88681e6f2400e67d3771503d45.setIcon(icon_9c7ef3b7147cb2170650e75ec7ec6632);
|
|
|
|
|
|
var marker_2038a6da691a688401e1f4790d2052a1 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_6d8c41a347004fb8168efe5e68051de7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc6a9b3809f1d361139d3966a420d67b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43a90d162d8585fc5dde46d1357553ee = $(`<div id="html_43a90d162d8585fc5dde46d1357553ee" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_cc6a9b3809f1d361139d3966a420d67b.setContent(html_43a90d162d8585fc5dde46d1357553ee);
|
|
|
|
|
|
|
|
marker_2038a6da691a688401e1f4790d2052a1.bindPopup(popup_cc6a9b3809f1d361139d3966a420d67b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2038a6da691a688401e1f4790d2052a1.setIcon(icon_6d8c41a347004fb8168efe5e68051de7);
|
|
|
|
|
|
var marker_c834e8f2111f9504330ec4ff7f1ffc07 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_5625a7e5ff6a97a74ba18fe752c085c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_721664f0fab40f7c6484fba3659ea7d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f84a506033349184668cca38cbc875cd = $(`<div id="html_f84a506033349184668cca38cbc875cd" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_721664f0fab40f7c6484fba3659ea7d3.setContent(html_f84a506033349184668cca38cbc875cd);
|
|
|
|
|
|
|
|
marker_c834e8f2111f9504330ec4ff7f1ffc07.bindPopup(popup_721664f0fab40f7c6484fba3659ea7d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c834e8f2111f9504330ec4ff7f1ffc07.setIcon(icon_5625a7e5ff6a97a74ba18fe752c085c4);
|
|
|
|
|
|
var marker_5b05ce0f6e3ece389a0fe82bd903c8d5 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_a9f36bb3e44ba707cfbdd0ffed889ed2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77cd79eb2321819912cf47257238590f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a5c87e56c575d4c397ae062666335ba = $(`<div id="html_5a5c87e56c575d4c397ae062666335ba" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_77cd79eb2321819912cf47257238590f.setContent(html_5a5c87e56c575d4c397ae062666335ba);
|
|
|
|
|
|
|
|
marker_5b05ce0f6e3ece389a0fe82bd903c8d5.bindPopup(popup_77cd79eb2321819912cf47257238590f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b05ce0f6e3ece389a0fe82bd903c8d5.setIcon(icon_a9f36bb3e44ba707cfbdd0ffed889ed2);
|
|
|
|
|
|
var marker_f4023f144645315a97992a8b52a3893d = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_940f175c7803587295c6f739e9105960 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa0e23f3a5b8178435d10e4ad92e0446 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94074aa780f32ee3f6bbcaac45cea2c4 = $(`<div id="html_94074aa780f32ee3f6bbcaac45cea2c4" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_fa0e23f3a5b8178435d10e4ad92e0446.setContent(html_94074aa780f32ee3f6bbcaac45cea2c4);
|
|
|
|
|
|
|
|
marker_f4023f144645315a97992a8b52a3893d.bindPopup(popup_fa0e23f3a5b8178435d10e4ad92e0446)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4023f144645315a97992a8b52a3893d.setIcon(icon_940f175c7803587295c6f739e9105960);
|
|
|
|
|
|
var marker_0a89e12b6de71471941c2f1f686d1821 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_1d3aa12eb8fc8114695d474925360c0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0aa5807676b4f5058cff69336c1ae657 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ca1c851cd091acc2784d2122fef63f7 = $(`<div id="html_9ca1c851cd091acc2784d2122fef63f7" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_0aa5807676b4f5058cff69336c1ae657.setContent(html_9ca1c851cd091acc2784d2122fef63f7);
|
|
|
|
|
|
|
|
marker_0a89e12b6de71471941c2f1f686d1821.bindPopup(popup_0aa5807676b4f5058cff69336c1ae657)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a89e12b6de71471941c2f1f686d1821.setIcon(icon_1d3aa12eb8fc8114695d474925360c0b);
|
|
|
|
|
|
var marker_ab04075ff6981792661a28ea849ca055 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_c07fcea85d6e32681b97c3f634b0f734 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e3875507dd17e4c07791d8ffb6af1f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e167c292ba4329a0a93b66d3313a763 = $(`<div id="html_3e167c292ba4329a0a93b66d3313a763" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_8e3875507dd17e4c07791d8ffb6af1f7.setContent(html_3e167c292ba4329a0a93b66d3313a763);
|
|
|
|
|
|
|
|
marker_ab04075ff6981792661a28ea849ca055.bindPopup(popup_8e3875507dd17e4c07791d8ffb6af1f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab04075ff6981792661a28ea849ca055.setIcon(icon_c07fcea85d6e32681b97c3f634b0f734);
|
|
|
|
|
|
var marker_96ada0dafaeba6fd761eecb5c038916b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_19aa2b22d37501acf6f0ba07211ca558 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38f1fd03cab56392dc7d8e4d9c230275 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb2639abdce231e4b466276932c82a71 = $(`<div id="html_fb2639abdce231e4b466276932c82a71" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_38f1fd03cab56392dc7d8e4d9c230275.setContent(html_fb2639abdce231e4b466276932c82a71);
|
|
|
|
|
|
|
|
marker_96ada0dafaeba6fd761eecb5c038916b.bindPopup(popup_38f1fd03cab56392dc7d8e4d9c230275)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96ada0dafaeba6fd761eecb5c038916b.setIcon(icon_19aa2b22d37501acf6f0ba07211ca558);
|
|
|
|
|
|
var marker_d6c97e12e7c2537d754e5eb112b047fd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_b93656ea0ff23361b5fbef81b73539f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4a81119f8f59ea9f0d91d8be10baa3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c0a932106ec3b31683c702a84f0f983 = $(`<div id="html_7c0a932106ec3b31683c702a84f0f983" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_d4a81119f8f59ea9f0d91d8be10baa3b.setContent(html_7c0a932106ec3b31683c702a84f0f983);
|
|
|
|
|
|
|
|
marker_d6c97e12e7c2537d754e5eb112b047fd.bindPopup(popup_d4a81119f8f59ea9f0d91d8be10baa3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6c97e12e7c2537d754e5eb112b047fd.setIcon(icon_b93656ea0ff23361b5fbef81b73539f1);
|
|
|
|
|
|
var marker_862d12f06c9924457b5aec14e2a36c9e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_7b59abf60743f7af7d88b1a179938a1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78553af4361e48c1e1703cf7b7b92195 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_502df2a28f1d11a9684aa8b02bc9cb55 = $(`<div id="html_502df2a28f1d11a9684aa8b02bc9cb55" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_78553af4361e48c1e1703cf7b7b92195.setContent(html_502df2a28f1d11a9684aa8b02bc9cb55);
|
|
|
|
|
|
|
|
marker_862d12f06c9924457b5aec14e2a36c9e.bindPopup(popup_78553af4361e48c1e1703cf7b7b92195)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_862d12f06c9924457b5aec14e2a36c9e.setIcon(icon_7b59abf60743f7af7d88b1a179938a1c);
|
|
|
|
|
|
var marker_a5e86c1f48c6ba0e09b1aa6ee269bdd6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_e9d280904ca839341a8eefaa28dbde00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4740c4f5dc2eba0930efc0a949f42bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b32e6cdef38908b45e367099f31e3e7 = $(`<div id="html_9b32e6cdef38908b45e367099f31e3e7" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_e4740c4f5dc2eba0930efc0a949f42bb.setContent(html_9b32e6cdef38908b45e367099f31e3e7);
|
|
|
|
|
|
|
|
marker_a5e86c1f48c6ba0e09b1aa6ee269bdd6.bindPopup(popup_e4740c4f5dc2eba0930efc0a949f42bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5e86c1f48c6ba0e09b1aa6ee269bdd6.setIcon(icon_e9d280904ca839341a8eefaa28dbde00);
|
|
|
|
|
|
var marker_f8805a1a496b6bed8fe8e8bf66f8774e = L.marker(
|
|
[38.958, -77.3592],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_e4b34bfb63f5535bf8225b4d80635c42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a9309dba79f135a93304cf7598689d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d99e4a2456294f643eef78861a3f1aa = $(`<div id="html_2d99e4a2456294f643eef78861a3f1aa" style="width: 100.0%; height: 100.0%;">nostr.ac</div>`)[0];
|
|
popup_9a9309dba79f135a93304cf7598689d3.setContent(html_2d99e4a2456294f643eef78861a3f1aa);
|
|
|
|
|
|
|
|
marker_f8805a1a496b6bed8fe8e8bf66f8774e.bindPopup(popup_9a9309dba79f135a93304cf7598689d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8805a1a496b6bed8fe8e8bf66f8774e.setIcon(icon_e4b34bfb63f5535bf8225b4d80635c42);
|
|
|
|
|
|
var marker_3b6feeb3ee8cce561c76bd33d9edaf67 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_df32e08d76ffca340b3f03f8c23305e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_638d5c45cab38223048771a9e3ca88ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da781b4ddcd737e1d9450013eb2b146f = $(`<div id="html_da781b4ddcd737e1d9450013eb2b146f" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_638d5c45cab38223048771a9e3ca88ac.setContent(html_da781b4ddcd737e1d9450013eb2b146f);
|
|
|
|
|
|
|
|
marker_3b6feeb3ee8cce561c76bd33d9edaf67.bindPopup(popup_638d5c45cab38223048771a9e3ca88ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b6feeb3ee8cce561c76bd33d9edaf67.setIcon(icon_df32e08d76ffca340b3f03f8c23305e8);
|
|
|
|
|
|
var marker_517e9e74ca64a37aad298f3164ab4d78 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_a9ef4b96cb7552007b9af10218afb5be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e0f27e340883c323277e3bf33d075de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbdb64760b0128cff61ee8756f52305c = $(`<div id="html_dbdb64760b0128cff61ee8756f52305c" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_1e0f27e340883c323277e3bf33d075de.setContent(html_dbdb64760b0128cff61ee8756f52305c);
|
|
|
|
|
|
|
|
marker_517e9e74ca64a37aad298f3164ab4d78.bindPopup(popup_1e0f27e340883c323277e3bf33d075de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_517e9e74ca64a37aad298f3164ab4d78.setIcon(icon_a9ef4b96cb7552007b9af10218afb5be);
|
|
|
|
|
|
var marker_828ad4f4ec6b4036738884b3a9fb4054 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_c1aa9e65b182a4228c1d6c4dffea5fb7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9eb917abff1e76e1bc6c50ad5af9ce43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf377330823dac856abd138587ed46c5 = $(`<div id="html_cf377330823dac856abd138587ed46c5" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_9eb917abff1e76e1bc6c50ad5af9ce43.setContent(html_cf377330823dac856abd138587ed46c5);
|
|
|
|
|
|
|
|
marker_828ad4f4ec6b4036738884b3a9fb4054.bindPopup(popup_9eb917abff1e76e1bc6c50ad5af9ce43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_828ad4f4ec6b4036738884b3a9fb4054.setIcon(icon_c1aa9e65b182a4228c1d6c4dffea5fb7);
|
|
|
|
|
|
var marker_d2560db72c679c5112c9a1aaae770324 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_c1dc61822e2a136e09236875bfb29c07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2f870ef80a8c5abd66d17bd2b709e8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b33da058c7c171b4b885f0e4ccf28756 = $(`<div id="html_b33da058c7c171b4b885f0e4ccf28756" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_d2f870ef80a8c5abd66d17bd2b709e8e.setContent(html_b33da058c7c171b4b885f0e4ccf28756);
|
|
|
|
|
|
|
|
marker_d2560db72c679c5112c9a1aaae770324.bindPopup(popup_d2f870ef80a8c5abd66d17bd2b709e8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2560db72c679c5112c9a1aaae770324.setIcon(icon_c1dc61822e2a136e09236875bfb29c07);
|
|
|
|
|
|
var marker_0182fdf1678fb0bfc8a25d91e6e5604b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_98275db65b44aff7682b589835c76da9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5da70ebaf78bff07f97adf854a61eca8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_945a2a1db943ff320bb952c0f913af74 = $(`<div id="html_945a2a1db943ff320bb952c0f913af74" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_5da70ebaf78bff07f97adf854a61eca8.setContent(html_945a2a1db943ff320bb952c0f913af74);
|
|
|
|
|
|
|
|
marker_0182fdf1678fb0bfc8a25d91e6e5604b.bindPopup(popup_5da70ebaf78bff07f97adf854a61eca8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0182fdf1678fb0bfc8a25d91e6e5604b.setIcon(icon_98275db65b44aff7682b589835c76da9);
|
|
|
|
|
|
var marker_d0f86d5ed61e0a4595be8a8ef3840237 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_42cb1d8f28077d4f794d2f4830ca4c58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9ef9d5514fc726b3d3d62dfda92be0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc88951bb636e5b7d08f6e5ed8ad9879 = $(`<div id="html_fc88951bb636e5b7d08f6e5ed8ad9879" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_e9ef9d5514fc726b3d3d62dfda92be0f.setContent(html_fc88951bb636e5b7d08f6e5ed8ad9879);
|
|
|
|
|
|
|
|
marker_d0f86d5ed61e0a4595be8a8ef3840237.bindPopup(popup_e9ef9d5514fc726b3d3d62dfda92be0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0f86d5ed61e0a4595be8a8ef3840237.setIcon(icon_42cb1d8f28077d4f794d2f4830ca4c58);
|
|
|
|
|
|
var marker_4d55c35766bfb4a89d166582d2e25736 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_5905288789ac900eed1131f88832a6c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f49484ccb353c1f92e9446791fc2c060 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a458a89ce572b47ae810ecc81199bac = $(`<div id="html_6a458a89ce572b47ae810ecc81199bac" style="width: 100.0%; height: 100.0%;">schnorr.me:443</div>`)[0];
|
|
popup_f49484ccb353c1f92e9446791fc2c060.setContent(html_6a458a89ce572b47ae810ecc81199bac);
|
|
|
|
|
|
|
|
marker_4d55c35766bfb4a89d166582d2e25736.bindPopup(popup_f49484ccb353c1f92e9446791fc2c060)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d55c35766bfb4a89d166582d2e25736.setIcon(icon_5905288789ac900eed1131f88832a6c2);
|
|
|
|
|
|
var marker_846ef289db62afd9163f2d287d19569f = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_e4b21c86070e090420846b6a813bab32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb7de152e8990ddad24e3297f0bd5464 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_971e6d7e604a385c3aa47fa86952ff88 = $(`<div id="html_971e6d7e604a385c3aa47fa86952ff88" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_eb7de152e8990ddad24e3297f0bd5464.setContent(html_971e6d7e604a385c3aa47fa86952ff88);
|
|
|
|
|
|
|
|
marker_846ef289db62afd9163f2d287d19569f.bindPopup(popup_eb7de152e8990ddad24e3297f0bd5464)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_846ef289db62afd9163f2d287d19569f.setIcon(icon_e4b21c86070e090420846b6a813bab32);
|
|
|
|
|
|
var marker_17e7d2d240911cd30da4b1c1146419a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_b70124ff821761799c2bb3afae034a0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f5983364cf4a813875c2a1c25b10730 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f548ad68005fa09a01521d7f8f11d6ad = $(`<div id="html_f548ad68005fa09a01521d7f8f11d6ad" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_0f5983364cf4a813875c2a1c25b10730.setContent(html_f548ad68005fa09a01521d7f8f11d6ad);
|
|
|
|
|
|
|
|
marker_17e7d2d240911cd30da4b1c1146419a3.bindPopup(popup_0f5983364cf4a813875c2a1c25b10730)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17e7d2d240911cd30da4b1c1146419a3.setIcon(icon_b70124ff821761799c2bb3afae034a0a);
|
|
|
|
|
|
var marker_714a7346775b255b5a04410956a8d27f = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_5ac82c7e77725f093159d6ebb8e31144 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa4dabe2fedfbab94424a200c2a3ab6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17fcb94d6c6c2be731982f23eba9ad26 = $(`<div id="html_17fcb94d6c6c2be731982f23eba9ad26" style="width: 100.0%; height: 100.0%;">relaisnostr.trivaco.fr</div>`)[0];
|
|
popup_fa4dabe2fedfbab94424a200c2a3ab6f.setContent(html_17fcb94d6c6c2be731982f23eba9ad26);
|
|
|
|
|
|
|
|
marker_714a7346775b255b5a04410956a8d27f.bindPopup(popup_fa4dabe2fedfbab94424a200c2a3ab6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_714a7346775b255b5a04410956a8d27f.setIcon(icon_5ac82c7e77725f093159d6ebb8e31144);
|
|
|
|
|
|
var marker_1eace100894b7c611e12532ef842969f = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_2c6a82161162511caceabe07dc219509 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d50a4f08c51b326eab7e9c847e6eff57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfb1b994c4bede81869ce5da1cac1bee = $(`<div id="html_dfb1b994c4bede81869ce5da1cac1bee" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_d50a4f08c51b326eab7e9c847e6eff57.setContent(html_dfb1b994c4bede81869ce5da1cac1bee);
|
|
|
|
|
|
|
|
marker_1eace100894b7c611e12532ef842969f.bindPopup(popup_d50a4f08c51b326eab7e9c847e6eff57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1eace100894b7c611e12532ef842969f.setIcon(icon_2c6a82161162511caceabe07dc219509);
|
|
|
|
|
|
var marker_a381a1cd8e391adcc5899743d0b5d4a6 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_b8df444a057542f1f2a853329ab95434 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba0c8e5f34e69a3c4257117c665f9846 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7073f0ca27ff6149febbd63f10d0bab = $(`<div id="html_e7073f0ca27ff6149febbd63f10d0bab" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_ba0c8e5f34e69a3c4257117c665f9846.setContent(html_e7073f0ca27ff6149febbd63f10d0bab);
|
|
|
|
|
|
|
|
marker_a381a1cd8e391adcc5899743d0b5d4a6.bindPopup(popup_ba0c8e5f34e69a3c4257117c665f9846)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a381a1cd8e391adcc5899743d0b5d4a6.setIcon(icon_b8df444a057542f1f2a853329ab95434);
|
|
|
|
|
|
var marker_f0f8d04985e8f481e1dc03b88b664619 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_07bc9994a4abc8f2d366c494f37c0eef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65bbd496fb6471c53454fd1af09c27c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_745cc9b10f662d4af8035be46d368134 = $(`<div id="html_745cc9b10f662d4af8035be46d368134" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_65bbd496fb6471c53454fd1af09c27c1.setContent(html_745cc9b10f662d4af8035be46d368134);
|
|
|
|
|
|
|
|
marker_f0f8d04985e8f481e1dc03b88b664619.bindPopup(popup_65bbd496fb6471c53454fd1af09c27c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0f8d04985e8f481e1dc03b88b664619.setIcon(icon_07bc9994a4abc8f2d366c494f37c0eef);
|
|
|
|
|
|
var marker_0815ab3691f37b1442dd7ef55dd704d2 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_7e0367e68bf9b21dc61fae6c5394ceff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74c24735163e5c849ec82887d9e56e94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f03c4881792545e185b1a156f4f2908a = $(`<div id="html_f03c4881792545e185b1a156f4f2908a" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_74c24735163e5c849ec82887d9e56e94.setContent(html_f03c4881792545e185b1a156f4f2908a);
|
|
|
|
|
|
|
|
marker_0815ab3691f37b1442dd7ef55dd704d2.bindPopup(popup_74c24735163e5c849ec82887d9e56e94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0815ab3691f37b1442dd7ef55dd704d2.setIcon(icon_7e0367e68bf9b21dc61fae6c5394ceff);
|
|
|
|
|
|
var marker_9b55aad4bc7f815eb08664e52b702434 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_507294b382555d17482fc9cddf54c22b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00cd15e4edf588ed222b2ce982f6159f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15a68ff5fead38e28b9e2e0b074f7d53 = $(`<div id="html_15a68ff5fead38e28b9e2e0b074f7d53" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_00cd15e4edf588ed222b2ce982f6159f.setContent(html_15a68ff5fead38e28b9e2e0b074f7d53);
|
|
|
|
|
|
|
|
marker_9b55aad4bc7f815eb08664e52b702434.bindPopup(popup_00cd15e4edf588ed222b2ce982f6159f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b55aad4bc7f815eb08664e52b702434.setIcon(icon_507294b382555d17482fc9cddf54c22b);
|
|
|
|
|
|
var marker_d6d5c2952c9fe1952275d40f555954de = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_38ec8fbaefd85bf74e8f64a2749222d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1274752ac9569cb1a2a289409df53eea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fc377e110d380d9d2d7a466f5c7067f = $(`<div id="html_3fc377e110d380d9d2d7a466f5c7067f" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_1274752ac9569cb1a2a289409df53eea.setContent(html_3fc377e110d380d9d2d7a466f5c7067f);
|
|
|
|
|
|
|
|
marker_d6d5c2952c9fe1952275d40f555954de.bindPopup(popup_1274752ac9569cb1a2a289409df53eea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6d5c2952c9fe1952275d40f555954de.setIcon(icon_38ec8fbaefd85bf74e8f64a2749222d3);
|
|
|
|
|
|
var marker_ddc873b2c74e49e716f8f44b22bc2e21 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_9ca05edb4e94a03de629a3c7367b0126 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83ece54490d80d5627e77c9986ca7e10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58d82c61e1ed6773bb31f715b5ad325b = $(`<div id="html_58d82c61e1ed6773bb31f715b5ad325b" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_83ece54490d80d5627e77c9986ca7e10.setContent(html_58d82c61e1ed6773bb31f715b5ad325b);
|
|
|
|
|
|
|
|
marker_ddc873b2c74e49e716f8f44b22bc2e21.bindPopup(popup_83ece54490d80d5627e77c9986ca7e10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddc873b2c74e49e716f8f44b22bc2e21.setIcon(icon_9ca05edb4e94a03de629a3c7367b0126);
|
|
|
|
|
|
var marker_04e856f51c7696c24745b52ec183f0f7 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_f56717a157f6197affd7e782f1835e8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4941e591fe92af25de5f4a10fcb7fe66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d88056a53449378beb784566291c398 = $(`<div id="html_3d88056a53449378beb784566291c398" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_4941e591fe92af25de5f4a10fcb7fe66.setContent(html_3d88056a53449378beb784566291c398);
|
|
|
|
|
|
|
|
marker_04e856f51c7696c24745b52ec183f0f7.bindPopup(popup_4941e591fe92af25de5f4a10fcb7fe66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04e856f51c7696c24745b52ec183f0f7.setIcon(icon_f56717a157f6197affd7e782f1835e8b);
|
|
|
|
|
|
var marker_0464a7949d13288e754bf52d28d95247 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_7e3d1382d365d14ba13b31d39740f7de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a3f4908c3b0b1720e8656029d2220a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ae38b679b26b02499fc6f69338d16f0 = $(`<div id="html_4ae38b679b26b02499fc6f69338d16f0" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net:443</div>`)[0];
|
|
popup_9a3f4908c3b0b1720e8656029d2220a3.setContent(html_4ae38b679b26b02499fc6f69338d16f0);
|
|
|
|
|
|
|
|
marker_0464a7949d13288e754bf52d28d95247.bindPopup(popup_9a3f4908c3b0b1720e8656029d2220a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0464a7949d13288e754bf52d28d95247.setIcon(icon_7e3d1382d365d14ba13b31d39740f7de);
|
|
|
|
|
|
var marker_f14cad9a10506b8a0b9d8e745df1ba62 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_b82d50624ddb077a85b0804c2bea5aff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_314a8673fa8139b15d234a085ad5d75e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4877aef104439a202463b8e65928a2da = $(`<div id="html_4877aef104439a202463b8e65928a2da" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_314a8673fa8139b15d234a085ad5d75e.setContent(html_4877aef104439a202463b8e65928a2da);
|
|
|
|
|
|
|
|
marker_f14cad9a10506b8a0b9d8e745df1ba62.bindPopup(popup_314a8673fa8139b15d234a085ad5d75e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f14cad9a10506b8a0b9d8e745df1ba62.setIcon(icon_b82d50624ddb077a85b0804c2bea5aff);
|
|
|
|
|
|
var marker_a4d1ace84437e776de40beef64ce064b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_a81e10fd6fb342aa860ba6b0f38d979a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcc5a5ae3ea9b5a52a9ff9232b6f1d44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b78a4605c2434e09db74737de113f923 = $(`<div id="html_b78a4605c2434e09db74737de113f923" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_fcc5a5ae3ea9b5a52a9ff9232b6f1d44.setContent(html_b78a4605c2434e09db74737de113f923);
|
|
|
|
|
|
|
|
marker_a4d1ace84437e776de40beef64ce064b.bindPopup(popup_fcc5a5ae3ea9b5a52a9ff9232b6f1d44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4d1ace84437e776de40beef64ce064b.setIcon(icon_a81e10fd6fb342aa860ba6b0f38d979a);
|
|
|
|
|
|
var marker_fb6a22dab41eea7ff1d63441353eb304 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_8c569f14c809094d19f923c52fa01e1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32fb6f1b2edfa963f147197e4e234831 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40b178b3d1a536d54ac52e3ecaaf49ea = $(`<div id="html_40b178b3d1a536d54ac52e3ecaaf49ea" style="width: 100.0%; height: 100.0%;">wot.rejecttheframe.xyz</div>`)[0];
|
|
popup_32fb6f1b2edfa963f147197e4e234831.setContent(html_40b178b3d1a536d54ac52e3ecaaf49ea);
|
|
|
|
|
|
|
|
marker_fb6a22dab41eea7ff1d63441353eb304.bindPopup(popup_32fb6f1b2edfa963f147197e4e234831)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb6a22dab41eea7ff1d63441353eb304.setIcon(icon_8c569f14c809094d19f923c52fa01e1b);
|
|
|
|
|
|
var marker_1b8bc2c260ab7f3cc240b3adc8771c2c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_a68502a212351dd5f93ca9ceee553a91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dbcd85287ecaa4be566c808e0f6a626 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb17f8b5d4ceb234e6b86c47021ddd56 = $(`<div id="html_eb17f8b5d4ceb234e6b86c47021ddd56" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_1dbcd85287ecaa4be566c808e0f6a626.setContent(html_eb17f8b5d4ceb234e6b86c47021ddd56);
|
|
|
|
|
|
|
|
marker_1b8bc2c260ab7f3cc240b3adc8771c2c.bindPopup(popup_1dbcd85287ecaa4be566c808e0f6a626)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b8bc2c260ab7f3cc240b3adc8771c2c.setIcon(icon_a68502a212351dd5f93ca9ceee553a91);
|
|
|
|
|
|
var marker_41c8a50f76bcc6df5f7d777b628a0ca5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_3bbc2c7869ab9f49db67213ff90f4846 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5756a77793795f8fecedde240335cfe3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b11d4818090a0e1054afa20e9754e42c = $(`<div id="html_b11d4818090a0e1054afa20e9754e42c" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_5756a77793795f8fecedde240335cfe3.setContent(html_b11d4818090a0e1054afa20e9754e42c);
|
|
|
|
|
|
|
|
marker_41c8a50f76bcc6df5f7d777b628a0ca5.bindPopup(popup_5756a77793795f8fecedde240335cfe3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41c8a50f76bcc6df5f7d777b628a0ca5.setIcon(icon_3bbc2c7869ab9f49db67213ff90f4846);
|
|
|
|
|
|
var marker_100acce8dcba698d61cb82bbf92c15d8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_c6459e4c529d4a0e6bc6b6e54854eb73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_945535db97f102d6fc5fe94d4f3aa03f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a8c00ca5f4f55a7499463e9fb741871 = $(`<div id="html_9a8c00ca5f4f55a7499463e9fb741871" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_945535db97f102d6fc5fe94d4f3aa03f.setContent(html_9a8c00ca5f4f55a7499463e9fb741871);
|
|
|
|
|
|
|
|
marker_100acce8dcba698d61cb82bbf92c15d8.bindPopup(popup_945535db97f102d6fc5fe94d4f3aa03f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_100acce8dcba698d61cb82bbf92c15d8.setIcon(icon_c6459e4c529d4a0e6bc6b6e54854eb73);
|
|
|
|
|
|
var marker_37b3e395bbf0b0602415c3c3de0106eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_dbbaee7f5c8b81ca3dbb50dd381fe747 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea37a7dd9ece1dcefdbed6eba0cb4895 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cda56b54ed04b7f6567e9018bcbdbb2 = $(`<div id="html_0cda56b54ed04b7f6567e9018bcbdbb2" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_ea37a7dd9ece1dcefdbed6eba0cb4895.setContent(html_0cda56b54ed04b7f6567e9018bcbdbb2);
|
|
|
|
|
|
|
|
marker_37b3e395bbf0b0602415c3c3de0106eb.bindPopup(popup_ea37a7dd9ece1dcefdbed6eba0cb4895)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37b3e395bbf0b0602415c3c3de0106eb.setIcon(icon_dbbaee7f5c8b81ca3dbb50dd381fe747);
|
|
|
|
|
|
var marker_ed552a96d77c9aa0fd247748f4c24971 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_44b6cf9c445b709daa4f7470e40288be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e70b4c13c3280983a327ecfa7255577 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_498ab32a4c30df522ea12c4d9d844f09 = $(`<div id="html_498ab32a4c30df522ea12c4d9d844f09" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_4e70b4c13c3280983a327ecfa7255577.setContent(html_498ab32a4c30df522ea12c4d9d844f09);
|
|
|
|
|
|
|
|
marker_ed552a96d77c9aa0fd247748f4c24971.bindPopup(popup_4e70b4c13c3280983a327ecfa7255577)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed552a96d77c9aa0fd247748f4c24971.setIcon(icon_44b6cf9c445b709daa4f7470e40288be);
|
|
|
|
|
|
var marker_9f7f1f26f9f3206f21ec613141869979 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_24f636b75151421b3b593c87e3bba7be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_338d0c9fdc5d228b96ec5624760a587c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f083225982f71ae96665688489e046a = $(`<div id="html_9f083225982f71ae96665688489e046a" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_338d0c9fdc5d228b96ec5624760a587c.setContent(html_9f083225982f71ae96665688489e046a);
|
|
|
|
|
|
|
|
marker_9f7f1f26f9f3206f21ec613141869979.bindPopup(popup_338d0c9fdc5d228b96ec5624760a587c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f7f1f26f9f3206f21ec613141869979.setIcon(icon_24f636b75151421b3b593c87e3bba7be);
|
|
|
|
|
|
var marker_5bf182f1ba604d78055a8966c86d6281 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_7923d6f7380a7bea3f31f6494ccb26a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca4e2b53ede83a6062b63c3375a50e2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6ef3c269c9f9aec8d71a1ab51a3971d = $(`<div id="html_a6ef3c269c9f9aec8d71a1ab51a3971d" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_ca4e2b53ede83a6062b63c3375a50e2b.setContent(html_a6ef3c269c9f9aec8d71a1ab51a3971d);
|
|
|
|
|
|
|
|
marker_5bf182f1ba604d78055a8966c86d6281.bindPopup(popup_ca4e2b53ede83a6062b63c3375a50e2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bf182f1ba604d78055a8966c86d6281.setIcon(icon_7923d6f7380a7bea3f31f6494ccb26a5);
|
|
|
|
|
|
var marker_15d5eb84785117f027f54ee878cf5eb2 = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_329d7d144d66228f93ef821ea020b1e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cca752a426b337567787f51750dacab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff7b4237ed6a6126a97bf1d82fb5475b = $(`<div id="html_ff7b4237ed6a6126a97bf1d82fb5475b" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_1cca752a426b337567787f51750dacab.setContent(html_ff7b4237ed6a6126a97bf1d82fb5475b);
|
|
|
|
|
|
|
|
marker_15d5eb84785117f027f54ee878cf5eb2.bindPopup(popup_1cca752a426b337567787f51750dacab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15d5eb84785117f027f54ee878cf5eb2.setIcon(icon_329d7d144d66228f93ef821ea020b1e9);
|
|
|
|
|
|
var marker_c69265b0d876a99de0544cc82a3a9509 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_8ffc2df101714edbdd9e38d3243b27bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_409d8879c424cec1a5c4c2515809461d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9446e7e5b03747088196946289b97785 = $(`<div id="html_9446e7e5b03747088196946289b97785" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_409d8879c424cec1a5c4c2515809461d.setContent(html_9446e7e5b03747088196946289b97785);
|
|
|
|
|
|
|
|
marker_c69265b0d876a99de0544cc82a3a9509.bindPopup(popup_409d8879c424cec1a5c4c2515809461d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c69265b0d876a99de0544cc82a3a9509.setIcon(icon_8ffc2df101714edbdd9e38d3243b27bc);
|
|
|
|
|
|
var marker_650608a280acc8f419282f75cefae3a8 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_501c2ade078bf990317620f1e788198f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67e9df82070365b22b1ec124a6d053c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae9ef9c433b82a41449a247116d28770 = $(`<div id="html_ae9ef9c433b82a41449a247116d28770" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_67e9df82070365b22b1ec124a6d053c5.setContent(html_ae9ef9c433b82a41449a247116d28770);
|
|
|
|
|
|
|
|
marker_650608a280acc8f419282f75cefae3a8.bindPopup(popup_67e9df82070365b22b1ec124a6d053c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_650608a280acc8f419282f75cefae3a8.setIcon(icon_501c2ade078bf990317620f1e788198f);
|
|
|
|
|
|
var marker_4a15a1e32bbb4f12d563298060feed4e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_2595c5071773bba5df42ce5e3ae299f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff773b28aea406c05c779c3ac73809d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0363322a73cf5976077e4e4adb5c98f = $(`<div id="html_f0363322a73cf5976077e4e4adb5c98f" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_ff773b28aea406c05c779c3ac73809d3.setContent(html_f0363322a73cf5976077e4e4adb5c98f);
|
|
|
|
|
|
|
|
marker_4a15a1e32bbb4f12d563298060feed4e.bindPopup(popup_ff773b28aea406c05c779c3ac73809d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a15a1e32bbb4f12d563298060feed4e.setIcon(icon_2595c5071773bba5df42ce5e3ae299f1);
|
|
|
|
|
|
var marker_722c2c7b3283cf11ccf08d897b19d29a = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_59ab682575ad7beb997c57b91cec918e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed811a064885e567d3c83b1807794a70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a3bb4c27c23f7f8a82efa06d9a06910 = $(`<div id="html_5a3bb4c27c23f7f8a82efa06d9a06910" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_ed811a064885e567d3c83b1807794a70.setContent(html_5a3bb4c27c23f7f8a82efa06d9a06910);
|
|
|
|
|
|
|
|
marker_722c2c7b3283cf11ccf08d897b19d29a.bindPopup(popup_ed811a064885e567d3c83b1807794a70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_722c2c7b3283cf11ccf08d897b19d29a.setIcon(icon_59ab682575ad7beb997c57b91cec918e);
|
|
|
|
|
|
var marker_1beb066ff82e846b9f8b397ae4efa0b1 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_063b33b712ae4d78208f2fa67686ed40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_981ee3235a404178e211e114b2373f35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86134c60dd748304e125943ef88b224f = $(`<div id="html_86134c60dd748304e125943ef88b224f" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_981ee3235a404178e211e114b2373f35.setContent(html_86134c60dd748304e125943ef88b224f);
|
|
|
|
|
|
|
|
marker_1beb066ff82e846b9f8b397ae4efa0b1.bindPopup(popup_981ee3235a404178e211e114b2373f35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1beb066ff82e846b9f8b397ae4efa0b1.setIcon(icon_063b33b712ae4d78208f2fa67686ed40);
|
|
|
|
|
|
var marker_76784aa189856372e13a2189e4ac441c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_d1d29b724c00c794687d7395703f68b4);
|
|
|
|
|
|
var icon_63804209b3f479ab03c13a2de9b4408c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18586a3c24c33baf5dd14f7f0066d945 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53559fcc95b74405d2f804b7ce29e5b7 = $(`<div id="html_53559fcc95b74405d2f804b7ce29e5b7" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_18586a3c24c33baf5dd14f7f0066d945.setContent(html_53559fcc95b74405d2f804b7ce29e5b7);
|
|
|
|
|
|
|
|
marker_76784aa189856372e13a2189e4ac441c.bindPopup(popup_18586a3c24c33baf5dd14f7f0066d945)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76784aa189856372e13a2189e4ac441c.setIcon(icon_63804209b3f479ab03c13a2de9b4408c);
|
|
|
|
|
|
marker_cluster_d1d29b724c00c794687d7395703f68b4.addTo(map_18edb37557d8040d869c34ac4f6eb3ff);
|
|
|
|
</script>
|
|
</html> |