mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 13:45:19 +00:00
11095 lines
323 KiB
HTML
11095 lines
323 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_0c887dc141c4da770271d8534c16b2c2 {
|
|
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_0c887dc141c4da770271d8534c16b2c2" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_0c887dc141c4da770271d8534c16b2c2 = L.map(
|
|
"map_0c887dc141c4da770271d8534c16b2c2",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_e26c144b714d17f591b561243d28288c = 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_e26c144b714d17f591b561243d28288c.addTo(map_0c887dc141c4da770271d8534c16b2c2);
|
|
|
|
|
|
var marker_cluster_6e091a8067cab08c000229620fcd81a3 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_2b63f69927db40ccd5ae92fb8498e6bf = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_eda3c9f5b68efbd7948f946c431e3353 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54bab14a07e66b8c5715f4e98cdc0ac3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d712ecd46e983494ea54ce19dc9eda4 = $(`<div id="html_7d712ecd46e983494ea54ce19dc9eda4" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_54bab14a07e66b8c5715f4e98cdc0ac3.setContent(html_7d712ecd46e983494ea54ce19dc9eda4);
|
|
|
|
|
|
|
|
marker_2b63f69927db40ccd5ae92fb8498e6bf.bindPopup(popup_54bab14a07e66b8c5715f4e98cdc0ac3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b63f69927db40ccd5ae92fb8498e6bf.setIcon(icon_eda3c9f5b68efbd7948f946c431e3353);
|
|
|
|
|
|
var marker_e126a7eede9d4d6427ace108448bd216 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_eaf4f7b29952d9c4bc437cbb05fe65c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_561281104f5c2db089a88b6cd12a0659 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66769c66028c3a20170a7a6062559985 = $(`<div id="html_66769c66028c3a20170a7a6062559985" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_561281104f5c2db089a88b6cd12a0659.setContent(html_66769c66028c3a20170a7a6062559985);
|
|
|
|
|
|
|
|
marker_e126a7eede9d4d6427ace108448bd216.bindPopup(popup_561281104f5c2db089a88b6cd12a0659)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e126a7eede9d4d6427ace108448bd216.setIcon(icon_eaf4f7b29952d9c4bc437cbb05fe65c7);
|
|
|
|
|
|
var marker_3b08890159294dfde617b81f0dcde79e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_cd2e18fdc03012a975ce8395b5ae93c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0eebf6c95badc647a33956f83a43e773 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9028b356288c5ad3b228d93e815059c = $(`<div id="html_e9028b356288c5ad3b228d93e815059c" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_0eebf6c95badc647a33956f83a43e773.setContent(html_e9028b356288c5ad3b228d93e815059c);
|
|
|
|
|
|
|
|
marker_3b08890159294dfde617b81f0dcde79e.bindPopup(popup_0eebf6c95badc647a33956f83a43e773)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b08890159294dfde617b81f0dcde79e.setIcon(icon_cd2e18fdc03012a975ce8395b5ae93c4);
|
|
|
|
|
|
var marker_6ac1bd428b2df6f026ee78c4c1a10714 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_25e8ef0aaa8f7c59a266dd8d54912cc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5a2d771c2045ad6ac3e0239d7796df4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_522aa0e60172b91137ca9c6defbb9be8 = $(`<div id="html_522aa0e60172b91137ca9c6defbb9be8" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_b5a2d771c2045ad6ac3e0239d7796df4.setContent(html_522aa0e60172b91137ca9c6defbb9be8);
|
|
|
|
|
|
|
|
marker_6ac1bd428b2df6f026ee78c4c1a10714.bindPopup(popup_b5a2d771c2045ad6ac3e0239d7796df4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ac1bd428b2df6f026ee78c4c1a10714.setIcon(icon_25e8ef0aaa8f7c59a266dd8d54912cc1);
|
|
|
|
|
|
var marker_0bba9be1995dd1239d810f9aa44e763f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_3edf75761f36ee0c2c49853a838f7dfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96bdfc3313e90e914cd15dec1f8ad502 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66105dd51c6a6783327ca3e6f2b91daa = $(`<div id="html_66105dd51c6a6783327ca3e6f2b91daa" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_96bdfc3313e90e914cd15dec1f8ad502.setContent(html_66105dd51c6a6783327ca3e6f2b91daa);
|
|
|
|
|
|
|
|
marker_0bba9be1995dd1239d810f9aa44e763f.bindPopup(popup_96bdfc3313e90e914cd15dec1f8ad502)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bba9be1995dd1239d810f9aa44e763f.setIcon(icon_3edf75761f36ee0c2c49853a838f7dfd);
|
|
|
|
|
|
var marker_b524ecf77fd362096b101316fed7abed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_bcb92be8c390aa4926917d6649383703 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d7664c3be107b549f8a03b2e54c6016 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d2500995e2ae977d0e9f99e2a4c85b4 = $(`<div id="html_7d2500995e2ae977d0e9f99e2a4c85b4" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_1d7664c3be107b549f8a03b2e54c6016.setContent(html_7d2500995e2ae977d0e9f99e2a4c85b4);
|
|
|
|
|
|
|
|
marker_b524ecf77fd362096b101316fed7abed.bindPopup(popup_1d7664c3be107b549f8a03b2e54c6016)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b524ecf77fd362096b101316fed7abed.setIcon(icon_bcb92be8c390aa4926917d6649383703);
|
|
|
|
|
|
var marker_ad12133b5591fb7875f864d05a0c14cb = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_6c2eb7ef00f9f46bf1602fbc1962e080 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59c2d479a3ff6e349e29f5d8e4aadbdc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f203ced659f4d60a6433d8964786c5c2 = $(`<div id="html_f203ced659f4d60a6433d8964786c5c2" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_59c2d479a3ff6e349e29f5d8e4aadbdc.setContent(html_f203ced659f4d60a6433d8964786c5c2);
|
|
|
|
|
|
|
|
marker_ad12133b5591fb7875f864d05a0c14cb.bindPopup(popup_59c2d479a3ff6e349e29f5d8e4aadbdc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad12133b5591fb7875f864d05a0c14cb.setIcon(icon_6c2eb7ef00f9f46bf1602fbc1962e080);
|
|
|
|
|
|
var marker_bf2e613da7e939d93b1ddd5098e440f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_712da4edc8ca55b497eabf51de7aebef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f2f240d999dcf841f4f46de1263dcbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cad58e6fc4fbe56a57b14005896bcb40 = $(`<div id="html_cad58e6fc4fbe56a57b14005896bcb40" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_5f2f240d999dcf841f4f46de1263dcbc.setContent(html_cad58e6fc4fbe56a57b14005896bcb40);
|
|
|
|
|
|
|
|
marker_bf2e613da7e939d93b1ddd5098e440f2.bindPopup(popup_5f2f240d999dcf841f4f46de1263dcbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf2e613da7e939d93b1ddd5098e440f2.setIcon(icon_712da4edc8ca55b497eabf51de7aebef);
|
|
|
|
|
|
var marker_39ff2501dc0e3387b0372d56fdfdadc2 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_5632fae78559193dadd9dc4654a01dc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cd796a7ce8c1bf5c2a0797555d2197f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_094f1b236b8671b5c13ebe204de38256 = $(`<div id="html_094f1b236b8671b5c13ebe204de38256" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_0cd796a7ce8c1bf5c2a0797555d2197f.setContent(html_094f1b236b8671b5c13ebe204de38256);
|
|
|
|
|
|
|
|
marker_39ff2501dc0e3387b0372d56fdfdadc2.bindPopup(popup_0cd796a7ce8c1bf5c2a0797555d2197f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39ff2501dc0e3387b0372d56fdfdadc2.setIcon(icon_5632fae78559193dadd9dc4654a01dc0);
|
|
|
|
|
|
var marker_350a7ace9c8089903c9037df6ede5d53 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_4892fb7e8925621e57ea5b36b1d942f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b81526961d3b5dcf77fcf33ce83eb976 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d007911d756b8a22e16317774c2204d = $(`<div id="html_7d007911d756b8a22e16317774c2204d" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_b81526961d3b5dcf77fcf33ce83eb976.setContent(html_7d007911d756b8a22e16317774c2204d);
|
|
|
|
|
|
|
|
marker_350a7ace9c8089903c9037df6ede5d53.bindPopup(popup_b81526961d3b5dcf77fcf33ce83eb976)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_350a7ace9c8089903c9037df6ede5d53.setIcon(icon_4892fb7e8925621e57ea5b36b1d942f4);
|
|
|
|
|
|
var marker_df24c67bfb5a743f37f1f2987af7ff1e = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_97db060a5686254264fef411b26307ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8142dea9ff31e4a5e31ba77e2400cd84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c5f881d0044eb0f6592f1ebcf2ed48f = $(`<div id="html_6c5f881d0044eb0f6592f1ebcf2ed48f" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_8142dea9ff31e4a5e31ba77e2400cd84.setContent(html_6c5f881d0044eb0f6592f1ebcf2ed48f);
|
|
|
|
|
|
|
|
marker_df24c67bfb5a743f37f1f2987af7ff1e.bindPopup(popup_8142dea9ff31e4a5e31ba77e2400cd84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df24c67bfb5a743f37f1f2987af7ff1e.setIcon(icon_97db060a5686254264fef411b26307ce);
|
|
|
|
|
|
var marker_74105857565a96deb23bd54a9f12ac50 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_548d9695ffe7cb307f4ec7fc1b4233b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5123f85620a0495adefff13e540dc44e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb2281dbc15d6d2ce23f4b38db7a10e4 = $(`<div id="html_fb2281dbc15d6d2ce23f4b38db7a10e4" style="width: 100.0%; height: 100.0%;">orly.musiquay.org</div>`)[0];
|
|
popup_5123f85620a0495adefff13e540dc44e.setContent(html_fb2281dbc15d6d2ce23f4b38db7a10e4);
|
|
|
|
|
|
|
|
marker_74105857565a96deb23bd54a9f12ac50.bindPopup(popup_5123f85620a0495adefff13e540dc44e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74105857565a96deb23bd54a9f12ac50.setIcon(icon_548d9695ffe7cb307f4ec7fc1b4233b2);
|
|
|
|
|
|
var marker_2db17c35b1987e19a6197b5c0a72f9e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_67df24e9baab9ab8c5e0f174ae744960 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fb46f41cc16edaeaeff51734c1d7b53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cc9d6b937da0849fb49c94807005448 = $(`<div id="html_7cc9d6b937da0849fb49c94807005448" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_0fb46f41cc16edaeaeff51734c1d7b53.setContent(html_7cc9d6b937da0849fb49c94807005448);
|
|
|
|
|
|
|
|
marker_2db17c35b1987e19a6197b5c0a72f9e9.bindPopup(popup_0fb46f41cc16edaeaeff51734c1d7b53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2db17c35b1987e19a6197b5c0a72f9e9.setIcon(icon_67df24e9baab9ab8c5e0f174ae744960);
|
|
|
|
|
|
var marker_01e9fa93999d4e662c3f50b1132d8023 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_e947199330697a6014304558b963d1fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0770e4c35e6990becccf705a0a5f477 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ad68e2631a1ef4771ec246c038bcf44 = $(`<div id="html_1ad68e2631a1ef4771ec246c038bcf44" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_a0770e4c35e6990becccf705a0a5f477.setContent(html_1ad68e2631a1ef4771ec246c038bcf44);
|
|
|
|
|
|
|
|
marker_01e9fa93999d4e662c3f50b1132d8023.bindPopup(popup_a0770e4c35e6990becccf705a0a5f477)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01e9fa93999d4e662c3f50b1132d8023.setIcon(icon_e947199330697a6014304558b963d1fd);
|
|
|
|
|
|
var marker_972b39dcdc65b66fda32f054d49c9166 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c107393b777afc2767dded16d4316df4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b69df1a6009dd655a92d0153098ea961 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a15f4e4bf31f7628705e457a17415aca = $(`<div id="html_a15f4e4bf31f7628705e457a17415aca" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_b69df1a6009dd655a92d0153098ea961.setContent(html_a15f4e4bf31f7628705e457a17415aca);
|
|
|
|
|
|
|
|
marker_972b39dcdc65b66fda32f054d49c9166.bindPopup(popup_b69df1a6009dd655a92d0153098ea961)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_972b39dcdc65b66fda32f054d49c9166.setIcon(icon_c107393b777afc2767dded16d4316df4);
|
|
|
|
|
|
var marker_ce5e22f07004ca41a959f5e21887b5e6 = L.marker(
|
|
[32.9483, -96.7299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_dc40006efb39202b3e08b77d321739bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc7e367b0d8e3a34223dc7d16d7e89bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_660b75aa56e3daf68aab18fd84cce8dc = $(`<div id="html_660b75aa56e3daf68aab18fd84cce8dc" style="width: 100.0%; height: 100.0%;">nostr.frostr.xyz</div>`)[0];
|
|
popup_dc7e367b0d8e3a34223dc7d16d7e89bd.setContent(html_660b75aa56e3daf68aab18fd84cce8dc);
|
|
|
|
|
|
|
|
marker_ce5e22f07004ca41a959f5e21887b5e6.bindPopup(popup_dc7e367b0d8e3a34223dc7d16d7e89bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce5e22f07004ca41a959f5e21887b5e6.setIcon(icon_dc40006efb39202b3e08b77d321739bc);
|
|
|
|
|
|
var marker_1aeab20bf582a33a0ba235e45675600a = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_9f6147542d87d89af3d2b4ebcaefd84a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be2bed3dcbf4bc381a812083d24ba897 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d69c21d4f034d36a78aec4a5763945c9 = $(`<div id="html_d69c21d4f034d36a78aec4a5763945c9" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_be2bed3dcbf4bc381a812083d24ba897.setContent(html_d69c21d4f034d36a78aec4a5763945c9);
|
|
|
|
|
|
|
|
marker_1aeab20bf582a33a0ba235e45675600a.bindPopup(popup_be2bed3dcbf4bc381a812083d24ba897)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1aeab20bf582a33a0ba235e45675600a.setIcon(icon_9f6147542d87d89af3d2b4ebcaefd84a);
|
|
|
|
|
|
var marker_273d7cd7cf7f64c1dec720fb158f2d55 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_644e4084eaf2e533e96ba37835299a09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad4fab96481d7364e397e4ccc1025176 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c729358630935493c3f0fb3b7f13a99 = $(`<div id="html_4c729358630935493c3f0fb3b7f13a99" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_ad4fab96481d7364e397e4ccc1025176.setContent(html_4c729358630935493c3f0fb3b7f13a99);
|
|
|
|
|
|
|
|
marker_273d7cd7cf7f64c1dec720fb158f2d55.bindPopup(popup_ad4fab96481d7364e397e4ccc1025176)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_273d7cd7cf7f64c1dec720fb158f2d55.setIcon(icon_644e4084eaf2e533e96ba37835299a09);
|
|
|
|
|
|
var marker_78bea2212703816d3b355710c02525ec = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_249fc23553a82596f9c8cdd2234f1a34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89c4918299e06db59a9e6ec2e82891b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10e101c4ac4df2e12346f8fc71cd1ead = $(`<div id="html_10e101c4ac4df2e12346f8fc71cd1ead" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_89c4918299e06db59a9e6ec2e82891b5.setContent(html_10e101c4ac4df2e12346f8fc71cd1ead);
|
|
|
|
|
|
|
|
marker_78bea2212703816d3b355710c02525ec.bindPopup(popup_89c4918299e06db59a9e6ec2e82891b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78bea2212703816d3b355710c02525ec.setIcon(icon_249fc23553a82596f9c8cdd2234f1a34);
|
|
|
|
|
|
var marker_c9bd6e774a865ea4b264fdd885f94552 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_a7cb340b978b25839bef54d3a5afcfa3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c846977e8af928ffeef36205a06785fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51204b2beb1993cea615795e592cb2ec = $(`<div id="html_51204b2beb1993cea615795e592cb2ec" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_c846977e8af928ffeef36205a06785fe.setContent(html_51204b2beb1993cea615795e592cb2ec);
|
|
|
|
|
|
|
|
marker_c9bd6e774a865ea4b264fdd885f94552.bindPopup(popup_c846977e8af928ffeef36205a06785fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9bd6e774a865ea4b264fdd885f94552.setIcon(icon_a7cb340b978b25839bef54d3a5afcfa3);
|
|
|
|
|
|
var marker_7939a237c2102e6cfbe6c6cf00ea163e = L.marker(
|
|
[60.4032, 25.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b25563a663a2bc623acc721660db3ef7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7271eb934fabe598723dcdf94f6759fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cd5f172cba8eca434a67f925c8fbfb8 = $(`<div id="html_2cd5f172cba8eca434a67f925c8fbfb8" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_7271eb934fabe598723dcdf94f6759fd.setContent(html_2cd5f172cba8eca434a67f925c8fbfb8);
|
|
|
|
|
|
|
|
marker_7939a237c2102e6cfbe6c6cf00ea163e.bindPopup(popup_7271eb934fabe598723dcdf94f6759fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7939a237c2102e6cfbe6c6cf00ea163e.setIcon(icon_b25563a663a2bc623acc721660db3ef7);
|
|
|
|
|
|
var marker_b04d013c82e12b243c17c736a639f2cd = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_2fdcea7cc31549d66f7cdbd0f34f2040 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ece23397f31ab6af1a6e492a3ba70da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a8c7e02e543771e356cff7f82d5c82a = $(`<div id="html_3a8c7e02e543771e356cff7f82d5c82a" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_5ece23397f31ab6af1a6e492a3ba70da.setContent(html_3a8c7e02e543771e356cff7f82d5c82a);
|
|
|
|
|
|
|
|
marker_b04d013c82e12b243c17c736a639f2cd.bindPopup(popup_5ece23397f31ab6af1a6e492a3ba70da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b04d013c82e12b243c17c736a639f2cd.setIcon(icon_2fdcea7cc31549d66f7cdbd0f34f2040);
|
|
|
|
|
|
var marker_c42334d8a87a360c00d536a98eba7fa8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_8ba5e95b09861af366cef9f918bd7487 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1bd38359c5af9a44ed38d239ca1936b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96caedfab592ac8c3f8b9ea9027d677f = $(`<div id="html_96caedfab592ac8c3f8b9ea9027d677f" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_e1bd38359c5af9a44ed38d239ca1936b.setContent(html_96caedfab592ac8c3f8b9ea9027d677f);
|
|
|
|
|
|
|
|
marker_c42334d8a87a360c00d536a98eba7fa8.bindPopup(popup_e1bd38359c5af9a44ed38d239ca1936b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c42334d8a87a360c00d536a98eba7fa8.setIcon(icon_8ba5e95b09861af366cef9f918bd7487);
|
|
|
|
|
|
var marker_fbe452a27bfa64898cd5ba57d6de4b09 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_7028ecd18d7ed3e9c551b7442445eb28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f197bdbe24cad1d5b1ad0faaaaa51b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd5201e69f4ae38999909b343105b02e = $(`<div id="html_cd5201e69f4ae38999909b343105b02e" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_0f197bdbe24cad1d5b1ad0faaaaa51b4.setContent(html_cd5201e69f4ae38999909b343105b02e);
|
|
|
|
|
|
|
|
marker_fbe452a27bfa64898cd5ba57d6de4b09.bindPopup(popup_0f197bdbe24cad1d5b1ad0faaaaa51b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbe452a27bfa64898cd5ba57d6de4b09.setIcon(icon_7028ecd18d7ed3e9c551b7442445eb28);
|
|
|
|
|
|
var marker_95b332054bea2a8b8df2c985c859d227 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c880e26b7eb095125a2e755c695e9591 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d030c23d06e058cecd123b99f360871c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_829c527eb35cc9d44c1e2d926167e1c4 = $(`<div id="html_829c527eb35cc9d44c1e2d926167e1c4" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_d030c23d06e058cecd123b99f360871c.setContent(html_829c527eb35cc9d44c1e2d926167e1c4);
|
|
|
|
|
|
|
|
marker_95b332054bea2a8b8df2c985c859d227.bindPopup(popup_d030c23d06e058cecd123b99f360871c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95b332054bea2a8b8df2c985c859d227.setIcon(icon_c880e26b7eb095125a2e755c695e9591);
|
|
|
|
|
|
var marker_42fb6fd8dd30eb94ce6d058b514b73f3 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_8911b7b5dbb1baa9f0ba46eaf0936e0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e98eb63bd7d83053d3e41d8f0c852916 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_318872d87214aa209288697ad6bf9ad0 = $(`<div id="html_318872d87214aa209288697ad6bf9ad0" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_e98eb63bd7d83053d3e41d8f0c852916.setContent(html_318872d87214aa209288697ad6bf9ad0);
|
|
|
|
|
|
|
|
marker_42fb6fd8dd30eb94ce6d058b514b73f3.bindPopup(popup_e98eb63bd7d83053d3e41d8f0c852916)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42fb6fd8dd30eb94ce6d058b514b73f3.setIcon(icon_8911b7b5dbb1baa9f0ba46eaf0936e0c);
|
|
|
|
|
|
var marker_dc7db3a4bb54c7b7647846d892f071e1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_6aae418bdf6cbd0b9200f83f9c887e27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d9c78189fb06e669a4fe543e98a10d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6310230e520beba926aa22e26bc989d5 = $(`<div id="html_6310230e520beba926aa22e26bc989d5" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_3d9c78189fb06e669a4fe543e98a10d7.setContent(html_6310230e520beba926aa22e26bc989d5);
|
|
|
|
|
|
|
|
marker_dc7db3a4bb54c7b7647846d892f071e1.bindPopup(popup_3d9c78189fb06e669a4fe543e98a10d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc7db3a4bb54c7b7647846d892f071e1.setIcon(icon_6aae418bdf6cbd0b9200f83f9c887e27);
|
|
|
|
|
|
var marker_fa26bfbf1ef1154e9b2603d187551c23 = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_9e74f8e5799e4cb72e8a9a719de0bfc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46d585100d8ba9b93a9db8150a6d9428 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_882b189b79f30052d5ec34eb622f0528 = $(`<div id="html_882b189b79f30052d5ec34eb622f0528" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_46d585100d8ba9b93a9db8150a6d9428.setContent(html_882b189b79f30052d5ec34eb622f0528);
|
|
|
|
|
|
|
|
marker_fa26bfbf1ef1154e9b2603d187551c23.bindPopup(popup_46d585100d8ba9b93a9db8150a6d9428)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa26bfbf1ef1154e9b2603d187551c23.setIcon(icon_9e74f8e5799e4cb72e8a9a719de0bfc0);
|
|
|
|
|
|
var marker_66e361ad9836a035f054a5233d1ce6a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_5cb15864616f42e194dd4d61847905b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a459155529e9de27aa3890f0d15c150 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c69eaf12b5ebbf9f882b52da67d5720 = $(`<div id="html_9c69eaf12b5ebbf9f882b52da67d5720" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_5a459155529e9de27aa3890f0d15c150.setContent(html_9c69eaf12b5ebbf9f882b52da67d5720);
|
|
|
|
|
|
|
|
marker_66e361ad9836a035f054a5233d1ce6a5.bindPopup(popup_5a459155529e9de27aa3890f0d15c150)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66e361ad9836a035f054a5233d1ce6a5.setIcon(icon_5cb15864616f42e194dd4d61847905b8);
|
|
|
|
|
|
var marker_493bd365f1aeda5242f9b818c08fadcb = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_5900373620bf6eb372e6ccf202ef6b4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d462bdacaa9b323795f4f6ce50f3c9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55142b7c03a39bcf7b2a597a35fa449c = $(`<div id="html_55142b7c03a39bcf7b2a597a35fa449c" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_5d462bdacaa9b323795f4f6ce50f3c9e.setContent(html_55142b7c03a39bcf7b2a597a35fa449c);
|
|
|
|
|
|
|
|
marker_493bd365f1aeda5242f9b818c08fadcb.bindPopup(popup_5d462bdacaa9b323795f4f6ce50f3c9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_493bd365f1aeda5242f9b818c08fadcb.setIcon(icon_5900373620bf6eb372e6ccf202ef6b4e);
|
|
|
|
|
|
var marker_2bc8cdfde4218c67282a93b0cd649007 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_d1953f3cee33b94245b20f6eb9f24195 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35e073e93295d4544b7a296ac7b02221 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_556f544e8378c217a44d96f438ff5dd9 = $(`<div id="html_556f544e8378c217a44d96f438ff5dd9" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_35e073e93295d4544b7a296ac7b02221.setContent(html_556f544e8378c217a44d96f438ff5dd9);
|
|
|
|
|
|
|
|
marker_2bc8cdfde4218c67282a93b0cd649007.bindPopup(popup_35e073e93295d4544b7a296ac7b02221)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bc8cdfde4218c67282a93b0cd649007.setIcon(icon_d1953f3cee33b94245b20f6eb9f24195);
|
|
|
|
|
|
var marker_077e9233d5394bf22c90d32c13ab30e3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_d0052e594a1eb1935ea0fbff01de8c24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9394917378a0155536e53a9084b6c76c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_795e88fd9c814f3313bad880f7eb66bd = $(`<div id="html_795e88fd9c814f3313bad880f7eb66bd" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_9394917378a0155536e53a9084b6c76c.setContent(html_795e88fd9c814f3313bad880f7eb66bd);
|
|
|
|
|
|
|
|
marker_077e9233d5394bf22c90d32c13ab30e3.bindPopup(popup_9394917378a0155536e53a9084b6c76c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_077e9233d5394bf22c90d32c13ab30e3.setIcon(icon_d0052e594a1eb1935ea0fbff01de8c24);
|
|
|
|
|
|
var marker_d7e9d8665315488e0f96c9dba830a711 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_9a59dcde32ef70052a286c96491546e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_533a382317670d6c48a266047dbca901 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a32eac07478bc7e0744ce2bb0f55c0f7 = $(`<div id="html_a32eac07478bc7e0744ce2bb0f55c0f7" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_533a382317670d6c48a266047dbca901.setContent(html_a32eac07478bc7e0744ce2bb0f55c0f7);
|
|
|
|
|
|
|
|
marker_d7e9d8665315488e0f96c9dba830a711.bindPopup(popup_533a382317670d6c48a266047dbca901)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7e9d8665315488e0f96c9dba830a711.setIcon(icon_9a59dcde32ef70052a286c96491546e2);
|
|
|
|
|
|
var marker_7f20a8899201bd95534f77c933fbc167 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_74b9eb5ad09cf29054a0d3b59cdb75f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5de66d256720708b218274c7b4405d23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_141a1613079048d14d3a293a752e3179 = $(`<div id="html_141a1613079048d14d3a293a752e3179" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_5de66d256720708b218274c7b4405d23.setContent(html_141a1613079048d14d3a293a752e3179);
|
|
|
|
|
|
|
|
marker_7f20a8899201bd95534f77c933fbc167.bindPopup(popup_5de66d256720708b218274c7b4405d23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f20a8899201bd95534f77c933fbc167.setIcon(icon_74b9eb5ad09cf29054a0d3b59cdb75f5);
|
|
|
|
|
|
var marker_f06c87fb988ca4b2f341630fe703c6fe = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_9642e3818e3a94a1d2fe00a5d943b431 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1007e820a9de2c3a0048a00082dbe3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55ae17f2c52dd42b3808a61903ea2313 = $(`<div id="html_55ae17f2c52dd42b3808a61903ea2313" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_f1007e820a9de2c3a0048a00082dbe3b.setContent(html_55ae17f2c52dd42b3808a61903ea2313);
|
|
|
|
|
|
|
|
marker_f06c87fb988ca4b2f341630fe703c6fe.bindPopup(popup_f1007e820a9de2c3a0048a00082dbe3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f06c87fb988ca4b2f341630fe703c6fe.setIcon(icon_9642e3818e3a94a1d2fe00a5d943b431);
|
|
|
|
|
|
var marker_6f7a6e94dfc0488ce2d4836b162656f7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_8d2c172756eda49480bd97216117c4f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d588e6756a51d48ef7624ce176b4268 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb38f8570fc83466019afca7fbdfb5c5 = $(`<div id="html_fb38f8570fc83466019afca7fbdfb5c5" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_6d588e6756a51d48ef7624ce176b4268.setContent(html_fb38f8570fc83466019afca7fbdfb5c5);
|
|
|
|
|
|
|
|
marker_6f7a6e94dfc0488ce2d4836b162656f7.bindPopup(popup_6d588e6756a51d48ef7624ce176b4268)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f7a6e94dfc0488ce2d4836b162656f7.setIcon(icon_8d2c172756eda49480bd97216117c4f5);
|
|
|
|
|
|
var marker_def32c71b5acc8901ec43969fd83ec2c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_76f953a51eade8aaedd0171c55fb88b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fd705e5fefdde1c53e2a2f0e729f8e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d06c317883f39194e9d7ca36895830b = $(`<div id="html_0d06c317883f39194e9d7ca36895830b" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_1fd705e5fefdde1c53e2a2f0e729f8e1.setContent(html_0d06c317883f39194e9d7ca36895830b);
|
|
|
|
|
|
|
|
marker_def32c71b5acc8901ec43969fd83ec2c.bindPopup(popup_1fd705e5fefdde1c53e2a2f0e729f8e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_def32c71b5acc8901ec43969fd83ec2c.setIcon(icon_76f953a51eade8aaedd0171c55fb88b9);
|
|
|
|
|
|
var marker_ebabd7060f58b347d54bbf0674d9b950 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_14ff56ebf92e6a3760ddaef1408fd0a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e55ff52bcd9fd1aa3fa55582c6d69e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_764e4fc4e7adbcb58f33ecb316da8d32 = $(`<div id="html_764e4fc4e7adbcb58f33ecb316da8d32" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_5e55ff52bcd9fd1aa3fa55582c6d69e1.setContent(html_764e4fc4e7adbcb58f33ecb316da8d32);
|
|
|
|
|
|
|
|
marker_ebabd7060f58b347d54bbf0674d9b950.bindPopup(popup_5e55ff52bcd9fd1aa3fa55582c6d69e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebabd7060f58b347d54bbf0674d9b950.setIcon(icon_14ff56ebf92e6a3760ddaef1408fd0a8);
|
|
|
|
|
|
var marker_af561daab2bab9e7adc8211e2c247087 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_05457e822e0312de8d71c301f19afa7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dda6ba0c05cfdc8510e3b46b0b18a048 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6059822ac85692886fbc48634acd0138 = $(`<div id="html_6059822ac85692886fbc48634acd0138" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_dda6ba0c05cfdc8510e3b46b0b18a048.setContent(html_6059822ac85692886fbc48634acd0138);
|
|
|
|
|
|
|
|
marker_af561daab2bab9e7adc8211e2c247087.bindPopup(popup_dda6ba0c05cfdc8510e3b46b0b18a048)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af561daab2bab9e7adc8211e2c247087.setIcon(icon_05457e822e0312de8d71c301f19afa7f);
|
|
|
|
|
|
var marker_54e70f81eacfeb2d672660fa6cbf4190 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_94aade130b365563e2986e9f2b6ea2d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80c485fb16d6356d317f45bfddaeec72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14eeb05fd8e65c924fde7c84e6e95f17 = $(`<div id="html_14eeb05fd8e65c924fde7c84e6e95f17" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_80c485fb16d6356d317f45bfddaeec72.setContent(html_14eeb05fd8e65c924fde7c84e6e95f17);
|
|
|
|
|
|
|
|
marker_54e70f81eacfeb2d672660fa6cbf4190.bindPopup(popup_80c485fb16d6356d317f45bfddaeec72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54e70f81eacfeb2d672660fa6cbf4190.setIcon(icon_94aade130b365563e2986e9f2b6ea2d8);
|
|
|
|
|
|
var marker_1ca14d30977283bafac6ac4393266f29 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_427839da78de33d267835bd9bcc05566 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5807f1cfb24d81cfba21eeeb513088a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2461901a20d71745b102efad6a71cdc = $(`<div id="html_b2461901a20d71745b102efad6a71cdc" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_5807f1cfb24d81cfba21eeeb513088a8.setContent(html_b2461901a20d71745b102efad6a71cdc);
|
|
|
|
|
|
|
|
marker_1ca14d30977283bafac6ac4393266f29.bindPopup(popup_5807f1cfb24d81cfba21eeeb513088a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ca14d30977283bafac6ac4393266f29.setIcon(icon_427839da78de33d267835bd9bcc05566);
|
|
|
|
|
|
var marker_77d4f0a110d0ccf7dbedd8b6d30db258 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_d4c2e1d2ef31fb2eba65cd17d98d503b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70c538827b010f2d76ba586abb31b9a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a43d7adc98139969f5623da77c18fa25 = $(`<div id="html_a43d7adc98139969f5623da77c18fa25" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_70c538827b010f2d76ba586abb31b9a9.setContent(html_a43d7adc98139969f5623da77c18fa25);
|
|
|
|
|
|
|
|
marker_77d4f0a110d0ccf7dbedd8b6d30db258.bindPopup(popup_70c538827b010f2d76ba586abb31b9a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77d4f0a110d0ccf7dbedd8b6d30db258.setIcon(icon_d4c2e1d2ef31fb2eba65cd17d98d503b);
|
|
|
|
|
|
var marker_d75f87e9e851e4d4b2cd9a32012db9d1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c1348e1edaa315ab137c9a3b82262fca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea149f14c00e7701af0679ca1493667e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bc98be7384426807bcbc8fb6ce668e6 = $(`<div id="html_6bc98be7384426807bcbc8fb6ce668e6" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_ea149f14c00e7701af0679ca1493667e.setContent(html_6bc98be7384426807bcbc8fb6ce668e6);
|
|
|
|
|
|
|
|
marker_d75f87e9e851e4d4b2cd9a32012db9d1.bindPopup(popup_ea149f14c00e7701af0679ca1493667e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d75f87e9e851e4d4b2cd9a32012db9d1.setIcon(icon_c1348e1edaa315ab137c9a3b82262fca);
|
|
|
|
|
|
var marker_378a355a8cce0ee8d460b3385be79d6a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_ade73f15ec68374dd3f2178506fbfe46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6a3633c8fe60d2fff9c5fd9b31634e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78a34bf34d91e55b94b1a1254b8d9a1f = $(`<div id="html_78a34bf34d91e55b94b1a1254b8d9a1f" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_a6a3633c8fe60d2fff9c5fd9b31634e2.setContent(html_78a34bf34d91e55b94b1a1254b8d9a1f);
|
|
|
|
|
|
|
|
marker_378a355a8cce0ee8d460b3385be79d6a.bindPopup(popup_a6a3633c8fe60d2fff9c5fd9b31634e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_378a355a8cce0ee8d460b3385be79d6a.setIcon(icon_ade73f15ec68374dd3f2178506fbfe46);
|
|
|
|
|
|
var marker_f00507a5fd506536a970677de5ca5f74 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_263477db623e5340cc135d66659e3193 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94480d4cd361e5196ed7156d663cb211 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9a229df0468028d67663607280f4777 = $(`<div id="html_b9a229df0468028d67663607280f4777" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_94480d4cd361e5196ed7156d663cb211.setContent(html_b9a229df0468028d67663607280f4777);
|
|
|
|
|
|
|
|
marker_f00507a5fd506536a970677de5ca5f74.bindPopup(popup_94480d4cd361e5196ed7156d663cb211)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f00507a5fd506536a970677de5ca5f74.setIcon(icon_263477db623e5340cc135d66659e3193);
|
|
|
|
|
|
var marker_a68507abb0d33f2abb2239d28b688a14 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_dfb3f1abd1ac40b56bc43f94983be12a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd79c5c219d97d524ed97a375d651891 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b960d55be1dbb1cfcca85ce82deea941 = $(`<div id="html_b960d55be1dbb1cfcca85ce82deea941" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_bd79c5c219d97d524ed97a375d651891.setContent(html_b960d55be1dbb1cfcca85ce82deea941);
|
|
|
|
|
|
|
|
marker_a68507abb0d33f2abb2239d28b688a14.bindPopup(popup_bd79c5c219d97d524ed97a375d651891)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a68507abb0d33f2abb2239d28b688a14.setIcon(icon_dfb3f1abd1ac40b56bc43f94983be12a);
|
|
|
|
|
|
var marker_b6b6088c25251fbae1d8f586fe88a6ee = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_36319829b8ea622c8d42545e81704ac3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf3c95b56af5edd42eece3e59d5a1669 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5c9e5ba6e86480828fccbc58330ece0 = $(`<div id="html_d5c9e5ba6e86480828fccbc58330ece0" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_cf3c95b56af5edd42eece3e59d5a1669.setContent(html_d5c9e5ba6e86480828fccbc58330ece0);
|
|
|
|
|
|
|
|
marker_b6b6088c25251fbae1d8f586fe88a6ee.bindPopup(popup_cf3c95b56af5edd42eece3e59d5a1669)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6b6088c25251fbae1d8f586fe88a6ee.setIcon(icon_36319829b8ea622c8d42545e81704ac3);
|
|
|
|
|
|
var marker_8a87e6510ff16550efc5eb957745d71c = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_4681c44a4a3816a4a0ddd9d1ad30a6c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07727e892c4de26728433528daff4fb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce5be01a36ac3baf4f96734052f15d4c = $(`<div id="html_ce5be01a36ac3baf4f96734052f15d4c" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_07727e892c4de26728433528daff4fb6.setContent(html_ce5be01a36ac3baf4f96734052f15d4c);
|
|
|
|
|
|
|
|
marker_8a87e6510ff16550efc5eb957745d71c.bindPopup(popup_07727e892c4de26728433528daff4fb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a87e6510ff16550efc5eb957745d71c.setIcon(icon_4681c44a4a3816a4a0ddd9d1ad30a6c3);
|
|
|
|
|
|
var marker_2c5a6d73b1d42eac0ef58d57bfb53c49 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_7a9a5148d8c8108bc38c47bd711d72db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbaeedc7346b08891b3d49f83c582bb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bd6fec055d5c9e3ff0eca037826c22b = $(`<div id="html_0bd6fec055d5c9e3ff0eca037826c22b" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_dbaeedc7346b08891b3d49f83c582bb7.setContent(html_0bd6fec055d5c9e3ff0eca037826c22b);
|
|
|
|
|
|
|
|
marker_2c5a6d73b1d42eac0ef58d57bfb53c49.bindPopup(popup_dbaeedc7346b08891b3d49f83c582bb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c5a6d73b1d42eac0ef58d57bfb53c49.setIcon(icon_7a9a5148d8c8108bc38c47bd711d72db);
|
|
|
|
|
|
var marker_3b7484f1439b5049937ba4bf52ebddf8 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_1e8f538716ecda53d9b48f1057d267d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6d5bbe6a0045e3a280d7c03eb9b83de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2fb757410834bf179db01238ca445450 = $(`<div id="html_2fb757410834bf179db01238ca445450" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_d6d5bbe6a0045e3a280d7c03eb9b83de.setContent(html_2fb757410834bf179db01238ca445450);
|
|
|
|
|
|
|
|
marker_3b7484f1439b5049937ba4bf52ebddf8.bindPopup(popup_d6d5bbe6a0045e3a280d7c03eb9b83de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b7484f1439b5049937ba4bf52ebddf8.setIcon(icon_1e8f538716ecda53d9b48f1057d267d4);
|
|
|
|
|
|
var marker_3b34f82035b82fbfd03b310ba4ac028e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b6539a2e9467fe81461d61cfab9cfe61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56e353179975675234277058994c0a9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d69a1abccd2b77163f05a56f9e90d960 = $(`<div id="html_d69a1abccd2b77163f05a56f9e90d960" style="width: 100.0%; height: 100.0%;">relay.og.coop</div>`)[0];
|
|
popup_56e353179975675234277058994c0a9c.setContent(html_d69a1abccd2b77163f05a56f9e90d960);
|
|
|
|
|
|
|
|
marker_3b34f82035b82fbfd03b310ba4ac028e.bindPopup(popup_56e353179975675234277058994c0a9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b34f82035b82fbfd03b310ba4ac028e.setIcon(icon_b6539a2e9467fe81461d61cfab9cfe61);
|
|
|
|
|
|
var marker_fd47e1b8accad135dd887d55eabe3788 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b0314ea7bd66a3735e1c934d7d747286 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74975c9a4989d55dbe81ef355be24db8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d10216f6df1fc092fcc8042055922db = $(`<div id="html_7d10216f6df1fc092fcc8042055922db" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_74975c9a4989d55dbe81ef355be24db8.setContent(html_7d10216f6df1fc092fcc8042055922db);
|
|
|
|
|
|
|
|
marker_fd47e1b8accad135dd887d55eabe3788.bindPopup(popup_74975c9a4989d55dbe81ef355be24db8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd47e1b8accad135dd887d55eabe3788.setIcon(icon_b0314ea7bd66a3735e1c934d7d747286);
|
|
|
|
|
|
var marker_469f3506d953a31c219f7bb5319e4eed = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_22a019c7ffbfe5338fb6a8f7bceafe49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6496931a7b8c7c545c1f8ae21707f32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd695c52f636be372c4307eda0d2392d = $(`<div id="html_bd695c52f636be372c4307eda0d2392d" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_b6496931a7b8c7c545c1f8ae21707f32.setContent(html_bd695c52f636be372c4307eda0d2392d);
|
|
|
|
|
|
|
|
marker_469f3506d953a31c219f7bb5319e4eed.bindPopup(popup_b6496931a7b8c7c545c1f8ae21707f32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_469f3506d953a31c219f7bb5319e4eed.setIcon(icon_22a019c7ffbfe5338fb6a8f7bceafe49);
|
|
|
|
|
|
var marker_558733638fcb801e4ac32d9766eada54 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_5beffb527b76b4e8b68380c06a72b2f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe5a486a26d753d53b6c010340bc8f4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbedb90cb8c8e6be3c7c955b96a57f87 = $(`<div id="html_dbedb90cb8c8e6be3c7c955b96a57f87" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_fe5a486a26d753d53b6c010340bc8f4e.setContent(html_dbedb90cb8c8e6be3c7c955b96a57f87);
|
|
|
|
|
|
|
|
marker_558733638fcb801e4ac32d9766eada54.bindPopup(popup_fe5a486a26d753d53b6c010340bc8f4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_558733638fcb801e4ac32d9766eada54.setIcon(icon_5beffb527b76b4e8b68380c06a72b2f5);
|
|
|
|
|
|
var marker_c2d9a06f3b3613896f09e348d970c11c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c5eac9fd2a82f2df938552632c04e4a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8793d3b0550260d23fa89abd99a6429d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dbac5cf35db5b68ec8ddef10b72a02a = $(`<div id="html_5dbac5cf35db5b68ec8ddef10b72a02a" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_8793d3b0550260d23fa89abd99a6429d.setContent(html_5dbac5cf35db5b68ec8ddef10b72a02a);
|
|
|
|
|
|
|
|
marker_c2d9a06f3b3613896f09e348d970c11c.bindPopup(popup_8793d3b0550260d23fa89abd99a6429d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2d9a06f3b3613896f09e348d970c11c.setIcon(icon_c5eac9fd2a82f2df938552632c04e4a2);
|
|
|
|
|
|
var marker_6969bdadfa1ccc1fd7547a71681948ac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_43ee6fe921a16d113a153b3307e338dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87e63b60a7bf82d60f4da89c74f3c3de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85f6f5c821b04ffd29da96ac3f839382 = $(`<div id="html_85f6f5c821b04ffd29da96ac3f839382" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_87e63b60a7bf82d60f4da89c74f3c3de.setContent(html_85f6f5c821b04ffd29da96ac3f839382);
|
|
|
|
|
|
|
|
marker_6969bdadfa1ccc1fd7547a71681948ac.bindPopup(popup_87e63b60a7bf82d60f4da89c74f3c3de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6969bdadfa1ccc1fd7547a71681948ac.setIcon(icon_43ee6fe921a16d113a153b3307e338dd);
|
|
|
|
|
|
var marker_78883bb2cb19f0ce1f355004951b1cef = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_9797fb7c794eea0c2c7582eef09cdc3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8a7e33228f8faafe7c96ec6d1f1f5a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34d8957582fe23726b4622ba146a40a8 = $(`<div id="html_34d8957582fe23726b4622ba146a40a8" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_e8a7e33228f8faafe7c96ec6d1f1f5a1.setContent(html_34d8957582fe23726b4622ba146a40a8);
|
|
|
|
|
|
|
|
marker_78883bb2cb19f0ce1f355004951b1cef.bindPopup(popup_e8a7e33228f8faafe7c96ec6d1f1f5a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78883bb2cb19f0ce1f355004951b1cef.setIcon(icon_9797fb7c794eea0c2c7582eef09cdc3c);
|
|
|
|
|
|
var marker_935a0a975a0ef9002b0244c1b2a7dac4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_0a8a6e0d79945683e47fa02df80b7071 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f496ed80b87905a4998f4bce21e64559 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de272c03cbb12408a99ae1709dc34800 = $(`<div id="html_de272c03cbb12408a99ae1709dc34800" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_f496ed80b87905a4998f4bce21e64559.setContent(html_de272c03cbb12408a99ae1709dc34800);
|
|
|
|
|
|
|
|
marker_935a0a975a0ef9002b0244c1b2a7dac4.bindPopup(popup_f496ed80b87905a4998f4bce21e64559)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_935a0a975a0ef9002b0244c1b2a7dac4.setIcon(icon_0a8a6e0d79945683e47fa02df80b7071);
|
|
|
|
|
|
var marker_c02d5623fc590513b993c10e306ca6b5 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_0019116b3f5df4ac6ea229dcb2467af7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff1def9f6a238a0605e8966aeb00706a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0ff2ac7fd499e53acd201517fc6fa73 = $(`<div id="html_a0ff2ac7fd499e53acd201517fc6fa73" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_ff1def9f6a238a0605e8966aeb00706a.setContent(html_a0ff2ac7fd499e53acd201517fc6fa73);
|
|
|
|
|
|
|
|
marker_c02d5623fc590513b993c10e306ca6b5.bindPopup(popup_ff1def9f6a238a0605e8966aeb00706a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c02d5623fc590513b993c10e306ca6b5.setIcon(icon_0019116b3f5df4ac6ea229dcb2467af7);
|
|
|
|
|
|
var marker_a18ae873456344a4149faadb74016f81 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_eb46ca763e525a5810ac9bc06f671ee0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_972307cb693ecc6f4783ce11137381ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1b53ee648b13f056986f5aa69acbef4 = $(`<div id="html_d1b53ee648b13f056986f5aa69acbef4" style="width: 100.0%; height: 100.0%;">nostr.okienko.live</div>`)[0];
|
|
popup_972307cb693ecc6f4783ce11137381ba.setContent(html_d1b53ee648b13f056986f5aa69acbef4);
|
|
|
|
|
|
|
|
marker_a18ae873456344a4149faadb74016f81.bindPopup(popup_972307cb693ecc6f4783ce11137381ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a18ae873456344a4149faadb74016f81.setIcon(icon_eb46ca763e525a5810ac9bc06f671ee0);
|
|
|
|
|
|
var marker_edb98be1eb7d86a1b048e26ece3339af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_20575c102e7e5fc5cb2a6ab9a23807ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ae3c6bea4aa45e0e71f98ff03c38a3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b371472c15c67c53c53988dbc7c61414 = $(`<div id="html_b371472c15c67c53c53988dbc7c61414" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_6ae3c6bea4aa45e0e71f98ff03c38a3c.setContent(html_b371472c15c67c53c53988dbc7c61414);
|
|
|
|
|
|
|
|
marker_edb98be1eb7d86a1b048e26ece3339af.bindPopup(popup_6ae3c6bea4aa45e0e71f98ff03c38a3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edb98be1eb7d86a1b048e26ece3339af.setIcon(icon_20575c102e7e5fc5cb2a6ab9a23807ad);
|
|
|
|
|
|
var marker_ff834feb40b567915f9a2223ea493cfd = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_bec03af2f67e316cacf2b00d9a756a3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_703fd12c4def6a1353b4ba434506ba7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ff8fdf8674bd91c49fa9bee60103e77 = $(`<div id="html_9ff8fdf8674bd91c49fa9bee60103e77" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_703fd12c4def6a1353b4ba434506ba7a.setContent(html_9ff8fdf8674bd91c49fa9bee60103e77);
|
|
|
|
|
|
|
|
marker_ff834feb40b567915f9a2223ea493cfd.bindPopup(popup_703fd12c4def6a1353b4ba434506ba7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff834feb40b567915f9a2223ea493cfd.setIcon(icon_bec03af2f67e316cacf2b00d9a756a3d);
|
|
|
|
|
|
var marker_952f962865e468b42e98452c504a2321 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_4bc30d4114e295d2feb92c4d9af79237 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ecfdcff65077a1893d37f245dccdb3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98387f3c1fdd4139c4e631073d576107 = $(`<div id="html_98387f3c1fdd4139c4e631073d576107" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_2ecfdcff65077a1893d37f245dccdb3b.setContent(html_98387f3c1fdd4139c4e631073d576107);
|
|
|
|
|
|
|
|
marker_952f962865e468b42e98452c504a2321.bindPopup(popup_2ecfdcff65077a1893d37f245dccdb3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_952f962865e468b42e98452c504a2321.setIcon(icon_4bc30d4114e295d2feb92c4d9af79237);
|
|
|
|
|
|
var marker_49668b59594d24d4a072f258e4d61871 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_bb8d708cc45527f5b6d4491286d3fda0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_697f4dbe877be11332f095f58e973b66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb836adb9b5cbe4bf4ae08aea4d8aa96 = $(`<div id="html_bb836adb9b5cbe4bf4ae08aea4d8aa96" style="width: 100.0%; height: 100.0%;">relay.cathouse-propeller.com</div>`)[0];
|
|
popup_697f4dbe877be11332f095f58e973b66.setContent(html_bb836adb9b5cbe4bf4ae08aea4d8aa96);
|
|
|
|
|
|
|
|
marker_49668b59594d24d4a072f258e4d61871.bindPopup(popup_697f4dbe877be11332f095f58e973b66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49668b59594d24d4a072f258e4d61871.setIcon(icon_bb8d708cc45527f5b6d4491286d3fda0);
|
|
|
|
|
|
var marker_99e27666e367894e1f4ae39e1c814c5d = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c944fc5f5692444ea68843b724a2a183 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b48d854c6f96af96c50af2074b6b300 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ef960d0753d980df7fd10540c6f0f76 = $(`<div id="html_6ef960d0753d980df7fd10540c6f0f76" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_1b48d854c6f96af96c50af2074b6b300.setContent(html_6ef960d0753d980df7fd10540c6f0f76);
|
|
|
|
|
|
|
|
marker_99e27666e367894e1f4ae39e1c814c5d.bindPopup(popup_1b48d854c6f96af96c50af2074b6b300)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99e27666e367894e1f4ae39e1c814c5d.setIcon(icon_c944fc5f5692444ea68843b724a2a183);
|
|
|
|
|
|
var marker_3195b9096327494b528df51df78cff1e = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_d8e9306f5a4068e748329c7a5bee0e55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acf3a6124204fa6b936eadee849e26ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39c1a5335a8269b379218cfdc5650e1d = $(`<div id="html_39c1a5335a8269b379218cfdc5650e1d" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_acf3a6124204fa6b936eadee849e26ae.setContent(html_39c1a5335a8269b379218cfdc5650e1d);
|
|
|
|
|
|
|
|
marker_3195b9096327494b528df51df78cff1e.bindPopup(popup_acf3a6124204fa6b936eadee849e26ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3195b9096327494b528df51df78cff1e.setIcon(icon_d8e9306f5a4068e748329c7a5bee0e55);
|
|
|
|
|
|
var marker_7383985041b8cb41579b632f8db269fc = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_ffd9b0c31343b59beed46c1d72cf37fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7fe627ebb40d9b7f8e3deb147819da8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fd3fd4c6dea82f8a2adebaa684ed304 = $(`<div id="html_4fd3fd4c6dea82f8a2adebaa684ed304" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_d7fe627ebb40d9b7f8e3deb147819da8.setContent(html_4fd3fd4c6dea82f8a2adebaa684ed304);
|
|
|
|
|
|
|
|
marker_7383985041b8cb41579b632f8db269fc.bindPopup(popup_d7fe627ebb40d9b7f8e3deb147819da8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7383985041b8cb41579b632f8db269fc.setIcon(icon_ffd9b0c31343b59beed46c1d72cf37fc);
|
|
|
|
|
|
var marker_7476df1052933e34b0e6b68401df652a = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c29617df1734a0e868ced68f7bb2f182 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbcf1e1a056a008694cf5d913302143c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12da7772e0ba6442a195f12ec8231813 = $(`<div id="html_12da7772e0ba6442a195f12ec8231813" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_fbcf1e1a056a008694cf5d913302143c.setContent(html_12da7772e0ba6442a195f12ec8231813);
|
|
|
|
|
|
|
|
marker_7476df1052933e34b0e6b68401df652a.bindPopup(popup_fbcf1e1a056a008694cf5d913302143c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7476df1052933e34b0e6b68401df652a.setIcon(icon_c29617df1734a0e868ced68f7bb2f182);
|
|
|
|
|
|
var marker_05270721ed10a8212d4d880032b10aaf = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_f436307901bb05e130d883db4a51125c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d469423bcd8241c5cffc00e11b1d8355 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a1be5404296a53fd7a7ac99470b855b = $(`<div id="html_9a1be5404296a53fd7a7ac99470b855b" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_d469423bcd8241c5cffc00e11b1d8355.setContent(html_9a1be5404296a53fd7a7ac99470b855b);
|
|
|
|
|
|
|
|
marker_05270721ed10a8212d4d880032b10aaf.bindPopup(popup_d469423bcd8241c5cffc00e11b1d8355)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05270721ed10a8212d4d880032b10aaf.setIcon(icon_f436307901bb05e130d883db4a51125c);
|
|
|
|
|
|
var marker_33fe5742e87355b5bd08db7a72e3b621 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_649d0666824643cefb7e035dd5f27f85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5cde4ca91c7b7f715cd04884d2c325a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb195bd76e1979950924e393d7ca7cfc = $(`<div id="html_cb195bd76e1979950924e393d7ca7cfc" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_e5cde4ca91c7b7f715cd04884d2c325a.setContent(html_cb195bd76e1979950924e393d7ca7cfc);
|
|
|
|
|
|
|
|
marker_33fe5742e87355b5bd08db7a72e3b621.bindPopup(popup_e5cde4ca91c7b7f715cd04884d2c325a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33fe5742e87355b5bd08db7a72e3b621.setIcon(icon_649d0666824643cefb7e035dd5f27f85);
|
|
|
|
|
|
var marker_59d4023302130ac301d4dc26ccf9673f = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_0c64d29c626969cc0735c5832491272c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_176218f22be4e247273c2964b5e74143 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12fc6d2ece255f6c22cabeddec0eecf6 = $(`<div id="html_12fc6d2ece255f6c22cabeddec0eecf6" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_176218f22be4e247273c2964b5e74143.setContent(html_12fc6d2ece255f6c22cabeddec0eecf6);
|
|
|
|
|
|
|
|
marker_59d4023302130ac301d4dc26ccf9673f.bindPopup(popup_176218f22be4e247273c2964b5e74143)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59d4023302130ac301d4dc26ccf9673f.setIcon(icon_0c64d29c626969cc0735c5832491272c);
|
|
|
|
|
|
var marker_a08b23cea8e6d95c8215c6463f1243a8 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c9e50a56260e5edc1d9e3c7c18393a60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7584964c9fc8660315f7134bd6867074 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e1e887913d3aed84abe8909f8b2e0c1 = $(`<div id="html_7e1e887913d3aed84abe8909f8b2e0c1" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_7584964c9fc8660315f7134bd6867074.setContent(html_7e1e887913d3aed84abe8909f8b2e0c1);
|
|
|
|
|
|
|
|
marker_a08b23cea8e6d95c8215c6463f1243a8.bindPopup(popup_7584964c9fc8660315f7134bd6867074)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a08b23cea8e6d95c8215c6463f1243a8.setIcon(icon_c9e50a56260e5edc1d9e3c7c18393a60);
|
|
|
|
|
|
var marker_f6b322b80001d44a8955e092c4997063 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b3b27e66760dfec4f076d13cae490e04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0b9870163b431e03e7d51c34b38b340 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e52884e2b28984cb567191efbaebcbc = $(`<div id="html_1e52884e2b28984cb567191efbaebcbc" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_b0b9870163b431e03e7d51c34b38b340.setContent(html_1e52884e2b28984cb567191efbaebcbc);
|
|
|
|
|
|
|
|
marker_f6b322b80001d44a8955e092c4997063.bindPopup(popup_b0b9870163b431e03e7d51c34b38b340)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6b322b80001d44a8955e092c4997063.setIcon(icon_b3b27e66760dfec4f076d13cae490e04);
|
|
|
|
|
|
var marker_e7ca53a3fead590892bed15e53ad6c9b = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_f95e75c5ca14fd58fa0e34b331662d67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b848302a816127ca8d7b50194123bdf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85bcd26c0c293e1f727409ef1dcc45be = $(`<div id="html_85bcd26c0c293e1f727409ef1dcc45be" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_0b848302a816127ca8d7b50194123bdf.setContent(html_85bcd26c0c293e1f727409ef1dcc45be);
|
|
|
|
|
|
|
|
marker_e7ca53a3fead590892bed15e53ad6c9b.bindPopup(popup_0b848302a816127ca8d7b50194123bdf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7ca53a3fead590892bed15e53ad6c9b.setIcon(icon_f95e75c5ca14fd58fa0e34b331662d67);
|
|
|
|
|
|
var marker_68d9d5f28bb8ad7f71eedad3e7350b55 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_3e07ca5032eb588fa642fdc8cc068897 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a5140ae581ada304eb6df44e3ee7ac6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a266440bcc3f49d7cf98b1c8b6eaf935 = $(`<div id="html_a266440bcc3f49d7cf98b1c8b6eaf935" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_3a5140ae581ada304eb6df44e3ee7ac6.setContent(html_a266440bcc3f49d7cf98b1c8b6eaf935);
|
|
|
|
|
|
|
|
marker_68d9d5f28bb8ad7f71eedad3e7350b55.bindPopup(popup_3a5140ae581ada304eb6df44e3ee7ac6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68d9d5f28bb8ad7f71eedad3e7350b55.setIcon(icon_3e07ca5032eb588fa642fdc8cc068897);
|
|
|
|
|
|
var marker_1c716a96ea831ae436a2f041e2cf1ff8 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_1f39c45f6b8821cab791b24565a11402 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_264be473933a7ac2dada23bd54a8ce67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0806ba4a6137edabb4ec7bc5705b79ec = $(`<div id="html_0806ba4a6137edabb4ec7bc5705b79ec" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_264be473933a7ac2dada23bd54a8ce67.setContent(html_0806ba4a6137edabb4ec7bc5705b79ec);
|
|
|
|
|
|
|
|
marker_1c716a96ea831ae436a2f041e2cf1ff8.bindPopup(popup_264be473933a7ac2dada23bd54a8ce67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c716a96ea831ae436a2f041e2cf1ff8.setIcon(icon_1f39c45f6b8821cab791b24565a11402);
|
|
|
|
|
|
var marker_e8d2d67003d540dec4a7d96748acc92d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c2c768566e5967a73ece5946c79c3d22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3ab0682b26fd148b35aafd1f343d15a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c2165f3aaf70a2a1d2e967745e2f50d = $(`<div id="html_5c2165f3aaf70a2a1d2e967745e2f50d" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_d3ab0682b26fd148b35aafd1f343d15a.setContent(html_5c2165f3aaf70a2a1d2e967745e2f50d);
|
|
|
|
|
|
|
|
marker_e8d2d67003d540dec4a7d96748acc92d.bindPopup(popup_d3ab0682b26fd148b35aafd1f343d15a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8d2d67003d540dec4a7d96748acc92d.setIcon(icon_c2c768566e5967a73ece5946c79c3d22);
|
|
|
|
|
|
var marker_b6f63160ef20601ccc25ce1c5aa15a21 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_1ca981b524cefe2c948af32f44021670 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b6c381ae97e20c39c18937828e8c17d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26ce1404b17ceca7ad95854497e4d842 = $(`<div id="html_26ce1404b17ceca7ad95854497e4d842" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_5b6c381ae97e20c39c18937828e8c17d.setContent(html_26ce1404b17ceca7ad95854497e4d842);
|
|
|
|
|
|
|
|
marker_b6f63160ef20601ccc25ce1c5aa15a21.bindPopup(popup_5b6c381ae97e20c39c18937828e8c17d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6f63160ef20601ccc25ce1c5aa15a21.setIcon(icon_1ca981b524cefe2c948af32f44021670);
|
|
|
|
|
|
var marker_a4d6c8fb691c21e4c483b1b7d57cf923 = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_8eb4001c3fec8c7df762e31e3dc75fb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c94976e66674997befa2506af66c3353 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f88b44d5f2df832ceb18d28f5a51faed = $(`<div id="html_f88b44d5f2df832ceb18d28f5a51faed" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_c94976e66674997befa2506af66c3353.setContent(html_f88b44d5f2df832ceb18d28f5a51faed);
|
|
|
|
|
|
|
|
marker_a4d6c8fb691c21e4c483b1b7d57cf923.bindPopup(popup_c94976e66674997befa2506af66c3353)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4d6c8fb691c21e4c483b1b7d57cf923.setIcon(icon_8eb4001c3fec8c7df762e31e3dc75fb3);
|
|
|
|
|
|
var marker_7e14747366f8b3e256debba0b0d49f99 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_28c4f031140882f92a06d9e032d4ae79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0af40f74b6e0a2b2bbfb7f431896aa71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cebf4f8e5779dff96136c8c9acd668df = $(`<div id="html_cebf4f8e5779dff96136c8c9acd668df" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_0af40f74b6e0a2b2bbfb7f431896aa71.setContent(html_cebf4f8e5779dff96136c8c9acd668df);
|
|
|
|
|
|
|
|
marker_7e14747366f8b3e256debba0b0d49f99.bindPopup(popup_0af40f74b6e0a2b2bbfb7f431896aa71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e14747366f8b3e256debba0b0d49f99.setIcon(icon_28c4f031140882f92a06d9e032d4ae79);
|
|
|
|
|
|
var marker_b31c73ed99008576ef93ece7d4f7eb52 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_5a7a8e39124d2c2861e55e46535d533d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_093e54509339d4c475bbf1a11b17d467 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe9d485ab3d82e627a9c5bec2fdf9926 = $(`<div id="html_fe9d485ab3d82e627a9c5bec2fdf9926" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_093e54509339d4c475bbf1a11b17d467.setContent(html_fe9d485ab3d82e627a9c5bec2fdf9926);
|
|
|
|
|
|
|
|
marker_b31c73ed99008576ef93ece7d4f7eb52.bindPopup(popup_093e54509339d4c475bbf1a11b17d467)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b31c73ed99008576ef93ece7d4f7eb52.setIcon(icon_5a7a8e39124d2c2861e55e46535d533d);
|
|
|
|
|
|
var marker_11623d42398a08464fb5101f06187068 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_f197560ef098dbd0fea49b4c54c7e439 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3dee8826b57fea88069b2bc9640eec31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0db8afe233bbabc7eadf9a27ff426219 = $(`<div id="html_0db8afe233bbabc7eadf9a27ff426219" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_3dee8826b57fea88069b2bc9640eec31.setContent(html_0db8afe233bbabc7eadf9a27ff426219);
|
|
|
|
|
|
|
|
marker_11623d42398a08464fb5101f06187068.bindPopup(popup_3dee8826b57fea88069b2bc9640eec31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11623d42398a08464fb5101f06187068.setIcon(icon_f197560ef098dbd0fea49b4c54c7e439);
|
|
|
|
|
|
var marker_2e0cadf4d37e7782e467935c2de4a94b = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_2fb36fe258990c42b820f28312d17853 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9d0ffe9f66c397526911c615c287764 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ae04a085496d0fbbb4adf897d13649b = $(`<div id="html_1ae04a085496d0fbbb4adf897d13649b" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_b9d0ffe9f66c397526911c615c287764.setContent(html_1ae04a085496d0fbbb4adf897d13649b);
|
|
|
|
|
|
|
|
marker_2e0cadf4d37e7782e467935c2de4a94b.bindPopup(popup_b9d0ffe9f66c397526911c615c287764)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e0cadf4d37e7782e467935c2de4a94b.setIcon(icon_2fb36fe258990c42b820f28312d17853);
|
|
|
|
|
|
var marker_07a55bd71ad1a37098a266e70978d844 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_59ae49070bd43ce943dfebefd6848dfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4db29d13a141d65d84c1ba5ce3e0144e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87bef7e71445971ebda1a00e8571d681 = $(`<div id="html_87bef7e71445971ebda1a00e8571d681" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_4db29d13a141d65d84c1ba5ce3e0144e.setContent(html_87bef7e71445971ebda1a00e8571d681);
|
|
|
|
|
|
|
|
marker_07a55bd71ad1a37098a266e70978d844.bindPopup(popup_4db29d13a141d65d84c1ba5ce3e0144e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07a55bd71ad1a37098a266e70978d844.setIcon(icon_59ae49070bd43ce943dfebefd6848dfd);
|
|
|
|
|
|
var marker_0517b51b2b83b59037b3f5ff631c28c3 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_fddc955f67a1b90aa39bc47e6b930c05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf3362d6a38ce334fbaee86b3fb640c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44856748a524b7ebe3e778217bd5f859 = $(`<div id="html_44856748a524b7ebe3e778217bd5f859" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_bf3362d6a38ce334fbaee86b3fb640c1.setContent(html_44856748a524b7ebe3e778217bd5f859);
|
|
|
|
|
|
|
|
marker_0517b51b2b83b59037b3f5ff631c28c3.bindPopup(popup_bf3362d6a38ce334fbaee86b3fb640c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0517b51b2b83b59037b3f5ff631c28c3.setIcon(icon_fddc955f67a1b90aa39bc47e6b930c05);
|
|
|
|
|
|
var marker_41b64a86e29a725f5f520a00c12e7fff = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_99397f06d93c13ff29ed4da75c3875e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93dca7f74942a7540d6fd44904055f15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b5daf4699f266ca429147c79b63ce65 = $(`<div id="html_0b5daf4699f266ca429147c79b63ce65" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_93dca7f74942a7540d6fd44904055f15.setContent(html_0b5daf4699f266ca429147c79b63ce65);
|
|
|
|
|
|
|
|
marker_41b64a86e29a725f5f520a00c12e7fff.bindPopup(popup_93dca7f74942a7540d6fd44904055f15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41b64a86e29a725f5f520a00c12e7fff.setIcon(icon_99397f06d93c13ff29ed4da75c3875e7);
|
|
|
|
|
|
var marker_c6d170fdee120f200a9194c0897b71a5 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_6d76bad2d699fef8eb82211db8e7bc3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96c96ef4f9d7674281fec85fb043e66a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5cf3a8f0f5943a9b62c5d18d2d0cc2d = $(`<div id="html_e5cf3a8f0f5943a9b62c5d18d2d0cc2d" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_96c96ef4f9d7674281fec85fb043e66a.setContent(html_e5cf3a8f0f5943a9b62c5d18d2d0cc2d);
|
|
|
|
|
|
|
|
marker_c6d170fdee120f200a9194c0897b71a5.bindPopup(popup_96c96ef4f9d7674281fec85fb043e66a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6d170fdee120f200a9194c0897b71a5.setIcon(icon_6d76bad2d699fef8eb82211db8e7bc3a);
|
|
|
|
|
|
var marker_271783b0f2ac682413077f0c04a19f98 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_13b0d5298bfad6378e0277e129cdf045 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e1feb8b35fd28c605f386eeb232fbea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13702b94896086c724549a1f65f2beb2 = $(`<div id="html_13702b94896086c724549a1f65f2beb2" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_2e1feb8b35fd28c605f386eeb232fbea.setContent(html_13702b94896086c724549a1f65f2beb2);
|
|
|
|
|
|
|
|
marker_271783b0f2ac682413077f0c04a19f98.bindPopup(popup_2e1feb8b35fd28c605f386eeb232fbea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_271783b0f2ac682413077f0c04a19f98.setIcon(icon_13b0d5298bfad6378e0277e129cdf045);
|
|
|
|
|
|
var marker_5777acf6b4b2d1c857e0652555e8a4cc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_7932b4d154939ccf2138517e41936e49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d102a5b416b78cb798882ccc34d6dcc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a47173afda8e2dad10cc31f7ed64a38 = $(`<div id="html_3a47173afda8e2dad10cc31f7ed64a38" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_d102a5b416b78cb798882ccc34d6dcc4.setContent(html_3a47173afda8e2dad10cc31f7ed64a38);
|
|
|
|
|
|
|
|
marker_5777acf6b4b2d1c857e0652555e8a4cc.bindPopup(popup_d102a5b416b78cb798882ccc34d6dcc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5777acf6b4b2d1c857e0652555e8a4cc.setIcon(icon_7932b4d154939ccf2138517e41936e49);
|
|
|
|
|
|
var marker_7fa1a6707c4b4460f62c1aebda161e43 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_a312765ff3b6f987657da379be20e5dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_440e02204bd212719dc76e3d4ec17478 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c794b578cf558c5ff93bd7d96cbd51c = $(`<div id="html_4c794b578cf558c5ff93bd7d96cbd51c" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_440e02204bd212719dc76e3d4ec17478.setContent(html_4c794b578cf558c5ff93bd7d96cbd51c);
|
|
|
|
|
|
|
|
marker_7fa1a6707c4b4460f62c1aebda161e43.bindPopup(popup_440e02204bd212719dc76e3d4ec17478)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fa1a6707c4b4460f62c1aebda161e43.setIcon(icon_a312765ff3b6f987657da379be20e5dc);
|
|
|
|
|
|
var marker_48db892dbef697d0af54e303939dddbc = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_f490269864454be0dc57dbe197a520fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3196883ff817367c8df24e2d158a3739 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91880e228b36bcac41a8cd61f908b605 = $(`<div id="html_91880e228b36bcac41a8cd61f908b605" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_3196883ff817367c8df24e2d158a3739.setContent(html_91880e228b36bcac41a8cd61f908b605);
|
|
|
|
|
|
|
|
marker_48db892dbef697d0af54e303939dddbc.bindPopup(popup_3196883ff817367c8df24e2d158a3739)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48db892dbef697d0af54e303939dddbc.setIcon(icon_f490269864454be0dc57dbe197a520fe);
|
|
|
|
|
|
var marker_1a1a9e2f4c38640e0d0f25e9b2a9093a = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_ff38494f6abe8de72ac3651adf72c5d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98c5f06f1a129b5242de75b754605b7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_679f6f9435e3953df4ce9ec615f0d4ca = $(`<div id="html_679f6f9435e3953df4ce9ec615f0d4ca" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_98c5f06f1a129b5242de75b754605b7c.setContent(html_679f6f9435e3953df4ce9ec615f0d4ca);
|
|
|
|
|
|
|
|
marker_1a1a9e2f4c38640e0d0f25e9b2a9093a.bindPopup(popup_98c5f06f1a129b5242de75b754605b7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a1a9e2f4c38640e0d0f25e9b2a9093a.setIcon(icon_ff38494f6abe8de72ac3651adf72c5d2);
|
|
|
|
|
|
var marker_f16ccef4a5de781839d411c3b285177a = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_570748ec2187e58a21798fb3265beb32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df6e3cd18cd4bcd6e8dc8428bc3e0cd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fadeb58b3a6965bf98cef5505ba25ec8 = $(`<div id="html_fadeb58b3a6965bf98cef5505ba25ec8" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_df6e3cd18cd4bcd6e8dc8428bc3e0cd4.setContent(html_fadeb58b3a6965bf98cef5505ba25ec8);
|
|
|
|
|
|
|
|
marker_f16ccef4a5de781839d411c3b285177a.bindPopup(popup_df6e3cd18cd4bcd6e8dc8428bc3e0cd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f16ccef4a5de781839d411c3b285177a.setIcon(icon_570748ec2187e58a21798fb3265beb32);
|
|
|
|
|
|
var marker_ab017e24aedd74fabd0fd6b3353322c4 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_beec2f35548963e90600fcaec8e573b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a43179143d3a966a634fc3280e228ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1ce96033c4943580a41b42058b475d3 = $(`<div id="html_e1ce96033c4943580a41b42058b475d3" style="width: 100.0%; height: 100.0%;">discovery.us.nostria.app</div>`)[0];
|
|
popup_5a43179143d3a966a634fc3280e228ab.setContent(html_e1ce96033c4943580a41b42058b475d3);
|
|
|
|
|
|
|
|
marker_ab017e24aedd74fabd0fd6b3353322c4.bindPopup(popup_5a43179143d3a966a634fc3280e228ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab017e24aedd74fabd0fd6b3353322c4.setIcon(icon_beec2f35548963e90600fcaec8e573b8);
|
|
|
|
|
|
var marker_8c59cdc1c4050e912b8243d1dc2c05ea = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_1ab4879aba020a8cc0567d6c8acebfbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df12c0447bc39bbb0d34e1214a82813d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff94b8b8e3cb11234328fda101c285ef = $(`<div id="html_ff94b8b8e3cb11234328fda101c285ef" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_df12c0447bc39bbb0d34e1214a82813d.setContent(html_ff94b8b8e3cb11234328fda101c285ef);
|
|
|
|
|
|
|
|
marker_8c59cdc1c4050e912b8243d1dc2c05ea.bindPopup(popup_df12c0447bc39bbb0d34e1214a82813d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c59cdc1c4050e912b8243d1dc2c05ea.setIcon(icon_1ab4879aba020a8cc0567d6c8acebfbb);
|
|
|
|
|
|
var marker_12790ff0b08badc524573f167e31b1ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_9870a2ff9fbf88bfaf9c62eb6d4b0e7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_683aeca4ca232fec1a330b44dc1bc7e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_420aa3290fbc7135ca8c10b516ad683c = $(`<div id="html_420aa3290fbc7135ca8c10b516ad683c" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_683aeca4ca232fec1a330b44dc1bc7e7.setContent(html_420aa3290fbc7135ca8c10b516ad683c);
|
|
|
|
|
|
|
|
marker_12790ff0b08badc524573f167e31b1ff.bindPopup(popup_683aeca4ca232fec1a330b44dc1bc7e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12790ff0b08badc524573f167e31b1ff.setIcon(icon_9870a2ff9fbf88bfaf9c62eb6d4b0e7d);
|
|
|
|
|
|
var marker_1f55a85f5587dc14cbf0f37f489845bf = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_95e4d4eeff3a7a5d001a6c4a47ff9419 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62aef3889f796b7ebd8972be5aa6645b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f476b7ba0f6005ff9c388e1b186a688 = $(`<div id="html_3f476b7ba0f6005ff9c388e1b186a688" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_62aef3889f796b7ebd8972be5aa6645b.setContent(html_3f476b7ba0f6005ff9c388e1b186a688);
|
|
|
|
|
|
|
|
marker_1f55a85f5587dc14cbf0f37f489845bf.bindPopup(popup_62aef3889f796b7ebd8972be5aa6645b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f55a85f5587dc14cbf0f37f489845bf.setIcon(icon_95e4d4eeff3a7a5d001a6c4a47ff9419);
|
|
|
|
|
|
var marker_1f41fc75f3b375c75d87b978ed4247aa = L.marker(
|
|
[45.5152, -122.678],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_a64f6e2193960e6c783f24c5e7d52db3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_307bd4f432b88407d1ceb0837d8a296b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bce363dadb71fc8c6d2efd36e1b82e0 = $(`<div id="html_2bce363dadb71fc8c6d2efd36e1b82e0" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_307bd4f432b88407d1ceb0837d8a296b.setContent(html_2bce363dadb71fc8c6d2efd36e1b82e0);
|
|
|
|
|
|
|
|
marker_1f41fc75f3b375c75d87b978ed4247aa.bindPopup(popup_307bd4f432b88407d1ceb0837d8a296b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f41fc75f3b375c75d87b978ed4247aa.setIcon(icon_a64f6e2193960e6c783f24c5e7d52db3);
|
|
|
|
|
|
var marker_c9f4456097e5a8cb6f25b883484b53aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_463f288280b4aef003498a0ab2430158 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c51f2ce00e6d8b994d65009823ca11cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3592fa4e4ccca074889c2a910e85edac = $(`<div id="html_3592fa4e4ccca074889c2a910e85edac" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_c51f2ce00e6d8b994d65009823ca11cb.setContent(html_3592fa4e4ccca074889c2a910e85edac);
|
|
|
|
|
|
|
|
marker_c9f4456097e5a8cb6f25b883484b53aa.bindPopup(popup_c51f2ce00e6d8b994d65009823ca11cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9f4456097e5a8cb6f25b883484b53aa.setIcon(icon_463f288280b4aef003498a0ab2430158);
|
|
|
|
|
|
var marker_e7da11133fb619157fabe40a4af66236 = L.marker(
|
|
[32.9483, -96.7299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_846e2db770de661d2a8601063200aeff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7c7dd3f9f6c4242e886bb29f1fdb197 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3f93d429da9c788903ac83fd5c1e480 = $(`<div id="html_a3f93d429da9c788903ac83fd5c1e480" style="width: 100.0%; height: 100.0%;">pyramid.cult.cash</div>`)[0];
|
|
popup_c7c7dd3f9f6c4242e886bb29f1fdb197.setContent(html_a3f93d429da9c788903ac83fd5c1e480);
|
|
|
|
|
|
|
|
marker_e7da11133fb619157fabe40a4af66236.bindPopup(popup_c7c7dd3f9f6c4242e886bb29f1fdb197)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7da11133fb619157fabe40a4af66236.setIcon(icon_846e2db770de661d2a8601063200aeff);
|
|
|
|
|
|
var marker_0bed62aebbce34c03a3a94db691f56fd = L.marker(
|
|
[39.7392, -104.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_13a36e3f0678cbb333438f55a50fbb48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11b3fb306f61d1dc5bc08acd48c883d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77dd50f3eb60a6755b27806bbb2c1568 = $(`<div id="html_77dd50f3eb60a6755b27806bbb2c1568" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_11b3fb306f61d1dc5bc08acd48c883d0.setContent(html_77dd50f3eb60a6755b27806bbb2c1568);
|
|
|
|
|
|
|
|
marker_0bed62aebbce34c03a3a94db691f56fd.bindPopup(popup_11b3fb306f61d1dc5bc08acd48c883d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bed62aebbce34c03a3a94db691f56fd.setIcon(icon_13a36e3f0678cbb333438f55a50fbb48);
|
|
|
|
|
|
var marker_fe9765d8972a37fc39250ecd59b5be4f = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_041d1bf70d03df508ea5584fdccbe397 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78effb1a29a4293c9541795ff0c0568b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb65e4a73567881c6f895f43b1953643 = $(`<div id="html_eb65e4a73567881c6f895f43b1953643" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_78effb1a29a4293c9541795ff0c0568b.setContent(html_eb65e4a73567881c6f895f43b1953643);
|
|
|
|
|
|
|
|
marker_fe9765d8972a37fc39250ecd59b5be4f.bindPopup(popup_78effb1a29a4293c9541795ff0c0568b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe9765d8972a37fc39250ecd59b5be4f.setIcon(icon_041d1bf70d03df508ea5584fdccbe397);
|
|
|
|
|
|
var marker_112585f4819869b2e9f912dbb1c7a980 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_43970b6335cef62405c762f05457aa88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85df87e3e2fcaaf2eb26c66e0b8f765c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5cd72d63fb825d5d4f0342f891afadc = $(`<div id="html_e5cd72d63fb825d5d4f0342f891afadc" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_85df87e3e2fcaaf2eb26c66e0b8f765c.setContent(html_e5cd72d63fb825d5d4f0342f891afadc);
|
|
|
|
|
|
|
|
marker_112585f4819869b2e9f912dbb1c7a980.bindPopup(popup_85df87e3e2fcaaf2eb26c66e0b8f765c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_112585f4819869b2e9f912dbb1c7a980.setIcon(icon_43970b6335cef62405c762f05457aa88);
|
|
|
|
|
|
var marker_9069a2cdf3d488fe309f5ed2b4fd8d94 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_6e881526f4ab9a2a429ad99faf0406e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e63b9f0376a0b81289e10889706925ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_662902cd0b7891e9b44ecf3f28d2d1fc = $(`<div id="html_662902cd0b7891e9b44ecf3f28d2d1fc" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_e63b9f0376a0b81289e10889706925ec.setContent(html_662902cd0b7891e9b44ecf3f28d2d1fc);
|
|
|
|
|
|
|
|
marker_9069a2cdf3d488fe309f5ed2b4fd8d94.bindPopup(popup_e63b9f0376a0b81289e10889706925ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9069a2cdf3d488fe309f5ed2b4fd8d94.setIcon(icon_6e881526f4ab9a2a429ad99faf0406e0);
|
|
|
|
|
|
var marker_5b644228f002895c5043742db7bc1f0d = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_fae6f0aa62ce7d678b4701c0fab36fc7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e95164f95b7dece0d1c654d620caf290 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45ab6066dcf56d19430c4a0cbd78b918 = $(`<div id="html_45ab6066dcf56d19430c4a0cbd78b918" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_e95164f95b7dece0d1c654d620caf290.setContent(html_45ab6066dcf56d19430c4a0cbd78b918);
|
|
|
|
|
|
|
|
marker_5b644228f002895c5043742db7bc1f0d.bindPopup(popup_e95164f95b7dece0d1c654d620caf290)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b644228f002895c5043742db7bc1f0d.setIcon(icon_fae6f0aa62ce7d678b4701c0fab36fc7);
|
|
|
|
|
|
var marker_bf795325eeca09c7ad4aea531975eb29 = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_644a1176b54041dda60efdc444ecf778 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03daa6350895412e29fedb36cd81118d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe4f18e5a2ed730a6964b5f7047523c7 = $(`<div id="html_fe4f18e5a2ed730a6964b5f7047523c7" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_03daa6350895412e29fedb36cd81118d.setContent(html_fe4f18e5a2ed730a6964b5f7047523c7);
|
|
|
|
|
|
|
|
marker_bf795325eeca09c7ad4aea531975eb29.bindPopup(popup_03daa6350895412e29fedb36cd81118d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf795325eeca09c7ad4aea531975eb29.setIcon(icon_644a1176b54041dda60efdc444ecf778);
|
|
|
|
|
|
var marker_e2d2ad53e1f0cd35d5e926dafb5bb88d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_5d3a6b73e40ecf67a86c820d7d55599d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bcb3eb8e1b2cf18f31ebb6ff2653e75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a90971eeb9af6eeab54ef4e7ead96a0 = $(`<div id="html_5a90971eeb9af6eeab54ef4e7ead96a0" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_8bcb3eb8e1b2cf18f31ebb6ff2653e75.setContent(html_5a90971eeb9af6eeab54ef4e7ead96a0);
|
|
|
|
|
|
|
|
marker_e2d2ad53e1f0cd35d5e926dafb5bb88d.bindPopup(popup_8bcb3eb8e1b2cf18f31ebb6ff2653e75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2d2ad53e1f0cd35d5e926dafb5bb88d.setIcon(icon_5d3a6b73e40ecf67a86c820d7d55599d);
|
|
|
|
|
|
var marker_f97a7bf4cafb1e419ac7f7fe2ed2b994 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_19480065b38908b14146a20289032835 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cc5d1b52ef63fe19c8f3d14ecdbc584 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd0bcf6bdcb2aaada73af688053e7f05 = $(`<div id="html_cd0bcf6bdcb2aaada73af688053e7f05" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_5cc5d1b52ef63fe19c8f3d14ecdbc584.setContent(html_cd0bcf6bdcb2aaada73af688053e7f05);
|
|
|
|
|
|
|
|
marker_f97a7bf4cafb1e419ac7f7fe2ed2b994.bindPopup(popup_5cc5d1b52ef63fe19c8f3d14ecdbc584)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f97a7bf4cafb1e419ac7f7fe2ed2b994.setIcon(icon_19480065b38908b14146a20289032835);
|
|
|
|
|
|
var marker_e57dba41a3b1abb28839199d64a3f6ae = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_64e26e32a3a81c8db347867ab6cff7b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_643848a0bd1a5d307c1685108fc430ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1e42f54b1dc81274bf92df405a9d007 = $(`<div id="html_f1e42f54b1dc81274bf92df405a9d007" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_643848a0bd1a5d307c1685108fc430ea.setContent(html_f1e42f54b1dc81274bf92df405a9d007);
|
|
|
|
|
|
|
|
marker_e57dba41a3b1abb28839199d64a3f6ae.bindPopup(popup_643848a0bd1a5d307c1685108fc430ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e57dba41a3b1abb28839199d64a3f6ae.setIcon(icon_64e26e32a3a81c8db347867ab6cff7b1);
|
|
|
|
|
|
var marker_ec05f5107d66af10a9fa1ba472c4236e = L.marker(
|
|
[53.5, 10.25],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c1df930f56e34ca54e47cea39ac1ef98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38a4d98b3307e0c245c5941cb5691f9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71baaac409fa34f8320a840929f229d6 = $(`<div id="html_71baaac409fa34f8320a840929f229d6" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_38a4d98b3307e0c245c5941cb5691f9a.setContent(html_71baaac409fa34f8320a840929f229d6);
|
|
|
|
|
|
|
|
marker_ec05f5107d66af10a9fa1ba472c4236e.bindPopup(popup_38a4d98b3307e0c245c5941cb5691f9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec05f5107d66af10a9fa1ba472c4236e.setIcon(icon_c1df930f56e34ca54e47cea39ac1ef98);
|
|
|
|
|
|
var marker_f4ec807310f508a997c91073f7d78739 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_38846a8f0d8535de841d709b37bf29fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_145bd294339c82c253e82c28ee6d7fd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_062cd8b6a61afbacf7b2e15fd4061944 = $(`<div id="html_062cd8b6a61afbacf7b2e15fd4061944" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_145bd294339c82c253e82c28ee6d7fd7.setContent(html_062cd8b6a61afbacf7b2e15fd4061944);
|
|
|
|
|
|
|
|
marker_f4ec807310f508a997c91073f7d78739.bindPopup(popup_145bd294339c82c253e82c28ee6d7fd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4ec807310f508a997c91073f7d78739.setIcon(icon_38846a8f0d8535de841d709b37bf29fd);
|
|
|
|
|
|
var marker_9c5007c0547acedc2752f02a3e2e0401 = L.marker(
|
|
[53.5, 10.25],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_8f8fd4d75c83efb2113aa22e735b3105 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5578892617e5642b2429b2bff1d049a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a96dd9dbe04bde3c58c51c57ee77c5e9 = $(`<div id="html_a96dd9dbe04bde3c58c51c57ee77c5e9" style="width: 100.0%; height: 100.0%;">pyramid.self-determined.de</div>`)[0];
|
|
popup_5578892617e5642b2429b2bff1d049a1.setContent(html_a96dd9dbe04bde3c58c51c57ee77c5e9);
|
|
|
|
|
|
|
|
marker_9c5007c0547acedc2752f02a3e2e0401.bindPopup(popup_5578892617e5642b2429b2bff1d049a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c5007c0547acedc2752f02a3e2e0401.setIcon(icon_8f8fd4d75c83efb2113aa22e735b3105);
|
|
|
|
|
|
var marker_099761312db227a94d084f3f88d73e52 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_35b2b8982beb1f00c79c6a67d0f0ba57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1658cf698333b4ddb5ce7c53526b48d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccc8698bcee45f77d9c04b6b297457b2 = $(`<div id="html_ccc8698bcee45f77d9c04b6b297457b2" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_1658cf698333b4ddb5ce7c53526b48d3.setContent(html_ccc8698bcee45f77d9c04b6b297457b2);
|
|
|
|
|
|
|
|
marker_099761312db227a94d084f3f88d73e52.bindPopup(popup_1658cf698333b4ddb5ce7c53526b48d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_099761312db227a94d084f3f88d73e52.setIcon(icon_35b2b8982beb1f00c79c6a67d0f0ba57);
|
|
|
|
|
|
var marker_68692d2e95dbdf95796a5617ca8bf867 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_8a65494c8ec9db657da75ba7fb474834 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf30addfb82927243b45df4a549a5ba5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a35f12a00ceae5c8198be9f97757f61 = $(`<div id="html_4a35f12a00ceae5c8198be9f97757f61" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_bf30addfb82927243b45df4a549a5ba5.setContent(html_4a35f12a00ceae5c8198be9f97757f61);
|
|
|
|
|
|
|
|
marker_68692d2e95dbdf95796a5617ca8bf867.bindPopup(popup_bf30addfb82927243b45df4a549a5ba5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68692d2e95dbdf95796a5617ca8bf867.setIcon(icon_8a65494c8ec9db657da75ba7fb474834);
|
|
|
|
|
|
var marker_29ba190547db542c3e4ad5b3ac11e9e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_907cf2e4cd76ece75341ee99ec031fe3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d45d79c9fc80848e4e67f07dfc54f19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e0378505061cf0f3e872fa591386937 = $(`<div id="html_0e0378505061cf0f3e872fa591386937" style="width: 100.0%; height: 100.0%;">nostr.wom.wtf</div>`)[0];
|
|
popup_4d45d79c9fc80848e4e67f07dfc54f19.setContent(html_0e0378505061cf0f3e872fa591386937);
|
|
|
|
|
|
|
|
marker_29ba190547db542c3e4ad5b3ac11e9e9.bindPopup(popup_4d45d79c9fc80848e4e67f07dfc54f19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29ba190547db542c3e4ad5b3ac11e9e9.setIcon(icon_907cf2e4cd76ece75341ee99ec031fe3);
|
|
|
|
|
|
var marker_ccae36d77a39f6c87e859ef3d2b9758d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_87de54d73d8d61def6bc9b15f8243404 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3131933dc51bdf718132fb667858d382 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97f1aea56e2834e9805881d6b4a25ca3 = $(`<div id="html_97f1aea56e2834e9805881d6b4a25ca3" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_3131933dc51bdf718132fb667858d382.setContent(html_97f1aea56e2834e9805881d6b4a25ca3);
|
|
|
|
|
|
|
|
marker_ccae36d77a39f6c87e859ef3d2b9758d.bindPopup(popup_3131933dc51bdf718132fb667858d382)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccae36d77a39f6c87e859ef3d2b9758d.setIcon(icon_87de54d73d8d61def6bc9b15f8243404);
|
|
|
|
|
|
var marker_5bc7301bc19bfa4961cf8c17b7e8e1f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_5df4e2b428ea418b1448f3cea548c44c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac769eb5c4b79e97e5ca011fa7f2b7a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7006a8b032ec54cf9d350daa9ce3a87 = $(`<div id="html_e7006a8b032ec54cf9d350daa9ce3a87" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_ac769eb5c4b79e97e5ca011fa7f2b7a8.setContent(html_e7006a8b032ec54cf9d350daa9ce3a87);
|
|
|
|
|
|
|
|
marker_5bc7301bc19bfa4961cf8c17b7e8e1f3.bindPopup(popup_ac769eb5c4b79e97e5ca011fa7f2b7a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bc7301bc19bfa4961cf8c17b7e8e1f3.setIcon(icon_5df4e2b428ea418b1448f3cea548c44c);
|
|
|
|
|
|
var marker_d97287167ceee8b4e785561ff181c106 = L.marker(
|
|
[39.7392, -104.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_45ee14b25f896a1b48cfa15d795302de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_257dbe3e46ea08ff1f2be851700f6928 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46ef8a6eede52f9b77b2b0aee048d667 = $(`<div id="html_46ef8a6eede52f9b77b2b0aee048d667" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_257dbe3e46ea08ff1f2be851700f6928.setContent(html_46ef8a6eede52f9b77b2b0aee048d667);
|
|
|
|
|
|
|
|
marker_d97287167ceee8b4e785561ff181c106.bindPopup(popup_257dbe3e46ea08ff1f2be851700f6928)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d97287167ceee8b4e785561ff181c106.setIcon(icon_45ee14b25f896a1b48cfa15d795302de);
|
|
|
|
|
|
var marker_f51d1e60b883ab525514d635e04f580b = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_44ad5cd4cda7c947e0bfeedb8ed14009 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4cbb27a7bed8e6a9340c0cce8b049a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0868832265806726e04dac9257caff03 = $(`<div id="html_0868832265806726e04dac9257caff03" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_d4cbb27a7bed8e6a9340c0cce8b049a5.setContent(html_0868832265806726e04dac9257caff03);
|
|
|
|
|
|
|
|
marker_f51d1e60b883ab525514d635e04f580b.bindPopup(popup_d4cbb27a7bed8e6a9340c0cce8b049a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f51d1e60b883ab525514d635e04f580b.setIcon(icon_44ad5cd4cda7c947e0bfeedb8ed14009);
|
|
|
|
|
|
var marker_87481e18bed9b885611d7d8fa3900c7e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_0453aa578e2071e5724ecf72db31d95e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3990c4bd2ef345fe78c6ca4e4d0452f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_548c4ac6d9c95ded6c75d9fa34768259 = $(`<div id="html_548c4ac6d9c95ded6c75d9fa34768259" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_d3990c4bd2ef345fe78c6ca4e4d0452f.setContent(html_548c4ac6d9c95ded6c75d9fa34768259);
|
|
|
|
|
|
|
|
marker_87481e18bed9b885611d7d8fa3900c7e.bindPopup(popup_d3990c4bd2ef345fe78c6ca4e4d0452f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87481e18bed9b885611d7d8fa3900c7e.setIcon(icon_0453aa578e2071e5724ecf72db31d95e);
|
|
|
|
|
|
var marker_eee37168eccb18f2a7a46dc043bae292 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c9abf07f96027a3facd2c3376b00c9bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adfdba68adce973c659cf5d565bd6119 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d17b7107247f38c6278d8bd5e68ee6b4 = $(`<div id="html_d17b7107247f38c6278d8bd5e68ee6b4" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_adfdba68adce973c659cf5d565bd6119.setContent(html_d17b7107247f38c6278d8bd5e68ee6b4);
|
|
|
|
|
|
|
|
marker_eee37168eccb18f2a7a46dc043bae292.bindPopup(popup_adfdba68adce973c659cf5d565bd6119)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eee37168eccb18f2a7a46dc043bae292.setIcon(icon_c9abf07f96027a3facd2c3376b00c9bf);
|
|
|
|
|
|
var marker_534affaff6088027c7f0f70bfa6e4e85 = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_38630464ca6f8978f2830c377c46b7ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_308d3f89cd8936ef28f94aa5e2722cdc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46f0d967de5123b501deeb6b58af8749 = $(`<div id="html_46f0d967de5123b501deeb6b58af8749" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_308d3f89cd8936ef28f94aa5e2722cdc.setContent(html_46f0d967de5123b501deeb6b58af8749);
|
|
|
|
|
|
|
|
marker_534affaff6088027c7f0f70bfa6e4e85.bindPopup(popup_308d3f89cd8936ef28f94aa5e2722cdc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_534affaff6088027c7f0f70bfa6e4e85.setIcon(icon_38630464ca6f8978f2830c377c46b7ac);
|
|
|
|
|
|
var marker_510f78dd992fcc0bc768bec8e49ab5e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_0afec7ac4e968259de994fb1c659dab3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e91d57312093b5f36e345bbefc6d1309 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65525274316c17671697de3fb422c1a5 = $(`<div id="html_65525274316c17671697de3fb422c1a5" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_e91d57312093b5f36e345bbefc6d1309.setContent(html_65525274316c17671697de3fb422c1a5);
|
|
|
|
|
|
|
|
marker_510f78dd992fcc0bc768bec8e49ab5e9.bindPopup(popup_e91d57312093b5f36e345bbefc6d1309)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_510f78dd992fcc0bc768bec8e49ab5e9.setIcon(icon_0afec7ac4e968259de994fb1c659dab3);
|
|
|
|
|
|
var marker_2d819374cf5450e17dea59fcc1d05387 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_229c49f66fa9bdd75e5963027deaa523 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79a9b98c10f491677a73e050e8a6c1e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77c35ac1bde3f8e0e4241265e58aa84e = $(`<div id="html_77c35ac1bde3f8e0e4241265e58aa84e" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_79a9b98c10f491677a73e050e8a6c1e1.setContent(html_77c35ac1bde3f8e0e4241265e58aa84e);
|
|
|
|
|
|
|
|
marker_2d819374cf5450e17dea59fcc1d05387.bindPopup(popup_79a9b98c10f491677a73e050e8a6c1e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d819374cf5450e17dea59fcc1d05387.setIcon(icon_229c49f66fa9bdd75e5963027deaa523);
|
|
|
|
|
|
var marker_35abd127ec10d42126f730ae1d579e8e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_41d7eb9b22b5e95b4d02bf3e8b799f27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a27e4bee258158d404ab237f1088086 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58ab004b6d11e8bc39754acfe8a7b3d7 = $(`<div id="html_58ab004b6d11e8bc39754acfe8a7b3d7" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_0a27e4bee258158d404ab237f1088086.setContent(html_58ab004b6d11e8bc39754acfe8a7b3d7);
|
|
|
|
|
|
|
|
marker_35abd127ec10d42126f730ae1d579e8e.bindPopup(popup_0a27e4bee258158d404ab237f1088086)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35abd127ec10d42126f730ae1d579e8e.setIcon(icon_41d7eb9b22b5e95b4d02bf3e8b799f27);
|
|
|
|
|
|
var marker_226bb3f7555600f5a9ead0c589b7fc0d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_ab09b50f584e159d0086ff0f7e314567 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be422bc19fa27f156f57ffdf38d4aed6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_700063c82a54957a40b716e10bee7ce6 = $(`<div id="html_700063c82a54957a40b716e10bee7ce6" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_be422bc19fa27f156f57ffdf38d4aed6.setContent(html_700063c82a54957a40b716e10bee7ce6);
|
|
|
|
|
|
|
|
marker_226bb3f7555600f5a9ead0c589b7fc0d.bindPopup(popup_be422bc19fa27f156f57ffdf38d4aed6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_226bb3f7555600f5a9ead0c589b7fc0d.setIcon(icon_ab09b50f584e159d0086ff0f7e314567);
|
|
|
|
|
|
var marker_296bb454121825ed0507d10a0da01223 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_8778963ef4dc856d7e6a82ad87b3d4a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6566769edb83501907f901c1507e709f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd801e15382bcf26849f44cc8fabfb52 = $(`<div id="html_dd801e15382bcf26849f44cc8fabfb52" style="width: 100.0%; height: 100.0%;">relay.visionfusen.org</div>`)[0];
|
|
popup_6566769edb83501907f901c1507e709f.setContent(html_dd801e15382bcf26849f44cc8fabfb52);
|
|
|
|
|
|
|
|
marker_296bb454121825ed0507d10a0da01223.bindPopup(popup_6566769edb83501907f901c1507e709f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_296bb454121825ed0507d10a0da01223.setIcon(icon_8778963ef4dc856d7e6a82ad87b3d4a9);
|
|
|
|
|
|
var marker_0a53fd6cb8d69bbb2868545fb2c58117 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_ae6a9595f85dbd04ba0dfbe9e38ea9c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b290c7d554a5c519df2473401133aa8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01576e0ccf70f3475da89764bf111b1c = $(`<div id="html_01576e0ccf70f3475da89764bf111b1c" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_5b290c7d554a5c519df2473401133aa8.setContent(html_01576e0ccf70f3475da89764bf111b1c);
|
|
|
|
|
|
|
|
marker_0a53fd6cb8d69bbb2868545fb2c58117.bindPopup(popup_5b290c7d554a5c519df2473401133aa8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a53fd6cb8d69bbb2868545fb2c58117.setIcon(icon_ae6a9595f85dbd04ba0dfbe9e38ea9c1);
|
|
|
|
|
|
var marker_d3e940dbc89c65ed9c535a6e23c4a95a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c0a44107be46edd61793fc44405f99cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e1837ce67b96670c963226a4f5b91d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84465310de9aab7dbc9e9df770f8274c = $(`<div id="html_84465310de9aab7dbc9e9df770f8274c" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_0e1837ce67b96670c963226a4f5b91d3.setContent(html_84465310de9aab7dbc9e9df770f8274c);
|
|
|
|
|
|
|
|
marker_d3e940dbc89c65ed9c535a6e23c4a95a.bindPopup(popup_0e1837ce67b96670c963226a4f5b91d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3e940dbc89c65ed9c535a6e23c4a95a.setIcon(icon_c0a44107be46edd61793fc44405f99cc);
|
|
|
|
|
|
var marker_729427352252da5ca17cae2d9d5934c4 = L.marker(
|
|
[43.4305, -83.9638],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_77af8d49f91cce2fc579bd6db32866f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6d6b17d8c7f7b3d25ceab5a5fa3024e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38e9b719a388e36631bfefa6a81eaaf6 = $(`<div id="html_38e9b719a388e36631bfefa6a81eaaf6" style="width: 100.0%; height: 100.0%;">kanagrovv-pyramid.kozow.com</div>`)[0];
|
|
popup_f6d6b17d8c7f7b3d25ceab5a5fa3024e.setContent(html_38e9b719a388e36631bfefa6a81eaaf6);
|
|
|
|
|
|
|
|
marker_729427352252da5ca17cae2d9d5934c4.bindPopup(popup_f6d6b17d8c7f7b3d25ceab5a5fa3024e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_729427352252da5ca17cae2d9d5934c4.setIcon(icon_77af8d49f91cce2fc579bd6db32866f7);
|
|
|
|
|
|
var marker_f2d150c8fb219d8d15ef43bca92e0914 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_4e2e558a7781e1327e139513faef19b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfcf1e9d0c49e12b712dfd1cf900988a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bebd2c7d4074d7d88a81b90ff11b67dd = $(`<div id="html_bebd2c7d4074d7d88a81b90ff11b67dd" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_cfcf1e9d0c49e12b712dfd1cf900988a.setContent(html_bebd2c7d4074d7d88a81b90ff11b67dd);
|
|
|
|
|
|
|
|
marker_f2d150c8fb219d8d15ef43bca92e0914.bindPopup(popup_cfcf1e9d0c49e12b712dfd1cf900988a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2d150c8fb219d8d15ef43bca92e0914.setIcon(icon_4e2e558a7781e1327e139513faef19b5);
|
|
|
|
|
|
var marker_080eaff3234e3bdd108f939acd2fb71b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_eaa153d49f192f1121bf75a74b7c2fe1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed12cfd8c35a778afcb2be7e62d1a7d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92dde162cf7d03138b832c9347c3b1b8 = $(`<div id="html_92dde162cf7d03138b832c9347c3b1b8" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_ed12cfd8c35a778afcb2be7e62d1a7d5.setContent(html_92dde162cf7d03138b832c9347c3b1b8);
|
|
|
|
|
|
|
|
marker_080eaff3234e3bdd108f939acd2fb71b.bindPopup(popup_ed12cfd8c35a778afcb2be7e62d1a7d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_080eaff3234e3bdd108f939acd2fb71b.setIcon(icon_eaa153d49f192f1121bf75a74b7c2fe1);
|
|
|
|
|
|
var marker_0a5e1d3c51c45995b8db47f51dba4711 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_9e8963a7f2d4f742a6b0976ca649a8a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1522033f650a48a44b1ef1e557f1276c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5f62074dbdf4f79ad06a9f1c1856d9b = $(`<div id="html_b5f62074dbdf4f79ad06a9f1c1856d9b" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_1522033f650a48a44b1ef1e557f1276c.setContent(html_b5f62074dbdf4f79ad06a9f1c1856d9b);
|
|
|
|
|
|
|
|
marker_0a5e1d3c51c45995b8db47f51dba4711.bindPopup(popup_1522033f650a48a44b1ef1e557f1276c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a5e1d3c51c45995b8db47f51dba4711.setIcon(icon_9e8963a7f2d4f742a6b0976ca649a8a5);
|
|
|
|
|
|
var marker_9e7723215c01bebf6588e472273f433b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_4d6ce0c3df54da8d11c941111a487cb7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0167ac52f3bd48fea0b367572e154ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87c1d75f133ecb890fdbcd3eaf92c37a = $(`<div id="html_87c1d75f133ecb890fdbcd3eaf92c37a" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_a0167ac52f3bd48fea0b367572e154ab.setContent(html_87c1d75f133ecb890fdbcd3eaf92c37a);
|
|
|
|
|
|
|
|
marker_9e7723215c01bebf6588e472273f433b.bindPopup(popup_a0167ac52f3bd48fea0b367572e154ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e7723215c01bebf6588e472273f433b.setIcon(icon_4d6ce0c3df54da8d11c941111a487cb7);
|
|
|
|
|
|
var marker_fbcc9aac3d49739c12cb03ac18fdfc42 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c297fc4424ba770998f790dc5fdc771f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2e6553632e181a296ea9b648835c77e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a97eef6bf5a61d679346258b30792ad = $(`<div id="html_9a97eef6bf5a61d679346258b30792ad" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_d2e6553632e181a296ea9b648835c77e.setContent(html_9a97eef6bf5a61d679346258b30792ad);
|
|
|
|
|
|
|
|
marker_fbcc9aac3d49739c12cb03ac18fdfc42.bindPopup(popup_d2e6553632e181a296ea9b648835c77e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbcc9aac3d49739c12cb03ac18fdfc42.setIcon(icon_c297fc4424ba770998f790dc5fdc771f);
|
|
|
|
|
|
var marker_ed55f16fdce396d6cd3c3f46be2f4bf6 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_ae0e1aee84467643c10a87c0773817ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a0d19bd88c5bc02bcde2e2dca1901d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51b95e1fb66bb48d5e4dbb109a57b6d4 = $(`<div id="html_51b95e1fb66bb48d5e4dbb109a57b6d4" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_7a0d19bd88c5bc02bcde2e2dca1901d8.setContent(html_51b95e1fb66bb48d5e4dbb109a57b6d4);
|
|
|
|
|
|
|
|
marker_ed55f16fdce396d6cd3c3f46be2f4bf6.bindPopup(popup_7a0d19bd88c5bc02bcde2e2dca1901d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed55f16fdce396d6cd3c3f46be2f4bf6.setIcon(icon_ae0e1aee84467643c10a87c0773817ba);
|
|
|
|
|
|
var marker_1bfd9f73ffea7ca89996ccd4450f71d2 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b9ba71375585fdef59dafc5243f5f21b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8751f5dc9e61cd91485fb01f9869c50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_017e37c01d7cdcf516de9001a72a677f = $(`<div id="html_017e37c01d7cdcf516de9001a72a677f" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_c8751f5dc9e61cd91485fb01f9869c50.setContent(html_017e37c01d7cdcf516de9001a72a677f);
|
|
|
|
|
|
|
|
marker_1bfd9f73ffea7ca89996ccd4450f71d2.bindPopup(popup_c8751f5dc9e61cd91485fb01f9869c50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bfd9f73ffea7ca89996ccd4450f71d2.setIcon(icon_b9ba71375585fdef59dafc5243f5f21b);
|
|
|
|
|
|
var marker_a361b6ab74ac539232c2aaffd9760e46 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_6b81d86406e02809ebad2079bf397d87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e8b33dcbf4b6ac1065ff21fd89f58ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d38b6c6e8dc4daaae51dfb82ae745ceb = $(`<div id="html_d38b6c6e8dc4daaae51dfb82ae745ceb" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_3e8b33dcbf4b6ac1065ff21fd89f58ab.setContent(html_d38b6c6e8dc4daaae51dfb82ae745ceb);
|
|
|
|
|
|
|
|
marker_a361b6ab74ac539232c2aaffd9760e46.bindPopup(popup_3e8b33dcbf4b6ac1065ff21fd89f58ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a361b6ab74ac539232c2aaffd9760e46.setIcon(icon_6b81d86406e02809ebad2079bf397d87);
|
|
|
|
|
|
var marker_5014e9fb0020f4fc903d510b0245d306 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c92486a721083eea7b7f038dd6a8108a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d2e946e484aa59824cd6794263b7361 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b77b9cacba91732ef683a65e2b81bea0 = $(`<div id="html_b77b9cacba91732ef683a65e2b81bea0" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_7d2e946e484aa59824cd6794263b7361.setContent(html_b77b9cacba91732ef683a65e2b81bea0);
|
|
|
|
|
|
|
|
marker_5014e9fb0020f4fc903d510b0245d306.bindPopup(popup_7d2e946e484aa59824cd6794263b7361)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5014e9fb0020f4fc903d510b0245d306.setIcon(icon_c92486a721083eea7b7f038dd6a8108a);
|
|
|
|
|
|
var marker_b4f6b5f6a8e3c5c69a72e3e758d90972 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_22c1a3662adcd615e5416aa74046f2f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1161322d470ef05def29bf0b5094084 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62ebc03effd154c83e4ce39633bf2978 = $(`<div id="html_62ebc03effd154c83e4ce39633bf2978" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_c1161322d470ef05def29bf0b5094084.setContent(html_62ebc03effd154c83e4ce39633bf2978);
|
|
|
|
|
|
|
|
marker_b4f6b5f6a8e3c5c69a72e3e758d90972.bindPopup(popup_c1161322d470ef05def29bf0b5094084)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4f6b5f6a8e3c5c69a72e3e758d90972.setIcon(icon_22c1a3662adcd615e5416aa74046f2f7);
|
|
|
|
|
|
var marker_03adc1b40a28a7cfc6abd3b6dacd6d5b = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c62b222c5207a2ff6fdca18860ad2b09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_885242eb8a6af6360fa741396db8d053 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_169dba1222ac750b9776b890c9799a52 = $(`<div id="html_169dba1222ac750b9776b890c9799a52" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_885242eb8a6af6360fa741396db8d053.setContent(html_169dba1222ac750b9776b890c9799a52);
|
|
|
|
|
|
|
|
marker_03adc1b40a28a7cfc6abd3b6dacd6d5b.bindPopup(popup_885242eb8a6af6360fa741396db8d053)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03adc1b40a28a7cfc6abd3b6dacd6d5b.setIcon(icon_c62b222c5207a2ff6fdca18860ad2b09);
|
|
|
|
|
|
var marker_3f1e44eb856bd380b70230cbedea963f = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_0e3c9e45bf7bead333228bea98d61e8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d937439aaea6b72690c84fa6022bf25b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d63d72c1b88d71aad627f1cd4c82d85 = $(`<div id="html_6d63d72c1b88d71aad627f1cd4c82d85" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_d937439aaea6b72690c84fa6022bf25b.setContent(html_6d63d72c1b88d71aad627f1cd4c82d85);
|
|
|
|
|
|
|
|
marker_3f1e44eb856bd380b70230cbedea963f.bindPopup(popup_d937439aaea6b72690c84fa6022bf25b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f1e44eb856bd380b70230cbedea963f.setIcon(icon_0e3c9e45bf7bead333228bea98d61e8d);
|
|
|
|
|
|
var marker_680914b772497fd98e588b52f8e06f2e = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b10749ae1272d80dd01650893c1419e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e42d44e5e81e13cce69aecc32076aaac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25551d04878a9d6e818908f369d98519 = $(`<div id="html_25551d04878a9d6e818908f369d98519" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_e42d44e5e81e13cce69aecc32076aaac.setContent(html_25551d04878a9d6e818908f369d98519);
|
|
|
|
|
|
|
|
marker_680914b772497fd98e588b52f8e06f2e.bindPopup(popup_e42d44e5e81e13cce69aecc32076aaac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_680914b772497fd98e588b52f8e06f2e.setIcon(icon_b10749ae1272d80dd01650893c1419e6);
|
|
|
|
|
|
var marker_dcbcbd3a0789d160d832aba0f6c88fdd = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_d7731f45b06e8523e841796f2e494d2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93e81b1869573883ee25a9b41d198150 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4189f927495beb804675dab1adfdcbba = $(`<div id="html_4189f927495beb804675dab1adfdcbba" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_93e81b1869573883ee25a9b41d198150.setContent(html_4189f927495beb804675dab1adfdcbba);
|
|
|
|
|
|
|
|
marker_dcbcbd3a0789d160d832aba0f6c88fdd.bindPopup(popup_93e81b1869573883ee25a9b41d198150)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcbcbd3a0789d160d832aba0f6c88fdd.setIcon(icon_d7731f45b06e8523e841796f2e494d2b);
|
|
|
|
|
|
var marker_f3f0b34f9a212d4d3a857e466e27bc48 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_199e5afc0a29b978930192002fd65feb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c964e207df9d55740a20695584d52328 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7faaf829665ad1d58261633720b2477e = $(`<div id="html_7faaf829665ad1d58261633720b2477e" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_c964e207df9d55740a20695584d52328.setContent(html_7faaf829665ad1d58261633720b2477e);
|
|
|
|
|
|
|
|
marker_f3f0b34f9a212d4d3a857e466e27bc48.bindPopup(popup_c964e207df9d55740a20695584d52328)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3f0b34f9a212d4d3a857e466e27bc48.setIcon(icon_199e5afc0a29b978930192002fd65feb);
|
|
|
|
|
|
var marker_9484f45bad1e3c41c9edccab888b1d19 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_f8d0db05695456e92a2ec8206700e07e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bc382634126cd2f26c00beead84d7e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f76e2c1edb08e3906dccac59f164ac7 = $(`<div id="html_1f76e2c1edb08e3906dccac59f164ac7" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_8bc382634126cd2f26c00beead84d7e4.setContent(html_1f76e2c1edb08e3906dccac59f164ac7);
|
|
|
|
|
|
|
|
marker_9484f45bad1e3c41c9edccab888b1d19.bindPopup(popup_8bc382634126cd2f26c00beead84d7e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9484f45bad1e3c41c9edccab888b1d19.setIcon(icon_f8d0db05695456e92a2ec8206700e07e);
|
|
|
|
|
|
var marker_5740facee8211f487b88e3ea2f2c475b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_0a232825abb8f8f3bf8347e794ad393d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bad045cb3fea7dd7705f2b7ffa30ca44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b20047eb1007c309397595394a24696 = $(`<div id="html_5b20047eb1007c309397595394a24696" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_bad045cb3fea7dd7705f2b7ffa30ca44.setContent(html_5b20047eb1007c309397595394a24696);
|
|
|
|
|
|
|
|
marker_5740facee8211f487b88e3ea2f2c475b.bindPopup(popup_bad045cb3fea7dd7705f2b7ffa30ca44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5740facee8211f487b88e3ea2f2c475b.setIcon(icon_0a232825abb8f8f3bf8347e794ad393d);
|
|
|
|
|
|
var marker_1fc6f8488ff0046fdee2f427184ba222 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_5474521285beb1d3b82273da11f9083f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f23ff64703fabd2319359c326c3043e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9242266992fa794ed7edac5f6e452557 = $(`<div id="html_9242266992fa794ed7edac5f6e452557" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_0f23ff64703fabd2319359c326c3043e.setContent(html_9242266992fa794ed7edac5f6e452557);
|
|
|
|
|
|
|
|
marker_1fc6f8488ff0046fdee2f427184ba222.bindPopup(popup_0f23ff64703fabd2319359c326c3043e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fc6f8488ff0046fdee2f427184ba222.setIcon(icon_5474521285beb1d3b82273da11f9083f);
|
|
|
|
|
|
var marker_a73cc5deb6e0d28094319373d235ffcf = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_6a0a0f26f9c6502e0a774ecae8a989d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e61d74793c036d47671888bf22c5f48e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff1e0a942a223cf228ff7d09df55fc0c = $(`<div id="html_ff1e0a942a223cf228ff7d09df55fc0c" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_e61d74793c036d47671888bf22c5f48e.setContent(html_ff1e0a942a223cf228ff7d09df55fc0c);
|
|
|
|
|
|
|
|
marker_a73cc5deb6e0d28094319373d235ffcf.bindPopup(popup_e61d74793c036d47671888bf22c5f48e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a73cc5deb6e0d28094319373d235ffcf.setIcon(icon_6a0a0f26f9c6502e0a774ecae8a989d8);
|
|
|
|
|
|
var marker_938e43a6231ba4e80bc1cf15e5761988 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_5603dd818f7b77c9d9c50e873a1bfb44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4989b36250ce77a8356d4596f36cdd9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31b90415587e3655060bb845fd03cbe8 = $(`<div id="html_31b90415587e3655060bb845fd03cbe8" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_4989b36250ce77a8356d4596f36cdd9b.setContent(html_31b90415587e3655060bb845fd03cbe8);
|
|
|
|
|
|
|
|
marker_938e43a6231ba4e80bc1cf15e5761988.bindPopup(popup_4989b36250ce77a8356d4596f36cdd9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_938e43a6231ba4e80bc1cf15e5761988.setIcon(icon_5603dd818f7b77c9d9c50e873a1bfb44);
|
|
|
|
|
|
var marker_488667c4f1d239f78231fecae0dd8971 = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_174d24cf523813507d206229f102d2e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19cbcc9e37c82b99422c39405d34c864 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fded3bf09d8ee44715964d4ec00a2145 = $(`<div id="html_fded3bf09d8ee44715964d4ec00a2145" style="width: 100.0%; height: 100.0%;">nostr-relay.aruku.kro.kr</div>`)[0];
|
|
popup_19cbcc9e37c82b99422c39405d34c864.setContent(html_fded3bf09d8ee44715964d4ec00a2145);
|
|
|
|
|
|
|
|
marker_488667c4f1d239f78231fecae0dd8971.bindPopup(popup_19cbcc9e37c82b99422c39405d34c864)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_488667c4f1d239f78231fecae0dd8971.setIcon(icon_174d24cf523813507d206229f102d2e8);
|
|
|
|
|
|
var marker_e552311b768e07d9cc7acef58d2de28e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_013a9744e22b3d175d2c660feddd187c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d91109c20e4ed9a2ab4b0ef380369a7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3edf7a277acf52807a200099d095d13 = $(`<div id="html_f3edf7a277acf52807a200099d095d13" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_d91109c20e4ed9a2ab4b0ef380369a7c.setContent(html_f3edf7a277acf52807a200099d095d13);
|
|
|
|
|
|
|
|
marker_e552311b768e07d9cc7acef58d2de28e.bindPopup(popup_d91109c20e4ed9a2ab4b0ef380369a7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e552311b768e07d9cc7acef58d2de28e.setIcon(icon_013a9744e22b3d175d2c660feddd187c);
|
|
|
|
|
|
var marker_5c646e90b5f35520f71ead3d839bbb3d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_7b427b864991e1f1933b644af5974e7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4171e061cc42d018c4675421de18bc26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7268fae46afe1c57e8b5301d3e2286ba = $(`<div id="html_7268fae46afe1c57e8b5301d3e2286ba" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_4171e061cc42d018c4675421de18bc26.setContent(html_7268fae46afe1c57e8b5301d3e2286ba);
|
|
|
|
|
|
|
|
marker_5c646e90b5f35520f71ead3d839bbb3d.bindPopup(popup_4171e061cc42d018c4675421de18bc26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c646e90b5f35520f71ead3d839bbb3d.setIcon(icon_7b427b864991e1f1933b644af5974e7b);
|
|
|
|
|
|
var marker_b27d5682bb0fb2f57eb2328aba1a2761 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_409345a2757e2feccb310d84de8a1c27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17663735af289646a7ac1b27d210d885 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd0c71d42d557014faf9bd55efdeb0b7 = $(`<div id="html_cd0c71d42d557014faf9bd55efdeb0b7" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_17663735af289646a7ac1b27d210d885.setContent(html_cd0c71d42d557014faf9bd55efdeb0b7);
|
|
|
|
|
|
|
|
marker_b27d5682bb0fb2f57eb2328aba1a2761.bindPopup(popup_17663735af289646a7ac1b27d210d885)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b27d5682bb0fb2f57eb2328aba1a2761.setIcon(icon_409345a2757e2feccb310d84de8a1c27);
|
|
|
|
|
|
var marker_0f2f3976de9ac40f2647337663bf19b1 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_6b2247260276c3647c5a44cf176d84ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90a9da52741283660174aebaed5c32f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4eeb65f0056fadf74c583b45c35439b4 = $(`<div id="html_4eeb65f0056fadf74c583b45c35439b4" style="width: 100.0%; height: 100.0%;">relay.bitmacro.io</div>`)[0];
|
|
popup_90a9da52741283660174aebaed5c32f3.setContent(html_4eeb65f0056fadf74c583b45c35439b4);
|
|
|
|
|
|
|
|
marker_0f2f3976de9ac40f2647337663bf19b1.bindPopup(popup_90a9da52741283660174aebaed5c32f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f2f3976de9ac40f2647337663bf19b1.setIcon(icon_6b2247260276c3647c5a44cf176d84ae);
|
|
|
|
|
|
var marker_a0aa81428b1fa47e33a881823c42bf7a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_93a725c023539b910a5f3ce698b5a0fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a3f6f7d2280d3744eab705b3934413f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41592e94333ebf9a625d8382bb2d41b5 = $(`<div id="html_41592e94333ebf9a625d8382bb2d41b5" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_2a3f6f7d2280d3744eab705b3934413f.setContent(html_41592e94333ebf9a625d8382bb2d41b5);
|
|
|
|
|
|
|
|
marker_a0aa81428b1fa47e33a881823c42bf7a.bindPopup(popup_2a3f6f7d2280d3744eab705b3934413f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0aa81428b1fa47e33a881823c42bf7a.setIcon(icon_93a725c023539b910a5f3ce698b5a0fe);
|
|
|
|
|
|
var marker_a8a71da3f007e337b5e2dc9b6518a612 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_dce18d36f6d8740ed4aeb2c3c92b44e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b72c7ee942c8f8bed102d919794a5171 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa26950f0ca8249a295c895d1c227082 = $(`<div id="html_aa26950f0ca8249a295c895d1c227082" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_b72c7ee942c8f8bed102d919794a5171.setContent(html_aa26950f0ca8249a295c895d1c227082);
|
|
|
|
|
|
|
|
marker_a8a71da3f007e337b5e2dc9b6518a612.bindPopup(popup_b72c7ee942c8f8bed102d919794a5171)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8a71da3f007e337b5e2dc9b6518a612.setIcon(icon_dce18d36f6d8740ed4aeb2c3c92b44e5);
|
|
|
|
|
|
var marker_b013cfbc7218d45ec96a4917991503fa = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_77a722da42975bcb1144e85c02b0d4c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1789fec36f6a96da360994e5207b8a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdf56d3a5871cccd34e3b064f2a51c89 = $(`<div id="html_bdf56d3a5871cccd34e3b064f2a51c89" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_c1789fec36f6a96da360994e5207b8a9.setContent(html_bdf56d3a5871cccd34e3b064f2a51c89);
|
|
|
|
|
|
|
|
marker_b013cfbc7218d45ec96a4917991503fa.bindPopup(popup_c1789fec36f6a96da360994e5207b8a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b013cfbc7218d45ec96a4917991503fa.setIcon(icon_77a722da42975bcb1144e85c02b0d4c3);
|
|
|
|
|
|
var marker_4e527f954d0111da06fcaab1d9eafd17 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_e0228e4fa1e98583c311da8dfab44eb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f920a58e9e91d4c74fdd73da3868c562 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60d0799f675670d016d7c32bd80264e7 = $(`<div id="html_60d0799f675670d016d7c32bd80264e7" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_f920a58e9e91d4c74fdd73da3868c562.setContent(html_60d0799f675670d016d7c32bd80264e7);
|
|
|
|
|
|
|
|
marker_4e527f954d0111da06fcaab1d9eafd17.bindPopup(popup_f920a58e9e91d4c74fdd73da3868c562)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e527f954d0111da06fcaab1d9eafd17.setIcon(icon_e0228e4fa1e98583c311da8dfab44eb3);
|
|
|
|
|
|
var marker_8066655afec5bffe6c2e3ca1495cc247 = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b27847c21b4c44e6ed774a13f2dc21c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c9a37c742ea56a3eb71e024b2987beb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29d62e4cfd60b7dbad53e83b6377d594 = $(`<div id="html_29d62e4cfd60b7dbad53e83b6377d594" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_5c9a37c742ea56a3eb71e024b2987beb.setContent(html_29d62e4cfd60b7dbad53e83b6377d594);
|
|
|
|
|
|
|
|
marker_8066655afec5bffe6c2e3ca1495cc247.bindPopup(popup_5c9a37c742ea56a3eb71e024b2987beb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8066655afec5bffe6c2e3ca1495cc247.setIcon(icon_b27847c21b4c44e6ed774a13f2dc21c4);
|
|
|
|
|
|
var marker_7de80a873dddaf22908cedec9f1fdc0f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_ab01e6ca6cbf4f1435118e0920c9e396 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49b9ed6ca45d514b575e898b3af24f73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a86347f7a86b9a184e493af51bc64d35 = $(`<div id="html_a86347f7a86b9a184e493af51bc64d35" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_49b9ed6ca45d514b575e898b3af24f73.setContent(html_a86347f7a86b9a184e493af51bc64d35);
|
|
|
|
|
|
|
|
marker_7de80a873dddaf22908cedec9f1fdc0f.bindPopup(popup_49b9ed6ca45d514b575e898b3af24f73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7de80a873dddaf22908cedec9f1fdc0f.setIcon(icon_ab01e6ca6cbf4f1435118e0920c9e396);
|
|
|
|
|
|
var marker_e064ed13cf1b39fc876088c15470efa1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_229848bddd6723e780a6da1546a755ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12659d144356c694bf16764d1000f963 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6dfeb391116cb12ead40de7812b9f91 = $(`<div id="html_d6dfeb391116cb12ead40de7812b9f91" style="width: 100.0%; height: 100.0%;">taxation-capable-cards-takes.trycloudflare.com</div>`)[0];
|
|
popup_12659d144356c694bf16764d1000f963.setContent(html_d6dfeb391116cb12ead40de7812b9f91);
|
|
|
|
|
|
|
|
marker_e064ed13cf1b39fc876088c15470efa1.bindPopup(popup_12659d144356c694bf16764d1000f963)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e064ed13cf1b39fc876088c15470efa1.setIcon(icon_229848bddd6723e780a6da1546a755ab);
|
|
|
|
|
|
var marker_cb0323269fd3c5f7e9ee144185c942ea = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_32f4437dc8af91eb7d4cd79f1ee97879 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a276213c2786690156092fd204231355 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_426070f02a8681513e11ba7ffc820098 = $(`<div id="html_426070f02a8681513e11ba7ffc820098" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_a276213c2786690156092fd204231355.setContent(html_426070f02a8681513e11ba7ffc820098);
|
|
|
|
|
|
|
|
marker_cb0323269fd3c5f7e9ee144185c942ea.bindPopup(popup_a276213c2786690156092fd204231355)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb0323269fd3c5f7e9ee144185c942ea.setIcon(icon_32f4437dc8af91eb7d4cd79f1ee97879);
|
|
|
|
|
|
var marker_7e51bcc9d133d6fa0ffc3be5ea90c61c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_2a89bbfdecc16c99321c78e9c0958d11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59eb91dfc4d787c762f4fd0c7beae255 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a499c1f6246bc31b67482a328d820b1 = $(`<div id="html_4a499c1f6246bc31b67482a328d820b1" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_59eb91dfc4d787c762f4fd0c7beae255.setContent(html_4a499c1f6246bc31b67482a328d820b1);
|
|
|
|
|
|
|
|
marker_7e51bcc9d133d6fa0ffc3be5ea90c61c.bindPopup(popup_59eb91dfc4d787c762f4fd0c7beae255)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e51bcc9d133d6fa0ffc3be5ea90c61c.setIcon(icon_2a89bbfdecc16c99321c78e9c0958d11);
|
|
|
|
|
|
var marker_9b66e45a15beb75cb6601368d1093a7b = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_bafa97853c6760c67872d046f54ca7cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f60f087c0d255785780e94ab41ca660 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b4445a87ddf6026cb94994159aa424b = $(`<div id="html_6b4445a87ddf6026cb94994159aa424b" style="width: 100.0%; height: 100.0%;">193.149.189.247</div>`)[0];
|
|
popup_7f60f087c0d255785780e94ab41ca660.setContent(html_6b4445a87ddf6026cb94994159aa424b);
|
|
|
|
|
|
|
|
marker_9b66e45a15beb75cb6601368d1093a7b.bindPopup(popup_7f60f087c0d255785780e94ab41ca660)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b66e45a15beb75cb6601368d1093a7b.setIcon(icon_bafa97853c6760c67872d046f54ca7cb);
|
|
|
|
|
|
var marker_1517fc07b8311006afd6fccd37e68519 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b480f8c25a6d28edea0df9b4fa557656 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a2da5e296400a8f2d6ffbac0239e6c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdc767eda9249240396014309f313363 = $(`<div id="html_fdc767eda9249240396014309f313363" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_9a2da5e296400a8f2d6ffbac0239e6c5.setContent(html_fdc767eda9249240396014309f313363);
|
|
|
|
|
|
|
|
marker_1517fc07b8311006afd6fccd37e68519.bindPopup(popup_9a2da5e296400a8f2d6ffbac0239e6c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1517fc07b8311006afd6fccd37e68519.setIcon(icon_b480f8c25a6d28edea0df9b4fa557656);
|
|
|
|
|
|
var marker_88c029fac8a70720bbb652c6554012ac = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b7e12bcb3f599459578cf04a690c4a20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3203789b135dad9443e171d11d65d902 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f3ee1cf7619782456aec70ac2e409ca = $(`<div id="html_8f3ee1cf7619782456aec70ac2e409ca" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_3203789b135dad9443e171d11d65d902.setContent(html_8f3ee1cf7619782456aec70ac2e409ca);
|
|
|
|
|
|
|
|
marker_88c029fac8a70720bbb652c6554012ac.bindPopup(popup_3203789b135dad9443e171d11d65d902)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88c029fac8a70720bbb652c6554012ac.setIcon(icon_b7e12bcb3f599459578cf04a690c4a20);
|
|
|
|
|
|
var marker_0973272b6adafc530bb113e7f05d9780 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_623a60dc782ed39bd03d3e0925cc9177 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3da9a443a9628bf0ce2203aa1eac8b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8a8754c8705a4fdbd29b1f0fa7d45b0 = $(`<div id="html_d8a8754c8705a4fdbd29b1f0fa7d45b0" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_a3da9a443a9628bf0ce2203aa1eac8b3.setContent(html_d8a8754c8705a4fdbd29b1f0fa7d45b0);
|
|
|
|
|
|
|
|
marker_0973272b6adafc530bb113e7f05d9780.bindPopup(popup_a3da9a443a9628bf0ce2203aa1eac8b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0973272b6adafc530bb113e7f05d9780.setIcon(icon_623a60dc782ed39bd03d3e0925cc9177);
|
|
|
|
|
|
var marker_63172035e462431e558359dc19e16b95 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_91d66e5f8042f889a2228057f8bf14d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_687a654586e68e469dd3f1fa69f66590 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6d1a3bb53dbdc1403e738164da42de5 = $(`<div id="html_b6d1a3bb53dbdc1403e738164da42de5" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_687a654586e68e469dd3f1fa69f66590.setContent(html_b6d1a3bb53dbdc1403e738164da42de5);
|
|
|
|
|
|
|
|
marker_63172035e462431e558359dc19e16b95.bindPopup(popup_687a654586e68e469dd3f1fa69f66590)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63172035e462431e558359dc19e16b95.setIcon(icon_91d66e5f8042f889a2228057f8bf14d4);
|
|
|
|
|
|
var marker_02fb9d54fdfec8763ff1355f01573a2b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b9265350965e5a9d36a2b8ff949eba30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38d7713975dddcd8eae9a59d6faa9fd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e44c0bbf69779fca758d0d844f9fe34c = $(`<div id="html_e44c0bbf69779fca758d0d844f9fe34c" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_38d7713975dddcd8eae9a59d6faa9fd8.setContent(html_e44c0bbf69779fca758d0d844f9fe34c);
|
|
|
|
|
|
|
|
marker_02fb9d54fdfec8763ff1355f01573a2b.bindPopup(popup_38d7713975dddcd8eae9a59d6faa9fd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02fb9d54fdfec8763ff1355f01573a2b.setIcon(icon_b9265350965e5a9d36a2b8ff949eba30);
|
|
|
|
|
|
var marker_9e71f78e84920239934822db5ee2ace0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c6d3102aca3e4a88eded92c05d71f275 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b0350e5bc577fc44376a3be8c7fabda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0f9b5bc0fba660b3e1c58e2b5bf0969 = $(`<div id="html_a0f9b5bc0fba660b3e1c58e2b5bf0969" style="width: 100.0%; height: 100.0%;">relay.bitmacro.pro</div>`)[0];
|
|
popup_0b0350e5bc577fc44376a3be8c7fabda.setContent(html_a0f9b5bc0fba660b3e1c58e2b5bf0969);
|
|
|
|
|
|
|
|
marker_9e71f78e84920239934822db5ee2ace0.bindPopup(popup_0b0350e5bc577fc44376a3be8c7fabda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e71f78e84920239934822db5ee2ace0.setIcon(icon_c6d3102aca3e4a88eded92c05d71f275);
|
|
|
|
|
|
var marker_cfb8255f0116c5fb72177bd871dad9ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_ec16281537a2f6e64c4f2c9da1a88e87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6958e8ffabddf732ba73d3065ac075b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93f2ef1ad9b9207bb37fc559915c11e0 = $(`<div id="html_93f2ef1ad9b9207bb37fc559915c11e0" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_6958e8ffabddf732ba73d3065ac075b9.setContent(html_93f2ef1ad9b9207bb37fc559915c11e0);
|
|
|
|
|
|
|
|
marker_cfb8255f0116c5fb72177bd871dad9ca.bindPopup(popup_6958e8ffabddf732ba73d3065ac075b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfb8255f0116c5fb72177bd871dad9ca.setIcon(icon_ec16281537a2f6e64c4f2c9da1a88e87);
|
|
|
|
|
|
var marker_318a1759be54acc8cdc387405bae97ca = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_303eb6899ffc53c4d87d2e6bfb4a8018 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c111f08e69f5e37d3d4fe8c76624930 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbc8d3645180d1eb6f0c0009fe4e9b77 = $(`<div id="html_fbc8d3645180d1eb6f0c0009fe4e9b77" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_6c111f08e69f5e37d3d4fe8c76624930.setContent(html_fbc8d3645180d1eb6f0c0009fe4e9b77);
|
|
|
|
|
|
|
|
marker_318a1759be54acc8cdc387405bae97ca.bindPopup(popup_6c111f08e69f5e37d3d4fe8c76624930)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_318a1759be54acc8cdc387405bae97ca.setIcon(icon_303eb6899ffc53c4d87d2e6bfb4a8018);
|
|
|
|
|
|
var marker_81bea9675a85a2544a49e768eaf915e7 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_08ea7f1bf4f3e855019ab33e2c138bdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90f9f6dc66ea95931735e2817ff7b6ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9b0754283d7a314bbd9445c0d390b46 = $(`<div id="html_c9b0754283d7a314bbd9445c0d390b46" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_90f9f6dc66ea95931735e2817ff7b6ca.setContent(html_c9b0754283d7a314bbd9445c0d390b46);
|
|
|
|
|
|
|
|
marker_81bea9675a85a2544a49e768eaf915e7.bindPopup(popup_90f9f6dc66ea95931735e2817ff7b6ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81bea9675a85a2544a49e768eaf915e7.setIcon(icon_08ea7f1bf4f3e855019ab33e2c138bdf);
|
|
|
|
|
|
var marker_b0c7bf053da1c901ae44b5075f6037fd = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_6ce14321852e290f0287644f5366740b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df64b54972fbdd5d4b0edba0de1bbe83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0c452af18bc6e9dd3c59f8665c57907 = $(`<div id="html_d0c452af18bc6e9dd3c59f8665c57907" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_df64b54972fbdd5d4b0edba0de1bbe83.setContent(html_d0c452af18bc6e9dd3c59f8665c57907);
|
|
|
|
|
|
|
|
marker_b0c7bf053da1c901ae44b5075f6037fd.bindPopup(popup_df64b54972fbdd5d4b0edba0de1bbe83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0c7bf053da1c901ae44b5075f6037fd.setIcon(icon_6ce14321852e290f0287644f5366740b);
|
|
|
|
|
|
var marker_33e10c9f05f815c53658ff8df8f9a9f9 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_608fafee596839d48c9983b311bd5224 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2bc5966f2c6d2810986dd4290d2c5b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb6ce7c2d32c21e9c550ddf2c16343ac = $(`<div id="html_eb6ce7c2d32c21e9c550ddf2c16343ac" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_c2bc5966f2c6d2810986dd4290d2c5b1.setContent(html_eb6ce7c2d32c21e9c550ddf2c16343ac);
|
|
|
|
|
|
|
|
marker_33e10c9f05f815c53658ff8df8f9a9f9.bindPopup(popup_c2bc5966f2c6d2810986dd4290d2c5b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33e10c9f05f815c53658ff8df8f9a9f9.setIcon(icon_608fafee596839d48c9983b311bd5224);
|
|
|
|
|
|
var marker_9fd0a490088146da7a505e15fe021120 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_5e83dd97afe29569ca1a597514f5654f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60331cedc9cde926b0df06df7c90c6ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b592fa464c1caaf936f7ec91ddc0e69e = $(`<div id="html_b592fa464c1caaf936f7ec91ddc0e69e" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_60331cedc9cde926b0df06df7c90c6ac.setContent(html_b592fa464c1caaf936f7ec91ddc0e69e);
|
|
|
|
|
|
|
|
marker_9fd0a490088146da7a505e15fe021120.bindPopup(popup_60331cedc9cde926b0df06df7c90c6ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fd0a490088146da7a505e15fe021120.setIcon(icon_5e83dd97afe29569ca1a597514f5654f);
|
|
|
|
|
|
var marker_e3a0179bf0d9e3d4bdb21d17d38a386e = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_e0ed74f12188dea8e5759dc1339a9f8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58838144e176337d78a088052cea9403 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da10b58f47d7b50e22d427dc88a966bc = $(`<div id="html_da10b58f47d7b50e22d427dc88a966bc" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_58838144e176337d78a088052cea9403.setContent(html_da10b58f47d7b50e22d427dc88a966bc);
|
|
|
|
|
|
|
|
marker_e3a0179bf0d9e3d4bdb21d17d38a386e.bindPopup(popup_58838144e176337d78a088052cea9403)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3a0179bf0d9e3d4bdb21d17d38a386e.setIcon(icon_e0ed74f12188dea8e5759dc1339a9f8b);
|
|
|
|
|
|
var marker_2fdaa1c330254baafa224b9458f091f9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_3030212ed7b098252deee2475e92a28b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4b0e073247333faab209bbe3fd87724 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e13d4c9fbbe1902f6091805acfe8a7f = $(`<div id="html_0e13d4c9fbbe1902f6091805acfe8a7f" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_c4b0e073247333faab209bbe3fd87724.setContent(html_0e13d4c9fbbe1902f6091805acfe8a7f);
|
|
|
|
|
|
|
|
marker_2fdaa1c330254baafa224b9458f091f9.bindPopup(popup_c4b0e073247333faab209bbe3fd87724)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fdaa1c330254baafa224b9458f091f9.setIcon(icon_3030212ed7b098252deee2475e92a28b);
|
|
|
|
|
|
var marker_06058de3f4e0c62b3e664f9c88fe862a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_4b13cf2f6c79667e83d12dc3730586a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e824bed71fc2db2c86e7a861ceda6ff0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49dbc056308319b0dce6afcf2490cac4 = $(`<div id="html_49dbc056308319b0dce6afcf2490cac4" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_e824bed71fc2db2c86e7a861ceda6ff0.setContent(html_49dbc056308319b0dce6afcf2490cac4);
|
|
|
|
|
|
|
|
marker_06058de3f4e0c62b3e664f9c88fe862a.bindPopup(popup_e824bed71fc2db2c86e7a861ceda6ff0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06058de3f4e0c62b3e664f9c88fe862a.setIcon(icon_4b13cf2f6c79667e83d12dc3730586a6);
|
|
|
|
|
|
var marker_2d845947914c038d2abe970386b88acf = L.marker(
|
|
[51.2821, 6.78285],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_58151e1b289c734906f25358818cdd51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d22d14588e7ce120887326a85bd09932 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46cd408c83568fbbf012c755cd7f5d53 = $(`<div id="html_46cd408c83568fbbf012c755cd7f5d53" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_d22d14588e7ce120887326a85bd09932.setContent(html_46cd408c83568fbbf012c755cd7f5d53);
|
|
|
|
|
|
|
|
marker_2d845947914c038d2abe970386b88acf.bindPopup(popup_d22d14588e7ce120887326a85bd09932)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d845947914c038d2abe970386b88acf.setIcon(icon_58151e1b289c734906f25358818cdd51);
|
|
|
|
|
|
var marker_70a9d1e83d7292046ed43856b8c81768 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_0b46feebb26321a4f267619eff62c329 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e9972e37140f25f2d34ebc0fb6f9eb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13b905820be51d7ec15ff84bbfc2b0fd = $(`<div id="html_13b905820be51d7ec15ff84bbfc2b0fd" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_5e9972e37140f25f2d34ebc0fb6f9eb9.setContent(html_13b905820be51d7ec15ff84bbfc2b0fd);
|
|
|
|
|
|
|
|
marker_70a9d1e83d7292046ed43856b8c81768.bindPopup(popup_5e9972e37140f25f2d34ebc0fb6f9eb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70a9d1e83d7292046ed43856b8c81768.setIcon(icon_0b46feebb26321a4f267619eff62c329);
|
|
|
|
|
|
var marker_777d94457a94ee296f98bbf6681e6ef3 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_209a58f02f6aca66c6785dd6ef2b37f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f50c9adf121bac16fe6478f105eba2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7058a76ca06229dc3a4ba6e8f0d1f49 = $(`<div id="html_a7058a76ca06229dc3a4ba6e8f0d1f49" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_0f50c9adf121bac16fe6478f105eba2e.setContent(html_a7058a76ca06229dc3a4ba6e8f0d1f49);
|
|
|
|
|
|
|
|
marker_777d94457a94ee296f98bbf6681e6ef3.bindPopup(popup_0f50c9adf121bac16fe6478f105eba2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_777d94457a94ee296f98bbf6681e6ef3.setIcon(icon_209a58f02f6aca66c6785dd6ef2b37f2);
|
|
|
|
|
|
var marker_88737ce4a9e73a487e7fa6c59d75ab42 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_0b0566425d10de2778c83fdd60afbf0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_247f772f8af6f9871936ae70b4043377 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04238ec178bc69509988145dd760f45e = $(`<div id="html_04238ec178bc69509988145dd760f45e" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_247f772f8af6f9871936ae70b4043377.setContent(html_04238ec178bc69509988145dd760f45e);
|
|
|
|
|
|
|
|
marker_88737ce4a9e73a487e7fa6c59d75ab42.bindPopup(popup_247f772f8af6f9871936ae70b4043377)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88737ce4a9e73a487e7fa6c59d75ab42.setIcon(icon_0b0566425d10de2778c83fdd60afbf0f);
|
|
|
|
|
|
var marker_b68a5f0f7353ce6b858928c47ed0420e = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_dc8cc664e2e1902748de7aae64c1c5b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7e651d2eff07e8105a4e3637fe857e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b178cc3a9d57ea212514c97b6a410259 = $(`<div id="html_b178cc3a9d57ea212514c97b6a410259" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_b7e651d2eff07e8105a4e3637fe857e4.setContent(html_b178cc3a9d57ea212514c97b6a410259);
|
|
|
|
|
|
|
|
marker_b68a5f0f7353ce6b858928c47ed0420e.bindPopup(popup_b7e651d2eff07e8105a4e3637fe857e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b68a5f0f7353ce6b858928c47ed0420e.setIcon(icon_dc8cc664e2e1902748de7aae64c1c5b6);
|
|
|
|
|
|
var marker_254862d7219a517b44f03c5f7daff6dd = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_a5faeefe3985c4518eeec4c0a548cd3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84e2f3834c11365351880575c6d9e4cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bbe4d8b7a862ab90577330719751a87 = $(`<div id="html_1bbe4d8b7a862ab90577330719751a87" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_84e2f3834c11365351880575c6d9e4cc.setContent(html_1bbe4d8b7a862ab90577330719751a87);
|
|
|
|
|
|
|
|
marker_254862d7219a517b44f03c5f7daff6dd.bindPopup(popup_84e2f3834c11365351880575c6d9e4cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_254862d7219a517b44f03c5f7daff6dd.setIcon(icon_a5faeefe3985c4518eeec4c0a548cd3d);
|
|
|
|
|
|
var marker_138c8e53cb9ebcd3c8620e4f8a953721 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_8c92ad7746e6cf7c390487ac52e39365 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7ecdcce729d2ba6038ca35de6edbedb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d01b06503c6147db4620791079e767fd = $(`<div id="html_d01b06503c6147db4620791079e767fd" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_c7ecdcce729d2ba6038ca35de6edbedb.setContent(html_d01b06503c6147db4620791079e767fd);
|
|
|
|
|
|
|
|
marker_138c8e53cb9ebcd3c8620e4f8a953721.bindPopup(popup_c7ecdcce729d2ba6038ca35de6edbedb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_138c8e53cb9ebcd3c8620e4f8a953721.setIcon(icon_8c92ad7746e6cf7c390487ac52e39365);
|
|
|
|
|
|
var marker_040809d66075d9f9408729a2d274c286 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_7f8336a495e3f51f377c8f50addeb146 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebfd712eb22e5ef632faf1d8fd390db0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f6489541caa9d19b25e592db943d0ec = $(`<div id="html_0f6489541caa9d19b25e592db943d0ec" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_ebfd712eb22e5ef632faf1d8fd390db0.setContent(html_0f6489541caa9d19b25e592db943d0ec);
|
|
|
|
|
|
|
|
marker_040809d66075d9f9408729a2d274c286.bindPopup(popup_ebfd712eb22e5ef632faf1d8fd390db0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_040809d66075d9f9408729a2d274c286.setIcon(icon_7f8336a495e3f51f377c8f50addeb146);
|
|
|
|
|
|
var marker_783a9966b487ad4e2fb887b5a8d1bbff = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_52492387f2441c7f7f74413c315a5071 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40e2a5d1d603333b50fc40ee9424e60b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_555715ca8891a70dbc02c9264e396eff = $(`<div id="html_555715ca8891a70dbc02c9264e396eff" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_40e2a5d1d603333b50fc40ee9424e60b.setContent(html_555715ca8891a70dbc02c9264e396eff);
|
|
|
|
|
|
|
|
marker_783a9966b487ad4e2fb887b5a8d1bbff.bindPopup(popup_40e2a5d1d603333b50fc40ee9424e60b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_783a9966b487ad4e2fb887b5a8d1bbff.setIcon(icon_52492387f2441c7f7f74413c315a5071);
|
|
|
|
|
|
var marker_e50f2ea47f29c0f90f8d85818ca8b122 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b96eeece4016929abcf7e98d0d823bf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bc4a30a1934fb1cb1f4dc9439bf996b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5353b88d83e0321908d6c36768a2a43d = $(`<div id="html_5353b88d83e0321908d6c36768a2a43d" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_0bc4a30a1934fb1cb1f4dc9439bf996b.setContent(html_5353b88d83e0321908d6c36768a2a43d);
|
|
|
|
|
|
|
|
marker_e50f2ea47f29c0f90f8d85818ca8b122.bindPopup(popup_0bc4a30a1934fb1cb1f4dc9439bf996b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e50f2ea47f29c0f90f8d85818ca8b122.setIcon(icon_b96eeece4016929abcf7e98d0d823bf0);
|
|
|
|
|
|
var marker_674b08bb79eb09c3ebe49f8a18ce3bf6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_dc1c1e5aabdee9cfc91a2c522371b5aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7287718790afb2845be18c7c6a64c351 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c444e8f16002aa6e00fba17749ed5ab = $(`<div id="html_2c444e8f16002aa6e00fba17749ed5ab" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_7287718790afb2845be18c7c6a64c351.setContent(html_2c444e8f16002aa6e00fba17749ed5ab);
|
|
|
|
|
|
|
|
marker_674b08bb79eb09c3ebe49f8a18ce3bf6.bindPopup(popup_7287718790afb2845be18c7c6a64c351)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_674b08bb79eb09c3ebe49f8a18ce3bf6.setIcon(icon_dc1c1e5aabdee9cfc91a2c522371b5aa);
|
|
|
|
|
|
var marker_32f21ebaa9387a8fdbdb09ca973747da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b1c25b58c4d9cfe0bb8d0e519ab76b73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c93c431e0f6c9fb18fdf05b5801c6c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bbe7fcbe639c9a39836ca7894b37f15 = $(`<div id="html_0bbe7fcbe639c9a39836ca7894b37f15" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_8c93c431e0f6c9fb18fdf05b5801c6c7.setContent(html_0bbe7fcbe639c9a39836ca7894b37f15);
|
|
|
|
|
|
|
|
marker_32f21ebaa9387a8fdbdb09ca973747da.bindPopup(popup_8c93c431e0f6c9fb18fdf05b5801c6c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32f21ebaa9387a8fdbdb09ca973747da.setIcon(icon_b1c25b58c4d9cfe0bb8d0e519ab76b73);
|
|
|
|
|
|
var marker_3876bc9c6b271965553cba1980ebfd6a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_09dcb2ce1e6f4958927711a6457e72b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b6fdc25111dd96d1339b6817974be0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7289b350ea40cdeedcc43b08b871e2a9 = $(`<div id="html_7289b350ea40cdeedcc43b08b871e2a9" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_9b6fdc25111dd96d1339b6817974be0f.setContent(html_7289b350ea40cdeedcc43b08b871e2a9);
|
|
|
|
|
|
|
|
marker_3876bc9c6b271965553cba1980ebfd6a.bindPopup(popup_9b6fdc25111dd96d1339b6817974be0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3876bc9c6b271965553cba1980ebfd6a.setIcon(icon_09dcb2ce1e6f4958927711a6457e72b6);
|
|
|
|
|
|
var marker_c18195bc0ed83a0d56a7e0f9a1c085e9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_97ea115fba17eb948ea346a14a095914 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3decc76f95d73417fac882530a855573 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_574692d0b26f5addf05d8fd743a71c3c = $(`<div id="html_574692d0b26f5addf05d8fd743a71c3c" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_3decc76f95d73417fac882530a855573.setContent(html_574692d0b26f5addf05d8fd743a71c3c);
|
|
|
|
|
|
|
|
marker_c18195bc0ed83a0d56a7e0f9a1c085e9.bindPopup(popup_3decc76f95d73417fac882530a855573)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c18195bc0ed83a0d56a7e0f9a1c085e9.setIcon(icon_97ea115fba17eb948ea346a14a095914);
|
|
|
|
|
|
var marker_4af73b4cdb72f72b1b6fdde9285c876f = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_dd73d58f54245e26bd99805fdd96e05d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea155c016b2080e7969503881c3f0a5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a5780c98f8bcce3e690e3da56d21005 = $(`<div id="html_2a5780c98f8bcce3e690e3da56d21005" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_ea155c016b2080e7969503881c3f0a5f.setContent(html_2a5780c98f8bcce3e690e3da56d21005);
|
|
|
|
|
|
|
|
marker_4af73b4cdb72f72b1b6fdde9285c876f.bindPopup(popup_ea155c016b2080e7969503881c3f0a5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4af73b4cdb72f72b1b6fdde9285c876f.setIcon(icon_dd73d58f54245e26bd99805fdd96e05d);
|
|
|
|
|
|
var marker_8ebf59afb14c61ec2d9f3943e0b44f6e = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_fbe64cd6a7f3b666f7f061a14eeb83e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a84f6a73cdba7f0ee3449d635986623 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18286362476fa45fbc1c3108a993125a = $(`<div id="html_18286362476fa45fbc1c3108a993125a" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_4a84f6a73cdba7f0ee3449d635986623.setContent(html_18286362476fa45fbc1c3108a993125a);
|
|
|
|
|
|
|
|
marker_8ebf59afb14c61ec2d9f3943e0b44f6e.bindPopup(popup_4a84f6a73cdba7f0ee3449d635986623)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ebf59afb14c61ec2d9f3943e0b44f6e.setIcon(icon_fbe64cd6a7f3b666f7f061a14eeb83e6);
|
|
|
|
|
|
var marker_855682353880b9b787ade4bcea678f18 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_0cc8dac8539abc453751d43111aad929 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b222aecb79cf3ff8d21076a8929fe48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8afcd36fc96057156042b6e84c0333e5 = $(`<div id="html_8afcd36fc96057156042b6e84c0333e5" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_0b222aecb79cf3ff8d21076a8929fe48.setContent(html_8afcd36fc96057156042b6e84c0333e5);
|
|
|
|
|
|
|
|
marker_855682353880b9b787ade4bcea678f18.bindPopup(popup_0b222aecb79cf3ff8d21076a8929fe48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_855682353880b9b787ade4bcea678f18.setIcon(icon_0cc8dac8539abc453751d43111aad929);
|
|
|
|
|
|
var marker_54f0f39546e35721e4901e233f03c226 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_2b9495ca082d38422419ce4b7f207529 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f53ad2a328485b531f41c58af9f6da3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f535ddeee397ee71a94bb129ed8532b1 = $(`<div id="html_f535ddeee397ee71a94bb129ed8532b1" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_f53ad2a328485b531f41c58af9f6da3f.setContent(html_f535ddeee397ee71a94bb129ed8532b1);
|
|
|
|
|
|
|
|
marker_54f0f39546e35721e4901e233f03c226.bindPopup(popup_f53ad2a328485b531f41c58af9f6da3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54f0f39546e35721e4901e233f03c226.setIcon(icon_2b9495ca082d38422419ce4b7f207529);
|
|
|
|
|
|
var marker_37d534ed76d28dbea7c4ebcba630b060 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_f950d382564c688c20d1de45811c795a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00dd26fe66bb4a71837ef05636e3ccab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36f5ca1f7ae1d0acbef515d0817ac2e5 = $(`<div id="html_36f5ca1f7ae1d0acbef515d0817ac2e5" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_00dd26fe66bb4a71837ef05636e3ccab.setContent(html_36f5ca1f7ae1d0acbef515d0817ac2e5);
|
|
|
|
|
|
|
|
marker_37d534ed76d28dbea7c4ebcba630b060.bindPopup(popup_00dd26fe66bb4a71837ef05636e3ccab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37d534ed76d28dbea7c4ebcba630b060.setIcon(icon_f950d382564c688c20d1de45811c795a);
|
|
|
|
|
|
var marker_9bd7c63d7e098192514d085bf5c59501 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_9e97e29ad1c23155f9334239b84ca778 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9d40cbe3c296183f269b2077bce1bdf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e618a88d673aa1aac2e5c49d68b62c6c = $(`<div id="html_e618a88d673aa1aac2e5c49d68b62c6c" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_e9d40cbe3c296183f269b2077bce1bdf.setContent(html_e618a88d673aa1aac2e5c49d68b62c6c);
|
|
|
|
|
|
|
|
marker_9bd7c63d7e098192514d085bf5c59501.bindPopup(popup_e9d40cbe3c296183f269b2077bce1bdf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bd7c63d7e098192514d085bf5c59501.setIcon(icon_9e97e29ad1c23155f9334239b84ca778);
|
|
|
|
|
|
var marker_cb88d086545cb049cde1e66418dfb812 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_e6e73c337dc3412c9134278a5809b724 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a40e2e60c313c40cf1c30e78247b5d18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e25a28512b3768f01f62cd57593fa8b = $(`<div id="html_1e25a28512b3768f01f62cd57593fa8b" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_a40e2e60c313c40cf1c30e78247b5d18.setContent(html_1e25a28512b3768f01f62cd57593fa8b);
|
|
|
|
|
|
|
|
marker_cb88d086545cb049cde1e66418dfb812.bindPopup(popup_a40e2e60c313c40cf1c30e78247b5d18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb88d086545cb049cde1e66418dfb812.setIcon(icon_e6e73c337dc3412c9134278a5809b724);
|
|
|
|
|
|
var marker_d01559c652c7531e0687dcb8574d7f6d = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_aab97f0acf5388d74ee72962624c572a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00ea988c2112a18dcb0aab916dd1b454 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_337efedfbae64273d0b3e741138e9617 = $(`<div id="html_337efedfbae64273d0b3e741138e9617" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_00ea988c2112a18dcb0aab916dd1b454.setContent(html_337efedfbae64273d0b3e741138e9617);
|
|
|
|
|
|
|
|
marker_d01559c652c7531e0687dcb8574d7f6d.bindPopup(popup_00ea988c2112a18dcb0aab916dd1b454)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d01559c652c7531e0687dcb8574d7f6d.setIcon(icon_aab97f0acf5388d74ee72962624c572a);
|
|
|
|
|
|
var marker_4d1b54380f0dc1eb90cc1a131af19d34 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b6689339768ec572d42ec2605ee82b10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32303e5328fad97d8569d60d86383558 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e55ae77923979389fa5cc41d84e29cfd = $(`<div id="html_e55ae77923979389fa5cc41d84e29cfd" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_32303e5328fad97d8569d60d86383558.setContent(html_e55ae77923979389fa5cc41d84e29cfd);
|
|
|
|
|
|
|
|
marker_4d1b54380f0dc1eb90cc1a131af19d34.bindPopup(popup_32303e5328fad97d8569d60d86383558)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d1b54380f0dc1eb90cc1a131af19d34.setIcon(icon_b6689339768ec572d42ec2605ee82b10);
|
|
|
|
|
|
var marker_60cc9dfa2755c502db0956fd60a9f100 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_e639a3cf48ad158166d116413f2cc347 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbb71d41d69cb8207b1606a763bb483f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e813b0ffb836fc269eff793b9257a939 = $(`<div id="html_e813b0ffb836fc269eff793b9257a939" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_fbb71d41d69cb8207b1606a763bb483f.setContent(html_e813b0ffb836fc269eff793b9257a939);
|
|
|
|
|
|
|
|
marker_60cc9dfa2755c502db0956fd60a9f100.bindPopup(popup_fbb71d41d69cb8207b1606a763bb483f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60cc9dfa2755c502db0956fd60a9f100.setIcon(icon_e639a3cf48ad158166d116413f2cc347);
|
|
|
|
|
|
var marker_eea4b9a437461de9a305645b705960e1 = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_e52623571c7f149b09019e9054ccf091 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19ea15992c7cfcd069cb325e12bd915d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8f44a2723f270d3e004450d3096aab0 = $(`<div id="html_b8f44a2723f270d3e004450d3096aab0" style="width: 100.0%; height: 100.0%;">relay.aruku.kro.kr</div>`)[0];
|
|
popup_19ea15992c7cfcd069cb325e12bd915d.setContent(html_b8f44a2723f270d3e004450d3096aab0);
|
|
|
|
|
|
|
|
marker_eea4b9a437461de9a305645b705960e1.bindPopup(popup_19ea15992c7cfcd069cb325e12bd915d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eea4b9a437461de9a305645b705960e1.setIcon(icon_e52623571c7f149b09019e9054ccf091);
|
|
|
|
|
|
var marker_99c0474e81f16206401ee74efdc3f880 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_e11593c2213b04521ede99138f9ed128 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5915177c14697add1a5748e363c90e1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1693072aec3ce017308d9501a685bbdd = $(`<div id="html_1693072aec3ce017308d9501a685bbdd" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_5915177c14697add1a5748e363c90e1d.setContent(html_1693072aec3ce017308d9501a685bbdd);
|
|
|
|
|
|
|
|
marker_99c0474e81f16206401ee74efdc3f880.bindPopup(popup_5915177c14697add1a5748e363c90e1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99c0474e81f16206401ee74efdc3f880.setIcon(icon_e11593c2213b04521ede99138f9ed128);
|
|
|
|
|
|
var marker_a44634a6d3ba72bfa158c4e122770420 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_d46c2d7147670bb738d3b8dc3295f3ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_061e9c5141e6bd03e2472911ed85dfdb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d4b944d1ee06aa8324b61fc188835ab = $(`<div id="html_5d4b944d1ee06aa8324b61fc188835ab" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_061e9c5141e6bd03e2472911ed85dfdb.setContent(html_5d4b944d1ee06aa8324b61fc188835ab);
|
|
|
|
|
|
|
|
marker_a44634a6d3ba72bfa158c4e122770420.bindPopup(popup_061e9c5141e6bd03e2472911ed85dfdb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a44634a6d3ba72bfa158c4e122770420.setIcon(icon_d46c2d7147670bb738d3b8dc3295f3ce);
|
|
|
|
|
|
var marker_de6391e0385144a4e153ad82cc77b2dc = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_e133cbd067a77df04326c378cf6842f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa85e51b6b1df181a09bedfb1696d051 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edab779c1a458533fed7118cd2db32e3 = $(`<div id="html_edab779c1a458533fed7118cd2db32e3" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_aa85e51b6b1df181a09bedfb1696d051.setContent(html_edab779c1a458533fed7118cd2db32e3);
|
|
|
|
|
|
|
|
marker_de6391e0385144a4e153ad82cc77b2dc.bindPopup(popup_aa85e51b6b1df181a09bedfb1696d051)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de6391e0385144a4e153ad82cc77b2dc.setIcon(icon_e133cbd067a77df04326c378cf6842f7);
|
|
|
|
|
|
var marker_c16bbaf571d34eae68d8a177cf3fb87b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c9e6161699d5b0d6d4a0728a2b487854 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc39a33255cfeb0ca87caf282f5d6903 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81f4f68c2a36034256bc4aef0ba03925 = $(`<div id="html_81f4f68c2a36034256bc4aef0ba03925" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_dc39a33255cfeb0ca87caf282f5d6903.setContent(html_81f4f68c2a36034256bc4aef0ba03925);
|
|
|
|
|
|
|
|
marker_c16bbaf571d34eae68d8a177cf3fb87b.bindPopup(popup_dc39a33255cfeb0ca87caf282f5d6903)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c16bbaf571d34eae68d8a177cf3fb87b.setIcon(icon_c9e6161699d5b0d6d4a0728a2b487854);
|
|
|
|
|
|
var marker_f065752caca507427407d9abf1f0a920 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_3384a53310f89f8b6f8738d03d00b45f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_182faee6191490f973d63cc8ab7920e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_579d9f7a0abc370add4b454fc3232efb = $(`<div id="html_579d9f7a0abc370add4b454fc3232efb" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_182faee6191490f973d63cc8ab7920e4.setContent(html_579d9f7a0abc370add4b454fc3232efb);
|
|
|
|
|
|
|
|
marker_f065752caca507427407d9abf1f0a920.bindPopup(popup_182faee6191490f973d63cc8ab7920e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f065752caca507427407d9abf1f0a920.setIcon(icon_3384a53310f89f8b6f8738d03d00b45f);
|
|
|
|
|
|
var marker_94ee2e464a3fd5222ce9ec9ac90469bc = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_26cb6f31660b2ca4727f7ba9d2826af0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6a7dee163c83ed3143ebef2564da3d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_537bc982a9acf4d2f9749e8e6d3d6fbe = $(`<div id="html_537bc982a9acf4d2f9749e8e6d3d6fbe" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_f6a7dee163c83ed3143ebef2564da3d1.setContent(html_537bc982a9acf4d2f9749e8e6d3d6fbe);
|
|
|
|
|
|
|
|
marker_94ee2e464a3fd5222ce9ec9ac90469bc.bindPopup(popup_f6a7dee163c83ed3143ebef2564da3d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94ee2e464a3fd5222ce9ec9ac90469bc.setIcon(icon_26cb6f31660b2ca4727f7ba9d2826af0);
|
|
|
|
|
|
var marker_58e5b062891d8ff306eb5c120d2348b4 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_171f6a80d77a30f8e370e90c858b5b82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc7fac0992be5da965d5d67193bdcce7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_960ff10c9bc65206390f0de8d9597276 = $(`<div id="html_960ff10c9bc65206390f0de8d9597276" style="width: 100.0%; height: 100.0%;">relay.wayback.st</div>`)[0];
|
|
popup_bc7fac0992be5da965d5d67193bdcce7.setContent(html_960ff10c9bc65206390f0de8d9597276);
|
|
|
|
|
|
|
|
marker_58e5b062891d8ff306eb5c120d2348b4.bindPopup(popup_bc7fac0992be5da965d5d67193bdcce7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58e5b062891d8ff306eb5c120d2348b4.setIcon(icon_171f6a80d77a30f8e370e90c858b5b82);
|
|
|
|
|
|
var marker_a72bfafe60532743427f52c71e52f43e = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b7d9241a488b0d4e0e9a82e723662cd1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_636ad094d784a8edae3b274dd79303cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_906b0757ebe3e1c18d0660cec8187044 = $(`<div id="html_906b0757ebe3e1c18d0660cec8187044" style="width: 100.0%; height: 100.0%;">relay.fiatdenier.com</div>`)[0];
|
|
popup_636ad094d784a8edae3b274dd79303cf.setContent(html_906b0757ebe3e1c18d0660cec8187044);
|
|
|
|
|
|
|
|
marker_a72bfafe60532743427f52c71e52f43e.bindPopup(popup_636ad094d784a8edae3b274dd79303cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a72bfafe60532743427f52c71e52f43e.setIcon(icon_b7d9241a488b0d4e0e9a82e723662cd1);
|
|
|
|
|
|
var marker_240b2818f8538582724f4bfcebe95651 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_41362d57c0f23de5d62d90985937ff97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_930e4c8b9e184bb51c4094ee6ff1911d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_599e3e67f367ec15bd434cd01913289c = $(`<div id="html_599e3e67f367ec15bd434cd01913289c" style="width: 100.0%; height: 100.0%;">testorly.nosfabrica.com</div>`)[0];
|
|
popup_930e4c8b9e184bb51c4094ee6ff1911d.setContent(html_599e3e67f367ec15bd434cd01913289c);
|
|
|
|
|
|
|
|
marker_240b2818f8538582724f4bfcebe95651.bindPopup(popup_930e4c8b9e184bb51c4094ee6ff1911d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_240b2818f8538582724f4bfcebe95651.setIcon(icon_41362d57c0f23de5d62d90985937ff97);
|
|
|
|
|
|
var marker_af0a4079990ad0e1923c5042a94f191b = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_514d0832b91cbfba0761eff5b8bacbb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75eebe563f391b818d9c547ba1468027 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce68e4f3a3fc93f2fcb0d2fda534b4ae = $(`<div id="html_ce68e4f3a3fc93f2fcb0d2fda534b4ae" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_75eebe563f391b818d9c547ba1468027.setContent(html_ce68e4f3a3fc93f2fcb0d2fda534b4ae);
|
|
|
|
|
|
|
|
marker_af0a4079990ad0e1923c5042a94f191b.bindPopup(popup_75eebe563f391b818d9c547ba1468027)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af0a4079990ad0e1923c5042a94f191b.setIcon(icon_514d0832b91cbfba0761eff5b8bacbb3);
|
|
|
|
|
|
var marker_7e49ece6efda265ce99b67fe5caa0a43 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_e47c0bc3fa36c2ce0ad8c4dfe4154586 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce74baa02a7e51a53d82d6f5391756b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18627ae4b5349efcda9d69cb4d17ed1d = $(`<div id="html_18627ae4b5349efcda9d69cb4d17ed1d" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_ce74baa02a7e51a53d82d6f5391756b2.setContent(html_18627ae4b5349efcda9d69cb4d17ed1d);
|
|
|
|
|
|
|
|
marker_7e49ece6efda265ce99b67fe5caa0a43.bindPopup(popup_ce74baa02a7e51a53d82d6f5391756b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e49ece6efda265ce99b67fe5caa0a43.setIcon(icon_e47c0bc3fa36c2ce0ad8c4dfe4154586);
|
|
|
|
|
|
var marker_9ebc1a44370770271f4ab9a4cd5c91a1 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b07744b8e35a4fce6817fa5ee4f7f3f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6e73314879fb55f108df9a28f0dcbf6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdde28c46d805d35805eaf61a1e8549e = $(`<div id="html_bdde28c46d805d35805eaf61a1e8549e" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_c6e73314879fb55f108df9a28f0dcbf6.setContent(html_bdde28c46d805d35805eaf61a1e8549e);
|
|
|
|
|
|
|
|
marker_9ebc1a44370770271f4ab9a4cd5c91a1.bindPopup(popup_c6e73314879fb55f108df9a28f0dcbf6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ebc1a44370770271f4ab9a4cd5c91a1.setIcon(icon_b07744b8e35a4fce6817fa5ee4f7f3f8);
|
|
|
|
|
|
var marker_f9d8907dde9b012cfb4d41c525ecee39 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_70f0a18366ce7b39be7dda6c770ddad0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42b7d6455bef6a89ed3e381af01725d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aca291faaa6adcb60ef640b1537bf5ea = $(`<div id="html_aca291faaa6adcb60ef640b1537bf5ea" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_42b7d6455bef6a89ed3e381af01725d5.setContent(html_aca291faaa6adcb60ef640b1537bf5ea);
|
|
|
|
|
|
|
|
marker_f9d8907dde9b012cfb4d41c525ecee39.bindPopup(popup_42b7d6455bef6a89ed3e381af01725d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9d8907dde9b012cfb4d41c525ecee39.setIcon(icon_70f0a18366ce7b39be7dda6c770ddad0);
|
|
|
|
|
|
var marker_a51c6359ab7903e51783471e9b4a8da2 = L.marker(
|
|
[34.0965, -117.585],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_506049223f53a423e470308b3bae9601 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3da7a385c008a98aef8d00a94f5e8af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30604a082ad576efaea30e6d956084a2 = $(`<div id="html_30604a082ad576efaea30e6d956084a2" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_c3da7a385c008a98aef8d00a94f5e8af.setContent(html_30604a082ad576efaea30e6d956084a2);
|
|
|
|
|
|
|
|
marker_a51c6359ab7903e51783471e9b4a8da2.bindPopup(popup_c3da7a385c008a98aef8d00a94f5e8af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a51c6359ab7903e51783471e9b4a8da2.setIcon(icon_506049223f53a423e470308b3bae9601);
|
|
|
|
|
|
var marker_50024308b13245e429dcd25eb70c07a2 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_7153425b135faf78f12dd86cd1a80952 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff57bc5e98b8239c9ae4f45411ef947c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e13a3cfaa4294db9411f96fd21fd08d7 = $(`<div id="html_e13a3cfaa4294db9411f96fd21fd08d7" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_ff57bc5e98b8239c9ae4f45411ef947c.setContent(html_e13a3cfaa4294db9411f96fd21fd08d7);
|
|
|
|
|
|
|
|
marker_50024308b13245e429dcd25eb70c07a2.bindPopup(popup_ff57bc5e98b8239c9ae4f45411ef947c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50024308b13245e429dcd25eb70c07a2.setIcon(icon_7153425b135faf78f12dd86cd1a80952);
|
|
|
|
|
|
var marker_d8cb8fe0c0298c9554cf22acc6b8b75a = L.marker(
|
|
[39.1429, -94.573],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_7426d502e374e8888828219a05a4d8e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c818a5b2cee4bfbdd4a419dc9307465f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea090676b8d726e7c18acbcbafe827f1 = $(`<div id="html_ea090676b8d726e7c18acbcbafe827f1" style="width: 100.0%; height: 100.0%;">toby.nettek.io</div>`)[0];
|
|
popup_c818a5b2cee4bfbdd4a419dc9307465f.setContent(html_ea090676b8d726e7c18acbcbafe827f1);
|
|
|
|
|
|
|
|
marker_d8cb8fe0c0298c9554cf22acc6b8b75a.bindPopup(popup_c818a5b2cee4bfbdd4a419dc9307465f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8cb8fe0c0298c9554cf22acc6b8b75a.setIcon(icon_7426d502e374e8888828219a05a4d8e5);
|
|
|
|
|
|
var marker_d9aca807a2717bb7ef4c4db9583a129b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_19669276eb4e3c51138dee161b623f1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9d049e1cc6fdc581b1b75aa433a7d31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07a22b50ee7f2d43247bbe07d17034b2 = $(`<div id="html_07a22b50ee7f2d43247bbe07d17034b2" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_f9d049e1cc6fdc581b1b75aa433a7d31.setContent(html_07a22b50ee7f2d43247bbe07d17034b2);
|
|
|
|
|
|
|
|
marker_d9aca807a2717bb7ef4c4db9583a129b.bindPopup(popup_f9d049e1cc6fdc581b1b75aa433a7d31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9aca807a2717bb7ef4c4db9583a129b.setIcon(icon_19669276eb4e3c51138dee161b623f1e);
|
|
|
|
|
|
var marker_64aaf0cc6a0cb0c88dfca8bbb616184c = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_4eac2431277921168880b99f15216c52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b82ff3ca4a405d2d81dbb4736fccfa25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c50bfcfde930de9fdee2792032d59d78 = $(`<div id="html_c50bfcfde930de9fdee2792032d59d78" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_b82ff3ca4a405d2d81dbb4736fccfa25.setContent(html_c50bfcfde930de9fdee2792032d59d78);
|
|
|
|
|
|
|
|
marker_64aaf0cc6a0cb0c88dfca8bbb616184c.bindPopup(popup_b82ff3ca4a405d2d81dbb4736fccfa25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64aaf0cc6a0cb0c88dfca8bbb616184c.setIcon(icon_4eac2431277921168880b99f15216c52);
|
|
|
|
|
|
var marker_972c89b683ed19b0e136568c8990225e = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_28279c1dcb5c7c966721a87e1ef09c61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17f80912de73274b33b3001056aa05c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef9b7e3efc403289a93067597246907d = $(`<div id="html_ef9b7e3efc403289a93067597246907d" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_17f80912de73274b33b3001056aa05c5.setContent(html_ef9b7e3efc403289a93067597246907d);
|
|
|
|
|
|
|
|
marker_972c89b683ed19b0e136568c8990225e.bindPopup(popup_17f80912de73274b33b3001056aa05c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_972c89b683ed19b0e136568c8990225e.setIcon(icon_28279c1dcb5c7c966721a87e1ef09c61);
|
|
|
|
|
|
var marker_9925c9c3570df633f74d74544f167d8f = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c72e11e5619315f0ed3d192819b7cd44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc500212a6498caf9d0523282f844ab3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a01e176fd3769a5eb01fce7889bfba7d = $(`<div id="html_a01e176fd3769a5eb01fce7889bfba7d" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_fc500212a6498caf9d0523282f844ab3.setContent(html_a01e176fd3769a5eb01fce7889bfba7d);
|
|
|
|
|
|
|
|
marker_9925c9c3570df633f74d74544f167d8f.bindPopup(popup_fc500212a6498caf9d0523282f844ab3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9925c9c3570df633f74d74544f167d8f.setIcon(icon_c72e11e5619315f0ed3d192819b7cd44);
|
|
|
|
|
|
var marker_104688aa6c762f73e289bc8b211783ee = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_11fc7868a96aaf09ca9678506ed1cab5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b25269fae8c54c1a23cb44f188c2f7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58dd18880b96e1bba4d8ca353c7c880a = $(`<div id="html_58dd18880b96e1bba4d8ca353c7c880a" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_4b25269fae8c54c1a23cb44f188c2f7f.setContent(html_58dd18880b96e1bba4d8ca353c7c880a);
|
|
|
|
|
|
|
|
marker_104688aa6c762f73e289bc8b211783ee.bindPopup(popup_4b25269fae8c54c1a23cb44f188c2f7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_104688aa6c762f73e289bc8b211783ee.setIcon(icon_11fc7868a96aaf09ca9678506ed1cab5);
|
|
|
|
|
|
var marker_a3c6568410e3daea2a104d766a30e551 = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_446685656694b5350beaf1e209c96a5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f63001b8d7707731f0d207f0e4d47416 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29891b2a7b418aed96346752ed2d678a = $(`<div id="html_29891b2a7b418aed96346752ed2d678a" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_f63001b8d7707731f0d207f0e4d47416.setContent(html_29891b2a7b418aed96346752ed2d678a);
|
|
|
|
|
|
|
|
marker_a3c6568410e3daea2a104d766a30e551.bindPopup(popup_f63001b8d7707731f0d207f0e4d47416)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3c6568410e3daea2a104d766a30e551.setIcon(icon_446685656694b5350beaf1e209c96a5e);
|
|
|
|
|
|
var marker_8ed3d9bd53744b46c64f08e80ed200e6 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c9274a827cbc1596b2b18d8bb38fbcbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af05eceb338dc35d69e9a8ef33909755 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15cfaf4a4a4637553c850ae0ffdcf7e6 = $(`<div id="html_15cfaf4a4a4637553c850ae0ffdcf7e6" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_af05eceb338dc35d69e9a8ef33909755.setContent(html_15cfaf4a4a4637553c850ae0ffdcf7e6);
|
|
|
|
|
|
|
|
marker_8ed3d9bd53744b46c64f08e80ed200e6.bindPopup(popup_af05eceb338dc35d69e9a8ef33909755)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ed3d9bd53744b46c64f08e80ed200e6.setIcon(icon_c9274a827cbc1596b2b18d8bb38fbcbe);
|
|
|
|
|
|
var marker_001e7a6354025c12a8ddb788b83d5c1e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_630ca4288d5576b17f950c95ed96e8c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eefe71e8deb2dce9098178a75d77479e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3ed117e11660628c2434c0b4e3766ea = $(`<div id="html_b3ed117e11660628c2434c0b4e3766ea" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_eefe71e8deb2dce9098178a75d77479e.setContent(html_b3ed117e11660628c2434c0b4e3766ea);
|
|
|
|
|
|
|
|
marker_001e7a6354025c12a8ddb788b83d5c1e.bindPopup(popup_eefe71e8deb2dce9098178a75d77479e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_001e7a6354025c12a8ddb788b83d5c1e.setIcon(icon_630ca4288d5576b17f950c95ed96e8c4);
|
|
|
|
|
|
var marker_59ff512518a05435be0d3b86776b63e0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_41c23d02bf3f0253666c485f1919c616 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7172a77f2241b086751c567a4c867f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7efce2668aeb181bf8f32a3e6187d64 = $(`<div id="html_c7efce2668aeb181bf8f32a3e6187d64" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_d7172a77f2241b086751c567a4c867f5.setContent(html_c7efce2668aeb181bf8f32a3e6187d64);
|
|
|
|
|
|
|
|
marker_59ff512518a05435be0d3b86776b63e0.bindPopup(popup_d7172a77f2241b086751c567a4c867f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59ff512518a05435be0d3b86776b63e0.setIcon(icon_41c23d02bf3f0253666c485f1919c616);
|
|
|
|
|
|
var marker_c5e789471fe198d854c2fa775438a327 = L.marker(
|
|
[49.029, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_f92898fb67f1da56a58359e3ca187f17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2e46d392463217927349af00f5042ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0663ca320bf793efe953c6d030fb8ef4 = $(`<div id="html_0663ca320bf793efe953c6d030fb8ef4" style="width: 100.0%; height: 100.0%;">nostr.0cx.de</div>`)[0];
|
|
popup_f2e46d392463217927349af00f5042ff.setContent(html_0663ca320bf793efe953c6d030fb8ef4);
|
|
|
|
|
|
|
|
marker_c5e789471fe198d854c2fa775438a327.bindPopup(popup_f2e46d392463217927349af00f5042ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5e789471fe198d854c2fa775438a327.setIcon(icon_f92898fb67f1da56a58359e3ca187f17);
|
|
|
|
|
|
var marker_73eb9a117d13771982b84f2a901f71e1 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_052206f4b57b437f0468c5143cc02d3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a81a1a5c0d93bf078bb1d164067da1c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f56c18160df62b4f74b7f6db57fd7db = $(`<div id="html_8f56c18160df62b4f74b7f6db57fd7db" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_a81a1a5c0d93bf078bb1d164067da1c2.setContent(html_8f56c18160df62b4f74b7f6db57fd7db);
|
|
|
|
|
|
|
|
marker_73eb9a117d13771982b84f2a901f71e1.bindPopup(popup_a81a1a5c0d93bf078bb1d164067da1c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73eb9a117d13771982b84f2a901f71e1.setIcon(icon_052206f4b57b437f0468c5143cc02d3a);
|
|
|
|
|
|
var marker_7934d8731694e492d356e5e845b70f37 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_8114af3c7050bae810fc0048b18eaa8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bfe789258c5417933e3ea48d7076734 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c80835533a11a619d1a17aa792ce492 = $(`<div id="html_5c80835533a11a619d1a17aa792ce492" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_5bfe789258c5417933e3ea48d7076734.setContent(html_5c80835533a11a619d1a17aa792ce492);
|
|
|
|
|
|
|
|
marker_7934d8731694e492d356e5e845b70f37.bindPopup(popup_5bfe789258c5417933e3ea48d7076734)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7934d8731694e492d356e5e845b70f37.setIcon(icon_8114af3c7050bae810fc0048b18eaa8c);
|
|
|
|
|
|
var marker_c6f87c456b82fccc90da2d2326c2ea77 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_3c1716c32a7cfb6c678de3beb5e3c145 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07f8cc8f1c9bc61f0da86f19058e527f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69b675ec0aad34ec5355d8f706fc1761 = $(`<div id="html_69b675ec0aad34ec5355d8f706fc1761" style="width: 100.0%; height: 100.0%;">relay.xavierdamman.com</div>`)[0];
|
|
popup_07f8cc8f1c9bc61f0da86f19058e527f.setContent(html_69b675ec0aad34ec5355d8f706fc1761);
|
|
|
|
|
|
|
|
marker_c6f87c456b82fccc90da2d2326c2ea77.bindPopup(popup_07f8cc8f1c9bc61f0da86f19058e527f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6f87c456b82fccc90da2d2326c2ea77.setIcon(icon_3c1716c32a7cfb6c678de3beb5e3c145);
|
|
|
|
|
|
var marker_125b65fca1c6fdc680d7c0c600111dfb = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c9fc1dbc39871711dc76f6aec78e9d9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfbc0a5b211b4789e079d72a7f0e1fcc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d1bbcb3b1b0448523d986c1d1d9342e = $(`<div id="html_6d1bbcb3b1b0448523d986c1d1d9342e" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_cfbc0a5b211b4789e079d72a7f0e1fcc.setContent(html_6d1bbcb3b1b0448523d986c1d1d9342e);
|
|
|
|
|
|
|
|
marker_125b65fca1c6fdc680d7c0c600111dfb.bindPopup(popup_cfbc0a5b211b4789e079d72a7f0e1fcc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_125b65fca1c6fdc680d7c0c600111dfb.setIcon(icon_c9fc1dbc39871711dc76f6aec78e9d9b);
|
|
|
|
|
|
var marker_0200430e39754941343f5dab0161dca0 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_47069fc54ad92f68022d8a5e4ca4d212 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58db8b215ab48e438f33d29a5c165468 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9da36774251083a74110c4c69cf3ac7a = $(`<div id="html_9da36774251083a74110c4c69cf3ac7a" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_58db8b215ab48e438f33d29a5c165468.setContent(html_9da36774251083a74110c4c69cf3ac7a);
|
|
|
|
|
|
|
|
marker_0200430e39754941343f5dab0161dca0.bindPopup(popup_58db8b215ab48e438f33d29a5c165468)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0200430e39754941343f5dab0161dca0.setIcon(icon_47069fc54ad92f68022d8a5e4ca4d212);
|
|
|
|
|
|
var marker_dc61393b562094a577633202de226362 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_d8f63b323900bb5ad152008d2f367527 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_622f8cdec552e5c6a3e9fbfb4fed619b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a54991a0237f7f3f547b8417bb25e333 = $(`<div id="html_a54991a0237f7f3f547b8417bb25e333" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_622f8cdec552e5c6a3e9fbfb4fed619b.setContent(html_a54991a0237f7f3f547b8417bb25e333);
|
|
|
|
|
|
|
|
marker_dc61393b562094a577633202de226362.bindPopup(popup_622f8cdec552e5c6a3e9fbfb4fed619b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc61393b562094a577633202de226362.setIcon(icon_d8f63b323900bb5ad152008d2f367527);
|
|
|
|
|
|
var marker_2337fa2df6c6b7371c9322c98a4e8de6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_d7f1770bd1f6b1c7b336639e8ed4e117 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6bc325fb38b28f40b12eebc25ac9ed7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82ba95cc1302b48a4595ace3bfe7cc4e = $(`<div id="html_82ba95cc1302b48a4595ace3bfe7cc4e" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_6bc325fb38b28f40b12eebc25ac9ed7c.setContent(html_82ba95cc1302b48a4595ace3bfe7cc4e);
|
|
|
|
|
|
|
|
marker_2337fa2df6c6b7371c9322c98a4e8de6.bindPopup(popup_6bc325fb38b28f40b12eebc25ac9ed7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2337fa2df6c6b7371c9322c98a4e8de6.setIcon(icon_d7f1770bd1f6b1c7b336639e8ed4e117);
|
|
|
|
|
|
var marker_28ce9357bb6fdc806918dbe2969b6884 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_16e3416f6bdc20020872e40acc50f8c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d2dcd45114ae07d0d6491c085d00bef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a26268057e695719d5cb96b68116eb9 = $(`<div id="html_0a26268057e695719d5cb96b68116eb9" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_2d2dcd45114ae07d0d6491c085d00bef.setContent(html_0a26268057e695719d5cb96b68116eb9);
|
|
|
|
|
|
|
|
marker_28ce9357bb6fdc806918dbe2969b6884.bindPopup(popup_2d2dcd45114ae07d0d6491c085d00bef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28ce9357bb6fdc806918dbe2969b6884.setIcon(icon_16e3416f6bdc20020872e40acc50f8c3);
|
|
|
|
|
|
var marker_1b9fb2433d839cc205f78fab17d53ebd = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_0aa2fe2f7c709d5f2fccca93f56f0607 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4c127e8783f313c1165d97a4662937a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebb1fa34885b8591211b52c7800eac19 = $(`<div id="html_ebb1fa34885b8591211b52c7800eac19" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_d4c127e8783f313c1165d97a4662937a.setContent(html_ebb1fa34885b8591211b52c7800eac19);
|
|
|
|
|
|
|
|
marker_1b9fb2433d839cc205f78fab17d53ebd.bindPopup(popup_d4c127e8783f313c1165d97a4662937a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b9fb2433d839cc205f78fab17d53ebd.setIcon(icon_0aa2fe2f7c709d5f2fccca93f56f0607);
|
|
|
|
|
|
var marker_4441c530519de8efc3be7b262eae78c3 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_18b0de9d4e9d011c1703f051120d38f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9377f68fcee600c0e2c6c82a638eec9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3ac650fcd09a68dbd2813c5fb09cf55 = $(`<div id="html_c3ac650fcd09a68dbd2813c5fb09cf55" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_d9377f68fcee600c0e2c6c82a638eec9.setContent(html_c3ac650fcd09a68dbd2813c5fb09cf55);
|
|
|
|
|
|
|
|
marker_4441c530519de8efc3be7b262eae78c3.bindPopup(popup_d9377f68fcee600c0e2c6c82a638eec9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4441c530519de8efc3be7b262eae78c3.setIcon(icon_18b0de9d4e9d011c1703f051120d38f7);
|
|
|
|
|
|
var marker_e77a89092b0647a62401c632fffe676a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_7b57c1bba91422a9621cc97648c7c4bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee6024a1e0be44eb05f1ec4a05b52b3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ce01384e057d2aac5ff99ae78dda4b4 = $(`<div id="html_9ce01384e057d2aac5ff99ae78dda4b4" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_ee6024a1e0be44eb05f1ec4a05b52b3f.setContent(html_9ce01384e057d2aac5ff99ae78dda4b4);
|
|
|
|
|
|
|
|
marker_e77a89092b0647a62401c632fffe676a.bindPopup(popup_ee6024a1e0be44eb05f1ec4a05b52b3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e77a89092b0647a62401c632fffe676a.setIcon(icon_7b57c1bba91422a9621cc97648c7c4bb);
|
|
|
|
|
|
var marker_f512a066b3d27c29c6e55b02fe236d66 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_d24041098c2956f481502a383aa8fb59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d436eb86355b967f284595776d8850f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd922f29c9817a2f4f23aa2b2b7180ba = $(`<div id="html_bd922f29c9817a2f4f23aa2b2b7180ba" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_7d436eb86355b967f284595776d8850f.setContent(html_bd922f29c9817a2f4f23aa2b2b7180ba);
|
|
|
|
|
|
|
|
marker_f512a066b3d27c29c6e55b02fe236d66.bindPopup(popup_7d436eb86355b967f284595776d8850f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f512a066b3d27c29c6e55b02fe236d66.setIcon(icon_d24041098c2956f481502a383aa8fb59);
|
|
|
|
|
|
var marker_ee8533fdfe0bb5f09c64fecdd952e9ef = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_f22bda19804a4818aab4d3af567219df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c3f005e99beecdad349c4e21333b353 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_249f7911254ca572a7ee64c5afe2e4dc = $(`<div id="html_249f7911254ca572a7ee64c5afe2e4dc" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_9c3f005e99beecdad349c4e21333b353.setContent(html_249f7911254ca572a7ee64c5afe2e4dc);
|
|
|
|
|
|
|
|
marker_ee8533fdfe0bb5f09c64fecdd952e9ef.bindPopup(popup_9c3f005e99beecdad349c4e21333b353)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee8533fdfe0bb5f09c64fecdd952e9ef.setIcon(icon_f22bda19804a4818aab4d3af567219df);
|
|
|
|
|
|
var marker_d22ba9301fb1f6b67995ec9184db9604 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_3a86e5bd0fbae7daadcc99f75e334005 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b2028c61147ec02f475c4062808b35a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c46ec2dca758d0dd228803e1fdac3a6 = $(`<div id="html_0c46ec2dca758d0dd228803e1fdac3a6" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_7b2028c61147ec02f475c4062808b35a.setContent(html_0c46ec2dca758d0dd228803e1fdac3a6);
|
|
|
|
|
|
|
|
marker_d22ba9301fb1f6b67995ec9184db9604.bindPopup(popup_7b2028c61147ec02f475c4062808b35a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d22ba9301fb1f6b67995ec9184db9604.setIcon(icon_3a86e5bd0fbae7daadcc99f75e334005);
|
|
|
|
|
|
var marker_ac14842874d5c8f29af44fd1997772a6 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_dcb1aaa03cf1003da996ebb3836d8f5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84ee613772d632af484d75f278f28494 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7057cbb236b27ffb0aff88194832fe1a = $(`<div id="html_7057cbb236b27ffb0aff88194832fe1a" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_84ee613772d632af484d75f278f28494.setContent(html_7057cbb236b27ffb0aff88194832fe1a);
|
|
|
|
|
|
|
|
marker_ac14842874d5c8f29af44fd1997772a6.bindPopup(popup_84ee613772d632af484d75f278f28494)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac14842874d5c8f29af44fd1997772a6.setIcon(icon_dcb1aaa03cf1003da996ebb3836d8f5e);
|
|
|
|
|
|
var marker_99b6264f1d2639edffd52c3e7c172723 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_4ca7f24a2667cecfc24b0f1dbe1411c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8e9d798193404baeac3f5d775b89f0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cac4e3f713c26c6c3f6911903464e3a5 = $(`<div id="html_cac4e3f713c26c6c3f6911903464e3a5" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_c8e9d798193404baeac3f5d775b89f0a.setContent(html_cac4e3f713c26c6c3f6911903464e3a5);
|
|
|
|
|
|
|
|
marker_99b6264f1d2639edffd52c3e7c172723.bindPopup(popup_c8e9d798193404baeac3f5d775b89f0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99b6264f1d2639edffd52c3e7c172723.setIcon(icon_4ca7f24a2667cecfc24b0f1dbe1411c2);
|
|
|
|
|
|
var marker_ec056835603b647cc783ca0507f7a328 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_6431d18abf9df0e1f945cac42f24a679 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79de6dd27abaebaaf4d53b7184bcbb7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc4fb85c814d9f0fcbbad8ee76d343f7 = $(`<div id="html_cc4fb85c814d9f0fcbbad8ee76d343f7" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_79de6dd27abaebaaf4d53b7184bcbb7a.setContent(html_cc4fb85c814d9f0fcbbad8ee76d343f7);
|
|
|
|
|
|
|
|
marker_ec056835603b647cc783ca0507f7a328.bindPopup(popup_79de6dd27abaebaaf4d53b7184bcbb7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec056835603b647cc783ca0507f7a328.setIcon(icon_6431d18abf9df0e1f945cac42f24a679);
|
|
|
|
|
|
var marker_1e6bc6b612dfb6c9a5507f6d3d9a8f27 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b2eb4fa7c4ad0ab5f45677f592628e75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d19970fc3203c4d8dd4f477469233d54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79c77b7f60fc46b26489d2834723d482 = $(`<div id="html_79c77b7f60fc46b26489d2834723d482" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_d19970fc3203c4d8dd4f477469233d54.setContent(html_79c77b7f60fc46b26489d2834723d482);
|
|
|
|
|
|
|
|
marker_1e6bc6b612dfb6c9a5507f6d3d9a8f27.bindPopup(popup_d19970fc3203c4d8dd4f477469233d54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e6bc6b612dfb6c9a5507f6d3d9a8f27.setIcon(icon_b2eb4fa7c4ad0ab5f45677f592628e75);
|
|
|
|
|
|
var marker_3ef51d41fe2df293dce41b78a2311218 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_dd2d17bdbb01e96261312a807d6622d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a353690c0639225859300b1ba1fda8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f22d9542b9d8dd30780fc8f78021b2e4 = $(`<div id="html_f22d9542b9d8dd30780fc8f78021b2e4" style="width: 100.0%; height: 100.0%;">nostrue.com</div>`)[0];
|
|
popup_8a353690c0639225859300b1ba1fda8c.setContent(html_f22d9542b9d8dd30780fc8f78021b2e4);
|
|
|
|
|
|
|
|
marker_3ef51d41fe2df293dce41b78a2311218.bindPopup(popup_8a353690c0639225859300b1ba1fda8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ef51d41fe2df293dce41b78a2311218.setIcon(icon_dd2d17bdbb01e96261312a807d6622d8);
|
|
|
|
|
|
var marker_5c6211a8d35e6691af590e438dba1f5f = L.marker(
|
|
[38.958, -77.3592],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_284de350bc5537a77011ddec081e6f26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4fe23e5282d657dee4b519063e8067f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d75b33e05167968704d05c130a25499d = $(`<div id="html_d75b33e05167968704d05c130a25499d" style="width: 100.0%; height: 100.0%;">nostr.ac</div>`)[0];
|
|
popup_b4fe23e5282d657dee4b519063e8067f.setContent(html_d75b33e05167968704d05c130a25499d);
|
|
|
|
|
|
|
|
marker_5c6211a8d35e6691af590e438dba1f5f.bindPopup(popup_b4fe23e5282d657dee4b519063e8067f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c6211a8d35e6691af590e438dba1f5f.setIcon(icon_284de350bc5537a77011ddec081e6f26);
|
|
|
|
|
|
var marker_641d192b918ae45a40a80659a88f2ada = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_61cd93e61ca3a406223eb31fd1754ed3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bafc9f3f4a5fb95d36d0eb7e1d32a46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_659c2d44bc81bf2bc9e68832971c39fd = $(`<div id="html_659c2d44bc81bf2bc9e68832971c39fd" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_5bafc9f3f4a5fb95d36d0eb7e1d32a46.setContent(html_659c2d44bc81bf2bc9e68832971c39fd);
|
|
|
|
|
|
|
|
marker_641d192b918ae45a40a80659a88f2ada.bindPopup(popup_5bafc9f3f4a5fb95d36d0eb7e1d32a46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_641d192b918ae45a40a80659a88f2ada.setIcon(icon_61cd93e61ca3a406223eb31fd1754ed3);
|
|
|
|
|
|
var marker_646c1a3d52dc2aabb64253c1448a014c = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_57f886071e62882bc1198519b8fd507b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35a16f56ca860fcfe91d9f5602380f8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e3a76688949d208907fc2b473b71872 = $(`<div id="html_5e3a76688949d208907fc2b473b71872" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_35a16f56ca860fcfe91d9f5602380f8f.setContent(html_5e3a76688949d208907fc2b473b71872);
|
|
|
|
|
|
|
|
marker_646c1a3d52dc2aabb64253c1448a014c.bindPopup(popup_35a16f56ca860fcfe91d9f5602380f8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_646c1a3d52dc2aabb64253c1448a014c.setIcon(icon_57f886071e62882bc1198519b8fd507b);
|
|
|
|
|
|
var marker_4706a18138aea1a5f575054f4a619b88 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_2e145b04ca56dd907ad99d5ae9d63237 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5e2e3a94f25943b21da96be9129ba1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_091bb2ac4157a4baacab668d1249d1b3 = $(`<div id="html_091bb2ac4157a4baacab668d1249d1b3" style="width: 100.0%; height: 100.0%;">relay.carlos-cdb.top</div>`)[0];
|
|
popup_f5e2e3a94f25943b21da96be9129ba1e.setContent(html_091bb2ac4157a4baacab668d1249d1b3);
|
|
|
|
|
|
|
|
marker_4706a18138aea1a5f575054f4a619b88.bindPopup(popup_f5e2e3a94f25943b21da96be9129ba1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4706a18138aea1a5f575054f4a619b88.setIcon(icon_2e145b04ca56dd907ad99d5ae9d63237);
|
|
|
|
|
|
var marker_ca17120951b9c10184d53292aa1f14d4 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_f5de1fd0010759317c20f7cd83fe1c62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b31ea4932f98470808cc8cc79758c87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f1451a120704b3d2d075d92aed2795c = $(`<div id="html_0f1451a120704b3d2d075d92aed2795c" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_6b31ea4932f98470808cc8cc79758c87.setContent(html_0f1451a120704b3d2d075d92aed2795c);
|
|
|
|
|
|
|
|
marker_ca17120951b9c10184d53292aa1f14d4.bindPopup(popup_6b31ea4932f98470808cc8cc79758c87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca17120951b9c10184d53292aa1f14d4.setIcon(icon_f5de1fd0010759317c20f7cd83fe1c62);
|
|
|
|
|
|
var marker_cc6b1eb78c58457e7adbfc90382e83d2 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_4741e974ff287d92e6ef753ad8be791a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_485630b0fdabd1d251083d951fa285ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d50a27ffb757568b2f20c829512ee3d = $(`<div id="html_3d50a27ffb757568b2f20c829512ee3d" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_485630b0fdabd1d251083d951fa285ce.setContent(html_3d50a27ffb757568b2f20c829512ee3d);
|
|
|
|
|
|
|
|
marker_cc6b1eb78c58457e7adbfc90382e83d2.bindPopup(popup_485630b0fdabd1d251083d951fa285ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc6b1eb78c58457e7adbfc90382e83d2.setIcon(icon_4741e974ff287d92e6ef753ad8be791a);
|
|
|
|
|
|
var marker_4c73015e74a5f5584e22666f17e3b472 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_1c9e4b528ee668f41553cc731bb3be43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adcd345faf9a35a9148f8d768e05c842 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b89d1fe11c2765196e24fb3bf49b3a4 = $(`<div id="html_5b89d1fe11c2765196e24fb3bf49b3a4" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_adcd345faf9a35a9148f8d768e05c842.setContent(html_5b89d1fe11c2765196e24fb3bf49b3a4);
|
|
|
|
|
|
|
|
marker_4c73015e74a5f5584e22666f17e3b472.bindPopup(popup_adcd345faf9a35a9148f8d768e05c842)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c73015e74a5f5584e22666f17e3b472.setIcon(icon_1c9e4b528ee668f41553cc731bb3be43);
|
|
|
|
|
|
var marker_35e4b6e234d47ffcd8d74c4ac622cf5f = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_74e2cc43b9e4abfcc2bacba7d991f276 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74c53bbc04617bdddb61235fba429234 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_846035e67cf3f4306e73a0d986ad2575 = $(`<div id="html_846035e67cf3f4306e73a0d986ad2575" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_74c53bbc04617bdddb61235fba429234.setContent(html_846035e67cf3f4306e73a0d986ad2575);
|
|
|
|
|
|
|
|
marker_35e4b6e234d47ffcd8d74c4ac622cf5f.bindPopup(popup_74c53bbc04617bdddb61235fba429234)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35e4b6e234d47ffcd8d74c4ac622cf5f.setIcon(icon_74e2cc43b9e4abfcc2bacba7d991f276);
|
|
|
|
|
|
var marker_9b23f7fa69e9d72be7403c13bb6b07a8 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_5eaededb9eaf42c3bb724e0efc33eef0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2c0f5f4aa62623a112c8f33d19c1253 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cb3128bd9792150fd3fe7da3304dac2 = $(`<div id="html_4cb3128bd9792150fd3fe7da3304dac2" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_e2c0f5f4aa62623a112c8f33d19c1253.setContent(html_4cb3128bd9792150fd3fe7da3304dac2);
|
|
|
|
|
|
|
|
marker_9b23f7fa69e9d72be7403c13bb6b07a8.bindPopup(popup_e2c0f5f4aa62623a112c8f33d19c1253)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b23f7fa69e9d72be7403c13bb6b07a8.setIcon(icon_5eaededb9eaf42c3bb724e0efc33eef0);
|
|
|
|
|
|
var marker_7126bc117cc32e7cfdc91f62be5c1663 = L.marker(
|
|
[47.674, -122.122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_8eeaadb284f2ee8f1560b79d676352cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f85ca3dfafee8d2071e73b09aee3fbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29470256aa9c3dd4e67f45176af091f4 = $(`<div id="html_29470256aa9c3dd4e67f45176af091f4" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_6f85ca3dfafee8d2071e73b09aee3fbe.setContent(html_29470256aa9c3dd4e67f45176af091f4);
|
|
|
|
|
|
|
|
marker_7126bc117cc32e7cfdc91f62be5c1663.bindPopup(popup_6f85ca3dfafee8d2071e73b09aee3fbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7126bc117cc32e7cfdc91f62be5c1663.setIcon(icon_8eeaadb284f2ee8f1560b79d676352cf);
|
|
|
|
|
|
var marker_7907897fa024a3861171c145115aa7d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_4a382d63769b0a20c6c6eac25716e9ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_841b841b5cc44c8a82529d7294bf0989 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_445075daf39b780128ced8deb3ba2dc2 = $(`<div id="html_445075daf39b780128ced8deb3ba2dc2" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_841b841b5cc44c8a82529d7294bf0989.setContent(html_445075daf39b780128ced8deb3ba2dc2);
|
|
|
|
|
|
|
|
marker_7907897fa024a3861171c145115aa7d3.bindPopup(popup_841b841b5cc44c8a82529d7294bf0989)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7907897fa024a3861171c145115aa7d3.setIcon(icon_4a382d63769b0a20c6c6eac25716e9ea);
|
|
|
|
|
|
var marker_8bbdd6847ae93440ab7a1f033eca96b7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_9289625b42cda935a4ee47e2b6db4960 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04bbc21369f1eaca515dd3bcd1b8791a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_165fc3e7ab6337363f34d1f19c251b04 = $(`<div id="html_165fc3e7ab6337363f34d1f19c251b04" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_04bbc21369f1eaca515dd3bcd1b8791a.setContent(html_165fc3e7ab6337363f34d1f19c251b04);
|
|
|
|
|
|
|
|
marker_8bbdd6847ae93440ab7a1f033eca96b7.bindPopup(popup_04bbc21369f1eaca515dd3bcd1b8791a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bbdd6847ae93440ab7a1f033eca96b7.setIcon(icon_9289625b42cda935a4ee47e2b6db4960);
|
|
|
|
|
|
var marker_9b396ab32b86f5a1765f209ed1e2c675 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_0ab07fe64c1908b1885314b959a2c640 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe677e6fa64b43c277ec3fec2da9db62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de41315016d860a3afd745ec8e7081ad = $(`<div id="html_de41315016d860a3afd745ec8e7081ad" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_fe677e6fa64b43c277ec3fec2da9db62.setContent(html_de41315016d860a3afd745ec8e7081ad);
|
|
|
|
|
|
|
|
marker_9b396ab32b86f5a1765f209ed1e2c675.bindPopup(popup_fe677e6fa64b43c277ec3fec2da9db62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b396ab32b86f5a1765f209ed1e2c675.setIcon(icon_0ab07fe64c1908b1885314b959a2c640);
|
|
|
|
|
|
var marker_5d1a7e42480fff5199b7207a4e839311 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_ae3a464870549ee411ebdf864f5ca31f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5aa324e113d53acb4af8e0d4b159dc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7d12b21715830fbfb261c3e951c5641 = $(`<div id="html_f7d12b21715830fbfb261c3e951c5641" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_b5aa324e113d53acb4af8e0d4b159dc6.setContent(html_f7d12b21715830fbfb261c3e951c5641);
|
|
|
|
|
|
|
|
marker_5d1a7e42480fff5199b7207a4e839311.bindPopup(popup_b5aa324e113d53acb4af8e0d4b159dc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d1a7e42480fff5199b7207a4e839311.setIcon(icon_ae3a464870549ee411ebdf864f5ca31f);
|
|
|
|
|
|
var marker_8364d17319338054a297d10fda608fa4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_fa0439b90452b37621f58ba700be9bbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f91bc9a02fab220a0cc169a43a18d7c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca92d1e47d4e0e0f8a3ba1c9bde9746b = $(`<div id="html_ca92d1e47d4e0e0f8a3ba1c9bde9746b" style="width: 100.0%; height: 100.0%;">antiprimal.net</div>`)[0];
|
|
popup_f91bc9a02fab220a0cc169a43a18d7c3.setContent(html_ca92d1e47d4e0e0f8a3ba1c9bde9746b);
|
|
|
|
|
|
|
|
marker_8364d17319338054a297d10fda608fa4.bindPopup(popup_f91bc9a02fab220a0cc169a43a18d7c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8364d17319338054a297d10fda608fa4.setIcon(icon_fa0439b90452b37621f58ba700be9bbf);
|
|
|
|
|
|
var marker_453271503f3d19c1fab3f1ddbbc8120b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_0721cfc40457276b9dec1fd2fa13996f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0c7807e62dd383cf08c8a0e8d24e10a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7aa44f6faae08481822eb8c2a75e8c08 = $(`<div id="html_7aa44f6faae08481822eb8c2a75e8c08" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_a0c7807e62dd383cf08c8a0e8d24e10a.setContent(html_7aa44f6faae08481822eb8c2a75e8c08);
|
|
|
|
|
|
|
|
marker_453271503f3d19c1fab3f1ddbbc8120b.bindPopup(popup_a0c7807e62dd383cf08c8a0e8d24e10a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_453271503f3d19c1fab3f1ddbbc8120b.setIcon(icon_0721cfc40457276b9dec1fd2fa13996f);
|
|
|
|
|
|
var marker_c6ee5031d1fd12aa110e7d5d24ffd462 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_bac780059ac425da6e74d66c3529f580 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e79e00ccb47d2a4b541c07b8a5069d63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b233d36707626b90c8652ccf728589b = $(`<div id="html_9b233d36707626b90c8652ccf728589b" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_e79e00ccb47d2a4b541c07b8a5069d63.setContent(html_9b233d36707626b90c8652ccf728589b);
|
|
|
|
|
|
|
|
marker_c6ee5031d1fd12aa110e7d5d24ffd462.bindPopup(popup_e79e00ccb47d2a4b541c07b8a5069d63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6ee5031d1fd12aa110e7d5d24ffd462.setIcon(icon_bac780059ac425da6e74d66c3529f580);
|
|
|
|
|
|
var marker_3411f225e274f0cca911e4ec520a18c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_fc1c7c5995112502ccda162aa3b14ae5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1ad9cdd749511fe46553410d0997ee6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e90e5ee0a7ed84d68ebc9e0ada8dba63 = $(`<div id="html_e90e5ee0a7ed84d68ebc9e0ada8dba63" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_b1ad9cdd749511fe46553410d0997ee6.setContent(html_e90e5ee0a7ed84d68ebc9e0ada8dba63);
|
|
|
|
|
|
|
|
marker_3411f225e274f0cca911e4ec520a18c6.bindPopup(popup_b1ad9cdd749511fe46553410d0997ee6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3411f225e274f0cca911e4ec520a18c6.setIcon(icon_fc1c7c5995112502ccda162aa3b14ae5);
|
|
|
|
|
|
var marker_6e9aa857d1681b228d045899e2d4bb55 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_8348e0ed43c29a9b9d47fba09e9146a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_425466afd4ca01124d5b81b577eccad3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1264999697da3a5b522fcb90fad18c39 = $(`<div id="html_1264999697da3a5b522fcb90fad18c39" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_425466afd4ca01124d5b81b577eccad3.setContent(html_1264999697da3a5b522fcb90fad18c39);
|
|
|
|
|
|
|
|
marker_6e9aa857d1681b228d045899e2d4bb55.bindPopup(popup_425466afd4ca01124d5b81b577eccad3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e9aa857d1681b228d045899e2d4bb55.setIcon(icon_8348e0ed43c29a9b9d47fba09e9146a8);
|
|
|
|
|
|
var marker_268c9deea92bb149a4819c2ee6838616 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_9611d1d075280cb0951f32971331721a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_422c155c0eb6c99b68fafcfd49c88327 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0514b3befabcd1e625b045612ae407c = $(`<div id="html_a0514b3befabcd1e625b045612ae407c" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_422c155c0eb6c99b68fafcfd49c88327.setContent(html_a0514b3befabcd1e625b045612ae407c);
|
|
|
|
|
|
|
|
marker_268c9deea92bb149a4819c2ee6838616.bindPopup(popup_422c155c0eb6c99b68fafcfd49c88327)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_268c9deea92bb149a4819c2ee6838616.setIcon(icon_9611d1d075280cb0951f32971331721a);
|
|
|
|
|
|
var marker_fb00bb4dba6ca4149fbe50bf211ec5e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_4b7f2ce837e0f0f9a6b95ee651886830 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_294bd920ee1324ce5b8ec5e78e780fa6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e86f426f13ef79f80101b7adf71cf988 = $(`<div id="html_e86f426f13ef79f80101b7adf71cf988" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_294bd920ee1324ce5b8ec5e78e780fa6.setContent(html_e86f426f13ef79f80101b7adf71cf988);
|
|
|
|
|
|
|
|
marker_fb00bb4dba6ca4149fbe50bf211ec5e9.bindPopup(popup_294bd920ee1324ce5b8ec5e78e780fa6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb00bb4dba6ca4149fbe50bf211ec5e9.setIcon(icon_4b7f2ce837e0f0f9a6b95ee651886830);
|
|
|
|
|
|
var marker_cc61656145b5f9b2a057d2f4c0b6b0cf = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_e804b79741d87800678939791ebfdd66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64b269c7c0318b9affaa03eac813be86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3fc2b566439916f060ab0f936acb2a6 = $(`<div id="html_c3fc2b566439916f060ab0f936acb2a6" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_64b269c7c0318b9affaa03eac813be86.setContent(html_c3fc2b566439916f060ab0f936acb2a6);
|
|
|
|
|
|
|
|
marker_cc61656145b5f9b2a057d2f4c0b6b0cf.bindPopup(popup_64b269c7c0318b9affaa03eac813be86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc61656145b5f9b2a057d2f4c0b6b0cf.setIcon(icon_e804b79741d87800678939791ebfdd66);
|
|
|
|
|
|
var marker_d1603b7497fc94b9fd6a69df043e30a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_6e71bb679e8d3d817c462c9013b19e09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_313fa6db7afda03a8e8d6896b894d31b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fa775858b1cb822204ed65ab836c1cb = $(`<div id="html_8fa775858b1cb822204ed65ab836c1cb" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_313fa6db7afda03a8e8d6896b894d31b.setContent(html_8fa775858b1cb822204ed65ab836c1cb);
|
|
|
|
|
|
|
|
marker_d1603b7497fc94b9fd6a69df043e30a3.bindPopup(popup_313fa6db7afda03a8e8d6896b894d31b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1603b7497fc94b9fd6a69df043e30a3.setIcon(icon_6e71bb679e8d3d817c462c9013b19e09);
|
|
|
|
|
|
var marker_7d9d4ea2df4558ce0fd64ad82d0b151f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_04a48e5b256fbe1a37b5ff7542c71d59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c94f4cb34c6216128e8096978c84d9b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a716a0647e7cce589707b063acf8aa9a = $(`<div id="html_a716a0647e7cce589707b063acf8aa9a" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_c94f4cb34c6216128e8096978c84d9b1.setContent(html_a716a0647e7cce589707b063acf8aa9a);
|
|
|
|
|
|
|
|
marker_7d9d4ea2df4558ce0fd64ad82d0b151f.bindPopup(popup_c94f4cb34c6216128e8096978c84d9b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d9d4ea2df4558ce0fd64ad82d0b151f.setIcon(icon_04a48e5b256fbe1a37b5ff7542c71d59);
|
|
|
|
|
|
var marker_2229bec0c97c76d83ef650a3ab451436 = L.marker(
|
|
[49.281, -123.117],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_7bb828ac13e930d4f85fa2249f49ec90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21979057caaf7de78ed12749b5e1a8c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbb407383964ff2d727f2673ec10d732 = $(`<div id="html_dbb407383964ff2d727f2673ec10d732" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_21979057caaf7de78ed12749b5e1a8c0.setContent(html_dbb407383964ff2d727f2673ec10d732);
|
|
|
|
|
|
|
|
marker_2229bec0c97c76d83ef650a3ab451436.bindPopup(popup_21979057caaf7de78ed12749b5e1a8c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2229bec0c97c76d83ef650a3ab451436.setIcon(icon_7bb828ac13e930d4f85fa2249f49ec90);
|
|
|
|
|
|
var marker_8aa2d2afb220f332b04ba90309124e71 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_5fbfb0f60329bff9279404ea788677d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4510102c9acb17c6f3c243913bf81658 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c40e7627e37e05df0025dd96d67161cb = $(`<div id="html_c40e7627e37e05df0025dd96d67161cb" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_4510102c9acb17c6f3c243913bf81658.setContent(html_c40e7627e37e05df0025dd96d67161cb);
|
|
|
|
|
|
|
|
marker_8aa2d2afb220f332b04ba90309124e71.bindPopup(popup_4510102c9acb17c6f3c243913bf81658)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8aa2d2afb220f332b04ba90309124e71.setIcon(icon_5fbfb0f60329bff9279404ea788677d6);
|
|
|
|
|
|
var marker_14121b44f9851592dfe59d678a378f55 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_ecb7392089d85d06402b6968b31ccef5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00910c7bbf82fcdc619ed96a6a636034 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a319b9c02ea724cec01cfc3c3ab90d1b = $(`<div id="html_a319b9c02ea724cec01cfc3c3ab90d1b" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_00910c7bbf82fcdc619ed96a6a636034.setContent(html_a319b9c02ea724cec01cfc3c3ab90d1b);
|
|
|
|
|
|
|
|
marker_14121b44f9851592dfe59d678a378f55.bindPopup(popup_00910c7bbf82fcdc619ed96a6a636034)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14121b44f9851592dfe59d678a378f55.setIcon(icon_ecb7392089d85d06402b6968b31ccef5);
|
|
|
|
|
|
var marker_4d27e2d3c5ee360687001889e701fa6e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_c091ea75cf0e65dcd790f11fd4e194e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_057f67f95f05c87d999e0b6950404d12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7f2ab7c1af9a444dfa98325410f1f8d = $(`<div id="html_e7f2ab7c1af9a444dfa98325410f1f8d" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_057f67f95f05c87d999e0b6950404d12.setContent(html_e7f2ab7c1af9a444dfa98325410f1f8d);
|
|
|
|
|
|
|
|
marker_4d27e2d3c5ee360687001889e701fa6e.bindPopup(popup_057f67f95f05c87d999e0b6950404d12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d27e2d3c5ee360687001889e701fa6e.setIcon(icon_c091ea75cf0e65dcd790f11fd4e194e8);
|
|
|
|
|
|
var marker_c090bf3e61272b3e2424da15980c196e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_2f2b53100d9314a06ede5af657008f3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f00781bc86ae6c4bd1506bcb6ade4c86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f48efebd1cce8f996e302d713e0d427 = $(`<div id="html_3f48efebd1cce8f996e302d713e0d427" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_f00781bc86ae6c4bd1506bcb6ade4c86.setContent(html_3f48efebd1cce8f996e302d713e0d427);
|
|
|
|
|
|
|
|
marker_c090bf3e61272b3e2424da15980c196e.bindPopup(popup_f00781bc86ae6c4bd1506bcb6ade4c86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c090bf3e61272b3e2424da15980c196e.setIcon(icon_2f2b53100d9314a06ede5af657008f3d);
|
|
|
|
|
|
var marker_09febb5fca87e092bb3d35c7ec6ea3ee = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_b433ed9df53bb7e0c8235b82e93c62f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39f191f627ec0218440f11a8bd9a8c04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f887fab91de4d886c4fbdd6429077d0 = $(`<div id="html_4f887fab91de4d886c4fbdd6429077d0" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_39f191f627ec0218440f11a8bd9a8c04.setContent(html_4f887fab91de4d886c4fbdd6429077d0);
|
|
|
|
|
|
|
|
marker_09febb5fca87e092bb3d35c7ec6ea3ee.bindPopup(popup_39f191f627ec0218440f11a8bd9a8c04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09febb5fca87e092bb3d35c7ec6ea3ee.setIcon(icon_b433ed9df53bb7e0c8235b82e93c62f4);
|
|
|
|
|
|
var marker_887299303452ff8293e67a18742e1efb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_9e505fd34f00037bb4e541397d2314c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1eb88165f5c3bdc67eff0bce5b70ee7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d418d6795f5462ea4a338c0d768006a = $(`<div id="html_7d418d6795f5462ea4a338c0d768006a" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_e1eb88165f5c3bdc67eff0bce5b70ee7.setContent(html_7d418d6795f5462ea4a338c0d768006a);
|
|
|
|
|
|
|
|
marker_887299303452ff8293e67a18742e1efb.bindPopup(popup_e1eb88165f5c3bdc67eff0bce5b70ee7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_887299303452ff8293e67a18742e1efb.setIcon(icon_9e505fd34f00037bb4e541397d2314c2);
|
|
|
|
|
|
var marker_bc05983aa5e750fc504d38066f56c0e1 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_5fda83fecd0473249f8848420bb4936b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db4c0e53c4db2aca0421f36bb453505c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a98e8740265ba946bcb0faf3ee2331c2 = $(`<div id="html_a98e8740265ba946bcb0faf3ee2331c2" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_db4c0e53c4db2aca0421f36bb453505c.setContent(html_a98e8740265ba946bcb0faf3ee2331c2);
|
|
|
|
|
|
|
|
marker_bc05983aa5e750fc504d38066f56c0e1.bindPopup(popup_db4c0e53c4db2aca0421f36bb453505c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc05983aa5e750fc504d38066f56c0e1.setIcon(icon_5fda83fecd0473249f8848420bb4936b);
|
|
|
|
|
|
var marker_4335828e7f371c14c716b23f4fae2b7f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_2c704242c09443824eba1b4234ee2224 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b33bfb91bbbda337bd46a9ef25844756 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be3e5e7b69d16188a1215589dead171b = $(`<div id="html_be3e5e7b69d16188a1215589dead171b" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_b33bfb91bbbda337bd46a9ef25844756.setContent(html_be3e5e7b69d16188a1215589dead171b);
|
|
|
|
|
|
|
|
marker_4335828e7f371c14c716b23f4fae2b7f.bindPopup(popup_b33bfb91bbbda337bd46a9ef25844756)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4335828e7f371c14c716b23f4fae2b7f.setIcon(icon_2c704242c09443824eba1b4234ee2224);
|
|
|
|
|
|
var marker_c5f14ce7f4c89811eb2dc68debd18a10 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_bcee1c76fa1d6581b44a9f22b2411cc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5aca8a8c983c058ec58a18f43bcbd2f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d276a5a8f9075abccd1fe6953853d487 = $(`<div id="html_d276a5a8f9075abccd1fe6953853d487" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_5aca8a8c983c058ec58a18f43bcbd2f1.setContent(html_d276a5a8f9075abccd1fe6953853d487);
|
|
|
|
|
|
|
|
marker_c5f14ce7f4c89811eb2dc68debd18a10.bindPopup(popup_5aca8a8c983c058ec58a18f43bcbd2f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5f14ce7f4c89811eb2dc68debd18a10.setIcon(icon_bcee1c76fa1d6581b44a9f22b2411cc5);
|
|
|
|
|
|
var marker_75fd89f1591ab2dfa9f75160979418d0 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_affb46d843d084db403d6f1f32858f10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfa5ce2eaecddab64ffe65dba08aef27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b65bd829ae41cc72db6eb7efee5c849b = $(`<div id="html_b65bd829ae41cc72db6eb7efee5c849b" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_cfa5ce2eaecddab64ffe65dba08aef27.setContent(html_b65bd829ae41cc72db6eb7efee5c849b);
|
|
|
|
|
|
|
|
marker_75fd89f1591ab2dfa9f75160979418d0.bindPopup(popup_cfa5ce2eaecddab64ffe65dba08aef27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75fd89f1591ab2dfa9f75160979418d0.setIcon(icon_affb46d843d084db403d6f1f32858f10);
|
|
|
|
|
|
var marker_a27305627efa90dfdaaddb6d816a933a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_28153f9261899cfc136e9a48f8bdfdcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5309fa37b6149a407542070381b02652 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4554ba6a41ef30994cb9de25a3d41c5 = $(`<div id="html_a4554ba6a41ef30994cb9de25a3d41c5" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_5309fa37b6149a407542070381b02652.setContent(html_a4554ba6a41ef30994cb9de25a3d41c5);
|
|
|
|
|
|
|
|
marker_a27305627efa90dfdaaddb6d816a933a.bindPopup(popup_5309fa37b6149a407542070381b02652)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a27305627efa90dfdaaddb6d816a933a.setIcon(icon_28153f9261899cfc136e9a48f8bdfdcc);
|
|
|
|
|
|
var marker_77f2fd5f4a101ec8320cf2fe23607f58 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_7bff19253c0b9fb0b2c7b3e8d30bec49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58b387dabf1c41aaefbb8f241c275547 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d0ce2a18d6d5bdc1b498466a4ccac60 = $(`<div id="html_0d0ce2a18d6d5bdc1b498466a4ccac60" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_58b387dabf1c41aaefbb8f241c275547.setContent(html_0d0ce2a18d6d5bdc1b498466a4ccac60);
|
|
|
|
|
|
|
|
marker_77f2fd5f4a101ec8320cf2fe23607f58.bindPopup(popup_58b387dabf1c41aaefbb8f241c275547)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77f2fd5f4a101ec8320cf2fe23607f58.setIcon(icon_7bff19253c0b9fb0b2c7b3e8d30bec49);
|
|
|
|
|
|
var marker_18d226e740432474cf4847355bd40400 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_fb57a0f36a2e243378939a1f073e171d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87823f9f96bb11ae4e2cdcaa668d60cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4f139d20e824cd518c6386b4ad28969 = $(`<div id="html_b4f139d20e824cd518c6386b4ad28969" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_87823f9f96bb11ae4e2cdcaa668d60cc.setContent(html_b4f139d20e824cd518c6386b4ad28969);
|
|
|
|
|
|
|
|
marker_18d226e740432474cf4847355bd40400.bindPopup(popup_87823f9f96bb11ae4e2cdcaa668d60cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18d226e740432474cf4847355bd40400.setIcon(icon_fb57a0f36a2e243378939a1f073e171d);
|
|
|
|
|
|
var marker_26552f9625e1e8755c3f79cd6944cc38 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_6e091a8067cab08c000229620fcd81a3);
|
|
|
|
|
|
var icon_0fd5717f08a5f12ae162eec6473fc185 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bf0b613fc0dbb32524a56fab6087e44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a5347767197d0b73c3cd463894d2421 = $(`<div id="html_0a5347767197d0b73c3cd463894d2421" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_8bf0b613fc0dbb32524a56fab6087e44.setContent(html_0a5347767197d0b73c3cd463894d2421);
|
|
|
|
|
|
|
|
marker_26552f9625e1e8755c3f79cd6944cc38.bindPopup(popup_8bf0b613fc0dbb32524a56fab6087e44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26552f9625e1e8755c3f79cd6944cc38.setIcon(icon_0fd5717f08a5f12ae162eec6473fc185);
|
|
|
|
|
|
marker_cluster_6e091a8067cab08c000229620fcd81a3.addTo(map_0c887dc141c4da770271d8534c16b2c2);
|
|
|
|
</script>
|
|
</html> |