mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 10:45:19 +00:00
11779 lines
343 KiB
HTML
11779 lines
343 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_9dc919f2bc9d5e7fbcde6eff7d7a423c {
|
|
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_9dc919f2bc9d5e7fbcde6eff7d7a423c" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_9dc919f2bc9d5e7fbcde6eff7d7a423c = L.map(
|
|
"map_9dc919f2bc9d5e7fbcde6eff7d7a423c",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_8a9a43db82cf20372ba618c28a47d956 = 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_8a9a43db82cf20372ba618c28a47d956.addTo(map_9dc919f2bc9d5e7fbcde6eff7d7a423c);
|
|
|
|
|
|
var marker_cluster_53ab712e5fe9d73a531bb908096bb80b = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_06ef3239396f176a8dd2067ecd24c1f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_1da30948c327a2a52e748cf152b73b97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6dde01f493d2bf5e3dafb426f5a984e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4276c6c4633a7e6eb64d9a41432de20e = $(`<div id="html_4276c6c4633a7e6eb64d9a41432de20e" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_a6dde01f493d2bf5e3dafb426f5a984e.setContent(html_4276c6c4633a7e6eb64d9a41432de20e);
|
|
|
|
|
|
|
|
marker_06ef3239396f176a8dd2067ecd24c1f2.bindPopup(popup_a6dde01f493d2bf5e3dafb426f5a984e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06ef3239396f176a8dd2067ecd24c1f2.setIcon(icon_1da30948c327a2a52e748cf152b73b97);
|
|
|
|
|
|
var marker_69ee9df0f9c37a263405252c8756a891 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e418a89f494a53f4e571371b3fd12b7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f750f65b6457a45dc93b42761654d208 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_601a7d3802ec7cb06ca23e8d8c43936b = $(`<div id="html_601a7d3802ec7cb06ca23e8d8c43936b" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_f750f65b6457a45dc93b42761654d208.setContent(html_601a7d3802ec7cb06ca23e8d8c43936b);
|
|
|
|
|
|
|
|
marker_69ee9df0f9c37a263405252c8756a891.bindPopup(popup_f750f65b6457a45dc93b42761654d208)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69ee9df0f9c37a263405252c8756a891.setIcon(icon_e418a89f494a53f4e571371b3fd12b7f);
|
|
|
|
|
|
var marker_56e98ca01c86823f48b865b609d97a95 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_312752c16649834a8166ad6d6f19644e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ae562cbd3a6a158d4d8f878356cc931 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2305cd28921ef4726c8b3c500e1d3d6 = $(`<div id="html_f2305cd28921ef4726c8b3c500e1d3d6" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_2ae562cbd3a6a158d4d8f878356cc931.setContent(html_f2305cd28921ef4726c8b3c500e1d3d6);
|
|
|
|
|
|
|
|
marker_56e98ca01c86823f48b865b609d97a95.bindPopup(popup_2ae562cbd3a6a158d4d8f878356cc931)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56e98ca01c86823f48b865b609d97a95.setIcon(icon_312752c16649834a8166ad6d6f19644e);
|
|
|
|
|
|
var marker_df1c1e78b27da02a98472ee2b4114bc1 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_f42c925978aafb70656de9b7ebd49df6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef35f1ae75eed1b07ac6b9952006e6f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7cb5029a840bc84a6513b1f7451894b = $(`<div id="html_a7cb5029a840bc84a6513b1f7451894b" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_ef35f1ae75eed1b07ac6b9952006e6f4.setContent(html_a7cb5029a840bc84a6513b1f7451894b);
|
|
|
|
|
|
|
|
marker_df1c1e78b27da02a98472ee2b4114bc1.bindPopup(popup_ef35f1ae75eed1b07ac6b9952006e6f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df1c1e78b27da02a98472ee2b4114bc1.setIcon(icon_f42c925978aafb70656de9b7ebd49df6);
|
|
|
|
|
|
var marker_fefcbbe5ed527b5767d6586e9c3e3d17 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_44dfe387225fd4d2a9aa060fd7a83fba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e357e074fcbcb6409754e37d8a91664 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcfc37d9002054c6901146dd490b4ee7 = $(`<div id="html_bcfc37d9002054c6901146dd490b4ee7" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_7e357e074fcbcb6409754e37d8a91664.setContent(html_bcfc37d9002054c6901146dd490b4ee7);
|
|
|
|
|
|
|
|
marker_fefcbbe5ed527b5767d6586e9c3e3d17.bindPopup(popup_7e357e074fcbcb6409754e37d8a91664)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fefcbbe5ed527b5767d6586e9c3e3d17.setIcon(icon_44dfe387225fd4d2a9aa060fd7a83fba);
|
|
|
|
|
|
var marker_d694d3b7c0327ed1572e735bfda30473 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_93758ca42dcb4019c8ca549301660d9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab42b00e29929e72a58e7c2f1c1fc7cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ae2f40a6404aa40f7b06c4d28023969 = $(`<div id="html_9ae2f40a6404aa40f7b06c4d28023969" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_ab42b00e29929e72a58e7c2f1c1fc7cb.setContent(html_9ae2f40a6404aa40f7b06c4d28023969);
|
|
|
|
|
|
|
|
marker_d694d3b7c0327ed1572e735bfda30473.bindPopup(popup_ab42b00e29929e72a58e7c2f1c1fc7cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d694d3b7c0327ed1572e735bfda30473.setIcon(icon_93758ca42dcb4019c8ca549301660d9d);
|
|
|
|
|
|
var marker_3c8036aede8a0ec1426f787c83c1e2e1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_c829c000bf015204ba431c174632d0f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_500578758149cbdcd9f9f5d84b4eb14f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00bdf3fb3542b2e0c8c563020fe03bc5 = $(`<div id="html_00bdf3fb3542b2e0c8c563020fe03bc5" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_500578758149cbdcd9f9f5d84b4eb14f.setContent(html_00bdf3fb3542b2e0c8c563020fe03bc5);
|
|
|
|
|
|
|
|
marker_3c8036aede8a0ec1426f787c83c1e2e1.bindPopup(popup_500578758149cbdcd9f9f5d84b4eb14f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c8036aede8a0ec1426f787c83c1e2e1.setIcon(icon_c829c000bf015204ba431c174632d0f9);
|
|
|
|
|
|
var marker_c97581df4aa9a36a2f7356524f1cddc1 = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_92d6b1231d19025b1796028ad86a1437 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e9a3d3c8058a8275ede5582ddd79185 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a479b5ce8b0cf891ce67125e2f029731 = $(`<div id="html_a479b5ce8b0cf891ce67125e2f029731" style="width: 100.0%; height: 100.0%;">nostr.aruku.kro.kr</div>`)[0];
|
|
popup_4e9a3d3c8058a8275ede5582ddd79185.setContent(html_a479b5ce8b0cf891ce67125e2f029731);
|
|
|
|
|
|
|
|
marker_c97581df4aa9a36a2f7356524f1cddc1.bindPopup(popup_4e9a3d3c8058a8275ede5582ddd79185)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c97581df4aa9a36a2f7356524f1cddc1.setIcon(icon_92d6b1231d19025b1796028ad86a1437);
|
|
|
|
|
|
var marker_43c256ea00f60ef94090b05880604137 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_822b7996566c294d06f9cfeaefe63a6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad121f48de9d2cfabca493af8940c0de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f64e27522b4e25fe3be36e16f03f196 = $(`<div id="html_5f64e27522b4e25fe3be36e16f03f196" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_ad121f48de9d2cfabca493af8940c0de.setContent(html_5f64e27522b4e25fe3be36e16f03f196);
|
|
|
|
|
|
|
|
marker_43c256ea00f60ef94090b05880604137.bindPopup(popup_ad121f48de9d2cfabca493af8940c0de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43c256ea00f60ef94090b05880604137.setIcon(icon_822b7996566c294d06f9cfeaefe63a6e);
|
|
|
|
|
|
var marker_27da6c0bc2c5089fac3a6eda5678cdf9 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_0d6d3221304e59913391cdde4250fbfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0a4a96517493fbd53dbc00a1844752f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d16097ff30a29eb8916ee9f99c55c61e = $(`<div id="html_d16097ff30a29eb8916ee9f99c55c61e" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_c0a4a96517493fbd53dbc00a1844752f.setContent(html_d16097ff30a29eb8916ee9f99c55c61e);
|
|
|
|
|
|
|
|
marker_27da6c0bc2c5089fac3a6eda5678cdf9.bindPopup(popup_c0a4a96517493fbd53dbc00a1844752f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27da6c0bc2c5089fac3a6eda5678cdf9.setIcon(icon_0d6d3221304e59913391cdde4250fbfd);
|
|
|
|
|
|
var marker_1d386fead8fb5328989ea0506e790895 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_45cdc11b4fd616693845e3a0c3d089cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab56a0ba55099dbcd62c988bc3cddf98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e2fc53797e2f41ebec241346bb9c197 = $(`<div id="html_6e2fc53797e2f41ebec241346bb9c197" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_ab56a0ba55099dbcd62c988bc3cddf98.setContent(html_6e2fc53797e2f41ebec241346bb9c197);
|
|
|
|
|
|
|
|
marker_1d386fead8fb5328989ea0506e790895.bindPopup(popup_ab56a0ba55099dbcd62c988bc3cddf98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d386fead8fb5328989ea0506e790895.setIcon(icon_45cdc11b4fd616693845e3a0c3d089cb);
|
|
|
|
|
|
var marker_9de7f8d89bfd87a92d3a268ede4878ca = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_d76e8816ef7b9501b12b6db214bb76a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f7cc631cb37338df647fd7edf0f7b20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e41bdd8c5b16556f2e3cdd9f92b99508 = $(`<div id="html_e41bdd8c5b16556f2e3cdd9f92b99508" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_2f7cc631cb37338df647fd7edf0f7b20.setContent(html_e41bdd8c5b16556f2e3cdd9f92b99508);
|
|
|
|
|
|
|
|
marker_9de7f8d89bfd87a92d3a268ede4878ca.bindPopup(popup_2f7cc631cb37338df647fd7edf0f7b20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9de7f8d89bfd87a92d3a268ede4878ca.setIcon(icon_d76e8816ef7b9501b12b6db214bb76a9);
|
|
|
|
|
|
var marker_cfe969f11af273a09eea9d7eb001f59a = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_8c3ff1cf68556104b77385165b483c2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e23e03ee582a9f0f97e0f122b1c4fa76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_babea14bbb6e9572a92d19d4a3d05548 = $(`<div id="html_babea14bbb6e9572a92d19d4a3d05548" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_e23e03ee582a9f0f97e0f122b1c4fa76.setContent(html_babea14bbb6e9572a92d19d4a3d05548);
|
|
|
|
|
|
|
|
marker_cfe969f11af273a09eea9d7eb001f59a.bindPopup(popup_e23e03ee582a9f0f97e0f122b1c4fa76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfe969f11af273a09eea9d7eb001f59a.setIcon(icon_8c3ff1cf68556104b77385165b483c2c);
|
|
|
|
|
|
var marker_7d03cbff00e8c47761d58a5c3c6ed49f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_532c295752995686d4b35dd7928eade6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ee2e762c1253ae966b7f73e22f3dc5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_890d871502be9278b3ed000fe1ca709a = $(`<div id="html_890d871502be9278b3ed000fe1ca709a" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_0ee2e762c1253ae966b7f73e22f3dc5a.setContent(html_890d871502be9278b3ed000fe1ca709a);
|
|
|
|
|
|
|
|
marker_7d03cbff00e8c47761d58a5c3c6ed49f.bindPopup(popup_0ee2e762c1253ae966b7f73e22f3dc5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d03cbff00e8c47761d58a5c3c6ed49f.setIcon(icon_532c295752995686d4b35dd7928eade6);
|
|
|
|
|
|
var marker_6713e01c5927e6bc4913af2e6b9d851d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_4a2b9c13272e807b917513f5fa082d25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e22b40b71d3badabedea46b4036641a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2779646ba374d2c1307730398b0fda15 = $(`<div id="html_2779646ba374d2c1307730398b0fda15" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_e22b40b71d3badabedea46b4036641a0.setContent(html_2779646ba374d2c1307730398b0fda15);
|
|
|
|
|
|
|
|
marker_6713e01c5927e6bc4913af2e6b9d851d.bindPopup(popup_e22b40b71d3badabedea46b4036641a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6713e01c5927e6bc4913af2e6b9d851d.setIcon(icon_4a2b9c13272e807b917513f5fa082d25);
|
|
|
|
|
|
var marker_6cf1a766f3cad604aa36f752a3695474 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_567a3ba30aef9bbc1e37fd0cf755befd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12a1923977dd7499b1f8f25ddcf094eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d761d32d47ef9becc59ceee20d4d33c = $(`<div id="html_1d761d32d47ef9becc59ceee20d4d33c" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_12a1923977dd7499b1f8f25ddcf094eb.setContent(html_1d761d32d47ef9becc59ceee20d4d33c);
|
|
|
|
|
|
|
|
marker_6cf1a766f3cad604aa36f752a3695474.bindPopup(popup_12a1923977dd7499b1f8f25ddcf094eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cf1a766f3cad604aa36f752a3695474.setIcon(icon_567a3ba30aef9bbc1e37fd0cf755befd);
|
|
|
|
|
|
var marker_bdd5f2afc346b09e38ce613bd2e330d3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_377100fbae24ebcb6fecf8da2344e85d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80f26d4311ee7ce3bc790a873f5e134f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46dad5844275ecfe9906686786cc830d = $(`<div id="html_46dad5844275ecfe9906686786cc830d" style="width: 100.0%; height: 100.0%;">tenex.chat</div>`)[0];
|
|
popup_80f26d4311ee7ce3bc790a873f5e134f.setContent(html_46dad5844275ecfe9906686786cc830d);
|
|
|
|
|
|
|
|
marker_bdd5f2afc346b09e38ce613bd2e330d3.bindPopup(popup_80f26d4311ee7ce3bc790a873f5e134f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdd5f2afc346b09e38ce613bd2e330d3.setIcon(icon_377100fbae24ebcb6fecf8da2344e85d);
|
|
|
|
|
|
var marker_771762b870442e504d98236b0334f2da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_14f6ce392882882baceba757ac493649 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1bdcd857bace5e5cb5cf2afe30ebd60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ef5cf30f074cf4ef79bb00785943b9a = $(`<div id="html_9ef5cf30f074cf4ef79bb00785943b9a" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_e1bdcd857bace5e5cb5cf2afe30ebd60.setContent(html_9ef5cf30f074cf4ef79bb00785943b9a);
|
|
|
|
|
|
|
|
marker_771762b870442e504d98236b0334f2da.bindPopup(popup_e1bdcd857bace5e5cb5cf2afe30ebd60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_771762b870442e504d98236b0334f2da.setIcon(icon_14f6ce392882882baceba757ac493649);
|
|
|
|
|
|
var marker_c57c41d1f1939418c5399dfcdc4a8006 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_3611d1c4a31634625d1c786fc0fab92b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18a1ec276355f92a5752bf93b3dba753 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5caabd844b1bdc644c3ea2af74140122 = $(`<div id="html_5caabd844b1bdc644c3ea2af74140122" style="width: 100.0%; height: 100.0%;">relay.solife.me</div>`)[0];
|
|
popup_18a1ec276355f92a5752bf93b3dba753.setContent(html_5caabd844b1bdc644c3ea2af74140122);
|
|
|
|
|
|
|
|
marker_c57c41d1f1939418c5399dfcdc4a8006.bindPopup(popup_18a1ec276355f92a5752bf93b3dba753)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c57c41d1f1939418c5399dfcdc4a8006.setIcon(icon_3611d1c4a31634625d1c786fc0fab92b);
|
|
|
|
|
|
var marker_8eb59a42b40dc7cb363e99a9c1641a6c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_aec3aa6b7f0ea76704e0a20f518e13f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88b45e5bea03f1e9e12a0894762e021b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f9db9a15ab6625d7595049f0352bf4a = $(`<div id="html_5f9db9a15ab6625d7595049f0352bf4a" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_88b45e5bea03f1e9e12a0894762e021b.setContent(html_5f9db9a15ab6625d7595049f0352bf4a);
|
|
|
|
|
|
|
|
marker_8eb59a42b40dc7cb363e99a9c1641a6c.bindPopup(popup_88b45e5bea03f1e9e12a0894762e021b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8eb59a42b40dc7cb363e99a9c1641a6c.setIcon(icon_aec3aa6b7f0ea76704e0a20f518e13f3);
|
|
|
|
|
|
var marker_c067548706e2a829e80d1690069d160b = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_c229163f3e5dcc73048519cc124f6e21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e99ed2c56af8d0702bffe9762913a30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1bb62575df433ae5d004f9e76c02228 = $(`<div id="html_b1bb62575df433ae5d004f9e76c02228" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_4e99ed2c56af8d0702bffe9762913a30.setContent(html_b1bb62575df433ae5d004f9e76c02228);
|
|
|
|
|
|
|
|
marker_c067548706e2a829e80d1690069d160b.bindPopup(popup_4e99ed2c56af8d0702bffe9762913a30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c067548706e2a829e80d1690069d160b.setIcon(icon_c229163f3e5dcc73048519cc124f6e21);
|
|
|
|
|
|
var marker_7a96a61207f3cbdfe11d0dbcf0c5282a = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_3fb44683cd86c56c384193de9faa6139 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_244dc248574e2690772c5f73b2703aab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_534c05859bfe44365dcc88a63fa66c0d = $(`<div id="html_534c05859bfe44365dcc88a63fa66c0d" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_244dc248574e2690772c5f73b2703aab.setContent(html_534c05859bfe44365dcc88a63fa66c0d);
|
|
|
|
|
|
|
|
marker_7a96a61207f3cbdfe11d0dbcf0c5282a.bindPopup(popup_244dc248574e2690772c5f73b2703aab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a96a61207f3cbdfe11d0dbcf0c5282a.setIcon(icon_3fb44683cd86c56c384193de9faa6139);
|
|
|
|
|
|
var marker_570c5c75bde72f868b61fe205e0f87e9 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e6e68304ab5ac038d3cdc4d561385953 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90a4d9ffc9cbd366ccac8155ba785ab2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df8335e5e86286a71cdf35a84b6d8291 = $(`<div id="html_df8335e5e86286a71cdf35a84b6d8291" style="width: 100.0%; height: 100.0%;">relay.earthly.city</div>`)[0];
|
|
popup_90a4d9ffc9cbd366ccac8155ba785ab2.setContent(html_df8335e5e86286a71cdf35a84b6d8291);
|
|
|
|
|
|
|
|
marker_570c5c75bde72f868b61fe205e0f87e9.bindPopup(popup_90a4d9ffc9cbd366ccac8155ba785ab2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_570c5c75bde72f868b61fe205e0f87e9.setIcon(icon_e6e68304ab5ac038d3cdc4d561385953);
|
|
|
|
|
|
var marker_23802e5ebfa2171ae1762463442a0579 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_6b5d216495d53ba798cf33607f5c415f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf8c14a4870f147393656398cb13e2dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0faeff370c1f25826dda14c4d448ae86 = $(`<div id="html_0faeff370c1f25826dda14c4d448ae86" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_bf8c14a4870f147393656398cb13e2dd.setContent(html_0faeff370c1f25826dda14c4d448ae86);
|
|
|
|
|
|
|
|
marker_23802e5ebfa2171ae1762463442a0579.bindPopup(popup_bf8c14a4870f147393656398cb13e2dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23802e5ebfa2171ae1762463442a0579.setIcon(icon_6b5d216495d53ba798cf33607f5c415f);
|
|
|
|
|
|
var marker_7245f6a4697bc4b269bf7b972672c9e1 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_24a57d4f9ac8261f36a8f9f9e11482f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1939418af6f7d16074faf67773be7487 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46f3158a91cf02fbac8212e956b9184c = $(`<div id="html_46f3158a91cf02fbac8212e956b9184c" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_1939418af6f7d16074faf67773be7487.setContent(html_46f3158a91cf02fbac8212e956b9184c);
|
|
|
|
|
|
|
|
marker_7245f6a4697bc4b269bf7b972672c9e1.bindPopup(popup_1939418af6f7d16074faf67773be7487)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7245f6a4697bc4b269bf7b972672c9e1.setIcon(icon_24a57d4f9ac8261f36a8f9f9e11482f5);
|
|
|
|
|
|
var marker_56c1296ca37cd482102c4be9a16790c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_8bed2af32d108a528af5df7bea7529c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a32621a1546b2ee6050337bb1f2a3158 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5566d10cf74fd3822c5e28302f7b033 = $(`<div id="html_b5566d10cf74fd3822c5e28302f7b033" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_a32621a1546b2ee6050337bb1f2a3158.setContent(html_b5566d10cf74fd3822c5e28302f7b033);
|
|
|
|
|
|
|
|
marker_56c1296ca37cd482102c4be9a16790c1.bindPopup(popup_a32621a1546b2ee6050337bb1f2a3158)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56c1296ca37cd482102c4be9a16790c1.setIcon(icon_8bed2af32d108a528af5df7bea7529c6);
|
|
|
|
|
|
var marker_d4900e65f749b46937cf8ab519bf5293 = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_0bfee85b6e0cdf0db4c19ccfdec0a74e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84308e483921913debadf02ad0d769cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b3ce9f20c30c2449f04fc8d9d2c1408 = $(`<div id="html_7b3ce9f20c30c2449f04fc8d9d2c1408" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_84308e483921913debadf02ad0d769cc.setContent(html_7b3ce9f20c30c2449f04fc8d9d2c1408);
|
|
|
|
|
|
|
|
marker_d4900e65f749b46937cf8ab519bf5293.bindPopup(popup_84308e483921913debadf02ad0d769cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4900e65f749b46937cf8ab519bf5293.setIcon(icon_0bfee85b6e0cdf0db4c19ccfdec0a74e);
|
|
|
|
|
|
var marker_6250cf99b42c83d6cb286e8e4538ae72 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_948e1226f792089706ddbedbe1a69cde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd9ca4c85f6822413b250fdf85d44823 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_354c242c884cc9a4eec158b4ddc0ce88 = $(`<div id="html_354c242c884cc9a4eec158b4ddc0ce88" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_fd9ca4c85f6822413b250fdf85d44823.setContent(html_354c242c884cc9a4eec158b4ddc0ce88);
|
|
|
|
|
|
|
|
marker_6250cf99b42c83d6cb286e8e4538ae72.bindPopup(popup_fd9ca4c85f6822413b250fdf85d44823)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6250cf99b42c83d6cb286e8e4538ae72.setIcon(icon_948e1226f792089706ddbedbe1a69cde);
|
|
|
|
|
|
var marker_ca691a96390adec1ff9a913922883da2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_0516bdb13f4a7156e6a4bdb8d7cc8f9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e6114c770cfe7c223ffcf0eb747cf46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96d73f1738c34296f074a9bdf8732315 = $(`<div id="html_96d73f1738c34296f074a9bdf8732315" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_1e6114c770cfe7c223ffcf0eb747cf46.setContent(html_96d73f1738c34296f074a9bdf8732315);
|
|
|
|
|
|
|
|
marker_ca691a96390adec1ff9a913922883da2.bindPopup(popup_1e6114c770cfe7c223ffcf0eb747cf46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca691a96390adec1ff9a913922883da2.setIcon(icon_0516bdb13f4a7156e6a4bdb8d7cc8f9a);
|
|
|
|
|
|
var marker_75395394767cfaea4f9f9af7b2089877 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_87cb5ea63d2580f53014aa710cf997f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa07289774f4f54fe69c4256f52e696c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1edfb3d679f1fb481609c1c1b40ee945 = $(`<div id="html_1edfb3d679f1fb481609c1c1b40ee945" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_aa07289774f4f54fe69c4256f52e696c.setContent(html_1edfb3d679f1fb481609c1c1b40ee945);
|
|
|
|
|
|
|
|
marker_75395394767cfaea4f9f9af7b2089877.bindPopup(popup_aa07289774f4f54fe69c4256f52e696c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75395394767cfaea4f9f9af7b2089877.setIcon(icon_87cb5ea63d2580f53014aa710cf997f9);
|
|
|
|
|
|
var marker_ac81a36fafeba1a6a5099786e041a43b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_99364b4e19182aeed141d704333c06ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac1036efd9e94bd76abe7fdf330046f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdd4ebcf89ddc57857767a120cc485ec = $(`<div id="html_fdd4ebcf89ddc57857767a120cc485ec" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_ac1036efd9e94bd76abe7fdf330046f1.setContent(html_fdd4ebcf89ddc57857767a120cc485ec);
|
|
|
|
|
|
|
|
marker_ac81a36fafeba1a6a5099786e041a43b.bindPopup(popup_ac1036efd9e94bd76abe7fdf330046f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac81a36fafeba1a6a5099786e041a43b.setIcon(icon_99364b4e19182aeed141d704333c06ab);
|
|
|
|
|
|
var marker_5f96110847afe5f9e318bfb0a68746a4 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_860548c63df73a800546b0feee26543e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d040e79d91b17f4ba141359bfced2462 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81964a09d9ebff2b2f3578de1d1806b5 = $(`<div id="html_81964a09d9ebff2b2f3578de1d1806b5" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_d040e79d91b17f4ba141359bfced2462.setContent(html_81964a09d9ebff2b2f3578de1d1806b5);
|
|
|
|
|
|
|
|
marker_5f96110847afe5f9e318bfb0a68746a4.bindPopup(popup_d040e79d91b17f4ba141359bfced2462)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f96110847afe5f9e318bfb0a68746a4.setIcon(icon_860548c63df73a800546b0feee26543e);
|
|
|
|
|
|
var marker_b29bcad62aaa4b181053a21fbc745c21 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_472af28ff8bfdc3e2bf863e40ad6f22d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53d7d5e50041b1da57b391a5ff75096c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_910017b7e92a4e81d0ce8c4cbf65a2f3 = $(`<div id="html_910017b7e92a4e81d0ce8c4cbf65a2f3" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_53d7d5e50041b1da57b391a5ff75096c.setContent(html_910017b7e92a4e81d0ce8c4cbf65a2f3);
|
|
|
|
|
|
|
|
marker_b29bcad62aaa4b181053a21fbc745c21.bindPopup(popup_53d7d5e50041b1da57b391a5ff75096c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b29bcad62aaa4b181053a21fbc745c21.setIcon(icon_472af28ff8bfdc3e2bf863e40ad6f22d);
|
|
|
|
|
|
var marker_51b625f9133d6224d78ce1bbf1f69788 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b590aee89acff498d3e85134a8bceff6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1f74c50da34cccc948927038adf1d68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2c30c8af9ff58fc6f47a2f428c336db = $(`<div id="html_e2c30c8af9ff58fc6f47a2f428c336db" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_d1f74c50da34cccc948927038adf1d68.setContent(html_e2c30c8af9ff58fc6f47a2f428c336db);
|
|
|
|
|
|
|
|
marker_51b625f9133d6224d78ce1bbf1f69788.bindPopup(popup_d1f74c50da34cccc948927038adf1d68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51b625f9133d6224d78ce1bbf1f69788.setIcon(icon_b590aee89acff498d3e85134a8bceff6);
|
|
|
|
|
|
var marker_ec00ddbc476826bd26030ff6938a15dd = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_0ebca63bb6056f70302944b2971c89c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3cbe87ab3b8a45cdb17310a6c7b8d75e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b91fc149ceb0fec61a85028bc7814ec5 = $(`<div id="html_b91fc149ceb0fec61a85028bc7814ec5" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_3cbe87ab3b8a45cdb17310a6c7b8d75e.setContent(html_b91fc149ceb0fec61a85028bc7814ec5);
|
|
|
|
|
|
|
|
marker_ec00ddbc476826bd26030ff6938a15dd.bindPopup(popup_3cbe87ab3b8a45cdb17310a6c7b8d75e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec00ddbc476826bd26030ff6938a15dd.setIcon(icon_0ebca63bb6056f70302944b2971c89c5);
|
|
|
|
|
|
var marker_7d903347bde970131a88935eb664f3e3 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b7b67ffc1a1e20670d7ce09f7a211304 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b09de3935d1c327e777f38bd0523525 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f80a70ffbbbf850438cfc13f6597a0ed = $(`<div id="html_f80a70ffbbbf850438cfc13f6597a0ed" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_2b09de3935d1c327e777f38bd0523525.setContent(html_f80a70ffbbbf850438cfc13f6597a0ed);
|
|
|
|
|
|
|
|
marker_7d903347bde970131a88935eb664f3e3.bindPopup(popup_2b09de3935d1c327e777f38bd0523525)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d903347bde970131a88935eb664f3e3.setIcon(icon_b7b67ffc1a1e20670d7ce09f7a211304);
|
|
|
|
|
|
var marker_2dbaee77e3568497c092cfc9d7257314 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_ce2809b99cb73a03f2e241a2e93b909d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6316e592696077bb396629df1ae8a345 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85e209dc805bb00f8cb5127d57184071 = $(`<div id="html_85e209dc805bb00f8cb5127d57184071" style="width: 100.0%; height: 100.0%;">inner.sebastix.social</div>`)[0];
|
|
popup_6316e592696077bb396629df1ae8a345.setContent(html_85e209dc805bb00f8cb5127d57184071);
|
|
|
|
|
|
|
|
marker_2dbaee77e3568497c092cfc9d7257314.bindPopup(popup_6316e592696077bb396629df1ae8a345)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2dbaee77e3568497c092cfc9d7257314.setIcon(icon_ce2809b99cb73a03f2e241a2e93b909d);
|
|
|
|
|
|
var marker_9210653f26e78463549fd0b355bd8d4e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_5d14c28f3646fe0ff58b78c64c4b7341 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7e1403c78ebaf5b2e71bbbdd170c1f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fa9a8bc319aeb0deecf6ce7063c7a31 = $(`<div id="html_3fa9a8bc319aeb0deecf6ce7063c7a31" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_f7e1403c78ebaf5b2e71bbbdd170c1f7.setContent(html_3fa9a8bc319aeb0deecf6ce7063c7a31);
|
|
|
|
|
|
|
|
marker_9210653f26e78463549fd0b355bd8d4e.bindPopup(popup_f7e1403c78ebaf5b2e71bbbdd170c1f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9210653f26e78463549fd0b355bd8d4e.setIcon(icon_5d14c28f3646fe0ff58b78c64c4b7341);
|
|
|
|
|
|
var marker_de7e0459adb5ce50efb6c0df965c8569 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_78b55b1bc824f37b7307cad6778438ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94fffcef19919d91cab1d38eac4df026 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddd9b24af789b1315a4fdb4e4199b22f = $(`<div id="html_ddd9b24af789b1315a4fdb4e4199b22f" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_94fffcef19919d91cab1d38eac4df026.setContent(html_ddd9b24af789b1315a4fdb4e4199b22f);
|
|
|
|
|
|
|
|
marker_de7e0459adb5ce50efb6c0df965c8569.bindPopup(popup_94fffcef19919d91cab1d38eac4df026)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de7e0459adb5ce50efb6c0df965c8569.setIcon(icon_78b55b1bc824f37b7307cad6778438ec);
|
|
|
|
|
|
var marker_74b943edcdcd10d43ebad96208404110 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b21ec0792473a44f0d59fe7c2f7d58b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b7dcd94eb8c81ac0bac64488b0dce99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b5426645c5eb2c4fd3cdd5859ae437b = $(`<div id="html_9b5426645c5eb2c4fd3cdd5859ae437b" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_8b7dcd94eb8c81ac0bac64488b0dce99.setContent(html_9b5426645c5eb2c4fd3cdd5859ae437b);
|
|
|
|
|
|
|
|
marker_74b943edcdcd10d43ebad96208404110.bindPopup(popup_8b7dcd94eb8c81ac0bac64488b0dce99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74b943edcdcd10d43ebad96208404110.setIcon(icon_b21ec0792473a44f0d59fe7c2f7d58b3);
|
|
|
|
|
|
var marker_2b8bd4050a0bbc93bae37265f8ec29eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_fbeaad1d74dda6768e54f7bcb52f480f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9372b91af2a79f5cea69c6ad0887478c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_876231717689b391f57cb205805ec6c6 = $(`<div id="html_876231717689b391f57cb205805ec6c6" style="width: 100.0%; height: 100.0%;">strfry.atlantislabs.space</div>`)[0];
|
|
popup_9372b91af2a79f5cea69c6ad0887478c.setContent(html_876231717689b391f57cb205805ec6c6);
|
|
|
|
|
|
|
|
marker_2b8bd4050a0bbc93bae37265f8ec29eb.bindPopup(popup_9372b91af2a79f5cea69c6ad0887478c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b8bd4050a0bbc93bae37265f8ec29eb.setIcon(icon_fbeaad1d74dda6768e54f7bcb52f480f);
|
|
|
|
|
|
var marker_24ee58d514fa83a919dc31f35399ece5 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_06149278d753e0127701da660b1d5116 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b4b820b4170d43101be434a5ce63dd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fd2b48960acb436a22241da053b8d2b = $(`<div id="html_5fd2b48960acb436a22241da053b8d2b" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_4b4b820b4170d43101be434a5ce63dd2.setContent(html_5fd2b48960acb436a22241da053b8d2b);
|
|
|
|
|
|
|
|
marker_24ee58d514fa83a919dc31f35399ece5.bindPopup(popup_4b4b820b4170d43101be434a5ce63dd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24ee58d514fa83a919dc31f35399ece5.setIcon(icon_06149278d753e0127701da660b1d5116);
|
|
|
|
|
|
var marker_55ba08a522de582b2a2f543fcfbcbafa = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_dcd63ee324ab1cdeb29b99e7c0d196bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b960c30a31fd89cfcb2d609905f2e35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79eaf83fc55a6930ab53e142d8a4bbb1 = $(`<div id="html_79eaf83fc55a6930ab53e142d8a4bbb1" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_7b960c30a31fd89cfcb2d609905f2e35.setContent(html_79eaf83fc55a6930ab53e142d8a4bbb1);
|
|
|
|
|
|
|
|
marker_55ba08a522de582b2a2f543fcfbcbafa.bindPopup(popup_7b960c30a31fd89cfcb2d609905f2e35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55ba08a522de582b2a2f543fcfbcbafa.setIcon(icon_dcd63ee324ab1cdeb29b99e7c0d196bf);
|
|
|
|
|
|
var marker_6bc67797b4fd6976056e422a0dca1799 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_6b1d93e27b99c6ebfa178fb3470b8060 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb8a2a33d0fc99d4e65c5e8e836f6eb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5976c0dd41f94c91a197daf2b2f8116e = $(`<div id="html_5976c0dd41f94c91a197daf2b2f8116e" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_bb8a2a33d0fc99d4e65c5e8e836f6eb8.setContent(html_5976c0dd41f94c91a197daf2b2f8116e);
|
|
|
|
|
|
|
|
marker_6bc67797b4fd6976056e422a0dca1799.bindPopup(popup_bb8a2a33d0fc99d4e65c5e8e836f6eb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bc67797b4fd6976056e422a0dca1799.setIcon(icon_6b1d93e27b99c6ebfa178fb3470b8060);
|
|
|
|
|
|
var marker_a2ee2293dba5946ef68940049decbefe = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_a190ff74ba744f2ec1424f957874d3c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15d93e62d24f4da37d19daa3aff884e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a11d29b2ed120029fa0f7147f8c7b4f = $(`<div id="html_3a11d29b2ed120029fa0f7147f8c7b4f" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_15d93e62d24f4da37d19daa3aff884e7.setContent(html_3a11d29b2ed120029fa0f7147f8c7b4f);
|
|
|
|
|
|
|
|
marker_a2ee2293dba5946ef68940049decbefe.bindPopup(popup_15d93e62d24f4da37d19daa3aff884e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2ee2293dba5946ef68940049decbefe.setIcon(icon_a190ff74ba744f2ec1424f957874d3c0);
|
|
|
|
|
|
var marker_5d0aa83eb05ac6ae70c823ef666c6235 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_3e175a7809df39ade46197004dfa42d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf6c4eb15f25b3344ca8879f059271df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d893b3a1eb878d46aa5a3174341e0fa = $(`<div id="html_1d893b3a1eb878d46aa5a3174341e0fa" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_bf6c4eb15f25b3344ca8879f059271df.setContent(html_1d893b3a1eb878d46aa5a3174341e0fa);
|
|
|
|
|
|
|
|
marker_5d0aa83eb05ac6ae70c823ef666c6235.bindPopup(popup_bf6c4eb15f25b3344ca8879f059271df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d0aa83eb05ac6ae70c823ef666c6235.setIcon(icon_3e175a7809df39ade46197004dfa42d6);
|
|
|
|
|
|
var marker_a621350849d1c15456feec4abd61432f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e256991a149b3dd83fd9da0981d50873 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a14510e65a67242f379bbb05129feb53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5425e992a86644a0a65b8ce002da2fc = $(`<div id="html_a5425e992a86644a0a65b8ce002da2fc" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_a14510e65a67242f379bbb05129feb53.setContent(html_a5425e992a86644a0a65b8ce002da2fc);
|
|
|
|
|
|
|
|
marker_a621350849d1c15456feec4abd61432f.bindPopup(popup_a14510e65a67242f379bbb05129feb53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a621350849d1c15456feec4abd61432f.setIcon(icon_e256991a149b3dd83fd9da0981d50873);
|
|
|
|
|
|
var marker_aca4e57874c23e00d8062ee55e7d6f48 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_0ff5c95eef6157f889a611d6dda56380 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdffa18c9f973ea8ffd5cb0d3c653c97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4269793ac330f4e8eb05e2c41a996af = $(`<div id="html_b4269793ac330f4e8eb05e2c41a996af" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_bdffa18c9f973ea8ffd5cb0d3c653c97.setContent(html_b4269793ac330f4e8eb05e2c41a996af);
|
|
|
|
|
|
|
|
marker_aca4e57874c23e00d8062ee55e7d6f48.bindPopup(popup_bdffa18c9f973ea8ffd5cb0d3c653c97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aca4e57874c23e00d8062ee55e7d6f48.setIcon(icon_0ff5c95eef6157f889a611d6dda56380);
|
|
|
|
|
|
var marker_443b49694edf55b270bb2322c924bbfe = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_d04782e1f0f9e1628c5b9425a778828d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98c538b08ff1c7df41ca6b2fdae11cd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0970e599ab4a2c234dbf2a167826ba0c = $(`<div id="html_0970e599ab4a2c234dbf2a167826ba0c" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_98c538b08ff1c7df41ca6b2fdae11cd1.setContent(html_0970e599ab4a2c234dbf2a167826ba0c);
|
|
|
|
|
|
|
|
marker_443b49694edf55b270bb2322c924bbfe.bindPopup(popup_98c538b08ff1c7df41ca6b2fdae11cd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_443b49694edf55b270bb2322c924bbfe.setIcon(icon_d04782e1f0f9e1628c5b9425a778828d);
|
|
|
|
|
|
var marker_e93f335a4864770aa919dda250038c15 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b5dc3edf4d94b3c51b8d31fb794d5241 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe9558d2bd6527a5f783ee1c2028bea1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bd45ade85899d61a620a113c41570a7 = $(`<div id="html_8bd45ade85899d61a620a113c41570a7" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_fe9558d2bd6527a5f783ee1c2028bea1.setContent(html_8bd45ade85899d61a620a113c41570a7);
|
|
|
|
|
|
|
|
marker_e93f335a4864770aa919dda250038c15.bindPopup(popup_fe9558d2bd6527a5f783ee1c2028bea1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e93f335a4864770aa919dda250038c15.setIcon(icon_b5dc3edf4d94b3c51b8d31fb794d5241);
|
|
|
|
|
|
var marker_96b7f59b5af1f207398ca10df16e5a6a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_42e1391df6dae910d1accb3ed2e3f78f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88b44345fe7b32aafe014fc07e052aed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17a7071c6e939b53c8e5bb6b4c2ed53d = $(`<div id="html_17a7071c6e939b53c8e5bb6b4c2ed53d" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_88b44345fe7b32aafe014fc07e052aed.setContent(html_17a7071c6e939b53c8e5bb6b4c2ed53d);
|
|
|
|
|
|
|
|
marker_96b7f59b5af1f207398ca10df16e5a6a.bindPopup(popup_88b44345fe7b32aafe014fc07e052aed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96b7f59b5af1f207398ca10df16e5a6a.setIcon(icon_42e1391df6dae910d1accb3ed2e3f78f);
|
|
|
|
|
|
var marker_e0f102dbe59377fac67b2535e2d4ccb6 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_62e08162781723990498c0072ce94bca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_359813acc48bad67b54f03884b54333d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b6708c65f6d1e7cb82c0a9924525cc7 = $(`<div id="html_2b6708c65f6d1e7cb82c0a9924525cc7" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_359813acc48bad67b54f03884b54333d.setContent(html_2b6708c65f6d1e7cb82c0a9924525cc7);
|
|
|
|
|
|
|
|
marker_e0f102dbe59377fac67b2535e2d4ccb6.bindPopup(popup_359813acc48bad67b54f03884b54333d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0f102dbe59377fac67b2535e2d4ccb6.setIcon(icon_62e08162781723990498c0072ce94bca);
|
|
|
|
|
|
var marker_5ed73fd26564e1a62414f54ee382ebfb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_2458ccb030e24db3b0f095816a3e06c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_938d3e0263b34ad220ec86f2a76a09dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57ceccaefef01b5bfe573b58503c5a98 = $(`<div id="html_57ceccaefef01b5bfe573b58503c5a98" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_938d3e0263b34ad220ec86f2a76a09dd.setContent(html_57ceccaefef01b5bfe573b58503c5a98);
|
|
|
|
|
|
|
|
marker_5ed73fd26564e1a62414f54ee382ebfb.bindPopup(popup_938d3e0263b34ad220ec86f2a76a09dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ed73fd26564e1a62414f54ee382ebfb.setIcon(icon_2458ccb030e24db3b0f095816a3e06c0);
|
|
|
|
|
|
var marker_ec03412bb201de29ce2b1626dea4f914 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_7582ade90de0caa314c1da89b5f6a145 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64a9f8d2867c0ab1a629f97c9267efed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e86ccb90ab4dacbaa351565e59e789b = $(`<div id="html_5e86ccb90ab4dacbaa351565e59e789b" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_64a9f8d2867c0ab1a629f97c9267efed.setContent(html_5e86ccb90ab4dacbaa351565e59e789b);
|
|
|
|
|
|
|
|
marker_ec03412bb201de29ce2b1626dea4f914.bindPopup(popup_64a9f8d2867c0ab1a629f97c9267efed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec03412bb201de29ce2b1626dea4f914.setIcon(icon_7582ade90de0caa314c1da89b5f6a145);
|
|
|
|
|
|
var marker_e647ee98b908063ab6b21ee6a6f1a652 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_cc4e2b067a83fd28e932532e7adb93cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d1a37fdf190465b4a341b1ef03f9167 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abb8810176132ff480dcdd85d7c61a56 = $(`<div id="html_abb8810176132ff480dcdd85d7c61a56" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_8d1a37fdf190465b4a341b1ef03f9167.setContent(html_abb8810176132ff480dcdd85d7c61a56);
|
|
|
|
|
|
|
|
marker_e647ee98b908063ab6b21ee6a6f1a652.bindPopup(popup_8d1a37fdf190465b4a341b1ef03f9167)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e647ee98b908063ab6b21ee6a6f1a652.setIcon(icon_cc4e2b067a83fd28e932532e7adb93cb);
|
|
|
|
|
|
var marker_e8b8e407e03e48e54601e552c9f35708 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b50a0f078c56a9f3ec28429371a2868e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce89df64a5b4b613da46d5cfb13d49b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_600e89d99e5cc611cabd725809ef3b56 = $(`<div id="html_600e89d99e5cc611cabd725809ef3b56" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_ce89df64a5b4b613da46d5cfb13d49b5.setContent(html_600e89d99e5cc611cabd725809ef3b56);
|
|
|
|
|
|
|
|
marker_e8b8e407e03e48e54601e552c9f35708.bindPopup(popup_ce89df64a5b4b613da46d5cfb13d49b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8b8e407e03e48e54601e552c9f35708.setIcon(icon_b50a0f078c56a9f3ec28429371a2868e);
|
|
|
|
|
|
var marker_c1e6bd20ea0faf670afc5b6498ebc316 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_fbb52f4a98ca290c4ec128147835d06f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36efa5323bf68e6e9afe0432a64aa92e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1044b201bb4b2ba11d7a33224c728fac = $(`<div id="html_1044b201bb4b2ba11d7a33224c728fac" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_36efa5323bf68e6e9afe0432a64aa92e.setContent(html_1044b201bb4b2ba11d7a33224c728fac);
|
|
|
|
|
|
|
|
marker_c1e6bd20ea0faf670afc5b6498ebc316.bindPopup(popup_36efa5323bf68e6e9afe0432a64aa92e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1e6bd20ea0faf670afc5b6498ebc316.setIcon(icon_fbb52f4a98ca290c4ec128147835d06f);
|
|
|
|
|
|
var marker_48525af98fefa2e38357b400d503ad96 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_3789ff87be1fb128b5f4b3244b2134b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0445471a08ad487a3cc2c5eb3cbd4e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc4938cc72964b8378222f72a45edc81 = $(`<div id="html_cc4938cc72964b8378222f72a45edc81" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_f0445471a08ad487a3cc2c5eb3cbd4e6.setContent(html_cc4938cc72964b8378222f72a45edc81);
|
|
|
|
|
|
|
|
marker_48525af98fefa2e38357b400d503ad96.bindPopup(popup_f0445471a08ad487a3cc2c5eb3cbd4e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48525af98fefa2e38357b400d503ad96.setIcon(icon_3789ff87be1fb128b5f4b3244b2134b4);
|
|
|
|
|
|
var marker_506fc85b7eb4da89e996c360d7a84c02 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_85314e27404e6498ad45f7bc44133507 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b65f60d78fa782ee08a6066bb8ac7a13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e94627f06d8e2ce8b2ff95e9426bd7cc = $(`<div id="html_e94627f06d8e2ce8b2ff95e9426bd7cc" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_b65f60d78fa782ee08a6066bb8ac7a13.setContent(html_e94627f06d8e2ce8b2ff95e9426bd7cc);
|
|
|
|
|
|
|
|
marker_506fc85b7eb4da89e996c360d7a84c02.bindPopup(popup_b65f60d78fa782ee08a6066bb8ac7a13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_506fc85b7eb4da89e996c360d7a84c02.setIcon(icon_85314e27404e6498ad45f7bc44133507);
|
|
|
|
|
|
var marker_4f02df72f5c816285557ca5f53ea585a = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_f072a0c2bca9b1366648274009038d04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_733551cb3aeb7db89cac4a76f129341a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c66d0f6cf0e5865f2c308d1da7c226d = $(`<div id="html_9c66d0f6cf0e5865f2c308d1da7c226d" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_733551cb3aeb7db89cac4a76f129341a.setContent(html_9c66d0f6cf0e5865f2c308d1da7c226d);
|
|
|
|
|
|
|
|
marker_4f02df72f5c816285557ca5f53ea585a.bindPopup(popup_733551cb3aeb7db89cac4a76f129341a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f02df72f5c816285557ca5f53ea585a.setIcon(icon_f072a0c2bca9b1366648274009038d04);
|
|
|
|
|
|
var marker_be7230e266d5a7dbc7c1ba29734b589e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_99ac63ce2a3bdbb85c2a7c0810559110 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21c12379aa4a959440f41bbea2b1b1ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdb4da7a3bea996833b728e00ba1743c = $(`<div id="html_fdb4da7a3bea996833b728e00ba1743c" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_21c12379aa4a959440f41bbea2b1b1ca.setContent(html_fdb4da7a3bea996833b728e00ba1743c);
|
|
|
|
|
|
|
|
marker_be7230e266d5a7dbc7c1ba29734b589e.bindPopup(popup_21c12379aa4a959440f41bbea2b1b1ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be7230e266d5a7dbc7c1ba29734b589e.setIcon(icon_99ac63ce2a3bdbb85c2a7c0810559110);
|
|
|
|
|
|
var marker_6c627f7c1686414d7b34d93da9c9f2f7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_8e9f5573be74b452528fc9c450e7e3a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84b276a2676936f2fd7b912202b33bc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02d969533582074c3674410a27e3e97b = $(`<div id="html_02d969533582074c3674410a27e3e97b" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_84b276a2676936f2fd7b912202b33bc9.setContent(html_02d969533582074c3674410a27e3e97b);
|
|
|
|
|
|
|
|
marker_6c627f7c1686414d7b34d93da9c9f2f7.bindPopup(popup_84b276a2676936f2fd7b912202b33bc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c627f7c1686414d7b34d93da9c9f2f7.setIcon(icon_8e9f5573be74b452528fc9c450e7e3a8);
|
|
|
|
|
|
var marker_000702119671310308e4ff2161a610d3 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_afad16b6ba50bf6b46cba61574332cc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0641844df91331a250b44161b851015a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f65361ded066da9a053140d20095b0b2 = $(`<div id="html_f65361ded066da9a053140d20095b0b2" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_0641844df91331a250b44161b851015a.setContent(html_f65361ded066da9a053140d20095b0b2);
|
|
|
|
|
|
|
|
marker_000702119671310308e4ff2161a610d3.bindPopup(popup_0641844df91331a250b44161b851015a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_000702119671310308e4ff2161a610d3.setIcon(icon_afad16b6ba50bf6b46cba61574332cc9);
|
|
|
|
|
|
var marker_d5e86480f704edcc96bc573b2fc83955 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b9f8f9ed7e0fdb12f92782def00e6c50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91797f16e0ced34eee7d6ff6c74ba78b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_891454e0f2df5ba6b867a9d34f04fb2b = $(`<div id="html_891454e0f2df5ba6b867a9d34f04fb2b" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_91797f16e0ced34eee7d6ff6c74ba78b.setContent(html_891454e0f2df5ba6b867a9d34f04fb2b);
|
|
|
|
|
|
|
|
marker_d5e86480f704edcc96bc573b2fc83955.bindPopup(popup_91797f16e0ced34eee7d6ff6c74ba78b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5e86480f704edcc96bc573b2fc83955.setIcon(icon_b9f8f9ed7e0fdb12f92782def00e6c50);
|
|
|
|
|
|
var marker_847dba2bfd76041dd9b1d7d47096f7c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_56df6d067e26fc112bf3f122cd7c8071 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa9b9eeebd576442e861790c6eb90329 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7440e8a1db2212b01ac9e4954bb54d7a = $(`<div id="html_7440e8a1db2212b01ac9e4954bb54d7a" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_fa9b9eeebd576442e861790c6eb90329.setContent(html_7440e8a1db2212b01ac9e4954bb54d7a);
|
|
|
|
|
|
|
|
marker_847dba2bfd76041dd9b1d7d47096f7c6.bindPopup(popup_fa9b9eeebd576442e861790c6eb90329)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_847dba2bfd76041dd9b1d7d47096f7c6.setIcon(icon_56df6d067e26fc112bf3f122cd7c8071);
|
|
|
|
|
|
var marker_1b86fbf9b018905dbf2fc6784baf6c54 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_313de37eb76b3ec5595683a219e29bce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4df7c369c78a53b04d081c7e403012cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_287c63d24d0e9e887aef0bdcf17e791d = $(`<div id="html_287c63d24d0e9e887aef0bdcf17e791d" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_4df7c369c78a53b04d081c7e403012cd.setContent(html_287c63d24d0e9e887aef0bdcf17e791d);
|
|
|
|
|
|
|
|
marker_1b86fbf9b018905dbf2fc6784baf6c54.bindPopup(popup_4df7c369c78a53b04d081c7e403012cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b86fbf9b018905dbf2fc6784baf6c54.setIcon(icon_313de37eb76b3ec5595683a219e29bce);
|
|
|
|
|
|
var marker_cd0e967e3a85403623a4dfe35aa24d1b = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_1c883326b1fa27e137eb29db83fa63cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ee97c91a282cca069fdf8cd3995d444 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79a213d81cd6c2f9b49a8ad131dccff4 = $(`<div id="html_79a213d81cd6c2f9b49a8ad131dccff4" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_6ee97c91a282cca069fdf8cd3995d444.setContent(html_79a213d81cd6c2f9b49a8ad131dccff4);
|
|
|
|
|
|
|
|
marker_cd0e967e3a85403623a4dfe35aa24d1b.bindPopup(popup_6ee97c91a282cca069fdf8cd3995d444)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd0e967e3a85403623a4dfe35aa24d1b.setIcon(icon_1c883326b1fa27e137eb29db83fa63cb);
|
|
|
|
|
|
var marker_675a8fb692b05fa2145ee26b36d6e623 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_519c5286414eea87ae8f6405e28b2ea4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_742d90892e3d89bcce4f9db186af2707 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16b9f3fdd19104a458eacef0b4d33f5a = $(`<div id="html_16b9f3fdd19104a458eacef0b4d33f5a" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_742d90892e3d89bcce4f9db186af2707.setContent(html_16b9f3fdd19104a458eacef0b4d33f5a);
|
|
|
|
|
|
|
|
marker_675a8fb692b05fa2145ee26b36d6e623.bindPopup(popup_742d90892e3d89bcce4f9db186af2707)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_675a8fb692b05fa2145ee26b36d6e623.setIcon(icon_519c5286414eea87ae8f6405e28b2ea4);
|
|
|
|
|
|
var marker_177d8818e1423adfb7217a6698b1d694 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_5bcb7e31dfedd52ffd95dc5218a2a175 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b96cd0020d0d50fb23c22f82eda8f66e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_998d3c06d45987458bbb2c9d1abec1a0 = $(`<div id="html_998d3c06d45987458bbb2c9d1abec1a0" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_b96cd0020d0d50fb23c22f82eda8f66e.setContent(html_998d3c06d45987458bbb2c9d1abec1a0);
|
|
|
|
|
|
|
|
marker_177d8818e1423adfb7217a6698b1d694.bindPopup(popup_b96cd0020d0d50fb23c22f82eda8f66e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_177d8818e1423adfb7217a6698b1d694.setIcon(icon_5bcb7e31dfedd52ffd95dc5218a2a175);
|
|
|
|
|
|
var marker_9277651a82da30d8941bf24060471f41 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_799bbf0970691c19239c3d7225905a5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55f4b863befd61dd576823a48d3bfd92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a7209542639193f62531aeb6a32be04 = $(`<div id="html_0a7209542639193f62531aeb6a32be04" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_55f4b863befd61dd576823a48d3bfd92.setContent(html_0a7209542639193f62531aeb6a32be04);
|
|
|
|
|
|
|
|
marker_9277651a82da30d8941bf24060471f41.bindPopup(popup_55f4b863befd61dd576823a48d3bfd92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9277651a82da30d8941bf24060471f41.setIcon(icon_799bbf0970691c19239c3d7225905a5e);
|
|
|
|
|
|
var marker_3ec604d172d26895944daa066c66afe8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_1e7f16c12df5ce220b7ca3e2f75faac6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f40ecfa96888488998bbe5ac869cabec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9726c1dab86edaf1aec57b39eabcf1d = $(`<div id="html_d9726c1dab86edaf1aec57b39eabcf1d" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_f40ecfa96888488998bbe5ac869cabec.setContent(html_d9726c1dab86edaf1aec57b39eabcf1d);
|
|
|
|
|
|
|
|
marker_3ec604d172d26895944daa066c66afe8.bindPopup(popup_f40ecfa96888488998bbe5ac869cabec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ec604d172d26895944daa066c66afe8.setIcon(icon_1e7f16c12df5ce220b7ca3e2f75faac6);
|
|
|
|
|
|
var marker_36c7342d1a4e622117f5cdfbd5324525 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_33d7043d575c608d88efa44b4fac1d43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf860b850af8e085e486d95f2e8b7843 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5e10a40822bfb787462027e24e55eee = $(`<div id="html_f5e10a40822bfb787462027e24e55eee" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_cf860b850af8e085e486d95f2e8b7843.setContent(html_f5e10a40822bfb787462027e24e55eee);
|
|
|
|
|
|
|
|
marker_36c7342d1a4e622117f5cdfbd5324525.bindPopup(popup_cf860b850af8e085e486d95f2e8b7843)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36c7342d1a4e622117f5cdfbd5324525.setIcon(icon_33d7043d575c608d88efa44b4fac1d43);
|
|
|
|
|
|
var marker_676334f871e7ac5cd264c13f24c287b1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b0b41373c997201a14388ca8f2459987 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d19a306631ab474946079fb379da9760 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7d2c6ac9f36b1c965214a587be52018 = $(`<div id="html_b7d2c6ac9f36b1c965214a587be52018" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_d19a306631ab474946079fb379da9760.setContent(html_b7d2c6ac9f36b1c965214a587be52018);
|
|
|
|
|
|
|
|
marker_676334f871e7ac5cd264c13f24c287b1.bindPopup(popup_d19a306631ab474946079fb379da9760)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_676334f871e7ac5cd264c13f24c287b1.setIcon(icon_b0b41373c997201a14388ca8f2459987);
|
|
|
|
|
|
var marker_e0c536dd6c9e3755a09026d1bba78af8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_f83fb82d15605debd342bf5ae6b69d24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec3f70cb413d85ee07c57cd520e36795 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1505e05b9618957b600ea9bf27da5f09 = $(`<div id="html_1505e05b9618957b600ea9bf27da5f09" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_ec3f70cb413d85ee07c57cd520e36795.setContent(html_1505e05b9618957b600ea9bf27da5f09);
|
|
|
|
|
|
|
|
marker_e0c536dd6c9e3755a09026d1bba78af8.bindPopup(popup_ec3f70cb413d85ee07c57cd520e36795)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0c536dd6c9e3755a09026d1bba78af8.setIcon(icon_f83fb82d15605debd342bf5ae6b69d24);
|
|
|
|
|
|
var marker_652b1f9d4266d75874d9cdfdc5172ee0 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_74de521e37097cc8a493509c65cfbd36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_532738f2f0f0c4c7a69533e38c5002d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d13739ab11661dd52677a3de16a6e0c = $(`<div id="html_3d13739ab11661dd52677a3de16a6e0c" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_532738f2f0f0c4c7a69533e38c5002d3.setContent(html_3d13739ab11661dd52677a3de16a6e0c);
|
|
|
|
|
|
|
|
marker_652b1f9d4266d75874d9cdfdc5172ee0.bindPopup(popup_532738f2f0f0c4c7a69533e38c5002d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_652b1f9d4266d75874d9cdfdc5172ee0.setIcon(icon_74de521e37097cc8a493509c65cfbd36);
|
|
|
|
|
|
var marker_881c51dcb6988ca88ce50dce1dd51b1d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_25925d3cbfa4143a65cd371726933c4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_967165dae9df8741152f02b3a5df14ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93c541fb3ed7ca43514c2216730e6114 = $(`<div id="html_93c541fb3ed7ca43514c2216730e6114" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_967165dae9df8741152f02b3a5df14ba.setContent(html_93c541fb3ed7ca43514c2216730e6114);
|
|
|
|
|
|
|
|
marker_881c51dcb6988ca88ce50dce1dd51b1d.bindPopup(popup_967165dae9df8741152f02b3a5df14ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_881c51dcb6988ca88ce50dce1dd51b1d.setIcon(icon_25925d3cbfa4143a65cd371726933c4e);
|
|
|
|
|
|
var marker_1c85d567df85edf51f3d23974ae81815 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_75f72d34a6d12bb8fc0a866163d91bf3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_217654de71f4142f6685b81fbc4be832 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57e45a9e1014f3ec53680776dc9cd47c = $(`<div id="html_57e45a9e1014f3ec53680776dc9cd47c" style="width: 100.0%; height: 100.0%;">relay.nyves.nl</div>`)[0];
|
|
popup_217654de71f4142f6685b81fbc4be832.setContent(html_57e45a9e1014f3ec53680776dc9cd47c);
|
|
|
|
|
|
|
|
marker_1c85d567df85edf51f3d23974ae81815.bindPopup(popup_217654de71f4142f6685b81fbc4be832)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c85d567df85edf51f3d23974ae81815.setIcon(icon_75f72d34a6d12bb8fc0a866163d91bf3);
|
|
|
|
|
|
var marker_bd568b9ab52f2569a4eeb7523c16e270 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_ce3c2ba3c639a0242714b1e2820826ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2cdd34a66ad7f2e3b54ea78d7a1e5943 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1a4bba0456c55e611bb4305d1e427d0 = $(`<div id="html_a1a4bba0456c55e611bb4305d1e427d0" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_2cdd34a66ad7f2e3b54ea78d7a1e5943.setContent(html_a1a4bba0456c55e611bb4305d1e427d0);
|
|
|
|
|
|
|
|
marker_bd568b9ab52f2569a4eeb7523c16e270.bindPopup(popup_2cdd34a66ad7f2e3b54ea78d7a1e5943)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd568b9ab52f2569a4eeb7523c16e270.setIcon(icon_ce3c2ba3c639a0242714b1e2820826ba);
|
|
|
|
|
|
var marker_830cc7a5e39288826686715489c3ac55 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_dc97ff41428702a8842133e81ce5e136 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bee660b73f935978afd5986f5b0e47d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04d930a4fb17d3bde9f4c3815b5dfd56 = $(`<div id="html_04d930a4fb17d3bde9f4c3815b5dfd56" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_bee660b73f935978afd5986f5b0e47d2.setContent(html_04d930a4fb17d3bde9f4c3815b5dfd56);
|
|
|
|
|
|
|
|
marker_830cc7a5e39288826686715489c3ac55.bindPopup(popup_bee660b73f935978afd5986f5b0e47d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_830cc7a5e39288826686715489c3ac55.setIcon(icon_dc97ff41428702a8842133e81ce5e136);
|
|
|
|
|
|
var marker_a499c252132dd38cf9d31c817319729b = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_a843260adf5c8201d9fc557a2be38fab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb32d7dd38b9e44082aea4094e9bf447 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebcb8d1a1fd6e0ad48fa570a2c7f3377 = $(`<div id="html_ebcb8d1a1fd6e0ad48fa570a2c7f3377" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_fb32d7dd38b9e44082aea4094e9bf447.setContent(html_ebcb8d1a1fd6e0ad48fa570a2c7f3377);
|
|
|
|
|
|
|
|
marker_a499c252132dd38cf9d31c817319729b.bindPopup(popup_fb32d7dd38b9e44082aea4094e9bf447)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a499c252132dd38cf9d31c817319729b.setIcon(icon_a843260adf5c8201d9fc557a2be38fab);
|
|
|
|
|
|
var marker_518378270cf3c28a63797a5504f6b73b = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_c35af4cb59480eab9caa09e766ceb02b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7e1e0b3f31782cf25bbc6e664f85db2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c0f07f66ed6c5a00cfb8337ddca253a = $(`<div id="html_6c0f07f66ed6c5a00cfb8337ddca253a" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_d7e1e0b3f31782cf25bbc6e664f85db2.setContent(html_6c0f07f66ed6c5a00cfb8337ddca253a);
|
|
|
|
|
|
|
|
marker_518378270cf3c28a63797a5504f6b73b.bindPopup(popup_d7e1e0b3f31782cf25bbc6e664f85db2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_518378270cf3c28a63797a5504f6b73b.setIcon(icon_c35af4cb59480eab9caa09e766ceb02b);
|
|
|
|
|
|
var marker_5131f507cf8292458a9de745ddec8bfc = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_a3bbe1bd5104238e7876d6e6800e182b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5b9e3ecf85bff06ab43c8958a7709e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4940ab8b1fcc4b4c4f7d73ee09e8c806 = $(`<div id="html_4940ab8b1fcc4b4c4f7d73ee09e8c806" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_d5b9e3ecf85bff06ab43c8958a7709e4.setContent(html_4940ab8b1fcc4b4c4f7d73ee09e8c806);
|
|
|
|
|
|
|
|
marker_5131f507cf8292458a9de745ddec8bfc.bindPopup(popup_d5b9e3ecf85bff06ab43c8958a7709e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5131f507cf8292458a9de745ddec8bfc.setIcon(icon_a3bbe1bd5104238e7876d6e6800e182b);
|
|
|
|
|
|
var marker_4a369a0ced2450a8d3087d97e3ac8202 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_c1d70900f9237a249c0b0885f009dbad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_650166e93e2f9bdaedec0d09cba36b1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b66ca5a730ea10039b47f838774e880 = $(`<div id="html_0b66ca5a730ea10039b47f838774e880" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_650166e93e2f9bdaedec0d09cba36b1b.setContent(html_0b66ca5a730ea10039b47f838774e880);
|
|
|
|
|
|
|
|
marker_4a369a0ced2450a8d3087d97e3ac8202.bindPopup(popup_650166e93e2f9bdaedec0d09cba36b1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a369a0ced2450a8d3087d97e3ac8202.setIcon(icon_c1d70900f9237a249c0b0885f009dbad);
|
|
|
|
|
|
var marker_9a7f1c645ac495cd5ba372c48db5b577 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_0f8ef0f86ba4713b585713c08af259de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91ddee103c6f1cb912fc0d4b59734932 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c6c8ede10af6a027852f202daedb377 = $(`<div id="html_8c6c8ede10af6a027852f202daedb377" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_91ddee103c6f1cb912fc0d4b59734932.setContent(html_8c6c8ede10af6a027852f202daedb377);
|
|
|
|
|
|
|
|
marker_9a7f1c645ac495cd5ba372c48db5b577.bindPopup(popup_91ddee103c6f1cb912fc0d4b59734932)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a7f1c645ac495cd5ba372c48db5b577.setIcon(icon_0f8ef0f86ba4713b585713c08af259de);
|
|
|
|
|
|
var marker_97b854af14a416aa27440ef9df8a5b05 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_410e954cc0863cb87ea56869d41a06bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10468775ba24cdb3d79b17fddfeb355e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44588f80b0f664d940f40233e1d7d834 = $(`<div id="html_44588f80b0f664d940f40233e1d7d834" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_10468775ba24cdb3d79b17fddfeb355e.setContent(html_44588f80b0f664d940f40233e1d7d834);
|
|
|
|
|
|
|
|
marker_97b854af14a416aa27440ef9df8a5b05.bindPopup(popup_10468775ba24cdb3d79b17fddfeb355e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97b854af14a416aa27440ef9df8a5b05.setIcon(icon_410e954cc0863cb87ea56869d41a06bc);
|
|
|
|
|
|
var marker_aacba2aea8aca32d9c1dd06f472b5b8f = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_da6e59f88df5dcbf0c5375505dad0618 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d625b855ec404d0718f56394e29efc67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc0e89009e3ee2bf7988e9d93402bb40 = $(`<div id="html_dc0e89009e3ee2bf7988e9d93402bb40" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_d625b855ec404d0718f56394e29efc67.setContent(html_dc0e89009e3ee2bf7988e9d93402bb40);
|
|
|
|
|
|
|
|
marker_aacba2aea8aca32d9c1dd06f472b5b8f.bindPopup(popup_d625b855ec404d0718f56394e29efc67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aacba2aea8aca32d9c1dd06f472b5b8f.setIcon(icon_da6e59f88df5dcbf0c5375505dad0618);
|
|
|
|
|
|
var marker_d9d7050317e8e7d25d723a672a0a9568 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_4fc3e398202bf858b67e872cc8b49d6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd06e69104b5627bcbe41b2c60695922 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b74b2e7875ffbd3bce18be58a1ba131 = $(`<div id="html_4b74b2e7875ffbd3bce18be58a1ba131" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_bd06e69104b5627bcbe41b2c60695922.setContent(html_4b74b2e7875ffbd3bce18be58a1ba131);
|
|
|
|
|
|
|
|
marker_d9d7050317e8e7d25d723a672a0a9568.bindPopup(popup_bd06e69104b5627bcbe41b2c60695922)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9d7050317e8e7d25d723a672a0a9568.setIcon(icon_4fc3e398202bf858b67e872cc8b49d6e);
|
|
|
|
|
|
var marker_ae66820cedd7e2ca6c85c711b5dd6471 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b169265a8912585a8726c2fcaa54be48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_786ea4a9767b8e467d07b41be82b73db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e7aec16bb6102caa8fec02fe9f962ce = $(`<div id="html_3e7aec16bb6102caa8fec02fe9f962ce" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_786ea4a9767b8e467d07b41be82b73db.setContent(html_3e7aec16bb6102caa8fec02fe9f962ce);
|
|
|
|
|
|
|
|
marker_ae66820cedd7e2ca6c85c711b5dd6471.bindPopup(popup_786ea4a9767b8e467d07b41be82b73db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae66820cedd7e2ca6c85c711b5dd6471.setIcon(icon_b169265a8912585a8726c2fcaa54be48);
|
|
|
|
|
|
var marker_dcf4ee2d93be630e020bcfd0cda19194 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_9b111826a55611b2d86214525107a8b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8d9c0d6c7ce39a2c59956c798a8b27f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5583d700de3cdf0337119baea1ea001 = $(`<div id="html_f5583d700de3cdf0337119baea1ea001" style="width: 100.0%; height: 100.0%;">nstr.a0a1.space</div>`)[0];
|
|
popup_e8d9c0d6c7ce39a2c59956c798a8b27f.setContent(html_f5583d700de3cdf0337119baea1ea001);
|
|
|
|
|
|
|
|
marker_dcf4ee2d93be630e020bcfd0cda19194.bindPopup(popup_e8d9c0d6c7ce39a2c59956c798a8b27f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcf4ee2d93be630e020bcfd0cda19194.setIcon(icon_9b111826a55611b2d86214525107a8b1);
|
|
|
|
|
|
var marker_56b8bda9bdee4f15c212e4b24746d241 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_7fdcaec169c29ac1d60b30cb09dee9d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2b2c2c4cb0274996ea2260add95c158 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2713d079902ed2111caee1117b3e2d2f = $(`<div id="html_2713d079902ed2111caee1117b3e2d2f" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_f2b2c2c4cb0274996ea2260add95c158.setContent(html_2713d079902ed2111caee1117b3e2d2f);
|
|
|
|
|
|
|
|
marker_56b8bda9bdee4f15c212e4b24746d241.bindPopup(popup_f2b2c2c4cb0274996ea2260add95c158)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56b8bda9bdee4f15c212e4b24746d241.setIcon(icon_7fdcaec169c29ac1d60b30cb09dee9d4);
|
|
|
|
|
|
var marker_64163ecf1ac8d1a903cbe946739f4cea = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_771bd8e9dc6ec40fa96e645fb2ba8a2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15032adbc10e663234cc9520bf5a33fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c73a46214162166ad70e8271d488a139 = $(`<div id="html_c73a46214162166ad70e8271d488a139" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_15032adbc10e663234cc9520bf5a33fe.setContent(html_c73a46214162166ad70e8271d488a139);
|
|
|
|
|
|
|
|
marker_64163ecf1ac8d1a903cbe946739f4cea.bindPopup(popup_15032adbc10e663234cc9520bf5a33fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64163ecf1ac8d1a903cbe946739f4cea.setIcon(icon_771bd8e9dc6ec40fa96e645fb2ba8a2b);
|
|
|
|
|
|
var marker_749dd02c45311971e5924cef92d9bffd = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b7a65cd9f580d4bd0cf7707b98e71335 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02ab0afeae48131420507a3a5422266c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad5727d91c903c55e78c458c6b60eff2 = $(`<div id="html_ad5727d91c903c55e78c458c6b60eff2" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_02ab0afeae48131420507a3a5422266c.setContent(html_ad5727d91c903c55e78c458c6b60eff2);
|
|
|
|
|
|
|
|
marker_749dd02c45311971e5924cef92d9bffd.bindPopup(popup_02ab0afeae48131420507a3a5422266c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_749dd02c45311971e5924cef92d9bffd.setIcon(icon_b7a65cd9f580d4bd0cf7707b98e71335);
|
|
|
|
|
|
var marker_d29e894660f15aa33fa6b3bff41bd6ce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_78f8486c3a32a5d94e9b78d968150cb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9cf73ea3a5124965ac293e42735f07c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e462d1ab115d578ab8348b568b6686ba = $(`<div id="html_e462d1ab115d578ab8348b568b6686ba" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_b9cf73ea3a5124965ac293e42735f07c.setContent(html_e462d1ab115d578ab8348b568b6686ba);
|
|
|
|
|
|
|
|
marker_d29e894660f15aa33fa6b3bff41bd6ce.bindPopup(popup_b9cf73ea3a5124965ac293e42735f07c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d29e894660f15aa33fa6b3bff41bd6ce.setIcon(icon_78f8486c3a32a5d94e9b78d968150cb1);
|
|
|
|
|
|
var marker_0219785973067233951f9f30b6d25737 = L.marker(
|
|
[1.27994, 103.849],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_2a938e7df4572b5d1510d01f101561af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b5e0df76d29e9ab5d61c4339617c851 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02d7682e4300419c7913561b73a6d77e = $(`<div id="html_02d7682e4300419c7913561b73a6d77e" style="width: 100.0%; height: 100.0%;">nostr.aruku.ovh</div>`)[0];
|
|
popup_0b5e0df76d29e9ab5d61c4339617c851.setContent(html_02d7682e4300419c7913561b73a6d77e);
|
|
|
|
|
|
|
|
marker_0219785973067233951f9f30b6d25737.bindPopup(popup_0b5e0df76d29e9ab5d61c4339617c851)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0219785973067233951f9f30b6d25737.setIcon(icon_2a938e7df4572b5d1510d01f101561af);
|
|
|
|
|
|
var marker_58cd2609f3e894faf8068151949d9286 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_0329d02c5f5a330e37c1c0fd3358e835 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef446d7a66a01861dfeac7afd0115f57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e059d65fb0834cce81f5dedab97c34f = $(`<div id="html_1e059d65fb0834cce81f5dedab97c34f" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_ef446d7a66a01861dfeac7afd0115f57.setContent(html_1e059d65fb0834cce81f5dedab97c34f);
|
|
|
|
|
|
|
|
marker_58cd2609f3e894faf8068151949d9286.bindPopup(popup_ef446d7a66a01861dfeac7afd0115f57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58cd2609f3e894faf8068151949d9286.setIcon(icon_0329d02c5f5a330e37c1c0fd3358e835);
|
|
|
|
|
|
var marker_d3a61e6aff3f8c533d91ef5f6fb542c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_4c25428f8cf4d2ff9ac99b0e2b0648f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_781548f70c43ced97861df5141dde1a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a36173120460697175b7fe04ae1b888 = $(`<div id="html_0a36173120460697175b7fe04ae1b888" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_781548f70c43ced97861df5141dde1a9.setContent(html_0a36173120460697175b7fe04ae1b888);
|
|
|
|
|
|
|
|
marker_d3a61e6aff3f8c533d91ef5f6fb542c5.bindPopup(popup_781548f70c43ced97861df5141dde1a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3a61e6aff3f8c533d91ef5f6fb542c5.setIcon(icon_4c25428f8cf4d2ff9ac99b0e2b0648f5);
|
|
|
|
|
|
var marker_c1d050ae202b18237f427e72db055dcf = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_244d34708b47282fd4c52cd4430b06c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57c9cc1c235f479bed7e1592a8d9016c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d53012526d7f95867c9aa75103ffd1b = $(`<div id="html_7d53012526d7f95867c9aa75103ffd1b" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_57c9cc1c235f479bed7e1592a8d9016c.setContent(html_7d53012526d7f95867c9aa75103ffd1b);
|
|
|
|
|
|
|
|
marker_c1d050ae202b18237f427e72db055dcf.bindPopup(popup_57c9cc1c235f479bed7e1592a8d9016c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1d050ae202b18237f427e72db055dcf.setIcon(icon_244d34708b47282fd4c52cd4430b06c2);
|
|
|
|
|
|
var marker_c62d8e2625aee49c4723f876d87288c0 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_165ae053d9b328b488aa257993d2fb14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a0a6e25564bf83cfc67907dfec625ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_326bf3c735cbaea3f9a09c2fc32dace7 = $(`<div id="html_326bf3c735cbaea3f9a09c2fc32dace7" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_5a0a6e25564bf83cfc67907dfec625ef.setContent(html_326bf3c735cbaea3f9a09c2fc32dace7);
|
|
|
|
|
|
|
|
marker_c62d8e2625aee49c4723f876d87288c0.bindPopup(popup_5a0a6e25564bf83cfc67907dfec625ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c62d8e2625aee49c4723f876d87288c0.setIcon(icon_165ae053d9b328b488aa257993d2fb14);
|
|
|
|
|
|
var marker_cb91f7fc54834513033172edbd3c7d6a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_2f76a927dd73539d23a43be2b31670b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc64243f269b5332ec3f3af3a89e04c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff02743d3b890b2d04116b830d1a6209 = $(`<div id="html_ff02743d3b890b2d04116b830d1a6209" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_bc64243f269b5332ec3f3af3a89e04c9.setContent(html_ff02743d3b890b2d04116b830d1a6209);
|
|
|
|
|
|
|
|
marker_cb91f7fc54834513033172edbd3c7d6a.bindPopup(popup_bc64243f269b5332ec3f3af3a89e04c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb91f7fc54834513033172edbd3c7d6a.setIcon(icon_2f76a927dd73539d23a43be2b31670b7);
|
|
|
|
|
|
var marker_4d964d59bcc4e7d6f6612f32bf376a43 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_dbb5f4e05fe29352e7b64335cdfabdfb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4af0e5eaee41e3b93b705792f0cd3a9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f6d3351ac45d1d7423111441ef5b319 = $(`<div id="html_6f6d3351ac45d1d7423111441ef5b319" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_4af0e5eaee41e3b93b705792f0cd3a9a.setContent(html_6f6d3351ac45d1d7423111441ef5b319);
|
|
|
|
|
|
|
|
marker_4d964d59bcc4e7d6f6612f32bf376a43.bindPopup(popup_4af0e5eaee41e3b93b705792f0cd3a9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d964d59bcc4e7d6f6612f32bf376a43.setIcon(icon_dbb5f4e05fe29352e7b64335cdfabdfb);
|
|
|
|
|
|
var marker_b682b3645f78e22357e83c0371c550bc = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_a45bd18a176ff3205bfaf76134f2d097 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_821850e5f580484ff0a28eecbd35a90e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_992dae7bd1256ca1cebdcb2be9b792cc = $(`<div id="html_992dae7bd1256ca1cebdcb2be9b792cc" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_821850e5f580484ff0a28eecbd35a90e.setContent(html_992dae7bd1256ca1cebdcb2be9b792cc);
|
|
|
|
|
|
|
|
marker_b682b3645f78e22357e83c0371c550bc.bindPopup(popup_821850e5f580484ff0a28eecbd35a90e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b682b3645f78e22357e83c0371c550bc.setIcon(icon_a45bd18a176ff3205bfaf76134f2d097);
|
|
|
|
|
|
var marker_e09cfeb5df4f3a9073eedb0b105f6f9c = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_34846eda404896eb9cd307e3054a6a6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef86fb6c57b1144d7648b27cd578403c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60b7b736c90d27a8d7a4cc53d325c669 = $(`<div id="html_60b7b736c90d27a8d7a4cc53d325c669" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_ef86fb6c57b1144d7648b27cd578403c.setContent(html_60b7b736c90d27a8d7a4cc53d325c669);
|
|
|
|
|
|
|
|
marker_e09cfeb5df4f3a9073eedb0b105f6f9c.bindPopup(popup_ef86fb6c57b1144d7648b27cd578403c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e09cfeb5df4f3a9073eedb0b105f6f9c.setIcon(icon_34846eda404896eb9cd307e3054a6a6e);
|
|
|
|
|
|
var marker_2b55baacebb71840a99590c8947aa95f = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_c6e66a0b3729b22ce1f6a5915340a926 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7af15f1f116c9208e8743f7a17135e18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44239a6bd9a67e71eec1f5d94af07cd8 = $(`<div id="html_44239a6bd9a67e71eec1f5d94af07cd8" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_7af15f1f116c9208e8743f7a17135e18.setContent(html_44239a6bd9a67e71eec1f5d94af07cd8);
|
|
|
|
|
|
|
|
marker_2b55baacebb71840a99590c8947aa95f.bindPopup(popup_7af15f1f116c9208e8743f7a17135e18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b55baacebb71840a99590c8947aa95f.setIcon(icon_c6e66a0b3729b22ce1f6a5915340a926);
|
|
|
|
|
|
var marker_ed7c3a27aa2c3934a14a5b78270c142c = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_123f26a19c756cda9a5adec8b9320adc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c18b8afa72b5f3e473401d0be7502cfa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9aa9e9f8372de78f2b9f33d21d9f13b = $(`<div id="html_a9aa9e9f8372de78f2b9f33d21d9f13b" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_c18b8afa72b5f3e473401d0be7502cfa.setContent(html_a9aa9e9f8372de78f2b9f33d21d9f13b);
|
|
|
|
|
|
|
|
marker_ed7c3a27aa2c3934a14a5b78270c142c.bindPopup(popup_c18b8afa72b5f3e473401d0be7502cfa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed7c3a27aa2c3934a14a5b78270c142c.setIcon(icon_123f26a19c756cda9a5adec8b9320adc);
|
|
|
|
|
|
var marker_393f129094d5e86a2ecf7dcf5d4c679c = L.marker(
|
|
[49.029, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_0d14ff50dd59082c3e134300d6c7df2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74baa7134bc6ccedb0e60fcba2ff5c99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39dfe0bd3f0c3a165591c9979747c4c9 = $(`<div id="html_39dfe0bd3f0c3a165591c9979747c4c9" style="width: 100.0%; height: 100.0%;">nostr.0cx.de</div>`)[0];
|
|
popup_74baa7134bc6ccedb0e60fcba2ff5c99.setContent(html_39dfe0bd3f0c3a165591c9979747c4c9);
|
|
|
|
|
|
|
|
marker_393f129094d5e86a2ecf7dcf5d4c679c.bindPopup(popup_74baa7134bc6ccedb0e60fcba2ff5c99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_393f129094d5e86a2ecf7dcf5d4c679c.setIcon(icon_0d14ff50dd59082c3e134300d6c7df2d);
|
|
|
|
|
|
var marker_68b9622c64a6eb89deaa95a95c943fd9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_bc5fa8c22d1bf8fdab945f80e031ef3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4da39735116da655b957323f85365cb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab7d9b32a3eced75c32e556debd378af = $(`<div id="html_ab7d9b32a3eced75c32e556debd378af" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_4da39735116da655b957323f85365cb8.setContent(html_ab7d9b32a3eced75c32e556debd378af);
|
|
|
|
|
|
|
|
marker_68b9622c64a6eb89deaa95a95c943fd9.bindPopup(popup_4da39735116da655b957323f85365cb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68b9622c64a6eb89deaa95a95c943fd9.setIcon(icon_bc5fa8c22d1bf8fdab945f80e031ef3a);
|
|
|
|
|
|
var marker_eda7d92454624b8c27bc7d60bb31db35 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_5b3167811424a8d3f2d4604f782c0568 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e55d424d209acd29ba5c07388b20e15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b42e0589ea90997901de618e898c0ac = $(`<div id="html_2b42e0589ea90997901de618e898c0ac" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_1e55d424d209acd29ba5c07388b20e15.setContent(html_2b42e0589ea90997901de618e898c0ac);
|
|
|
|
|
|
|
|
marker_eda7d92454624b8c27bc7d60bb31db35.bindPopup(popup_1e55d424d209acd29ba5c07388b20e15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eda7d92454624b8c27bc7d60bb31db35.setIcon(icon_5b3167811424a8d3f2d4604f782c0568);
|
|
|
|
|
|
var marker_adec0245cdd0b8c2c8c7ad1599a351e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_9c8f09c50a8063f1ff98cec595db1568 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa677bbf25b4b709512d5ec4626e9b84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53e75fa9df4be6d656d2abf87de5b010 = $(`<div id="html_53e75fa9df4be6d656d2abf87de5b010" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_fa677bbf25b4b709512d5ec4626e9b84.setContent(html_53e75fa9df4be6d656d2abf87de5b010);
|
|
|
|
|
|
|
|
marker_adec0245cdd0b8c2c8c7ad1599a351e9.bindPopup(popup_fa677bbf25b4b709512d5ec4626e9b84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adec0245cdd0b8c2c8c7ad1599a351e9.setIcon(icon_9c8f09c50a8063f1ff98cec595db1568);
|
|
|
|
|
|
var marker_33a5fa893d327d145ddec8849f0f083b = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_ce9cbbd6a94370eb9127e42d9b16f88e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d814e4369d1bcbc03577d4302d3f372 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ef51a0fc85a09c76f6fe3a7723e129e = $(`<div id="html_5ef51a0fc85a09c76f6fe3a7723e129e" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_6d814e4369d1bcbc03577d4302d3f372.setContent(html_5ef51a0fc85a09c76f6fe3a7723e129e);
|
|
|
|
|
|
|
|
marker_33a5fa893d327d145ddec8849f0f083b.bindPopup(popup_6d814e4369d1bcbc03577d4302d3f372)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33a5fa893d327d145ddec8849f0f083b.setIcon(icon_ce9cbbd6a94370eb9127e42d9b16f88e);
|
|
|
|
|
|
var marker_37a73de2a4d7c1d1cd391698e79d1ff6 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_8a0c1999ef50d5354371c0da6877aa2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b095d7e6d6d7cc19e03445a52aabb8b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2bae192ae5ae09acd3ec6f7fd62214a = $(`<div id="html_f2bae192ae5ae09acd3ec6f7fd62214a" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_b095d7e6d6d7cc19e03445a52aabb8b0.setContent(html_f2bae192ae5ae09acd3ec6f7fd62214a);
|
|
|
|
|
|
|
|
marker_37a73de2a4d7c1d1cd391698e79d1ff6.bindPopup(popup_b095d7e6d6d7cc19e03445a52aabb8b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37a73de2a4d7c1d1cd391698e79d1ff6.setIcon(icon_8a0c1999ef50d5354371c0da6877aa2c);
|
|
|
|
|
|
var marker_2e8709254347094328e09bd189179984 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_634ba7f32965952351a85173801c3ad6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a4e16d68c9a4e4615e23be1ff398d6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af29e69760ef12a657dda4238e8f92a6 = $(`<div id="html_af29e69760ef12a657dda4238e8f92a6" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_2a4e16d68c9a4e4615e23be1ff398d6a.setContent(html_af29e69760ef12a657dda4238e8f92a6);
|
|
|
|
|
|
|
|
marker_2e8709254347094328e09bd189179984.bindPopup(popup_2a4e16d68c9a4e4615e23be1ff398d6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e8709254347094328e09bd189179984.setIcon(icon_634ba7f32965952351a85173801c3ad6);
|
|
|
|
|
|
var marker_f410d9b1d019eeede64b004b83a7186a = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_50388de7f296624940e7da567ce4d2b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daed0eb913b662957c9ac8b8f1a80cb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f278e2c3901a1db093bc89fbead58f9 = $(`<div id="html_1f278e2c3901a1db093bc89fbead58f9" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_daed0eb913b662957c9ac8b8f1a80cb5.setContent(html_1f278e2c3901a1db093bc89fbead58f9);
|
|
|
|
|
|
|
|
marker_f410d9b1d019eeede64b004b83a7186a.bindPopup(popup_daed0eb913b662957c9ac8b8f1a80cb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f410d9b1d019eeede64b004b83a7186a.setIcon(icon_50388de7f296624940e7da567ce4d2b7);
|
|
|
|
|
|
var marker_9cdb70986795f140f8e41301041ce4ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_2c8ac7db1561674cfa8640713e243a69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93df8d80ddadd7495c39371e3a4aff75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ec50ed93813b2a7246b047ea4365a2d = $(`<div id="html_8ec50ed93813b2a7246b047ea4365a2d" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_93df8d80ddadd7495c39371e3a4aff75.setContent(html_8ec50ed93813b2a7246b047ea4365a2d);
|
|
|
|
|
|
|
|
marker_9cdb70986795f140f8e41301041ce4ca.bindPopup(popup_93df8d80ddadd7495c39371e3a4aff75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cdb70986795f140f8e41301041ce4ca.setIcon(icon_2c8ac7db1561674cfa8640713e243a69);
|
|
|
|
|
|
var marker_fa9f0ebbd73128964585bb4b75b93baf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_45501c0660c4e4de47fb003a453a9c5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e14b3966beca94cd896cb4d3bbc1cec7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a1d52c8ef6ae43a0a1a158e08fa0e12 = $(`<div id="html_2a1d52c8ef6ae43a0a1a158e08fa0e12" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_e14b3966beca94cd896cb4d3bbc1cec7.setContent(html_2a1d52c8ef6ae43a0a1a158e08fa0e12);
|
|
|
|
|
|
|
|
marker_fa9f0ebbd73128964585bb4b75b93baf.bindPopup(popup_e14b3966beca94cd896cb4d3bbc1cec7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa9f0ebbd73128964585bb4b75b93baf.setIcon(icon_45501c0660c4e4de47fb003a453a9c5e);
|
|
|
|
|
|
var marker_213fd60b18460b4b929997d2ea5af351 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_912c542e158b97431900154242c56ceb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d23fd271269c209e8dfe0bd2689f012 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4aeb33a7a4ac62847946d1d51b33c853 = $(`<div id="html_4aeb33a7a4ac62847946d1d51b33c853" style="width: 100.0%; height: 100.0%;">relay.visionfusen.org</div>`)[0];
|
|
popup_3d23fd271269c209e8dfe0bd2689f012.setContent(html_4aeb33a7a4ac62847946d1d51b33c853);
|
|
|
|
|
|
|
|
marker_213fd60b18460b4b929997d2ea5af351.bindPopup(popup_3d23fd271269c209e8dfe0bd2689f012)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_213fd60b18460b4b929997d2ea5af351.setIcon(icon_912c542e158b97431900154242c56ceb);
|
|
|
|
|
|
var marker_2137e7ef24359a1862bdb2465df8f3ea = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_4b54b6e5f21ba9be3ed42f6627e650af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a82ed2dd6547bb9a80adc914b0860bb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06707c25085c3055e1f0279c85f28d22 = $(`<div id="html_06707c25085c3055e1f0279c85f28d22" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_a82ed2dd6547bb9a80adc914b0860bb9.setContent(html_06707c25085c3055e1f0279c85f28d22);
|
|
|
|
|
|
|
|
marker_2137e7ef24359a1862bdb2465df8f3ea.bindPopup(popup_a82ed2dd6547bb9a80adc914b0860bb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2137e7ef24359a1862bdb2465df8f3ea.setIcon(icon_4b54b6e5f21ba9be3ed42f6627e650af);
|
|
|
|
|
|
var marker_f98c39a7a37778f313906f4999c5c4ca = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_3674d0b0e977040425f45f936f91836c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed56f75dde05d6948efd3110c270465b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ec2d53e9d40f8f25615e9ff13ed67d0 = $(`<div id="html_3ec2d53e9d40f8f25615e9ff13ed67d0" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_ed56f75dde05d6948efd3110c270465b.setContent(html_3ec2d53e9d40f8f25615e9ff13ed67d0);
|
|
|
|
|
|
|
|
marker_f98c39a7a37778f313906f4999c5c4ca.bindPopup(popup_ed56f75dde05d6948efd3110c270465b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f98c39a7a37778f313906f4999c5c4ca.setIcon(icon_3674d0b0e977040425f45f936f91836c);
|
|
|
|
|
|
var marker_08ed4676b7eb5cfeb651924457cb420a = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_43787deb6c7d8a9d52ebd209e97d7328 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d3dbf976f8b907869896f4686533a40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d83afc32f6899c5c7bf4fa222ebf7f2 = $(`<div id="html_9d83afc32f6899c5c7bf4fa222ebf7f2" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_5d3dbf976f8b907869896f4686533a40.setContent(html_9d83afc32f6899c5c7bf4fa222ebf7f2);
|
|
|
|
|
|
|
|
marker_08ed4676b7eb5cfeb651924457cb420a.bindPopup(popup_5d3dbf976f8b907869896f4686533a40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08ed4676b7eb5cfeb651924457cb420a.setIcon(icon_43787deb6c7d8a9d52ebd209e97d7328);
|
|
|
|
|
|
var marker_5a1bc9ec1815297c8f730beecd8a9a56 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_82c391138335783ef1cf09e90e3eee22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3980e984b984cd9e270eae91d2260008 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2388e607f3d4d1e38bc10052f2d5a1a0 = $(`<div id="html_2388e607f3d4d1e38bc10052f2d5a1a0" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_3980e984b984cd9e270eae91d2260008.setContent(html_2388e607f3d4d1e38bc10052f2d5a1a0);
|
|
|
|
|
|
|
|
marker_5a1bc9ec1815297c8f730beecd8a9a56.bindPopup(popup_3980e984b984cd9e270eae91d2260008)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a1bc9ec1815297c8f730beecd8a9a56.setIcon(icon_82c391138335783ef1cf09e90e3eee22);
|
|
|
|
|
|
var marker_080c805ee7fee45d88c089591e20cb04 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_918930bfd1429d2e62fb1c96d9903284 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e957a187387d60554ab0a954867b24e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_612c434a29532aaba7ee07032958c2e8 = $(`<div id="html_612c434a29532aaba7ee07032958c2e8" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_e957a187387d60554ab0a954867b24e1.setContent(html_612c434a29532aaba7ee07032958c2e8);
|
|
|
|
|
|
|
|
marker_080c805ee7fee45d88c089591e20cb04.bindPopup(popup_e957a187387d60554ab0a954867b24e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_080c805ee7fee45d88c089591e20cb04.setIcon(icon_918930bfd1429d2e62fb1c96d9903284);
|
|
|
|
|
|
var marker_3df04ebe31742755b2526561557c6ea4 = L.marker(
|
|
[41.71, 44.793],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e887d13afdfe20c6f151c24b16b5e276 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f8ec00a40b446a8092bac9a2f7a58b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6dec4a45642e6bdd3135bf669374c44 = $(`<div id="html_a6dec4a45642e6bdd3135bf669374c44" style="width: 100.0%; height: 100.0%;">relay.houseoffreedom.global:8880</div>`)[0];
|
|
popup_9f8ec00a40b446a8092bac9a2f7a58b6.setContent(html_a6dec4a45642e6bdd3135bf669374c44);
|
|
|
|
|
|
|
|
marker_3df04ebe31742755b2526561557c6ea4.bindPopup(popup_9f8ec00a40b446a8092bac9a2f7a58b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3df04ebe31742755b2526561557c6ea4.setIcon(icon_e887d13afdfe20c6f151c24b16b5e276);
|
|
|
|
|
|
var marker_8593dab2b21556fb5400631c5e72294b = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_ef1a5db7b1a57bb4d546d90e6527ea2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f529e156fde212ca1eb37fb5b115d048 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4085b7ed9cecdb9a0f444139f39b05b4 = $(`<div id="html_4085b7ed9cecdb9a0f444139f39b05b4" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_f529e156fde212ca1eb37fb5b115d048.setContent(html_4085b7ed9cecdb9a0f444139f39b05b4);
|
|
|
|
|
|
|
|
marker_8593dab2b21556fb5400631c5e72294b.bindPopup(popup_f529e156fde212ca1eb37fb5b115d048)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8593dab2b21556fb5400631c5e72294b.setIcon(icon_ef1a5db7b1a57bb4d546d90e6527ea2d);
|
|
|
|
|
|
var marker_ec93313f073dc1b718fd5b1774ca0ff2 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_120962432521e2d4285af190a7b91cf8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f77e7cb2b2852d798e7e04b6cd3919ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f966eb64372b77a5326a1021ee5fe85a = $(`<div id="html_f966eb64372b77a5326a1021ee5fe85a" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_f77e7cb2b2852d798e7e04b6cd3919ad.setContent(html_f966eb64372b77a5326a1021ee5fe85a);
|
|
|
|
|
|
|
|
marker_ec93313f073dc1b718fd5b1774ca0ff2.bindPopup(popup_f77e7cb2b2852d798e7e04b6cd3919ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec93313f073dc1b718fd5b1774ca0ff2.setIcon(icon_120962432521e2d4285af190a7b91cf8);
|
|
|
|
|
|
var marker_b35ed495b44a62eda470d5db98a155fd = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_8bad33f15bb3d950907ae13f8c0b710a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45a5abe1ecef9609861aa82e959e0012 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f63320fbd1b73b770440c09d78bdab8 = $(`<div id="html_9f63320fbd1b73b770440c09d78bdab8" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_45a5abe1ecef9609861aa82e959e0012.setContent(html_9f63320fbd1b73b770440c09d78bdab8);
|
|
|
|
|
|
|
|
marker_b35ed495b44a62eda470d5db98a155fd.bindPopup(popup_45a5abe1ecef9609861aa82e959e0012)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b35ed495b44a62eda470d5db98a155fd.setIcon(icon_8bad33f15bb3d950907ae13f8c0b710a);
|
|
|
|
|
|
var marker_511c36674929597c320096e65b614ec0 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_ced83d66d38cbadf0bbcc0b27d158d75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2c812149c110135d63076d619bb7536 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_582f84d31a03c0054026f4da15f7117c = $(`<div id="html_582f84d31a03c0054026f4da15f7117c" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_f2c812149c110135d63076d619bb7536.setContent(html_582f84d31a03c0054026f4da15f7117c);
|
|
|
|
|
|
|
|
marker_511c36674929597c320096e65b614ec0.bindPopup(popup_f2c812149c110135d63076d619bb7536)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_511c36674929597c320096e65b614ec0.setIcon(icon_ced83d66d38cbadf0bbcc0b27d158d75);
|
|
|
|
|
|
var marker_8d50a53ea52c65b4f45a3ccaa8f233d3 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b3813e80c3a3811c0904a3d191d33dc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8df268548cc42fb4bc86e57d19ce0ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97f14e05e1685c7a87507d45a2964b49 = $(`<div id="html_97f14e05e1685c7a87507d45a2964b49" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_a8df268548cc42fb4bc86e57d19ce0ff.setContent(html_97f14e05e1685c7a87507d45a2964b49);
|
|
|
|
|
|
|
|
marker_8d50a53ea52c65b4f45a3ccaa8f233d3.bindPopup(popup_a8df268548cc42fb4bc86e57d19ce0ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d50a53ea52c65b4f45a3ccaa8f233d3.setIcon(icon_b3813e80c3a3811c0904a3d191d33dc4);
|
|
|
|
|
|
var marker_79a1355a19a19ea3c5a49845f7e59d0a = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_c2bf45ebce9a0f766be8e2dca3cb9a16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c83927e98f3a3d5e1621a7747c9cc8f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9af8c26c247da8746330e2399aa8d783 = $(`<div id="html_9af8c26c247da8746330e2399aa8d783" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_c83927e98f3a3d5e1621a7747c9cc8f4.setContent(html_9af8c26c247da8746330e2399aa8d783);
|
|
|
|
|
|
|
|
marker_79a1355a19a19ea3c5a49845f7e59d0a.bindPopup(popup_c83927e98f3a3d5e1621a7747c9cc8f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79a1355a19a19ea3c5a49845f7e59d0a.setIcon(icon_c2bf45ebce9a0f766be8e2dca3cb9a16);
|
|
|
|
|
|
var marker_2c40e9a4eb82dc3220595e16929e9ba3 = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_c15650c643b00c6a57c4524c3d61581a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5197613fba1b6ae67c481645e0e1dd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c75ea50a26df5933818e002dda7e14a8 = $(`<div id="html_c75ea50a26df5933818e002dda7e14a8" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_f5197613fba1b6ae67c481645e0e1dd2.setContent(html_c75ea50a26df5933818e002dda7e14a8);
|
|
|
|
|
|
|
|
marker_2c40e9a4eb82dc3220595e16929e9ba3.bindPopup(popup_f5197613fba1b6ae67c481645e0e1dd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c40e9a4eb82dc3220595e16929e9ba3.setIcon(icon_c15650c643b00c6a57c4524c3d61581a);
|
|
|
|
|
|
var marker_8262a180cb17ce8c8410e863f4b16ff6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_be500134a5da6476596db2b53cef332b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d1ee7f1191b194b26954ec0f195fe79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_446ac1e68e97fd257dc36b9c8a26b482 = $(`<div id="html_446ac1e68e97fd257dc36b9c8a26b482" style="width: 100.0%; height: 100.0%;">relay.coinos.pro</div>`)[0];
|
|
popup_0d1ee7f1191b194b26954ec0f195fe79.setContent(html_446ac1e68e97fd257dc36b9c8a26b482);
|
|
|
|
|
|
|
|
marker_8262a180cb17ce8c8410e863f4b16ff6.bindPopup(popup_0d1ee7f1191b194b26954ec0f195fe79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8262a180cb17ce8c8410e863f4b16ff6.setIcon(icon_be500134a5da6476596db2b53cef332b);
|
|
|
|
|
|
var marker_9b29962af1c335ceda132b3cddac1ff9 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_56c7f2641429fe85a9e4858ea19d5b53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bc83fed0bcc81f8c85a97b38cd6adae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13d8c6f60c748bbc80015115085c9b2c = $(`<div id="html_13d8c6f60c748bbc80015115085c9b2c" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_5bc83fed0bcc81f8c85a97b38cd6adae.setContent(html_13d8c6f60c748bbc80015115085c9b2c);
|
|
|
|
|
|
|
|
marker_9b29962af1c335ceda132b3cddac1ff9.bindPopup(popup_5bc83fed0bcc81f8c85a97b38cd6adae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b29962af1c335ceda132b3cddac1ff9.setIcon(icon_56c7f2641429fe85a9e4858ea19d5b53);
|
|
|
|
|
|
var marker_58bd40284bb09679b26b71886add8905 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_45f9b1b22375a5cd1421ffabf2999045 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b783ff2886e00abcba0674e2c0b921f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ec75799f4090b650812350a25d5f701 = $(`<div id="html_7ec75799f4090b650812350a25d5f701" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_b783ff2886e00abcba0674e2c0b921f0.setContent(html_7ec75799f4090b650812350a25d5f701);
|
|
|
|
|
|
|
|
marker_58bd40284bb09679b26b71886add8905.bindPopup(popup_b783ff2886e00abcba0674e2c0b921f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58bd40284bb09679b26b71886add8905.setIcon(icon_45f9b1b22375a5cd1421ffabf2999045);
|
|
|
|
|
|
var marker_8eb17c811c432b2ec4afb3cb451933f1 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_9a37a7bb73f7767f2a274f990f6ffb76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d68175ec156afadb5e3c48a87f067435 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abc0842a23900beff1a4ab35139a1dff = $(`<div id="html_abc0842a23900beff1a4ab35139a1dff" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_d68175ec156afadb5e3c48a87f067435.setContent(html_abc0842a23900beff1a4ab35139a1dff);
|
|
|
|
|
|
|
|
marker_8eb17c811c432b2ec4afb3cb451933f1.bindPopup(popup_d68175ec156afadb5e3c48a87f067435)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8eb17c811c432b2ec4afb3cb451933f1.setIcon(icon_9a37a7bb73f7767f2a274f990f6ffb76);
|
|
|
|
|
|
var marker_8b0f3adeb07b64ab10ee89e527d95661 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_c19bd5cbb155a9025bf5c2f9321d7d56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd6902a82528d4e4130f8fe40a5d1aaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b615401aa78fdecb67b6040db210127d = $(`<div id="html_b615401aa78fdecb67b6040db210127d" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_dd6902a82528d4e4130f8fe40a5d1aaf.setContent(html_b615401aa78fdecb67b6040db210127d);
|
|
|
|
|
|
|
|
marker_8b0f3adeb07b64ab10ee89e527d95661.bindPopup(popup_dd6902a82528d4e4130f8fe40a5d1aaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b0f3adeb07b64ab10ee89e527d95661.setIcon(icon_c19bd5cbb155a9025bf5c2f9321d7d56);
|
|
|
|
|
|
var marker_a018eb629c73273eb123b02506398075 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_8ca17ae413dd458e0b946827b18bf259 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26c8ffe5a78115ffa26778563704c869 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96da30336894f0b2384a9913f7c250db = $(`<div id="html_96da30336894f0b2384a9913f7c250db" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_26c8ffe5a78115ffa26778563704c869.setContent(html_96da30336894f0b2384a9913f7c250db);
|
|
|
|
|
|
|
|
marker_a018eb629c73273eb123b02506398075.bindPopup(popup_26c8ffe5a78115ffa26778563704c869)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a018eb629c73273eb123b02506398075.setIcon(icon_8ca17ae413dd458e0b946827b18bf259);
|
|
|
|
|
|
var marker_1f7c17dbba1423c79dc7b2d41cb98fce = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_d5093b2961be23c0f1e166bac136777a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cce4e2bb2f801d60f6213ba1b36cbd43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a200109cee315cf2429dd390aec04959 = $(`<div id="html_a200109cee315cf2429dd390aec04959" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_cce4e2bb2f801d60f6213ba1b36cbd43.setContent(html_a200109cee315cf2429dd390aec04959);
|
|
|
|
|
|
|
|
marker_1f7c17dbba1423c79dc7b2d41cb98fce.bindPopup(popup_cce4e2bb2f801d60f6213ba1b36cbd43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f7c17dbba1423c79dc7b2d41cb98fce.setIcon(icon_d5093b2961be23c0f1e166bac136777a);
|
|
|
|
|
|
var marker_03134e94177dffe50ac14f867064381d = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_a157d575f4c4543a4528bea598bca18d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69681c7450acdc67bb3a78070d6e4055 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79bfa9d7939985d9f9e11ab61b84220d = $(`<div id="html_79bfa9d7939985d9f9e11ab61b84220d" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_69681c7450acdc67bb3a78070d6e4055.setContent(html_79bfa9d7939985d9f9e11ab61b84220d);
|
|
|
|
|
|
|
|
marker_03134e94177dffe50ac14f867064381d.bindPopup(popup_69681c7450acdc67bb3a78070d6e4055)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03134e94177dffe50ac14f867064381d.setIcon(icon_a157d575f4c4543a4528bea598bca18d);
|
|
|
|
|
|
var marker_1d7b2fc01cc4dbf931085e8f29542e91 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e190e317ce9f471cdcdde42eafa15280 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c13a916d40e8435f3f049abac08f163 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa598a48d90615a127de1929a61887ed = $(`<div id="html_fa598a48d90615a127de1929a61887ed" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_4c13a916d40e8435f3f049abac08f163.setContent(html_fa598a48d90615a127de1929a61887ed);
|
|
|
|
|
|
|
|
marker_1d7b2fc01cc4dbf931085e8f29542e91.bindPopup(popup_4c13a916d40e8435f3f049abac08f163)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d7b2fc01cc4dbf931085e8f29542e91.setIcon(icon_e190e317ce9f471cdcdde42eafa15280);
|
|
|
|
|
|
var marker_bc5f8e2ace37f7d3d1e054e780513789 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_93bc4895b554ba1d4579f66405fa12d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51309b1a3d2cb6133874d636a03441be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98b9bed4555755bdd430b6f441d9d1dc = $(`<div id="html_98b9bed4555755bdd430b6f441d9d1dc" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_51309b1a3d2cb6133874d636a03441be.setContent(html_98b9bed4555755bdd430b6f441d9d1dc);
|
|
|
|
|
|
|
|
marker_bc5f8e2ace37f7d3d1e054e780513789.bindPopup(popup_51309b1a3d2cb6133874d636a03441be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc5f8e2ace37f7d3d1e054e780513789.setIcon(icon_93bc4895b554ba1d4579f66405fa12d2);
|
|
|
|
|
|
var marker_43d164de02f8fdaf93b0e23c97f26c0b = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_957a2e5ba9e756af93957d2708782294 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37a6bef12cebe2f215d34e5d3eed2ed3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d887880a865892774d7be2d23d58fbbe = $(`<div id="html_d887880a865892774d7be2d23d58fbbe" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_37a6bef12cebe2f215d34e5d3eed2ed3.setContent(html_d887880a865892774d7be2d23d58fbbe);
|
|
|
|
|
|
|
|
marker_43d164de02f8fdaf93b0e23c97f26c0b.bindPopup(popup_37a6bef12cebe2f215d34e5d3eed2ed3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43d164de02f8fdaf93b0e23c97f26c0b.setIcon(icon_957a2e5ba9e756af93957d2708782294);
|
|
|
|
|
|
var marker_eb1aa4b64f1c8b96e72a82a11b52076c = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_aba35bfb57f82c9eef27566224338611 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6da6bd6a4c62adc3a016f05f6d163ad5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e31a6e622337f5473c3e7b61118528a1 = $(`<div id="html_e31a6e622337f5473c3e7b61118528a1" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_6da6bd6a4c62adc3a016f05f6d163ad5.setContent(html_e31a6e622337f5473c3e7b61118528a1);
|
|
|
|
|
|
|
|
marker_eb1aa4b64f1c8b96e72a82a11b52076c.bindPopup(popup_6da6bd6a4c62adc3a016f05f6d163ad5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb1aa4b64f1c8b96e72a82a11b52076c.setIcon(icon_aba35bfb57f82c9eef27566224338611);
|
|
|
|
|
|
var marker_897b13ab097b2bc02a7c93643b42c0bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e6cf42d682e114489ed102fe1bd576e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_531ec7fb02ee9153a62200763326e914 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18842512d6a651b2bf6d6bf2d7df7514 = $(`<div id="html_18842512d6a651b2bf6d6bf2d7df7514" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_531ec7fb02ee9153a62200763326e914.setContent(html_18842512d6a651b2bf6d6bf2d7df7514);
|
|
|
|
|
|
|
|
marker_897b13ab097b2bc02a7c93643b42c0bc.bindPopup(popup_531ec7fb02ee9153a62200763326e914)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_897b13ab097b2bc02a7c93643b42c0bc.setIcon(icon_e6cf42d682e114489ed102fe1bd576e8);
|
|
|
|
|
|
var marker_c7ecb9756f9ce643bc0b2bc2910f2ac1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_012d29be5552f607a921bc71783e048b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5bbc9a79e326a239770dc6d4c1cace0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4eb356cc210ec96ad475a9cd7d4a9514 = $(`<div id="html_4eb356cc210ec96ad475a9cd7d4a9514" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_a5bbc9a79e326a239770dc6d4c1cace0.setContent(html_4eb356cc210ec96ad475a9cd7d4a9514);
|
|
|
|
|
|
|
|
marker_c7ecb9756f9ce643bc0b2bc2910f2ac1.bindPopup(popup_a5bbc9a79e326a239770dc6d4c1cace0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7ecb9756f9ce643bc0b2bc2910f2ac1.setIcon(icon_012d29be5552f607a921bc71783e048b);
|
|
|
|
|
|
var marker_1aa009d324746efe6ce0e3c2d0dd5e20 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_71ed2118475bc672e223235ba6e3f0c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b624e1e76ddde864dbf65b348f01451 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd1806e0fdb9f6d6797a513a7334c80e = $(`<div id="html_fd1806e0fdb9f6d6797a513a7334c80e" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_3b624e1e76ddde864dbf65b348f01451.setContent(html_fd1806e0fdb9f6d6797a513a7334c80e);
|
|
|
|
|
|
|
|
marker_1aa009d324746efe6ce0e3c2d0dd5e20.bindPopup(popup_3b624e1e76ddde864dbf65b348f01451)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1aa009d324746efe6ce0e3c2d0dd5e20.setIcon(icon_71ed2118475bc672e223235ba6e3f0c3);
|
|
|
|
|
|
var marker_93c1ce9e4673e949d94cbfc6899c104c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_96450a19edb650b850b45b035b96eede = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ed9ad229494eba44d066168391747b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dee2d46873cd5d247ed55b942b421bd1 = $(`<div id="html_dee2d46873cd5d247ed55b942b421bd1" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_0ed9ad229494eba44d066168391747b4.setContent(html_dee2d46873cd5d247ed55b942b421bd1);
|
|
|
|
|
|
|
|
marker_93c1ce9e4673e949d94cbfc6899c104c.bindPopup(popup_0ed9ad229494eba44d066168391747b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93c1ce9e4673e949d94cbfc6899c104c.setIcon(icon_96450a19edb650b850b45b035b96eede);
|
|
|
|
|
|
var marker_b432244afdd5174bd9ceaeba71b100f9 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_3033ddba9128175264c24a5fed7bec92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_759613fb10619e2dcc71ac9d8916cae7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1202ab1ba7a602271ba05db0c04eef5b = $(`<div id="html_1202ab1ba7a602271ba05db0c04eef5b" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_759613fb10619e2dcc71ac9d8916cae7.setContent(html_1202ab1ba7a602271ba05db0c04eef5b);
|
|
|
|
|
|
|
|
marker_b432244afdd5174bd9ceaeba71b100f9.bindPopup(popup_759613fb10619e2dcc71ac9d8916cae7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b432244afdd5174bd9ceaeba71b100f9.setIcon(icon_3033ddba9128175264c24a5fed7bec92);
|
|
|
|
|
|
var marker_5c4c0c3f7806b6cfefcb8bb30378ca80 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_a4d47669f9d3acd8bbeed6a8eefd4085 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35a4d71704b494a6b6b914401a743e0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91c86fe4cbc92dc0ea566c7c3272aee6 = $(`<div id="html_91c86fe4cbc92dc0ea566c7c3272aee6" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_35a4d71704b494a6b6b914401a743e0c.setContent(html_91c86fe4cbc92dc0ea566c7c3272aee6);
|
|
|
|
|
|
|
|
marker_5c4c0c3f7806b6cfefcb8bb30378ca80.bindPopup(popup_35a4d71704b494a6b6b914401a743e0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c4c0c3f7806b6cfefcb8bb30378ca80.setIcon(icon_a4d47669f9d3acd8bbeed6a8eefd4085);
|
|
|
|
|
|
var marker_867b553babd30a25179fd42eefc3aebe = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_5353f9b71311e3a823c7ef378f4ba6bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a54a2cc98ef27dddab1c334f58086d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f9a2b991826015f9990b2bd2c9c3310 = $(`<div id="html_6f9a2b991826015f9990b2bd2c9c3310" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_4a54a2cc98ef27dddab1c334f58086d8.setContent(html_6f9a2b991826015f9990b2bd2c9c3310);
|
|
|
|
|
|
|
|
marker_867b553babd30a25179fd42eefc3aebe.bindPopup(popup_4a54a2cc98ef27dddab1c334f58086d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_867b553babd30a25179fd42eefc3aebe.setIcon(icon_5353f9b71311e3a823c7ef378f4ba6bb);
|
|
|
|
|
|
var marker_30a4b78913f70a4101ba0bfad405d53b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_ab31595f48a22965992aabc027e0afd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81cfa8fa5c52d8bb7e1eb90297e66af2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d85bbfffaf22d8d3f3c726266b47084 = $(`<div id="html_2d85bbfffaf22d8d3f3c726266b47084" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_81cfa8fa5c52d8bb7e1eb90297e66af2.setContent(html_2d85bbfffaf22d8d3f3c726266b47084);
|
|
|
|
|
|
|
|
marker_30a4b78913f70a4101ba0bfad405d53b.bindPopup(popup_81cfa8fa5c52d8bb7e1eb90297e66af2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30a4b78913f70a4101ba0bfad405d53b.setIcon(icon_ab31595f48a22965992aabc027e0afd0);
|
|
|
|
|
|
var marker_99b4cbdc464e8611a77bcb891b28ae58 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b49663fdeee57b7c9febfb5a0f64ba1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_293b1ea1ea3c7665a49397099a757c7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db53155c6abb8eae1c4790f47de15fec = $(`<div id="html_db53155c6abb8eae1c4790f47de15fec" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_293b1ea1ea3c7665a49397099a757c7e.setContent(html_db53155c6abb8eae1c4790f47de15fec);
|
|
|
|
|
|
|
|
marker_99b4cbdc464e8611a77bcb891b28ae58.bindPopup(popup_293b1ea1ea3c7665a49397099a757c7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99b4cbdc464e8611a77bcb891b28ae58.setIcon(icon_b49663fdeee57b7c9febfb5a0f64ba1e);
|
|
|
|
|
|
var marker_e99ff95239a930ec18250cb66ebd261f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_14a8f1564d52dcaa869391cf54a6fcb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03a79621ab017a1f42765bffa9da7d22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9336466b2a2caf6663b61bed6ac7a3b3 = $(`<div id="html_9336466b2a2caf6663b61bed6ac7a3b3" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_03a79621ab017a1f42765bffa9da7d22.setContent(html_9336466b2a2caf6663b61bed6ac7a3b3);
|
|
|
|
|
|
|
|
marker_e99ff95239a930ec18250cb66ebd261f.bindPopup(popup_03a79621ab017a1f42765bffa9da7d22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e99ff95239a930ec18250cb66ebd261f.setIcon(icon_14a8f1564d52dcaa869391cf54a6fcb5);
|
|
|
|
|
|
var marker_1ee4ca32054f305c1f41a0fe016f4c4b = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_649c7187d3250c70a1476054f4cdff74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_871d4e0592d5ac9fb8763a8118762e25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c3c6dd2977d32444132e75d24fa115e = $(`<div id="html_2c3c6dd2977d32444132e75d24fa115e" style="width: 100.0%; height: 100.0%;">pyramid.self-determined.de</div>`)[0];
|
|
popup_871d4e0592d5ac9fb8763a8118762e25.setContent(html_2c3c6dd2977d32444132e75d24fa115e);
|
|
|
|
|
|
|
|
marker_1ee4ca32054f305c1f41a0fe016f4c4b.bindPopup(popup_871d4e0592d5ac9fb8763a8118762e25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ee4ca32054f305c1f41a0fe016f4c4b.setIcon(icon_649c7187d3250c70a1476054f4cdff74);
|
|
|
|
|
|
var marker_7f3411dc0fbe2d22ef62b259d8745404 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_9334d650b349a846b61d8eef487770f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f38e97cc76b0b5a80e4d1481f041d072 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4053791019d13d7ff4df1e31a0c00ea = $(`<div id="html_e4053791019d13d7ff4df1e31a0c00ea" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_f38e97cc76b0b5a80e4d1481f041d072.setContent(html_e4053791019d13d7ff4df1e31a0c00ea);
|
|
|
|
|
|
|
|
marker_7f3411dc0fbe2d22ef62b259d8745404.bindPopup(popup_f38e97cc76b0b5a80e4d1481f041d072)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f3411dc0fbe2d22ef62b259d8745404.setIcon(icon_9334d650b349a846b61d8eef487770f7);
|
|
|
|
|
|
var marker_bd2ed4d1b1d7918b791e58063c08b145 = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_5ac0b939c96b92cd6525f846c6f1e160 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b2a438d6f23a848ebfa91dbe180b8c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68bbf424bff79f6ef64db84f87033614 = $(`<div id="html_68bbf424bff79f6ef64db84f87033614" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_9b2a438d6f23a848ebfa91dbe180b8c1.setContent(html_68bbf424bff79f6ef64db84f87033614);
|
|
|
|
|
|
|
|
marker_bd2ed4d1b1d7918b791e58063c08b145.bindPopup(popup_9b2a438d6f23a848ebfa91dbe180b8c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd2ed4d1b1d7918b791e58063c08b145.setIcon(icon_5ac0b939c96b92cd6525f846c6f1e160);
|
|
|
|
|
|
var marker_ecfabce1422f8ae2a3ca6d8073fe763e = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_783657002ba848b34047d240b4e9e537 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7066c9a1a323d491a7e368931a995c50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7807ca5b665932d7a43be0cbc7001ab0 = $(`<div id="html_7807ca5b665932d7a43be0cbc7001ab0" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_7066c9a1a323d491a7e368931a995c50.setContent(html_7807ca5b665932d7a43be0cbc7001ab0);
|
|
|
|
|
|
|
|
marker_ecfabce1422f8ae2a3ca6d8073fe763e.bindPopup(popup_7066c9a1a323d491a7e368931a995c50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecfabce1422f8ae2a3ca6d8073fe763e.setIcon(icon_783657002ba848b34047d240b4e9e537);
|
|
|
|
|
|
var marker_d28724d2614fd33707f6e8c711ce5a68 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_d451cd80af9a6b4e3b862b052be327c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abe36da2554f536059becf661a25b378 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30cd95c4b010af92b95dc81577eda83e = $(`<div id="html_30cd95c4b010af92b95dc81577eda83e" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_abe36da2554f536059becf661a25b378.setContent(html_30cd95c4b010af92b95dc81577eda83e);
|
|
|
|
|
|
|
|
marker_d28724d2614fd33707f6e8c711ce5a68.bindPopup(popup_abe36da2554f536059becf661a25b378)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d28724d2614fd33707f6e8c711ce5a68.setIcon(icon_d451cd80af9a6b4e3b862b052be327c6);
|
|
|
|
|
|
var marker_8e4113b8d15179361a1b05429af326ba = L.marker(
|
|
[12.9333, 100.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_95dc0b19feaadda3a8cc0f1bbe5971a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14f95f4e947d82dae62f9b02566eed18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6962f1d5357f0f8321fde99dad29ee2 = $(`<div id="html_f6962f1d5357f0f8321fde99dad29ee2" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_14f95f4e947d82dae62f9b02566eed18.setContent(html_f6962f1d5357f0f8321fde99dad29ee2);
|
|
|
|
|
|
|
|
marker_8e4113b8d15179361a1b05429af326ba.bindPopup(popup_14f95f4e947d82dae62f9b02566eed18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e4113b8d15179361a1b05429af326ba.setIcon(icon_95dc0b19feaadda3a8cc0f1bbe5971a5);
|
|
|
|
|
|
var marker_33bb5b83da95536c03a68130f57e2545 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_09f663ff2d6b6f86bdc14d4d54ee0526 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8eb54876f2fcd3f12312d8ab88f39cd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dd86d6e2b733d49382d8176ab973188 = $(`<div id="html_5dd86d6e2b733d49382d8176ab973188" style="width: 100.0%; height: 100.0%;">npub1spxdug4m3y24hpx5crm0el4zhkk0wafs8kp6m0xu0wecygqej2xqq8gyhx.fips.network</div>`)[0];
|
|
popup_8eb54876f2fcd3f12312d8ab88f39cd5.setContent(html_5dd86d6e2b733d49382d8176ab973188);
|
|
|
|
|
|
|
|
marker_33bb5b83da95536c03a68130f57e2545.bindPopup(popup_8eb54876f2fcd3f12312d8ab88f39cd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33bb5b83da95536c03a68130f57e2545.setIcon(icon_09f663ff2d6b6f86bdc14d4d54ee0526);
|
|
|
|
|
|
var marker_d24e793c86052a095fb0f0eef93d37d1 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e88d1f9d691c6cb182e24e48788f916c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38ed4dba7104ee72bb9458d0708b10a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9913e0f50b1783171174684cb41abbc4 = $(`<div id="html_9913e0f50b1783171174684cb41abbc4" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_38ed4dba7104ee72bb9458d0708b10a9.setContent(html_9913e0f50b1783171174684cb41abbc4);
|
|
|
|
|
|
|
|
marker_d24e793c86052a095fb0f0eef93d37d1.bindPopup(popup_38ed4dba7104ee72bb9458d0708b10a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d24e793c86052a095fb0f0eef93d37d1.setIcon(icon_e88d1f9d691c6cb182e24e48788f916c);
|
|
|
|
|
|
var marker_26b7273b85e14bc2fb9669b7c22e8f7f = L.marker(
|
|
[51.9194, 19.1451],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_bd8e3cb67c02ff84801f1f9b669f7e35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f63c732fc73f42042b35299b9b24920c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94aa24f51d3df8447c4c770516a5e98a = $(`<div id="html_94aa24f51d3df8447c4c770516a5e98a" style="width: 100.0%; height: 100.0%;">relay.fizx.uk</div>`)[0];
|
|
popup_f63c732fc73f42042b35299b9b24920c.setContent(html_94aa24f51d3df8447c4c770516a5e98a);
|
|
|
|
|
|
|
|
marker_26b7273b85e14bc2fb9669b7c22e8f7f.bindPopup(popup_f63c732fc73f42042b35299b9b24920c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26b7273b85e14bc2fb9669b7c22e8f7f.setIcon(icon_bd8e3cb67c02ff84801f1f9b669f7e35);
|
|
|
|
|
|
var marker_1609c88fc13d6ffd2765d95919d50f7c = L.marker(
|
|
[47.6732, -117.239],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_94969e6c0e2f703e0c735e93ee71aaa9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87624f10ad38fe404989d261ddd8ea34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a44533317e9303191b1e4995c49a67c = $(`<div id="html_4a44533317e9303191b1e4995c49a67c" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_87624f10ad38fe404989d261ddd8ea34.setContent(html_4a44533317e9303191b1e4995c49a67c);
|
|
|
|
|
|
|
|
marker_1609c88fc13d6ffd2765d95919d50f7c.bindPopup(popup_87624f10ad38fe404989d261ddd8ea34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1609c88fc13d6ffd2765d95919d50f7c.setIcon(icon_94969e6c0e2f703e0c735e93ee71aaa9);
|
|
|
|
|
|
var marker_b18aaed3f01da38152face5c3dcf8fdb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_909305850134831b046b1815c1dd1e85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bac3d6f377860065b632d6c300d4af6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6980768ef1a321f829a5f59c7cf638d = $(`<div id="html_d6980768ef1a321f829a5f59c7cf638d" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_0bac3d6f377860065b632d6c300d4af6.setContent(html_d6980768ef1a321f829a5f59c7cf638d);
|
|
|
|
|
|
|
|
marker_b18aaed3f01da38152face5c3dcf8fdb.bindPopup(popup_0bac3d6f377860065b632d6c300d4af6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b18aaed3f01da38152face5c3dcf8fdb.setIcon(icon_909305850134831b046b1815c1dd1e85);
|
|
|
|
|
|
var marker_0cb77e49a873eebbf34ba41767ae40ae = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_5039637fcd809b51e92e000867bece49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09043ba97b343b8fb0acea1c4228d0e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbc5348460cac08ac91349713f5acd00 = $(`<div id="html_bbc5348460cac08ac91349713f5acd00" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_09043ba97b343b8fb0acea1c4228d0e5.setContent(html_bbc5348460cac08ac91349713f5acd00);
|
|
|
|
|
|
|
|
marker_0cb77e49a873eebbf34ba41767ae40ae.bindPopup(popup_09043ba97b343b8fb0acea1c4228d0e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cb77e49a873eebbf34ba41767ae40ae.setIcon(icon_5039637fcd809b51e92e000867bece49);
|
|
|
|
|
|
var marker_2034b86f8cb4a87da51f32bcae2f3034 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_4a0b612d8821e7e89be5f1e9743f1899 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6763ff6d7a03ab2a720cd61b24ae3d9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_954662960f5a1783d387e3715abd175e = $(`<div id="html_954662960f5a1783d387e3715abd175e" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_6763ff6d7a03ab2a720cd61b24ae3d9c.setContent(html_954662960f5a1783d387e3715abd175e);
|
|
|
|
|
|
|
|
marker_2034b86f8cb4a87da51f32bcae2f3034.bindPopup(popup_6763ff6d7a03ab2a720cd61b24ae3d9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2034b86f8cb4a87da51f32bcae2f3034.setIcon(icon_4a0b612d8821e7e89be5f1e9743f1899);
|
|
|
|
|
|
var marker_daf726f2cfa42bf99fd343ca032dfc38 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_2be1ae27eddc14204e665ec025dd8a69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3acbdfe9cc59c868e010b0808fe169ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef3ef80449469cad0b9fd3b3816b05c4 = $(`<div id="html_ef3ef80449469cad0b9fd3b3816b05c4" style="width: 100.0%; height: 100.0%;">nostr.chrissexton.org</div>`)[0];
|
|
popup_3acbdfe9cc59c868e010b0808fe169ef.setContent(html_ef3ef80449469cad0b9fd3b3816b05c4);
|
|
|
|
|
|
|
|
marker_daf726f2cfa42bf99fd343ca032dfc38.bindPopup(popup_3acbdfe9cc59c868e010b0808fe169ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_daf726f2cfa42bf99fd343ca032dfc38.setIcon(icon_2be1ae27eddc14204e665ec025dd8a69);
|
|
|
|
|
|
var marker_e65b4aaa34c80a0819ec2c52b294fd1f = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_0ddba788622a2d0e721f7cbade13102d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b21969422b8cbb474629984dc9eff5a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cccdcfe9daf5431fb52167f915cb0dfc = $(`<div id="html_cccdcfe9daf5431fb52167f915cb0dfc" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_b21969422b8cbb474629984dc9eff5a9.setContent(html_cccdcfe9daf5431fb52167f915cb0dfc);
|
|
|
|
|
|
|
|
marker_e65b4aaa34c80a0819ec2c52b294fd1f.bindPopup(popup_b21969422b8cbb474629984dc9eff5a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e65b4aaa34c80a0819ec2c52b294fd1f.setIcon(icon_0ddba788622a2d0e721f7cbade13102d);
|
|
|
|
|
|
var marker_2244de041a2d9d2c76933dd3b82da8fe = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_eae83c737e2b66f2b9c57447c8888323 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b58c9c4b3f974f77ee050260d006b07b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_898d0307a3762c1e0c0fa31fc3755b5f = $(`<div id="html_898d0307a3762c1e0c0fa31fc3755b5f" style="width: 100.0%; height: 100.0%;">zw.agorawlc.com</div>`)[0];
|
|
popup_b58c9c4b3f974f77ee050260d006b07b.setContent(html_898d0307a3762c1e0c0fa31fc3755b5f);
|
|
|
|
|
|
|
|
marker_2244de041a2d9d2c76933dd3b82da8fe.bindPopup(popup_b58c9c4b3f974f77ee050260d006b07b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2244de041a2d9d2c76933dd3b82da8fe.setIcon(icon_eae83c737e2b66f2b9c57447c8888323);
|
|
|
|
|
|
var marker_cdb6317ca70563aa58c80ccc8cee7a63 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_7e1caee78ad61556c1d4394b0562c3e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76b2776fc66a56652fc231bfbdb13574 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a8865beaa19bcefc07d06c1a92e5911 = $(`<div id="html_9a8865beaa19bcefc07d06c1a92e5911" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_76b2776fc66a56652fc231bfbdb13574.setContent(html_9a8865beaa19bcefc07d06c1a92e5911);
|
|
|
|
|
|
|
|
marker_cdb6317ca70563aa58c80ccc8cee7a63.bindPopup(popup_76b2776fc66a56652fc231bfbdb13574)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdb6317ca70563aa58c80ccc8cee7a63.setIcon(icon_7e1caee78ad61556c1d4394b0562c3e6);
|
|
|
|
|
|
var marker_45d2f0d6417c8464ff430a0809ddcc1e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_33a11e28b920f90930b9568eaaf3662a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76bdc469f6e6b2928be1f0011b2d595d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52c71116eb8a675f425c670319a28cb8 = $(`<div id="html_52c71116eb8a675f425c670319a28cb8" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_76bdc469f6e6b2928be1f0011b2d595d.setContent(html_52c71116eb8a675f425c670319a28cb8);
|
|
|
|
|
|
|
|
marker_45d2f0d6417c8464ff430a0809ddcc1e.bindPopup(popup_76bdc469f6e6b2928be1f0011b2d595d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45d2f0d6417c8464ff430a0809ddcc1e.setIcon(icon_33a11e28b920f90930b9568eaaf3662a);
|
|
|
|
|
|
var marker_10065920c8c988ab153dc95764c743ab = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_0bafd6e7a86157faf6f34ad3b607b5b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdf9d188637c34aa78485c674d734c17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2a83b0703a9db07179a29f6a798887e = $(`<div id="html_c2a83b0703a9db07179a29f6a798887e" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_cdf9d188637c34aa78485c674d734c17.setContent(html_c2a83b0703a9db07179a29f6a798887e);
|
|
|
|
|
|
|
|
marker_10065920c8c988ab153dc95764c743ab.bindPopup(popup_cdf9d188637c34aa78485c674d734c17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10065920c8c988ab153dc95764c743ab.setIcon(icon_0bafd6e7a86157faf6f34ad3b607b5b6);
|
|
|
|
|
|
var marker_977f3ce48cf03a524a2c03df8200cf86 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b3e0437c4beebba82ff930d2d5e6f0d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eac84297b8ae1af0e6383839f29e5597 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdf10a4b70ea48a0607fe22348fd51fd = $(`<div id="html_bdf10a4b70ea48a0607fe22348fd51fd" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_eac84297b8ae1af0e6383839f29e5597.setContent(html_bdf10a4b70ea48a0607fe22348fd51fd);
|
|
|
|
|
|
|
|
marker_977f3ce48cf03a524a2c03df8200cf86.bindPopup(popup_eac84297b8ae1af0e6383839f29e5597)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_977f3ce48cf03a524a2c03df8200cf86.setIcon(icon_b3e0437c4beebba82ff930d2d5e6f0d5);
|
|
|
|
|
|
var marker_3623df1682787d2488b2e288a3af43de = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_03c88560892cb6253c1f6619a04ec8a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ecf5dacd33781dff623084cd75cba4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8330097fe4a488ef2347a33d6fda4ec1 = $(`<div id="html_8330097fe4a488ef2347a33d6fda4ec1" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_1ecf5dacd33781dff623084cd75cba4b.setContent(html_8330097fe4a488ef2347a33d6fda4ec1);
|
|
|
|
|
|
|
|
marker_3623df1682787d2488b2e288a3af43de.bindPopup(popup_1ecf5dacd33781dff623084cd75cba4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3623df1682787d2488b2e288a3af43de.setIcon(icon_03c88560892cb6253c1f6619a04ec8a8);
|
|
|
|
|
|
var marker_ddaf77240d328ee8053d5490ccd3e74d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_2f1067cc47cbd25c52f43aa2bc1ddd22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3e37d1896e7af86336ec49a27fb6d56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cedd7453fc3f05b909e5141719caf983 = $(`<div id="html_cedd7453fc3f05b909e5141719caf983" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_c3e37d1896e7af86336ec49a27fb6d56.setContent(html_cedd7453fc3f05b909e5141719caf983);
|
|
|
|
|
|
|
|
marker_ddaf77240d328ee8053d5490ccd3e74d.bindPopup(popup_c3e37d1896e7af86336ec49a27fb6d56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddaf77240d328ee8053d5490ccd3e74d.setIcon(icon_2f1067cc47cbd25c52f43aa2bc1ddd22);
|
|
|
|
|
|
var marker_4303738674504cd4c2b36f30a017604e = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_5efde7bb19c607a1a3144de2d4dc7180 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c93e555bb99cb8f4d8669562961a5a2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9177f639203919ab1e0ea1460c6343c1 = $(`<div id="html_9177f639203919ab1e0ea1460c6343c1" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_c93e555bb99cb8f4d8669562961a5a2a.setContent(html_9177f639203919ab1e0ea1460c6343c1);
|
|
|
|
|
|
|
|
marker_4303738674504cd4c2b36f30a017604e.bindPopup(popup_c93e555bb99cb8f4d8669562961a5a2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4303738674504cd4c2b36f30a017604e.setIcon(icon_5efde7bb19c607a1a3144de2d4dc7180);
|
|
|
|
|
|
var marker_5b983de61f3ae34729ac7b4237e7cfdb = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_8d5565d8901c37f148f64e6d6bdedb44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4af2d79f8011d621665f814e2554132e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_911736fad1b3c9fcd877f7e8ca2eeda0 = $(`<div id="html_911736fad1b3c9fcd877f7e8ca2eeda0" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_4af2d79f8011d621665f814e2554132e.setContent(html_911736fad1b3c9fcd877f7e8ca2eeda0);
|
|
|
|
|
|
|
|
marker_5b983de61f3ae34729ac7b4237e7cfdb.bindPopup(popup_4af2d79f8011d621665f814e2554132e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b983de61f3ae34729ac7b4237e7cfdb.setIcon(icon_8d5565d8901c37f148f64e6d6bdedb44);
|
|
|
|
|
|
var marker_91f140cf533638dd07bc14bca6d0c593 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_674c05057cb52e90d2bf74bfa97a9e90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69bc906dd3e58f41749d83200d9ab817 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f72d52252c95a51df9af70c409e169c5 = $(`<div id="html_f72d52252c95a51df9af70c409e169c5" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_69bc906dd3e58f41749d83200d9ab817.setContent(html_f72d52252c95a51df9af70c409e169c5);
|
|
|
|
|
|
|
|
marker_91f140cf533638dd07bc14bca6d0c593.bindPopup(popup_69bc906dd3e58f41749d83200d9ab817)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91f140cf533638dd07bc14bca6d0c593.setIcon(icon_674c05057cb52e90d2bf74bfa97a9e90);
|
|
|
|
|
|
var marker_edd8ad4e17175f333e267596c0d3d1ae = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_99afbbfe954d8a59256cdcaecfb5e97e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db5f116c3acb8c281158ba26dbd7cffe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_069d24b5c04172f09031f3bf851f44cf = $(`<div id="html_069d24b5c04172f09031f3bf851f44cf" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_db5f116c3acb8c281158ba26dbd7cffe.setContent(html_069d24b5c04172f09031f3bf851f44cf);
|
|
|
|
|
|
|
|
marker_edd8ad4e17175f333e267596c0d3d1ae.bindPopup(popup_db5f116c3acb8c281158ba26dbd7cffe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edd8ad4e17175f333e267596c0d3d1ae.setIcon(icon_99afbbfe954d8a59256cdcaecfb5e97e);
|
|
|
|
|
|
var marker_72c112e81a6c409073c5feed434372d2 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_8dce2ced89f99064dc05061e956b00b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2b94e029a7b50ad5bd3187f7ebd57dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbfb2280a14074562abffcc6651721e6 = $(`<div id="html_dbfb2280a14074562abffcc6651721e6" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_c2b94e029a7b50ad5bd3187f7ebd57dc.setContent(html_dbfb2280a14074562abffcc6651721e6);
|
|
|
|
|
|
|
|
marker_72c112e81a6c409073c5feed434372d2.bindPopup(popup_c2b94e029a7b50ad5bd3187f7ebd57dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72c112e81a6c409073c5feed434372d2.setIcon(icon_8dce2ced89f99064dc05061e956b00b8);
|
|
|
|
|
|
var marker_6a56642b9a0dbd2014f45091f595aa19 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_4685176f86c5738b9dfbe0cd1335f26b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db398a7556c8d4d7a10368fcdcfc08ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a125708e1fc1ed68a26c548ca86d8d52 = $(`<div id="html_a125708e1fc1ed68a26c548ca86d8d52" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_db398a7556c8d4d7a10368fcdcfc08ca.setContent(html_a125708e1fc1ed68a26c548ca86d8d52);
|
|
|
|
|
|
|
|
marker_6a56642b9a0dbd2014f45091f595aa19.bindPopup(popup_db398a7556c8d4d7a10368fcdcfc08ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a56642b9a0dbd2014f45091f595aa19.setIcon(icon_4685176f86c5738b9dfbe0cd1335f26b);
|
|
|
|
|
|
var marker_7699c278e04344d9e95380b5ba603e84 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b218b237979511c3b40879fc8e2a1a7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4af50e3a4d5441d16b50936a618c9dbf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bec32bf7ad4b2475a5084e0c0facd2f = $(`<div id="html_0bec32bf7ad4b2475a5084e0c0facd2f" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_4af50e3a4d5441d16b50936a618c9dbf.setContent(html_0bec32bf7ad4b2475a5084e0c0facd2f);
|
|
|
|
|
|
|
|
marker_7699c278e04344d9e95380b5ba603e84.bindPopup(popup_4af50e3a4d5441d16b50936a618c9dbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7699c278e04344d9e95380b5ba603e84.setIcon(icon_b218b237979511c3b40879fc8e2a1a7f);
|
|
|
|
|
|
var marker_638f7c9e012175d02995d1350972d813 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_2396ba8ce1bcd4d3e7227f14eaf8ce87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a678715b075077cab0c3d6163091f85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddc3c16e88a0f12da9a41c9694517c16 = $(`<div id="html_ddc3c16e88a0f12da9a41c9694517c16" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_5a678715b075077cab0c3d6163091f85.setContent(html_ddc3c16e88a0f12da9a41c9694517c16);
|
|
|
|
|
|
|
|
marker_638f7c9e012175d02995d1350972d813.bindPopup(popup_5a678715b075077cab0c3d6163091f85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_638f7c9e012175d02995d1350972d813.setIcon(icon_2396ba8ce1bcd4d3e7227f14eaf8ce87);
|
|
|
|
|
|
var marker_baffdb012d9f056685e61e5e709bb54b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_32178d67db61bc87c9f316669eb9c430 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b489d095fe64ca87533010495a0066b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5e688bbb12998c7a9fa08408c191577 = $(`<div id="html_e5e688bbb12998c7a9fa08408c191577" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_b489d095fe64ca87533010495a0066b6.setContent(html_e5e688bbb12998c7a9fa08408c191577);
|
|
|
|
|
|
|
|
marker_baffdb012d9f056685e61e5e709bb54b.bindPopup(popup_b489d095fe64ca87533010495a0066b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_baffdb012d9f056685e61e5e709bb54b.setIcon(icon_32178d67db61bc87c9f316669eb9c430);
|
|
|
|
|
|
var marker_78648c396e3061f44f45a6f0d211b6e0 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_9336e92e9543475b44f8a9b6a5d12672 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba8f7e45e86cef8fd358dcc21ee84e8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f2b675b1fe9ad38cb36d91601bb52b7 = $(`<div id="html_2f2b675b1fe9ad38cb36d91601bb52b7" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_ba8f7e45e86cef8fd358dcc21ee84e8e.setContent(html_2f2b675b1fe9ad38cb36d91601bb52b7);
|
|
|
|
|
|
|
|
marker_78648c396e3061f44f45a6f0d211b6e0.bindPopup(popup_ba8f7e45e86cef8fd358dcc21ee84e8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78648c396e3061f44f45a6f0d211b6e0.setIcon(icon_9336e92e9543475b44f8a9b6a5d12672);
|
|
|
|
|
|
var marker_c1b04aec7628acf5a649eaed91448410 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_7d714f42fb70db50f6d53da2737ec398 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8176498e586aa1acabb819e75f1ed8c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99513cd6c19145e8924ac1e245cf040e = $(`<div id="html_99513cd6c19145e8924ac1e245cf040e" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_8176498e586aa1acabb819e75f1ed8c6.setContent(html_99513cd6c19145e8924ac1e245cf040e);
|
|
|
|
|
|
|
|
marker_c1b04aec7628acf5a649eaed91448410.bindPopup(popup_8176498e586aa1acabb819e75f1ed8c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1b04aec7628acf5a649eaed91448410.setIcon(icon_7d714f42fb70db50f6d53da2737ec398);
|
|
|
|
|
|
var marker_215e06b92b542c2c92628cd2255a5d28 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_36a8da44c43d3b2af3608b808cc01188 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c817368787a0b2b88c65bd9e89a2997a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9463e401005f173e0e1dfcb40489556 = $(`<div id="html_c9463e401005f173e0e1dfcb40489556" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_c817368787a0b2b88c65bd9e89a2997a.setContent(html_c9463e401005f173e0e1dfcb40489556);
|
|
|
|
|
|
|
|
marker_215e06b92b542c2c92628cd2255a5d28.bindPopup(popup_c817368787a0b2b88c65bd9e89a2997a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_215e06b92b542c2c92628cd2255a5d28.setIcon(icon_36a8da44c43d3b2af3608b808cc01188);
|
|
|
|
|
|
var marker_408c298bafe02af590d308167488d1d5 = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_635cd28c97064a0e021caa979639b34f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c854f6d8e608d191a5c128597fb7cc67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de470d697f979b55080ac116f488960f = $(`<div id="html_de470d697f979b55080ac116f488960f" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_c854f6d8e608d191a5c128597fb7cc67.setContent(html_de470d697f979b55080ac116f488960f);
|
|
|
|
|
|
|
|
marker_408c298bafe02af590d308167488d1d5.bindPopup(popup_c854f6d8e608d191a5c128597fb7cc67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_408c298bafe02af590d308167488d1d5.setIcon(icon_635cd28c97064a0e021caa979639b34f);
|
|
|
|
|
|
var marker_15dc0baa4e2717b1de57aeb145d2cc0a = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_72b2941620dc16e11d80c3b1f4ff5c2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbe60656a53bebe0fcbf002a14ee913f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ae7f9352755d77f7661fd73059a6b9c = $(`<div id="html_8ae7f9352755d77f7661fd73059a6b9c" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_cbe60656a53bebe0fcbf002a14ee913f.setContent(html_8ae7f9352755d77f7661fd73059a6b9c);
|
|
|
|
|
|
|
|
marker_15dc0baa4e2717b1de57aeb145d2cc0a.bindPopup(popup_cbe60656a53bebe0fcbf002a14ee913f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15dc0baa4e2717b1de57aeb145d2cc0a.setIcon(icon_72b2941620dc16e11d80c3b1f4ff5c2f);
|
|
|
|
|
|
var marker_cd8279590d74c9f8cf72a4fc5fe34c67 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_91a03c3453bfa6ca15abdd761efba6d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73f86f7149ee17dd4bb12b1abaa91b70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3a342b0edec4ab4f027288ef5721ecd = $(`<div id="html_b3a342b0edec4ab4f027288ef5721ecd" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_73f86f7149ee17dd4bb12b1abaa91b70.setContent(html_b3a342b0edec4ab4f027288ef5721ecd);
|
|
|
|
|
|
|
|
marker_cd8279590d74c9f8cf72a4fc5fe34c67.bindPopup(popup_73f86f7149ee17dd4bb12b1abaa91b70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd8279590d74c9f8cf72a4fc5fe34c67.setIcon(icon_91a03c3453bfa6ca15abdd761efba6d0);
|
|
|
|
|
|
var marker_6eab53e50b78c6d47c5cd1ec98707371 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e75d90e599a020ff406736d60d745a4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd70b02ebfde29d3f1432ae7498967b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b97f33b44728100acfe134865f0379fd = $(`<div id="html_b97f33b44728100acfe134865f0379fd" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_dd70b02ebfde29d3f1432ae7498967b9.setContent(html_b97f33b44728100acfe134865f0379fd);
|
|
|
|
|
|
|
|
marker_6eab53e50b78c6d47c5cd1ec98707371.bindPopup(popup_dd70b02ebfde29d3f1432ae7498967b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6eab53e50b78c6d47c5cd1ec98707371.setIcon(icon_e75d90e599a020ff406736d60d745a4b);
|
|
|
|
|
|
var marker_6ab992300f2a6e797849d738afb9866b = L.marker(
|
|
[22.5429, 114.06],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_c460e14043ba9a6c93459ce13e2e21c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e02d65594ac70ee26e5e0b5c7694f3d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9aee73154bce1594883f5c9e294828d3 = $(`<div id="html_9aee73154bce1594883f5c9e294828d3" style="width: 100.0%; height: 100.0%;">ai.techunder.tech:56711</div>`)[0];
|
|
popup_e02d65594ac70ee26e5e0b5c7694f3d1.setContent(html_9aee73154bce1594883f5c9e294828d3);
|
|
|
|
|
|
|
|
marker_6ab992300f2a6e797849d738afb9866b.bindPopup(popup_e02d65594ac70ee26e5e0b5c7694f3d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ab992300f2a6e797849d738afb9866b.setIcon(icon_c460e14043ba9a6c93459ce13e2e21c8);
|
|
|
|
|
|
var marker_9e513eaa942a25b1a22f311ff5a26c42 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_c8a5c3712523bda50b3cd883f3553257 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9e6b50f0a14301ad9049086fd3db0a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d04ee45b097d44bf354a851bd8ae043 = $(`<div id="html_8d04ee45b097d44bf354a851bd8ae043" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_f9e6b50f0a14301ad9049086fd3db0a5.setContent(html_8d04ee45b097d44bf354a851bd8ae043);
|
|
|
|
|
|
|
|
marker_9e513eaa942a25b1a22f311ff5a26c42.bindPopup(popup_f9e6b50f0a14301ad9049086fd3db0a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e513eaa942a25b1a22f311ff5a26c42.setIcon(icon_c8a5c3712523bda50b3cd883f3553257);
|
|
|
|
|
|
var marker_f643ef5f15f6e1d4f76cf8a69590ab3e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_3bb28042da7c34fa66da5df97ac0f292 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b4ce043901f85ff1418f4673e2d5e71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7000a628a51ce483f235cfcc2e6f165a = $(`<div id="html_7000a628a51ce483f235cfcc2e6f165a" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_1b4ce043901f85ff1418f4673e2d5e71.setContent(html_7000a628a51ce483f235cfcc2e6f165a);
|
|
|
|
|
|
|
|
marker_f643ef5f15f6e1d4f76cf8a69590ab3e.bindPopup(popup_1b4ce043901f85ff1418f4673e2d5e71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f643ef5f15f6e1d4f76cf8a69590ab3e.setIcon(icon_3bb28042da7c34fa66da5df97ac0f292);
|
|
|
|
|
|
var marker_84104198c233190bf916b2470372aa6b = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_068612bb9f9cd715d3a9ff7b62e492ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18762fae1d518aee7d201ee8e595013a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e87d4166d17fcabebac1f92345b656ee = $(`<div id="html_e87d4166d17fcabebac1f92345b656ee" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_18762fae1d518aee7d201ee8e595013a.setContent(html_e87d4166d17fcabebac1f92345b656ee);
|
|
|
|
|
|
|
|
marker_84104198c233190bf916b2470372aa6b.bindPopup(popup_18762fae1d518aee7d201ee8e595013a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84104198c233190bf916b2470372aa6b.setIcon(icon_068612bb9f9cd715d3a9ff7b62e492ba);
|
|
|
|
|
|
var marker_7a4a29c7885368f67fc492d8587acbd7 = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_167b66793ab8050c312406735320d81a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8df3a5c334b71256d9a97bc253590b9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05ad9d1c9618442319cef488d2903953 = $(`<div id="html_05ad9d1c9618442319cef488d2903953" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_8df3a5c334b71256d9a97bc253590b9d.setContent(html_05ad9d1c9618442319cef488d2903953);
|
|
|
|
|
|
|
|
marker_7a4a29c7885368f67fc492d8587acbd7.bindPopup(popup_8df3a5c334b71256d9a97bc253590b9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a4a29c7885368f67fc492d8587acbd7.setIcon(icon_167b66793ab8050c312406735320d81a);
|
|
|
|
|
|
var marker_f5dd921b8d2cb8a3ac7e119853992659 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_870e38ff7c0891bfc213f6e89295f7aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d53a92b6b73f83def14e1acf24af0035 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f6d38d4c447c4d6a8628d668c9bb3b7 = $(`<div id="html_2f6d38d4c447c4d6a8628d668c9bb3b7" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_d53a92b6b73f83def14e1acf24af0035.setContent(html_2f6d38d4c447c4d6a8628d668c9bb3b7);
|
|
|
|
|
|
|
|
marker_f5dd921b8d2cb8a3ac7e119853992659.bindPopup(popup_d53a92b6b73f83def14e1acf24af0035)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5dd921b8d2cb8a3ac7e119853992659.setIcon(icon_870e38ff7c0891bfc213f6e89295f7aa);
|
|
|
|
|
|
var marker_33d0185e4029e8d2eaefeba1bd8f9353 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_df56a259eeccf0cd69d110d5e92317a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbc46ced851513995441ab7770cfad27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf3f476f91df024e67a90c1a1b4be779 = $(`<div id="html_cf3f476f91df024e67a90c1a1b4be779" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_bbc46ced851513995441ab7770cfad27.setContent(html_cf3f476f91df024e67a90c1a1b4be779);
|
|
|
|
|
|
|
|
marker_33d0185e4029e8d2eaefeba1bd8f9353.bindPopup(popup_bbc46ced851513995441ab7770cfad27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33d0185e4029e8d2eaefeba1bd8f9353.setIcon(icon_df56a259eeccf0cd69d110d5e92317a0);
|
|
|
|
|
|
var marker_45878f5090576ddc074981d12924121b = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_462f460569b0da3dc6f6049695308e2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00e43f46b4897dfb17bebc5342f1d33e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd9f9521c8313c7a4295e8ce097599f0 = $(`<div id="html_bd9f9521c8313c7a4295e8ce097599f0" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_00e43f46b4897dfb17bebc5342f1d33e.setContent(html_bd9f9521c8313c7a4295e8ce097599f0);
|
|
|
|
|
|
|
|
marker_45878f5090576ddc074981d12924121b.bindPopup(popup_00e43f46b4897dfb17bebc5342f1d33e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45878f5090576ddc074981d12924121b.setIcon(icon_462f460569b0da3dc6f6049695308e2e);
|
|
|
|
|
|
var marker_194e8ea3195e773286aa45cc5340d675 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_4e74175329267cddb747a0a0820a9052 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d67b61a59433369fa7829cc657d9de8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b16d660d3d2b3f566db5e4013dd188c = $(`<div id="html_2b16d660d3d2b3f566db5e4013dd188c" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_3d67b61a59433369fa7829cc657d9de8.setContent(html_2b16d660d3d2b3f566db5e4013dd188c);
|
|
|
|
|
|
|
|
marker_194e8ea3195e773286aa45cc5340d675.bindPopup(popup_3d67b61a59433369fa7829cc657d9de8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_194e8ea3195e773286aa45cc5340d675.setIcon(icon_4e74175329267cddb747a0a0820a9052);
|
|
|
|
|
|
var marker_be6c675cabd9121b1bbc1a513d69f80c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b64cd2e3fcb73a813f9da11c36573551 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_817348c489b7eae82215efdebec1ced5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fa84a3139c1c58481ca7037a84d9226 = $(`<div id="html_1fa84a3139c1c58481ca7037a84d9226" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_817348c489b7eae82215efdebec1ced5.setContent(html_1fa84a3139c1c58481ca7037a84d9226);
|
|
|
|
|
|
|
|
marker_be6c675cabd9121b1bbc1a513d69f80c.bindPopup(popup_817348c489b7eae82215efdebec1ced5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be6c675cabd9121b1bbc1a513d69f80c.setIcon(icon_b64cd2e3fcb73a813f9da11c36573551);
|
|
|
|
|
|
var marker_aaf6c48d7536ae68d39a912ea46d6e6f = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_4cd3585c107bce2fce054ca0f70b81fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a03181050f1e56db0b033c99f6da6334 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8702d15d213d0350cb4b0ae4f8812e35 = $(`<div id="html_8702d15d213d0350cb4b0ae4f8812e35" style="width: 100.0%; height: 100.0%;">rusty-uat.siberian-albacore.ts.net:8443</div>`)[0];
|
|
popup_a03181050f1e56db0b033c99f6da6334.setContent(html_8702d15d213d0350cb4b0ae4f8812e35);
|
|
|
|
|
|
|
|
marker_aaf6c48d7536ae68d39a912ea46d6e6f.bindPopup(popup_a03181050f1e56db0b033c99f6da6334)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aaf6c48d7536ae68d39a912ea46d6e6f.setIcon(icon_4cd3585c107bce2fce054ca0f70b81fa);
|
|
|
|
|
|
var marker_fbeb26dec9b99cad36a9a7eb91044d94 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_cfd34a991e3ceb2c3f69e6f158ebc300 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18594e3614903733ec6d062958dbc752 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6affa25dddbfa48e757daf8a1f59ba88 = $(`<div id="html_6affa25dddbfa48e757daf8a1f59ba88" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_18594e3614903733ec6d062958dbc752.setContent(html_6affa25dddbfa48e757daf8a1f59ba88);
|
|
|
|
|
|
|
|
marker_fbeb26dec9b99cad36a9a7eb91044d94.bindPopup(popup_18594e3614903733ec6d062958dbc752)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbeb26dec9b99cad36a9a7eb91044d94.setIcon(icon_cfd34a991e3ceb2c3f69e6f158ebc300);
|
|
|
|
|
|
var marker_c0e3cb84cc4de98796be76b5b0711782 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e3dd7ac0fda6e4fb1ad9b9d7c6aea6ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62f313e9c9dfcd4796c37f0dcdcce9af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_617a5f5cd38b5b2a0ae64a1fff8933a6 = $(`<div id="html_617a5f5cd38b5b2a0ae64a1fff8933a6" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_62f313e9c9dfcd4796c37f0dcdcce9af.setContent(html_617a5f5cd38b5b2a0ae64a1fff8933a6);
|
|
|
|
|
|
|
|
marker_c0e3cb84cc4de98796be76b5b0711782.bindPopup(popup_62f313e9c9dfcd4796c37f0dcdcce9af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0e3cb84cc4de98796be76b5b0711782.setIcon(icon_e3dd7ac0fda6e4fb1ad9b9d7c6aea6ff);
|
|
|
|
|
|
var marker_377b5a3a58564323b777beb510f20ae6 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_eacd9329573dd6e6bb90514a1bd3e002 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b92686f81a99ac42cddf3c2302321e57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fef45df6289d863ed9e5df0558cf0799 = $(`<div id="html_fef45df6289d863ed9e5df0558cf0799" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_b92686f81a99ac42cddf3c2302321e57.setContent(html_fef45df6289d863ed9e5df0558cf0799);
|
|
|
|
|
|
|
|
marker_377b5a3a58564323b777beb510f20ae6.bindPopup(popup_b92686f81a99ac42cddf3c2302321e57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_377b5a3a58564323b777beb510f20ae6.setIcon(icon_eacd9329573dd6e6bb90514a1bd3e002);
|
|
|
|
|
|
var marker_9a993c16e341f3fcdaeb2369203d37fb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_6ef14b5d137ab08b9130cd5015225715 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e0b16ba2e843eceadb5702a450c137a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4a03b3ad9a97266adc32237e4b218a9 = $(`<div id="html_c4a03b3ad9a97266adc32237e4b218a9" style="width: 100.0%; height: 100.0%;">discovery.us.nostria.app</div>`)[0];
|
|
popup_3e0b16ba2e843eceadb5702a450c137a.setContent(html_c4a03b3ad9a97266adc32237e4b218a9);
|
|
|
|
|
|
|
|
marker_9a993c16e341f3fcdaeb2369203d37fb.bindPopup(popup_3e0b16ba2e843eceadb5702a450c137a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a993c16e341f3fcdaeb2369203d37fb.setIcon(icon_6ef14b5d137ab08b9130cd5015225715);
|
|
|
|
|
|
var marker_62330b5de3a33dc7b38da8e340f5b110 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_f800a094f6b3503f182ada75e55e050f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db963dbfb48bd8101e7e5f5ab392c5a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ce95ed05d02a02c60e652ad5e07a4dd = $(`<div id="html_7ce95ed05d02a02c60e652ad5e07a4dd" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_db963dbfb48bd8101e7e5f5ab392c5a7.setContent(html_7ce95ed05d02a02c60e652ad5e07a4dd);
|
|
|
|
|
|
|
|
marker_62330b5de3a33dc7b38da8e340f5b110.bindPopup(popup_db963dbfb48bd8101e7e5f5ab392c5a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62330b5de3a33dc7b38da8e340f5b110.setIcon(icon_f800a094f6b3503f182ada75e55e050f);
|
|
|
|
|
|
var marker_9f0f3eb6213d636121725f630c61124d = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_790936fd003004113ad7f48bf73b7a90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7729cde872ef0051f8900d4f2b5c819 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aae7fdf6f8440eac4cb9088328170f0b = $(`<div id="html_aae7fdf6f8440eac4cb9088328170f0b" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_f7729cde872ef0051f8900d4f2b5c819.setContent(html_aae7fdf6f8440eac4cb9088328170f0b);
|
|
|
|
|
|
|
|
marker_9f0f3eb6213d636121725f630c61124d.bindPopup(popup_f7729cde872ef0051f8900d4f2b5c819)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f0f3eb6213d636121725f630c61124d.setIcon(icon_790936fd003004113ad7f48bf73b7a90);
|
|
|
|
|
|
var marker_2c271b0ff59fc4b3b6e7ed97017e520f = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b9eb8af93651806124dc2a867a955d31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c3b4890f2171578a74f9d3fa53ae9b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1dad171b7b541c8e642a41e713d73ee2 = $(`<div id="html_1dad171b7b541c8e642a41e713d73ee2" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_5c3b4890f2171578a74f9d3fa53ae9b1.setContent(html_1dad171b7b541c8e642a41e713d73ee2);
|
|
|
|
|
|
|
|
marker_2c271b0ff59fc4b3b6e7ed97017e520f.bindPopup(popup_5c3b4890f2171578a74f9d3fa53ae9b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c271b0ff59fc4b3b6e7ed97017e520f.setIcon(icon_b9eb8af93651806124dc2a867a955d31);
|
|
|
|
|
|
var marker_8b2635c8b20c862fe9d2f1a5947e47d8 = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_aa48d5eee25d53f34f714ef0c9253664 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_419af2693a1d0c36196a1f296d1be2e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f91398422c914ca545d40d745eaa824 = $(`<div id="html_1f91398422c914ca545d40d745eaa824" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_419af2693a1d0c36196a1f296d1be2e2.setContent(html_1f91398422c914ca545d40d745eaa824);
|
|
|
|
|
|
|
|
marker_8b2635c8b20c862fe9d2f1a5947e47d8.bindPopup(popup_419af2693a1d0c36196a1f296d1be2e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b2635c8b20c862fe9d2f1a5947e47d8.setIcon(icon_aa48d5eee25d53f34f714ef0c9253664);
|
|
|
|
|
|
var marker_3343eb41659f3c0e8f5fd076f7b45648 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e6d081dc70226861de405b8725ce2501 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d12d19c9ab8b9954933710d8be05ebc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_263f1a6c47c724278ab76e6b75258e3d = $(`<div id="html_263f1a6c47c724278ab76e6b75258e3d" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_d12d19c9ab8b9954933710d8be05ebc3.setContent(html_263f1a6c47c724278ab76e6b75258e3d);
|
|
|
|
|
|
|
|
marker_3343eb41659f3c0e8f5fd076f7b45648.bindPopup(popup_d12d19c9ab8b9954933710d8be05ebc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3343eb41659f3c0e8f5fd076f7b45648.setIcon(icon_e6d081dc70226861de405b8725ce2501);
|
|
|
|
|
|
var marker_f0b4fa1d337c9bda9ecdcf6e3b0f7de0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_28da8daa2a2de9cc739ede21416c0092 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f78399315e6b141dcc0ec210712b7160 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe0cb7f969129f15a3a54a7991c9f96f = $(`<div id="html_fe0cb7f969129f15a3a54a7991c9f96f" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_f78399315e6b141dcc0ec210712b7160.setContent(html_fe0cb7f969129f15a3a54a7991c9f96f);
|
|
|
|
|
|
|
|
marker_f0b4fa1d337c9bda9ecdcf6e3b0f7de0.bindPopup(popup_f78399315e6b141dcc0ec210712b7160)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0b4fa1d337c9bda9ecdcf6e3b0f7de0.setIcon(icon_28da8daa2a2de9cc739ede21416c0092);
|
|
|
|
|
|
var marker_07549505e4a67c033ee0a00adffb5dbd = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_2835d6e642f168c947d7effb5c420443 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8397be3695e9d6a993bb3bad6bc597a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_421031191ac1f8e93fae72f78953803c = $(`<div id="html_421031191ac1f8e93fae72f78953803c" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_f8397be3695e9d6a993bb3bad6bc597a.setContent(html_421031191ac1f8e93fae72f78953803c);
|
|
|
|
|
|
|
|
marker_07549505e4a67c033ee0a00adffb5dbd.bindPopup(popup_f8397be3695e9d6a993bb3bad6bc597a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07549505e4a67c033ee0a00adffb5dbd.setIcon(icon_2835d6e642f168c947d7effb5c420443);
|
|
|
|
|
|
var marker_3f8f827f97f723efa2c0f80210410f99 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_7812ad76da19228f2414fc507b06d660 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f55a084ff7e67bc3252697dcb84623d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_997478bc1728efffd8f088eff3b8f0a1 = $(`<div id="html_997478bc1728efffd8f088eff3b8f0a1" style="width: 100.0%; height: 100.0%;">nostr.wom.wtf</div>`)[0];
|
|
popup_9f55a084ff7e67bc3252697dcb84623d.setContent(html_997478bc1728efffd8f088eff3b8f0a1);
|
|
|
|
|
|
|
|
marker_3f8f827f97f723efa2c0f80210410f99.bindPopup(popup_9f55a084ff7e67bc3252697dcb84623d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f8f827f97f723efa2c0f80210410f99.setIcon(icon_7812ad76da19228f2414fc507b06d660);
|
|
|
|
|
|
var marker_83e86f9a3bec5b33d093d0c0a18f97d0 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_875536905f4450cb3e2c64a5f86554dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_510c21b9f0a0af0cb8655c7f4e3cb7fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49fbaf8f825219ac23638afc6d52791e = $(`<div id="html_49fbaf8f825219ac23638afc6d52791e" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_510c21b9f0a0af0cb8655c7f4e3cb7fe.setContent(html_49fbaf8f825219ac23638afc6d52791e);
|
|
|
|
|
|
|
|
marker_83e86f9a3bec5b33d093d0c0a18f97d0.bindPopup(popup_510c21b9f0a0af0cb8655c7f4e3cb7fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83e86f9a3bec5b33d093d0c0a18f97d0.setIcon(icon_875536905f4450cb3e2c64a5f86554dd);
|
|
|
|
|
|
var marker_5cab03319245fe6870f6852a9d5284ee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_83dd5af6d26f6bd94eee6bfd5bb0b81c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c960852553c64079eb5f0771a18547a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd402e5926d6de518af67bb044eb4be4 = $(`<div id="html_bd402e5926d6de518af67bb044eb4be4" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_c960852553c64079eb5f0771a18547a3.setContent(html_bd402e5926d6de518af67bb044eb4be4);
|
|
|
|
|
|
|
|
marker_5cab03319245fe6870f6852a9d5284ee.bindPopup(popup_c960852553c64079eb5f0771a18547a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cab03319245fe6870f6852a9d5284ee.setIcon(icon_83dd5af6d26f6bd94eee6bfd5bb0b81c);
|
|
|
|
|
|
var marker_e274acd34c2c147cb8574414a0a5c130 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e3963e3c2c9e25d5525b6dff7ae4d0a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_309b8d725d830fc4e9f20a7271c93c9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb6ead3ad1f87512a0c8c949b1080d8e = $(`<div id="html_fb6ead3ad1f87512a0c8c949b1080d8e" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_309b8d725d830fc4e9f20a7271c93c9e.setContent(html_fb6ead3ad1f87512a0c8c949b1080d8e);
|
|
|
|
|
|
|
|
marker_e274acd34c2c147cb8574414a0a5c130.bindPopup(popup_309b8d725d830fc4e9f20a7271c93c9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e274acd34c2c147cb8574414a0a5c130.setIcon(icon_e3963e3c2c9e25d5525b6dff7ae4d0a2);
|
|
|
|
|
|
var marker_01abc649d48acd62f0990eec2e5f3934 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_4901c3d626b38de871960200fbbc7f1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40412e97f82a532ecb76892a751ae8f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bc5432db2628fd63b662c5dc5c47028 = $(`<div id="html_6bc5432db2628fd63b662c5dc5c47028" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_40412e97f82a532ecb76892a751ae8f6.setContent(html_6bc5432db2628fd63b662c5dc5c47028);
|
|
|
|
|
|
|
|
marker_01abc649d48acd62f0990eec2e5f3934.bindPopup(popup_40412e97f82a532ecb76892a751ae8f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01abc649d48acd62f0990eec2e5f3934.setIcon(icon_4901c3d626b38de871960200fbbc7f1b);
|
|
|
|
|
|
var marker_7f0dd0380fee8703ac4b10f73b42c309 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_2103d6ad37b0f69199527ea05e249022 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04ea9f98a2fb3233d49e715909298fd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ab2f683b2a4f8f7bee287d5c79de7be = $(`<div id="html_3ab2f683b2a4f8f7bee287d5c79de7be" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_04ea9f98a2fb3233d49e715909298fd1.setContent(html_3ab2f683b2a4f8f7bee287d5c79de7be);
|
|
|
|
|
|
|
|
marker_7f0dd0380fee8703ac4b10f73b42c309.bindPopup(popup_04ea9f98a2fb3233d49e715909298fd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f0dd0380fee8703ac4b10f73b42c309.setIcon(icon_2103d6ad37b0f69199527ea05e249022);
|
|
|
|
|
|
var marker_3015f17a49da24cb0cee8c03f459a41b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_8bc7bfa3ba003f564e7cb22fb427cdd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50553afdb49462f2246fd43b2ec56a15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d284f925bf9861477b3a1e4ebb46993a = $(`<div id="html_d284f925bf9861477b3a1e4ebb46993a" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_50553afdb49462f2246fd43b2ec56a15.setContent(html_d284f925bf9861477b3a1e4ebb46993a);
|
|
|
|
|
|
|
|
marker_3015f17a49da24cb0cee8c03f459a41b.bindPopup(popup_50553afdb49462f2246fd43b2ec56a15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3015f17a49da24cb0cee8c03f459a41b.setIcon(icon_8bc7bfa3ba003f564e7cb22fb427cdd6);
|
|
|
|
|
|
var marker_0047041cdaf0b5054a464dd83f5d5241 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b2d0f2b0dee6b1333054dd36c9e0c2be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92ef6ed685edf935ce4a3211dfd43afd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d55bf247ce93a91d6b21c8194273c058 = $(`<div id="html_d55bf247ce93a91d6b21c8194273c058" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_92ef6ed685edf935ce4a3211dfd43afd.setContent(html_d55bf247ce93a91d6b21c8194273c058);
|
|
|
|
|
|
|
|
marker_0047041cdaf0b5054a464dd83f5d5241.bindPopup(popup_92ef6ed685edf935ce4a3211dfd43afd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0047041cdaf0b5054a464dd83f5d5241.setIcon(icon_b2d0f2b0dee6b1333054dd36c9e0c2be);
|
|
|
|
|
|
var marker_d3f1ca6f136528f780b772a6ee17e806 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_95b932c101e3089ad6b9a81fa3d29d10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d331e9d83245689c4e8772537b4d7712 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6087a2cb89353dee0fabeb47e8a9058d = $(`<div id="html_6087a2cb89353dee0fabeb47e8a9058d" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_d331e9d83245689c4e8772537b4d7712.setContent(html_6087a2cb89353dee0fabeb47e8a9058d);
|
|
|
|
|
|
|
|
marker_d3f1ca6f136528f780b772a6ee17e806.bindPopup(popup_d331e9d83245689c4e8772537b4d7712)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3f1ca6f136528f780b772a6ee17e806.setIcon(icon_95b932c101e3089ad6b9a81fa3d29d10);
|
|
|
|
|
|
var marker_cbefa797d9c5e0dc716b74165b95605f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_4a326bb25898de22b6f3e6ad575a3f75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c214c5f71e20989802f6e84dbb16cce1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_199867d50c21811a5f84cb2ab61a1bec = $(`<div id="html_199867d50c21811a5f84cb2ab61a1bec" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_c214c5f71e20989802f6e84dbb16cce1.setContent(html_199867d50c21811a5f84cb2ab61a1bec);
|
|
|
|
|
|
|
|
marker_cbefa797d9c5e0dc716b74165b95605f.bindPopup(popup_c214c5f71e20989802f6e84dbb16cce1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbefa797d9c5e0dc716b74165b95605f.setIcon(icon_4a326bb25898de22b6f3e6ad575a3f75);
|
|
|
|
|
|
var marker_89204db3adf2cf5479b0af3e0d5ce503 = L.marker(
|
|
[49.281, -123.117],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b189d499e49a08539012167b23c0999c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40d65de7a084aac63ca6bae9ae03ad75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b2b94c8f0aa4be6b71694ca567b06fc = $(`<div id="html_5b2b94c8f0aa4be6b71694ca567b06fc" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_40d65de7a084aac63ca6bae9ae03ad75.setContent(html_5b2b94c8f0aa4be6b71694ca567b06fc);
|
|
|
|
|
|
|
|
marker_89204db3adf2cf5479b0af3e0d5ce503.bindPopup(popup_40d65de7a084aac63ca6bae9ae03ad75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89204db3adf2cf5479b0af3e0d5ce503.setIcon(icon_b189d499e49a08539012167b23c0999c);
|
|
|
|
|
|
var marker_197dd4b2d1a73f8eac5e50ad03279caf = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_2bf42aefb48d0cf2cd0f90231c7b6638 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2f764b7447646cc5d2270778dc200d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89eaf879e4369aafcc98fab1b9949a0b = $(`<div id="html_89eaf879e4369aafcc98fab1b9949a0b" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_c2f764b7447646cc5d2270778dc200d6.setContent(html_89eaf879e4369aafcc98fab1b9949a0b);
|
|
|
|
|
|
|
|
marker_197dd4b2d1a73f8eac5e50ad03279caf.bindPopup(popup_c2f764b7447646cc5d2270778dc200d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_197dd4b2d1a73f8eac5e50ad03279caf.setIcon(icon_2bf42aefb48d0cf2cd0f90231c7b6638);
|
|
|
|
|
|
var marker_e91bd5d3fca4e77957e5f8bc5fcf7c51 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_6901cf429a0fb521badc3ef7a49fc174 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e2baa69abee321b7c94d0cb3ab93e55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69c05bd835e77dd4af4ed383bfa58a39 = $(`<div id="html_69c05bd835e77dd4af4ed383bfa58a39" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_4e2baa69abee321b7c94d0cb3ab93e55.setContent(html_69c05bd835e77dd4af4ed383bfa58a39);
|
|
|
|
|
|
|
|
marker_e91bd5d3fca4e77957e5f8bc5fcf7c51.bindPopup(popup_4e2baa69abee321b7c94d0cb3ab93e55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e91bd5d3fca4e77957e5f8bc5fcf7c51.setIcon(icon_6901cf429a0fb521badc3ef7a49fc174);
|
|
|
|
|
|
var marker_11a71269018f4372640f1dbbec5d8394 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_a735c16f962d48d89a4ddf3a6ec2118e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c1c0abec01fd6d1f15507eceeb9a4c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a49949866221980aaddce460174b03cd = $(`<div id="html_a49949866221980aaddce460174b03cd" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_7c1c0abec01fd6d1f15507eceeb9a4c1.setContent(html_a49949866221980aaddce460174b03cd);
|
|
|
|
|
|
|
|
marker_11a71269018f4372640f1dbbec5d8394.bindPopup(popup_7c1c0abec01fd6d1f15507eceeb9a4c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11a71269018f4372640f1dbbec5d8394.setIcon(icon_a735c16f962d48d89a4ddf3a6ec2118e);
|
|
|
|
|
|
var marker_0fafd4184615aa8f6362122c3d53949f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_07e64f3b894409e8104e77db6c2978a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dfe0faaed1b95f5cc7ed1e1a577c853 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f5bacd239185b6d60009da1ccb58828 = $(`<div id="html_8f5bacd239185b6d60009da1ccb58828" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_0dfe0faaed1b95f5cc7ed1e1a577c853.setContent(html_8f5bacd239185b6d60009da1ccb58828);
|
|
|
|
|
|
|
|
marker_0fafd4184615aa8f6362122c3d53949f.bindPopup(popup_0dfe0faaed1b95f5cc7ed1e1a577c853)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fafd4184615aa8f6362122c3d53949f.setIcon(icon_07e64f3b894409e8104e77db6c2978a1);
|
|
|
|
|
|
var marker_6f32d55aa491a047c79f0992eb999966 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_ea5f737eb2aebf0dc59a84608704be85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_694453768696f47466e834e3d20d3a78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32383bb212d2340a981804efc73436a1 = $(`<div id="html_32383bb212d2340a981804efc73436a1" style="width: 100.0%; height: 100.0%;">relay.manneken.brussels</div>`)[0];
|
|
popup_694453768696f47466e834e3d20d3a78.setContent(html_32383bb212d2340a981804efc73436a1);
|
|
|
|
|
|
|
|
marker_6f32d55aa491a047c79f0992eb999966.bindPopup(popup_694453768696f47466e834e3d20d3a78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f32d55aa491a047c79f0992eb999966.setIcon(icon_ea5f737eb2aebf0dc59a84608704be85);
|
|
|
|
|
|
var marker_8c903323f4d98dd5cbd2ff3e3f915b78 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_2bc6e7387e0b5fdd55f4684a5ecefbf4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c82b007114ca78c7e0fb7b3261f0642 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edb4333b7f8dfed392c17081351dd7c3 = $(`<div id="html_edb4333b7f8dfed392c17081351dd7c3" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_8c82b007114ca78c7e0fb7b3261f0642.setContent(html_edb4333b7f8dfed392c17081351dd7c3);
|
|
|
|
|
|
|
|
marker_8c903323f4d98dd5cbd2ff3e3f915b78.bindPopup(popup_8c82b007114ca78c7e0fb7b3261f0642)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c903323f4d98dd5cbd2ff3e3f915b78.setIcon(icon_2bc6e7387e0b5fdd55f4684a5ecefbf4);
|
|
|
|
|
|
var marker_6f657129cec6874a5f749cdecb63c393 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b0de6868438fec014c5ee089fb407604 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a9c5d92878fc7b25168211302128ef4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d18e90d5241b989d5157fac8061a6106 = $(`<div id="html_d18e90d5241b989d5157fac8061a6106" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_9a9c5d92878fc7b25168211302128ef4.setContent(html_d18e90d5241b989d5157fac8061a6106);
|
|
|
|
|
|
|
|
marker_6f657129cec6874a5f749cdecb63c393.bindPopup(popup_9a9c5d92878fc7b25168211302128ef4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f657129cec6874a5f749cdecb63c393.setIcon(icon_b0de6868438fec014c5ee089fb407604);
|
|
|
|
|
|
var marker_47bb4579c409818e23db26d9294d240a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_af8304bc24113d77f43fa6a19b19781d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_687234d2e7ac733f1d9a726348af6e69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2560532532e696b05cf3ec2363dfb02d = $(`<div id="html_2560532532e696b05cf3ec2363dfb02d" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_687234d2e7ac733f1d9a726348af6e69.setContent(html_2560532532e696b05cf3ec2363dfb02d);
|
|
|
|
|
|
|
|
marker_47bb4579c409818e23db26d9294d240a.bindPopup(popup_687234d2e7ac733f1d9a726348af6e69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47bb4579c409818e23db26d9294d240a.setIcon(icon_af8304bc24113d77f43fa6a19b19781d);
|
|
|
|
|
|
var marker_66b5afa3643789227ce26438712fc176 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_2f21f3747ead78e23d50e4ecd04ec1f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f891fe7206a1ea07483c6796bbdee872 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00cd59b9bddaf01a5af5925bd5add4cb = $(`<div id="html_00cd59b9bddaf01a5af5925bd5add4cb" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_f891fe7206a1ea07483c6796bbdee872.setContent(html_00cd59b9bddaf01a5af5925bd5add4cb);
|
|
|
|
|
|
|
|
marker_66b5afa3643789227ce26438712fc176.bindPopup(popup_f891fe7206a1ea07483c6796bbdee872)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66b5afa3643789227ce26438712fc176.setIcon(icon_2f21f3747ead78e23d50e4ecd04ec1f8);
|
|
|
|
|
|
var marker_109d12e8fb46c8875514d29f38f1f33b = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b0d944978f51d4cf9e4aeee4c4eb34e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6176135a3913f16523d2df0c3c9d6b64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a2a8b7592b88d2ccf201b624a18a2c7 = $(`<div id="html_7a2a8b7592b88d2ccf201b624a18a2c7" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_6176135a3913f16523d2df0c3c9d6b64.setContent(html_7a2a8b7592b88d2ccf201b624a18a2c7);
|
|
|
|
|
|
|
|
marker_109d12e8fb46c8875514d29f38f1f33b.bindPopup(popup_6176135a3913f16523d2df0c3c9d6b64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_109d12e8fb46c8875514d29f38f1f33b.setIcon(icon_b0d944978f51d4cf9e4aeee4c4eb34e0);
|
|
|
|
|
|
var marker_354073c9c47412a2b8c51f06143d147c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_04590edd0f9c151cd1dd1692f86b29e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5a44734d0ac9eee46dc7f22bfd4f220 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bf3ba901197395442a0e1900b09753a = $(`<div id="html_6bf3ba901197395442a0e1900b09753a" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_b5a44734d0ac9eee46dc7f22bfd4f220.setContent(html_6bf3ba901197395442a0e1900b09753a);
|
|
|
|
|
|
|
|
marker_354073c9c47412a2b8c51f06143d147c.bindPopup(popup_b5a44734d0ac9eee46dc7f22bfd4f220)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_354073c9c47412a2b8c51f06143d147c.setIcon(icon_04590edd0f9c151cd1dd1692f86b29e0);
|
|
|
|
|
|
var marker_432765d76fff05f757684d936a6b5796 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_47d7016a70d6eb672b13cb126936f66e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_078ed8671a93b1cbac9d2bff4faa2990 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f6b31c6a367626adc65ed5b701f9648 = $(`<div id="html_4f6b31c6a367626adc65ed5b701f9648" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_078ed8671a93b1cbac9d2bff4faa2990.setContent(html_4f6b31c6a367626adc65ed5b701f9648);
|
|
|
|
|
|
|
|
marker_432765d76fff05f757684d936a6b5796.bindPopup(popup_078ed8671a93b1cbac9d2bff4faa2990)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_432765d76fff05f757684d936a6b5796.setIcon(icon_47d7016a70d6eb672b13cb126936f66e);
|
|
|
|
|
|
var marker_a545fd09a54fe2df7def4650d4b27e67 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b036baabd43d642f5ca2491b8042a0ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e1606a37038528550a1cc85c5e1e0d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa2b1bee6b6422d5abb15f808a0512cc = $(`<div id="html_aa2b1bee6b6422d5abb15f808a0512cc" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_3e1606a37038528550a1cc85c5e1e0d3.setContent(html_aa2b1bee6b6422d5abb15f808a0512cc);
|
|
|
|
|
|
|
|
marker_a545fd09a54fe2df7def4650d4b27e67.bindPopup(popup_3e1606a37038528550a1cc85c5e1e0d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a545fd09a54fe2df7def4650d4b27e67.setIcon(icon_b036baabd43d642f5ca2491b8042a0ac);
|
|
|
|
|
|
var marker_565f0c1c109c6369ef8995f96063aeab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_f261de3d104ff5695761881649cf4388 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6390c9e9d31778e7b3053f255d351ec1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_410b37cbe5936ef607fe19c8c61d3d7f = $(`<div id="html_410b37cbe5936ef607fe19c8c61d3d7f" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_6390c9e9d31778e7b3053f255d351ec1.setContent(html_410b37cbe5936ef607fe19c8c61d3d7f);
|
|
|
|
|
|
|
|
marker_565f0c1c109c6369ef8995f96063aeab.bindPopup(popup_6390c9e9d31778e7b3053f255d351ec1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_565f0c1c109c6369ef8995f96063aeab.setIcon(icon_f261de3d104ff5695761881649cf4388);
|
|
|
|
|
|
var marker_3fb3e199257d063c467b53f4e186feed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_25c50820975e4100aa45d535ed375bb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdec8b651494228c75145f0609293536 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_325516922c061925cd6ad36649594277 = $(`<div id="html_325516922c061925cd6ad36649594277" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_fdec8b651494228c75145f0609293536.setContent(html_325516922c061925cd6ad36649594277);
|
|
|
|
|
|
|
|
marker_3fb3e199257d063c467b53f4e186feed.bindPopup(popup_fdec8b651494228c75145f0609293536)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fb3e199257d063c467b53f4e186feed.setIcon(icon_25c50820975e4100aa45d535ed375bb6);
|
|
|
|
|
|
var marker_e69e535d0348435c71100313c6103231 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_9ff61a6a273e20c9eb84bef461b7060e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1147187573faeb7aa0614cfe81aabbe6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61e65d5712b1417f90e775d439262a48 = $(`<div id="html_61e65d5712b1417f90e775d439262a48" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_1147187573faeb7aa0614cfe81aabbe6.setContent(html_61e65d5712b1417f90e775d439262a48);
|
|
|
|
|
|
|
|
marker_e69e535d0348435c71100313c6103231.bindPopup(popup_1147187573faeb7aa0614cfe81aabbe6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e69e535d0348435c71100313c6103231.setIcon(icon_9ff61a6a273e20c9eb84bef461b7060e);
|
|
|
|
|
|
var marker_7d7b18f4682f62dc546e5c3e0f34d398 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_548ea63b5783005607c5e6b74b5b8bd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba6b7b44e5b0810b237d38dd20e27cee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6f06c6469fc807960584838f0fcccae = $(`<div id="html_d6f06c6469fc807960584838f0fcccae" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_ba6b7b44e5b0810b237d38dd20e27cee.setContent(html_d6f06c6469fc807960584838f0fcccae);
|
|
|
|
|
|
|
|
marker_7d7b18f4682f62dc546e5c3e0f34d398.bindPopup(popup_ba6b7b44e5b0810b237d38dd20e27cee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d7b18f4682f62dc546e5c3e0f34d398.setIcon(icon_548ea63b5783005607c5e6b74b5b8bd5);
|
|
|
|
|
|
var marker_7e266f45d3af095f643db8feb61d69e0 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_c1573818cd5325bd6f2c841c4a3ae08a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e4d291a0cb1de6f8df3ee42b319319a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_426b8f6a265985cd2985af52dbdc3b68 = $(`<div id="html_426b8f6a265985cd2985af52dbdc3b68" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_5e4d291a0cb1de6f8df3ee42b319319a.setContent(html_426b8f6a265985cd2985af52dbdc3b68);
|
|
|
|
|
|
|
|
marker_7e266f45d3af095f643db8feb61d69e0.bindPopup(popup_5e4d291a0cb1de6f8df3ee42b319319a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e266f45d3af095f643db8feb61d69e0.setIcon(icon_c1573818cd5325bd6f2c841c4a3ae08a);
|
|
|
|
|
|
var marker_f87e4fa7bcb615c442fa9389b2766e50 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_f84986e848f561452d3cfabd68c3b7a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e43aceee7298ef719ba3fa7d3874802c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af87003ae00baab3b8c25b16220ce574 = $(`<div id="html_af87003ae00baab3b8c25b16220ce574" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_e43aceee7298ef719ba3fa7d3874802c.setContent(html_af87003ae00baab3b8c25b16220ce574);
|
|
|
|
|
|
|
|
marker_f87e4fa7bcb615c442fa9389b2766e50.bindPopup(popup_e43aceee7298ef719ba3fa7d3874802c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f87e4fa7bcb615c442fa9389b2766e50.setIcon(icon_f84986e848f561452d3cfabd68c3b7a5);
|
|
|
|
|
|
var marker_f7607d59f09e279368b53551143d68ff = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e18201eb4ceabef359ef5e385696a3a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a4bab8f94900e9fb2dd3b1e1d059d46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f237a5339fdc55a881a6ff9eeb6037f6 = $(`<div id="html_f237a5339fdc55a881a6ff9eeb6037f6" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_0a4bab8f94900e9fb2dd3b1e1d059d46.setContent(html_f237a5339fdc55a881a6ff9eeb6037f6);
|
|
|
|
|
|
|
|
marker_f7607d59f09e279368b53551143d68ff.bindPopup(popup_0a4bab8f94900e9fb2dd3b1e1d059d46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7607d59f09e279368b53551143d68ff.setIcon(icon_e18201eb4ceabef359ef5e385696a3a3);
|
|
|
|
|
|
var marker_8ae426fed971fc700cdec62939a0d82a = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_cc575b0b6469071b946b5c82f8a48ef8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8157d09b3cadccaa6e81e3f8da8aa1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_457ce4a7231fc60ad4804b25115e0a45 = $(`<div id="html_457ce4a7231fc60ad4804b25115e0a45" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_b8157d09b3cadccaa6e81e3f8da8aa1a.setContent(html_457ce4a7231fc60ad4804b25115e0a45);
|
|
|
|
|
|
|
|
marker_8ae426fed971fc700cdec62939a0d82a.bindPopup(popup_b8157d09b3cadccaa6e81e3f8da8aa1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ae426fed971fc700cdec62939a0d82a.setIcon(icon_cc575b0b6469071b946b5c82f8a48ef8);
|
|
|
|
|
|
var marker_ae50756804815af5317af2315c714013 = L.marker(
|
|
[46.5971, 9.59652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_814847f7e7816b0496d7dbcbfcf64dbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aab465db12899cd58fb9f09457c3542a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c671d6d3feceeb90c6b3d3aada6cabc0 = $(`<div id="html_c671d6d3feceeb90c6b3d3aada6cabc0" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_aab465db12899cd58fb9f09457c3542a.setContent(html_c671d6d3feceeb90c6b3d3aada6cabc0);
|
|
|
|
|
|
|
|
marker_ae50756804815af5317af2315c714013.bindPopup(popup_aab465db12899cd58fb9f09457c3542a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae50756804815af5317af2315c714013.setIcon(icon_814847f7e7816b0496d7dbcbfcf64dbd);
|
|
|
|
|
|
var marker_7ba393a7364ad0c2a4a2a66cd118f883 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_bb1fd7d05192f0b4cc7247339a02d480 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26dfe000f382a59c98b40051471d0703 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f475161134b9da1052d69011d9d9fb27 = $(`<div id="html_f475161134b9da1052d69011d9d9fb27" style="width: 100.0%; height: 100.0%;">ve.agorawlc.com</div>`)[0];
|
|
popup_26dfe000f382a59c98b40051471d0703.setContent(html_f475161134b9da1052d69011d9d9fb27);
|
|
|
|
|
|
|
|
marker_7ba393a7364ad0c2a4a2a66cd118f883.bindPopup(popup_26dfe000f382a59c98b40051471d0703)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ba393a7364ad0c2a4a2a66cd118f883.setIcon(icon_bb1fd7d05192f0b4cc7247339a02d480);
|
|
|
|
|
|
var marker_5cfa10f607f67fc01347366bec68c202 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_39fa96ffbc607438d7ce6407648f89ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6463bd4c18f87248a300d4e40eca281e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85764f76aff5e9885aecae69aba98939 = $(`<div id="html_85764f76aff5e9885aecae69aba98939" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_6463bd4c18f87248a300d4e40eca281e.setContent(html_85764f76aff5e9885aecae69aba98939);
|
|
|
|
|
|
|
|
marker_5cfa10f607f67fc01347366bec68c202.bindPopup(popup_6463bd4c18f87248a300d4e40eca281e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cfa10f607f67fc01347366bec68c202.setIcon(icon_39fa96ffbc607438d7ce6407648f89ce);
|
|
|
|
|
|
var marker_f733df39a7824ef5b139287b5fc69d74 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_51153c0f000d1e58973cb4489bc122a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ecad3b2dd832b1d5999cd1b96dafc98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4970cba980843dd175af6325d2f90d8e = $(`<div id="html_4970cba980843dd175af6325d2f90d8e" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_0ecad3b2dd832b1d5999cd1b96dafc98.setContent(html_4970cba980843dd175af6325d2f90d8e);
|
|
|
|
|
|
|
|
marker_f733df39a7824ef5b139287b5fc69d74.bindPopup(popup_0ecad3b2dd832b1d5999cd1b96dafc98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f733df39a7824ef5b139287b5fc69d74.setIcon(icon_51153c0f000d1e58973cb4489bc122a4);
|
|
|
|
|
|
var marker_a1a2d8a9affbf695084f71968dbccc8b = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e28a3cfeea1303925c3752b3c7655718 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51425fa3867942e2e9171373c7205d0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fcb5c723090dc1d943e4b079c50f5f9 = $(`<div id="html_6fcb5c723090dc1d943e4b079c50f5f9" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_51425fa3867942e2e9171373c7205d0e.setContent(html_6fcb5c723090dc1d943e4b079c50f5f9);
|
|
|
|
|
|
|
|
marker_a1a2d8a9affbf695084f71968dbccc8b.bindPopup(popup_51425fa3867942e2e9171373c7205d0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1a2d8a9affbf695084f71968dbccc8b.setIcon(icon_e28a3cfeea1303925c3752b3c7655718);
|
|
|
|
|
|
var marker_c126fde23b1a3c0305799b22cba4fac2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_c044128497e62589d9ba2bda4fd51e0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_042885f4e1a9d12b7b1d871da35b9325 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83c745c7d86b34979c9e722902e4763c = $(`<div id="html_83c745c7d86b34979c9e722902e4763c" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_042885f4e1a9d12b7b1d871da35b9325.setContent(html_83c745c7d86b34979c9e722902e4763c);
|
|
|
|
|
|
|
|
marker_c126fde23b1a3c0305799b22cba4fac2.bindPopup(popup_042885f4e1a9d12b7b1d871da35b9325)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c126fde23b1a3c0305799b22cba4fac2.setIcon(icon_c044128497e62589d9ba2bda4fd51e0e);
|
|
|
|
|
|
var marker_029eb878ae3ac3c16a4654f5db62c1d5 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_44d7b9c417f8b4e685d185b58d7ef2d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a2c065867d832bba7de06d377a4b2a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03e6e2cf319c8913639fc1bee7b589a5 = $(`<div id="html_03e6e2cf319c8913639fc1bee7b589a5" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_5a2c065867d832bba7de06d377a4b2a9.setContent(html_03e6e2cf319c8913639fc1bee7b589a5);
|
|
|
|
|
|
|
|
marker_029eb878ae3ac3c16a4654f5db62c1d5.bindPopup(popup_5a2c065867d832bba7de06d377a4b2a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_029eb878ae3ac3c16a4654f5db62c1d5.setIcon(icon_44d7b9c417f8b4e685d185b58d7ef2d8);
|
|
|
|
|
|
var marker_661695af97c56a4274a9224337de3864 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_0e2c05fa09f51f5e8293e83abc18a3f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_660951e626a1930dd5002d7aa721fea3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88ad4930474bd5ed26360bef7d13b282 = $(`<div id="html_88ad4930474bd5ed26360bef7d13b282" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_660951e626a1930dd5002d7aa721fea3.setContent(html_88ad4930474bd5ed26360bef7d13b282);
|
|
|
|
|
|
|
|
marker_661695af97c56a4274a9224337de3864.bindPopup(popup_660951e626a1930dd5002d7aa721fea3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_661695af97c56a4274a9224337de3864.setIcon(icon_0e2c05fa09f51f5e8293e83abc18a3f5);
|
|
|
|
|
|
var marker_59a1bbe09dedeba2718a120ccdff2006 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_3f750b3a98275dbf073833f4f53a378b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d9130fb1a9130c0f01ec54bd183e020 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ecba0336ca505619e26552a8c7d0095 = $(`<div id="html_0ecba0336ca505619e26552a8c7d0095" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_0d9130fb1a9130c0f01ec54bd183e020.setContent(html_0ecba0336ca505619e26552a8c7d0095);
|
|
|
|
|
|
|
|
marker_59a1bbe09dedeba2718a120ccdff2006.bindPopup(popup_0d9130fb1a9130c0f01ec54bd183e020)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59a1bbe09dedeba2718a120ccdff2006.setIcon(icon_3f750b3a98275dbf073833f4f53a378b);
|
|
|
|
|
|
var marker_bdc953fd8804e2ea0727aec407fbe917 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_231e4dfb64c4872ffbd7e9b30a8e6ea7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3c6d5aec0bc1da864fb71baebaaaa76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61331024b444a734d85b6c6b9cd70fd6 = $(`<div id="html_61331024b444a734d85b6c6b9cd70fd6" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_d3c6d5aec0bc1da864fb71baebaaaa76.setContent(html_61331024b444a734d85b6c6b9cd70fd6);
|
|
|
|
|
|
|
|
marker_bdc953fd8804e2ea0727aec407fbe917.bindPopup(popup_d3c6d5aec0bc1da864fb71baebaaaa76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdc953fd8804e2ea0727aec407fbe917.setIcon(icon_231e4dfb64c4872ffbd7e9b30a8e6ea7);
|
|
|
|
|
|
var marker_ed5ad4bf4481beabce456b7b748024d8 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_c1fda9abaf2a3bbdb9fc09455547178d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b804710c4a8025e0764a012e26aa1942 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc179a0a93654e9395cf95ed13aadd35 = $(`<div id="html_cc179a0a93654e9395cf95ed13aadd35" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_b804710c4a8025e0764a012e26aa1942.setContent(html_cc179a0a93654e9395cf95ed13aadd35);
|
|
|
|
|
|
|
|
marker_ed5ad4bf4481beabce456b7b748024d8.bindPopup(popup_b804710c4a8025e0764a012e26aa1942)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed5ad4bf4481beabce456b7b748024d8.setIcon(icon_c1fda9abaf2a3bbdb9fc09455547178d);
|
|
|
|
|
|
var marker_ab76cf4f28621e526273b27fd563422d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_d37f4e41721ec059dc8028c4e2ab54ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5185b3ad395aaade5349f4aaebc696b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2824043cb400784bca4f996b1235f6a7 = $(`<div id="html_2824043cb400784bca4f996b1235f6a7" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_5185b3ad395aaade5349f4aaebc696b9.setContent(html_2824043cb400784bca4f996b1235f6a7);
|
|
|
|
|
|
|
|
marker_ab76cf4f28621e526273b27fd563422d.bindPopup(popup_5185b3ad395aaade5349f4aaebc696b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab76cf4f28621e526273b27fd563422d.setIcon(icon_d37f4e41721ec059dc8028c4e2ab54ec);
|
|
|
|
|
|
var marker_2b5b58411b8821c752bf0524d286381d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b88cea91e678f60b1320c24d5696d968 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62fcfd88b8efba838158a0d71af41c9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_847b274eb8d764fc84a6b7e2b97d1a96 = $(`<div id="html_847b274eb8d764fc84a6b7e2b97d1a96" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_62fcfd88b8efba838158a0d71af41c9b.setContent(html_847b274eb8d764fc84a6b7e2b97d1a96);
|
|
|
|
|
|
|
|
marker_2b5b58411b8821c752bf0524d286381d.bindPopup(popup_62fcfd88b8efba838158a0d71af41c9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b5b58411b8821c752bf0524d286381d.setIcon(icon_b88cea91e678f60b1320c24d5696d968);
|
|
|
|
|
|
var marker_c0d9caddbfed04a75f4e708d0d560255 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_c84e9447f9dd5528bc03dd1f698afcab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6a755736b1323694f2978e5a35f3bdf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b0d24ba3d3630636d000c358a1a13ef = $(`<div id="html_2b0d24ba3d3630636d000c358a1a13ef" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_a6a755736b1323694f2978e5a35f3bdf.setContent(html_2b0d24ba3d3630636d000c358a1a13ef);
|
|
|
|
|
|
|
|
marker_c0d9caddbfed04a75f4e708d0d560255.bindPopup(popup_a6a755736b1323694f2978e5a35f3bdf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0d9caddbfed04a75f4e708d0d560255.setIcon(icon_c84e9447f9dd5528bc03dd1f698afcab);
|
|
|
|
|
|
var marker_6906b0ad6730dc9a96cea6f05565371c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_011b5684e06c086b7c185032279fe535 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc8ce99ae20f071ba876a25bc21dfe9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b6bf89ec973eba873529105faa1b0a3 = $(`<div id="html_0b6bf89ec973eba873529105faa1b0a3" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_dc8ce99ae20f071ba876a25bc21dfe9c.setContent(html_0b6bf89ec973eba873529105faa1b0a3);
|
|
|
|
|
|
|
|
marker_6906b0ad6730dc9a96cea6f05565371c.bindPopup(popup_dc8ce99ae20f071ba876a25bc21dfe9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6906b0ad6730dc9a96cea6f05565371c.setIcon(icon_011b5684e06c086b7c185032279fe535);
|
|
|
|
|
|
var marker_1968535d958840d8e5faa116b7cd0b13 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_aa8f8dad84922e3c5b42f75f9f5cd5f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efd4e17a583199f39930d7babf3058a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b383f8a242574e48497c9264ca2ef0aa = $(`<div id="html_b383f8a242574e48497c9264ca2ef0aa" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_efd4e17a583199f39930d7babf3058a8.setContent(html_b383f8a242574e48497c9264ca2ef0aa);
|
|
|
|
|
|
|
|
marker_1968535d958840d8e5faa116b7cd0b13.bindPopup(popup_efd4e17a583199f39930d7babf3058a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1968535d958840d8e5faa116b7cd0b13.setIcon(icon_aa8f8dad84922e3c5b42f75f9f5cd5f5);
|
|
|
|
|
|
var marker_18145a137f40cbf283d8ccaed6e93741 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_f3da995600f07731a94afe38dff6a5c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c05794f44e5831c2b8faa36a3a9fea8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6974a2618040dde071b9f5b166e521f = $(`<div id="html_a6974a2618040dde071b9f5b166e521f" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_6c05794f44e5831c2b8faa36a3a9fea8.setContent(html_a6974a2618040dde071b9f5b166e521f);
|
|
|
|
|
|
|
|
marker_18145a137f40cbf283d8ccaed6e93741.bindPopup(popup_6c05794f44e5831c2b8faa36a3a9fea8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18145a137f40cbf283d8ccaed6e93741.setIcon(icon_f3da995600f07731a94afe38dff6a5c1);
|
|
|
|
|
|
var marker_b7bd77887b232ad36899bbd0a3f74a39 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_becd27ecd16fbf0de258b1efb469049c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_544bb1ef8e137cfe148b9f800f72e6bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58fec3b87cf00e3438d41f44ffe2a6ba = $(`<div id="html_58fec3b87cf00e3438d41f44ffe2a6ba" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_544bb1ef8e137cfe148b9f800f72e6bd.setContent(html_58fec3b87cf00e3438d41f44ffe2a6ba);
|
|
|
|
|
|
|
|
marker_b7bd77887b232ad36899bbd0a3f74a39.bindPopup(popup_544bb1ef8e137cfe148b9f800f72e6bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7bd77887b232ad36899bbd0a3f74a39.setIcon(icon_becd27ecd16fbf0de258b1efb469049c);
|
|
|
|
|
|
var marker_591b2efab45b8548f8bafe47f0a47a33 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_0af1eed3668689c5afbdab613e10b5f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09866e63febcfb4158c36d9e617caa09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_400839191ac50836780592ad1f4ea68a = $(`<div id="html_400839191ac50836780592ad1f4ea68a" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_09866e63febcfb4158c36d9e617caa09.setContent(html_400839191ac50836780592ad1f4ea68a);
|
|
|
|
|
|
|
|
marker_591b2efab45b8548f8bafe47f0a47a33.bindPopup(popup_09866e63febcfb4158c36d9e617caa09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_591b2efab45b8548f8bafe47f0a47a33.setIcon(icon_0af1eed3668689c5afbdab613e10b5f6);
|
|
|
|
|
|
var marker_167e7c76bb75640033db7f0f34847267 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e2e7cdb7a140390189012040a9dcf79c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf8cfbce6c86035955d7b7d424d201ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fdbb24340592077fa9b4f3e69c90290 = $(`<div id="html_8fdbb24340592077fa9b4f3e69c90290" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_bf8cfbce6c86035955d7b7d424d201ee.setContent(html_8fdbb24340592077fa9b4f3e69c90290);
|
|
|
|
|
|
|
|
marker_167e7c76bb75640033db7f0f34847267.bindPopup(popup_bf8cfbce6c86035955d7b7d424d201ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_167e7c76bb75640033db7f0f34847267.setIcon(icon_e2e7cdb7a140390189012040a9dcf79c);
|
|
|
|
|
|
var marker_6390e8b3f83b85a80ad44cd2624b3563 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_c6ba6a01c868c86ddf2a54083c161416 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b94339842919af69e9ea6e5e6213b283 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9de8168bffdc51e03fd2139bb8c8b4d9 = $(`<div id="html_9de8168bffdc51e03fd2139bb8c8b4d9" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_b94339842919af69e9ea6e5e6213b283.setContent(html_9de8168bffdc51e03fd2139bb8c8b4d9);
|
|
|
|
|
|
|
|
marker_6390e8b3f83b85a80ad44cd2624b3563.bindPopup(popup_b94339842919af69e9ea6e5e6213b283)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6390e8b3f83b85a80ad44cd2624b3563.setIcon(icon_c6ba6a01c868c86ddf2a54083c161416);
|
|
|
|
|
|
var marker_1138deccab7f4a44a40e0f7811596d54 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_08ce758a07dc144c96ad5df629b72b97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86cbde60bc59b8a4cd0d3d001f708bb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b359a0fa89dc21457934a0089906316e = $(`<div id="html_b359a0fa89dc21457934a0089906316e" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_86cbde60bc59b8a4cd0d3d001f708bb9.setContent(html_b359a0fa89dc21457934a0089906316e);
|
|
|
|
|
|
|
|
marker_1138deccab7f4a44a40e0f7811596d54.bindPopup(popup_86cbde60bc59b8a4cd0d3d001f708bb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1138deccab7f4a44a40e0f7811596d54.setIcon(icon_08ce758a07dc144c96ad5df629b72b97);
|
|
|
|
|
|
var marker_0461d270f95658e7ece6a6b44860a1e3 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_1a66b30692154d440530607c40d3f3f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54a77e2815ffef81159d19b978d182c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3008c73c0c677f465b1fbf10f14930a7 = $(`<div id="html_3008c73c0c677f465b1fbf10f14930a7" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_54a77e2815ffef81159d19b978d182c9.setContent(html_3008c73c0c677f465b1fbf10f14930a7);
|
|
|
|
|
|
|
|
marker_0461d270f95658e7ece6a6b44860a1e3.bindPopup(popup_54a77e2815ffef81159d19b978d182c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0461d270f95658e7ece6a6b44860a1e3.setIcon(icon_1a66b30692154d440530607c40d3f3f1);
|
|
|
|
|
|
var marker_9ca8a216f04a2f5552193a5248723de4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_65e83903f61f8b59908ce92cd14289b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa0939a69793bc88ebfd239f59619dc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e7e7f65326e68ea443bbfea2b58c8a5 = $(`<div id="html_5e7e7f65326e68ea443bbfea2b58c8a5" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_fa0939a69793bc88ebfd239f59619dc5.setContent(html_5e7e7f65326e68ea443bbfea2b58c8a5);
|
|
|
|
|
|
|
|
marker_9ca8a216f04a2f5552193a5248723de4.bindPopup(popup_fa0939a69793bc88ebfd239f59619dc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ca8a216f04a2f5552193a5248723de4.setIcon(icon_65e83903f61f8b59908ce92cd14289b0);
|
|
|
|
|
|
var marker_9c38082f794003f9290d16576d4274ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_0dd00785a47c292de06b7cb1de6d61aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc711ee9d1ce4587c9d130d5902e4d60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92a896b20d51aaf41b4c9b9daafb85d2 = $(`<div id="html_92a896b20d51aaf41b4c9b9daafb85d2" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_fc711ee9d1ce4587c9d130d5902e4d60.setContent(html_92a896b20d51aaf41b4c9b9daafb85d2);
|
|
|
|
|
|
|
|
marker_9c38082f794003f9290d16576d4274ff.bindPopup(popup_fc711ee9d1ce4587c9d130d5902e4d60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c38082f794003f9290d16576d4274ff.setIcon(icon_0dd00785a47c292de06b7cb1de6d61aa);
|
|
|
|
|
|
var marker_01f17d47fb2d28e597817c5cfc2b512e = L.marker(
|
|
[10.074, -84.2155],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_64dee137ee54393fcbb046784292c22e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b02536401d75d98bc2bb075311f53b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3646c636f44cd769046bf7039e554dc5 = $(`<div id="html_3646c636f44cd769046bf7039e554dc5" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_0b02536401d75d98bc2bb075311f53b6.setContent(html_3646c636f44cd769046bf7039e554dc5);
|
|
|
|
|
|
|
|
marker_01f17d47fb2d28e597817c5cfc2b512e.bindPopup(popup_0b02536401d75d98bc2bb075311f53b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01f17d47fb2d28e597817c5cfc2b512e.setIcon(icon_64dee137ee54393fcbb046784292c22e);
|
|
|
|
|
|
var marker_31ad146d2cbd204b3689c7c6366b3a0c = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_ced735085ce825bb8cb367da9284bd89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da35f086980a86931afcae04f32dd5f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fac04f08d3ad7684083e825a1dd25b50 = $(`<div id="html_fac04f08d3ad7684083e825a1dd25b50" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_da35f086980a86931afcae04f32dd5f8.setContent(html_fac04f08d3ad7684083e825a1dd25b50);
|
|
|
|
|
|
|
|
marker_31ad146d2cbd204b3689c7c6366b3a0c.bindPopup(popup_da35f086980a86931afcae04f32dd5f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31ad146d2cbd204b3689c7c6366b3a0c.setIcon(icon_ced735085ce825bb8cb367da9284bd89);
|
|
|
|
|
|
var marker_4b7984d47c98420dea717dafb1df743e = L.marker(
|
|
[45.5019, -73.5674],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_30cc791c821a730587b6edd89a5919fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f9234a10aef3f1510814e4b49b80f0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7976eefa95153fbe1b04d6c1b50e2432 = $(`<div id="html_7976eefa95153fbe1b04d6c1b50e2432" style="width: 100.0%; height: 100.0%;">nostr-server-production.up.railway.app</div>`)[0];
|
|
popup_1f9234a10aef3f1510814e4b49b80f0d.setContent(html_7976eefa95153fbe1b04d6c1b50e2432);
|
|
|
|
|
|
|
|
marker_4b7984d47c98420dea717dafb1df743e.bindPopup(popup_1f9234a10aef3f1510814e4b49b80f0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b7984d47c98420dea717dafb1df743e.setIcon(icon_30cc791c821a730587b6edd89a5919fa);
|
|
|
|
|
|
var marker_0361f5fbe818d2b0a59624e8a737893f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_d1498f92621ce6eaa6166e5d588b6ea9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28094cd959803d031298d2d9006a7c14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51d5e8bc794b914320ba9943534256db = $(`<div id="html_51d5e8bc794b914320ba9943534256db" style="width: 100.0%; height: 100.0%;">seed-options-few-cache.trycloudflare.com</div>`)[0];
|
|
popup_28094cd959803d031298d2d9006a7c14.setContent(html_51d5e8bc794b914320ba9943534256db);
|
|
|
|
|
|
|
|
marker_0361f5fbe818d2b0a59624e8a737893f.bindPopup(popup_28094cd959803d031298d2d9006a7c14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0361f5fbe818d2b0a59624e8a737893f.setIcon(icon_d1498f92621ce6eaa6166e5d588b6ea9);
|
|
|
|
|
|
var marker_d575b844ddcf4be1dcdb305ffe3fe51e = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_6b901a6024dd12913b614f4d3757cf72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e53532dcf87057faaa3d536150175b14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_736afa1ee3e340704206aeeca1d5e940 = $(`<div id="html_736afa1ee3e340704206aeeca1d5e940" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_e53532dcf87057faaa3d536150175b14.setContent(html_736afa1ee3e340704206aeeca1d5e940);
|
|
|
|
|
|
|
|
marker_d575b844ddcf4be1dcdb305ffe3fe51e.bindPopup(popup_e53532dcf87057faaa3d536150175b14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d575b844ddcf4be1dcdb305ffe3fe51e.setIcon(icon_6b901a6024dd12913b614f4d3757cf72);
|
|
|
|
|
|
var marker_cb414d8a424171d74fb4ab25859a29af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_749fc07716f83ae5bb0280d2df1e2918 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f74b7045205d413c141c8f443c285d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d04d75db086e70504e8745875be76c1 = $(`<div id="html_4d04d75db086e70504e8745875be76c1" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_2f74b7045205d413c141c8f443c285d3.setContent(html_4d04d75db086e70504e8745875be76c1);
|
|
|
|
|
|
|
|
marker_cb414d8a424171d74fb4ab25859a29af.bindPopup(popup_2f74b7045205d413c141c8f443c285d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb414d8a424171d74fb4ab25859a29af.setIcon(icon_749fc07716f83ae5bb0280d2df1e2918);
|
|
|
|
|
|
var marker_e258460ffd502197514c3c505beac333 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_8e98096e55a8ef63d09f676e99b5f8d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_546f9d6ca3c78a8229f1b81e431686ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_621bd34611e74d87754c658e84b12280 = $(`<div id="html_621bd34611e74d87754c658e84b12280" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_546f9d6ca3c78a8229f1b81e431686ad.setContent(html_621bd34611e74d87754c658e84b12280);
|
|
|
|
|
|
|
|
marker_e258460ffd502197514c3c505beac333.bindPopup(popup_546f9d6ca3c78a8229f1b81e431686ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e258460ffd502197514c3c505beac333.setIcon(icon_8e98096e55a8ef63d09f676e99b5f8d7);
|
|
|
|
|
|
var marker_3ce25bb6e52568fc47e7974f2a8a59b4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_93c99e5acfc246cc623df5350b273996 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd4515e338a1fc6a4c912e55adfad5ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cc2f7851b749767eeeda4158c455483 = $(`<div id="html_5cc2f7851b749767eeeda4158c455483" style="width: 100.0%; height: 100.0%;">holland-excited-charming-experiencing.trycloudflare.com</div>`)[0];
|
|
popup_dd4515e338a1fc6a4c912e55adfad5ae.setContent(html_5cc2f7851b749767eeeda4158c455483);
|
|
|
|
|
|
|
|
marker_3ce25bb6e52568fc47e7974f2a8a59b4.bindPopup(popup_dd4515e338a1fc6a4c912e55adfad5ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ce25bb6e52568fc47e7974f2a8a59b4.setIcon(icon_93c99e5acfc246cc623df5350b273996);
|
|
|
|
|
|
var marker_941a2c5d929e505a2c102affc70a8bb2 = L.marker(
|
|
[39.2904, -76.6122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_445073f6a00ff87636053cd29f1bccb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02b993ebcd8c946c1e9aad17f5008dd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_641e86ef05719d90cb42338a27c6a0ac = $(`<div id="html_641e86ef05719d90cb42338a27c6a0ac" style="width: 100.0%; height: 100.0%;">relay.samcorn.synology.me</div>`)[0];
|
|
popup_02b993ebcd8c946c1e9aad17f5008dd5.setContent(html_641e86ef05719d90cb42338a27c6a0ac);
|
|
|
|
|
|
|
|
marker_941a2c5d929e505a2c102affc70a8bb2.bindPopup(popup_02b993ebcd8c946c1e9aad17f5008dd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_941a2c5d929e505a2c102affc70a8bb2.setIcon(icon_445073f6a00ff87636053cd29f1bccb2);
|
|
|
|
|
|
var marker_3387f757768274e5bcc79e60742eb524 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_1b7625f7e2c231a71ac15cee3779f3e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6fa802e59ffe3c07898f520779d5375 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30d507482db99931b8a8fcdb3af5baf3 = $(`<div id="html_30d507482db99931b8a8fcdb3af5baf3" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_b6fa802e59ffe3c07898f520779d5375.setContent(html_30d507482db99931b8a8fcdb3af5baf3);
|
|
|
|
|
|
|
|
marker_3387f757768274e5bcc79e60742eb524.bindPopup(popup_b6fa802e59ffe3c07898f520779d5375)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3387f757768274e5bcc79e60742eb524.setIcon(icon_1b7625f7e2c231a71ac15cee3779f3e4);
|
|
|
|
|
|
var marker_3d3d77c4ed5a109d676cc7ca7e8905e9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e8973e42c9616aa13268035cf7d18fbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ead76ac20e62bb8079448ba14a8652ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33f7e933999789746a3ade2be7c92a17 = $(`<div id="html_33f7e933999789746a3ade2be7c92a17" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_ead76ac20e62bb8079448ba14a8652ae.setContent(html_33f7e933999789746a3ade2be7c92a17);
|
|
|
|
|
|
|
|
marker_3d3d77c4ed5a109d676cc7ca7e8905e9.bindPopup(popup_ead76ac20e62bb8079448ba14a8652ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d3d77c4ed5a109d676cc7ca7e8905e9.setIcon(icon_e8973e42c9616aa13268035cf7d18fbd);
|
|
|
|
|
|
var marker_a8e30cd2c3824dadcf6b700e75956f4d = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_d329f82a50102efbe10d9248291c9388 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8c398632ed8388827f1a12c8a49f992 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13cafce17dba41e6744793621064ad72 = $(`<div id="html_13cafce17dba41e6744793621064ad72" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_c8c398632ed8388827f1a12c8a49f992.setContent(html_13cafce17dba41e6744793621064ad72);
|
|
|
|
|
|
|
|
marker_a8e30cd2c3824dadcf6b700e75956f4d.bindPopup(popup_c8c398632ed8388827f1a12c8a49f992)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8e30cd2c3824dadcf6b700e75956f4d.setIcon(icon_d329f82a50102efbe10d9248291c9388);
|
|
|
|
|
|
var marker_0c0a838666c46db6e72f43ffdadd5277 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_cf18182bdb500e61caf5ad43fcbb1e5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5be83cb871a82cd88c3dcf0cf6bd5ab4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d3ab2ed64fcdbf8183fcd1a0e8fafa0 = $(`<div id="html_9d3ab2ed64fcdbf8183fcd1a0e8fafa0" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_5be83cb871a82cd88c3dcf0cf6bd5ab4.setContent(html_9d3ab2ed64fcdbf8183fcd1a0e8fafa0);
|
|
|
|
|
|
|
|
marker_0c0a838666c46db6e72f43ffdadd5277.bindPopup(popup_5be83cb871a82cd88c3dcf0cf6bd5ab4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c0a838666c46db6e72f43ffdadd5277.setIcon(icon_cf18182bdb500e61caf5ad43fcbb1e5f);
|
|
|
|
|
|
var marker_04a09fb8b8959cc52160e5c80eff29e2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e5ea8d844343a221f00311c2133ac289 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75312d0825cb78cf87d5c68813001299 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a838d9087fbe0cd99a7f3be2c7e10c88 = $(`<div id="html_a838d9087fbe0cd99a7f3be2c7e10c88" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_75312d0825cb78cf87d5c68813001299.setContent(html_a838d9087fbe0cd99a7f3be2c7e10c88);
|
|
|
|
|
|
|
|
marker_04a09fb8b8959cc52160e5c80eff29e2.bindPopup(popup_75312d0825cb78cf87d5c68813001299)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04a09fb8b8959cc52160e5c80eff29e2.setIcon(icon_e5ea8d844343a221f00311c2133ac289);
|
|
|
|
|
|
var marker_a656159078129ddca0f4a84751b742dc = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_66de02022a37362fdaa214ff5e069a1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e20ab1781a511a19330494acf283e713 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e72512064545daabb555a1e0547e9cf = $(`<div id="html_2e72512064545daabb555a1e0547e9cf" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_e20ab1781a511a19330494acf283e713.setContent(html_2e72512064545daabb555a1e0547e9cf);
|
|
|
|
|
|
|
|
marker_a656159078129ddca0f4a84751b742dc.bindPopup(popup_e20ab1781a511a19330494acf283e713)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a656159078129ddca0f4a84751b742dc.setIcon(icon_66de02022a37362fdaa214ff5e069a1e);
|
|
|
|
|
|
var marker_87cc53ab094e80755780c8813ddd6d79 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_8cf4d3377c9466962c64e60fb1b1439b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59c673684fb99015175d673101123261 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_213dc88370f15dee3d8cdeddeccc9df5 = $(`<div id="html_213dc88370f15dee3d8cdeddeccc9df5" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_59c673684fb99015175d673101123261.setContent(html_213dc88370f15dee3d8cdeddeccc9df5);
|
|
|
|
|
|
|
|
marker_87cc53ab094e80755780c8813ddd6d79.bindPopup(popup_59c673684fb99015175d673101123261)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87cc53ab094e80755780c8813ddd6d79.setIcon(icon_8cf4d3377c9466962c64e60fb1b1439b);
|
|
|
|
|
|
var marker_08a2ab38ed2547a04923410399d455fc = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_91b01cff58a1d339533b1b9a88030591 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_459c4dd68a06fc2154b5da9ae47599d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c41bd63b7eae23f4ded11e62d6e37bf = $(`<div id="html_0c41bd63b7eae23f4ded11e62d6e37bf" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_459c4dd68a06fc2154b5da9ae47599d1.setContent(html_0c41bd63b7eae23f4ded11e62d6e37bf);
|
|
|
|
|
|
|
|
marker_08a2ab38ed2547a04923410399d455fc.bindPopup(popup_459c4dd68a06fc2154b5da9ae47599d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08a2ab38ed2547a04923410399d455fc.setIcon(icon_91b01cff58a1d339533b1b9a88030591);
|
|
|
|
|
|
var marker_f0360e5294958f8e13f731bc45e45b60 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_7958ac9d5b8b115cb6864970c1519b14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ed2109270228363e81dbf3b7967ceb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4b6f824229bb3a1ebdb68ff829fb097 = $(`<div id="html_a4b6f824229bb3a1ebdb68ff829fb097" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_7ed2109270228363e81dbf3b7967ceb9.setContent(html_a4b6f824229bb3a1ebdb68ff829fb097);
|
|
|
|
|
|
|
|
marker_f0360e5294958f8e13f731bc45e45b60.bindPopup(popup_7ed2109270228363e81dbf3b7967ceb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0360e5294958f8e13f731bc45e45b60.setIcon(icon_7958ac9d5b8b115cb6864970c1519b14);
|
|
|
|
|
|
var marker_798c29be702a70359a913a80a7abbab6 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_fdc1608bcbfc5a2cc54f3429630ac2bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b99ea0453f46e53b1d3d3704dce17397 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33d431b9fdd59e754dcdfad722732350 = $(`<div id="html_33d431b9fdd59e754dcdfad722732350" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_b99ea0453f46e53b1d3d3704dce17397.setContent(html_33d431b9fdd59e754dcdfad722732350);
|
|
|
|
|
|
|
|
marker_798c29be702a70359a913a80a7abbab6.bindPopup(popup_b99ea0453f46e53b1d3d3704dce17397)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_798c29be702a70359a913a80a7abbab6.setIcon(icon_fdc1608bcbfc5a2cc54f3429630ac2bd);
|
|
|
|
|
|
var marker_c086ff70a351d22ecb1e471340fc2329 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_f4261a5d14d0217f1ad3227c502ba49e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90b1572c0edc7260311ca2d7480620a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64a5f3d45c0ca94ad60b6ea5fd345eee = $(`<div id="html_64a5f3d45c0ca94ad60b6ea5fd345eee" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_90b1572c0edc7260311ca2d7480620a3.setContent(html_64a5f3d45c0ca94ad60b6ea5fd345eee);
|
|
|
|
|
|
|
|
marker_c086ff70a351d22ecb1e471340fc2329.bindPopup(popup_90b1572c0edc7260311ca2d7480620a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c086ff70a351d22ecb1e471340fc2329.setIcon(icon_f4261a5d14d0217f1ad3227c502ba49e);
|
|
|
|
|
|
var marker_a5df5e8c0281d9c925e21042b033d519 = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_1d90caccbbb66522737bdf5f921d89e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29ccdb5aa1e846a90cbf82eed5aba2af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c24c22eaa9e89f5f59f2442eb63607f = $(`<div id="html_0c24c22eaa9e89f5f59f2442eb63607f" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_29ccdb5aa1e846a90cbf82eed5aba2af.setContent(html_0c24c22eaa9e89f5f59f2442eb63607f);
|
|
|
|
|
|
|
|
marker_a5df5e8c0281d9c925e21042b033d519.bindPopup(popup_29ccdb5aa1e846a90cbf82eed5aba2af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5df5e8c0281d9c925e21042b033d519.setIcon(icon_1d90caccbbb66522737bdf5f921d89e1);
|
|
|
|
|
|
var marker_69db013e409563ec4f739a99cbbac6f4 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_59e833c2e0c70e37630c9ae07d165d75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb8649aed2988e759f3e061de65dcbeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_149d300ceee1f8388433428948e31ccb = $(`<div id="html_149d300ceee1f8388433428948e31ccb" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_cb8649aed2988e759f3e061de65dcbeb.setContent(html_149d300ceee1f8388433428948e31ccb);
|
|
|
|
|
|
|
|
marker_69db013e409563ec4f739a99cbbac6f4.bindPopup(popup_cb8649aed2988e759f3e061de65dcbeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69db013e409563ec4f739a99cbbac6f4.setIcon(icon_59e833c2e0c70e37630c9ae07d165d75);
|
|
|
|
|
|
var marker_063b4314d84ca54cbe8099098fabbefc = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_f8252a0e619308378932ed2480b3ae73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0decb2d8913c80fa18b873b5123e98bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbe6ec4f4e54173140f5b03f8a971c69 = $(`<div id="html_cbe6ec4f4e54173140f5b03f8a971c69" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_0decb2d8913c80fa18b873b5123e98bc.setContent(html_cbe6ec4f4e54173140f5b03f8a971c69);
|
|
|
|
|
|
|
|
marker_063b4314d84ca54cbe8099098fabbefc.bindPopup(popup_0decb2d8913c80fa18b873b5123e98bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_063b4314d84ca54cbe8099098fabbefc.setIcon(icon_f8252a0e619308378932ed2480b3ae73);
|
|
|
|
|
|
var marker_4bccc77cd03d64b7b48bce61cac30163 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_d8522d47dd7968c3639b9575b75996b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d842435be32edaf73c3f2d04db0fdaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26de08bafc574dc79add209d9d319821 = $(`<div id="html_26de08bafc574dc79add209d9d319821" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_1d842435be32edaf73c3f2d04db0fdaa.setContent(html_26de08bafc574dc79add209d9d319821);
|
|
|
|
|
|
|
|
marker_4bccc77cd03d64b7b48bce61cac30163.bindPopup(popup_1d842435be32edaf73c3f2d04db0fdaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bccc77cd03d64b7b48bce61cac30163.setIcon(icon_d8522d47dd7968c3639b9575b75996b3);
|
|
|
|
|
|
var marker_8c2e6b0a5f2bc30d4b4bf5f10e1e68c0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_686e330ebec0e846faf2009be1fa9854 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6bbc1f0bf3abdd642081cfe22807e738 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35dc53fe40aae1418d98604edafbaaae = $(`<div id="html_35dc53fe40aae1418d98604edafbaaae" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_6bbc1f0bf3abdd642081cfe22807e738.setContent(html_35dc53fe40aae1418d98604edafbaaae);
|
|
|
|
|
|
|
|
marker_8c2e6b0a5f2bc30d4b4bf5f10e1e68c0.bindPopup(popup_6bbc1f0bf3abdd642081cfe22807e738)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c2e6b0a5f2bc30d4b4bf5f10e1e68c0.setIcon(icon_686e330ebec0e846faf2009be1fa9854);
|
|
|
|
|
|
var marker_f6721c66e81dd57e8256934c96ec5d83 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_74326d23a3be0e9acc7e6e213ce8052a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03fe8d8f58aa43b35b89e59ee4a272df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50340c31e8be6d75d7a6384fd99db7be = $(`<div id="html_50340c31e8be6d75d7a6384fd99db7be" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_03fe8d8f58aa43b35b89e59ee4a272df.setContent(html_50340c31e8be6d75d7a6384fd99db7be);
|
|
|
|
|
|
|
|
marker_f6721c66e81dd57e8256934c96ec5d83.bindPopup(popup_03fe8d8f58aa43b35b89e59ee4a272df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6721c66e81dd57e8256934c96ec5d83.setIcon(icon_74326d23a3be0e9acc7e6e213ce8052a);
|
|
|
|
|
|
var marker_a0c11658769a7dd0e34f1aad89912345 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_1a12c0033e1f027a0c3e3e80d914d97a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2586ec3bd2f19fa0e0ec766b90f08c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36d5f66abd41d85c027cc7b1dfb56e1f = $(`<div id="html_36d5f66abd41d85c027cc7b1dfb56e1f" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_a2586ec3bd2f19fa0e0ec766b90f08c5.setContent(html_36d5f66abd41d85c027cc7b1dfb56e1f);
|
|
|
|
|
|
|
|
marker_a0c11658769a7dd0e34f1aad89912345.bindPopup(popup_a2586ec3bd2f19fa0e0ec766b90f08c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0c11658769a7dd0e34f1aad89912345.setIcon(icon_1a12c0033e1f027a0c3e3e80d914d97a);
|
|
|
|
|
|
var marker_83b0bef6ceba95e07812b62f27779f1d = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_d4a47c78935dcc048b2a55d615f8e596 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f72e0b28a235484261e92e159a78952 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5eee15f967e02b0fabee214b4cf31f7f = $(`<div id="html_5eee15f967e02b0fabee214b4cf31f7f" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_7f72e0b28a235484261e92e159a78952.setContent(html_5eee15f967e02b0fabee214b4cf31f7f);
|
|
|
|
|
|
|
|
marker_83b0bef6ceba95e07812b62f27779f1d.bindPopup(popup_7f72e0b28a235484261e92e159a78952)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83b0bef6ceba95e07812b62f27779f1d.setIcon(icon_d4a47c78935dcc048b2a55d615f8e596);
|
|
|
|
|
|
var marker_12015f640f1b352e7a0b1be180f58c6c = L.marker(
|
|
[39.9042, 116.407],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_b76dd774c14e6b775c3f97349dd40079 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_666b04f60300f6a46a1cf464c6f66056 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3666d0ede1a3a7596017bd18c4ec4d9 = $(`<div id="html_c3666d0ede1a3a7596017bd18c4ec4d9" style="width: 100.0%; height: 100.0%;">ms.chinacounty.com</div>`)[0];
|
|
popup_666b04f60300f6a46a1cf464c6f66056.setContent(html_c3666d0ede1a3a7596017bd18c4ec4d9);
|
|
|
|
|
|
|
|
marker_12015f640f1b352e7a0b1be180f58c6c.bindPopup(popup_666b04f60300f6a46a1cf464c6f66056)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12015f640f1b352e7a0b1be180f58c6c.setIcon(icon_b76dd774c14e6b775c3f97349dd40079);
|
|
|
|
|
|
var marker_5a6038760205b44924bc6dc66e19ec0b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_5a64da18736ae982c26320d363a62043 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb9d44d4803a0521a53294029a7c7831 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db2bd1abe7ce9f469d3b2b7231574e10 = $(`<div id="html_db2bd1abe7ce9f469d3b2b7231574e10" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_fb9d44d4803a0521a53294029a7c7831.setContent(html_db2bd1abe7ce9f469d3b2b7231574e10);
|
|
|
|
|
|
|
|
marker_5a6038760205b44924bc6dc66e19ec0b.bindPopup(popup_fb9d44d4803a0521a53294029a7c7831)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a6038760205b44924bc6dc66e19ec0b.setIcon(icon_5a64da18736ae982c26320d363a62043);
|
|
|
|
|
|
var marker_9748ca217a0877fbb580484c155ca8a8 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_d336c0e97edc6235fbc798a069e52b96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b8a5fb031b120f503787fa8b921c79c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8a75391db8e813bea0b2f5c39b2b207 = $(`<div id="html_b8a75391db8e813bea0b2f5c39b2b207" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_6b8a5fb031b120f503787fa8b921c79c.setContent(html_b8a75391db8e813bea0b2f5c39b2b207);
|
|
|
|
|
|
|
|
marker_9748ca217a0877fbb580484c155ca8a8.bindPopup(popup_6b8a5fb031b120f503787fa8b921c79c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9748ca217a0877fbb580484c155ca8a8.setIcon(icon_d336c0e97edc6235fbc798a069e52b96);
|
|
|
|
|
|
var marker_80c013fb46c21b11367b328b44f0e25a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_6cdf7cca3fdef85475a7f4b23839bd4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69a28712e85df4722d3755163bf06cba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bceb626bcaf4bc62c2adb5f93d9b211d = $(`<div id="html_bceb626bcaf4bc62c2adb5f93d9b211d" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_69a28712e85df4722d3755163bf06cba.setContent(html_bceb626bcaf4bc62c2adb5f93d9b211d);
|
|
|
|
|
|
|
|
marker_80c013fb46c21b11367b328b44f0e25a.bindPopup(popup_69a28712e85df4722d3755163bf06cba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80c013fb46c21b11367b328b44f0e25a.setIcon(icon_6cdf7cca3fdef85475a7f4b23839bd4e);
|
|
|
|
|
|
var marker_67271b0c848877a6b46e1bb9f526ff8e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_afec31049e5995de23e8a50ac70e7c3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a395d7f2182b9dd24c341feb5f53e8ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc5c66c7bec6ba56fdd093254ac07eb9 = $(`<div id="html_dc5c66c7bec6ba56fdd093254ac07eb9" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_a395d7f2182b9dd24c341feb5f53e8ab.setContent(html_dc5c66c7bec6ba56fdd093254ac07eb9);
|
|
|
|
|
|
|
|
marker_67271b0c848877a6b46e1bb9f526ff8e.bindPopup(popup_a395d7f2182b9dd24c341feb5f53e8ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67271b0c848877a6b46e1bb9f526ff8e.setIcon(icon_afec31049e5995de23e8a50ac70e7c3c);
|
|
|
|
|
|
var marker_70389ba413cd43dbb9c465864281619d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_8c3fd846f10b7ae64f71a5e57afeafaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62d419105f82620c9d2de28f6e488d18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_154bd2f47e79a631b3b31b5b2ad962ff = $(`<div id="html_154bd2f47e79a631b3b31b5b2ad962ff" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_62d419105f82620c9d2de28f6e488d18.setContent(html_154bd2f47e79a631b3b31b5b2ad962ff);
|
|
|
|
|
|
|
|
marker_70389ba413cd43dbb9c465864281619d.bindPopup(popup_62d419105f82620c9d2de28f6e488d18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70389ba413cd43dbb9c465864281619d.setIcon(icon_8c3fd846f10b7ae64f71a5e57afeafaf);
|
|
|
|
|
|
var marker_4293f6486f2f0b4e0d59f6fab73339e2 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_4d912eed7b3089e65d23e2e9eb8950a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccb9737b16653be5bc4f715417108522 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eab221d8084c7d0f39086200fe0d367b = $(`<div id="html_eab221d8084c7d0f39086200fe0d367b" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_ccb9737b16653be5bc4f715417108522.setContent(html_eab221d8084c7d0f39086200fe0d367b);
|
|
|
|
|
|
|
|
marker_4293f6486f2f0b4e0d59f6fab73339e2.bindPopup(popup_ccb9737b16653be5bc4f715417108522)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4293f6486f2f0b4e0d59f6fab73339e2.setIcon(icon_4d912eed7b3089e65d23e2e9eb8950a8);
|
|
|
|
|
|
var marker_24c33587f14e771695c10c8043fee707 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_ed2b176e4b6703aac38112605b7e8b67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_738a4f0dff181df011bfd7ede122f791 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b12ed72d4e331a35da635ebb44f1432 = $(`<div id="html_4b12ed72d4e331a35da635ebb44f1432" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_738a4f0dff181df011bfd7ede122f791.setContent(html_4b12ed72d4e331a35da635ebb44f1432);
|
|
|
|
|
|
|
|
marker_24c33587f14e771695c10c8043fee707.bindPopup(popup_738a4f0dff181df011bfd7ede122f791)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24c33587f14e771695c10c8043fee707.setIcon(icon_ed2b176e4b6703aac38112605b7e8b67);
|
|
|
|
|
|
var marker_1acecfe8b25ce4c394b1d8a63f536969 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_098e9677ac83225384e9b6c626b82c54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bead8ba3c7816775710c8a1f21eaa6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84688cf2a667c0a6e4051615c44957d4 = $(`<div id="html_84688cf2a667c0a6e4051615c44957d4" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_1bead8ba3c7816775710c8a1f21eaa6e.setContent(html_84688cf2a667c0a6e4051615c44957d4);
|
|
|
|
|
|
|
|
marker_1acecfe8b25ce4c394b1d8a63f536969.bindPopup(popup_1bead8ba3c7816775710c8a1f21eaa6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1acecfe8b25ce4c394b1d8a63f536969.setIcon(icon_098e9677ac83225384e9b6c626b82c54);
|
|
|
|
|
|
var marker_7cdfca1aee79bae312e622166171d5dd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_e379c4fdbfde59cd02640a20ac582764 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cd99ec9a1919f91e800832d42ac2ce6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01ae46a512762a0c06ce1dd54b2436f0 = $(`<div id="html_01ae46a512762a0c06ce1dd54b2436f0" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_9cd99ec9a1919f91e800832d42ac2ce6.setContent(html_01ae46a512762a0c06ce1dd54b2436f0);
|
|
|
|
|
|
|
|
marker_7cdfca1aee79bae312e622166171d5dd.bindPopup(popup_9cd99ec9a1919f91e800832d42ac2ce6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cdfca1aee79bae312e622166171d5dd.setIcon(icon_e379c4fdbfde59cd02640a20ac582764);
|
|
|
|
|
|
var marker_30d546daa35c030b11a8d51d7737a882 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_59f45160b052db92f797c73502e7e913 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c791210a7e52618c0770491754d51b66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f143a12847095e2550d9e0a76268e6e = $(`<div id="html_3f143a12847095e2550d9e0a76268e6e" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_c791210a7e52618c0770491754d51b66.setContent(html_3f143a12847095e2550d9e0a76268e6e);
|
|
|
|
|
|
|
|
marker_30d546daa35c030b11a8d51d7737a882.bindPopup(popup_c791210a7e52618c0770491754d51b66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30d546daa35c030b11a8d51d7737a882.setIcon(icon_59f45160b052db92f797c73502e7e913);
|
|
|
|
|
|
var marker_6471bfc527d46a28203bdd157553f7a2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_53ab712e5fe9d73a531bb908096bb80b);
|
|
|
|
|
|
var icon_2aaa9f379826989827fa3c17569f719e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a43ac739ad38762abf266746488c36d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81c5def0dc8e419be5a5398c98c519e5 = $(`<div id="html_81c5def0dc8e419be5a5398c98c519e5" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_a43ac739ad38762abf266746488c36d2.setContent(html_81c5def0dc8e419be5a5398c98c519e5);
|
|
|
|
|
|
|
|
marker_6471bfc527d46a28203bdd157553f7a2.bindPopup(popup_a43ac739ad38762abf266746488c36d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6471bfc527d46a28203bdd157553f7a2.setIcon(icon_2aaa9f379826989827fa3c17569f719e);
|
|
|
|
|
|
marker_cluster_53ab712e5fe9d73a531bb908096bb80b.addTo(map_9dc919f2bc9d5e7fbcde6eff7d7a423c);
|
|
|
|
</script>
|
|
</html> |