mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 11:05:18 +00:00
12121 lines
353 KiB
HTML
12121 lines
353 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_23608f90d814b094fd63f20fff273bbd {
|
|
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_23608f90d814b094fd63f20fff273bbd" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_23608f90d814b094fd63f20fff273bbd = L.map(
|
|
"map_23608f90d814b094fd63f20fff273bbd",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_39241f402f26a452fe8e4d044850fffc = 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_39241f402f26a452fe8e4d044850fffc.addTo(map_23608f90d814b094fd63f20fff273bbd);
|
|
|
|
|
|
var marker_cluster_6e8a0350acebfa655fb3f84c258d6568 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_ba6365d671572eeee248a91eab72367b = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_88f5c49efe17ea43a4dc4414f3a931dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd84114dba816dda1476a46e4dd2dd8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc30cd00877ac545888030104c2d545c = $(`<div id="html_bc30cd00877ac545888030104c2d545c" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_fd84114dba816dda1476a46e4dd2dd8a.setContent(html_bc30cd00877ac545888030104c2d545c);
|
|
|
|
|
|
|
|
marker_ba6365d671572eeee248a91eab72367b.bindPopup(popup_fd84114dba816dda1476a46e4dd2dd8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba6365d671572eeee248a91eab72367b.setIcon(icon_88f5c49efe17ea43a4dc4414f3a931dc);
|
|
|
|
|
|
var marker_f7f786afe8f78c6693fca5c07c143bdf = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_4ce7f1668705be8edf32cb06ae1c0dd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51e2a83fc483407feb2ea9d6a46cb298 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1fabe14d6d7b59138c4acb7c629e49e = $(`<div id="html_b1fabe14d6d7b59138c4acb7c629e49e" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_51e2a83fc483407feb2ea9d6a46cb298.setContent(html_b1fabe14d6d7b59138c4acb7c629e49e);
|
|
|
|
|
|
|
|
marker_f7f786afe8f78c6693fca5c07c143bdf.bindPopup(popup_51e2a83fc483407feb2ea9d6a46cb298)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7f786afe8f78c6693fca5c07c143bdf.setIcon(icon_4ce7f1668705be8edf32cb06ae1c0dd7);
|
|
|
|
|
|
var marker_348a6f979d25049b457daaca6b663834 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_d591c7cbe105eed2e1df8aad1752ebef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95e9e61fc87b41216a9eee912e5fa937 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1da56fb19188207ea02bd50792ab112b = $(`<div id="html_1da56fb19188207ea02bd50792ab112b" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_95e9e61fc87b41216a9eee912e5fa937.setContent(html_1da56fb19188207ea02bd50792ab112b);
|
|
|
|
|
|
|
|
marker_348a6f979d25049b457daaca6b663834.bindPopup(popup_95e9e61fc87b41216a9eee912e5fa937)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_348a6f979d25049b457daaca6b663834.setIcon(icon_d591c7cbe105eed2e1df8aad1752ebef);
|
|
|
|
|
|
var marker_0090843042d120d31edcf40395f98467 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_4f7fd1e1dbc7a6e2b3dde9c66e36ece1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f92dad391817e67eb08023cda5968e06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe38f373e1ef6334b74376b4552f6124 = $(`<div id="html_fe38f373e1ef6334b74376b4552f6124" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_f92dad391817e67eb08023cda5968e06.setContent(html_fe38f373e1ef6334b74376b4552f6124);
|
|
|
|
|
|
|
|
marker_0090843042d120d31edcf40395f98467.bindPopup(popup_f92dad391817e67eb08023cda5968e06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0090843042d120d31edcf40395f98467.setIcon(icon_4f7fd1e1dbc7a6e2b3dde9c66e36ece1);
|
|
|
|
|
|
var marker_aa46f3b77da0c4d5f574a51a31d14abd = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_2cca9cd77692799d88625fbe22379c50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8fa267937b9a2083d7a46c6151318f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_134e9c19d85c27903ae63d00d8bbaf42 = $(`<div id="html_134e9c19d85c27903ae63d00d8bbaf42" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_f8fa267937b9a2083d7a46c6151318f4.setContent(html_134e9c19d85c27903ae63d00d8bbaf42);
|
|
|
|
|
|
|
|
marker_aa46f3b77da0c4d5f574a51a31d14abd.bindPopup(popup_f8fa267937b9a2083d7a46c6151318f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa46f3b77da0c4d5f574a51a31d14abd.setIcon(icon_2cca9cd77692799d88625fbe22379c50);
|
|
|
|
|
|
var marker_ff439e3495aa7f3e82eb4d0819b7bb01 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_3e12cc8730738bac25e5b450780e56d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1dbbb866ed84f8521c138015fcba586 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55585e8d84794afbd1a427dbe0e7c581 = $(`<div id="html_55585e8d84794afbd1a427dbe0e7c581" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_d1dbbb866ed84f8521c138015fcba586.setContent(html_55585e8d84794afbd1a427dbe0e7c581);
|
|
|
|
|
|
|
|
marker_ff439e3495aa7f3e82eb4d0819b7bb01.bindPopup(popup_d1dbbb866ed84f8521c138015fcba586)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff439e3495aa7f3e82eb4d0819b7bb01.setIcon(icon_3e12cc8730738bac25e5b450780e56d8);
|
|
|
|
|
|
var marker_655edeb9288e2d5ea46d6fbc2f6ef874 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_00bdbc724a9ebc250baafbbe7c3d29e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_719a09bf9c3e2609e3f984438c2af538 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0ac21d291bb21fc5e3179c4a94044a2 = $(`<div id="html_a0ac21d291bb21fc5e3179c4a94044a2" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_719a09bf9c3e2609e3f984438c2af538.setContent(html_a0ac21d291bb21fc5e3179c4a94044a2);
|
|
|
|
|
|
|
|
marker_655edeb9288e2d5ea46d6fbc2f6ef874.bindPopup(popup_719a09bf9c3e2609e3f984438c2af538)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_655edeb9288e2d5ea46d6fbc2f6ef874.setIcon(icon_00bdbc724a9ebc250baafbbe7c3d29e6);
|
|
|
|
|
|
var marker_b827b469f45148cd3bb1017188ade9fc = L.marker(
|
|
[43.4305, -83.9638],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5ac362c2ba02c87036d3f2b91873fb67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb0e172d16d010ad4a04d478df1811a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c04574361f306920c9645c83a19e4fbd = $(`<div id="html_c04574361f306920c9645c83a19e4fbd" style="width: 100.0%; height: 100.0%;">kanagrovv-pyramid.kozow.com</div>`)[0];
|
|
popup_bb0e172d16d010ad4a04d478df1811a4.setContent(html_c04574361f306920c9645c83a19e4fbd);
|
|
|
|
|
|
|
|
marker_b827b469f45148cd3bb1017188ade9fc.bindPopup(popup_bb0e172d16d010ad4a04d478df1811a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b827b469f45148cd3bb1017188ade9fc.setIcon(icon_5ac362c2ba02c87036d3f2b91873fb67);
|
|
|
|
|
|
var marker_13218ec1e95674e877808bbfacd5a91d = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_cb8bca42ff4576f6dcd67631d54d5ac8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_134331a25916fbb32b2eec6c12fbebc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93b6e5bc02a4f81e8b6dcc0b56d3b588 = $(`<div id="html_93b6e5bc02a4f81e8b6dcc0b56d3b588" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_134331a25916fbb32b2eec6c12fbebc4.setContent(html_93b6e5bc02a4f81e8b6dcc0b56d3b588);
|
|
|
|
|
|
|
|
marker_13218ec1e95674e877808bbfacd5a91d.bindPopup(popup_134331a25916fbb32b2eec6c12fbebc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13218ec1e95674e877808bbfacd5a91d.setIcon(icon_cb8bca42ff4576f6dcd67631d54d5ac8);
|
|
|
|
|
|
var marker_55c41787dec94b142ed7dfb6b13a57ed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_e8adcc0adce0b734ac4d8af976d40bc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_457937c801166b1fa4d58d61889b6beb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cff49e37bec33da51b5e9d65b591b357 = $(`<div id="html_cff49e37bec33da51b5e9d65b591b357" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_457937c801166b1fa4d58d61889b6beb.setContent(html_cff49e37bec33da51b5e9d65b591b357);
|
|
|
|
|
|
|
|
marker_55c41787dec94b142ed7dfb6b13a57ed.bindPopup(popup_457937c801166b1fa4d58d61889b6beb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55c41787dec94b142ed7dfb6b13a57ed.setIcon(icon_e8adcc0adce0b734ac4d8af976d40bc1);
|
|
|
|
|
|
var marker_70e19532c3e35de47ff2651329ae62a9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_48bd118d1a7cb5545c689520a3a401a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_101c3e5504633f46f09241a24efa7423 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a01285181321b54f14e0bc7c710998ad = $(`<div id="html_a01285181321b54f14e0bc7c710998ad" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_101c3e5504633f46f09241a24efa7423.setContent(html_a01285181321b54f14e0bc7c710998ad);
|
|
|
|
|
|
|
|
marker_70e19532c3e35de47ff2651329ae62a9.bindPopup(popup_101c3e5504633f46f09241a24efa7423)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70e19532c3e35de47ff2651329ae62a9.setIcon(icon_48bd118d1a7cb5545c689520a3a401a0);
|
|
|
|
|
|
var marker_1c56a6ec06bdb5a49f43f17acdcd5cd6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_a6e70979cba0cdd7b7c4ecb50675c2b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3cadfd4808d0d0c26215ca530d19612 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33ac1d2370b4124979f2d6c094221c51 = $(`<div id="html_33ac1d2370b4124979f2d6c094221c51" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_c3cadfd4808d0d0c26215ca530d19612.setContent(html_33ac1d2370b4124979f2d6c094221c51);
|
|
|
|
|
|
|
|
marker_1c56a6ec06bdb5a49f43f17acdcd5cd6.bindPopup(popup_c3cadfd4808d0d0c26215ca530d19612)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c56a6ec06bdb5a49f43f17acdcd5cd6.setIcon(icon_a6e70979cba0cdd7b7c4ecb50675c2b1);
|
|
|
|
|
|
var marker_10fc2d59e43675c2d9859d56463f3ab2 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_d2f52ecc8206300bf3e3848454178cce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f9869372f13d739ef7355c58bde7644 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1701cdcbe86482418156b102517d7ea0 = $(`<div id="html_1701cdcbe86482418156b102517d7ea0" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_9f9869372f13d739ef7355c58bde7644.setContent(html_1701cdcbe86482418156b102517d7ea0);
|
|
|
|
|
|
|
|
marker_10fc2d59e43675c2d9859d56463f3ab2.bindPopup(popup_9f9869372f13d739ef7355c58bde7644)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10fc2d59e43675c2d9859d56463f3ab2.setIcon(icon_d2f52ecc8206300bf3e3848454178cce);
|
|
|
|
|
|
var marker_a2860441910d8f53474d6b2b323e4f8e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_6a5c905f66b12f473d2c96b7313ee53a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_614adadf13a88d2e46d5de68593fce29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e316427dbe3ab956edc99168c62cfe1b = $(`<div id="html_e316427dbe3ab956edc99168c62cfe1b" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_614adadf13a88d2e46d5de68593fce29.setContent(html_e316427dbe3ab956edc99168c62cfe1b);
|
|
|
|
|
|
|
|
marker_a2860441910d8f53474d6b2b323e4f8e.bindPopup(popup_614adadf13a88d2e46d5de68593fce29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2860441910d8f53474d6b2b323e4f8e.setIcon(icon_6a5c905f66b12f473d2c96b7313ee53a);
|
|
|
|
|
|
var marker_0a9a6c415378fdad9d5ac184164a0336 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_0477033d0081d0d830439ae929ee5810 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5342d1b39b83d3c9fd1a4cf717bd0d4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6edfee7cfec3c4138b84adec514ef593 = $(`<div id="html_6edfee7cfec3c4138b84adec514ef593" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_5342d1b39b83d3c9fd1a4cf717bd0d4c.setContent(html_6edfee7cfec3c4138b84adec514ef593);
|
|
|
|
|
|
|
|
marker_0a9a6c415378fdad9d5ac184164a0336.bindPopup(popup_5342d1b39b83d3c9fd1a4cf717bd0d4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a9a6c415378fdad9d5ac184164a0336.setIcon(icon_0477033d0081d0d830439ae929ee5810);
|
|
|
|
|
|
var marker_607f55728adca2f628bc8193a5a429a1 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_b7cb8b2e3f8c5979dd4164804ef1a43a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8f2669016c650b0a433b90b74de2f36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79c02a403c23359eb5ae275281d894a4 = $(`<div id="html_79c02a403c23359eb5ae275281d894a4" style="width: 100.0%; height: 100.0%;">simplex.icu</div>`)[0];
|
|
popup_e8f2669016c650b0a433b90b74de2f36.setContent(html_79c02a403c23359eb5ae275281d894a4);
|
|
|
|
|
|
|
|
marker_607f55728adca2f628bc8193a5a429a1.bindPopup(popup_e8f2669016c650b0a433b90b74de2f36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_607f55728adca2f628bc8193a5a429a1.setIcon(icon_b7cb8b2e3f8c5979dd4164804ef1a43a);
|
|
|
|
|
|
var marker_adfae21b9ff5553b8cae51f76813b1be = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_a5fa228a80129043a18a15b1b2a3d31b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fe0edfdd0fb60b2d70383ab68d1b68e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ee9513206ea304f6cd4905f29c516cf = $(`<div id="html_3ee9513206ea304f6cd4905f29c516cf" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_7fe0edfdd0fb60b2d70383ab68d1b68e.setContent(html_3ee9513206ea304f6cd4905f29c516cf);
|
|
|
|
|
|
|
|
marker_adfae21b9ff5553b8cae51f76813b1be.bindPopup(popup_7fe0edfdd0fb60b2d70383ab68d1b68e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adfae21b9ff5553b8cae51f76813b1be.setIcon(icon_a5fa228a80129043a18a15b1b2a3d31b);
|
|
|
|
|
|
var marker_793a835b42cfb62f563f7f58cf826bb0 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_88ebec3bdbd05923a600f307f0d79ccc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_848a71513fb60ae4b6d858e99e66fb39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1990459f69b36ada29d4f7d94c0dfa8a = $(`<div id="html_1990459f69b36ada29d4f7d94c0dfa8a" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_848a71513fb60ae4b6d858e99e66fb39.setContent(html_1990459f69b36ada29d4f7d94c0dfa8a);
|
|
|
|
|
|
|
|
marker_793a835b42cfb62f563f7f58cf826bb0.bindPopup(popup_848a71513fb60ae4b6d858e99e66fb39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_793a835b42cfb62f563f7f58cf826bb0.setIcon(icon_88ebec3bdbd05923a600f307f0d79ccc);
|
|
|
|
|
|
var marker_4b137e3f66b9027cf6d878707f831a72 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_eaf50a955808d2fe821cd863c4ae1a61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_898fb971144152fc90c07c533b716936 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01165610f1348e5a097d8317c56b5f3b = $(`<div id="html_01165610f1348e5a097d8317c56b5f3b" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_898fb971144152fc90c07c533b716936.setContent(html_01165610f1348e5a097d8317c56b5f3b);
|
|
|
|
|
|
|
|
marker_4b137e3f66b9027cf6d878707f831a72.bindPopup(popup_898fb971144152fc90c07c533b716936)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b137e3f66b9027cf6d878707f831a72.setIcon(icon_eaf50a955808d2fe821cd863c4ae1a61);
|
|
|
|
|
|
var marker_e84173c0710d5729d716601135702375 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_22a623cfd72025fd1e0a53877e068490 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb69bbadbd0acc9c7a869bf4e155a035 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3766d1fe873e0a8fd73226dafc265bcb = $(`<div id="html_3766d1fe873e0a8fd73226dafc265bcb" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_bb69bbadbd0acc9c7a869bf4e155a035.setContent(html_3766d1fe873e0a8fd73226dafc265bcb);
|
|
|
|
|
|
|
|
marker_e84173c0710d5729d716601135702375.bindPopup(popup_bb69bbadbd0acc9c7a869bf4e155a035)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e84173c0710d5729d716601135702375.setIcon(icon_22a623cfd72025fd1e0a53877e068490);
|
|
|
|
|
|
var marker_b2363ede00ff31c370bfb4efb0ce5e35 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_e97f453007f8cd8d11664c0433e187e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d0504a7d2db1c51540fdaf1910fd4ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e59667235eb8b3589501d5fdead245bd = $(`<div id="html_e59667235eb8b3589501d5fdead245bd" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_4d0504a7d2db1c51540fdaf1910fd4ad.setContent(html_e59667235eb8b3589501d5fdead245bd);
|
|
|
|
|
|
|
|
marker_b2363ede00ff31c370bfb4efb0ce5e35.bindPopup(popup_4d0504a7d2db1c51540fdaf1910fd4ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2363ede00ff31c370bfb4efb0ce5e35.setIcon(icon_e97f453007f8cd8d11664c0433e187e4);
|
|
|
|
|
|
var marker_874217fe1318091c57bb8743cdc64370 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_b75d9876eda8c3dee0fae763814417a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_285f487289d09e156316617ea0639d9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc026ddaedc5af3bb5b4d5553200e6d1 = $(`<div id="html_bc026ddaedc5af3bb5b4d5553200e6d1" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_285f487289d09e156316617ea0639d9f.setContent(html_bc026ddaedc5af3bb5b4d5553200e6d1);
|
|
|
|
|
|
|
|
marker_874217fe1318091c57bb8743cdc64370.bindPopup(popup_285f487289d09e156316617ea0639d9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_874217fe1318091c57bb8743cdc64370.setIcon(icon_b75d9876eda8c3dee0fae763814417a2);
|
|
|
|
|
|
var marker_38bc7977b27207124c51593e045ff337 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_e28e96c916cf85c6f386f97f6993d383 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32afb255b6a998e55dd359f803c8ba9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62562d388ad6dfb7fe2219eb448312e8 = $(`<div id="html_62562d388ad6dfb7fe2219eb448312e8" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_32afb255b6a998e55dd359f803c8ba9e.setContent(html_62562d388ad6dfb7fe2219eb448312e8);
|
|
|
|
|
|
|
|
marker_38bc7977b27207124c51593e045ff337.bindPopup(popup_32afb255b6a998e55dd359f803c8ba9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38bc7977b27207124c51593e045ff337.setIcon(icon_e28e96c916cf85c6f386f97f6993d383);
|
|
|
|
|
|
var marker_875d826004c9d126d43bb053ca640484 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_8dab8ac60d1840675044440fada68558 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6263d844b8fc8b2a1b19d6e59bbddce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f27d02c3bf292ecbcc16e4697deb7843 = $(`<div id="html_f27d02c3bf292ecbcc16e4697deb7843" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_b6263d844b8fc8b2a1b19d6e59bbddce.setContent(html_f27d02c3bf292ecbcc16e4697deb7843);
|
|
|
|
|
|
|
|
marker_875d826004c9d126d43bb053ca640484.bindPopup(popup_b6263d844b8fc8b2a1b19d6e59bbddce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_875d826004c9d126d43bb053ca640484.setIcon(icon_8dab8ac60d1840675044440fada68558);
|
|
|
|
|
|
var marker_05f10b45eee41f9b3100a842ece4ed53 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_297d1a4e40feea6c7069e23f58975daf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_640f725bf803834b1db74c6b250124ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31da5933995751b380975bf0b3546ee3 = $(`<div id="html_31da5933995751b380975bf0b3546ee3" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_640f725bf803834b1db74c6b250124ed.setContent(html_31da5933995751b380975bf0b3546ee3);
|
|
|
|
|
|
|
|
marker_05f10b45eee41f9b3100a842ece4ed53.bindPopup(popup_640f725bf803834b1db74c6b250124ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05f10b45eee41f9b3100a842ece4ed53.setIcon(icon_297d1a4e40feea6c7069e23f58975daf);
|
|
|
|
|
|
var marker_68974efc8875ef03277bd4ac54cb0ae1 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5f11686f15ef58e3a8f53a435c3e5c40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad8663c2f6f7e5694fd585200e3799c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0344caf5d5f6d25cae6e7216ba6188c3 = $(`<div id="html_0344caf5d5f6d25cae6e7216ba6188c3" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_ad8663c2f6f7e5694fd585200e3799c3.setContent(html_0344caf5d5f6d25cae6e7216ba6188c3);
|
|
|
|
|
|
|
|
marker_68974efc8875ef03277bd4ac54cb0ae1.bindPopup(popup_ad8663c2f6f7e5694fd585200e3799c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68974efc8875ef03277bd4ac54cb0ae1.setIcon(icon_5f11686f15ef58e3a8f53a435c3e5c40);
|
|
|
|
|
|
var marker_794b62d6466c5548eec650c55fa1731f = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_afbdf27575a931aff97207de3ef40978 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1e5bb24d81ff60d7042bfb92d4d8f15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bae11146deac0ede476d57e3fc4cc0e0 = $(`<div id="html_bae11146deac0ede476d57e3fc4cc0e0" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_e1e5bb24d81ff60d7042bfb92d4d8f15.setContent(html_bae11146deac0ede476d57e3fc4cc0e0);
|
|
|
|
|
|
|
|
marker_794b62d6466c5548eec650c55fa1731f.bindPopup(popup_e1e5bb24d81ff60d7042bfb92d4d8f15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_794b62d6466c5548eec650c55fa1731f.setIcon(icon_afbdf27575a931aff97207de3ef40978);
|
|
|
|
|
|
var marker_09a49d8aaddcb6e95af7d228d0d82521 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_c7b4b86adb61dc22752d3a3cd74ec573 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3d1b1d8f9ecebf2855d68ed4397b5f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88bd1cf5497368a1f499eb566b6c7502 = $(`<div id="html_88bd1cf5497368a1f499eb566b6c7502" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_c3d1b1d8f9ecebf2855d68ed4397b5f3.setContent(html_88bd1cf5497368a1f499eb566b6c7502);
|
|
|
|
|
|
|
|
marker_09a49d8aaddcb6e95af7d228d0d82521.bindPopup(popup_c3d1b1d8f9ecebf2855d68ed4397b5f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09a49d8aaddcb6e95af7d228d0d82521.setIcon(icon_c7b4b86adb61dc22752d3a3cd74ec573);
|
|
|
|
|
|
var marker_6b35eda5d74eeb482ff63a325cc5065c = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_ae48eee2317c2b4acbdf34b8dc51e0eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8ce9c301c102f981e8b69ec48e26746 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80d29cadcd78c2f02e5e483ea4e7fb89 = $(`<div id="html_80d29cadcd78c2f02e5e483ea4e7fb89" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_a8ce9c301c102f981e8b69ec48e26746.setContent(html_80d29cadcd78c2f02e5e483ea4e7fb89);
|
|
|
|
|
|
|
|
marker_6b35eda5d74eeb482ff63a325cc5065c.bindPopup(popup_a8ce9c301c102f981e8b69ec48e26746)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b35eda5d74eeb482ff63a325cc5065c.setIcon(icon_ae48eee2317c2b4acbdf34b8dc51e0eb);
|
|
|
|
|
|
var marker_ee019b15ab60eb8a14d5b4241c494d99 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_9e556f6571bf646d5e38c23164dc2779 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_459c6e28c19ebcfd0ee04576d616b7f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_344c7b4586beef2fe9de9be62de6f2c6 = $(`<div id="html_344c7b4586beef2fe9de9be62de6f2c6" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_459c6e28c19ebcfd0ee04576d616b7f0.setContent(html_344c7b4586beef2fe9de9be62de6f2c6);
|
|
|
|
|
|
|
|
marker_ee019b15ab60eb8a14d5b4241c494d99.bindPopup(popup_459c6e28c19ebcfd0ee04576d616b7f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee019b15ab60eb8a14d5b4241c494d99.setIcon(icon_9e556f6571bf646d5e38c23164dc2779);
|
|
|
|
|
|
var marker_f8923b48a47d67f8d9ebd9ab7f2ef0c0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_35cc770bfe4dc98da97846993f003ab1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e46c0399589025017f559b0bf0f2f58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_245c86e420f12daaf512c5f6eed68f23 = $(`<div id="html_245c86e420f12daaf512c5f6eed68f23" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_8e46c0399589025017f559b0bf0f2f58.setContent(html_245c86e420f12daaf512c5f6eed68f23);
|
|
|
|
|
|
|
|
marker_f8923b48a47d67f8d9ebd9ab7f2ef0c0.bindPopup(popup_8e46c0399589025017f559b0bf0f2f58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8923b48a47d67f8d9ebd9ab7f2ef0c0.setIcon(icon_35cc770bfe4dc98da97846993f003ab1);
|
|
|
|
|
|
var marker_54fba77d876b29b19be4165405b1f360 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_4f92ebbbcae0ddfdc21a4cf0eb3872e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d51d28082bdb6bc66ce1088f8cb832ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67234034234a1d8e2ca3a079c7168664 = $(`<div id="html_67234034234a1d8e2ca3a079c7168664" style="width: 100.0%; height: 100.0%;">relay.visionfusen.org</div>`)[0];
|
|
popup_d51d28082bdb6bc66ce1088f8cb832ba.setContent(html_67234034234a1d8e2ca3a079c7168664);
|
|
|
|
|
|
|
|
marker_54fba77d876b29b19be4165405b1f360.bindPopup(popup_d51d28082bdb6bc66ce1088f8cb832ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54fba77d876b29b19be4165405b1f360.setIcon(icon_4f92ebbbcae0ddfdc21a4cf0eb3872e9);
|
|
|
|
|
|
var marker_bff4e0bdfabdad45f270f357def67214 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_68c9e34200c7385aab8e449d1781b143 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96c342c5cec6ff808ad467c0bcd94be2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce782ee31320d497ece3b3b216d61dfb = $(`<div id="html_ce782ee31320d497ece3b3b216d61dfb" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_96c342c5cec6ff808ad467c0bcd94be2.setContent(html_ce782ee31320d497ece3b3b216d61dfb);
|
|
|
|
|
|
|
|
marker_bff4e0bdfabdad45f270f357def67214.bindPopup(popup_96c342c5cec6ff808ad467c0bcd94be2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bff4e0bdfabdad45f270f357def67214.setIcon(icon_68c9e34200c7385aab8e449d1781b143);
|
|
|
|
|
|
var marker_69b75ef9305e5aa7b9477e18ecb8bb12 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_56f8824548b880744055214e7ade141f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a81afad6dfb8071a53fbfe2c10a21090 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed86028b06b79854bdce925a2fe3baa1 = $(`<div id="html_ed86028b06b79854bdce925a2fe3baa1" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_a81afad6dfb8071a53fbfe2c10a21090.setContent(html_ed86028b06b79854bdce925a2fe3baa1);
|
|
|
|
|
|
|
|
marker_69b75ef9305e5aa7b9477e18ecb8bb12.bindPopup(popup_a81afad6dfb8071a53fbfe2c10a21090)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69b75ef9305e5aa7b9477e18ecb8bb12.setIcon(icon_56f8824548b880744055214e7ade141f);
|
|
|
|
|
|
var marker_97b897f8956eedbe0e94ec0c692ce581 = L.marker(
|
|
[60.4032, 25.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_0e13bc58bb2dc7bb54687fe1eea581c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c1198a47ebd5799695f672753ccc57e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_123e128f10f673aa69bcad67e233b083 = $(`<div id="html_123e128f10f673aa69bcad67e233b083" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_8c1198a47ebd5799695f672753ccc57e.setContent(html_123e128f10f673aa69bcad67e233b083);
|
|
|
|
|
|
|
|
marker_97b897f8956eedbe0e94ec0c692ce581.bindPopup(popup_8c1198a47ebd5799695f672753ccc57e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97b897f8956eedbe0e94ec0c692ce581.setIcon(icon_0e13bc58bb2dc7bb54687fe1eea581c7);
|
|
|
|
|
|
var marker_a1262287a2d2d4c921abe110a5ccad8a = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_69f6f33b53eb0f456ea9c6419484f571 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a955af0801696ae8ae44dc2c8b895eec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d5554c60159304e30faca0e7d9d60e4 = $(`<div id="html_9d5554c60159304e30faca0e7d9d60e4" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_a955af0801696ae8ae44dc2c8b895eec.setContent(html_9d5554c60159304e30faca0e7d9d60e4);
|
|
|
|
|
|
|
|
marker_a1262287a2d2d4c921abe110a5ccad8a.bindPopup(popup_a955af0801696ae8ae44dc2c8b895eec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1262287a2d2d4c921abe110a5ccad8a.setIcon(icon_69f6f33b53eb0f456ea9c6419484f571);
|
|
|
|
|
|
var marker_4be433614629cf286eb8e74a97a197b1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_e9e4aa69aaeb321ef9c7b818fcf2521c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42a1c575a9eaedcce8ade3a84e0ab9b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_130a36e7fc038a53c27d67b254fe7717 = $(`<div id="html_130a36e7fc038a53c27d67b254fe7717" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_42a1c575a9eaedcce8ade3a84e0ab9b3.setContent(html_130a36e7fc038a53c27d67b254fe7717);
|
|
|
|
|
|
|
|
marker_4be433614629cf286eb8e74a97a197b1.bindPopup(popup_42a1c575a9eaedcce8ade3a84e0ab9b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4be433614629cf286eb8e74a97a197b1.setIcon(icon_e9e4aa69aaeb321ef9c7b818fcf2521c);
|
|
|
|
|
|
var marker_691a1ed26edbc3606be8f11f0ea002fb = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_506a7ac25cac800557bbaf40678f8b80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9edbbfc11a7fdefb9048cd8a90b81bee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2a19bb49882255c4ec1b5978f2214bd = $(`<div id="html_f2a19bb49882255c4ec1b5978f2214bd" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_9edbbfc11a7fdefb9048cd8a90b81bee.setContent(html_f2a19bb49882255c4ec1b5978f2214bd);
|
|
|
|
|
|
|
|
marker_691a1ed26edbc3606be8f11f0ea002fb.bindPopup(popup_9edbbfc11a7fdefb9048cd8a90b81bee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_691a1ed26edbc3606be8f11f0ea002fb.setIcon(icon_506a7ac25cac800557bbaf40678f8b80);
|
|
|
|
|
|
var marker_e6776c24b05dd054445375af947b1828 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_72f82f16c46d605d2b67d0405817e560 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e5fb563b136c96b2b94c8886b58ef39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f104975a11933b4b0c93d660863e395 = $(`<div id="html_5f104975a11933b4b0c93d660863e395" style="width: 100.0%; height: 100.0%;">rusty-uat.siberian-albacore.ts.net:8443</div>`)[0];
|
|
popup_5e5fb563b136c96b2b94c8886b58ef39.setContent(html_5f104975a11933b4b0c93d660863e395);
|
|
|
|
|
|
|
|
marker_e6776c24b05dd054445375af947b1828.bindPopup(popup_5e5fb563b136c96b2b94c8886b58ef39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6776c24b05dd054445375af947b1828.setIcon(icon_72f82f16c46d605d2b67d0405817e560);
|
|
|
|
|
|
var marker_41b66403892836a8d526df1ef58c376b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_b8098f0a7f0c84f9e0f9ee6e6ba5d647 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06198083948ab3bd8302f2efd16ec1cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37fcf4baaf1dd160ccf2d3e367c10a6c = $(`<div id="html_37fcf4baaf1dd160ccf2d3e367c10a6c" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_06198083948ab3bd8302f2efd16ec1cf.setContent(html_37fcf4baaf1dd160ccf2d3e367c10a6c);
|
|
|
|
|
|
|
|
marker_41b66403892836a8d526df1ef58c376b.bindPopup(popup_06198083948ab3bd8302f2efd16ec1cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41b66403892836a8d526df1ef58c376b.setIcon(icon_b8098f0a7f0c84f9e0f9ee6e6ba5d647);
|
|
|
|
|
|
var marker_994f75fc5d6bee946cab1c881a306ec6 = L.marker(
|
|
[1.27994, 103.849],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_4e684539cade484ce44ce10f48f27f96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6826f0e4970270d2fe6a84fad0cf7cd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb2d2e7437e8716d25ab969950ada9f6 = $(`<div id="html_eb2d2e7437e8716d25ab969950ada9f6" style="width: 100.0%; height: 100.0%;">nostr.aruku.ovh</div>`)[0];
|
|
popup_6826f0e4970270d2fe6a84fad0cf7cd9.setContent(html_eb2d2e7437e8716d25ab969950ada9f6);
|
|
|
|
|
|
|
|
marker_994f75fc5d6bee946cab1c881a306ec6.bindPopup(popup_6826f0e4970270d2fe6a84fad0cf7cd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_994f75fc5d6bee946cab1c881a306ec6.setIcon(icon_4e684539cade484ce44ce10f48f27f96);
|
|
|
|
|
|
var marker_135be55c6e39da13a6bd58bf3d69d75a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_69e281c6771b9bfc4b462d5679cf298f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_559976cd773d9d9c9d6428a6acbdeaf6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db4c90a34484e1f3a467b08f6381051d = $(`<div id="html_db4c90a34484e1f3a467b08f6381051d" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_559976cd773d9d9c9d6428a6acbdeaf6.setContent(html_db4c90a34484e1f3a467b08f6381051d);
|
|
|
|
|
|
|
|
marker_135be55c6e39da13a6bd58bf3d69d75a.bindPopup(popup_559976cd773d9d9c9d6428a6acbdeaf6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_135be55c6e39da13a6bd58bf3d69d75a.setIcon(icon_69e281c6771b9bfc4b462d5679cf298f);
|
|
|
|
|
|
var marker_8000b82ffc326d8a692fc6b4b78976f9 = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_1ced141ddb26e9504d7cec113daf56aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d22191742247a2aaae6a4e490de13d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf49dee75be7e2231bcc787412d738b3 = $(`<div id="html_cf49dee75be7e2231bcc787412d738b3" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_5d22191742247a2aaae6a4e490de13d1.setContent(html_cf49dee75be7e2231bcc787412d738b3);
|
|
|
|
|
|
|
|
marker_8000b82ffc326d8a692fc6b4b78976f9.bindPopup(popup_5d22191742247a2aaae6a4e490de13d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8000b82ffc326d8a692fc6b4b78976f9.setIcon(icon_1ced141ddb26e9504d7cec113daf56aa);
|
|
|
|
|
|
var marker_71b7bedd1175b611e6819f58a6ea3ae9 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_aa5b3e614d2d4690e763c03c058e6df1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a10b8fbfe288bbad9c7676985ca44cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd16f47ac7d3997159bfb8f28d6a5e1b = $(`<div id="html_fd16f47ac7d3997159bfb8f28d6a5e1b" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_7a10b8fbfe288bbad9c7676985ca44cc.setContent(html_fd16f47ac7d3997159bfb8f28d6a5e1b);
|
|
|
|
|
|
|
|
marker_71b7bedd1175b611e6819f58a6ea3ae9.bindPopup(popup_7a10b8fbfe288bbad9c7676985ca44cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71b7bedd1175b611e6819f58a6ea3ae9.setIcon(icon_aa5b3e614d2d4690e763c03c058e6df1);
|
|
|
|
|
|
var marker_5e63590cf6ca8a743aad7a3d4ca6f3df = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_72e779f110e3cda2ccc8a5540f599da6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3cb97d02c1109e407ab2f7de489c7ec0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cae737d89a5125f767f206e4ae833688 = $(`<div id="html_cae737d89a5125f767f206e4ae833688" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_3cb97d02c1109e407ab2f7de489c7ec0.setContent(html_cae737d89a5125f767f206e4ae833688);
|
|
|
|
|
|
|
|
marker_5e63590cf6ca8a743aad7a3d4ca6f3df.bindPopup(popup_3cb97d02c1109e407ab2f7de489c7ec0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e63590cf6ca8a743aad7a3d4ca6f3df.setIcon(icon_72e779f110e3cda2ccc8a5540f599da6);
|
|
|
|
|
|
var marker_4a1278b0c93ca57460bf02ed1aac8bf3 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_02d3ba5a2fc638c16f63fa1e2a5c1de2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2681dec6bfa8632d44a3794612547d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd1206554c0dcc67b508444f8172e9ad = $(`<div id="html_dd1206554c0dcc67b508444f8172e9ad" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_c2681dec6bfa8632d44a3794612547d9.setContent(html_dd1206554c0dcc67b508444f8172e9ad);
|
|
|
|
|
|
|
|
marker_4a1278b0c93ca57460bf02ed1aac8bf3.bindPopup(popup_c2681dec6bfa8632d44a3794612547d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a1278b0c93ca57460bf02ed1aac8bf3.setIcon(icon_02d3ba5a2fc638c16f63fa1e2a5c1de2);
|
|
|
|
|
|
var marker_add3c0fa226d97f867f86e58bf7a1d97 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_bc386c51b24c7f5d6c6d8fb0f1abbfe5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c81d6e1429fb943d10c0cd2e57960d9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81b1f9655631051dfefb7a825bed3fb6 = $(`<div id="html_81b1f9655631051dfefb7a825bed3fb6" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_c81d6e1429fb943d10c0cd2e57960d9d.setContent(html_81b1f9655631051dfefb7a825bed3fb6);
|
|
|
|
|
|
|
|
marker_add3c0fa226d97f867f86e58bf7a1d97.bindPopup(popup_c81d6e1429fb943d10c0cd2e57960d9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_add3c0fa226d97f867f86e58bf7a1d97.setIcon(icon_bc386c51b24c7f5d6c6d8fb0f1abbfe5);
|
|
|
|
|
|
var marker_c225cedd999c7d6b04ef82ac03d2238a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_fdbdd89946e79fc0549f88c27b8f38a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffabc0d2d45cc8ef0f7654fdb8ea2985 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f958012bc9abd4c386501c6a3426a15 = $(`<div id="html_4f958012bc9abd4c386501c6a3426a15" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_ffabc0d2d45cc8ef0f7654fdb8ea2985.setContent(html_4f958012bc9abd4c386501c6a3426a15);
|
|
|
|
|
|
|
|
marker_c225cedd999c7d6b04ef82ac03d2238a.bindPopup(popup_ffabc0d2d45cc8ef0f7654fdb8ea2985)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c225cedd999c7d6b04ef82ac03d2238a.setIcon(icon_fdbdd89946e79fc0549f88c27b8f38a0);
|
|
|
|
|
|
var marker_0deaefcd2b013d7f426c0a90a1939f21 = L.marker(
|
|
[45.5152, -122.678],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_654b0d414a114444cc949b5b7518731f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd29381920941c2f805dbbbef47f74d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64236a7fc67d4dc5008e838232d673c8 = $(`<div id="html_64236a7fc67d4dc5008e838232d673c8" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_dd29381920941c2f805dbbbef47f74d5.setContent(html_64236a7fc67d4dc5008e838232d673c8);
|
|
|
|
|
|
|
|
marker_0deaefcd2b013d7f426c0a90a1939f21.bindPopup(popup_dd29381920941c2f805dbbbef47f74d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0deaefcd2b013d7f426c0a90a1939f21.setIcon(icon_654b0d414a114444cc949b5b7518731f);
|
|
|
|
|
|
var marker_8ec38dec5ddf6f87bce1d58d6b33391e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_d597b1a621cf676967fa37c20a9852d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_772dc8bf654b06c2090a63664265be2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf7e04d30b1cba1b2e29663eccd68c38 = $(`<div id="html_bf7e04d30b1cba1b2e29663eccd68c38" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_772dc8bf654b06c2090a63664265be2a.setContent(html_bf7e04d30b1cba1b2e29663eccd68c38);
|
|
|
|
|
|
|
|
marker_8ec38dec5ddf6f87bce1d58d6b33391e.bindPopup(popup_772dc8bf654b06c2090a63664265be2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ec38dec5ddf6f87bce1d58d6b33391e.setIcon(icon_d597b1a621cf676967fa37c20a9852d8);
|
|
|
|
|
|
var marker_f92fec2e1bf58ba500b7486e20453139 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_f07d96667acb8b3acaaa7a89def558bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_183249df5a573595b0b6a0fdb4fbf73f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c75ac5c7e1512bfd3664627c75681368 = $(`<div id="html_c75ac5c7e1512bfd3664627c75681368" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_183249df5a573595b0b6a0fdb4fbf73f.setContent(html_c75ac5c7e1512bfd3664627c75681368);
|
|
|
|
|
|
|
|
marker_f92fec2e1bf58ba500b7486e20453139.bindPopup(popup_183249df5a573595b0b6a0fdb4fbf73f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f92fec2e1bf58ba500b7486e20453139.setIcon(icon_f07d96667acb8b3acaaa7a89def558bd);
|
|
|
|
|
|
var marker_4f9c2fae1480f088bd78eb2d825a1561 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_2eaf4cf63f429e21a0f57697216e9fd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdeff1f2a44df99f017495e0806c7cd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61d6b536a96652fa06060da39a807b7b = $(`<div id="html_61d6b536a96652fa06060da39a807b7b" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_bdeff1f2a44df99f017495e0806c7cd8.setContent(html_61d6b536a96652fa06060da39a807b7b);
|
|
|
|
|
|
|
|
marker_4f9c2fae1480f088bd78eb2d825a1561.bindPopup(popup_bdeff1f2a44df99f017495e0806c7cd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f9c2fae1480f088bd78eb2d825a1561.setIcon(icon_2eaf4cf63f429e21a0f57697216e9fd0);
|
|
|
|
|
|
var marker_a2686223e490eece57ab01916b8061fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_7f394337d508547f6f112c74f80b5464 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60a8cc3a33be95c1a0c3181fc4dee9a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa9cb17a4dcfeeba6d58a257fb0186b1 = $(`<div id="html_fa9cb17a4dcfeeba6d58a257fb0186b1" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_60a8cc3a33be95c1a0c3181fc4dee9a3.setContent(html_fa9cb17a4dcfeeba6d58a257fb0186b1);
|
|
|
|
|
|
|
|
marker_a2686223e490eece57ab01916b8061fd.bindPopup(popup_60a8cc3a33be95c1a0c3181fc4dee9a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2686223e490eece57ab01916b8061fd.setIcon(icon_7f394337d508547f6f112c74f80b5464);
|
|
|
|
|
|
var marker_58c01c421fc262bf7033edecd6fdde3e = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_b8120e51cc0c5a4189a8b0472e0ec6ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_057b6437c79976133b0153592052f952 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebeb127e7debb1b4860a42ef892b7d3f = $(`<div id="html_ebeb127e7debb1b4860a42ef892b7d3f" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_057b6437c79976133b0153592052f952.setContent(html_ebeb127e7debb1b4860a42ef892b7d3f);
|
|
|
|
|
|
|
|
marker_58c01c421fc262bf7033edecd6fdde3e.bindPopup(popup_057b6437c79976133b0153592052f952)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58c01c421fc262bf7033edecd6fdde3e.setIcon(icon_b8120e51cc0c5a4189a8b0472e0ec6ed);
|
|
|
|
|
|
var marker_be4aab302fe4609886dbb264c65c728c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_c366bfecc6d3405fffd3e6f74451abaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec0aa703c7cc01d62f30b7fd8d606c4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d515e7c107a4f5cbbe1157e0590002b = $(`<div id="html_7d515e7c107a4f5cbbe1157e0590002b" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_ec0aa703c7cc01d62f30b7fd8d606c4b.setContent(html_7d515e7c107a4f5cbbe1157e0590002b);
|
|
|
|
|
|
|
|
marker_be4aab302fe4609886dbb264c65c728c.bindPopup(popup_ec0aa703c7cc01d62f30b7fd8d606c4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be4aab302fe4609886dbb264c65c728c.setIcon(icon_c366bfecc6d3405fffd3e6f74451abaf);
|
|
|
|
|
|
var marker_fe7e571d900242dbf4269f0b0156a59d = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5c56185c0bd757a42a7bfba1db24fa96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3e3a20560480809c78db955d3a5fc31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62de7384744262a2e52f127c18c874b4 = $(`<div id="html_62de7384744262a2e52f127c18c874b4" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_a3e3a20560480809c78db955d3a5fc31.setContent(html_62de7384744262a2e52f127c18c874b4);
|
|
|
|
|
|
|
|
marker_fe7e571d900242dbf4269f0b0156a59d.bindPopup(popup_a3e3a20560480809c78db955d3a5fc31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe7e571d900242dbf4269f0b0156a59d.setIcon(icon_5c56185c0bd757a42a7bfba1db24fa96);
|
|
|
|
|
|
var marker_97cb9b0b5660ed5a6e5e2933bffa38e0 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_b1d05df58f362483345f8be70448b825 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13a5d88591c1981910c00be7e346be40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcd73f9fc82ef6aa07afa1ea37038761 = $(`<div id="html_dcd73f9fc82ef6aa07afa1ea37038761" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_13a5d88591c1981910c00be7e346be40.setContent(html_dcd73f9fc82ef6aa07afa1ea37038761);
|
|
|
|
|
|
|
|
marker_97cb9b0b5660ed5a6e5e2933bffa38e0.bindPopup(popup_13a5d88591c1981910c00be7e346be40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97cb9b0b5660ed5a6e5e2933bffa38e0.setIcon(icon_b1d05df58f362483345f8be70448b825);
|
|
|
|
|
|
var marker_df4ce0be64f02d39def0f6b71e73441f = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_438193acb3762abc50685598f99df3c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d49de435a2549bc63ed6fc57c42a5337 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d61d5774257e344d500e3c53af83a32 = $(`<div id="html_3d61d5774257e344d500e3c53af83a32" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_d49de435a2549bc63ed6fc57c42a5337.setContent(html_3d61d5774257e344d500e3c53af83a32);
|
|
|
|
|
|
|
|
marker_df4ce0be64f02d39def0f6b71e73441f.bindPopup(popup_d49de435a2549bc63ed6fc57c42a5337)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df4ce0be64f02d39def0f6b71e73441f.setIcon(icon_438193acb3762abc50685598f99df3c0);
|
|
|
|
|
|
var marker_1a15797114404fab12ef6e83c1e8813a = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_fdb18cd49b76ed3bae83feb221ea814c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1f153fa374310419476baa0193c3cb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d4aa903d1d5c4a84f5d2a3132ae018d = $(`<div id="html_3d4aa903d1d5c4a84f5d2a3132ae018d" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_c1f153fa374310419476baa0193c3cb1.setContent(html_3d4aa903d1d5c4a84f5d2a3132ae018d);
|
|
|
|
|
|
|
|
marker_1a15797114404fab12ef6e83c1e8813a.bindPopup(popup_c1f153fa374310419476baa0193c3cb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a15797114404fab12ef6e83c1e8813a.setIcon(icon_fdb18cd49b76ed3bae83feb221ea814c);
|
|
|
|
|
|
var marker_377601c9482f8a3cc4ec8021ba7d349c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_499de4a10f1a3bb27d3c3b533669cfad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2394b9741d8b14aeae9833ecfce16cbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0415cce608b4ca173b21e9b6058ba386 = $(`<div id="html_0415cce608b4ca173b21e9b6058ba386" style="width: 100.0%; height: 100.0%;">npub1spxdug4m3y24hpx5crm0el4zhkk0wafs8kp6m0xu0wecygqej2xqq8gyhx.fips.network</div>`)[0];
|
|
popup_2394b9741d8b14aeae9833ecfce16cbd.setContent(html_0415cce608b4ca173b21e9b6058ba386);
|
|
|
|
|
|
|
|
marker_377601c9482f8a3cc4ec8021ba7d349c.bindPopup(popup_2394b9741d8b14aeae9833ecfce16cbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_377601c9482f8a3cc4ec8021ba7d349c.setIcon(icon_499de4a10f1a3bb27d3c3b533669cfad);
|
|
|
|
|
|
var marker_f0a4fa9cbda48e5a2e45695955297474 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_f3c28e3f3107ac458381fa68f7678c6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d66b0f20eaebe882d1b5dbb7d8859ac0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08882d7b57872189ac7676691839e420 = $(`<div id="html_08882d7b57872189ac7676691839e420" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_d66b0f20eaebe882d1b5dbb7d8859ac0.setContent(html_08882d7b57872189ac7676691839e420);
|
|
|
|
|
|
|
|
marker_f0a4fa9cbda48e5a2e45695955297474.bindPopup(popup_d66b0f20eaebe882d1b5dbb7d8859ac0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0a4fa9cbda48e5a2e45695955297474.setIcon(icon_f3c28e3f3107ac458381fa68f7678c6c);
|
|
|
|
|
|
var marker_134c027a68d93b6d34adfab01c50fff0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_2bc4df18e841543a6de2c5acea8f2566 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4763ed28b0a3fcf8ba04f6aaf76a4a7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_decee539db879f1ab4d8ed03c73bfb96 = $(`<div id="html_decee539db879f1ab4d8ed03c73bfb96" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_4763ed28b0a3fcf8ba04f6aaf76a4a7f.setContent(html_decee539db879f1ab4d8ed03c73bfb96);
|
|
|
|
|
|
|
|
marker_134c027a68d93b6d34adfab01c50fff0.bindPopup(popup_4763ed28b0a3fcf8ba04f6aaf76a4a7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_134c027a68d93b6d34adfab01c50fff0.setIcon(icon_2bc4df18e841543a6de2c5acea8f2566);
|
|
|
|
|
|
var marker_3d1dc0a46fabc46369a570482aafd768 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5f62b42b1c8af88e783d9e137cdb44ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d64507e74742de158928547ff7cf88c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc639c94b8cd0f6b13f42a6cc56589d8 = $(`<div id="html_bc639c94b8cd0f6b13f42a6cc56589d8" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_d64507e74742de158928547ff7cf88c9.setContent(html_bc639c94b8cd0f6b13f42a6cc56589d8);
|
|
|
|
|
|
|
|
marker_3d1dc0a46fabc46369a570482aafd768.bindPopup(popup_d64507e74742de158928547ff7cf88c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d1dc0a46fabc46369a570482aafd768.setIcon(icon_5f62b42b1c8af88e783d9e137cdb44ee);
|
|
|
|
|
|
var marker_ef4ab912e7067097b2105443b879ba96 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_bcfdfa931c04529b8d47516c1816e872 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5242bbacd36e9df19f16e4efeb2c0c88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_145c88e3aa846760d12cb959bade5205 = $(`<div id="html_145c88e3aa846760d12cb959bade5205" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_5242bbacd36e9df19f16e4efeb2c0c88.setContent(html_145c88e3aa846760d12cb959bade5205);
|
|
|
|
|
|
|
|
marker_ef4ab912e7067097b2105443b879ba96.bindPopup(popup_5242bbacd36e9df19f16e4efeb2c0c88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef4ab912e7067097b2105443b879ba96.setIcon(icon_bcfdfa931c04529b8d47516c1816e872);
|
|
|
|
|
|
var marker_47efbf09a9d6621afd99ae93c0e11bf6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_60b92d0b0cd945019383686fde9cf447 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b98dbcceaf38902768b0fa3d79b467e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dac120de15ab2fdda2509f65e301555a = $(`<div id="html_dac120de15ab2fdda2509f65e301555a" style="width: 100.0%; height: 100.0%;">nostr.chrissexton.org</div>`)[0];
|
|
popup_b98dbcceaf38902768b0fa3d79b467e1.setContent(html_dac120de15ab2fdda2509f65e301555a);
|
|
|
|
|
|
|
|
marker_47efbf09a9d6621afd99ae93c0e11bf6.bindPopup(popup_b98dbcceaf38902768b0fa3d79b467e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47efbf09a9d6621afd99ae93c0e11bf6.setIcon(icon_60b92d0b0cd945019383686fde9cf447);
|
|
|
|
|
|
var marker_f934a1e5350dde2bb9cd1600b27cc7e7 = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_0e3aaa5a7b43b9ca1c19a28f98e2b58a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_740e1c82c2b8b5dd86cb25d4d9d947dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de9bf8acd2849957d6075de1e20a0d9a = $(`<div id="html_de9bf8acd2849957d6075de1e20a0d9a" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_740e1c82c2b8b5dd86cb25d4d9d947dc.setContent(html_de9bf8acd2849957d6075de1e20a0d9a);
|
|
|
|
|
|
|
|
marker_f934a1e5350dde2bb9cd1600b27cc7e7.bindPopup(popup_740e1c82c2b8b5dd86cb25d4d9d947dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f934a1e5350dde2bb9cd1600b27cc7e7.setIcon(icon_0e3aaa5a7b43b9ca1c19a28f98e2b58a);
|
|
|
|
|
|
var marker_a3d68acf8fc52ab266353785c72238f9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_9cf8e3e7d728079cd2060d0def463c4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60ae575f7f964a06366b9a62535879b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc4be9347f3bfc7b1db9cad49d58d3b1 = $(`<div id="html_cc4be9347f3bfc7b1db9cad49d58d3b1" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_60ae575f7f964a06366b9a62535879b5.setContent(html_cc4be9347f3bfc7b1db9cad49d58d3b1);
|
|
|
|
|
|
|
|
marker_a3d68acf8fc52ab266353785c72238f9.bindPopup(popup_60ae575f7f964a06366b9a62535879b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3d68acf8fc52ab266353785c72238f9.setIcon(icon_9cf8e3e7d728079cd2060d0def463c4f);
|
|
|
|
|
|
var marker_f8da68ed9d2d53b96c64aa3c9a225e70 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_722e54ce896cf717a30b79af5a49d7f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c324046ab752325b7f1b39f32c30a0b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0904b29e501351ecffed433348ec23c = $(`<div id="html_c0904b29e501351ecffed433348ec23c" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_c324046ab752325b7f1b39f32c30a0b4.setContent(html_c0904b29e501351ecffed433348ec23c);
|
|
|
|
|
|
|
|
marker_f8da68ed9d2d53b96c64aa3c9a225e70.bindPopup(popup_c324046ab752325b7f1b39f32c30a0b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8da68ed9d2d53b96c64aa3c9a225e70.setIcon(icon_722e54ce896cf717a30b79af5a49d7f4);
|
|
|
|
|
|
var marker_eda6430a020d3ebc548e168b51637ff6 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_287558009563923c29e9b461670207af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6daafd986d7598d530a0f067a65360a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d6f7b01897ea156aa2173da878826d7 = $(`<div id="html_5d6f7b01897ea156aa2173da878826d7" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_f6daafd986d7598d530a0f067a65360a.setContent(html_5d6f7b01897ea156aa2173da878826d7);
|
|
|
|
|
|
|
|
marker_eda6430a020d3ebc548e168b51637ff6.bindPopup(popup_f6daafd986d7598d530a0f067a65360a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eda6430a020d3ebc548e168b51637ff6.setIcon(icon_287558009563923c29e9b461670207af);
|
|
|
|
|
|
var marker_937f61cce94c7ab8e7d13973e8ec1868 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_381693c2b2233fd25addc2c54186f748 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc125183493f3c1b6d4298f7d1c41ec0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4b364485da06dca7d49f0a44375f388 = $(`<div id="html_e4b364485da06dca7d49f0a44375f388" style="width: 100.0%; height: 100.0%;">spatia-arcana.com</div>`)[0];
|
|
popup_dc125183493f3c1b6d4298f7d1c41ec0.setContent(html_e4b364485da06dca7d49f0a44375f388);
|
|
|
|
|
|
|
|
marker_937f61cce94c7ab8e7d13973e8ec1868.bindPopup(popup_dc125183493f3c1b6d4298f7d1c41ec0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_937f61cce94c7ab8e7d13973e8ec1868.setIcon(icon_381693c2b2233fd25addc2c54186f748);
|
|
|
|
|
|
var marker_a07ad538c8260ac96e60c411e07c6a7d = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_e962efb49ee583f31031e943f86c945c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51f97ca6f4230d3cac67574272fe53bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9aa6b90546679bcf850f113c490a44cb = $(`<div id="html_9aa6b90546679bcf850f113c490a44cb" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_51f97ca6f4230d3cac67574272fe53bf.setContent(html_9aa6b90546679bcf850f113c490a44cb);
|
|
|
|
|
|
|
|
marker_a07ad538c8260ac96e60c411e07c6a7d.bindPopup(popup_51f97ca6f4230d3cac67574272fe53bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a07ad538c8260ac96e60c411e07c6a7d.setIcon(icon_e962efb49ee583f31031e943f86c945c);
|
|
|
|
|
|
var marker_be74a1bcb9d9e1d58acaec1e36c83bc7 = L.marker(
|
|
[53.5, 10.25],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_dbae4bbe72325fabdb0900893d280707 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47b504567b4aade3622a57c6bc88db4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b07b40e150f1d47975ac13e5dc08aa6 = $(`<div id="html_6b07b40e150f1d47975ac13e5dc08aa6" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_47b504567b4aade3622a57c6bc88db4e.setContent(html_6b07b40e150f1d47975ac13e5dc08aa6);
|
|
|
|
|
|
|
|
marker_be74a1bcb9d9e1d58acaec1e36c83bc7.bindPopup(popup_47b504567b4aade3622a57c6bc88db4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be74a1bcb9d9e1d58acaec1e36c83bc7.setIcon(icon_dbae4bbe72325fabdb0900893d280707);
|
|
|
|
|
|
var marker_7b1f75510058f0bead2794f0bf5c72ec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_7e6f0c2522bcb4a8edf6d6bebba730ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e46a8f216cd3a073a1c020e57b38cba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89bc47689984d3352987c421eade06d4 = $(`<div id="html_89bc47689984d3352987c421eade06d4" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_9e46a8f216cd3a073a1c020e57b38cba.setContent(html_89bc47689984d3352987c421eade06d4);
|
|
|
|
|
|
|
|
marker_7b1f75510058f0bead2794f0bf5c72ec.bindPopup(popup_9e46a8f216cd3a073a1c020e57b38cba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b1f75510058f0bead2794f0bf5c72ec.setIcon(icon_7e6f0c2522bcb4a8edf6d6bebba730ad);
|
|
|
|
|
|
var marker_03e58f072fd74e25f23d3f4d2d459955 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_4fa0863f0c9162bb0d2719d022bb40df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1370d0990ea7fa00665351341cb6a5ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_024a8a4bc7b3e4f9fcecc47b20ededfa = $(`<div id="html_024a8a4bc7b3e4f9fcecc47b20ededfa" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_1370d0990ea7fa00665351341cb6a5ca.setContent(html_024a8a4bc7b3e4f9fcecc47b20ededfa);
|
|
|
|
|
|
|
|
marker_03e58f072fd74e25f23d3f4d2d459955.bindPopup(popup_1370d0990ea7fa00665351341cb6a5ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03e58f072fd74e25f23d3f4d2d459955.setIcon(icon_4fa0863f0c9162bb0d2719d022bb40df);
|
|
|
|
|
|
var marker_f9f13f9ff4601f0e30b575d5492d922f = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5dd11b563c1cc4ff4f3cb5c84e81ee93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ee55b79a1611dc6c22543cd7322164f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e9186a7d1db69e12bc8f5072724c12c = $(`<div id="html_7e9186a7d1db69e12bc8f5072724c12c" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_6ee55b79a1611dc6c22543cd7322164f.setContent(html_7e9186a7d1db69e12bc8f5072724c12c);
|
|
|
|
|
|
|
|
marker_f9f13f9ff4601f0e30b575d5492d922f.bindPopup(popup_6ee55b79a1611dc6c22543cd7322164f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9f13f9ff4601f0e30b575d5492d922f.setIcon(icon_5dd11b563c1cc4ff4f3cb5c84e81ee93);
|
|
|
|
|
|
var marker_c24519d793b645187de043776b28b899 = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_1fc2dcde657b1fc1815c21ac5987a362 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbcbbdc1ae8305aa4b0e7a1005500122 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd24d6a06ac4fba2ef7cd4b3ac07976a = $(`<div id="html_dd24d6a06ac4fba2ef7cd4b3ac07976a" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_dbcbbdc1ae8305aa4b0e7a1005500122.setContent(html_dd24d6a06ac4fba2ef7cd4b3ac07976a);
|
|
|
|
|
|
|
|
marker_c24519d793b645187de043776b28b899.bindPopup(popup_dbcbbdc1ae8305aa4b0e7a1005500122)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c24519d793b645187de043776b28b899.setIcon(icon_1fc2dcde657b1fc1815c21ac5987a362);
|
|
|
|
|
|
var marker_01a18ead220f4851f8a668742caa7cba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_33ae5de49d979dd912654c51373ff138 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7751384cbf68e866e9c97e422c02f73c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28e95d8b81e1d38822b39be6d3878619 = $(`<div id="html_28e95d8b81e1d38822b39be6d3878619" style="width: 100.0%; height: 100.0%;">antiprimal.net</div>`)[0];
|
|
popup_7751384cbf68e866e9c97e422c02f73c.setContent(html_28e95d8b81e1d38822b39be6d3878619);
|
|
|
|
|
|
|
|
marker_01a18ead220f4851f8a668742caa7cba.bindPopup(popup_7751384cbf68e866e9c97e422c02f73c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01a18ead220f4851f8a668742caa7cba.setIcon(icon_33ae5de49d979dd912654c51373ff138);
|
|
|
|
|
|
var marker_f46b154634a9260c61de77bd6d8d99c4 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_88729d1f63077016a73d5f8ca96de91e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73060ed95bdd78400f8b57a6bb714e9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_116736ed7f601d6c7a2ecf87b8190611 = $(`<div id="html_116736ed7f601d6c7a2ecf87b8190611" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_73060ed95bdd78400f8b57a6bb714e9f.setContent(html_116736ed7f601d6c7a2ecf87b8190611);
|
|
|
|
|
|
|
|
marker_f46b154634a9260c61de77bd6d8d99c4.bindPopup(popup_73060ed95bdd78400f8b57a6bb714e9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f46b154634a9260c61de77bd6d8d99c4.setIcon(icon_88729d1f63077016a73d5f8ca96de91e);
|
|
|
|
|
|
var marker_f6bc583bdcdfc36fdb99ba94690b8859 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_7d4bfd0cc8c0e15df3f1a4a3c0480f99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_089df7290d41d9d026ed03ac29c54c03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44f4ab4d9e1abc8ff1c3fc0db1155c78 = $(`<div id="html_44f4ab4d9e1abc8ff1c3fc0db1155c78" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_089df7290d41d9d026ed03ac29c54c03.setContent(html_44f4ab4d9e1abc8ff1c3fc0db1155c78);
|
|
|
|
|
|
|
|
marker_f6bc583bdcdfc36fdb99ba94690b8859.bindPopup(popup_089df7290d41d9d026ed03ac29c54c03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6bc583bdcdfc36fdb99ba94690b8859.setIcon(icon_7d4bfd0cc8c0e15df3f1a4a3c0480f99);
|
|
|
|
|
|
var marker_813411e7ce37050f95db4fa401d1b040 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_513c132bfa6d73a3023b5e34cbb0e6f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cca46c2caab9afed9dd6aa728c0501c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db22cf408161ed3f37e4fda27bd8a92f = $(`<div id="html_db22cf408161ed3f37e4fda27bd8a92f" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_cca46c2caab9afed9dd6aa728c0501c2.setContent(html_db22cf408161ed3f37e4fda27bd8a92f);
|
|
|
|
|
|
|
|
marker_813411e7ce37050f95db4fa401d1b040.bindPopup(popup_cca46c2caab9afed9dd6aa728c0501c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_813411e7ce37050f95db4fa401d1b040.setIcon(icon_513c132bfa6d73a3023b5e34cbb0e6f6);
|
|
|
|
|
|
var marker_c382eef4e2d73862d94a008d7246aaca = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_8a5af78e39106fe80f0cb1433988e0d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9ff6f4b5230192ebda803c1840cea4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9522eed6657ebcc9150d50d6d3b3e601 = $(`<div id="html_9522eed6657ebcc9150d50d6d3b3e601" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_f9ff6f4b5230192ebda803c1840cea4f.setContent(html_9522eed6657ebcc9150d50d6d3b3e601);
|
|
|
|
|
|
|
|
marker_c382eef4e2d73862d94a008d7246aaca.bindPopup(popup_f9ff6f4b5230192ebda803c1840cea4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c382eef4e2d73862d94a008d7246aaca.setIcon(icon_8a5af78e39106fe80f0cb1433988e0d8);
|
|
|
|
|
|
var marker_bd427d6c1aff3e2d80f1403f2ba5c1f4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_f81ea80afa226e92f8f55119774cc451 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c088ab20188d6d40b4456945e818b4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2edb98fe0890f70e7c72f2a370caddca = $(`<div id="html_2edb98fe0890f70e7c72f2a370caddca" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_7c088ab20188d6d40b4456945e818b4b.setContent(html_2edb98fe0890f70e7c72f2a370caddca);
|
|
|
|
|
|
|
|
marker_bd427d6c1aff3e2d80f1403f2ba5c1f4.bindPopup(popup_7c088ab20188d6d40b4456945e818b4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd427d6c1aff3e2d80f1403f2ba5c1f4.setIcon(icon_f81ea80afa226e92f8f55119774cc451);
|
|
|
|
|
|
var marker_70092465ef022dcfe54bda5546da661b = L.marker(
|
|
[53.5, 10.25],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_69635d4f5c843e2370dc61cef784a5cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8db0346bd4f0fe44da4ae582ca821e82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64e90aeafea07c91bf7a01aea9bfcc3d = $(`<div id="html_64e90aeafea07c91bf7a01aea9bfcc3d" style="width: 100.0%; height: 100.0%;">pyramid.self-determined.de</div>`)[0];
|
|
popup_8db0346bd4f0fe44da4ae582ca821e82.setContent(html_64e90aeafea07c91bf7a01aea9bfcc3d);
|
|
|
|
|
|
|
|
marker_70092465ef022dcfe54bda5546da661b.bindPopup(popup_8db0346bd4f0fe44da4ae582ca821e82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70092465ef022dcfe54bda5546da661b.setIcon(icon_69635d4f5c843e2370dc61cef784a5cf);
|
|
|
|
|
|
var marker_07a65f1af4124590dcf8adf2af4cf819 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_f9d250a33f4b47eee20420c956a8fcde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39a48ee8437c52b76e94470d035c72c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c8428f1853939217b6f21673ae19c41 = $(`<div id="html_0c8428f1853939217b6f21673ae19c41" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_39a48ee8437c52b76e94470d035c72c5.setContent(html_0c8428f1853939217b6f21673ae19c41);
|
|
|
|
|
|
|
|
marker_07a65f1af4124590dcf8adf2af4cf819.bindPopup(popup_39a48ee8437c52b76e94470d035c72c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07a65f1af4124590dcf8adf2af4cf819.setIcon(icon_f9d250a33f4b47eee20420c956a8fcde);
|
|
|
|
|
|
var marker_4b9d2f7b938b7654be7b96b24982ae9c = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_0b556030c75100f14876ece36c10d379 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1fc742a070f62bd246cf8d630421d4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6d5537c9f569bc940479bcae2848756 = $(`<div id="html_d6d5537c9f569bc940479bcae2848756" style="width: 100.0%; height: 100.0%;">nostr.aruku.kro.kr</div>`)[0];
|
|
popup_c1fc742a070f62bd246cf8d630421d4d.setContent(html_d6d5537c9f569bc940479bcae2848756);
|
|
|
|
|
|
|
|
marker_4b9d2f7b938b7654be7b96b24982ae9c.bindPopup(popup_c1fc742a070f62bd246cf8d630421d4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b9d2f7b938b7654be7b96b24982ae9c.setIcon(icon_0b556030c75100f14876ece36c10d379);
|
|
|
|
|
|
var marker_b6b4b38f4e70f174fb59d33730e7935f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_327e915396deded9e304d62143fa81f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a235985106d7f8c223574c5bf010f82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34a676414cbdf52ca1e9c4cc7dd6caff = $(`<div id="html_34a676414cbdf52ca1e9c4cc7dd6caff" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_7a235985106d7f8c223574c5bf010f82.setContent(html_34a676414cbdf52ca1e9c4cc7dd6caff);
|
|
|
|
|
|
|
|
marker_b6b4b38f4e70f174fb59d33730e7935f.bindPopup(popup_7a235985106d7f8c223574c5bf010f82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6b4b38f4e70f174fb59d33730e7935f.setIcon(icon_327e915396deded9e304d62143fa81f4);
|
|
|
|
|
|
var marker_19ae0d46667f57f36a105b94a8b2fbb3 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_1c331f21ee0602f196e27087fe3db183 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01aae55c8ad1b562cbaebdbb48e3e205 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3425c06d908ea9d34edab0799c2520e9 = $(`<div id="html_3425c06d908ea9d34edab0799c2520e9" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_01aae55c8ad1b562cbaebdbb48e3e205.setContent(html_3425c06d908ea9d34edab0799c2520e9);
|
|
|
|
|
|
|
|
marker_19ae0d46667f57f36a105b94a8b2fbb3.bindPopup(popup_01aae55c8ad1b562cbaebdbb48e3e205)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19ae0d46667f57f36a105b94a8b2fbb3.setIcon(icon_1c331f21ee0602f196e27087fe3db183);
|
|
|
|
|
|
var marker_b1177f861ed7416452d153f63ad36462 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_8376d0e3724689704eabf4283324bbdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4620207cfb206380c7b683f8d141a8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03a4c318114df8b5a125d729eb2879dd = $(`<div id="html_03a4c318114df8b5a125d729eb2879dd" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_f4620207cfb206380c7b683f8d141a8e.setContent(html_03a4c318114df8b5a125d729eb2879dd);
|
|
|
|
|
|
|
|
marker_b1177f861ed7416452d153f63ad36462.bindPopup(popup_f4620207cfb206380c7b683f8d141a8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1177f861ed7416452d153f63ad36462.setIcon(icon_8376d0e3724689704eabf4283324bbdf);
|
|
|
|
|
|
var marker_e07a8f45279fd8fa8b99e529c8c5c9c8 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_79895c44d54c6d28669df11544182c5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0375dde5d9164689d5bc383bb41d1941 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e5b28e78a588ef0bbc077eb4887cbe8 = $(`<div id="html_2e5b28e78a588ef0bbc077eb4887cbe8" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_0375dde5d9164689d5bc383bb41d1941.setContent(html_2e5b28e78a588ef0bbc077eb4887cbe8);
|
|
|
|
|
|
|
|
marker_e07a8f45279fd8fa8b99e529c8c5c9c8.bindPopup(popup_0375dde5d9164689d5bc383bb41d1941)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e07a8f45279fd8fa8b99e529c8c5c9c8.setIcon(icon_79895c44d54c6d28669df11544182c5e);
|
|
|
|
|
|
var marker_d175bc9f1fb26c3a55be781c30619bc8 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_db4eabcba5e0e8a6329bcec629649c16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_302103f68dd9f96e7b9def4f792aa028 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b147f79beb6b50820b90431bf826bf03 = $(`<div id="html_b147f79beb6b50820b90431bf826bf03" style="width: 100.0%; height: 100.0%;">relay.earthly.city</div>`)[0];
|
|
popup_302103f68dd9f96e7b9def4f792aa028.setContent(html_b147f79beb6b50820b90431bf826bf03);
|
|
|
|
|
|
|
|
marker_d175bc9f1fb26c3a55be781c30619bc8.bindPopup(popup_302103f68dd9f96e7b9def4f792aa028)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d175bc9f1fb26c3a55be781c30619bc8.setIcon(icon_db4eabcba5e0e8a6329bcec629649c16);
|
|
|
|
|
|
var marker_f11d8d19592e0d4410452e7a9337168e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_17d94dcdfe1fe1258284c3d78caa87f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a88c9e95724e4556cff967390b39504 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34c7ec0bdadd41553f6116ddf05ecad7 = $(`<div id="html_34c7ec0bdadd41553f6116ddf05ecad7" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_6a88c9e95724e4556cff967390b39504.setContent(html_34c7ec0bdadd41553f6116ddf05ecad7);
|
|
|
|
|
|
|
|
marker_f11d8d19592e0d4410452e7a9337168e.bindPopup(popup_6a88c9e95724e4556cff967390b39504)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f11d8d19592e0d4410452e7a9337168e.setIcon(icon_17d94dcdfe1fe1258284c3d78caa87f9);
|
|
|
|
|
|
var marker_f272bef2405b2d7525d108626e020cd9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_312a0321d22c88b582dd0f97ef546716 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10a8b57f37fd7085fd36cf9fbdf0b3c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ec044b161db974cad6e70676f24ea51 = $(`<div id="html_9ec044b161db974cad6e70676f24ea51" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_10a8b57f37fd7085fd36cf9fbdf0b3c8.setContent(html_9ec044b161db974cad6e70676f24ea51);
|
|
|
|
|
|
|
|
marker_f272bef2405b2d7525d108626e020cd9.bindPopup(popup_10a8b57f37fd7085fd36cf9fbdf0b3c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f272bef2405b2d7525d108626e020cd9.setIcon(icon_312a0321d22c88b582dd0f97ef546716);
|
|
|
|
|
|
var marker_bb5494db74af63d32fd2b4359549c72f = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_f8c4866170203a3c9c4681f7a1f59d1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4e9877e6443543b1ec865794e722937 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cbbacaa12bcf82a2eecc6a088f51f30 = $(`<div id="html_4cbbacaa12bcf82a2eecc6a088f51f30" style="width: 100.0%; height: 100.0%;">relay.henryxplace.eu.org:9988</div>`)[0];
|
|
popup_e4e9877e6443543b1ec865794e722937.setContent(html_4cbbacaa12bcf82a2eecc6a088f51f30);
|
|
|
|
|
|
|
|
marker_bb5494db74af63d32fd2b4359549c72f.bindPopup(popup_e4e9877e6443543b1ec865794e722937)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb5494db74af63d32fd2b4359549c72f.setIcon(icon_f8c4866170203a3c9c4681f7a1f59d1b);
|
|
|
|
|
|
var marker_ccb678cb818872d4eb7bed9c82cae12c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_36f8bea3d78f63fc6fd23257b5eae595 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3796708a66936b201f640faed335a2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08179b699a792256f28472b40a3b8b45 = $(`<div id="html_08179b699a792256f28472b40a3b8b45" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_c3796708a66936b201f640faed335a2b.setContent(html_08179b699a792256f28472b40a3b8b45);
|
|
|
|
|
|
|
|
marker_ccb678cb818872d4eb7bed9c82cae12c.bindPopup(popup_c3796708a66936b201f640faed335a2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccb678cb818872d4eb7bed9c82cae12c.setIcon(icon_36f8bea3d78f63fc6fd23257b5eae595);
|
|
|
|
|
|
var marker_59cd7afe53e2c80862fae0a3bcd0a87a = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_abb2759e4a2d7a37993315a1a323c05c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55bf18043cdcb36bbdea0d16a71cd6c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea9a70cffe9bb501c2542fef071c4c32 = $(`<div id="html_ea9a70cffe9bb501c2542fef071c4c32" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_55bf18043cdcb36bbdea0d16a71cd6c1.setContent(html_ea9a70cffe9bb501c2542fef071c4c32);
|
|
|
|
|
|
|
|
marker_59cd7afe53e2c80862fae0a3bcd0a87a.bindPopup(popup_55bf18043cdcb36bbdea0d16a71cd6c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59cd7afe53e2c80862fae0a3bcd0a87a.setIcon(icon_abb2759e4a2d7a37993315a1a323c05c);
|
|
|
|
|
|
var marker_61eb51a3c4712823c032ff97f553fd00 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_b7046a25edbe487ae12de48661e0e033 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00ee32bd791b1871311ccf309319febd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6e3c4ec20d8685e0ad828140d1746f9 = $(`<div id="html_e6e3c4ec20d8685e0ad828140d1746f9" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_00ee32bd791b1871311ccf309319febd.setContent(html_e6e3c4ec20d8685e0ad828140d1746f9);
|
|
|
|
|
|
|
|
marker_61eb51a3c4712823c032ff97f553fd00.bindPopup(popup_00ee32bd791b1871311ccf309319febd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61eb51a3c4712823c032ff97f553fd00.setIcon(icon_b7046a25edbe487ae12de48661e0e033);
|
|
|
|
|
|
var marker_6bdb544172b93dfc730015b3fd122b1d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_fe81d58325156b3c9e08d3ab6741fa38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35a0141f1903dde104729a67ae748624 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f3b3e193640f516c0cc77abab4edfd0 = $(`<div id="html_5f3b3e193640f516c0cc77abab4edfd0" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_35a0141f1903dde104729a67ae748624.setContent(html_5f3b3e193640f516c0cc77abab4edfd0);
|
|
|
|
|
|
|
|
marker_6bdb544172b93dfc730015b3fd122b1d.bindPopup(popup_35a0141f1903dde104729a67ae748624)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bdb544172b93dfc730015b3fd122b1d.setIcon(icon_fe81d58325156b3c9e08d3ab6741fa38);
|
|
|
|
|
|
var marker_78b9ea44de78b89c994e15e716d5cbd4 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_9e47ca29de4dc45cd89d4b4fcb9e085c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d1df43675b59863321fdb5c8b394eb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0784a6784b501f4fd30e2b35eb42b81 = $(`<div id="html_d0784a6784b501f4fd30e2b35eb42b81" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_1d1df43675b59863321fdb5c8b394eb1.setContent(html_d0784a6784b501f4fd30e2b35eb42b81);
|
|
|
|
|
|
|
|
marker_78b9ea44de78b89c994e15e716d5cbd4.bindPopup(popup_1d1df43675b59863321fdb5c8b394eb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78b9ea44de78b89c994e15e716d5cbd4.setIcon(icon_9e47ca29de4dc45cd89d4b4fcb9e085c);
|
|
|
|
|
|
var marker_a5e290c2917a59eb8d6a03df3a4cbf62 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_32a7ba098a50bcd4971a34bbf7d26950 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94aeabbb97b56b65b508d853ccb70909 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42b9b027fe3c00a230f23ae052d2ffdb = $(`<div id="html_42b9b027fe3c00a230f23ae052d2ffdb" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_94aeabbb97b56b65b508d853ccb70909.setContent(html_42b9b027fe3c00a230f23ae052d2ffdb);
|
|
|
|
|
|
|
|
marker_a5e290c2917a59eb8d6a03df3a4cbf62.bindPopup(popup_94aeabbb97b56b65b508d853ccb70909)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5e290c2917a59eb8d6a03df3a4cbf62.setIcon(icon_32a7ba098a50bcd4971a34bbf7d26950);
|
|
|
|
|
|
var marker_f794bca22abfbc3ea1a48aba4e01dff1 = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_92dff99a654de8979e5d9fc945e404f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d47b86d492aba5f307bc1e4d87583dd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_671fc807712de2d5e55ad9b0a02e0b0a = $(`<div id="html_671fc807712de2d5e55ad9b0a02e0b0a" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_d47b86d492aba5f307bc1e4d87583dd1.setContent(html_671fc807712de2d5e55ad9b0a02e0b0a);
|
|
|
|
|
|
|
|
marker_f794bca22abfbc3ea1a48aba4e01dff1.bindPopup(popup_d47b86d492aba5f307bc1e4d87583dd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f794bca22abfbc3ea1a48aba4e01dff1.setIcon(icon_92dff99a654de8979e5d9fc945e404f3);
|
|
|
|
|
|
var marker_07ef823ed30ad50da99eb1fa7ad815e4 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_e8ca6f3867bb3d810bde4b492c77a026 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db04b59fecad2a779d796fd7101434ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c8c5f80903f4abc44ff1f485d56cf6b = $(`<div id="html_7c8c5f80903f4abc44ff1f485d56cf6b" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_db04b59fecad2a779d796fd7101434ff.setContent(html_7c8c5f80903f4abc44ff1f485d56cf6b);
|
|
|
|
|
|
|
|
marker_07ef823ed30ad50da99eb1fa7ad815e4.bindPopup(popup_db04b59fecad2a779d796fd7101434ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07ef823ed30ad50da99eb1fa7ad815e4.setIcon(icon_e8ca6f3867bb3d810bde4b492c77a026);
|
|
|
|
|
|
var marker_e51b86f9722e404b62268426d0d0cd7b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_3efedef6ebc0264447e1cd753fbc5556 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fc903dfdb619f7c30e29c6cc7c2df62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_588df3ab1eeb2640c70c9d072d68a190 = $(`<div id="html_588df3ab1eeb2640c70c9d072d68a190" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_1fc903dfdb619f7c30e29c6cc7c2df62.setContent(html_588df3ab1eeb2640c70c9d072d68a190);
|
|
|
|
|
|
|
|
marker_e51b86f9722e404b62268426d0d0cd7b.bindPopup(popup_1fc903dfdb619f7c30e29c6cc7c2df62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e51b86f9722e404b62268426d0d0cd7b.setIcon(icon_3efedef6ebc0264447e1cd753fbc5556);
|
|
|
|
|
|
var marker_da2537640c083a441beb690b60b9433f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_378dd7b8e483c31b4217aaef720ca450 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64c5337130e937544d49a759b20dd0ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ed4f156d46dfe28ed7deb8108491e08 = $(`<div id="html_4ed4f156d46dfe28ed7deb8108491e08" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_64c5337130e937544d49a759b20dd0ff.setContent(html_4ed4f156d46dfe28ed7deb8108491e08);
|
|
|
|
|
|
|
|
marker_da2537640c083a441beb690b60b9433f.bindPopup(popup_64c5337130e937544d49a759b20dd0ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da2537640c083a441beb690b60b9433f.setIcon(icon_378dd7b8e483c31b4217aaef720ca450);
|
|
|
|
|
|
var marker_c35996360d8c24e7c73f0edafa0dffed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_277b6b9b95ede575b002fb1e6ffcdb90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bc14be000f2a563a071e64229490797 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35590a0266899178b0010fc1e4ed4bbf = $(`<div id="html_35590a0266899178b0010fc1e4ed4bbf" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_4bc14be000f2a563a071e64229490797.setContent(html_35590a0266899178b0010fc1e4ed4bbf);
|
|
|
|
|
|
|
|
marker_c35996360d8c24e7c73f0edafa0dffed.bindPopup(popup_4bc14be000f2a563a071e64229490797)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c35996360d8c24e7c73f0edafa0dffed.setIcon(icon_277b6b9b95ede575b002fb1e6ffcdb90);
|
|
|
|
|
|
var marker_a65c20a01b6014fd569ead73ea805de5 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_3ab07091af702df8e9449ea77a1752d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1d899c3b52608ee8cee986abafd1e15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b80b7046fbff9535fbe06cd276cd51ff = $(`<div id="html_b80b7046fbff9535fbe06cd276cd51ff" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_b1d899c3b52608ee8cee986abafd1e15.setContent(html_b80b7046fbff9535fbe06cd276cd51ff);
|
|
|
|
|
|
|
|
marker_a65c20a01b6014fd569ead73ea805de5.bindPopup(popup_b1d899c3b52608ee8cee986abafd1e15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a65c20a01b6014fd569ead73ea805de5.setIcon(icon_3ab07091af702df8e9449ea77a1752d6);
|
|
|
|
|
|
var marker_b57a42c654e79a58991e9d8e26d71773 = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_c1c78c4d71e40454f93823d64ff67a40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88837c236ae48de17ee2af9c6326a392 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcfc0e0514c3469d28fad6bea9c571e2 = $(`<div id="html_bcfc0e0514c3469d28fad6bea9c571e2" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_88837c236ae48de17ee2af9c6326a392.setContent(html_bcfc0e0514c3469d28fad6bea9c571e2);
|
|
|
|
|
|
|
|
marker_b57a42c654e79a58991e9d8e26d71773.bindPopup(popup_88837c236ae48de17ee2af9c6326a392)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b57a42c654e79a58991e9d8e26d71773.setIcon(icon_c1c78c4d71e40454f93823d64ff67a40);
|
|
|
|
|
|
var marker_d2a507c5c752e99f68b6a13ed3a183df = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_ac02e640b1e2bfb6fe5ed3068f955f9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0943a7d8a7d16e67c212c8320ce897f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f21be114530735dce3ca0a859e42fed0 = $(`<div id="html_f21be114530735dce3ca0a859e42fed0" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_c0943a7d8a7d16e67c212c8320ce897f.setContent(html_f21be114530735dce3ca0a859e42fed0);
|
|
|
|
|
|
|
|
marker_d2a507c5c752e99f68b6a13ed3a183df.bindPopup(popup_c0943a7d8a7d16e67c212c8320ce897f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2a507c5c752e99f68b6a13ed3a183df.setIcon(icon_ac02e640b1e2bfb6fe5ed3068f955f9e);
|
|
|
|
|
|
var marker_1fd85e4ae1b27bce7644f8c4f9e7e95f = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_beccdc1e57e0c9165874c18d94981142 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_724e5066d4fa703fe5a3839665924b23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce8e8e6bac6a55ef0c4bdcda128f2b3e = $(`<div id="html_ce8e8e6bac6a55ef0c4bdcda128f2b3e" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_724e5066d4fa703fe5a3839665924b23.setContent(html_ce8e8e6bac6a55ef0c4bdcda128f2b3e);
|
|
|
|
|
|
|
|
marker_1fd85e4ae1b27bce7644f8c4f9e7e95f.bindPopup(popup_724e5066d4fa703fe5a3839665924b23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fd85e4ae1b27bce7644f8c4f9e7e95f.setIcon(icon_beccdc1e57e0c9165874c18d94981142);
|
|
|
|
|
|
var marker_c58d58e612e5ee875f5556d54532f919 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_704d83bbf5143dd5aa2f4e800b56e306 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70d7263607551b54205d023117aa5791 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92b51ca044f09327dc30c15f405b0dc3 = $(`<div id="html_92b51ca044f09327dc30c15f405b0dc3" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_70d7263607551b54205d023117aa5791.setContent(html_92b51ca044f09327dc30c15f405b0dc3);
|
|
|
|
|
|
|
|
marker_c58d58e612e5ee875f5556d54532f919.bindPopup(popup_70d7263607551b54205d023117aa5791)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c58d58e612e5ee875f5556d54532f919.setIcon(icon_704d83bbf5143dd5aa2f4e800b56e306);
|
|
|
|
|
|
var marker_975d1148e1ef726362bc6d917a93c329 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_43203804b3b9d947bf1c823136933b90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_622fb22445484ad352a153d038d2f868 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_122ba191d0dd343280775881628ce753 = $(`<div id="html_122ba191d0dd343280775881628ce753" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_622fb22445484ad352a153d038d2f868.setContent(html_122ba191d0dd343280775881628ce753);
|
|
|
|
|
|
|
|
marker_975d1148e1ef726362bc6d917a93c329.bindPopup(popup_622fb22445484ad352a153d038d2f868)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_975d1148e1ef726362bc6d917a93c329.setIcon(icon_43203804b3b9d947bf1c823136933b90);
|
|
|
|
|
|
var marker_6acfdd466151fc38cd1da2e666854e8e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_ab06be61a61b803c787b30106388cfc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_baf894ca777ef8c32f5a8d731a2a81f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf80f4d5482b400515a6c23059cad469 = $(`<div id="html_bf80f4d5482b400515a6c23059cad469" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_baf894ca777ef8c32f5a8d731a2a81f5.setContent(html_bf80f4d5482b400515a6c23059cad469);
|
|
|
|
|
|
|
|
marker_6acfdd466151fc38cd1da2e666854e8e.bindPopup(popup_baf894ca777ef8c32f5a8d731a2a81f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6acfdd466151fc38cd1da2e666854e8e.setIcon(icon_ab06be61a61b803c787b30106388cfc5);
|
|
|
|
|
|
var marker_1bdb2c790997ae4ac799539f2080437f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_57d4d56b54d4a1ea2780a1b9a820a3bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8661b77b5038e75007436627c6755c93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fc8364b943f60362803943e8da362ae = $(`<div id="html_0fc8364b943f60362803943e8da362ae" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_8661b77b5038e75007436627c6755c93.setContent(html_0fc8364b943f60362803943e8da362ae);
|
|
|
|
|
|
|
|
marker_1bdb2c790997ae4ac799539f2080437f.bindPopup(popup_8661b77b5038e75007436627c6755c93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bdb2c790997ae4ac799539f2080437f.setIcon(icon_57d4d56b54d4a1ea2780a1b9a820a3bc);
|
|
|
|
|
|
var marker_be1304f57eee81163603e7f272bc244d = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_ad0e71482c05fab8da41a6e340e6fc98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf36c156ac8aca42a58ee03bc40fff77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0626396ee64f5268be19e756a3379b46 = $(`<div id="html_0626396ee64f5268be19e756a3379b46" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_cf36c156ac8aca42a58ee03bc40fff77.setContent(html_0626396ee64f5268be19e756a3379b46);
|
|
|
|
|
|
|
|
marker_be1304f57eee81163603e7f272bc244d.bindPopup(popup_cf36c156ac8aca42a58ee03bc40fff77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be1304f57eee81163603e7f272bc244d.setIcon(icon_ad0e71482c05fab8da41a6e340e6fc98);
|
|
|
|
|
|
var marker_e9c6bfa41e534ecb46a29ca9ab239653 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_d7aac24cd6e50d85be235c713e67c3b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_567fa0cdc8e392e2c3f5ea98ef7a8c38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f00cfa0271605e4b24860607a0fc7a4 = $(`<div id="html_6f00cfa0271605e4b24860607a0fc7a4" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_567fa0cdc8e392e2c3f5ea98ef7a8c38.setContent(html_6f00cfa0271605e4b24860607a0fc7a4);
|
|
|
|
|
|
|
|
marker_e9c6bfa41e534ecb46a29ca9ab239653.bindPopup(popup_567fa0cdc8e392e2c3f5ea98ef7a8c38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9c6bfa41e534ecb46a29ca9ab239653.setIcon(icon_d7aac24cd6e50d85be235c713e67c3b4);
|
|
|
|
|
|
var marker_3b7bf2c88de5437aea9f1de8631f66a3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_6eed8806666492419f5b14cbb2701b4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8dd91f9ec61e9dc0e5756a195aa08e8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fcf3e00b8edf3508ca9dc3dfd20fb42 = $(`<div id="html_9fcf3e00b8edf3508ca9dc3dfd20fb42" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_8dd91f9ec61e9dc0e5756a195aa08e8f.setContent(html_9fcf3e00b8edf3508ca9dc3dfd20fb42);
|
|
|
|
|
|
|
|
marker_3b7bf2c88de5437aea9f1de8631f66a3.bindPopup(popup_8dd91f9ec61e9dc0e5756a195aa08e8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b7bf2c88de5437aea9f1de8631f66a3.setIcon(icon_6eed8806666492419f5b14cbb2701b4f);
|
|
|
|
|
|
var marker_29c6b26fd33c9f3f12c398aadb57d949 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_9a11cee458a7d0b449618eab485c160d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70016153d81855b9a29416d2990d70f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efc51948cbb8f79d89c09f5621f1eb78 = $(`<div id="html_efc51948cbb8f79d89c09f5621f1eb78" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_70016153d81855b9a29416d2990d70f1.setContent(html_efc51948cbb8f79d89c09f5621f1eb78);
|
|
|
|
|
|
|
|
marker_29c6b26fd33c9f3f12c398aadb57d949.bindPopup(popup_70016153d81855b9a29416d2990d70f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29c6b26fd33c9f3f12c398aadb57d949.setIcon(icon_9a11cee458a7d0b449618eab485c160d);
|
|
|
|
|
|
var marker_40118fc6661bac6b3783a23914adfe40 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_320016c2557506a6ca9280b816103203 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4545f0a994562dcbdda4e642a89a9b52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87db0ce7b4f890eae0e41da9656642fd = $(`<div id="html_87db0ce7b4f890eae0e41da9656642fd" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_4545f0a994562dcbdda4e642a89a9b52.setContent(html_87db0ce7b4f890eae0e41da9656642fd);
|
|
|
|
|
|
|
|
marker_40118fc6661bac6b3783a23914adfe40.bindPopup(popup_4545f0a994562dcbdda4e642a89a9b52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40118fc6661bac6b3783a23914adfe40.setIcon(icon_320016c2557506a6ca9280b816103203);
|
|
|
|
|
|
var marker_d53c1629252bdc9996f7a686092b3432 = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_239053f36cc396d56358c288bf19c029 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29e4ddab3bb10f32db6595cb067f218f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_816155e32c6d7d07242e1d5fa6d29c98 = $(`<div id="html_816155e32c6d7d07242e1d5fa6d29c98" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_29e4ddab3bb10f32db6595cb067f218f.setContent(html_816155e32c6d7d07242e1d5fa6d29c98);
|
|
|
|
|
|
|
|
marker_d53c1629252bdc9996f7a686092b3432.bindPopup(popup_29e4ddab3bb10f32db6595cb067f218f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d53c1629252bdc9996f7a686092b3432.setIcon(icon_239053f36cc396d56358c288bf19c029);
|
|
|
|
|
|
var marker_a14a429e69c727e66d5de0a811af72d7 = L.marker(
|
|
[49.281, -123.117],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_da592342bfebb9b82652477a7352ee03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9887204545249eaee15dc9d5dac90c3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be1f19d428bb2852f695d3dadaf5cb98 = $(`<div id="html_be1f19d428bb2852f695d3dadaf5cb98" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_9887204545249eaee15dc9d5dac90c3e.setContent(html_be1f19d428bb2852f695d3dadaf5cb98);
|
|
|
|
|
|
|
|
marker_a14a429e69c727e66d5de0a811af72d7.bindPopup(popup_9887204545249eaee15dc9d5dac90c3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a14a429e69c727e66d5de0a811af72d7.setIcon(icon_da592342bfebb9b82652477a7352ee03);
|
|
|
|
|
|
var marker_558559a5452e3e08eddd20329f473d4c = L.marker(
|
|
[10.074, -84.2155],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_3dc6c48dc6adefd38c2595163445b054 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfd69ab2ad7513edb1f22d5e66cb75f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd836a5fb627d436281ad7384851de50 = $(`<div id="html_bd836a5fb627d436281ad7384851de50" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_dfd69ab2ad7513edb1f22d5e66cb75f7.setContent(html_bd836a5fb627d436281ad7384851de50);
|
|
|
|
|
|
|
|
marker_558559a5452e3e08eddd20329f473d4c.bindPopup(popup_dfd69ab2ad7513edb1f22d5e66cb75f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_558559a5452e3e08eddd20329f473d4c.setIcon(icon_3dc6c48dc6adefd38c2595163445b054);
|
|
|
|
|
|
var marker_ecfc81f5fd781272c684fd92d2fe3123 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_7954a045c2e7fde52cbdc2d4352b9537 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ce5e9645adff643e9f992ace458da44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fde000178cbf122d05bfbe32ffb6776e = $(`<div id="html_fde000178cbf122d05bfbe32ffb6776e" style="width: 100.0%; height: 100.0%;">nstr.a0a1.space</div>`)[0];
|
|
popup_3ce5e9645adff643e9f992ace458da44.setContent(html_fde000178cbf122d05bfbe32ffb6776e);
|
|
|
|
|
|
|
|
marker_ecfc81f5fd781272c684fd92d2fe3123.bindPopup(popup_3ce5e9645adff643e9f992ace458da44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecfc81f5fd781272c684fd92d2fe3123.setIcon(icon_7954a045c2e7fde52cbdc2d4352b9537);
|
|
|
|
|
|
var marker_8e4167ff7e7361648e515794d339a5f7 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_af7315f841001cf2bd4b9c0397628bf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd0b93c9dcf4a89141f0fed23610d8d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56242924050e3c93240cf4a0f626b750 = $(`<div id="html_56242924050e3c93240cf4a0f626b750" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_cd0b93c9dcf4a89141f0fed23610d8d0.setContent(html_56242924050e3c93240cf4a0f626b750);
|
|
|
|
|
|
|
|
marker_8e4167ff7e7361648e515794d339a5f7.bindPopup(popup_cd0b93c9dcf4a89141f0fed23610d8d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e4167ff7e7361648e515794d339a5f7.setIcon(icon_af7315f841001cf2bd4b9c0397628bf6);
|
|
|
|
|
|
var marker_d369661da42c2aa54a099332d5fc1169 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_d5d3ba334d58c6438c6bbad128f90a59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8804d2feda175b476ae3aa4b3eaaca46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5fd9d036793552cd3e7f37c8d76daf1 = $(`<div id="html_f5fd9d036793552cd3e7f37c8d76daf1" style="width: 100.0%; height: 100.0%;">relay.bitmacro.pro</div>`)[0];
|
|
popup_8804d2feda175b476ae3aa4b3eaaca46.setContent(html_f5fd9d036793552cd3e7f37c8d76daf1);
|
|
|
|
|
|
|
|
marker_d369661da42c2aa54a099332d5fc1169.bindPopup(popup_8804d2feda175b476ae3aa4b3eaaca46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d369661da42c2aa54a099332d5fc1169.setIcon(icon_d5d3ba334d58c6438c6bbad128f90a59);
|
|
|
|
|
|
var marker_e1c27a0961e84caced4ab4d6cbc4177b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_8d8443a1fb9e7c34689b6562df8ec337 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94bdb43e06bcecf73149f045358dfcc0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_114d4e212debba13b0d93a043a3e29c2 = $(`<div id="html_114d4e212debba13b0d93a043a3e29c2" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_94bdb43e06bcecf73149f045358dfcc0.setContent(html_114d4e212debba13b0d93a043a3e29c2);
|
|
|
|
|
|
|
|
marker_e1c27a0961e84caced4ab4d6cbc4177b.bindPopup(popup_94bdb43e06bcecf73149f045358dfcc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1c27a0961e84caced4ab4d6cbc4177b.setIcon(icon_8d8443a1fb9e7c34689b6562df8ec337);
|
|
|
|
|
|
var marker_e6bb18d3cbdaaeeb2bc10cf920ee7eb8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_4d6a54968b85f525b507ea0965262fad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_540a3a7525f5085bb4fa7c6904151d8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fe628bcffbfc9fd9440ee6a7ecd1189 = $(`<div id="html_3fe628bcffbfc9fd9440ee6a7ecd1189" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_540a3a7525f5085bb4fa7c6904151d8c.setContent(html_3fe628bcffbfc9fd9440ee6a7ecd1189);
|
|
|
|
|
|
|
|
marker_e6bb18d3cbdaaeeb2bc10cf920ee7eb8.bindPopup(popup_540a3a7525f5085bb4fa7c6904151d8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6bb18d3cbdaaeeb2bc10cf920ee7eb8.setIcon(icon_4d6a54968b85f525b507ea0965262fad);
|
|
|
|
|
|
var marker_9ce41f0ad6d3b3ee6de0b94684ae5c76 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_2193658bc52411a3170b51dd0ba62ca7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_780d830346d82eae126b9411583c9912 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43d9a713858bb35b162ea023484aaf0d = $(`<div id="html_43d9a713858bb35b162ea023484aaf0d" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_780d830346d82eae126b9411583c9912.setContent(html_43d9a713858bb35b162ea023484aaf0d);
|
|
|
|
|
|
|
|
marker_9ce41f0ad6d3b3ee6de0b94684ae5c76.bindPopup(popup_780d830346d82eae126b9411583c9912)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ce41f0ad6d3b3ee6de0b94684ae5c76.setIcon(icon_2193658bc52411a3170b51dd0ba62ca7);
|
|
|
|
|
|
var marker_8be50c0bda8a0d1209ca599c704369e7 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_4a57b8cfc1128b2dc5bee9cbd5a3597b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3b0d1a26cfc23641fa4a3207dd2fbcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_162cc9447fb3ad7931f46363b590c7a0 = $(`<div id="html_162cc9447fb3ad7931f46363b590c7a0" style="width: 100.0%; height: 100.0%;">dynasty.libretechsystems.xyz</div>`)[0];
|
|
popup_b3b0d1a26cfc23641fa4a3207dd2fbcd.setContent(html_162cc9447fb3ad7931f46363b590c7a0);
|
|
|
|
|
|
|
|
marker_8be50c0bda8a0d1209ca599c704369e7.bindPopup(popup_b3b0d1a26cfc23641fa4a3207dd2fbcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8be50c0bda8a0d1209ca599c704369e7.setIcon(icon_4a57b8cfc1128b2dc5bee9cbd5a3597b);
|
|
|
|
|
|
var marker_c3cbeee168dbee65e7b7c20184887881 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_9bdd8b7c3c96b6e3124a15c42f6169d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a49f0d14bc1b07a7fb4a9fdc4bd13855 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ee3a6d0a1b39b1ab0b1886e235d02e7 = $(`<div id="html_6ee3a6d0a1b39b1ab0b1886e235d02e7" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_a49f0d14bc1b07a7fb4a9fdc4bd13855.setContent(html_6ee3a6d0a1b39b1ab0b1886e235d02e7);
|
|
|
|
|
|
|
|
marker_c3cbeee168dbee65e7b7c20184887881.bindPopup(popup_a49f0d14bc1b07a7fb4a9fdc4bd13855)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3cbeee168dbee65e7b7c20184887881.setIcon(icon_9bdd8b7c3c96b6e3124a15c42f6169d3);
|
|
|
|
|
|
var marker_608a454c0ca198717d4ef85daec6aaa8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_c984e64fa0aaa0adb890f2095266aaf8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20c31ec0043c410e8008cb28fa3e5181 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a90d7e0757b6c5ddd4084cc6a59e05a = $(`<div id="html_5a90d7e0757b6c5ddd4084cc6a59e05a" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_20c31ec0043c410e8008cb28fa3e5181.setContent(html_5a90d7e0757b6c5ddd4084cc6a59e05a);
|
|
|
|
|
|
|
|
marker_608a454c0ca198717d4ef85daec6aaa8.bindPopup(popup_20c31ec0043c410e8008cb28fa3e5181)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_608a454c0ca198717d4ef85daec6aaa8.setIcon(icon_c984e64fa0aaa0adb890f2095266aaf8);
|
|
|
|
|
|
var marker_600416d51b15c538d03dbf2ad47501bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_ec409c53fd4f4720ae84d7f1c98cf75b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b925bb599b5d867c5ce7e63ed734f7c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e955ddbbacc60ea03ad4dcace8317bc0 = $(`<div id="html_e955ddbbacc60ea03ad4dcace8317bc0" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_b925bb599b5d867c5ce7e63ed734f7c2.setContent(html_e955ddbbacc60ea03ad4dcace8317bc0);
|
|
|
|
|
|
|
|
marker_600416d51b15c538d03dbf2ad47501bc.bindPopup(popup_b925bb599b5d867c5ce7e63ed734f7c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_600416d51b15c538d03dbf2ad47501bc.setIcon(icon_ec409c53fd4f4720ae84d7f1c98cf75b);
|
|
|
|
|
|
var marker_f63ccbca969d94ed36e5ac43d2643f28 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_6fbc97f5e92af688d1574f19618de66b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dabfd0b7fd300324e95c1afa53b13edc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f2a822d6693f035f67a636ba6fb03b9 = $(`<div id="html_2f2a822d6693f035f67a636ba6fb03b9" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_dabfd0b7fd300324e95c1afa53b13edc.setContent(html_2f2a822d6693f035f67a636ba6fb03b9);
|
|
|
|
|
|
|
|
marker_f63ccbca969d94ed36e5ac43d2643f28.bindPopup(popup_dabfd0b7fd300324e95c1afa53b13edc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f63ccbca969d94ed36e5ac43d2643f28.setIcon(icon_6fbc97f5e92af688d1574f19618de66b);
|
|
|
|
|
|
var marker_f22e5d085d1168e92fdd00218319530c = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_c14df0ca1f548d0cffd3a451ab50a483 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c36cfa69cfcc4f4597ee255484265afc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9611a1278c152703bf0830750bd4214 = $(`<div id="html_a9611a1278c152703bf0830750bd4214" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_c36cfa69cfcc4f4597ee255484265afc.setContent(html_a9611a1278c152703bf0830750bd4214);
|
|
|
|
|
|
|
|
marker_f22e5d085d1168e92fdd00218319530c.bindPopup(popup_c36cfa69cfcc4f4597ee255484265afc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f22e5d085d1168e92fdd00218319530c.setIcon(icon_c14df0ca1f548d0cffd3a451ab50a483);
|
|
|
|
|
|
var marker_19aa09a87a7895f0a320688c8da0ab5a = L.marker(
|
|
[13.7234, 100.784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_c68aebf95b9e153dd981489b93952f4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91cc25a5aca4cef533e1f773dbe63234 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0be06dd92373ef955f34b0bf8f03f3e = $(`<div id="html_f0be06dd92373ef955f34b0bf8f03f3e" style="width: 100.0%; height: 100.0%;">relay.mapboss.co.th</div>`)[0];
|
|
popup_91cc25a5aca4cef533e1f773dbe63234.setContent(html_f0be06dd92373ef955f34b0bf8f03f3e);
|
|
|
|
|
|
|
|
marker_19aa09a87a7895f0a320688c8da0ab5a.bindPopup(popup_91cc25a5aca4cef533e1f773dbe63234)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19aa09a87a7895f0a320688c8da0ab5a.setIcon(icon_c68aebf95b9e153dd981489b93952f4a);
|
|
|
|
|
|
var marker_fd7fd49a1182aeadcfa8d7abfe646b71 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_085834be46772fbf5bcb380ef204355e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2b94544f1a4ef7423a0b212b51da97d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e7aa5e60986474ee213afa19328db42 = $(`<div id="html_9e7aa5e60986474ee213afa19328db42" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_d2b94544f1a4ef7423a0b212b51da97d.setContent(html_9e7aa5e60986474ee213afa19328db42);
|
|
|
|
|
|
|
|
marker_fd7fd49a1182aeadcfa8d7abfe646b71.bindPopup(popup_d2b94544f1a4ef7423a0b212b51da97d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd7fd49a1182aeadcfa8d7abfe646b71.setIcon(icon_085834be46772fbf5bcb380ef204355e);
|
|
|
|
|
|
var marker_864ad729b28ad50f66681e649c32fa66 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_abd3a91a15a82827c740c3af858d2001 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2f6cf1b6c8af33078283530d69f83c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_878df9b0a46d77b5f47da49d17b3c41e = $(`<div id="html_878df9b0a46d77b5f47da49d17b3c41e" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_b2f6cf1b6c8af33078283530d69f83c9.setContent(html_878df9b0a46d77b5f47da49d17b3c41e);
|
|
|
|
|
|
|
|
marker_864ad729b28ad50f66681e649c32fa66.bindPopup(popup_b2f6cf1b6c8af33078283530d69f83c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_864ad729b28ad50f66681e649c32fa66.setIcon(icon_abd3a91a15a82827c740c3af858d2001);
|
|
|
|
|
|
var marker_b25da2cbdd8b8813fc6a0fb7ef01e618 = L.marker(
|
|
[47.674, -122.122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_99f01f995d3213641bb8e386607ebb1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4296143efceddce931ffbf617001614e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_332baf14f94e3dbab9f7fe9049f92852 = $(`<div id="html_332baf14f94e3dbab9f7fe9049f92852" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_4296143efceddce931ffbf617001614e.setContent(html_332baf14f94e3dbab9f7fe9049f92852);
|
|
|
|
|
|
|
|
marker_b25da2cbdd8b8813fc6a0fb7ef01e618.bindPopup(popup_4296143efceddce931ffbf617001614e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b25da2cbdd8b8813fc6a0fb7ef01e618.setIcon(icon_99f01f995d3213641bb8e386607ebb1c);
|
|
|
|
|
|
var marker_0438084aa2bd8b5a63ec76ee7e0f9fdd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_827639803ae67890b9648f083897e7c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87d53fb1b2e1d9180cf6132412fe51d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5400df729e13cd24d2417e5ba981af85 = $(`<div id="html_5400df729e13cd24d2417e5ba981af85" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_87d53fb1b2e1d9180cf6132412fe51d7.setContent(html_5400df729e13cd24d2417e5ba981af85);
|
|
|
|
|
|
|
|
marker_0438084aa2bd8b5a63ec76ee7e0f9fdd.bindPopup(popup_87d53fb1b2e1d9180cf6132412fe51d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0438084aa2bd8b5a63ec76ee7e0f9fdd.setIcon(icon_827639803ae67890b9648f083897e7c5);
|
|
|
|
|
|
var marker_b920cc5524ef9349d0cf7a47e221148e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_119b647293aaafabaa2f0fff111dc335 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fea795927b70e1b34259470bc023bf9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_355219e3e5bcd09b80447d5132171857 = $(`<div id="html_355219e3e5bcd09b80447d5132171857" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_fea795927b70e1b34259470bc023bf9d.setContent(html_355219e3e5bcd09b80447d5132171857);
|
|
|
|
|
|
|
|
marker_b920cc5524ef9349d0cf7a47e221148e.bindPopup(popup_fea795927b70e1b34259470bc023bf9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b920cc5524ef9349d0cf7a47e221148e.setIcon(icon_119b647293aaafabaa2f0fff111dc335);
|
|
|
|
|
|
var marker_1de7c60f4571a1a568387b4facf3fec5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_a8b60fbc75d785f420cae7daee020e0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c265c16fc376d9741c1c73ddf02d8a09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33b9cdc4184042976f72245770b4ff91 = $(`<div id="html_33b9cdc4184042976f72245770b4ff91" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_c265c16fc376d9741c1c73ddf02d8a09.setContent(html_33b9cdc4184042976f72245770b4ff91);
|
|
|
|
|
|
|
|
marker_1de7c60f4571a1a568387b4facf3fec5.bindPopup(popup_c265c16fc376d9741c1c73ddf02d8a09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1de7c60f4571a1a568387b4facf3fec5.setIcon(icon_a8b60fbc75d785f420cae7daee020e0a);
|
|
|
|
|
|
var marker_55263a317da38050af062de89d962ec0 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_33f650ec576e0562f86c979fc24443ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4593ab89cbf296030eb669be4c373063 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bf17a7ebad4ef9e9de0edd10719bd1e = $(`<div id="html_3bf17a7ebad4ef9e9de0edd10719bd1e" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_4593ab89cbf296030eb669be4c373063.setContent(html_3bf17a7ebad4ef9e9de0edd10719bd1e);
|
|
|
|
|
|
|
|
marker_55263a317da38050af062de89d962ec0.bindPopup(popup_4593ab89cbf296030eb669be4c373063)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55263a317da38050af062de89d962ec0.setIcon(icon_33f650ec576e0562f86c979fc24443ad);
|
|
|
|
|
|
var marker_fc49e105a76cda5df0615540f6e1a385 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_a088e72eed78da16004c04bf53423d19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9dcb96b2d3dedf0078793fb94fbcbaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef9084efbe4a53d1e1d63bba201bcb7a = $(`<div id="html_ef9084efbe4a53d1e1d63bba201bcb7a" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_e9dcb96b2d3dedf0078793fb94fbcbaf.setContent(html_ef9084efbe4a53d1e1d63bba201bcb7a);
|
|
|
|
|
|
|
|
marker_fc49e105a76cda5df0615540f6e1a385.bindPopup(popup_e9dcb96b2d3dedf0078793fb94fbcbaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc49e105a76cda5df0615540f6e1a385.setIcon(icon_a088e72eed78da16004c04bf53423d19);
|
|
|
|
|
|
var marker_c19de5b085b81bfff5f4c32daad2c005 = L.marker(
|
|
[46.2126, 6.1154],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_3a5b550f8229cac4f78d3d71b3f3a36d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_014406a74f382a9956d2730571450427 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ac8be0cdeee3aa6f8296041478cde61 = $(`<div id="html_6ac8be0cdeee3aa6f8296041478cde61" style="width: 100.0%; height: 100.0%;">nr.yay.so</div>`)[0];
|
|
popup_014406a74f382a9956d2730571450427.setContent(html_6ac8be0cdeee3aa6f8296041478cde61);
|
|
|
|
|
|
|
|
marker_c19de5b085b81bfff5f4c32daad2c005.bindPopup(popup_014406a74f382a9956d2730571450427)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c19de5b085b81bfff5f4c32daad2c005.setIcon(icon_3a5b550f8229cac4f78d3d71b3f3a36d);
|
|
|
|
|
|
var marker_491793de8c45aa5b2808df3aa400d828 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_3560b2b698525cce78b8e2446d4165d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63608ddd03ab5c230b5cf9e7425252ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e1780cae935826c9096c4381b19cadf = $(`<div id="html_0e1780cae935826c9096c4381b19cadf" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_63608ddd03ab5c230b5cf9e7425252ff.setContent(html_0e1780cae935826c9096c4381b19cadf);
|
|
|
|
|
|
|
|
marker_491793de8c45aa5b2808df3aa400d828.bindPopup(popup_63608ddd03ab5c230b5cf9e7425252ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_491793de8c45aa5b2808df3aa400d828.setIcon(icon_3560b2b698525cce78b8e2446d4165d1);
|
|
|
|
|
|
var marker_c2fffe14e4c852151f84bf04128210e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_81adb9b114992923f9887ca260902b53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d24c6beb3d8746037244e5f48b79f56e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b059e3ec2a0c3ce0123ec4dcc6bb3e78 = $(`<div id="html_b059e3ec2a0c3ce0123ec4dcc6bb3e78" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_d24c6beb3d8746037244e5f48b79f56e.setContent(html_b059e3ec2a0c3ce0123ec4dcc6bb3e78);
|
|
|
|
|
|
|
|
marker_c2fffe14e4c852151f84bf04128210e3.bindPopup(popup_d24c6beb3d8746037244e5f48b79f56e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2fffe14e4c852151f84bf04128210e3.setIcon(icon_81adb9b114992923f9887ca260902b53);
|
|
|
|
|
|
var marker_ab046f32c067c1dda48cfb21bcc4eac3 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5d2f548ff3a3d58e6cb476fa0c38aedc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4338fcfa2337b3ecc896f86359b0814 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a71ee0dbef9c0dcdbe413784b1282a7 = $(`<div id="html_3a71ee0dbef9c0dcdbe413784b1282a7" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_a4338fcfa2337b3ecc896f86359b0814.setContent(html_3a71ee0dbef9c0dcdbe413784b1282a7);
|
|
|
|
|
|
|
|
marker_ab046f32c067c1dda48cfb21bcc4eac3.bindPopup(popup_a4338fcfa2337b3ecc896f86359b0814)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab046f32c067c1dda48cfb21bcc4eac3.setIcon(icon_5d2f548ff3a3d58e6cb476fa0c38aedc);
|
|
|
|
|
|
var marker_085fa04ae1159cc87ed5c07bdff0404f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_aa01cae724bb1682d7265d617d32e8fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_045151ed331334bfcd90bb69661a13e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5be93835af70aeb25be8998468a95ed = $(`<div id="html_f5be93835af70aeb25be8998468a95ed" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_045151ed331334bfcd90bb69661a13e7.setContent(html_f5be93835af70aeb25be8998468a95ed);
|
|
|
|
|
|
|
|
marker_085fa04ae1159cc87ed5c07bdff0404f.bindPopup(popup_045151ed331334bfcd90bb69661a13e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_085fa04ae1159cc87ed5c07bdff0404f.setIcon(icon_aa01cae724bb1682d7265d617d32e8fc);
|
|
|
|
|
|
var marker_8d91c18ab0804af8fb6ce630b48e47f8 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_3aeece99ece775e308d54e99d7edc988 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d3e21b47d29a8eb5967fe550261ad75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dc5e412d1ce5f76d5315fbba7291ac7 = $(`<div id="html_5dc5e412d1ce5f76d5315fbba7291ac7" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_3d3e21b47d29a8eb5967fe550261ad75.setContent(html_5dc5e412d1ce5f76d5315fbba7291ac7);
|
|
|
|
|
|
|
|
marker_8d91c18ab0804af8fb6ce630b48e47f8.bindPopup(popup_3d3e21b47d29a8eb5967fe550261ad75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d91c18ab0804af8fb6ce630b48e47f8.setIcon(icon_3aeece99ece775e308d54e99d7edc988);
|
|
|
|
|
|
var marker_b4b15cd594ff1d8d09dca65b64e4e1d0 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_ffeec890079505fd99a27d604fd94c87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdf2ebffc7f89393f39a4a0d1196656a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_818c7283240f8d97cfa3e4fb65f4df0c = $(`<div id="html_818c7283240f8d97cfa3e4fb65f4df0c" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_cdf2ebffc7f89393f39a4a0d1196656a.setContent(html_818c7283240f8d97cfa3e4fb65f4df0c);
|
|
|
|
|
|
|
|
marker_b4b15cd594ff1d8d09dca65b64e4e1d0.bindPopup(popup_cdf2ebffc7f89393f39a4a0d1196656a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4b15cd594ff1d8d09dca65b64e4e1d0.setIcon(icon_ffeec890079505fd99a27d604fd94c87);
|
|
|
|
|
|
var marker_2f303d5d20305e11be30a36c362c5c4e = L.marker(
|
|
[41.5284, -87.4237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_c36f4d9a5e57cdd4731d830baedc5070 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99bdb673e8624f6320b6a0b6038e97ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eaeef3096bd75acc9c0e178646375dbd = $(`<div id="html_eaeef3096bd75acc9c0e178646375dbd" style="width: 100.0%; height: 100.0%;">bbw-nostr.xyz</div>`)[0];
|
|
popup_99bdb673e8624f6320b6a0b6038e97ed.setContent(html_eaeef3096bd75acc9c0e178646375dbd);
|
|
|
|
|
|
|
|
marker_2f303d5d20305e11be30a36c362c5c4e.bindPopup(popup_99bdb673e8624f6320b6a0b6038e97ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f303d5d20305e11be30a36c362c5c4e.setIcon(icon_c36f4d9a5e57cdd4731d830baedc5070);
|
|
|
|
|
|
var marker_2543f80e35a6282d1b645e362f21408d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_23fdd18276d91e574f92b5865a5f1db1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30729fe6f90b8553e4d05720a6b0f218 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26501afd75e1c6c92993b8ea4bd8d773 = $(`<div id="html_26501afd75e1c6c92993b8ea4bd8d773" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_30729fe6f90b8553e4d05720a6b0f218.setContent(html_26501afd75e1c6c92993b8ea4bd8d773);
|
|
|
|
|
|
|
|
marker_2543f80e35a6282d1b645e362f21408d.bindPopup(popup_30729fe6f90b8553e4d05720a6b0f218)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2543f80e35a6282d1b645e362f21408d.setIcon(icon_23fdd18276d91e574f92b5865a5f1db1);
|
|
|
|
|
|
var marker_dc496df209550a15fba223c7b876401f = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_d8dd2a2028e718a53ae8747d1814e8c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a74f7336d5abfcf9f8d63cc32419e9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36d8312b7be9e6494c32b668adfcd0e2 = $(`<div id="html_36d8312b7be9e6494c32b668adfcd0e2" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_8a74f7336d5abfcf9f8d63cc32419e9d.setContent(html_36d8312b7be9e6494c32b668adfcd0e2);
|
|
|
|
|
|
|
|
marker_dc496df209550a15fba223c7b876401f.bindPopup(popup_8a74f7336d5abfcf9f8d63cc32419e9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc496df209550a15fba223c7b876401f.setIcon(icon_d8dd2a2028e718a53ae8747d1814e8c4);
|
|
|
|
|
|
var marker_288a1abc9385bdd3c06c48e7d27a4f2d = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_4e4377de8ec552a21c5497b776f8ce22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cff89cd03f846f270d52ae0934054482 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e163573eba97f3b7fd06af546314321c = $(`<div id="html_e163573eba97f3b7fd06af546314321c" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_cff89cd03f846f270d52ae0934054482.setContent(html_e163573eba97f3b7fd06af546314321c);
|
|
|
|
|
|
|
|
marker_288a1abc9385bdd3c06c48e7d27a4f2d.bindPopup(popup_cff89cd03f846f270d52ae0934054482)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_288a1abc9385bdd3c06c48e7d27a4f2d.setIcon(icon_4e4377de8ec552a21c5497b776f8ce22);
|
|
|
|
|
|
var marker_23cd084d1b2e8ec6a869e3d68c8d8480 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_8652a27518c056de2f356925a1fbbb72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_164d36ae75afa90e29bd9004a47b59ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d49c4fabc0712523c308593cc4f35f84 = $(`<div id="html_d49c4fabc0712523c308593cc4f35f84" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_164d36ae75afa90e29bd9004a47b59ed.setContent(html_d49c4fabc0712523c308593cc4f35f84);
|
|
|
|
|
|
|
|
marker_23cd084d1b2e8ec6a869e3d68c8d8480.bindPopup(popup_164d36ae75afa90e29bd9004a47b59ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23cd084d1b2e8ec6a869e3d68c8d8480.setIcon(icon_8652a27518c056de2f356925a1fbbb72);
|
|
|
|
|
|
var marker_ccb39fa28d4d3bdd5ee088e5027772b8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_feebedcff9ebfdfde1104475269e8659 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b20951f095cdfe7e9d8755f5452b85b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4c95e90fcde49df522fab0605aaf585 = $(`<div id="html_f4c95e90fcde49df522fab0605aaf585" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_5b20951f095cdfe7e9d8755f5452b85b.setContent(html_f4c95e90fcde49df522fab0605aaf585);
|
|
|
|
|
|
|
|
marker_ccb39fa28d4d3bdd5ee088e5027772b8.bindPopup(popup_5b20951f095cdfe7e9d8755f5452b85b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccb39fa28d4d3bdd5ee088e5027772b8.setIcon(icon_feebedcff9ebfdfde1104475269e8659);
|
|
|
|
|
|
var marker_5409ad7f201c57d62d0a08524314992a = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_8ef6f914870a0f6e10749aec9c23f30e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2719b2df9f92fcf79632165d8a414627 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e82f587bd4026391549d3e2627cf45db = $(`<div id="html_e82f587bd4026391549d3e2627cf45db" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_2719b2df9f92fcf79632165d8a414627.setContent(html_e82f587bd4026391549d3e2627cf45db);
|
|
|
|
|
|
|
|
marker_5409ad7f201c57d62d0a08524314992a.bindPopup(popup_2719b2df9f92fcf79632165d8a414627)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5409ad7f201c57d62d0a08524314992a.setIcon(icon_8ef6f914870a0f6e10749aec9c23f30e);
|
|
|
|
|
|
var marker_23ed0120834ecca41d0dc719509490bb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_ef402dfe397acab99d320e66319dba1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1a4eb2a728ca416b9ec5b43ed573194 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35b7b6309e2ec5896b85e7c172a34059 = $(`<div id="html_35b7b6309e2ec5896b85e7c172a34059" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_f1a4eb2a728ca416b9ec5b43ed573194.setContent(html_35b7b6309e2ec5896b85e7c172a34059);
|
|
|
|
|
|
|
|
marker_23ed0120834ecca41d0dc719509490bb.bindPopup(popup_f1a4eb2a728ca416b9ec5b43ed573194)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23ed0120834ecca41d0dc719509490bb.setIcon(icon_ef402dfe397acab99d320e66319dba1b);
|
|
|
|
|
|
var marker_d0e072292450c45bb2a52a6f2c912164 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_e47b87a6d4f2bab6f19b9d04c001075e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_928afa55d6506e9cc4e734877420cdcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23e4273e586783470356b9adde401ae3 = $(`<div id="html_23e4273e586783470356b9adde401ae3" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_928afa55d6506e9cc4e734877420cdcd.setContent(html_23e4273e586783470356b9adde401ae3);
|
|
|
|
|
|
|
|
marker_d0e072292450c45bb2a52a6f2c912164.bindPopup(popup_928afa55d6506e9cc4e734877420cdcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0e072292450c45bb2a52a6f2c912164.setIcon(icon_e47b87a6d4f2bab6f19b9d04c001075e);
|
|
|
|
|
|
var marker_d44da010cde65a61e3b8b57e4486f2f7 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_efe32cb9ecc05ddbfae41356533c4d73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c49daef33521767715919a3b7fd966e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcc5f5bb1d0f59224287126ce0103717 = $(`<div id="html_fcc5f5bb1d0f59224287126ce0103717" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_5c49daef33521767715919a3b7fd966e.setContent(html_fcc5f5bb1d0f59224287126ce0103717);
|
|
|
|
|
|
|
|
marker_d44da010cde65a61e3b8b57e4486f2f7.bindPopup(popup_5c49daef33521767715919a3b7fd966e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d44da010cde65a61e3b8b57e4486f2f7.setIcon(icon_efe32cb9ecc05ddbfae41356533c4d73);
|
|
|
|
|
|
var marker_5e4ddc9d734fc5ca3b6ff42eaf15f36d = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_b97d53868eabb378e75787dee2af53e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88e137b5eef899b9d615badcb01dc1c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94b28fc59eee046eef6be69ebae64ea4 = $(`<div id="html_94b28fc59eee046eef6be69ebae64ea4" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_88e137b5eef899b9d615badcb01dc1c8.setContent(html_94b28fc59eee046eef6be69ebae64ea4);
|
|
|
|
|
|
|
|
marker_5e4ddc9d734fc5ca3b6ff42eaf15f36d.bindPopup(popup_88e137b5eef899b9d615badcb01dc1c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e4ddc9d734fc5ca3b6ff42eaf15f36d.setIcon(icon_b97d53868eabb378e75787dee2af53e5);
|
|
|
|
|
|
var marker_73b9a02249b4d133720a03ac9a1ca76e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_b401c458f0ea666057c67647eebafbcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ad4ba475bdc7a206481ab8e3449448f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd0a355d5dbbd9ad89f5639fd27eda9d = $(`<div id="html_bd0a355d5dbbd9ad89f5639fd27eda9d" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_0ad4ba475bdc7a206481ab8e3449448f.setContent(html_bd0a355d5dbbd9ad89f5639fd27eda9d);
|
|
|
|
|
|
|
|
marker_73b9a02249b4d133720a03ac9a1ca76e.bindPopup(popup_0ad4ba475bdc7a206481ab8e3449448f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73b9a02249b4d133720a03ac9a1ca76e.setIcon(icon_b401c458f0ea666057c67647eebafbcc);
|
|
|
|
|
|
var marker_1dd49d3f55f75b949ddb3ea707b554cc = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_61d147a38e716f71f6553f144c773327 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b182edf3177f7bd1cbd6255fdf2a0f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3db4fda0113780bb6abf8eb06079212 = $(`<div id="html_a3db4fda0113780bb6abf8eb06079212" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_0b182edf3177f7bd1cbd6255fdf2a0f2.setContent(html_a3db4fda0113780bb6abf8eb06079212);
|
|
|
|
|
|
|
|
marker_1dd49d3f55f75b949ddb3ea707b554cc.bindPopup(popup_0b182edf3177f7bd1cbd6255fdf2a0f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1dd49d3f55f75b949ddb3ea707b554cc.setIcon(icon_61d147a38e716f71f6553f144c773327);
|
|
|
|
|
|
var marker_3b063c00dc418377776964462f939de0 = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5cb475bb8aec52ad56b8d6c7a4effab4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9813a8bbdccdd812a981f22d9d398cff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_584af880a306cc4f61104750e474ba21 = $(`<div id="html_584af880a306cc4f61104750e474ba21" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_9813a8bbdccdd812a981f22d9d398cff.setContent(html_584af880a306cc4f61104750e474ba21);
|
|
|
|
|
|
|
|
marker_3b063c00dc418377776964462f939de0.bindPopup(popup_9813a8bbdccdd812a981f22d9d398cff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b063c00dc418377776964462f939de0.setIcon(icon_5cb475bb8aec52ad56b8d6c7a4effab4);
|
|
|
|
|
|
var marker_f5053951835aae16887aa866bafb1a4a = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_7ac17cc78525ccae40053c8d5906e106 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38faee5129162cea433fb196b84421c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41ac1d4726bc08610b4838d239a04efd = $(`<div id="html_41ac1d4726bc08610b4838d239a04efd" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_38faee5129162cea433fb196b84421c7.setContent(html_41ac1d4726bc08610b4838d239a04efd);
|
|
|
|
|
|
|
|
marker_f5053951835aae16887aa866bafb1a4a.bindPopup(popup_38faee5129162cea433fb196b84421c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5053951835aae16887aa866bafb1a4a.setIcon(icon_7ac17cc78525ccae40053c8d5906e106);
|
|
|
|
|
|
var marker_e5bdf660a92218f59bd4523331945aef = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_b57820bcf0ac9b73b38fd4ec3524f054 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3d253c74a2631bab7e72799f4a3799e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bb6badc1cf94b83260afa2241479314 = $(`<div id="html_1bb6badc1cf94b83260afa2241479314" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_e3d253c74a2631bab7e72799f4a3799e.setContent(html_1bb6badc1cf94b83260afa2241479314);
|
|
|
|
|
|
|
|
marker_e5bdf660a92218f59bd4523331945aef.bindPopup(popup_e3d253c74a2631bab7e72799f4a3799e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5bdf660a92218f59bd4523331945aef.setIcon(icon_b57820bcf0ac9b73b38fd4ec3524f054);
|
|
|
|
|
|
var marker_419f7dad074152582c1cbf64b218d93e = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_3402fd9a3a11b7e57355a6bc88f6e9d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7470b5c3d12262b06fd3b899c82a4ebe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fe38fe2285bd54f63b544a13c18e20a = $(`<div id="html_1fe38fe2285bd54f63b544a13c18e20a" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_7470b5c3d12262b06fd3b899c82a4ebe.setContent(html_1fe38fe2285bd54f63b544a13c18e20a);
|
|
|
|
|
|
|
|
marker_419f7dad074152582c1cbf64b218d93e.bindPopup(popup_7470b5c3d12262b06fd3b899c82a4ebe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_419f7dad074152582c1cbf64b218d93e.setIcon(icon_3402fd9a3a11b7e57355a6bc88f6e9d0);
|
|
|
|
|
|
var marker_b4276cacc3c9b3c88d4b0034d1502230 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_b6961e68af170c1757aedacf09aede04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e89d92c9c9ebdfc37bfba1aa5a968dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5df6c30950ea93cfc5677d2b1c4eee8 = $(`<div id="html_b5df6c30950ea93cfc5677d2b1c4eee8" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_0e89d92c9c9ebdfc37bfba1aa5a968dd.setContent(html_b5df6c30950ea93cfc5677d2b1c4eee8);
|
|
|
|
|
|
|
|
marker_b4276cacc3c9b3c88d4b0034d1502230.bindPopup(popup_0e89d92c9c9ebdfc37bfba1aa5a968dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4276cacc3c9b3c88d4b0034d1502230.setIcon(icon_b6961e68af170c1757aedacf09aede04);
|
|
|
|
|
|
var marker_09f4df32eac37125b12e57d11aeb8ee2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_c866150e88f52efd36e27d73ae3a0b4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39a5b5f3ba656fa5b50a79931165a316 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_027e74a464aca5a085737774dd8c3424 = $(`<div id="html_027e74a464aca5a085737774dd8c3424" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_39a5b5f3ba656fa5b50a79931165a316.setContent(html_027e74a464aca5a085737774dd8c3424);
|
|
|
|
|
|
|
|
marker_09f4df32eac37125b12e57d11aeb8ee2.bindPopup(popup_39a5b5f3ba656fa5b50a79931165a316)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09f4df32eac37125b12e57d11aeb8ee2.setIcon(icon_c866150e88f52efd36e27d73ae3a0b4c);
|
|
|
|
|
|
var marker_e52108947de80f59c96f0499e29c8830 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_9ffffeae1846b7a4a59a347317668094 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19d8ac22e1a6a28f856ede75b91e8ca7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80de08c3cb41c0cb5332c81191030b1c = $(`<div id="html_80de08c3cb41c0cb5332c81191030b1c" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_19d8ac22e1a6a28f856ede75b91e8ca7.setContent(html_80de08c3cb41c0cb5332c81191030b1c);
|
|
|
|
|
|
|
|
marker_e52108947de80f59c96f0499e29c8830.bindPopup(popup_19d8ac22e1a6a28f856ede75b91e8ca7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e52108947de80f59c96f0499e29c8830.setIcon(icon_9ffffeae1846b7a4a59a347317668094);
|
|
|
|
|
|
var marker_c2ad0cfdd838d318d4430d8a71728694 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_eb1bb76ba53261d089fb2dd8c11026db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acab40504907bf17c15c02a120fe6bec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d5ebb700170d75e427ce73854ef03ae = $(`<div id="html_1d5ebb700170d75e427ce73854ef03ae" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_acab40504907bf17c15c02a120fe6bec.setContent(html_1d5ebb700170d75e427ce73854ef03ae);
|
|
|
|
|
|
|
|
marker_c2ad0cfdd838d318d4430d8a71728694.bindPopup(popup_acab40504907bf17c15c02a120fe6bec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2ad0cfdd838d318d4430d8a71728694.setIcon(icon_eb1bb76ba53261d089fb2dd8c11026db);
|
|
|
|
|
|
var marker_6f317ad7cf8f61bd61c09c6b8d4a5556 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_91bd71acebf57ed0b93bc09b010b0c40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a6aa92be1038346fec687e60c491289 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89b6009349aa8e0de896c240b50f7fa5 = $(`<div id="html_89b6009349aa8e0de896c240b50f7fa5" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_7a6aa92be1038346fec687e60c491289.setContent(html_89b6009349aa8e0de896c240b50f7fa5);
|
|
|
|
|
|
|
|
marker_6f317ad7cf8f61bd61c09c6b8d4a5556.bindPopup(popup_7a6aa92be1038346fec687e60c491289)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f317ad7cf8f61bd61c09c6b8d4a5556.setIcon(icon_91bd71acebf57ed0b93bc09b010b0c40);
|
|
|
|
|
|
var marker_7e3514ad7d7b072c427a0c55ad72d8a0 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_308c52c19799540655afa886cd25cc8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e65fd086f9dcf1e168b8ecb0a21422f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94d3635cd2a2f0b142cad2073aa0d525 = $(`<div id="html_94d3635cd2a2f0b142cad2073aa0d525" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_1e65fd086f9dcf1e168b8ecb0a21422f.setContent(html_94d3635cd2a2f0b142cad2073aa0d525);
|
|
|
|
|
|
|
|
marker_7e3514ad7d7b072c427a0c55ad72d8a0.bindPopup(popup_1e65fd086f9dcf1e168b8ecb0a21422f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e3514ad7d7b072c427a0c55ad72d8a0.setIcon(icon_308c52c19799540655afa886cd25cc8d);
|
|
|
|
|
|
var marker_bcc724e2b35636982b26996e06275740 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_2e21919b35b9ab815326a13403ccf203 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ca0f2a32535551289a2581ce912ed20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a12415e310e2ce5e0acff4badfea5093 = $(`<div id="html_a12415e310e2ce5e0acff4badfea5093" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_3ca0f2a32535551289a2581ce912ed20.setContent(html_a12415e310e2ce5e0acff4badfea5093);
|
|
|
|
|
|
|
|
marker_bcc724e2b35636982b26996e06275740.bindPopup(popup_3ca0f2a32535551289a2581ce912ed20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcc724e2b35636982b26996e06275740.setIcon(icon_2e21919b35b9ab815326a13403ccf203);
|
|
|
|
|
|
var marker_c3f30e8e8fcd425ef514486d52a992d2 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_076c121c61089f4c8d7c7e2bc03a86d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa3772f666541a3cb9a4506e052ac49c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c6c518017a5e7ffc3ab588ec45528e4 = $(`<div id="html_0c6c518017a5e7ffc3ab588ec45528e4" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_fa3772f666541a3cb9a4506e052ac49c.setContent(html_0c6c518017a5e7ffc3ab588ec45528e4);
|
|
|
|
|
|
|
|
marker_c3f30e8e8fcd425ef514486d52a992d2.bindPopup(popup_fa3772f666541a3cb9a4506e052ac49c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3f30e8e8fcd425ef514486d52a992d2.setIcon(icon_076c121c61089f4c8d7c7e2bc03a86d7);
|
|
|
|
|
|
var marker_6b317e2e2b582e062d6228f487f4dd46 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_aad66efc716a600dfe519f137df3515d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_beaff15ef27607b1f5566d520b28b420 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90c169aea63637fd658e05289d344dc3 = $(`<div id="html_90c169aea63637fd658e05289d344dc3" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_beaff15ef27607b1f5566d520b28b420.setContent(html_90c169aea63637fd658e05289d344dc3);
|
|
|
|
|
|
|
|
marker_6b317e2e2b582e062d6228f487f4dd46.bindPopup(popup_beaff15ef27607b1f5566d520b28b420)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b317e2e2b582e062d6228f487f4dd46.setIcon(icon_aad66efc716a600dfe519f137df3515d);
|
|
|
|
|
|
var marker_1f070cd082a08df9e08e05afa0c994cc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_6b3fde2bdf3f4bc5e30ee1d630c4d7bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80759d9ea20e7f8ce53dc72ffc8b4f10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09e163be81f0366df9ad55b67b25239d = $(`<div id="html_09e163be81f0366df9ad55b67b25239d" style="width: 100.0%; height: 100.0%;">strfry.atlantislabs.space</div>`)[0];
|
|
popup_80759d9ea20e7f8ce53dc72ffc8b4f10.setContent(html_09e163be81f0366df9ad55b67b25239d);
|
|
|
|
|
|
|
|
marker_1f070cd082a08df9e08e05afa0c994cc.bindPopup(popup_80759d9ea20e7f8ce53dc72ffc8b4f10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f070cd082a08df9e08e05afa0c994cc.setIcon(icon_6b3fde2bdf3f4bc5e30ee1d630c4d7bc);
|
|
|
|
|
|
var marker_4cc595a936d090f6d32eaa158a48432c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_0a4bea2944d57fa8d418eee92bc7f94f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_981616e399c8aecfa5e431f48f08970b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_144e96d93cc4db17279cc271ece0bd0e = $(`<div id="html_144e96d93cc4db17279cc271ece0bd0e" style="width: 100.0%; height: 100.0%;">nostr.wom.wtf</div>`)[0];
|
|
popup_981616e399c8aecfa5e431f48f08970b.setContent(html_144e96d93cc4db17279cc271ece0bd0e);
|
|
|
|
|
|
|
|
marker_4cc595a936d090f6d32eaa158a48432c.bindPopup(popup_981616e399c8aecfa5e431f48f08970b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cc595a936d090f6d32eaa158a48432c.setIcon(icon_0a4bea2944d57fa8d418eee92bc7f94f);
|
|
|
|
|
|
var marker_43f031d82747f7bdb426b618de043fca = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_e84f9ce9ba92b36ea14768ef08133396 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82d1f387771dcfa59e5f3dcfa9ef116a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01a88842b2e8d2a111d25ac78187f83a = $(`<div id="html_01a88842b2e8d2a111d25ac78187f83a" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_82d1f387771dcfa59e5f3dcfa9ef116a.setContent(html_01a88842b2e8d2a111d25ac78187f83a);
|
|
|
|
|
|
|
|
marker_43f031d82747f7bdb426b618de043fca.bindPopup(popup_82d1f387771dcfa59e5f3dcfa9ef116a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43f031d82747f7bdb426b618de043fca.setIcon(icon_e84f9ce9ba92b36ea14768ef08133396);
|
|
|
|
|
|
var marker_95e7786c8bd52bb4b193fd0cae315226 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_aca43f6046bb3a1c1f43d45794c9735a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5e8d05842d9369aced01a4647f740a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03879468b6f3314b550d6c150cf5a4f8 = $(`<div id="html_03879468b6f3314b550d6c150cf5a4f8" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_c5e8d05842d9369aced01a4647f740a6.setContent(html_03879468b6f3314b550d6c150cf5a4f8);
|
|
|
|
|
|
|
|
marker_95e7786c8bd52bb4b193fd0cae315226.bindPopup(popup_c5e8d05842d9369aced01a4647f740a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95e7786c8bd52bb4b193fd0cae315226.setIcon(icon_aca43f6046bb3a1c1f43d45794c9735a);
|
|
|
|
|
|
var marker_6288079545207234a80edce18d7c8a85 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_7bb3bc13cab3583f9f84d0373006948b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f12403d8b9bfbbb05feaebab78c8d799 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e63de23a65b481a9b4be62f59b61de6 = $(`<div id="html_5e63de23a65b481a9b4be62f59b61de6" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_f12403d8b9bfbbb05feaebab78c8d799.setContent(html_5e63de23a65b481a9b4be62f59b61de6);
|
|
|
|
|
|
|
|
marker_6288079545207234a80edce18d7c8a85.bindPopup(popup_f12403d8b9bfbbb05feaebab78c8d799)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6288079545207234a80edce18d7c8a85.setIcon(icon_7bb3bc13cab3583f9f84d0373006948b);
|
|
|
|
|
|
var marker_fee2f26e235a91d6f10be91ab36d16a4 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_9d54a56af3cc8f74d168488826acd1da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_566049ed8111e7aafddc1c59bafd5980 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ba9204d10964857773079ff26146352 = $(`<div id="html_5ba9204d10964857773079ff26146352" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_566049ed8111e7aafddc1c59bafd5980.setContent(html_5ba9204d10964857773079ff26146352);
|
|
|
|
|
|
|
|
marker_fee2f26e235a91d6f10be91ab36d16a4.bindPopup(popup_566049ed8111e7aafddc1c59bafd5980)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fee2f26e235a91d6f10be91ab36d16a4.setIcon(icon_9d54a56af3cc8f74d168488826acd1da);
|
|
|
|
|
|
var marker_63d6a0bde7e9fb0e91b5ad336f9efd0b = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_d5bc855b59887c44a0ac10d16a202932 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12e63922247a3d7a62792e94ca807a26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edb6d9d307d2fafa58c0da0f20a396e2 = $(`<div id="html_edb6d9d307d2fafa58c0da0f20a396e2" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_12e63922247a3d7a62792e94ca807a26.setContent(html_edb6d9d307d2fafa58c0da0f20a396e2);
|
|
|
|
|
|
|
|
marker_63d6a0bde7e9fb0e91b5ad336f9efd0b.bindPopup(popup_12e63922247a3d7a62792e94ca807a26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63d6a0bde7e9fb0e91b5ad336f9efd0b.setIcon(icon_d5bc855b59887c44a0ac10d16a202932);
|
|
|
|
|
|
var marker_17abdd123ffcdd4c77420c1b4df4011c = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_9998ad20681df7f203c8bfa87b18067b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13b385703fef5c60bd7f9981d680e233 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7d60c7c4932417ebd73b26310d92ea3 = $(`<div id="html_a7d60c7c4932417ebd73b26310d92ea3" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_13b385703fef5c60bd7f9981d680e233.setContent(html_a7d60c7c4932417ebd73b26310d92ea3);
|
|
|
|
|
|
|
|
marker_17abdd123ffcdd4c77420c1b4df4011c.bindPopup(popup_13b385703fef5c60bd7f9981d680e233)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17abdd123ffcdd4c77420c1b4df4011c.setIcon(icon_9998ad20681df7f203c8bfa87b18067b);
|
|
|
|
|
|
var marker_ab6c334bdacbcdc6a3d5888e8c1c6603 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_f3aec4b81474ad2d725df73256e15f8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88cc5804d2487d09af0953691b76d4ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cfe3f5c38898bba5373d85891a67eb5 = $(`<div id="html_3cfe3f5c38898bba5373d85891a67eb5" style="width: 100.0%; height: 100.0%;">ve.agorawlc.com</div>`)[0];
|
|
popup_88cc5804d2487d09af0953691b76d4ba.setContent(html_3cfe3f5c38898bba5373d85891a67eb5);
|
|
|
|
|
|
|
|
marker_ab6c334bdacbcdc6a3d5888e8c1c6603.bindPopup(popup_88cc5804d2487d09af0953691b76d4ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab6c334bdacbcdc6a3d5888e8c1c6603.setIcon(icon_f3aec4b81474ad2d725df73256e15f8b);
|
|
|
|
|
|
var marker_e8b2f2b7a4bc4f67b5df10125027ce29 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_bb22736b9272b4d01e008a49514a241d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_406fc092887cf44e7e819c0ffc532972 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71b05a07f398192aef5efc36df74d4f1 = $(`<div id="html_71b05a07f398192aef5efc36df74d4f1" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_406fc092887cf44e7e819c0ffc532972.setContent(html_71b05a07f398192aef5efc36df74d4f1);
|
|
|
|
|
|
|
|
marker_e8b2f2b7a4bc4f67b5df10125027ce29.bindPopup(popup_406fc092887cf44e7e819c0ffc532972)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8b2f2b7a4bc4f67b5df10125027ce29.setIcon(icon_bb22736b9272b4d01e008a49514a241d);
|
|
|
|
|
|
var marker_559672cd5e971c8afca8bb070019548f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_ac87999bd31b3ad6bb41bd24f6bef491 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_114a2a5fd0a7cc861f56eee89a9a469e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a129802467bfb835fb6173ffdfcb5e6 = $(`<div id="html_8a129802467bfb835fb6173ffdfcb5e6" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_114a2a5fd0a7cc861f56eee89a9a469e.setContent(html_8a129802467bfb835fb6173ffdfcb5e6);
|
|
|
|
|
|
|
|
marker_559672cd5e971c8afca8bb070019548f.bindPopup(popup_114a2a5fd0a7cc861f56eee89a9a469e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_559672cd5e971c8afca8bb070019548f.setIcon(icon_ac87999bd31b3ad6bb41bd24f6bef491);
|
|
|
|
|
|
var marker_eef99392c20c911821de78bc46b44885 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_15b457c23f53c63c8831d9f9ef378e6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dd83422aa56e53e3969d4f1936ca44b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e2696af37ae7beac13b761b654016f9 = $(`<div id="html_4e2696af37ae7beac13b761b654016f9" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_5dd83422aa56e53e3969d4f1936ca44b.setContent(html_4e2696af37ae7beac13b761b654016f9);
|
|
|
|
|
|
|
|
marker_eef99392c20c911821de78bc46b44885.bindPopup(popup_5dd83422aa56e53e3969d4f1936ca44b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eef99392c20c911821de78bc46b44885.setIcon(icon_15b457c23f53c63c8831d9f9ef378e6c);
|
|
|
|
|
|
var marker_82710b6706c37e78f00421eb83c3bb1f = L.marker(
|
|
[32.9483, -96.7299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_0cf8e464d3b36e719285b9b41f2e765b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ad19789b1bc0f570b5277852756a90a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d834b0a24643a69a04f187589bcddbd = $(`<div id="html_6d834b0a24643a69a04f187589bcddbd" style="width: 100.0%; height: 100.0%;">pyramid.cult.cash</div>`)[0];
|
|
popup_2ad19789b1bc0f570b5277852756a90a.setContent(html_6d834b0a24643a69a04f187589bcddbd);
|
|
|
|
|
|
|
|
marker_82710b6706c37e78f00421eb83c3bb1f.bindPopup(popup_2ad19789b1bc0f570b5277852756a90a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82710b6706c37e78f00421eb83c3bb1f.setIcon(icon_0cf8e464d3b36e719285b9b41f2e765b);
|
|
|
|
|
|
var marker_2057c87b8637e4b69fa1a06b694570b2 = L.marker(
|
|
[56.6268, 47.9193],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_32f83c8745fca56f14936eb129b79e52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8d1067e142e46eabbeacb92937aead0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bd69d8f724eb9398fbf09e7e208009e = $(`<div id="html_1bd69d8f724eb9398fbf09e7e208009e" style="width: 100.0%; height: 100.0%;">relay.edino.net</div>`)[0];
|
|
popup_e8d1067e142e46eabbeacb92937aead0.setContent(html_1bd69d8f724eb9398fbf09e7e208009e);
|
|
|
|
|
|
|
|
marker_2057c87b8637e4b69fa1a06b694570b2.bindPopup(popup_e8d1067e142e46eabbeacb92937aead0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2057c87b8637e4b69fa1a06b694570b2.setIcon(icon_32f83c8745fca56f14936eb129b79e52);
|
|
|
|
|
|
var marker_09efdc8077cbcd01813346398948c903 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_f0a1cca5be771fd535e791da89fbe69c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cab2bc2501be925ba66abf43cfd77eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d12dcbcaed80fb8b00bf66b8dde33b5 = $(`<div id="html_3d12dcbcaed80fb8b00bf66b8dde33b5" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_1cab2bc2501be925ba66abf43cfd77eb.setContent(html_3d12dcbcaed80fb8b00bf66b8dde33b5);
|
|
|
|
|
|
|
|
marker_09efdc8077cbcd01813346398948c903.bindPopup(popup_1cab2bc2501be925ba66abf43cfd77eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09efdc8077cbcd01813346398948c903.setIcon(icon_f0a1cca5be771fd535e791da89fbe69c);
|
|
|
|
|
|
var marker_70d110d20848fd14ca9b358731855da4 = L.marker(
|
|
[39.7392, -104.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_358b62611f1e3135dca9f0848f76cd38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55c05c216edc05af67855f551acc56ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b445b16dfb522704f868ad299bf4c821 = $(`<div id="html_b445b16dfb522704f868ad299bf4c821" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_55c05c216edc05af67855f551acc56ba.setContent(html_b445b16dfb522704f868ad299bf4c821);
|
|
|
|
|
|
|
|
marker_70d110d20848fd14ca9b358731855da4.bindPopup(popup_55c05c216edc05af67855f551acc56ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70d110d20848fd14ca9b358731855da4.setIcon(icon_358b62611f1e3135dca9f0848f76cd38);
|
|
|
|
|
|
var marker_3f2a557ce2bddd417ba77aa0bc352210 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5c4b4c97f5b3805a9dd8316ee553dc5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d640903e866c5da84096de02e11b4db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5851d95786df1462af148051d3759966 = $(`<div id="html_5851d95786df1462af148051d3759966" style="width: 100.0%; height: 100.0%;">tenex.chat</div>`)[0];
|
|
popup_7d640903e866c5da84096de02e11b4db.setContent(html_5851d95786df1462af148051d3759966);
|
|
|
|
|
|
|
|
marker_3f2a557ce2bddd417ba77aa0bc352210.bindPopup(popup_7d640903e866c5da84096de02e11b4db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f2a557ce2bddd417ba77aa0bc352210.setIcon(icon_5c4b4c97f5b3805a9dd8316ee553dc5c);
|
|
|
|
|
|
var marker_2c6649b68e292bbca601866ba00f8fce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_a6f7d5c6fce62d56cdf8d402343129f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9d08859a6edb8fd50ffba218bcc5438 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b18776cbebd83a288353faa5d136aa9 = $(`<div id="html_4b18776cbebd83a288353faa5d136aa9" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_b9d08859a6edb8fd50ffba218bcc5438.setContent(html_4b18776cbebd83a288353faa5d136aa9);
|
|
|
|
|
|
|
|
marker_2c6649b68e292bbca601866ba00f8fce.bindPopup(popup_b9d08859a6edb8fd50ffba218bcc5438)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c6649b68e292bbca601866ba00f8fce.setIcon(icon_a6f7d5c6fce62d56cdf8d402343129f8);
|
|
|
|
|
|
var marker_ed76224b259d899f4fa5da3e802afced = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_e763319139a956709f0e423abfdd4347 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_023c25c96137cfb3a497677b7dd7963e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0db27faee489106daf9444c0cd121bb0 = $(`<div id="html_0db27faee489106daf9444c0cd121bb0" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_023c25c96137cfb3a497677b7dd7963e.setContent(html_0db27faee489106daf9444c0cd121bb0);
|
|
|
|
|
|
|
|
marker_ed76224b259d899f4fa5da3e802afced.bindPopup(popup_023c25c96137cfb3a497677b7dd7963e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed76224b259d899f4fa5da3e802afced.setIcon(icon_e763319139a956709f0e423abfdd4347);
|
|
|
|
|
|
var marker_573f4d88fe948132355c075a8bb1bc93 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_8d7bb02de341e961a53e7afc3d1eff37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf7fa72764948213a271fae38848d651 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef75e18ee1d8c10a5bf4b31cdcf5e244 = $(`<div id="html_ef75e18ee1d8c10a5bf4b31cdcf5e244" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_bf7fa72764948213a271fae38848d651.setContent(html_ef75e18ee1d8c10a5bf4b31cdcf5e244);
|
|
|
|
|
|
|
|
marker_573f4d88fe948132355c075a8bb1bc93.bindPopup(popup_bf7fa72764948213a271fae38848d651)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_573f4d88fe948132355c075a8bb1bc93.setIcon(icon_8d7bb02de341e961a53e7afc3d1eff37);
|
|
|
|
|
|
var marker_ce03aa6f13fba090d7cdfced358f660b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_2be49adf690c7ba82ef16cbbf79102ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b9e22f2b66feae30864a4043c917cf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a7c1d92be52f12d56df0dcf411a39f8 = $(`<div id="html_1a7c1d92be52f12d56df0dcf411a39f8" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_2b9e22f2b66feae30864a4043c917cf5.setContent(html_1a7c1d92be52f12d56df0dcf411a39f8);
|
|
|
|
|
|
|
|
marker_ce03aa6f13fba090d7cdfced358f660b.bindPopup(popup_2b9e22f2b66feae30864a4043c917cf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce03aa6f13fba090d7cdfced358f660b.setIcon(icon_2be49adf690c7ba82ef16cbbf79102ab);
|
|
|
|
|
|
var marker_ab177cfb4f55eff38224ce46e01b78df = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_b7b50c58f97d374f3c692c5be1dbb57f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2356e668f60d5085bb2fb6761ed2084c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5a9e055a691329f0a15f120148698d2 = $(`<div id="html_c5a9e055a691329f0a15f120148698d2" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_2356e668f60d5085bb2fb6761ed2084c.setContent(html_c5a9e055a691329f0a15f120148698d2);
|
|
|
|
|
|
|
|
marker_ab177cfb4f55eff38224ce46e01b78df.bindPopup(popup_2356e668f60d5085bb2fb6761ed2084c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab177cfb4f55eff38224ce46e01b78df.setIcon(icon_b7b50c58f97d374f3c692c5be1dbb57f);
|
|
|
|
|
|
var marker_a2da0871b5b9d01dde0b2701c5f037fb = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_3eb6bb74e83e36ca8e3c12d28f1e290e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d9fdec41f97217e17e08439a7f1857d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58877087c6c2557bdf57feb20bc07b6a = $(`<div id="html_58877087c6c2557bdf57feb20bc07b6a" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_8d9fdec41f97217e17e08439a7f1857d.setContent(html_58877087c6c2557bdf57feb20bc07b6a);
|
|
|
|
|
|
|
|
marker_a2da0871b5b9d01dde0b2701c5f037fb.bindPopup(popup_8d9fdec41f97217e17e08439a7f1857d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2da0871b5b9d01dde0b2701c5f037fb.setIcon(icon_3eb6bb74e83e36ca8e3c12d28f1e290e);
|
|
|
|
|
|
var marker_9cd9d5474dadc3c3793cca5166644a51 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_6d71167fc7f7ce02ce94b19f57a8ffb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_892b2673f88bbc936e2c3f8d5470d211 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29efbb8a9ce8a258122e02e048a6e402 = $(`<div id="html_29efbb8a9ce8a258122e02e048a6e402" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_892b2673f88bbc936e2c3f8d5470d211.setContent(html_29efbb8a9ce8a258122e02e048a6e402);
|
|
|
|
|
|
|
|
marker_9cd9d5474dadc3c3793cca5166644a51.bindPopup(popup_892b2673f88bbc936e2c3f8d5470d211)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cd9d5474dadc3c3793cca5166644a51.setIcon(icon_6d71167fc7f7ce02ce94b19f57a8ffb2);
|
|
|
|
|
|
var marker_73e7df1248dce73f2701eadc4ce07507 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_4bb5d0ca274c3687617e437691acfac3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b84f1dfcd012e042b783044b1dc0169 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_367c17935ae244cc4a317f0093b7717f = $(`<div id="html_367c17935ae244cc4a317f0093b7717f" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_0b84f1dfcd012e042b783044b1dc0169.setContent(html_367c17935ae244cc4a317f0093b7717f);
|
|
|
|
|
|
|
|
marker_73e7df1248dce73f2701eadc4ce07507.bindPopup(popup_0b84f1dfcd012e042b783044b1dc0169)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73e7df1248dce73f2701eadc4ce07507.setIcon(icon_4bb5d0ca274c3687617e437691acfac3);
|
|
|
|
|
|
var marker_877ff1a83ed5ca7db9088d998190ce3f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_167ef59c69ce6b1bc15f2e38f76d15c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0702fbabb0474763eba035f336d9ce35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3e2fea421fd1b37832717b821ea2990 = $(`<div id="html_a3e2fea421fd1b37832717b821ea2990" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_0702fbabb0474763eba035f336d9ce35.setContent(html_a3e2fea421fd1b37832717b821ea2990);
|
|
|
|
|
|
|
|
marker_877ff1a83ed5ca7db9088d998190ce3f.bindPopup(popup_0702fbabb0474763eba035f336d9ce35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_877ff1a83ed5ca7db9088d998190ce3f.setIcon(icon_167ef59c69ce6b1bc15f2e38f76d15c5);
|
|
|
|
|
|
var marker_bc71c340363f8ba994aee4a76b4a5c73 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_0c0ceabe5f5f7209a6986b6490937926 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_221c9f7e8fab78437ed074a125499ce2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_628cf3bc2e6c7b107703952c32a12408 = $(`<div id="html_628cf3bc2e6c7b107703952c32a12408" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_221c9f7e8fab78437ed074a125499ce2.setContent(html_628cf3bc2e6c7b107703952c32a12408);
|
|
|
|
|
|
|
|
marker_bc71c340363f8ba994aee4a76b4a5c73.bindPopup(popup_221c9f7e8fab78437ed074a125499ce2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc71c340363f8ba994aee4a76b4a5c73.setIcon(icon_0c0ceabe5f5f7209a6986b6490937926);
|
|
|
|
|
|
var marker_5e5f55195d4770a053d260c9dd8baf5c = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_fdbf3f3cb59e37bdd3b3d72e5e84364c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23772a29ef8ce24010deebc7ec4f8938 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_564fa49a33db52e780c62e223feb77ff = $(`<div id="html_564fa49a33db52e780c62e223feb77ff" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_23772a29ef8ce24010deebc7ec4f8938.setContent(html_564fa49a33db52e780c62e223feb77ff);
|
|
|
|
|
|
|
|
marker_5e5f55195d4770a053d260c9dd8baf5c.bindPopup(popup_23772a29ef8ce24010deebc7ec4f8938)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e5f55195d4770a053d260c9dd8baf5c.setIcon(icon_fdbf3f3cb59e37bdd3b3d72e5e84364c);
|
|
|
|
|
|
var marker_6b36d48491b8753951293d2ad2daa072 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_a18c38fe48e9719c5e1237655307c010 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_697003081c351563640a210b7984d5b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a023104f0b2f7878a440b7e621d1d58 = $(`<div id="html_7a023104f0b2f7878a440b7e621d1d58" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_697003081c351563640a210b7984d5b9.setContent(html_7a023104f0b2f7878a440b7e621d1d58);
|
|
|
|
|
|
|
|
marker_6b36d48491b8753951293d2ad2daa072.bindPopup(popup_697003081c351563640a210b7984d5b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b36d48491b8753951293d2ad2daa072.setIcon(icon_a18c38fe48e9719c5e1237655307c010);
|
|
|
|
|
|
var marker_179abf88f5423714d0f09c6eb6194ee7 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_30dfc5a3cc884f5e28d30e89764f85b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be3394c85ab4935a1e3ebfd598fc528b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0e1e337be29ee315dbfb018056ee30c = $(`<div id="html_f0e1e337be29ee315dbfb018056ee30c" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_be3394c85ab4935a1e3ebfd598fc528b.setContent(html_f0e1e337be29ee315dbfb018056ee30c);
|
|
|
|
|
|
|
|
marker_179abf88f5423714d0f09c6eb6194ee7.bindPopup(popup_be3394c85ab4935a1e3ebfd598fc528b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_179abf88f5423714d0f09c6eb6194ee7.setIcon(icon_30dfc5a3cc884f5e28d30e89764f85b7);
|
|
|
|
|
|
var marker_92504929ec550ac394ab96423cdece29 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_db7c56501d6d5818a3bbd9e20cfe4d0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fc5a86e8658622dac552766982542a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45323f50b79fa406d1b8b4d623bae903 = $(`<div id="html_45323f50b79fa406d1b8b4d623bae903" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_5fc5a86e8658622dac552766982542a2.setContent(html_45323f50b79fa406d1b8b4d623bae903);
|
|
|
|
|
|
|
|
marker_92504929ec550ac394ab96423cdece29.bindPopup(popup_5fc5a86e8658622dac552766982542a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92504929ec550ac394ab96423cdece29.setIcon(icon_db7c56501d6d5818a3bbd9e20cfe4d0c);
|
|
|
|
|
|
var marker_fb31813ac8729e1610ad8c5ba0bac81b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_277154eb9b5fb0954cd2d312c68cb533 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ad4347e564f2d6abc132f05b8a31438 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_177af18322bed3fdae56f86109679d8e = $(`<div id="html_177af18322bed3fdae56f86109679d8e" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_5ad4347e564f2d6abc132f05b8a31438.setContent(html_177af18322bed3fdae56f86109679d8e);
|
|
|
|
|
|
|
|
marker_fb31813ac8729e1610ad8c5ba0bac81b.bindPopup(popup_5ad4347e564f2d6abc132f05b8a31438)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb31813ac8729e1610ad8c5ba0bac81b.setIcon(icon_277154eb9b5fb0954cd2d312c68cb533);
|
|
|
|
|
|
var marker_64ace0bcb7b6d240003c34423cfe2bab = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_a39e0318ea785a585abbeeb7738c3063 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cedd0c0081523896f9b274f698070c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a71eb8b28d7cf9c4c59a242aee44385f = $(`<div id="html_a71eb8b28d7cf9c4c59a242aee44385f" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_5cedd0c0081523896f9b274f698070c6.setContent(html_a71eb8b28d7cf9c4c59a242aee44385f);
|
|
|
|
|
|
|
|
marker_64ace0bcb7b6d240003c34423cfe2bab.bindPopup(popup_5cedd0c0081523896f9b274f698070c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64ace0bcb7b6d240003c34423cfe2bab.setIcon(icon_a39e0318ea785a585abbeeb7738c3063);
|
|
|
|
|
|
var marker_34bb29c2ebacfb0a8265a6e3c4c0ead4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_9068e2fa096ff559f54c1df2257eb050 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_078824038050e594d579150b9db48446 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd1482ba488bd3b82146e7d8bff3f6f3 = $(`<div id="html_dd1482ba488bd3b82146e7d8bff3f6f3" style="width: 100.0%; height: 100.0%;">holland-excited-charming-experiencing.trycloudflare.com</div>`)[0];
|
|
popup_078824038050e594d579150b9db48446.setContent(html_dd1482ba488bd3b82146e7d8bff3f6f3);
|
|
|
|
|
|
|
|
marker_34bb29c2ebacfb0a8265a6e3c4c0ead4.bindPopup(popup_078824038050e594d579150b9db48446)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34bb29c2ebacfb0a8265a6e3c4c0ead4.setIcon(icon_9068e2fa096ff559f54c1df2257eb050);
|
|
|
|
|
|
var marker_1110ea0c205e5ae1d14a5306fb3ed37b = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5f773dd05b5e338ef8fdf0aa89a7f3cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0768ab9e2cdf3b8483975c2e58df621 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45611a2cdc4a3b3e16f4a000711e1c89 = $(`<div id="html_45611a2cdc4a3b3e16f4a000711e1c89" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_c0768ab9e2cdf3b8483975c2e58df621.setContent(html_45611a2cdc4a3b3e16f4a000711e1c89);
|
|
|
|
|
|
|
|
marker_1110ea0c205e5ae1d14a5306fb3ed37b.bindPopup(popup_c0768ab9e2cdf3b8483975c2e58df621)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1110ea0c205e5ae1d14a5306fb3ed37b.setIcon(icon_5f773dd05b5e338ef8fdf0aa89a7f3cb);
|
|
|
|
|
|
var marker_eb0ccb87470d97c3a6a45cde8ff9a790 = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_7331b829adf32596d2849d3eed1b9be9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_977320cd90b29f1e176fa8c1cb334cf6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a10fc772c49c03c3d555385fd5d2c1fc = $(`<div id="html_a10fc772c49c03c3d555385fd5d2c1fc" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_977320cd90b29f1e176fa8c1cb334cf6.setContent(html_a10fc772c49c03c3d555385fd5d2c1fc);
|
|
|
|
|
|
|
|
marker_eb0ccb87470d97c3a6a45cde8ff9a790.bindPopup(popup_977320cd90b29f1e176fa8c1cb334cf6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb0ccb87470d97c3a6a45cde8ff9a790.setIcon(icon_7331b829adf32596d2849d3eed1b9be9);
|
|
|
|
|
|
var marker_7a588084d9f7c6ae83932922ae8c3cdf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_d14653036a37fbccb3fc79d4ece24037 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_410fcc113cb9d7d7443addf46b0a15a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97b565dab7445c3d686dc17459c953e4 = $(`<div id="html_97b565dab7445c3d686dc17459c953e4" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_410fcc113cb9d7d7443addf46b0a15a0.setContent(html_97b565dab7445c3d686dc17459c953e4);
|
|
|
|
|
|
|
|
marker_7a588084d9f7c6ae83932922ae8c3cdf.bindPopup(popup_410fcc113cb9d7d7443addf46b0a15a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a588084d9f7c6ae83932922ae8c3cdf.setIcon(icon_d14653036a37fbccb3fc79d4ece24037);
|
|
|
|
|
|
var marker_783c351288024f1169887352a2756817 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_199ce33d0dc2ba7b62cdd6eee023c6d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5898819afa52ef6563716786d30563b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cd5b72bd5ace0af5133bb0f484e62a0 = $(`<div id="html_3cd5b72bd5ace0af5133bb0f484e62a0" style="width: 100.0%; height: 100.0%;">discovery.us.nostria.app</div>`)[0];
|
|
popup_5898819afa52ef6563716786d30563b9.setContent(html_3cd5b72bd5ace0af5133bb0f484e62a0);
|
|
|
|
|
|
|
|
marker_783c351288024f1169887352a2756817.bindPopup(popup_5898819afa52ef6563716786d30563b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_783c351288024f1169887352a2756817.setIcon(icon_199ce33d0dc2ba7b62cdd6eee023c6d6);
|
|
|
|
|
|
var marker_36ae3964d632dc928e12c1d40941ffed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_fd4b6d2df2e2553da5f0c56ebd58beb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_404daa4ce6c2c3970464781415827d81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6312fdabe0808d2ca8b28f4322296fe = $(`<div id="html_b6312fdabe0808d2ca8b28f4322296fe" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_404daa4ce6c2c3970464781415827d81.setContent(html_b6312fdabe0808d2ca8b28f4322296fe);
|
|
|
|
|
|
|
|
marker_36ae3964d632dc928e12c1d40941ffed.bindPopup(popup_404daa4ce6c2c3970464781415827d81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36ae3964d632dc928e12c1d40941ffed.setIcon(icon_fd4b6d2df2e2553da5f0c56ebd58beb4);
|
|
|
|
|
|
var marker_d932d0d286551f6bf96ed545f8eaeec9 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_c784476efebde2fa49011c313e54f208 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb69b700fc8e9f495ff1c454ac644419 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a096c11e66daa893c49c5fde659708f1 = $(`<div id="html_a096c11e66daa893c49c5fde659708f1" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_cb69b700fc8e9f495ff1c454ac644419.setContent(html_a096c11e66daa893c49c5fde659708f1);
|
|
|
|
|
|
|
|
marker_d932d0d286551f6bf96ed545f8eaeec9.bindPopup(popup_cb69b700fc8e9f495ff1c454ac644419)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d932d0d286551f6bf96ed545f8eaeec9.setIcon(icon_c784476efebde2fa49011c313e54f208);
|
|
|
|
|
|
var marker_0e9a96fa4a4dd84c5b761a781f4ce31e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_389474d413c002492c64f525b618391e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16cab974b7ff47a16905e59c76a30779 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7b8c88d74c55c406f34c466e49d7909 = $(`<div id="html_f7b8c88d74c55c406f34c466e49d7909" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_16cab974b7ff47a16905e59c76a30779.setContent(html_f7b8c88d74c55c406f34c466e49d7909);
|
|
|
|
|
|
|
|
marker_0e9a96fa4a4dd84c5b761a781f4ce31e.bindPopup(popup_16cab974b7ff47a16905e59c76a30779)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e9a96fa4a4dd84c5b761a781f4ce31e.setIcon(icon_389474d413c002492c64f525b618391e);
|
|
|
|
|
|
var marker_9f5fcb92a827a82958c84634ac974dda = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_2f9390d924500f2c2c920e8942d7c691 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adcf19073ce7cb7ca0773fa4190ebb8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8564969dbd599379459e3db8bda50cd9 = $(`<div id="html_8564969dbd599379459e3db8bda50cd9" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_adcf19073ce7cb7ca0773fa4190ebb8f.setContent(html_8564969dbd599379459e3db8bda50cd9);
|
|
|
|
|
|
|
|
marker_9f5fcb92a827a82958c84634ac974dda.bindPopup(popup_adcf19073ce7cb7ca0773fa4190ebb8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f5fcb92a827a82958c84634ac974dda.setIcon(icon_2f9390d924500f2c2c920e8942d7c691);
|
|
|
|
|
|
var marker_018c9abe106c051a3416e188797cff81 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_8f270257a5c5a49579cc7e3a46331108 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e87f73890473398559391ab7e3707a8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_417b9546675c05d084b2fb4bd6b70e3e = $(`<div id="html_417b9546675c05d084b2fb4bd6b70e3e" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_e87f73890473398559391ab7e3707a8c.setContent(html_417b9546675c05d084b2fb4bd6b70e3e);
|
|
|
|
|
|
|
|
marker_018c9abe106c051a3416e188797cff81.bindPopup(popup_e87f73890473398559391ab7e3707a8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_018c9abe106c051a3416e188797cff81.setIcon(icon_8f270257a5c5a49579cc7e3a46331108);
|
|
|
|
|
|
var marker_043391473babf859976af998ab82d3eb = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_ef42e0e671ab79744707e7fc7877cf4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_782ce8a815784b5a17e147a403341fa5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8ec3c01946618d3f5cb25f601764f64 = $(`<div id="html_d8ec3c01946618d3f5cb25f601764f64" style="width: 100.0%; height: 100.0%;">zw.agorawlc.com</div>`)[0];
|
|
popup_782ce8a815784b5a17e147a403341fa5.setContent(html_d8ec3c01946618d3f5cb25f601764f64);
|
|
|
|
|
|
|
|
marker_043391473babf859976af998ab82d3eb.bindPopup(popup_782ce8a815784b5a17e147a403341fa5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_043391473babf859976af998ab82d3eb.setIcon(icon_ef42e0e671ab79744707e7fc7877cf4d);
|
|
|
|
|
|
var marker_fbf9bca239dedb322deb8a0fa3d3d536 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_04852eb4b47aa45db7e88f26129640a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dd993ba6caecb714351f7e99c9de6b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77bffbf4c7c62391e52d06a19395ad1e = $(`<div id="html_77bffbf4c7c62391e52d06a19395ad1e" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_0dd993ba6caecb714351f7e99c9de6b4.setContent(html_77bffbf4c7c62391e52d06a19395ad1e);
|
|
|
|
|
|
|
|
marker_fbf9bca239dedb322deb8a0fa3d3d536.bindPopup(popup_0dd993ba6caecb714351f7e99c9de6b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbf9bca239dedb322deb8a0fa3d3d536.setIcon(icon_04852eb4b47aa45db7e88f26129640a5);
|
|
|
|
|
|
var marker_c41a08455582368970f59d87a42a6dbf = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_16ca3b868e75ba31a208c03e3b65603a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f53cbf26298a3e7107c0d567724f74ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_827205e7111632d247c6fadf3e884eab = $(`<div id="html_827205e7111632d247c6fadf3e884eab" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_f53cbf26298a3e7107c0d567724f74ba.setContent(html_827205e7111632d247c6fadf3e884eab);
|
|
|
|
|
|
|
|
marker_c41a08455582368970f59d87a42a6dbf.bindPopup(popup_f53cbf26298a3e7107c0d567724f74ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c41a08455582368970f59d87a42a6dbf.setIcon(icon_16ca3b868e75ba31a208c03e3b65603a);
|
|
|
|
|
|
var marker_2ad9df773fa04dd9a50a037785b6229e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_81c70d96a62503e93b1849b762c98b22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c0b2494636aecc5d2228d28f210f031 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_337e1a9105ffcd8f7ff3f7547f28f3ff = $(`<div id="html_337e1a9105ffcd8f7ff3f7547f28f3ff" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_1c0b2494636aecc5d2228d28f210f031.setContent(html_337e1a9105ffcd8f7ff3f7547f28f3ff);
|
|
|
|
|
|
|
|
marker_2ad9df773fa04dd9a50a037785b6229e.bindPopup(popup_1c0b2494636aecc5d2228d28f210f031)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ad9df773fa04dd9a50a037785b6229e.setIcon(icon_81c70d96a62503e93b1849b762c98b22);
|
|
|
|
|
|
var marker_42ac1d95ad9f68bf4223d4a7e09f7064 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_a3afdfb39e1aa67bc34b6b8abb791f7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc9f148a13e8d92d85fb66fa09eb919c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef0e5fae875f6750279191be5fba31e2 = $(`<div id="html_ef0e5fae875f6750279191be5fba31e2" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_cc9f148a13e8d92d85fb66fa09eb919c.setContent(html_ef0e5fae875f6750279191be5fba31e2);
|
|
|
|
|
|
|
|
marker_42ac1d95ad9f68bf4223d4a7e09f7064.bindPopup(popup_cc9f148a13e8d92d85fb66fa09eb919c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42ac1d95ad9f68bf4223d4a7e09f7064.setIcon(icon_a3afdfb39e1aa67bc34b6b8abb791f7b);
|
|
|
|
|
|
var marker_d35c869b829e3a893dcfed3ecf771aa9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_85f740ab92f1f2634f8c8a017be3531a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ba3be31b1210094e9f7c2f2caac94b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96e42034861684534495977dd6e169cb = $(`<div id="html_96e42034861684534495977dd6e169cb" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_9ba3be31b1210094e9f7c2f2caac94b8.setContent(html_96e42034861684534495977dd6e169cb);
|
|
|
|
|
|
|
|
marker_d35c869b829e3a893dcfed3ecf771aa9.bindPopup(popup_9ba3be31b1210094e9f7c2f2caac94b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d35c869b829e3a893dcfed3ecf771aa9.setIcon(icon_85f740ab92f1f2634f8c8a017be3531a);
|
|
|
|
|
|
var marker_02bc376e76a89bfda5016a965ff93170 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_8a6202e47b0f9cef5949ccb3bf729cfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61383fb5630b25837540e0ebcaae2f3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5363867715a0760696add507820d4d45 = $(`<div id="html_5363867715a0760696add507820d4d45" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_61383fb5630b25837540e0ebcaae2f3e.setContent(html_5363867715a0760696add507820d4d45);
|
|
|
|
|
|
|
|
marker_02bc376e76a89bfda5016a965ff93170.bindPopup(popup_61383fb5630b25837540e0ebcaae2f3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02bc376e76a89bfda5016a965ff93170.setIcon(icon_8a6202e47b0f9cef5949ccb3bf729cfe);
|
|
|
|
|
|
var marker_dae61d517ff2aad9bad5ce24b6590e86 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_41d6de374e92954238b04a7275e9eb47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8b721ae136d670b60ec5b5da6229a94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ea0395d691f242b1f787a5e5c96c00c = $(`<div id="html_0ea0395d691f242b1f787a5e5c96c00c" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_b8b721ae136d670b60ec5b5da6229a94.setContent(html_0ea0395d691f242b1f787a5e5c96c00c);
|
|
|
|
|
|
|
|
marker_dae61d517ff2aad9bad5ce24b6590e86.bindPopup(popup_b8b721ae136d670b60ec5b5da6229a94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dae61d517ff2aad9bad5ce24b6590e86.setIcon(icon_41d6de374e92954238b04a7275e9eb47);
|
|
|
|
|
|
var marker_0878e4136e24a827547afb26100b4175 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_e8036ec8676797829b5f09e2e7a23f76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5b4841013ce13e113b8dce42f180d14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95d31ffd58b7e33fc534ae279de12a84 = $(`<div id="html_95d31ffd58b7e33fc534ae279de12a84" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_e5b4841013ce13e113b8dce42f180d14.setContent(html_95d31ffd58b7e33fc534ae279de12a84);
|
|
|
|
|
|
|
|
marker_0878e4136e24a827547afb26100b4175.bindPopup(popup_e5b4841013ce13e113b8dce42f180d14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0878e4136e24a827547afb26100b4175.setIcon(icon_e8036ec8676797829b5f09e2e7a23f76);
|
|
|
|
|
|
var marker_ca19f669f574171fbc295746176522a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_29184dab3d5791b69e8e490c0b14bb27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afcc69715c86321e2662b58012c85076 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d4d8223f64ee79467b1b1ae0110e529 = $(`<div id="html_6d4d8223f64ee79467b1b1ae0110e529" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_afcc69715c86321e2662b58012c85076.setContent(html_6d4d8223f64ee79467b1b1ae0110e529);
|
|
|
|
|
|
|
|
marker_ca19f669f574171fbc295746176522a8.bindPopup(popup_afcc69715c86321e2662b58012c85076)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca19f669f574171fbc295746176522a8.setIcon(icon_29184dab3d5791b69e8e490c0b14bb27);
|
|
|
|
|
|
var marker_e5bfe366cc6dddb5ec5d401257240037 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_0a2f66d2c92d6f0061fa92d5cd750d40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_382c317774217ac37ea79bc9a7091fbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40452f6cb9cb07341fc99e6f6314e769 = $(`<div id="html_40452f6cb9cb07341fc99e6f6314e769" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_382c317774217ac37ea79bc9a7091fbc.setContent(html_40452f6cb9cb07341fc99e6f6314e769);
|
|
|
|
|
|
|
|
marker_e5bfe366cc6dddb5ec5d401257240037.bindPopup(popup_382c317774217ac37ea79bc9a7091fbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5bfe366cc6dddb5ec5d401257240037.setIcon(icon_0a2f66d2c92d6f0061fa92d5cd750d40);
|
|
|
|
|
|
var marker_c0a9846f45a007506c5d03d34de7e306 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_3d4bd372a4cf8442693025194262ef69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11d3411ae0b08749c95f2d262c9a13a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33fda186d64840f4d7a4aad2c633fa8a = $(`<div id="html_33fda186d64840f4d7a4aad2c633fa8a" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_11d3411ae0b08749c95f2d262c9a13a1.setContent(html_33fda186d64840f4d7a4aad2c633fa8a);
|
|
|
|
|
|
|
|
marker_c0a9846f45a007506c5d03d34de7e306.bindPopup(popup_11d3411ae0b08749c95f2d262c9a13a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0a9846f45a007506c5d03d34de7e306.setIcon(icon_3d4bd372a4cf8442693025194262ef69);
|
|
|
|
|
|
var marker_49a5b8c24e5d146d6cf24d3fa4c44e92 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_02cb38c5983cb9387bda9a1943ad0328 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f1a2775ab03a0cdbc49119ac45c99e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8152a28a4051efb4e34b9a643f1bf4fe = $(`<div id="html_8152a28a4051efb4e34b9a643f1bf4fe" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_4f1a2775ab03a0cdbc49119ac45c99e1.setContent(html_8152a28a4051efb4e34b9a643f1bf4fe);
|
|
|
|
|
|
|
|
marker_49a5b8c24e5d146d6cf24d3fa4c44e92.bindPopup(popup_4f1a2775ab03a0cdbc49119ac45c99e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49a5b8c24e5d146d6cf24d3fa4c44e92.setIcon(icon_02cb38c5983cb9387bda9a1943ad0328);
|
|
|
|
|
|
var marker_1014679bf5f88b1de79b12b00e7f2c39 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_674c5e1dd4112fa7bd6fb66a1bffed6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0be4d26cd680b46ed61273288ba82652 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39b07a2f3a3a13e20b1eef03d8eec6ce = $(`<div id="html_39b07a2f3a3a13e20b1eef03d8eec6ce" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_0be4d26cd680b46ed61273288ba82652.setContent(html_39b07a2f3a3a13e20b1eef03d8eec6ce);
|
|
|
|
|
|
|
|
marker_1014679bf5f88b1de79b12b00e7f2c39.bindPopup(popup_0be4d26cd680b46ed61273288ba82652)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1014679bf5f88b1de79b12b00e7f2c39.setIcon(icon_674c5e1dd4112fa7bd6fb66a1bffed6d);
|
|
|
|
|
|
var marker_22d53d14d0718fd6d78d3f73bbbb8a5c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_f2cd639c7e54b83d3691f4577e81ebf7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_639014296e0bb13340d369c1d31f89aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef74669b8911e21058b3baa71ffa40a2 = $(`<div id="html_ef74669b8911e21058b3baa71ffa40a2" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_639014296e0bb13340d369c1d31f89aa.setContent(html_ef74669b8911e21058b3baa71ffa40a2);
|
|
|
|
|
|
|
|
marker_22d53d14d0718fd6d78d3f73bbbb8a5c.bindPopup(popup_639014296e0bb13340d369c1d31f89aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22d53d14d0718fd6d78d3f73bbbb8a5c.setIcon(icon_f2cd639c7e54b83d3691f4577e81ebf7);
|
|
|
|
|
|
var marker_14cbdfc3385b70e3e7417f8049e6675c = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_bc4f6ad2237d9f29bc3ab4d680b3d2ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ee3ac87f711e8d8bcb3d3e0b0edf24e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc5baae3d5ad40f3fca9d5443b0d7480 = $(`<div id="html_bc5baae3d5ad40f3fca9d5443b0d7480" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_5ee3ac87f711e8d8bcb3d3e0b0edf24e.setContent(html_bc5baae3d5ad40f3fca9d5443b0d7480);
|
|
|
|
|
|
|
|
marker_14cbdfc3385b70e3e7417f8049e6675c.bindPopup(popup_5ee3ac87f711e8d8bcb3d3e0b0edf24e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14cbdfc3385b70e3e7417f8049e6675c.setIcon(icon_bc4f6ad2237d9f29bc3ab4d680b3d2ff);
|
|
|
|
|
|
var marker_649b557c984a6273e295bb6546676343 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_bec939b41dd85a7c21922c230d732807 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3745741a876f4bfa1afdf8e46f12c07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_352d98878c3d2f22a0c95e975e9be8aa = $(`<div id="html_352d98878c3d2f22a0c95e975e9be8aa" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_a3745741a876f4bfa1afdf8e46f12c07.setContent(html_352d98878c3d2f22a0c95e975e9be8aa);
|
|
|
|
|
|
|
|
marker_649b557c984a6273e295bb6546676343.bindPopup(popup_a3745741a876f4bfa1afdf8e46f12c07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_649b557c984a6273e295bb6546676343.setIcon(icon_bec939b41dd85a7c21922c230d732807);
|
|
|
|
|
|
var marker_fe61df718b428684e40da9def295857a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_712671a608e4f20f25cdd0c7d797fc0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ec2e4df39975b7321f7061331dfd39b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a196b4a2c2f247e98a3f1c4e04d914c = $(`<div id="html_1a196b4a2c2f247e98a3f1c4e04d914c" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_8ec2e4df39975b7321f7061331dfd39b.setContent(html_1a196b4a2c2f247e98a3f1c4e04d914c);
|
|
|
|
|
|
|
|
marker_fe61df718b428684e40da9def295857a.bindPopup(popup_8ec2e4df39975b7321f7061331dfd39b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe61df718b428684e40da9def295857a.setIcon(icon_712671a608e4f20f25cdd0c7d797fc0a);
|
|
|
|
|
|
var marker_17049651d1dfe54f03f57584ce2819a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5b71dcf8b868236a683c13a466c70149 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ecd5e5ece443b184e2fc55c3b027006 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_224442cb5d191ff0e0ced57a4689385b = $(`<div id="html_224442cb5d191ff0e0ced57a4689385b" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_4ecd5e5ece443b184e2fc55c3b027006.setContent(html_224442cb5d191ff0e0ced57a4689385b);
|
|
|
|
|
|
|
|
marker_17049651d1dfe54f03f57584ce2819a2.bindPopup(popup_4ecd5e5ece443b184e2fc55c3b027006)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17049651d1dfe54f03f57584ce2819a2.setIcon(icon_5b71dcf8b868236a683c13a466c70149);
|
|
|
|
|
|
var marker_3d14568beaadad6a96af382b22ea6151 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5e1f8e69dac08e68812985e4a0a8386a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cb4053b1c13ee39c2b22556d5aaf9c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70a81bf49ccc5292b10fbfa1fd1a3be4 = $(`<div id="html_70a81bf49ccc5292b10fbfa1fd1a3be4" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_7cb4053b1c13ee39c2b22556d5aaf9c0.setContent(html_70a81bf49ccc5292b10fbfa1fd1a3be4);
|
|
|
|
|
|
|
|
marker_3d14568beaadad6a96af382b22ea6151.bindPopup(popup_7cb4053b1c13ee39c2b22556d5aaf9c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d14568beaadad6a96af382b22ea6151.setIcon(icon_5e1f8e69dac08e68812985e4a0a8386a);
|
|
|
|
|
|
var marker_0144b1a5c9fca57802550538e749b4cd = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_0b61834fd75d5d9b6c6d63471a742e75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_496e999960195b20564b98242dc0da58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1eec55c52f455a8c4614cad247505d1c = $(`<div id="html_1eec55c52f455a8c4614cad247505d1c" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_496e999960195b20564b98242dc0da58.setContent(html_1eec55c52f455a8c4614cad247505d1c);
|
|
|
|
|
|
|
|
marker_0144b1a5c9fca57802550538e749b4cd.bindPopup(popup_496e999960195b20564b98242dc0da58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0144b1a5c9fca57802550538e749b4cd.setIcon(icon_0b61834fd75d5d9b6c6d63471a742e75);
|
|
|
|
|
|
var marker_c9799a19c67b14f01c6b130d7e56da6d = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_a3bb9bc7e814f5a8d57bd42b5c42156a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bff693e736b273a1ffd190271a101578 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96500978ca6116199cd57e14178a19a1 = $(`<div id="html_96500978ca6116199cd57e14178a19a1" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_bff693e736b273a1ffd190271a101578.setContent(html_96500978ca6116199cd57e14178a19a1);
|
|
|
|
|
|
|
|
marker_c9799a19c67b14f01c6b130d7e56da6d.bindPopup(popup_bff693e736b273a1ffd190271a101578)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9799a19c67b14f01c6b130d7e56da6d.setIcon(icon_a3bb9bc7e814f5a8d57bd42b5c42156a);
|
|
|
|
|
|
var marker_9e5328e55c15ce8e66b6897870bd107f = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_87da2216af5ba2bba571375c716842df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20040d6e8551fbac2999a386188c8e03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94ed652afd7060291ba9b20df8bf1987 = $(`<div id="html_94ed652afd7060291ba9b20df8bf1987" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_20040d6e8551fbac2999a386188c8e03.setContent(html_94ed652afd7060291ba9b20df8bf1987);
|
|
|
|
|
|
|
|
marker_9e5328e55c15ce8e66b6897870bd107f.bindPopup(popup_20040d6e8551fbac2999a386188c8e03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e5328e55c15ce8e66b6897870bd107f.setIcon(icon_87da2216af5ba2bba571375c716842df);
|
|
|
|
|
|
var marker_723e507c2889f3c6f6c9fbbedb01c414 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_a24f9f20129cdb7447661d861efc9e05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0aa65b8c9ef27c3312bbe0a2f9aa8eac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_552f0e36d968417a84e2418035bc0b27 = $(`<div id="html_552f0e36d968417a84e2418035bc0b27" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_0aa65b8c9ef27c3312bbe0a2f9aa8eac.setContent(html_552f0e36d968417a84e2418035bc0b27);
|
|
|
|
|
|
|
|
marker_723e507c2889f3c6f6c9fbbedb01c414.bindPopup(popup_0aa65b8c9ef27c3312bbe0a2f9aa8eac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_723e507c2889f3c6f6c9fbbedb01c414.setIcon(icon_a24f9f20129cdb7447661d861efc9e05);
|
|
|
|
|
|
var marker_b54b525034d2db3262fd971db7cf006d = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_79de8618559125ab117ed83b5723de54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44f9bca947ec6798c80334a5dc29af0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2d1f3a15e93b16c50e5c018057b0810 = $(`<div id="html_a2d1f3a15e93b16c50e5c018057b0810" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_44f9bca947ec6798c80334a5dc29af0a.setContent(html_a2d1f3a15e93b16c50e5c018057b0810);
|
|
|
|
|
|
|
|
marker_b54b525034d2db3262fd971db7cf006d.bindPopup(popup_44f9bca947ec6798c80334a5dc29af0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b54b525034d2db3262fd971db7cf006d.setIcon(icon_79de8618559125ab117ed83b5723de54);
|
|
|
|
|
|
var marker_3422e3e3965d92c85d898fb31bb75e1c = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5a947f6fd13b0ef3a4745dc8423e1bb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b271eee8d3c8a1c62be7c7b6f4242cfc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_575bfddda4ec497845d0e425c53ac6cf = $(`<div id="html_575bfddda4ec497845d0e425c53ac6cf" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_b271eee8d3c8a1c62be7c7b6f4242cfc.setContent(html_575bfddda4ec497845d0e425c53ac6cf);
|
|
|
|
|
|
|
|
marker_3422e3e3965d92c85d898fb31bb75e1c.bindPopup(popup_b271eee8d3c8a1c62be7c7b6f4242cfc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3422e3e3965d92c85d898fb31bb75e1c.setIcon(icon_5a947f6fd13b0ef3a4745dc8423e1bb5);
|
|
|
|
|
|
var marker_bfcacff813cf3a82716fbca633ff3320 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_75a42bff170f690f8c1892bd9863be4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35e45038cfa7294d7146b13607057c33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98b92d0cad720b705b881a9a848c0c6f = $(`<div id="html_98b92d0cad720b705b881a9a848c0c6f" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_35e45038cfa7294d7146b13607057c33.setContent(html_98b92d0cad720b705b881a9a848c0c6f);
|
|
|
|
|
|
|
|
marker_bfcacff813cf3a82716fbca633ff3320.bindPopup(popup_35e45038cfa7294d7146b13607057c33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfcacff813cf3a82716fbca633ff3320.setIcon(icon_75a42bff170f690f8c1892bd9863be4b);
|
|
|
|
|
|
var marker_91ac867f904a9075cc1c1872a56dbfe8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_3bb5d5e118b5c776adb5d76feda358a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2948be634057150821f1ce8cefd68d5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26855fd5a2386e973cf9df2d86a7fae7 = $(`<div id="html_26855fd5a2386e973cf9df2d86a7fae7" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_2948be634057150821f1ce8cefd68d5e.setContent(html_26855fd5a2386e973cf9df2d86a7fae7);
|
|
|
|
|
|
|
|
marker_91ac867f904a9075cc1c1872a56dbfe8.bindPopup(popup_2948be634057150821f1ce8cefd68d5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91ac867f904a9075cc1c1872a56dbfe8.setIcon(icon_3bb5d5e118b5c776adb5d76feda358a5);
|
|
|
|
|
|
var marker_45f9ba60fa8067c76678c558cb4c2c2b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_c7b5d25e233bd870d75da71cb45e2b32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc2686b17d278d7b181c683080199847 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edb932c15a3219984e21b6a89215fc43 = $(`<div id="html_edb932c15a3219984e21b6a89215fc43" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_cc2686b17d278d7b181c683080199847.setContent(html_edb932c15a3219984e21b6a89215fc43);
|
|
|
|
|
|
|
|
marker_45f9ba60fa8067c76678c558cb4c2c2b.bindPopup(popup_cc2686b17d278d7b181c683080199847)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45f9ba60fa8067c76678c558cb4c2c2b.setIcon(icon_c7b5d25e233bd870d75da71cb45e2b32);
|
|
|
|
|
|
var marker_cfb0d10db59d7594273266c6205501f5 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_d622a4b4f73650ed6d58a4e812604575 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b510469c2c64f63bda284ce47a93b3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb5bcbeb39d16ae07c202bb4a35b9f30 = $(`<div id="html_bb5bcbeb39d16ae07c202bb4a35b9f30" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_2b510469c2c64f63bda284ce47a93b3e.setContent(html_bb5bcbeb39d16ae07c202bb4a35b9f30);
|
|
|
|
|
|
|
|
marker_cfb0d10db59d7594273266c6205501f5.bindPopup(popup_2b510469c2c64f63bda284ce47a93b3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfb0d10db59d7594273266c6205501f5.setIcon(icon_d622a4b4f73650ed6d58a4e812604575);
|
|
|
|
|
|
var marker_39c666f25e3acc17935f7914c348b4ad = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_a3d4bed7221f8c58f9abf17730a3117d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27ee863ece17794bf86cd771a7214b5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c00441479ea3bedf1a133fa91eedbad = $(`<div id="html_1c00441479ea3bedf1a133fa91eedbad" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_27ee863ece17794bf86cd771a7214b5f.setContent(html_1c00441479ea3bedf1a133fa91eedbad);
|
|
|
|
|
|
|
|
marker_39c666f25e3acc17935f7914c348b4ad.bindPopup(popup_27ee863ece17794bf86cd771a7214b5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39c666f25e3acc17935f7914c348b4ad.setIcon(icon_a3d4bed7221f8c58f9abf17730a3117d);
|
|
|
|
|
|
var marker_43bdbdd5756dcba47e8266194982eb4a = L.marker(
|
|
[41.3888, 2.15899],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_29df4732c846c9568b04c023259741bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9cdb9521ee3369e3ec2ebcecb4f7bb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cb9e1f4936e02ecf887605e2a326b99 = $(`<div id="html_7cb9e1f4936e02ecf887605e2a326b99" style="width: 100.0%; height: 100.0%;">relay.boredvictor.xyz</div>`)[0];
|
|
popup_b9cdb9521ee3369e3ec2ebcecb4f7bb0.setContent(html_7cb9e1f4936e02ecf887605e2a326b99);
|
|
|
|
|
|
|
|
marker_43bdbdd5756dcba47e8266194982eb4a.bindPopup(popup_b9cdb9521ee3369e3ec2ebcecb4f7bb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43bdbdd5756dcba47e8266194982eb4a.setIcon(icon_29df4732c846c9568b04c023259741bd);
|
|
|
|
|
|
var marker_d89fdea8bdaa1fd1f27e4a47922ab76b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_1e875652b95226f2fce313440b4283b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_298617ec41c0fac17082cc2fe5444ae7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07bdcbf9ededc07bbe2e9bb55c293dad = $(`<div id="html_07bdcbf9ededc07bbe2e9bb55c293dad" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_298617ec41c0fac17082cc2fe5444ae7.setContent(html_07bdcbf9ededc07bbe2e9bb55c293dad);
|
|
|
|
|
|
|
|
marker_d89fdea8bdaa1fd1f27e4a47922ab76b.bindPopup(popup_298617ec41c0fac17082cc2fe5444ae7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d89fdea8bdaa1fd1f27e4a47922ab76b.setIcon(icon_1e875652b95226f2fce313440b4283b6);
|
|
|
|
|
|
var marker_1bbebd18ce396e9e539035fecb8fb313 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_a4772701af093c859ec12241ab4c6be6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_250fa1f4563a3c01548b35b5603cb1df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ed2f5f9fe6a1c6837b6e5781651871c = $(`<div id="html_8ed2f5f9fe6a1c6837b6e5781651871c" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_250fa1f4563a3c01548b35b5603cb1df.setContent(html_8ed2f5f9fe6a1c6837b6e5781651871c);
|
|
|
|
|
|
|
|
marker_1bbebd18ce396e9e539035fecb8fb313.bindPopup(popup_250fa1f4563a3c01548b35b5603cb1df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bbebd18ce396e9e539035fecb8fb313.setIcon(icon_a4772701af093c859ec12241ab4c6be6);
|
|
|
|
|
|
var marker_651475ee448ee7682720647970f7d1ed = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_e49ed289b9c227f215aa85262cb1c78a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56ac61a3c8ce7260479c249038c79a3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7ade0c4a2ba6b2bcdd394cbf36abbc7 = $(`<div id="html_e7ade0c4a2ba6b2bcdd394cbf36abbc7" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_56ac61a3c8ce7260479c249038c79a3c.setContent(html_e7ade0c4a2ba6b2bcdd394cbf36abbc7);
|
|
|
|
|
|
|
|
marker_651475ee448ee7682720647970f7d1ed.bindPopup(popup_56ac61a3c8ce7260479c249038c79a3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_651475ee448ee7682720647970f7d1ed.setIcon(icon_e49ed289b9c227f215aa85262cb1c78a);
|
|
|
|
|
|
var marker_0d3f4c08e03da2d75483858cff94f105 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_378b3c8c09b1bb3fd2150f64b76dbb72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b4e84b4cea958a177e8d0cca799ad52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f45f7bd24429d828d28b96c9af1daf9 = $(`<div id="html_2f45f7bd24429d828d28b96c9af1daf9" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_5b4e84b4cea958a177e8d0cca799ad52.setContent(html_2f45f7bd24429d828d28b96c9af1daf9);
|
|
|
|
|
|
|
|
marker_0d3f4c08e03da2d75483858cff94f105.bindPopup(popup_5b4e84b4cea958a177e8d0cca799ad52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d3f4c08e03da2d75483858cff94f105.setIcon(icon_378b3c8c09b1bb3fd2150f64b76dbb72);
|
|
|
|
|
|
var marker_018ef36bac9809beacbb528cd575211c = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_60941ced05b2111286e48a6577647e18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e26c45a3e12ce82b660d845b5cd2c80f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc44990fe09452bbc709d48b4ef1452a = $(`<div id="html_cc44990fe09452bbc709d48b4ef1452a" style="width: 100.0%; height: 100.0%;">memlay.v0l.io</div>`)[0];
|
|
popup_e26c45a3e12ce82b660d845b5cd2c80f.setContent(html_cc44990fe09452bbc709d48b4ef1452a);
|
|
|
|
|
|
|
|
marker_018ef36bac9809beacbb528cd575211c.bindPopup(popup_e26c45a3e12ce82b660d845b5cd2c80f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_018ef36bac9809beacbb528cd575211c.setIcon(icon_60941ced05b2111286e48a6577647e18);
|
|
|
|
|
|
var marker_b9d5e7500b94a3a5e9c91b4a63b2220f = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_2aa1ea585d3151f9bb6064c0cb4b5362 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fccc0d8573e3c35d745ce3af728e3bcc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ef3478cb6d3896009ce44ac99da2480 = $(`<div id="html_7ef3478cb6d3896009ce44ac99da2480" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_fccc0d8573e3c35d745ce3af728e3bcc.setContent(html_7ef3478cb6d3896009ce44ac99da2480);
|
|
|
|
|
|
|
|
marker_b9d5e7500b94a3a5e9c91b4a63b2220f.bindPopup(popup_fccc0d8573e3c35d745ce3af728e3bcc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9d5e7500b94a3a5e9c91b4a63b2220f.setIcon(icon_2aa1ea585d3151f9bb6064c0cb4b5362);
|
|
|
|
|
|
var marker_aedbdf18da9c085cce34902d2a08334b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_0be25247954a6bf7a7d96d4dde0e8293 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87c587972310acd2f1b4a0ce8966c2ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8d15dc4fc6ee4e190772bcf444352f0 = $(`<div id="html_e8d15dc4fc6ee4e190772bcf444352f0" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_87c587972310acd2f1b4a0ce8966c2ec.setContent(html_e8d15dc4fc6ee4e190772bcf444352f0);
|
|
|
|
|
|
|
|
marker_aedbdf18da9c085cce34902d2a08334b.bindPopup(popup_87c587972310acd2f1b4a0ce8966c2ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aedbdf18da9c085cce34902d2a08334b.setIcon(icon_0be25247954a6bf7a7d96d4dde0e8293);
|
|
|
|
|
|
var marker_59b0c6ef5b79e6cc84432bce56fc2384 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_ddbe1db1a5b1e7499397c29409c91458 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcaf542039200b870a84ad3789fe341d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f62956bfa662542f6abf0566834c0cd5 = $(`<div id="html_f62956bfa662542f6abf0566834c0cd5" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_dcaf542039200b870a84ad3789fe341d.setContent(html_f62956bfa662542f6abf0566834c0cd5);
|
|
|
|
|
|
|
|
marker_59b0c6ef5b79e6cc84432bce56fc2384.bindPopup(popup_dcaf542039200b870a84ad3789fe341d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59b0c6ef5b79e6cc84432bce56fc2384.setIcon(icon_ddbe1db1a5b1e7499397c29409c91458);
|
|
|
|
|
|
var marker_848ff0822e36b973d3683e2565c6c052 = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_1b3fb60abe21fb8c91d169a3a63376bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98501441e9b0707c143b6b2c25ee6b17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36bc1e229001306bc83290ad46824611 = $(`<div id="html_36bc1e229001306bc83290ad46824611" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_98501441e9b0707c143b6b2c25ee6b17.setContent(html_36bc1e229001306bc83290ad46824611);
|
|
|
|
|
|
|
|
marker_848ff0822e36b973d3683e2565c6c052.bindPopup(popup_98501441e9b0707c143b6b2c25ee6b17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_848ff0822e36b973d3683e2565c6c052.setIcon(icon_1b3fb60abe21fb8c91d169a3a63376bd);
|
|
|
|
|
|
var marker_66887052a6d6b1b51ef57a47b9f98fe5 = L.marker(
|
|
[22.5429, 114.06],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_d67fbe5cb156ebce674ebdd5fd5ef047 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dba2d67d5162a49464043eb95a7ee68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbaf151b4a0aca050a7af367cd4bf99d = $(`<div id="html_fbaf151b4a0aca050a7af367cd4bf99d" style="width: 100.0%; height: 100.0%;">ai.techunder.tech:56711</div>`)[0];
|
|
popup_6dba2d67d5162a49464043eb95a7ee68.setContent(html_fbaf151b4a0aca050a7af367cd4bf99d);
|
|
|
|
|
|
|
|
marker_66887052a6d6b1b51ef57a47b9f98fe5.bindPopup(popup_6dba2d67d5162a49464043eb95a7ee68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66887052a6d6b1b51ef57a47b9f98fe5.setIcon(icon_d67fbe5cb156ebce674ebdd5fd5ef047);
|
|
|
|
|
|
var marker_d9052527574f78569e9b8666eb1909cb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_77a9e1a372b7a166e0082cd687b67a0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c79b3479542749ce9f05131a89740fb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0263a4b55767892a930c4c5ad9cc3730 = $(`<div id="html_0263a4b55767892a930c4c5ad9cc3730" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_c79b3479542749ce9f05131a89740fb1.setContent(html_0263a4b55767892a930c4c5ad9cc3730);
|
|
|
|
|
|
|
|
marker_d9052527574f78569e9b8666eb1909cb.bindPopup(popup_c79b3479542749ce9f05131a89740fb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9052527574f78569e9b8666eb1909cb.setIcon(icon_77a9e1a372b7a166e0082cd687b67a0c);
|
|
|
|
|
|
var marker_b5b7e30a56c0aea4debe43a8751d697e = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_7dcd3fe76918095ece37b1173a410778 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f87c541cedbe04a27f1cb9c09037f579 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3f77d605ffe79a25d5b01881e6343fc = $(`<div id="html_d3f77d605ffe79a25d5b01881e6343fc" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_f87c541cedbe04a27f1cb9c09037f579.setContent(html_d3f77d605ffe79a25d5b01881e6343fc);
|
|
|
|
|
|
|
|
marker_b5b7e30a56c0aea4debe43a8751d697e.bindPopup(popup_f87c541cedbe04a27f1cb9c09037f579)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5b7e30a56c0aea4debe43a8751d697e.setIcon(icon_7dcd3fe76918095ece37b1173a410778);
|
|
|
|
|
|
var marker_4a6086e8dbded0495c80cec983c0a56f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_2ddf8e9a5affc1149718f7d526268868 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_625a03f591b65b9d0816d331cfdadc46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a11a406e67cd0f2f3e536ac4dbf7ca5d = $(`<div id="html_a11a406e67cd0f2f3e536ac4dbf7ca5d" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_625a03f591b65b9d0816d331cfdadc46.setContent(html_a11a406e67cd0f2f3e536ac4dbf7ca5d);
|
|
|
|
|
|
|
|
marker_4a6086e8dbded0495c80cec983c0a56f.bindPopup(popup_625a03f591b65b9d0816d331cfdadc46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a6086e8dbded0495c80cec983c0a56f.setIcon(icon_2ddf8e9a5affc1149718f7d526268868);
|
|
|
|
|
|
var marker_79e0df754d00e366345c9f280b65f9fa = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_aba4a269189a2f457cc7725515af7a64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b9ff641f314d4b6af1bf93df18db06f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec61430de00fef5bfafaff77cb1e575f = $(`<div id="html_ec61430de00fef5bfafaff77cb1e575f" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_5b9ff641f314d4b6af1bf93df18db06f.setContent(html_ec61430de00fef5bfafaff77cb1e575f);
|
|
|
|
|
|
|
|
marker_79e0df754d00e366345c9f280b65f9fa.bindPopup(popup_5b9ff641f314d4b6af1bf93df18db06f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79e0df754d00e366345c9f280b65f9fa.setIcon(icon_aba4a269189a2f457cc7725515af7a64);
|
|
|
|
|
|
var marker_0629077fc36f1ef3b7857a61fa79b6a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_0fc5d67046ad229f9cd91738a0b09d1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f52a80b965773751bf8d86d7232329d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b4fa4b6f57a8ca9cb0d59fd4093b038 = $(`<div id="html_1b4fa4b6f57a8ca9cb0d59fd4093b038" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_9f52a80b965773751bf8d86d7232329d.setContent(html_1b4fa4b6f57a8ca9cb0d59fd4093b038);
|
|
|
|
|
|
|
|
marker_0629077fc36f1ef3b7857a61fa79b6a0.bindPopup(popup_9f52a80b965773751bf8d86d7232329d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0629077fc36f1ef3b7857a61fa79b6a0.setIcon(icon_0fc5d67046ad229f9cd91738a0b09d1e);
|
|
|
|
|
|
var marker_a8d80a7cdfca194d79837b8e665edda6 = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_3cd645139fb7400c8c0032f29b4e5406 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40fb235f2f552b37fda0c45b624b6c1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab67bfa2f27c3d4098419cb60ffcb34d = $(`<div id="html_ab67bfa2f27c3d4098419cb60ffcb34d" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_40fb235f2f552b37fda0c45b624b6c1c.setContent(html_ab67bfa2f27c3d4098419cb60ffcb34d);
|
|
|
|
|
|
|
|
marker_a8d80a7cdfca194d79837b8e665edda6.bindPopup(popup_40fb235f2f552b37fda0c45b624b6c1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8d80a7cdfca194d79837b8e665edda6.setIcon(icon_3cd645139fb7400c8c0032f29b4e5406);
|
|
|
|
|
|
var marker_d3c0d140a4d7552edffca379fbff2b50 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_7450a68b0fef75071e0fc9104e8a2337 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_077c56b701ecf5b90f3c94ba7e94a6fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_600e7f5b4a1f934002406d44b4c8833b = $(`<div id="html_600e7f5b4a1f934002406d44b4c8833b" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_077c56b701ecf5b90f3c94ba7e94a6fc.setContent(html_600e7f5b4a1f934002406d44b4c8833b);
|
|
|
|
|
|
|
|
marker_d3c0d140a4d7552edffca379fbff2b50.bindPopup(popup_077c56b701ecf5b90f3c94ba7e94a6fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3c0d140a4d7552edffca379fbff2b50.setIcon(icon_7450a68b0fef75071e0fc9104e8a2337);
|
|
|
|
|
|
var marker_979c628066712baa964dfbd61247147f = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5cda6e99fb5c1fbb66f2ce4e786fc8f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0889a2a720d5904e1ea8444ed6a4bd80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c204ec24bea70aa6354b5e23c4b4d664 = $(`<div id="html_c204ec24bea70aa6354b5e23c4b4d664" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_0889a2a720d5904e1ea8444ed6a4bd80.setContent(html_c204ec24bea70aa6354b5e23c4b4d664);
|
|
|
|
|
|
|
|
marker_979c628066712baa964dfbd61247147f.bindPopup(popup_0889a2a720d5904e1ea8444ed6a4bd80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_979c628066712baa964dfbd61247147f.setIcon(icon_5cda6e99fb5c1fbb66f2ce4e786fc8f2);
|
|
|
|
|
|
var marker_aa862e0575c52800e0d6b6b0616417c5 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_cfd65546590c14c795a9d6cd67be94bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c15783ee671c8e7dccb49f5aa0da45e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_025cee5ef2e4b340994e7cfa0eb28b8d = $(`<div id="html_025cee5ef2e4b340994e7cfa0eb28b8d" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_c15783ee671c8e7dccb49f5aa0da45e7.setContent(html_025cee5ef2e4b340994e7cfa0eb28b8d);
|
|
|
|
|
|
|
|
marker_aa862e0575c52800e0d6b6b0616417c5.bindPopup(popup_c15783ee671c8e7dccb49f5aa0da45e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa862e0575c52800e0d6b6b0616417c5.setIcon(icon_cfd65546590c14c795a9d6cd67be94bb);
|
|
|
|
|
|
var marker_0d7b22c0c734e38825814dc9f044857c = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_cadf99dac86c009556a0a055820083e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1b3f09ce85f9164de0bdc1b09fb7b76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9eb3302750decf6e04ac5485aeac7b28 = $(`<div id="html_9eb3302750decf6e04ac5485aeac7b28" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_b1b3f09ce85f9164de0bdc1b09fb7b76.setContent(html_9eb3302750decf6e04ac5485aeac7b28);
|
|
|
|
|
|
|
|
marker_0d7b22c0c734e38825814dc9f044857c.bindPopup(popup_b1b3f09ce85f9164de0bdc1b09fb7b76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d7b22c0c734e38825814dc9f044857c.setIcon(icon_cadf99dac86c009556a0a055820083e8);
|
|
|
|
|
|
var marker_5c81b70bf334c94e1e266c0bef6c6b4d = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_df34ba16df8b4ea909377893a0b359b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c5f842060b7829a4895d5e003beba66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bde34642f6c05fe1829b1f98fc5b8ccc = $(`<div id="html_bde34642f6c05fe1829b1f98fc5b8ccc" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_7c5f842060b7829a4895d5e003beba66.setContent(html_bde34642f6c05fe1829b1f98fc5b8ccc);
|
|
|
|
|
|
|
|
marker_5c81b70bf334c94e1e266c0bef6c6b4d.bindPopup(popup_7c5f842060b7829a4895d5e003beba66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c81b70bf334c94e1e266c0bef6c6b4d.setIcon(icon_df34ba16df8b4ea909377893a0b359b3);
|
|
|
|
|
|
var marker_93c537627e10ec3038cf39575c3e992b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_8616b89ee8eefedf5f6f93ea10613030 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27782f4235ae71f0f13c78fba3d2473d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce3ca69665c8687e982bfeeb76b86ec2 = $(`<div id="html_ce3ca69665c8687e982bfeeb76b86ec2" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_27782f4235ae71f0f13c78fba3d2473d.setContent(html_ce3ca69665c8687e982bfeeb76b86ec2);
|
|
|
|
|
|
|
|
marker_93c537627e10ec3038cf39575c3e992b.bindPopup(popup_27782f4235ae71f0f13c78fba3d2473d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93c537627e10ec3038cf39575c3e992b.setIcon(icon_8616b89ee8eefedf5f6f93ea10613030);
|
|
|
|
|
|
var marker_70036cfca8b10b288d3aec34e7fd3e00 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_6b4e6616c1a227d107552f01aa447813 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a17a56679469b403407bce780b8644a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e84cae144f7ead76a4f05352ae69816a = $(`<div id="html_e84cae144f7ead76a4f05352ae69816a" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_a17a56679469b403407bce780b8644a0.setContent(html_e84cae144f7ead76a4f05352ae69816a);
|
|
|
|
|
|
|
|
marker_70036cfca8b10b288d3aec34e7fd3e00.bindPopup(popup_a17a56679469b403407bce780b8644a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70036cfca8b10b288d3aec34e7fd3e00.setIcon(icon_6b4e6616c1a227d107552f01aa447813);
|
|
|
|
|
|
var marker_22acac5e59117959916ea4fd2b205891 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_b902b90ef7347127ccccaf5459933dd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abf88a2d12da61ae9a64645c8917c409 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11efa92d98bf43c5ffbcab962ba6d3b7 = $(`<div id="html_11efa92d98bf43c5ffbcab962ba6d3b7" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_abf88a2d12da61ae9a64645c8917c409.setContent(html_11efa92d98bf43c5ffbcab962ba6d3b7);
|
|
|
|
|
|
|
|
marker_22acac5e59117959916ea4fd2b205891.bindPopup(popup_abf88a2d12da61ae9a64645c8917c409)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22acac5e59117959916ea4fd2b205891.setIcon(icon_b902b90ef7347127ccccaf5459933dd5);
|
|
|
|
|
|
var marker_b285370614773d60cb2462375c2a5a90 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_c5e6fd1475ab3c176c3afd16f5e0ed6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcc6aa0bde44dedb746c6a3c6a6a1336 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_851136c0dbc3961252e709453b79a85f = $(`<div id="html_851136c0dbc3961252e709453b79a85f" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_dcc6aa0bde44dedb746c6a3c6a6a1336.setContent(html_851136c0dbc3961252e709453b79a85f);
|
|
|
|
|
|
|
|
marker_b285370614773d60cb2462375c2a5a90.bindPopup(popup_dcc6aa0bde44dedb746c6a3c6a6a1336)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b285370614773d60cb2462375c2a5a90.setIcon(icon_c5e6fd1475ab3c176c3afd16f5e0ed6b);
|
|
|
|
|
|
var marker_f284dce15726f9ca4a2e342a43e0211d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_668041a3a8485f19cdc12ee445ea1680 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80b8187b5ca6740e901dd220de754bb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_607dc311b70c60d5f0d275cd5d1c81b2 = $(`<div id="html_607dc311b70c60d5f0d275cd5d1c81b2" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_80b8187b5ca6740e901dd220de754bb1.setContent(html_607dc311b70c60d5f0d275cd5d1c81b2);
|
|
|
|
|
|
|
|
marker_f284dce15726f9ca4a2e342a43e0211d.bindPopup(popup_80b8187b5ca6740e901dd220de754bb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f284dce15726f9ca4a2e342a43e0211d.setIcon(icon_668041a3a8485f19cdc12ee445ea1680);
|
|
|
|
|
|
var marker_6f2cb283196ddbd689663f5952e3d02b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_55f205bcfee4aef6fd4b39b99b3af6ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddead435034cbf668bb7d68346d30d14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51e0c83ec069b7930638046cad96f0a6 = $(`<div id="html_51e0c83ec069b7930638046cad96f0a6" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_ddead435034cbf668bb7d68346d30d14.setContent(html_51e0c83ec069b7930638046cad96f0a6);
|
|
|
|
|
|
|
|
marker_6f2cb283196ddbd689663f5952e3d02b.bindPopup(popup_ddead435034cbf668bb7d68346d30d14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f2cb283196ddbd689663f5952e3d02b.setIcon(icon_55f205bcfee4aef6fd4b39b99b3af6ec);
|
|
|
|
|
|
var marker_d0ae301f0da3d53a37b0ba12f962d14c = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_38d302bcc35b1aa9a8a9d26ed177b505 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f221c6aec06cf41d0d3e53939211a52e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41277fc07ec6d0bdaf046b5d71b403e6 = $(`<div id="html_41277fc07ec6d0bdaf046b5d71b403e6" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_f221c6aec06cf41d0d3e53939211a52e.setContent(html_41277fc07ec6d0bdaf046b5d71b403e6);
|
|
|
|
|
|
|
|
marker_d0ae301f0da3d53a37b0ba12f962d14c.bindPopup(popup_f221c6aec06cf41d0d3e53939211a52e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0ae301f0da3d53a37b0ba12f962d14c.setIcon(icon_38d302bcc35b1aa9a8a9d26ed177b505);
|
|
|
|
|
|
var marker_44d85134862906884dabf4473f287c09 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_f7e4db802aae3ac1371d009df9f14907 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9677d29184d00aab92f69ce9159e255 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee3754e6eef34a10def736339ef6e535 = $(`<div id="html_ee3754e6eef34a10def736339ef6e535" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_e9677d29184d00aab92f69ce9159e255.setContent(html_ee3754e6eef34a10def736339ef6e535);
|
|
|
|
|
|
|
|
marker_44d85134862906884dabf4473f287c09.bindPopup(popup_e9677d29184d00aab92f69ce9159e255)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44d85134862906884dabf4473f287c09.setIcon(icon_f7e4db802aae3ac1371d009df9f14907);
|
|
|
|
|
|
var marker_25884ac3d8c44c0d834a95622f5859dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_c71ff156a2dbc536d952eb2cac5e3537 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa89159b60c24615948ac7d49a4299be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19b07cd1506ff095c9de8c89d4a68b31 = $(`<div id="html_19b07cd1506ff095c9de8c89d4a68b31" style="width: 100.0%; height: 100.0%;">relay.og.coop</div>`)[0];
|
|
popup_fa89159b60c24615948ac7d49a4299be.setContent(html_19b07cd1506ff095c9de8c89d4a68b31);
|
|
|
|
|
|
|
|
marker_25884ac3d8c44c0d834a95622f5859dd.bindPopup(popup_fa89159b60c24615948ac7d49a4299be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25884ac3d8c44c0d834a95622f5859dd.setIcon(icon_c71ff156a2dbc536d952eb2cac5e3537);
|
|
|
|
|
|
var marker_6fe150eb21988db5f6c3b4f29eab12c1 = L.marker(
|
|
[45.5019, -73.5674],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_0a0a5bb96428f1661de0dad9eb052611 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_500ee6fe85609a3ba47d8b5c386a88e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efa40599e2bfffdd17f6e6de62fe236c = $(`<div id="html_efa40599e2bfffdd17f6e6de62fe236c" style="width: 100.0%; height: 100.0%;">nostr-server-production.up.railway.app</div>`)[0];
|
|
popup_500ee6fe85609a3ba47d8b5c386a88e6.setContent(html_efa40599e2bfffdd17f6e6de62fe236c);
|
|
|
|
|
|
|
|
marker_6fe150eb21988db5f6c3b4f29eab12c1.bindPopup(popup_500ee6fe85609a3ba47d8b5c386a88e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fe150eb21988db5f6c3b4f29eab12c1.setIcon(icon_0a0a5bb96428f1661de0dad9eb052611);
|
|
|
|
|
|
var marker_270edb1e438dc39b49d22e3031adf64e = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_6329249738a228c55ba9d2dc21d950c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f968619ed1342b0ca6419bb3cd35c0a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9d18f2a3bcbecc8367c735701a03b8a = $(`<div id="html_a9d18f2a3bcbecc8367c735701a03b8a" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_f968619ed1342b0ca6419bb3cd35c0a1.setContent(html_a9d18f2a3bcbecc8367c735701a03b8a);
|
|
|
|
|
|
|
|
marker_270edb1e438dc39b49d22e3031adf64e.bindPopup(popup_f968619ed1342b0ca6419bb3cd35c0a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_270edb1e438dc39b49d22e3031adf64e.setIcon(icon_6329249738a228c55ba9d2dc21d950c8);
|
|
|
|
|
|
var marker_cc0321e05aa2875b44b5e2c439ba4f44 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_992e817628214e8f630dbffdc2f6eef2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ce797cbe9b0d48ffb2c35158954121c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c40c87dc342d55c8aefacdb15dc9a0b1 = $(`<div id="html_c40c87dc342d55c8aefacdb15dc9a0b1" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_8ce797cbe9b0d48ffb2c35158954121c.setContent(html_c40c87dc342d55c8aefacdb15dc9a0b1);
|
|
|
|
|
|
|
|
marker_cc0321e05aa2875b44b5e2c439ba4f44.bindPopup(popup_8ce797cbe9b0d48ffb2c35158954121c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc0321e05aa2875b44b5e2c439ba4f44.setIcon(icon_992e817628214e8f630dbffdc2f6eef2);
|
|
|
|
|
|
var marker_23aaaceb0a1c6be980752f470bf149bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_09af5a6ac1d3c272c95d4c80614c3c9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70d33c2c67cb95857a10d23026da7719 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63345f8cc66bfe902e83b07835d99d76 = $(`<div id="html_63345f8cc66bfe902e83b07835d99d76" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_70d33c2c67cb95857a10d23026da7719.setContent(html_63345f8cc66bfe902e83b07835d99d76);
|
|
|
|
|
|
|
|
marker_23aaaceb0a1c6be980752f470bf149bf.bindPopup(popup_70d33c2c67cb95857a10d23026da7719)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23aaaceb0a1c6be980752f470bf149bf.setIcon(icon_09af5a6ac1d3c272c95d4c80614c3c9d);
|
|
|
|
|
|
var marker_cd9e24541902e14bc4283be1aa1048c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_65f63e23b4aa368ee97809998a449cd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_690b5545a756380c8317747a4787e141 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1a30f119027908eeef8f915845734c8 = $(`<div id="html_e1a30f119027908eeef8f915845734c8" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_690b5545a756380c8317747a4787e141.setContent(html_e1a30f119027908eeef8f915845734c8);
|
|
|
|
|
|
|
|
marker_cd9e24541902e14bc4283be1aa1048c5.bindPopup(popup_690b5545a756380c8317747a4787e141)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd9e24541902e14bc4283be1aa1048c5.setIcon(icon_65f63e23b4aa368ee97809998a449cd9);
|
|
|
|
|
|
var marker_c8c9e9516a0dd8374c7cfd76f81aa067 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_45d2ba67c309c63cae5698bf899e9d68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78c3a6c312276ac614c685722b52e7e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6f74dd8c5723727ae57bbd34077e265 = $(`<div id="html_d6f74dd8c5723727ae57bbd34077e265" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_78c3a6c312276ac614c685722b52e7e2.setContent(html_d6f74dd8c5723727ae57bbd34077e265);
|
|
|
|
|
|
|
|
marker_c8c9e9516a0dd8374c7cfd76f81aa067.bindPopup(popup_78c3a6c312276ac614c685722b52e7e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8c9e9516a0dd8374c7cfd76f81aa067.setIcon(icon_45d2ba67c309c63cae5698bf899e9d68);
|
|
|
|
|
|
var marker_e22ba60f412272b9a9f4a97ce3ef4942 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_099bbacc0d1bee2f4dceb4a3e2fc2938 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8afdd9e9af036a2587884015861ce79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a5ec2f6bae3a17813fd91f04bb9f875 = $(`<div id="html_3a5ec2f6bae3a17813fd91f04bb9f875" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_c8afdd9e9af036a2587884015861ce79.setContent(html_3a5ec2f6bae3a17813fd91f04bb9f875);
|
|
|
|
|
|
|
|
marker_e22ba60f412272b9a9f4a97ce3ef4942.bindPopup(popup_c8afdd9e9af036a2587884015861ce79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e22ba60f412272b9a9f4a97ce3ef4942.setIcon(icon_099bbacc0d1bee2f4dceb4a3e2fc2938);
|
|
|
|
|
|
var marker_c344958aa6b2dde050319f93fc6347e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_98c2120f416b01aec2966efb869cb50e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3a26537b89b5f5ae8617b808870621f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d82d3ec2d42708b70a86a4e1b398cbf8 = $(`<div id="html_d82d3ec2d42708b70a86a4e1b398cbf8" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_a3a26537b89b5f5ae8617b808870621f.setContent(html_d82d3ec2d42708b70a86a4e1b398cbf8);
|
|
|
|
|
|
|
|
marker_c344958aa6b2dde050319f93fc6347e4.bindPopup(popup_a3a26537b89b5f5ae8617b808870621f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c344958aa6b2dde050319f93fc6347e4.setIcon(icon_98c2120f416b01aec2966efb869cb50e);
|
|
|
|
|
|
var marker_f7115e5e3bae68fb9e32ed0037bd30ee = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_472319f55ce7ea69f0aa0ce423bb87e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ad136fc09dc4bf4d4c25446d4e9c46a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2fb2381a4695e0fb4160cba8cce101a = $(`<div id="html_a2fb2381a4695e0fb4160cba8cce101a" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_3ad136fc09dc4bf4d4c25446d4e9c46a.setContent(html_a2fb2381a4695e0fb4160cba8cce101a);
|
|
|
|
|
|
|
|
marker_f7115e5e3bae68fb9e32ed0037bd30ee.bindPopup(popup_3ad136fc09dc4bf4d4c25446d4e9c46a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7115e5e3bae68fb9e32ed0037bd30ee.setIcon(icon_472319f55ce7ea69f0aa0ce423bb87e8);
|
|
|
|
|
|
var marker_c143f6ed6e11d27125129fbdf28a6c03 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_f823b2abfd258a57254f581943975149 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c17caefadbfa754ecb696e7d144b7af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f225ae3cb94ea74b65caf2482373ff3f = $(`<div id="html_f225ae3cb94ea74b65caf2482373ff3f" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_4c17caefadbfa754ecb696e7d144b7af.setContent(html_f225ae3cb94ea74b65caf2482373ff3f);
|
|
|
|
|
|
|
|
marker_c143f6ed6e11d27125129fbdf28a6c03.bindPopup(popup_4c17caefadbfa754ecb696e7d144b7af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c143f6ed6e11d27125129fbdf28a6c03.setIcon(icon_f823b2abfd258a57254f581943975149);
|
|
|
|
|
|
var marker_dd9330f98f45c2a1b6fe25747f36f880 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_94562f3e6e156593c684eb24c3e137a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d1a70ef93f90827a8cdc81c7f163029 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2df9ca448dd49a865f39d3750670953d = $(`<div id="html_2df9ca448dd49a865f39d3750670953d" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_4d1a70ef93f90827a8cdc81c7f163029.setContent(html_2df9ca448dd49a865f39d3750670953d);
|
|
|
|
|
|
|
|
marker_dd9330f98f45c2a1b6fe25747f36f880.bindPopup(popup_4d1a70ef93f90827a8cdc81c7f163029)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd9330f98f45c2a1b6fe25747f36f880.setIcon(icon_94562f3e6e156593c684eb24c3e137a4);
|
|
|
|
|
|
var marker_2670830374123ef92b6eb8fdfd101b07 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_ee466c48b2eeb2051cbd54e0619123e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39f969a1e6cf659a64ca1c31d248cde4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71bcf38d5609be1f1bdcb4ef686ba2ef = $(`<div id="html_71bcf38d5609be1f1bdcb4ef686ba2ef" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_39f969a1e6cf659a64ca1c31d248cde4.setContent(html_71bcf38d5609be1f1bdcb4ef686ba2ef);
|
|
|
|
|
|
|
|
marker_2670830374123ef92b6eb8fdfd101b07.bindPopup(popup_39f969a1e6cf659a64ca1c31d248cde4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2670830374123ef92b6eb8fdfd101b07.setIcon(icon_ee466c48b2eeb2051cbd54e0619123e6);
|
|
|
|
|
|
var marker_8acdee7d4df12403ef296994278401ec = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_eef143e5ed84b2a946c51256684130c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60d9001142b1e4c3d4bafa03be4d57f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d481658acbc6daff827020b37692bb7 = $(`<div id="html_0d481658acbc6daff827020b37692bb7" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_60d9001142b1e4c3d4bafa03be4d57f2.setContent(html_0d481658acbc6daff827020b37692bb7);
|
|
|
|
|
|
|
|
marker_8acdee7d4df12403ef296994278401ec.bindPopup(popup_60d9001142b1e4c3d4bafa03be4d57f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8acdee7d4df12403ef296994278401ec.setIcon(icon_eef143e5ed84b2a946c51256684130c4);
|
|
|
|
|
|
var marker_9ffaccfd59e5d0b449ff34ef025ff45f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5f549bc4b2cb0d13e2f2b00fe5112af8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fdd5250e6bbf8d6c6719f456c4a3ad8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_631488a825e8a4a514192fa237bc006b = $(`<div id="html_631488a825e8a4a514192fa237bc006b" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_5fdd5250e6bbf8d6c6719f456c4a3ad8.setContent(html_631488a825e8a4a514192fa237bc006b);
|
|
|
|
|
|
|
|
marker_9ffaccfd59e5d0b449ff34ef025ff45f.bindPopup(popup_5fdd5250e6bbf8d6c6719f456c4a3ad8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ffaccfd59e5d0b449ff34ef025ff45f.setIcon(icon_5f549bc4b2cb0d13e2f2b00fe5112af8);
|
|
|
|
|
|
var marker_f35371c146810bff0093cddedaebf567 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_88e7c485e4fbcbe5432782c3411c1bfa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea5e4076f502faad0911d03dc622cd03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe6ca93ed3c153fab8dd783fd0d17d01 = $(`<div id="html_fe6ca93ed3c153fab8dd783fd0d17d01" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_ea5e4076f502faad0911d03dc622cd03.setContent(html_fe6ca93ed3c153fab8dd783fd0d17d01);
|
|
|
|
|
|
|
|
marker_f35371c146810bff0093cddedaebf567.bindPopup(popup_ea5e4076f502faad0911d03dc622cd03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f35371c146810bff0093cddedaebf567.setIcon(icon_88e7c485e4fbcbe5432782c3411c1bfa);
|
|
|
|
|
|
var marker_19237149dc9df098faff44c3c2abb038 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_dc46a7f9425a92726c80809daa6041fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77249f07bb0c0193eb770141411fdd80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c620cbd41eaed02e58727b903dd939bd = $(`<div id="html_c620cbd41eaed02e58727b903dd939bd" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_77249f07bb0c0193eb770141411fdd80.setContent(html_c620cbd41eaed02e58727b903dd939bd);
|
|
|
|
|
|
|
|
marker_19237149dc9df098faff44c3c2abb038.bindPopup(popup_77249f07bb0c0193eb770141411fdd80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19237149dc9df098faff44c3c2abb038.setIcon(icon_dc46a7f9425a92726c80809daa6041fe);
|
|
|
|
|
|
var marker_b431720cdd3e94ff05f05c0c42bd3099 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_b7f1a2f6b3b33a07dba080ce97718d28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c4a6c8edf010459d737387f77be16d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc837c232c620c0c71ee140d372ac438 = $(`<div id="html_fc837c232c620c0c71ee140d372ac438" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_9c4a6c8edf010459d737387f77be16d3.setContent(html_fc837c232c620c0c71ee140d372ac438);
|
|
|
|
|
|
|
|
marker_b431720cdd3e94ff05f05c0c42bd3099.bindPopup(popup_9c4a6c8edf010459d737387f77be16d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b431720cdd3e94ff05f05c0c42bd3099.setIcon(icon_b7f1a2f6b3b33a07dba080ce97718d28);
|
|
|
|
|
|
var marker_e196af7fc6c64c744e34ae5e4df000d7 = L.marker(
|
|
[52.3947, 4.66399],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_dd1fb1fa6813f7cd9c194987b0d5043e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e42f574ada8383e8ebb431e2ee7dc1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8b4d3087194be407fbb9dfa5d23700f = $(`<div id="html_f8b4d3087194be407fbb9dfa5d23700f" style="width: 100.0%; height: 100.0%;">pyramid.nostr.technology</div>`)[0];
|
|
popup_2e42f574ada8383e8ebb431e2ee7dc1a.setContent(html_f8b4d3087194be407fbb9dfa5d23700f);
|
|
|
|
|
|
|
|
marker_e196af7fc6c64c744e34ae5e4df000d7.bindPopup(popup_2e42f574ada8383e8ebb431e2ee7dc1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e196af7fc6c64c744e34ae5e4df000d7.setIcon(icon_dd1fb1fa6813f7cd9c194987b0d5043e);
|
|
|
|
|
|
var marker_123d5c2faf380a285e83c50fd5b5c234 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_e893777afb529e00b2d28b2a5a99d0e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bd27a7f506385653aa6e0b9988c96e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1055d0767fddcc8337d592e2cf4e5d2 = $(`<div id="html_b1055d0767fddcc8337d592e2cf4e5d2" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_4bd27a7f506385653aa6e0b9988c96e1.setContent(html_b1055d0767fddcc8337d592e2cf4e5d2);
|
|
|
|
|
|
|
|
marker_123d5c2faf380a285e83c50fd5b5c234.bindPopup(popup_4bd27a7f506385653aa6e0b9988c96e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_123d5c2faf380a285e83c50fd5b5c234.setIcon(icon_e893777afb529e00b2d28b2a5a99d0e0);
|
|
|
|
|
|
var marker_76c20f9a47dda341afc9fab3bd387405 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5e99fe8e763b6901180f8ac86061941e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c26db8a2063448a396ecf6488b2250b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e5eac624d6874eb7309f053bb1c2b44 = $(`<div id="html_7e5eac624d6874eb7309f053bb1c2b44" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_c26db8a2063448a396ecf6488b2250b7.setContent(html_7e5eac624d6874eb7309f053bb1c2b44);
|
|
|
|
|
|
|
|
marker_76c20f9a47dda341afc9fab3bd387405.bindPopup(popup_c26db8a2063448a396ecf6488b2250b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76c20f9a47dda341afc9fab3bd387405.setIcon(icon_5e99fe8e763b6901180f8ac86061941e);
|
|
|
|
|
|
var marker_f398e3acf13e2244c0353a3b0c7594fa = L.marker(
|
|
[47.0151, 6.98832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_1db8cfe51c215cd760b37d93ca8a99d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_339792ff972504eceb9ea851bf80dd13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5101b90d97fc1f1cf6ad687980349a7 = $(`<div id="html_c5101b90d97fc1f1cf6ad687980349a7" style="width: 100.0%; height: 100.0%;">nestr.nedao.ch</div>`)[0];
|
|
popup_339792ff972504eceb9ea851bf80dd13.setContent(html_c5101b90d97fc1f1cf6ad687980349a7);
|
|
|
|
|
|
|
|
marker_f398e3acf13e2244c0353a3b0c7594fa.bindPopup(popup_339792ff972504eceb9ea851bf80dd13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f398e3acf13e2244c0353a3b0c7594fa.setIcon(icon_1db8cfe51c215cd760b37d93ca8a99d5);
|
|
|
|
|
|
var marker_5cc7c8ee0d7f3ddfc5a36c016ea21ad0 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_3364a6a1e24f45a66c1f70771f0db27c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_078c457c1500f38fb78f19ab304fa569 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6225e2ad3b64703a00db789697387b32 = $(`<div id="html_6225e2ad3b64703a00db789697387b32" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_078c457c1500f38fb78f19ab304fa569.setContent(html_6225e2ad3b64703a00db789697387b32);
|
|
|
|
|
|
|
|
marker_5cc7c8ee0d7f3ddfc5a36c016ea21ad0.bindPopup(popup_078c457c1500f38fb78f19ab304fa569)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cc7c8ee0d7f3ddfc5a36c016ea21ad0.setIcon(icon_3364a6a1e24f45a66c1f70771f0db27c);
|
|
|
|
|
|
var marker_38427050bca3dfe41feb2467ccf1ac5b = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_67cf9aad83395ffeeb223203abe16aea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60be819d69fcac0299c74439b7bab206 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92d83b32c55cdc51200c38974a962020 = $(`<div id="html_92d83b32c55cdc51200c38974a962020" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_60be819d69fcac0299c74439b7bab206.setContent(html_92d83b32c55cdc51200c38974a962020);
|
|
|
|
|
|
|
|
marker_38427050bca3dfe41feb2467ccf1ac5b.bindPopup(popup_60be819d69fcac0299c74439b7bab206)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38427050bca3dfe41feb2467ccf1ac5b.setIcon(icon_67cf9aad83395ffeeb223203abe16aea);
|
|
|
|
|
|
var marker_631f79e0e4593f8988882e14adb2e1e9 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_8a7728f5633ceff3028d74995fcd54b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42b8cd4ab51b534d10a87353bfc8b30b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b6ee211816ef387a22935e11df24aba = $(`<div id="html_3b6ee211816ef387a22935e11df24aba" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_42b8cd4ab51b534d10a87353bfc8b30b.setContent(html_3b6ee211816ef387a22935e11df24aba);
|
|
|
|
|
|
|
|
marker_631f79e0e4593f8988882e14adb2e1e9.bindPopup(popup_42b8cd4ab51b534d10a87353bfc8b30b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_631f79e0e4593f8988882e14adb2e1e9.setIcon(icon_8a7728f5633ceff3028d74995fcd54b6);
|
|
|
|
|
|
var marker_93f5ea08457c005d623d67e118299b25 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5bebd321c6ed9bbce7fc3bffcf2e10f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bac51886ce6801ee3a8a3f950606522 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b842cf106aa7a16add3752c1c7323e52 = $(`<div id="html_b842cf106aa7a16add3752c1c7323e52" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_2bac51886ce6801ee3a8a3f950606522.setContent(html_b842cf106aa7a16add3752c1c7323e52);
|
|
|
|
|
|
|
|
marker_93f5ea08457c005d623d67e118299b25.bindPopup(popup_2bac51886ce6801ee3a8a3f950606522)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93f5ea08457c005d623d67e118299b25.setIcon(icon_5bebd321c6ed9bbce7fc3bffcf2e10f6);
|
|
|
|
|
|
var marker_fbc63fbf6e32c2bca6b673e752bc0d27 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_53dfa1cded6042ccc65bf518a7bdd6c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56067bc27cab7504604eccc130354ee4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa036e701ed9f64137b68c465bebebcb = $(`<div id="html_fa036e701ed9f64137b68c465bebebcb" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_56067bc27cab7504604eccc130354ee4.setContent(html_fa036e701ed9f64137b68c465bebebcb);
|
|
|
|
|
|
|
|
marker_fbc63fbf6e32c2bca6b673e752bc0d27.bindPopup(popup_56067bc27cab7504604eccc130354ee4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbc63fbf6e32c2bca6b673e752bc0d27.setIcon(icon_53dfa1cded6042ccc65bf518a7bdd6c5);
|
|
|
|
|
|
var marker_a21ae8e33568e7fedf5358e87f56276a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_abf270be6937a74dc327441abeffbd51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d7c2c7ab0398643fa36c5f4e84dcf9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f8286393f0206f723d4c8a0c838d503 = $(`<div id="html_8f8286393f0206f723d4c8a0c838d503" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_7d7c2c7ab0398643fa36c5f4e84dcf9e.setContent(html_8f8286393f0206f723d4c8a0c838d503);
|
|
|
|
|
|
|
|
marker_a21ae8e33568e7fedf5358e87f56276a.bindPopup(popup_7d7c2c7ab0398643fa36c5f4e84dcf9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a21ae8e33568e7fedf5358e87f56276a.setIcon(icon_abf270be6937a74dc327441abeffbd51);
|
|
|
|
|
|
var marker_53ad0a9f4e0e101a1960a7558f16f7ad = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_6cd20702e72592b925bc9959530a99bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34393cf7e2139d72b3aff4ae86138be5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7cf096a017b69cc590754fb59bf7a3a = $(`<div id="html_e7cf096a017b69cc590754fb59bf7a3a" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_34393cf7e2139d72b3aff4ae86138be5.setContent(html_e7cf096a017b69cc590754fb59bf7a3a);
|
|
|
|
|
|
|
|
marker_53ad0a9f4e0e101a1960a7558f16f7ad.bindPopup(popup_34393cf7e2139d72b3aff4ae86138be5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53ad0a9f4e0e101a1960a7558f16f7ad.setIcon(icon_6cd20702e72592b925bc9959530a99bd);
|
|
|
|
|
|
var marker_dc64950b4972430a72a2258da7076dfe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_b02c4dda06a9fe903989fb8ec2a86aac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c098ee0f945735fec623c6d66390ef8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35c7970ca4680cbbd66581eeb51db89b = $(`<div id="html_35c7970ca4680cbbd66581eeb51db89b" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_c098ee0f945735fec623c6d66390ef8b.setContent(html_35c7970ca4680cbbd66581eeb51db89b);
|
|
|
|
|
|
|
|
marker_dc64950b4972430a72a2258da7076dfe.bindPopup(popup_c098ee0f945735fec623c6d66390ef8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc64950b4972430a72a2258da7076dfe.setIcon(icon_b02c4dda06a9fe903989fb8ec2a86aac);
|
|
|
|
|
|
var marker_f63d6f8060b9e7290404f3ffaffc992b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_df1a512877fea155e13a7ad912b81b5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59665d30a9a155a6117a2270ab5c1c0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3932088b28b05201682a3a0bf4428b7d = $(`<div id="html_3932088b28b05201682a3a0bf4428b7d" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_59665d30a9a155a6117a2270ab5c1c0a.setContent(html_3932088b28b05201682a3a0bf4428b7d);
|
|
|
|
|
|
|
|
marker_f63d6f8060b9e7290404f3ffaffc992b.bindPopup(popup_59665d30a9a155a6117a2270ab5c1c0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f63d6f8060b9e7290404f3ffaffc992b.setIcon(icon_df1a512877fea155e13a7ad912b81b5c);
|
|
|
|
|
|
var marker_a732c314bae360760acdc6089b9bd50a = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_5569677ba784fcfe638c976012fbba9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7bae19889cd7460543f0f2a8aea24b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22fc84ac3eea7daa5e278de9bbd93689 = $(`<div id="html_22fc84ac3eea7daa5e278de9bbd93689" style="width: 100.0%; height: 100.0%;">relay.bitmacro.io</div>`)[0];
|
|
popup_f7bae19889cd7460543f0f2a8aea24b1.setContent(html_22fc84ac3eea7daa5e278de9bbd93689);
|
|
|
|
|
|
|
|
marker_a732c314bae360760acdc6089b9bd50a.bindPopup(popup_f7bae19889cd7460543f0f2a8aea24b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a732c314bae360760acdc6089b9bd50a.setIcon(icon_5569677ba784fcfe638c976012fbba9f);
|
|
|
|
|
|
var marker_b58f1c2283598697b9e7779408753aeb = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_035d6bcc8823059ad41284dc4058c970 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31333b867b7722209c26dbcbd04c1142 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9375e08321d451d1b22fa394adc4b7d1 = $(`<div id="html_9375e08321d451d1b22fa394adc4b7d1" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_31333b867b7722209c26dbcbd04c1142.setContent(html_9375e08321d451d1b22fa394adc4b7d1);
|
|
|
|
|
|
|
|
marker_b58f1c2283598697b9e7779408753aeb.bindPopup(popup_31333b867b7722209c26dbcbd04c1142)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b58f1c2283598697b9e7779408753aeb.setIcon(icon_035d6bcc8823059ad41284dc4058c970);
|
|
|
|
|
|
var marker_2575784861aab9ac411c3a8fb448a3c8 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_43b825a3eae9fa0bfc82b06ae3b7d98b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_872d34ca2c97cddcd035817a780c8923 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3536387d8bc190ed5e321728188af8b = $(`<div id="html_d3536387d8bc190ed5e321728188af8b" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_872d34ca2c97cddcd035817a780c8923.setContent(html_d3536387d8bc190ed5e321728188af8b);
|
|
|
|
|
|
|
|
marker_2575784861aab9ac411c3a8fb448a3c8.bindPopup(popup_872d34ca2c97cddcd035817a780c8923)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2575784861aab9ac411c3a8fb448a3c8.setIcon(icon_43b825a3eae9fa0bfc82b06ae3b7d98b);
|
|
|
|
|
|
var marker_5d69475fb361bd0e7b3ca915865f41f5 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_381037932eadbf22df883ac41e4042ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e77f807c910bbb8e3b48b82464bb8e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72da0f9719085f8130379277cc9da0fb = $(`<div id="html_72da0f9719085f8130379277cc9da0fb" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_6e77f807c910bbb8e3b48b82464bb8e1.setContent(html_72da0f9719085f8130379277cc9da0fb);
|
|
|
|
|
|
|
|
marker_5d69475fb361bd0e7b3ca915865f41f5.bindPopup(popup_6e77f807c910bbb8e3b48b82464bb8e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d69475fb361bd0e7b3ca915865f41f5.setIcon(icon_381037932eadbf22df883ac41e4042ea);
|
|
|
|
|
|
var marker_8d71f41ee9967395f595a547753e1687 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_768d03b038d055758167e6f7fcd9f752 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f902a04e9548a4968b272ec93eac058 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4be3acb2e87b3a2c37b668d9c2147be5 = $(`<div id="html_4be3acb2e87b3a2c37b668d9c2147be5" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_0f902a04e9548a4968b272ec93eac058.setContent(html_4be3acb2e87b3a2c37b668d9c2147be5);
|
|
|
|
|
|
|
|
marker_8d71f41ee9967395f595a547753e1687.bindPopup(popup_0f902a04e9548a4968b272ec93eac058)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d71f41ee9967395f595a547753e1687.setIcon(icon_768d03b038d055758167e6f7fcd9f752);
|
|
|
|
|
|
var marker_53296ec3db89b2a50c4aef1ed78f8604 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_06e9c3edc8ede3c562665f733599cb9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7145afb3f68ea6e93d547ca2b1834952 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_934b58431023f33571cd1a0e422b3e83 = $(`<div id="html_934b58431023f33571cd1a0e422b3e83" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_7145afb3f68ea6e93d547ca2b1834952.setContent(html_934b58431023f33571cd1a0e422b3e83);
|
|
|
|
|
|
|
|
marker_53296ec3db89b2a50c4aef1ed78f8604.bindPopup(popup_7145afb3f68ea6e93d547ca2b1834952)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53296ec3db89b2a50c4aef1ed78f8604.setIcon(icon_06e9c3edc8ede3c562665f733599cb9d);
|
|
|
|
|
|
var marker_9373364fee6aa382bea2878df6a3d12e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e8a0350acebfa655fb3f84c258d6568);
|
|
|
|
|
|
var icon_cdea0c9ce92bbdce53100623b7184c37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bbdbf3575927f84db8354a47848c2e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08439126c4a05a3e0a481a6eae226917 = $(`<div id="html_08439126c4a05a3e0a481a6eae226917" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_2bbdbf3575927f84db8354a47848c2e6.setContent(html_08439126c4a05a3e0a481a6eae226917);
|
|
|
|
|
|
|
|
marker_9373364fee6aa382bea2878df6a3d12e.bindPopup(popup_2bbdbf3575927f84db8354a47848c2e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9373364fee6aa382bea2878df6a3d12e.setIcon(icon_cdea0c9ce92bbdce53100623b7184c37);
|
|
|
|
|
|
marker_cluster_6e8a0350acebfa655fb3f84c258d6568.addTo(map_23608f90d814b094fd63f20fff273bbd);
|
|
|
|
</script>
|
|
</html> |