mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 09:25:18 +00:00
12121 lines
352 KiB
HTML
12121 lines
352 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_1f666a68bde32d6f47f9b3b5453168e0 {
|
|
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_1f666a68bde32d6f47f9b3b5453168e0" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_1f666a68bde32d6f47f9b3b5453168e0 = L.map(
|
|
"map_1f666a68bde32d6f47f9b3b5453168e0",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_cee0d1fa1946a34433e4b1955f593ca6 = 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_cee0d1fa1946a34433e4b1955f593ca6.addTo(map_1f666a68bde32d6f47f9b3b5453168e0);
|
|
|
|
|
|
var marker_cluster_f1b902ccc5076126504a30619dca4729 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_8c134b7ceba6e1309d6c8227fd8a20ec = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_ce8e53f0ce46113a5c59f92eeaa4252d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acc1e53e1c02178dd99d8d1b35e5315e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ca76f95663c6eef2af717c1345162c6 = $(`<div id="html_7ca76f95663c6eef2af717c1345162c6" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_acc1e53e1c02178dd99d8d1b35e5315e.setContent(html_7ca76f95663c6eef2af717c1345162c6);
|
|
|
|
|
|
|
|
marker_8c134b7ceba6e1309d6c8227fd8a20ec.bindPopup(popup_acc1e53e1c02178dd99d8d1b35e5315e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c134b7ceba6e1309d6c8227fd8a20ec.setIcon(icon_ce8e53f0ce46113a5c59f92eeaa4252d);
|
|
|
|
|
|
var marker_d60bd1c0aea927b09e6635295d9630d6 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_b9ac19ba27fba6bd9220cf3a30e08135 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81bce0ca90ab183d9e4b37c06235610a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3028d75575da612468dd36a8b85d5959 = $(`<div id="html_3028d75575da612468dd36a8b85d5959" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_81bce0ca90ab183d9e4b37c06235610a.setContent(html_3028d75575da612468dd36a8b85d5959);
|
|
|
|
|
|
|
|
marker_d60bd1c0aea927b09e6635295d9630d6.bindPopup(popup_81bce0ca90ab183d9e4b37c06235610a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d60bd1c0aea927b09e6635295d9630d6.setIcon(icon_b9ac19ba27fba6bd9220cf3a30e08135);
|
|
|
|
|
|
var marker_d6a900b4e6fbda5424f6e857058523ad = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_05742514778380334f12cfd3d85c57ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ab82c60aab2129c63a40b171a34c5cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8241af0f39b967a30e485cc1ab311cb = $(`<div id="html_f8241af0f39b967a30e485cc1ab311cb" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_0ab82c60aab2129c63a40b171a34c5cb.setContent(html_f8241af0f39b967a30e485cc1ab311cb);
|
|
|
|
|
|
|
|
marker_d6a900b4e6fbda5424f6e857058523ad.bindPopup(popup_0ab82c60aab2129c63a40b171a34c5cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6a900b4e6fbda5424f6e857058523ad.setIcon(icon_05742514778380334f12cfd3d85c57ce);
|
|
|
|
|
|
var marker_087b46ab4f529d946e7eba8fcbf83d0a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_b3b73fe6af95096e06c17da71fd932f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44ed693a1036e97677436d3a09b2f9f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0352abae35e0798d62adbdf56bf5892f = $(`<div id="html_0352abae35e0798d62adbdf56bf5892f" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_44ed693a1036e97677436d3a09b2f9f0.setContent(html_0352abae35e0798d62adbdf56bf5892f);
|
|
|
|
|
|
|
|
marker_087b46ab4f529d946e7eba8fcbf83d0a.bindPopup(popup_44ed693a1036e97677436d3a09b2f9f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_087b46ab4f529d946e7eba8fcbf83d0a.setIcon(icon_b3b73fe6af95096e06c17da71fd932f0);
|
|
|
|
|
|
var marker_16c7d758b7cc171ef51d2e71fccf9c9c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f0045c5c555d9368fed73bf9fae58376 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e8a3d8becf05c0f3b54ca7be9b0b70d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f074c7138c1890e8b7f97125d62a793f = $(`<div id="html_f074c7138c1890e8b7f97125d62a793f" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_8e8a3d8becf05c0f3b54ca7be9b0b70d.setContent(html_f074c7138c1890e8b7f97125d62a793f);
|
|
|
|
|
|
|
|
marker_16c7d758b7cc171ef51d2e71fccf9c9c.bindPopup(popup_8e8a3d8becf05c0f3b54ca7be9b0b70d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16c7d758b7cc171ef51d2e71fccf9c9c.setIcon(icon_f0045c5c555d9368fed73bf9fae58376);
|
|
|
|
|
|
var marker_9ba519184d1ad90e388ce3d66d269801 = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d4fe99c35f60f3aef7619e1b73287a30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_323e2563a4872255b2acb277dede880b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38f123517ab044c8284afabfe4ee935e = $(`<div id="html_38f123517ab044c8284afabfe4ee935e" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_323e2563a4872255b2acb277dede880b.setContent(html_38f123517ab044c8284afabfe4ee935e);
|
|
|
|
|
|
|
|
marker_9ba519184d1ad90e388ce3d66d269801.bindPopup(popup_323e2563a4872255b2acb277dede880b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ba519184d1ad90e388ce3d66d269801.setIcon(icon_d4fe99c35f60f3aef7619e1b73287a30);
|
|
|
|
|
|
var marker_20f954c8b472d07aad1f5f4db79b7b65 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_87614f00a3483ba408a537fdb0bd5d6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d6d8d3b0b9bf2d9893df534ed574891 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b164fd78b06080359a3dce6f7f2fde6a = $(`<div id="html_b164fd78b06080359a3dce6f7f2fde6a" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_9d6d8d3b0b9bf2d9893df534ed574891.setContent(html_b164fd78b06080359a3dce6f7f2fde6a);
|
|
|
|
|
|
|
|
marker_20f954c8b472d07aad1f5f4db79b7b65.bindPopup(popup_9d6d8d3b0b9bf2d9893df534ed574891)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20f954c8b472d07aad1f5f4db79b7b65.setIcon(icon_87614f00a3483ba408a537fdb0bd5d6a);
|
|
|
|
|
|
var marker_978de67da0c5b2de9e8a54cc7cc82508 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_dec1722b5467ceefac722bc4a36624ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97109d002679fc30cc45961de6db83a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bc83da3166b02ac3837b38cf097f0a7 = $(`<div id="html_4bc83da3166b02ac3837b38cf097f0a7" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_97109d002679fc30cc45961de6db83a2.setContent(html_4bc83da3166b02ac3837b38cf097f0a7);
|
|
|
|
|
|
|
|
marker_978de67da0c5b2de9e8a54cc7cc82508.bindPopup(popup_97109d002679fc30cc45961de6db83a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_978de67da0c5b2de9e8a54cc7cc82508.setIcon(icon_dec1722b5467ceefac722bc4a36624ce);
|
|
|
|
|
|
var marker_56b6193546ff578742624f28898ddce2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_0ceb832a2c804a631a19f83df305815f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bb8edc5c04be0fe882787641cd6fcf6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8614c5e681dbc8dfe934fe0b62684b5 = $(`<div id="html_b8614c5e681dbc8dfe934fe0b62684b5" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_5bb8edc5c04be0fe882787641cd6fcf6.setContent(html_b8614c5e681dbc8dfe934fe0b62684b5);
|
|
|
|
|
|
|
|
marker_56b6193546ff578742624f28898ddce2.bindPopup(popup_5bb8edc5c04be0fe882787641cd6fcf6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56b6193546ff578742624f28898ddce2.setIcon(icon_0ceb832a2c804a631a19f83df305815f);
|
|
|
|
|
|
var marker_d48e7c8930be2dcb45893bdb48bdf004 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d6aaf45af08c2c9fb6df4322a15e05e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e15991f2e091bede3cf45fc9bd318009 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba991840846cd97951b050733ebae9b9 = $(`<div id="html_ba991840846cd97951b050733ebae9b9" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_e15991f2e091bede3cf45fc9bd318009.setContent(html_ba991840846cd97951b050733ebae9b9);
|
|
|
|
|
|
|
|
marker_d48e7c8930be2dcb45893bdb48bdf004.bindPopup(popup_e15991f2e091bede3cf45fc9bd318009)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d48e7c8930be2dcb45893bdb48bdf004.setIcon(icon_d6aaf45af08c2c9fb6df4322a15e05e7);
|
|
|
|
|
|
var marker_0f31473bb27296d88324c4a50c04e0ab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_355fae2453db193e46c19682272e97f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec88f90291656c670fccc2a6ad3996ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c282720db16d700ca042eca096c41475 = $(`<div id="html_c282720db16d700ca042eca096c41475" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_ec88f90291656c670fccc2a6ad3996ee.setContent(html_c282720db16d700ca042eca096c41475);
|
|
|
|
|
|
|
|
marker_0f31473bb27296d88324c4a50c04e0ab.bindPopup(popup_ec88f90291656c670fccc2a6ad3996ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f31473bb27296d88324c4a50c04e0ab.setIcon(icon_355fae2453db193e46c19682272e97f6);
|
|
|
|
|
|
var marker_0c2410cddbc8fdd54a8ba3674e7b8201 = L.marker(
|
|
[39.9042, 116.407],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_fb22d440505860fbefa164a335cac4ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d80e71306bf9d14f254fc86abae654f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9da7670096e6dd2b20c02268736f8aa = $(`<div id="html_c9da7670096e6dd2b20c02268736f8aa" style="width: 100.0%; height: 100.0%;">ms.chinacounty.com</div>`)[0];
|
|
popup_d80e71306bf9d14f254fc86abae654f2.setContent(html_c9da7670096e6dd2b20c02268736f8aa);
|
|
|
|
|
|
|
|
marker_0c2410cddbc8fdd54a8ba3674e7b8201.bindPopup(popup_d80e71306bf9d14f254fc86abae654f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c2410cddbc8fdd54a8ba3674e7b8201.setIcon(icon_fb22d440505860fbefa164a335cac4ff);
|
|
|
|
|
|
var marker_57567508b1b7791cfaa6f7f8398c073c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_bac9ef94b881c50d5ced80ac1fc23cda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b9d9b4c96d41e8af2ac13a95adec387 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9109b77ad6410fd24a617e76853e668b = $(`<div id="html_9109b77ad6410fd24a617e76853e668b" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_4b9d9b4c96d41e8af2ac13a95adec387.setContent(html_9109b77ad6410fd24a617e76853e668b);
|
|
|
|
|
|
|
|
marker_57567508b1b7791cfaa6f7f8398c073c.bindPopup(popup_4b9d9b4c96d41e8af2ac13a95adec387)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57567508b1b7791cfaa6f7f8398c073c.setIcon(icon_bac9ef94b881c50d5ced80ac1fc23cda);
|
|
|
|
|
|
var marker_954d73bc8b973870fc6bde861a595810 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_09d762380806a0d93f3c4e6b8c821fa0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00c4184a9ca264d4512926b67b79de5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bfdfded262193954d1d4510058fc853 = $(`<div id="html_5bfdfded262193954d1d4510058fc853" style="width: 100.0%; height: 100.0%;">ve.agorawlc.com</div>`)[0];
|
|
popup_00c4184a9ca264d4512926b67b79de5a.setContent(html_5bfdfded262193954d1d4510058fc853);
|
|
|
|
|
|
|
|
marker_954d73bc8b973870fc6bde861a595810.bindPopup(popup_00c4184a9ca264d4512926b67b79de5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_954d73bc8b973870fc6bde861a595810.setIcon(icon_09d762380806a0d93f3c4e6b8c821fa0);
|
|
|
|
|
|
var marker_104a37e3e7e888586e434db6d7122a71 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_23899b9816cd59ce2949aeb28c8ca31b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df5fd83c10ea47314eeee14106d53d5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4bd1479af35ac04a9d8e8f48cd839f0 = $(`<div id="html_c4bd1479af35ac04a9d8e8f48cd839f0" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_df5fd83c10ea47314eeee14106d53d5d.setContent(html_c4bd1479af35ac04a9d8e8f48cd839f0);
|
|
|
|
|
|
|
|
marker_104a37e3e7e888586e434db6d7122a71.bindPopup(popup_df5fd83c10ea47314eeee14106d53d5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_104a37e3e7e888586e434db6d7122a71.setIcon(icon_23899b9816cd59ce2949aeb28c8ca31b);
|
|
|
|
|
|
var marker_ae22f6b5133773ceb37417fd9522e855 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_944ab3f50f10467fb819897fa2e79a7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6e4bcc4aabcb1946fbc08a33a518efd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa997fe563d15f0fc0f30ab81031f9de = $(`<div id="html_fa997fe563d15f0fc0f30ab81031f9de" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_d6e4bcc4aabcb1946fbc08a33a518efd.setContent(html_fa997fe563d15f0fc0f30ab81031f9de);
|
|
|
|
|
|
|
|
marker_ae22f6b5133773ceb37417fd9522e855.bindPopup(popup_d6e4bcc4aabcb1946fbc08a33a518efd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae22f6b5133773ceb37417fd9522e855.setIcon(icon_944ab3f50f10467fb819897fa2e79a7e);
|
|
|
|
|
|
var marker_32feb8331aef82ced8738bc1dfbca022 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_84d7f338e56790fcc51285a0ca61aa3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba148e15c98d1c7f10ebdfde1dfe73dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89ee6ec720b54d135d6d5bee4e5fffe3 = $(`<div id="html_89ee6ec720b54d135d6d5bee4e5fffe3" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_ba148e15c98d1c7f10ebdfde1dfe73dc.setContent(html_89ee6ec720b54d135d6d5bee4e5fffe3);
|
|
|
|
|
|
|
|
marker_32feb8331aef82ced8738bc1dfbca022.bindPopup(popup_ba148e15c98d1c7f10ebdfde1dfe73dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32feb8331aef82ced8738bc1dfbca022.setIcon(icon_84d7f338e56790fcc51285a0ca61aa3f);
|
|
|
|
|
|
var marker_3467d9b10f6453089750a4a6205b2496 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f6dfc3541710acad0ec55acb8e99715a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7004d8e089390120c572ed1045ac90e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29d793af3edff1f072d6d2ff5bffbbd4 = $(`<div id="html_29d793af3edff1f072d6d2ff5bffbbd4" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_7004d8e089390120c572ed1045ac90e2.setContent(html_29d793af3edff1f072d6d2ff5bffbbd4);
|
|
|
|
|
|
|
|
marker_3467d9b10f6453089750a4a6205b2496.bindPopup(popup_7004d8e089390120c572ed1045ac90e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3467d9b10f6453089750a4a6205b2496.setIcon(icon_f6dfc3541710acad0ec55acb8e99715a);
|
|
|
|
|
|
var marker_16632fe0e431fb58985646e5d55b5cba = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_21bc00628692d0c55115de8184097950 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da67780adb616d94ad7034190804b392 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f69efc75ba06652d8f849595ef349ba7 = $(`<div id="html_f69efc75ba06652d8f849595ef349ba7" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_da67780adb616d94ad7034190804b392.setContent(html_f69efc75ba06652d8f849595ef349ba7);
|
|
|
|
|
|
|
|
marker_16632fe0e431fb58985646e5d55b5cba.bindPopup(popup_da67780adb616d94ad7034190804b392)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16632fe0e431fb58985646e5d55b5cba.setIcon(icon_21bc00628692d0c55115de8184097950);
|
|
|
|
|
|
var marker_0671ed442d006dfb790bc0d234c57a9b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_b18fbe23f41cd4b684a7b2f19658ddc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76cfe05e657f1aae1cc355b1901d0e7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1cfc40ed72deb8c9fcc40482c880f3b = $(`<div id="html_e1cfc40ed72deb8c9fcc40482c880f3b" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_76cfe05e657f1aae1cc355b1901d0e7a.setContent(html_e1cfc40ed72deb8c9fcc40482c880f3b);
|
|
|
|
|
|
|
|
marker_0671ed442d006dfb790bc0d234c57a9b.bindPopup(popup_76cfe05e657f1aae1cc355b1901d0e7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0671ed442d006dfb790bc0d234c57a9b.setIcon(icon_b18fbe23f41cd4b684a7b2f19658ddc0);
|
|
|
|
|
|
var marker_0f36bc75c4709a653d7f568d2dc32023 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_dad1a1d1eb97097b72b2cd1d874e2e20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3448f0fd7bc3e93577ba1242d241727f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35caf03066092d6bff468d00c3a00976 = $(`<div id="html_35caf03066092d6bff468d00c3a00976" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_3448f0fd7bc3e93577ba1242d241727f.setContent(html_35caf03066092d6bff468d00c3a00976);
|
|
|
|
|
|
|
|
marker_0f36bc75c4709a653d7f568d2dc32023.bindPopup(popup_3448f0fd7bc3e93577ba1242d241727f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f36bc75c4709a653d7f568d2dc32023.setIcon(icon_dad1a1d1eb97097b72b2cd1d874e2e20);
|
|
|
|
|
|
var marker_70a9eb03d5c239c33f8cb5581d664d97 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a61af97e66979754a3367afe8cc0bce7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aad4edaf8f2590d1cf3fe396ab0292f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8a043729e007fce628466db3e204474 = $(`<div id="html_a8a043729e007fce628466db3e204474" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_aad4edaf8f2590d1cf3fe396ab0292f2.setContent(html_a8a043729e007fce628466db3e204474);
|
|
|
|
|
|
|
|
marker_70a9eb03d5c239c33f8cb5581d664d97.bindPopup(popup_aad4edaf8f2590d1cf3fe396ab0292f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70a9eb03d5c239c33f8cb5581d664d97.setIcon(icon_a61af97e66979754a3367afe8cc0bce7);
|
|
|
|
|
|
var marker_913dddaa106674cf17b697c4cded4039 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_6bfca9dcce99fb894a36f8d3e5d17105 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80fd8f4fa81364aff702ce9ba1fc70c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6f4eab0b53b8b8b9105fddd110b0487 = $(`<div id="html_b6f4eab0b53b8b8b9105fddd110b0487" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_80fd8f4fa81364aff702ce9ba1fc70c6.setContent(html_b6f4eab0b53b8b8b9105fddd110b0487);
|
|
|
|
|
|
|
|
marker_913dddaa106674cf17b697c4cded4039.bindPopup(popup_80fd8f4fa81364aff702ce9ba1fc70c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_913dddaa106674cf17b697c4cded4039.setIcon(icon_6bfca9dcce99fb894a36f8d3e5d17105);
|
|
|
|
|
|
var marker_906a9ce7c2a54453d912d281c9452092 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_065a5b7e1ea6f99de46951d7af62b5a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d74d5d4880c87061a2f5fd70282469a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5c46d0184157940cd070e92a1e7bda0 = $(`<div id="html_a5c46d0184157940cd070e92a1e7bda0" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_0d74d5d4880c87061a2f5fd70282469a.setContent(html_a5c46d0184157940cd070e92a1e7bda0);
|
|
|
|
|
|
|
|
marker_906a9ce7c2a54453d912d281c9452092.bindPopup(popup_0d74d5d4880c87061a2f5fd70282469a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_906a9ce7c2a54453d912d281c9452092.setIcon(icon_065a5b7e1ea6f99de46951d7af62b5a8);
|
|
|
|
|
|
var marker_92f639cdc88ae97589ba0dd0ad25f6e0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_1153b2f0f67d0292fa1083f3cb5244ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97e52abf781926aab7715f6c6051a067 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b68d6190ad3dc8845cbb00e72de6cfca = $(`<div id="html_b68d6190ad3dc8845cbb00e72de6cfca" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_97e52abf781926aab7715f6c6051a067.setContent(html_b68d6190ad3dc8845cbb00e72de6cfca);
|
|
|
|
|
|
|
|
marker_92f639cdc88ae97589ba0dd0ad25f6e0.bindPopup(popup_97e52abf781926aab7715f6c6051a067)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92f639cdc88ae97589ba0dd0ad25f6e0.setIcon(icon_1153b2f0f67d0292fa1083f3cb5244ff);
|
|
|
|
|
|
var marker_5aca23df0e6ec5868e82e37eaf4ad117 = L.marker(
|
|
[39.2904, -76.6122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_10a82566656aa9158a2f80e38875d53d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3cab690142bc0468e74dda02ee838d27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20a8ddf08d1a461bd6a491aac2b3557a = $(`<div id="html_20a8ddf08d1a461bd6a491aac2b3557a" style="width: 100.0%; height: 100.0%;">relay.samcorn.synology.me</div>`)[0];
|
|
popup_3cab690142bc0468e74dda02ee838d27.setContent(html_20a8ddf08d1a461bd6a491aac2b3557a);
|
|
|
|
|
|
|
|
marker_5aca23df0e6ec5868e82e37eaf4ad117.bindPopup(popup_3cab690142bc0468e74dda02ee838d27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5aca23df0e6ec5868e82e37eaf4ad117.setIcon(icon_10a82566656aa9158a2f80e38875d53d);
|
|
|
|
|
|
var marker_6672411fd37a4fa052fb344ec6475716 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d8493180d78a08260d7202f562abdfbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba28bc0adccdc4a9c54f8437f20e96fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1f21cb34cc0dffb16a42a3687e64bba = $(`<div id="html_a1f21cb34cc0dffb16a42a3687e64bba" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_ba28bc0adccdc4a9c54f8437f20e96fe.setContent(html_a1f21cb34cc0dffb16a42a3687e64bba);
|
|
|
|
|
|
|
|
marker_6672411fd37a4fa052fb344ec6475716.bindPopup(popup_ba28bc0adccdc4a9c54f8437f20e96fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6672411fd37a4fa052fb344ec6475716.setIcon(icon_d8493180d78a08260d7202f562abdfbb);
|
|
|
|
|
|
var marker_d129d8df7f817e4609b861ec53dde356 = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_53e5d64c85f772c88aad13d8724e8ad8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a246c5ae7aa1c175ba0227b170d79147 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3017ebcd09468e5fb41531fab93f49ba = $(`<div id="html_3017ebcd09468e5fb41531fab93f49ba" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_a246c5ae7aa1c175ba0227b170d79147.setContent(html_3017ebcd09468e5fb41531fab93f49ba);
|
|
|
|
|
|
|
|
marker_d129d8df7f817e4609b861ec53dde356.bindPopup(popup_a246c5ae7aa1c175ba0227b170d79147)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d129d8df7f817e4609b861ec53dde356.setIcon(icon_53e5d64c85f772c88aad13d8724e8ad8);
|
|
|
|
|
|
var marker_c58cbd812e9525a2bd0e3efa505a1c5d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_dfc890aae26975874d2d3b1c22bfc12b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b07d0384946fdc2b01c1b8f0f10ee8bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04a5382589cab9599b1fc56f829bf6be = $(`<div id="html_04a5382589cab9599b1fc56f829bf6be" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_b07d0384946fdc2b01c1b8f0f10ee8bf.setContent(html_04a5382589cab9599b1fc56f829bf6be);
|
|
|
|
|
|
|
|
marker_c58cbd812e9525a2bd0e3efa505a1c5d.bindPopup(popup_b07d0384946fdc2b01c1b8f0f10ee8bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c58cbd812e9525a2bd0e3efa505a1c5d.setIcon(icon_dfc890aae26975874d2d3b1c22bfc12b);
|
|
|
|
|
|
var marker_f0b8c464d4e0b9852299d65474f7e6ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_0acb3f97eeff5aec1f46c1f5182dd560 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_971888cecff04a1c87f26ee38d32df25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3edac5236a6a237247f4738364c96044 = $(`<div id="html_3edac5236a6a237247f4738364c96044" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_971888cecff04a1c87f26ee38d32df25.setContent(html_3edac5236a6a237247f4738364c96044);
|
|
|
|
|
|
|
|
marker_f0b8c464d4e0b9852299d65474f7e6ff.bindPopup(popup_971888cecff04a1c87f26ee38d32df25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0b8c464d4e0b9852299d65474f7e6ff.setIcon(icon_0acb3f97eeff5aec1f46c1f5182dd560);
|
|
|
|
|
|
var marker_04a36ba94328eceebac0c3740ef933d5 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f9e741e9871a490341ced1fc336e7169 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d250d69f214707251e56917e9ff8062 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da7b19b4020b1e615ebde74c07b167fc = $(`<div id="html_da7b19b4020b1e615ebde74c07b167fc" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_4d250d69f214707251e56917e9ff8062.setContent(html_da7b19b4020b1e615ebde74c07b167fc);
|
|
|
|
|
|
|
|
marker_04a36ba94328eceebac0c3740ef933d5.bindPopup(popup_4d250d69f214707251e56917e9ff8062)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04a36ba94328eceebac0c3740ef933d5.setIcon(icon_f9e741e9871a490341ced1fc336e7169);
|
|
|
|
|
|
var marker_a1ff1b52bc3c62f7765958cd7e709c21 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_e483c1f85d38d1c555f770cb98da71ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ecc566bb8b638eac140ccb60be46a00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18c94ca2af551a81bb7306b96672ad57 = $(`<div id="html_18c94ca2af551a81bb7306b96672ad57" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_5ecc566bb8b638eac140ccb60be46a00.setContent(html_18c94ca2af551a81bb7306b96672ad57);
|
|
|
|
|
|
|
|
marker_a1ff1b52bc3c62f7765958cd7e709c21.bindPopup(popup_5ecc566bb8b638eac140ccb60be46a00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1ff1b52bc3c62f7765958cd7e709c21.setIcon(icon_e483c1f85d38d1c555f770cb98da71ac);
|
|
|
|
|
|
var marker_c91e69c13d6732008a903ec4bc01286e = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_42ec93577dbae7184f2b12cc74513e01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c24d77e09bd0cd375430a65f06eddaf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9938001a1eeb0bbf79d5a168a1ab619 = $(`<div id="html_f9938001a1eeb0bbf79d5a168a1ab619" style="width: 100.0%; height: 100.0%;">relay.nyves.nl</div>`)[0];
|
|
popup_c24d77e09bd0cd375430a65f06eddaf1.setContent(html_f9938001a1eeb0bbf79d5a168a1ab619);
|
|
|
|
|
|
|
|
marker_c91e69c13d6732008a903ec4bc01286e.bindPopup(popup_c24d77e09bd0cd375430a65f06eddaf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c91e69c13d6732008a903ec4bc01286e.setIcon(icon_42ec93577dbae7184f2b12cc74513e01);
|
|
|
|
|
|
var marker_5fa2f544713ca600a7ada6df2451ed55 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_bcb7a591b717d5100a027217abcc16cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8116ddbe0cd503e8fc9a413f9c4522db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06db3411ee3fe74ba0918c77fe28152e = $(`<div id="html_06db3411ee3fe74ba0918c77fe28152e" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_8116ddbe0cd503e8fc9a413f9c4522db.setContent(html_06db3411ee3fe74ba0918c77fe28152e);
|
|
|
|
|
|
|
|
marker_5fa2f544713ca600a7ada6df2451ed55.bindPopup(popup_8116ddbe0cd503e8fc9a413f9c4522db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fa2f544713ca600a7ada6df2451ed55.setIcon(icon_bcb7a591b717d5100a027217abcc16cf);
|
|
|
|
|
|
var marker_f572c30a0adb486397b5f2e6e1ed8663 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_6f31dab11fed9fa21a7a24f164175ffd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3171dfb7b2948b8e3a8fc90fd13fe89c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c22e01e490f1e4f96f53be763554efc2 = $(`<div id="html_c22e01e490f1e4f96f53be763554efc2" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_3171dfb7b2948b8e3a8fc90fd13fe89c.setContent(html_c22e01e490f1e4f96f53be763554efc2);
|
|
|
|
|
|
|
|
marker_f572c30a0adb486397b5f2e6e1ed8663.bindPopup(popup_3171dfb7b2948b8e3a8fc90fd13fe89c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f572c30a0adb486397b5f2e6e1ed8663.setIcon(icon_6f31dab11fed9fa21a7a24f164175ffd);
|
|
|
|
|
|
var marker_e913c460185a152dbb10cb4e23e31e06 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_50138be0b4ad7d52e16de89ca288fd51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5202af2fcdd32f22a194868ecfc4cce0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b96579622e53a0c61f154e8df43e50aa = $(`<div id="html_b96579622e53a0c61f154e8df43e50aa" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_5202af2fcdd32f22a194868ecfc4cce0.setContent(html_b96579622e53a0c61f154e8df43e50aa);
|
|
|
|
|
|
|
|
marker_e913c460185a152dbb10cb4e23e31e06.bindPopup(popup_5202af2fcdd32f22a194868ecfc4cce0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e913c460185a152dbb10cb4e23e31e06.setIcon(icon_50138be0b4ad7d52e16de89ca288fd51);
|
|
|
|
|
|
var marker_523edf5e0f9717b5fdb9064a86c52d6a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_7632ba737517a4daa8854bc83a23b1b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4e64ce945c0ffc7665148d245ee9fac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44bf48971966df43ec0ee519818e99d8 = $(`<div id="html_44bf48971966df43ec0ee519818e99d8" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_b4e64ce945c0ffc7665148d245ee9fac.setContent(html_44bf48971966df43ec0ee519818e99d8);
|
|
|
|
|
|
|
|
marker_523edf5e0f9717b5fdb9064a86c52d6a.bindPopup(popup_b4e64ce945c0ffc7665148d245ee9fac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_523edf5e0f9717b5fdb9064a86c52d6a.setIcon(icon_7632ba737517a4daa8854bc83a23b1b6);
|
|
|
|
|
|
var marker_88f175709f3eab8ed82d858ee81723b7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_834eeacf2e6fdd9e490b258b8a791331 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_727072449d00c7220d7d46ea85a90cf3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7000aa430605377cec68a4b82a6e311 = $(`<div id="html_f7000aa430605377cec68a4b82a6e311" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_727072449d00c7220d7d46ea85a90cf3.setContent(html_f7000aa430605377cec68a4b82a6e311);
|
|
|
|
|
|
|
|
marker_88f175709f3eab8ed82d858ee81723b7.bindPopup(popup_727072449d00c7220d7d46ea85a90cf3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88f175709f3eab8ed82d858ee81723b7.setIcon(icon_834eeacf2e6fdd9e490b258b8a791331);
|
|
|
|
|
|
var marker_eea1330788960a7214b13a51e9d9b270 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_51daea9585847b1e02e0c20ff19b846f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2c65fd47788cf0e1516c21e905f8d8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffc227df91e79a650bf66736743a2359 = $(`<div id="html_ffc227df91e79a650bf66736743a2359" style="width: 100.0%; height: 100.0%;">inner.sebastix.social</div>`)[0];
|
|
popup_a2c65fd47788cf0e1516c21e905f8d8c.setContent(html_ffc227df91e79a650bf66736743a2359);
|
|
|
|
|
|
|
|
marker_eea1330788960a7214b13a51e9d9b270.bindPopup(popup_a2c65fd47788cf0e1516c21e905f8d8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eea1330788960a7214b13a51e9d9b270.setIcon(icon_51daea9585847b1e02e0c20ff19b846f);
|
|
|
|
|
|
var marker_76a6f16b50e56b03ab7b2d74579bbc25 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_9f4d0c139f65722f76a9936d1ac08183 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6510b9708cfc6be6686d4262af454e04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_541db227e3ebd1fd879807c56984fe9d = $(`<div id="html_541db227e3ebd1fd879807c56984fe9d" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_6510b9708cfc6be6686d4262af454e04.setContent(html_541db227e3ebd1fd879807c56984fe9d);
|
|
|
|
|
|
|
|
marker_76a6f16b50e56b03ab7b2d74579bbc25.bindPopup(popup_6510b9708cfc6be6686d4262af454e04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76a6f16b50e56b03ab7b2d74579bbc25.setIcon(icon_9f4d0c139f65722f76a9936d1ac08183);
|
|
|
|
|
|
var marker_1271e78912cee95c9c41b0482cb53551 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_895d00ce43f1043986ac3ce7f112dd5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0ffb87273cc5e498a6ad69634e00def = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27cedc97326c31af03013f278099872c = $(`<div id="html_27cedc97326c31af03013f278099872c" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_d0ffb87273cc5e498a6ad69634e00def.setContent(html_27cedc97326c31af03013f278099872c);
|
|
|
|
|
|
|
|
marker_1271e78912cee95c9c41b0482cb53551.bindPopup(popup_d0ffb87273cc5e498a6ad69634e00def)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1271e78912cee95c9c41b0482cb53551.setIcon(icon_895d00ce43f1043986ac3ce7f112dd5f);
|
|
|
|
|
|
var marker_cf3d1365b16981464c9c65e2142731fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d6841379dc2def36ab84a7cf285f6a27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_532d7b877329e2fa672ad7685f95feb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a80e62c4d87c5c4d2031ca23e772d922 = $(`<div id="html_a80e62c4d87c5c4d2031ca23e772d922" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_532d7b877329e2fa672ad7685f95feb0.setContent(html_a80e62c4d87c5c4d2031ca23e772d922);
|
|
|
|
|
|
|
|
marker_cf3d1365b16981464c9c65e2142731fd.bindPopup(popup_532d7b877329e2fa672ad7685f95feb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf3d1365b16981464c9c65e2142731fd.setIcon(icon_d6841379dc2def36ab84a7cf285f6a27);
|
|
|
|
|
|
var marker_528adfa5571f5cf4786611a9a1bd7638 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f918afdead53a97d837b931c637f3f99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_046dbe738cdab0fe4ee59f26dff0e53e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_148ecd5979d1f443b37a54f142cb4ca3 = $(`<div id="html_148ecd5979d1f443b37a54f142cb4ca3" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_046dbe738cdab0fe4ee59f26dff0e53e.setContent(html_148ecd5979d1f443b37a54f142cb4ca3);
|
|
|
|
|
|
|
|
marker_528adfa5571f5cf4786611a9a1bd7638.bindPopup(popup_046dbe738cdab0fe4ee59f26dff0e53e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_528adfa5571f5cf4786611a9a1bd7638.setIcon(icon_f918afdead53a97d837b931c637f3f99);
|
|
|
|
|
|
var marker_3b14e60c5065cf1501670391d0067070 = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_78d5215a04a4b2b714781d0624a9be5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd7ee53fbf1175d17fa022dcd4a1339b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_576009e5bc420621675098c619cee3e0 = $(`<div id="html_576009e5bc420621675098c619cee3e0" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_cd7ee53fbf1175d17fa022dcd4a1339b.setContent(html_576009e5bc420621675098c619cee3e0);
|
|
|
|
|
|
|
|
marker_3b14e60c5065cf1501670391d0067070.bindPopup(popup_cd7ee53fbf1175d17fa022dcd4a1339b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b14e60c5065cf1501670391d0067070.setIcon(icon_78d5215a04a4b2b714781d0624a9be5f);
|
|
|
|
|
|
var marker_ab6fc86c163158b71d98c66cb811f064 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_dfefba6e978ad6d5823bc8fcb1380747 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6051d279551da4c39dd1146e66949a79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1689d855975de63530fd6ee624fe1481 = $(`<div id="html_1689d855975de63530fd6ee624fe1481" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_6051d279551da4c39dd1146e66949a79.setContent(html_1689d855975de63530fd6ee624fe1481);
|
|
|
|
|
|
|
|
marker_ab6fc86c163158b71d98c66cb811f064.bindPopup(popup_6051d279551da4c39dd1146e66949a79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab6fc86c163158b71d98c66cb811f064.setIcon(icon_dfefba6e978ad6d5823bc8fcb1380747);
|
|
|
|
|
|
var marker_0922bba17897e6e760403c26c86f4775 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a1469ef78376f380dc07c7db377a4a47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab0f13ea322b7c3cb9ddd109526c5401 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0db2cf91fb91693ed27bf5558daa03bb = $(`<div id="html_0db2cf91fb91693ed27bf5558daa03bb" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_ab0f13ea322b7c3cb9ddd109526c5401.setContent(html_0db2cf91fb91693ed27bf5558daa03bb);
|
|
|
|
|
|
|
|
marker_0922bba17897e6e760403c26c86f4775.bindPopup(popup_ab0f13ea322b7c3cb9ddd109526c5401)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0922bba17897e6e760403c26c86f4775.setIcon(icon_a1469ef78376f380dc07c7db377a4a47);
|
|
|
|
|
|
var marker_d81b1f5abb2b1d4210f961288199c2dc = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_e29e425a65682bae6ad3777565c8b97f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8bff521119e194347890cc4bd9ec6c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d2c36a50bdb64147eb18d288b76e980 = $(`<div id="html_1d2c36a50bdb64147eb18d288b76e980" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_d8bff521119e194347890cc4bd9ec6c3.setContent(html_1d2c36a50bdb64147eb18d288b76e980);
|
|
|
|
|
|
|
|
marker_d81b1f5abb2b1d4210f961288199c2dc.bindPopup(popup_d8bff521119e194347890cc4bd9ec6c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d81b1f5abb2b1d4210f961288199c2dc.setIcon(icon_e29e425a65682bae6ad3777565c8b97f);
|
|
|
|
|
|
var marker_eb7487d6ac3b2fe3ad79738152f26e6e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_718d36b501556d356ced221296e0264f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1947024eea78bb68b04e2411c0b6b1b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74d364df6e3682ea8ca7bf0f0e7be605 = $(`<div id="html_74d364df6e3682ea8ca7bf0f0e7be605" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_1947024eea78bb68b04e2411c0b6b1b6.setContent(html_74d364df6e3682ea8ca7bf0f0e7be605);
|
|
|
|
|
|
|
|
marker_eb7487d6ac3b2fe3ad79738152f26e6e.bindPopup(popup_1947024eea78bb68b04e2411c0b6b1b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb7487d6ac3b2fe3ad79738152f26e6e.setIcon(icon_718d36b501556d356ced221296e0264f);
|
|
|
|
|
|
var marker_7b2d8e767d1a0a420d79727f55657cb3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a12ebaea25d9f6eafc3857ad0120a49a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef64bfcf926299621089d708947789ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25bbaf801872b816f72da063c136989f = $(`<div id="html_25bbaf801872b816f72da063c136989f" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_ef64bfcf926299621089d708947789ae.setContent(html_25bbaf801872b816f72da063c136989f);
|
|
|
|
|
|
|
|
marker_7b2d8e767d1a0a420d79727f55657cb3.bindPopup(popup_ef64bfcf926299621089d708947789ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b2d8e767d1a0a420d79727f55657cb3.setIcon(icon_a12ebaea25d9f6eafc3857ad0120a49a);
|
|
|
|
|
|
var marker_f3ff4639b12ea16fe1470da07c641d56 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_ddedba1fd8b1cadcda0882db9123800b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45f6a52d1446a70bf84e4ecce845b350 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1f0c45c9a4b476cb597d99f0c7b007e = $(`<div id="html_f1f0c45c9a4b476cb597d99f0c7b007e" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_45f6a52d1446a70bf84e4ecce845b350.setContent(html_f1f0c45c9a4b476cb597d99f0c7b007e);
|
|
|
|
|
|
|
|
marker_f3ff4639b12ea16fe1470da07c641d56.bindPopup(popup_45f6a52d1446a70bf84e4ecce845b350)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3ff4639b12ea16fe1470da07c641d56.setIcon(icon_ddedba1fd8b1cadcda0882db9123800b);
|
|
|
|
|
|
var marker_9ade7aa9f2a9a890f4cf2340ff9be6df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_8f1fea4bda6bc2174d6ef0c12ae8319a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d76e2d396325b6f40c0c68918cb02868 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c20db4a1d6bc2fc6de44e0a71bf6847a = $(`<div id="html_c20db4a1d6bc2fc6de44e0a71bf6847a" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_d76e2d396325b6f40c0c68918cb02868.setContent(html_c20db4a1d6bc2fc6de44e0a71bf6847a);
|
|
|
|
|
|
|
|
marker_9ade7aa9f2a9a890f4cf2340ff9be6df.bindPopup(popup_d76e2d396325b6f40c0c68918cb02868)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ade7aa9f2a9a890f4cf2340ff9be6df.setIcon(icon_8f1fea4bda6bc2174d6ef0c12ae8319a);
|
|
|
|
|
|
var marker_b3cd85dd994e819da0ef31eb48ea029c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_fc84c5aa50761de71b7bc0c55b190316 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d1cb9d37095e2a7a92502bf9cbb14e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcbd82b337ad895e4a16536ab88821cf = $(`<div id="html_fcbd82b337ad895e4a16536ab88821cf" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_1d1cb9d37095e2a7a92502bf9cbb14e6.setContent(html_fcbd82b337ad895e4a16536ab88821cf);
|
|
|
|
|
|
|
|
marker_b3cd85dd994e819da0ef31eb48ea029c.bindPopup(popup_1d1cb9d37095e2a7a92502bf9cbb14e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3cd85dd994e819da0ef31eb48ea029c.setIcon(icon_fc84c5aa50761de71b7bc0c55b190316);
|
|
|
|
|
|
var marker_3118cff212244ab4bc8c395032fce9ba = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_159e5262416e272155633eef8b1fae9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b59ee043b48f8ad90cd834b1ac46543 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0638e0e025e475fc581a39e58a0d4ed8 = $(`<div id="html_0638e0e025e475fc581a39e58a0d4ed8" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_0b59ee043b48f8ad90cd834b1ac46543.setContent(html_0638e0e025e475fc581a39e58a0d4ed8);
|
|
|
|
|
|
|
|
marker_3118cff212244ab4bc8c395032fce9ba.bindPopup(popup_0b59ee043b48f8ad90cd834b1ac46543)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3118cff212244ab4bc8c395032fce9ba.setIcon(icon_159e5262416e272155633eef8b1fae9b);
|
|
|
|
|
|
var marker_2b6ea8be1b15b2b415ff2765641ede6b = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_bf3b46a1689d1e1b6d5bde1f00ac2ebb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42e1238e3966a0b89a207caf4b166dc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8859c06590808edf3d515d4a6dca285 = $(`<div id="html_e8859c06590808edf3d515d4a6dca285" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_42e1238e3966a0b89a207caf4b166dc3.setContent(html_e8859c06590808edf3d515d4a6dca285);
|
|
|
|
|
|
|
|
marker_2b6ea8be1b15b2b415ff2765641ede6b.bindPopup(popup_42e1238e3966a0b89a207caf4b166dc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b6ea8be1b15b2b415ff2765641ede6b.setIcon(icon_bf3b46a1689d1e1b6d5bde1f00ac2ebb);
|
|
|
|
|
|
var marker_9b1b923775bbe8eece6c3d010f899240 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_8dbdaf8cea744b661e266a713bdbde36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c28c557727cad454b2dd352630967885 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08e7c0b2765f0096043680822fa585a8 = $(`<div id="html_08e7c0b2765f0096043680822fa585a8" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_c28c557727cad454b2dd352630967885.setContent(html_08e7c0b2765f0096043680822fa585a8);
|
|
|
|
|
|
|
|
marker_9b1b923775bbe8eece6c3d010f899240.bindPopup(popup_c28c557727cad454b2dd352630967885)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b1b923775bbe8eece6c3d010f899240.setIcon(icon_8dbdaf8cea744b661e266a713bdbde36);
|
|
|
|
|
|
var marker_1f67ae2735e4e4a5674f1b9b01c4f0b0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_675315cf27558dc5dcfe46b0c8303ded = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbd8aae8a67545ff277d6a4eacb49ebf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efe90f6d0d6865f9e6f19b4505e2ae48 = $(`<div id="html_efe90f6d0d6865f9e6f19b4505e2ae48" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_fbd8aae8a67545ff277d6a4eacb49ebf.setContent(html_efe90f6d0d6865f9e6f19b4505e2ae48);
|
|
|
|
|
|
|
|
marker_1f67ae2735e4e4a5674f1b9b01c4f0b0.bindPopup(popup_fbd8aae8a67545ff277d6a4eacb49ebf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f67ae2735e4e4a5674f1b9b01c4f0b0.setIcon(icon_675315cf27558dc5dcfe46b0c8303ded);
|
|
|
|
|
|
var marker_59a82764034e20485adb990f94659458 = L.marker(
|
|
[49.029, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d02bbbbae9d0ed2ce4a56453a5d8df9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e45e6e67385e48aa47631e450c63791c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b30d16b7d29d19464c836127232b62c = $(`<div id="html_9b30d16b7d29d19464c836127232b62c" style="width: 100.0%; height: 100.0%;">nostr.0cx.de</div>`)[0];
|
|
popup_e45e6e67385e48aa47631e450c63791c.setContent(html_9b30d16b7d29d19464c836127232b62c);
|
|
|
|
|
|
|
|
marker_59a82764034e20485adb990f94659458.bindPopup(popup_e45e6e67385e48aa47631e450c63791c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59a82764034e20485adb990f94659458.setIcon(icon_d02bbbbae9d0ed2ce4a56453a5d8df9f);
|
|
|
|
|
|
var marker_5b5bb07dd889b30e325d7d8bc4e0b630 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_da98820d48eb43777255201f21680d01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_471556fbb38b7e6274ca9dbc13c23e34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98522087370b769374eddb58efe15bc8 = $(`<div id="html_98522087370b769374eddb58efe15bc8" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_471556fbb38b7e6274ca9dbc13c23e34.setContent(html_98522087370b769374eddb58efe15bc8);
|
|
|
|
|
|
|
|
marker_5b5bb07dd889b30e325d7d8bc4e0b630.bindPopup(popup_471556fbb38b7e6274ca9dbc13c23e34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b5bb07dd889b30e325d7d8bc4e0b630.setIcon(icon_da98820d48eb43777255201f21680d01);
|
|
|
|
|
|
var marker_3b1cfb4b37e086d0da602a53321e770b = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_4d061a09653c7966f13eb53c53d9ee78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03d0aba7f765400b49cc6e512db5fd28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffd8859f0f11563cb28b40f69cb64cf5 = $(`<div id="html_ffd8859f0f11563cb28b40f69cb64cf5" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_03d0aba7f765400b49cc6e512db5fd28.setContent(html_ffd8859f0f11563cb28b40f69cb64cf5);
|
|
|
|
|
|
|
|
marker_3b1cfb4b37e086d0da602a53321e770b.bindPopup(popup_03d0aba7f765400b49cc6e512db5fd28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b1cfb4b37e086d0da602a53321e770b.setIcon(icon_4d061a09653c7966f13eb53c53d9ee78);
|
|
|
|
|
|
var marker_c7734c988774b72cfc1077151c96ec31 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_6e0d5d68fe21ee96d7ae08727f108fa2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_721f7bb18bb09e059fbf732ef083ec50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff606467e0c60bcf7430f800cec8316c = $(`<div id="html_ff606467e0c60bcf7430f800cec8316c" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_721f7bb18bb09e059fbf732ef083ec50.setContent(html_ff606467e0c60bcf7430f800cec8316c);
|
|
|
|
|
|
|
|
marker_c7734c988774b72cfc1077151c96ec31.bindPopup(popup_721f7bb18bb09e059fbf732ef083ec50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7734c988774b72cfc1077151c96ec31.setIcon(icon_6e0d5d68fe21ee96d7ae08727f108fa2);
|
|
|
|
|
|
var marker_64dff1435ddb0a85c4222541d6d6a923 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_cd13f0924ac00fbb798a0c9db59f56fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55df780e08e4c575b59a0e7d108ed7a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e47540a9269f42281755eecbc6b1580b = $(`<div id="html_e47540a9269f42281755eecbc6b1580b" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_55df780e08e4c575b59a0e7d108ed7a6.setContent(html_e47540a9269f42281755eecbc6b1580b);
|
|
|
|
|
|
|
|
marker_64dff1435ddb0a85c4222541d6d6a923.bindPopup(popup_55df780e08e4c575b59a0e7d108ed7a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64dff1435ddb0a85c4222541d6d6a923.setIcon(icon_cd13f0924ac00fbb798a0c9db59f56fc);
|
|
|
|
|
|
var marker_2e7f3d1b46bd6133904ec89ea2871fc6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_aaa40d104ab8bcf638eb06eb7a546e51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99192d767d7040471bec2e0961025491 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_688774c018112c663be0b9ee312a9107 = $(`<div id="html_688774c018112c663be0b9ee312a9107" style="width: 100.0%; height: 100.0%;">wot.rejecttheframe.xyz</div>`)[0];
|
|
popup_99192d767d7040471bec2e0961025491.setContent(html_688774c018112c663be0b9ee312a9107);
|
|
|
|
|
|
|
|
marker_2e7f3d1b46bd6133904ec89ea2871fc6.bindPopup(popup_99192d767d7040471bec2e0961025491)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e7f3d1b46bd6133904ec89ea2871fc6.setIcon(icon_aaa40d104ab8bcf638eb06eb7a546e51);
|
|
|
|
|
|
var marker_30bcf488aa719b69c623d56a2f354cef = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_ad9bb99754a609500e7a002b992abc18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40ea0dca0adaa8a3a2ff6f9356a0e311 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4aeeeba2172c2ff1673097c1f4c8e4b = $(`<div id="html_b4aeeeba2172c2ff1673097c1f4c8e4b" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_40ea0dca0adaa8a3a2ff6f9356a0e311.setContent(html_b4aeeeba2172c2ff1673097c1f4c8e4b);
|
|
|
|
|
|
|
|
marker_30bcf488aa719b69c623d56a2f354cef.bindPopup(popup_40ea0dca0adaa8a3a2ff6f9356a0e311)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30bcf488aa719b69c623d56a2f354cef.setIcon(icon_ad9bb99754a609500e7a002b992abc18);
|
|
|
|
|
|
var marker_a7c3d41f9bd7ed00b33bc9046920ee5b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_afccc7b2a6c27fc961343ddedb0a579b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d447be2cfc40a723877277f2a12c93d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12e7162a5606c0c6b5e610bedc900843 = $(`<div id="html_12e7162a5606c0c6b5e610bedc900843" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_1d447be2cfc40a723877277f2a12c93d.setContent(html_12e7162a5606c0c6b5e610bedc900843);
|
|
|
|
|
|
|
|
marker_a7c3d41f9bd7ed00b33bc9046920ee5b.bindPopup(popup_1d447be2cfc40a723877277f2a12c93d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7c3d41f9bd7ed00b33bc9046920ee5b.setIcon(icon_afccc7b2a6c27fc961343ddedb0a579b);
|
|
|
|
|
|
var marker_87ba9d0f0a3d232b48ada6e4ddef5491 = L.marker(
|
|
[51.9194, 19.1451],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_799c061cacad8cff649a3292783a8fe5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_015bbbd9a5cd6b6f4006bbee7fe3a873 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93d542571b0d33ff3c1f68c79920e32d = $(`<div id="html_93d542571b0d33ff3c1f68c79920e32d" style="width: 100.0%; height: 100.0%;">relay.fizx.uk</div>`)[0];
|
|
popup_015bbbd9a5cd6b6f4006bbee7fe3a873.setContent(html_93d542571b0d33ff3c1f68c79920e32d);
|
|
|
|
|
|
|
|
marker_87ba9d0f0a3d232b48ada6e4ddef5491.bindPopup(popup_015bbbd9a5cd6b6f4006bbee7fe3a873)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87ba9d0f0a3d232b48ada6e4ddef5491.setIcon(icon_799c061cacad8cff649a3292783a8fe5);
|
|
|
|
|
|
var marker_5cc4af4665acae4ea83287da6f0e45fe = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_7ca3ef1ee8a8ee249c9953381a0d4752 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03e44ce5852f278fc8e82d50b593045d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49f245e87caba3efd03cdfaa5bddf63f = $(`<div id="html_49f245e87caba3efd03cdfaa5bddf63f" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_03e44ce5852f278fc8e82d50b593045d.setContent(html_49f245e87caba3efd03cdfaa5bddf63f);
|
|
|
|
|
|
|
|
marker_5cc4af4665acae4ea83287da6f0e45fe.bindPopup(popup_03e44ce5852f278fc8e82d50b593045d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cc4af4665acae4ea83287da6f0e45fe.setIcon(icon_7ca3ef1ee8a8ee249c9953381a0d4752);
|
|
|
|
|
|
var marker_70bca039c0972925665ecca13abe06c6 = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_e648706eb29a773e15e815201359261b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82dc07f2a2eff410d8813826d571fc4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b94c86c8766c03a4569f3c75979fad25 = $(`<div id="html_b94c86c8766c03a4569f3c75979fad25" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_82dc07f2a2eff410d8813826d571fc4e.setContent(html_b94c86c8766c03a4569f3c75979fad25);
|
|
|
|
|
|
|
|
marker_70bca039c0972925665ecca13abe06c6.bindPopup(popup_82dc07f2a2eff410d8813826d571fc4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70bca039c0972925665ecca13abe06c6.setIcon(icon_e648706eb29a773e15e815201359261b);
|
|
|
|
|
|
var marker_248d04ca7f23c0edf4cca5032d1e7dc9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_763af87a877ecc80b5d0f1c003d0d724 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_200b16dcf5fbeae6dd7f423c13ae1188 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_646f03a387f4269b8b97ff5cbc058dfb = $(`<div id="html_646f03a387f4269b8b97ff5cbc058dfb" style="width: 100.0%; height: 100.0%;">nostr.chrissexton.org</div>`)[0];
|
|
popup_200b16dcf5fbeae6dd7f423c13ae1188.setContent(html_646f03a387f4269b8b97ff5cbc058dfb);
|
|
|
|
|
|
|
|
marker_248d04ca7f23c0edf4cca5032d1e7dc9.bindPopup(popup_200b16dcf5fbeae6dd7f423c13ae1188)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_248d04ca7f23c0edf4cca5032d1e7dc9.setIcon(icon_763af87a877ecc80b5d0f1c003d0d724);
|
|
|
|
|
|
var marker_fb8fb343c5a5f4a87975812f219c68a1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_1b674b6a4212d49ae775b772236a6a91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_126cffdcc93b57f8a5268b3a25f8d908 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df8683f6d8f5bdeb323268313353b145 = $(`<div id="html_df8683f6d8f5bdeb323268313353b145" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_126cffdcc93b57f8a5268b3a25f8d908.setContent(html_df8683f6d8f5bdeb323268313353b145);
|
|
|
|
|
|
|
|
marker_fb8fb343c5a5f4a87975812f219c68a1.bindPopup(popup_126cffdcc93b57f8a5268b3a25f8d908)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb8fb343c5a5f4a87975812f219c68a1.setIcon(icon_1b674b6a4212d49ae775b772236a6a91);
|
|
|
|
|
|
var marker_b68e563dfc5d67827eef42e5a5480dba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_77faf058b145121d11a470e426211d00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5e8d92d87bd4eaf0c89d7327871036a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_073f2046cd2413b6f939aca002bd04f0 = $(`<div id="html_073f2046cd2413b6f939aca002bd04f0" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_f5e8d92d87bd4eaf0c89d7327871036a.setContent(html_073f2046cd2413b6f939aca002bd04f0);
|
|
|
|
|
|
|
|
marker_b68e563dfc5d67827eef42e5a5480dba.bindPopup(popup_f5e8d92d87bd4eaf0c89d7327871036a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b68e563dfc5d67827eef42e5a5480dba.setIcon(icon_77faf058b145121d11a470e426211d00);
|
|
|
|
|
|
var marker_380fb156d6256392b2ff4e431954bdeb = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_1b919210cc720e56d4c84e23861d43c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8e71a723e5e1a7cbbe784a240c28d47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78a64b05d82d0cd7ec2310862b51c57a = $(`<div id="html_78a64b05d82d0cd7ec2310862b51c57a" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_c8e71a723e5e1a7cbbe784a240c28d47.setContent(html_78a64b05d82d0cd7ec2310862b51c57a);
|
|
|
|
|
|
|
|
marker_380fb156d6256392b2ff4e431954bdeb.bindPopup(popup_c8e71a723e5e1a7cbbe784a240c28d47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_380fb156d6256392b2ff4e431954bdeb.setIcon(icon_1b919210cc720e56d4c84e23861d43c6);
|
|
|
|
|
|
var marker_237fc5ec3400cbe0bc271b829b317374 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_bd6e8e21d776d058ebe38d89df5f543f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fce04f6a34c4912fc458a6f3893f3ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84340c33cef9018d67b9ab0d3453e9ea = $(`<div id="html_84340c33cef9018d67b9ab0d3453e9ea" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_8fce04f6a34c4912fc458a6f3893f3ff.setContent(html_84340c33cef9018d67b9ab0d3453e9ea);
|
|
|
|
|
|
|
|
marker_237fc5ec3400cbe0bc271b829b317374.bindPopup(popup_8fce04f6a34c4912fc458a6f3893f3ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_237fc5ec3400cbe0bc271b829b317374.setIcon(icon_bd6e8e21d776d058ebe38d89df5f543f);
|
|
|
|
|
|
var marker_bff48e9c5a3369608215e05265419e3d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_de983192a9f0da1d21b42ec80c731358 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c08b01200212896a82c2c90713193d0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcafa238f93c1064a35b5855975e0ebf = $(`<div id="html_bcafa238f93c1064a35b5855975e0ebf" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_c08b01200212896a82c2c90713193d0b.setContent(html_bcafa238f93c1064a35b5855975e0ebf);
|
|
|
|
|
|
|
|
marker_bff48e9c5a3369608215e05265419e3d.bindPopup(popup_c08b01200212896a82c2c90713193d0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bff48e9c5a3369608215e05265419e3d.setIcon(icon_de983192a9f0da1d21b42ec80c731358);
|
|
|
|
|
|
var marker_c37be36f65878b22da85ccc68ab1cf8c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d2fc4c82bc2948c14a9091153f4c43ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8872ff11f57e707b067ee0c16506c5e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60eec29ceb3187ecd3d0f8c8937c1a88 = $(`<div id="html_60eec29ceb3187ecd3d0f8c8937c1a88" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_8872ff11f57e707b067ee0c16506c5e7.setContent(html_60eec29ceb3187ecd3d0f8c8937c1a88);
|
|
|
|
|
|
|
|
marker_c37be36f65878b22da85ccc68ab1cf8c.bindPopup(popup_8872ff11f57e707b067ee0c16506c5e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c37be36f65878b22da85ccc68ab1cf8c.setIcon(icon_d2fc4c82bc2948c14a9091153f4c43ae);
|
|
|
|
|
|
var marker_11214fd2851911285b91092f44a891d5 = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_fb5fa1e0a12a341fa3840de85e7ae0fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9fcea17291feac244d295ecd3c1c4a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f988d40e3df29b999076357dd7b7268 = $(`<div id="html_3f988d40e3df29b999076357dd7b7268" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_c9fcea17291feac244d295ecd3c1c4a3.setContent(html_3f988d40e3df29b999076357dd7b7268);
|
|
|
|
|
|
|
|
marker_11214fd2851911285b91092f44a891d5.bindPopup(popup_c9fcea17291feac244d295ecd3c1c4a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11214fd2851911285b91092f44a891d5.setIcon(icon_fb5fa1e0a12a341fa3840de85e7ae0fd);
|
|
|
|
|
|
var marker_6d3ed889912ed5e627afb8965ce1c210 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_196349aa066883de381b6181de5ed3b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea16ea3dd4ed8c29d9b58a7501f84ddf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67d112ce81911c558b5b1cb40bddacf7 = $(`<div id="html_67d112ce81911c558b5b1cb40bddacf7" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_ea16ea3dd4ed8c29d9b58a7501f84ddf.setContent(html_67d112ce81911c558b5b1cb40bddacf7);
|
|
|
|
|
|
|
|
marker_6d3ed889912ed5e627afb8965ce1c210.bindPopup(popup_ea16ea3dd4ed8c29d9b58a7501f84ddf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d3ed889912ed5e627afb8965ce1c210.setIcon(icon_196349aa066883de381b6181de5ed3b3);
|
|
|
|
|
|
var marker_5f0b3fa13023451694c0b46568a5c41b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a71b5e91685e4cad4e7965351cd71b97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0ab19230ba11cc76ef819b39b2b5a55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e05d6e4d6813b0663d7171d54f7a4223 = $(`<div id="html_e05d6e4d6813b0663d7171d54f7a4223" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_b0ab19230ba11cc76ef819b39b2b5a55.setContent(html_e05d6e4d6813b0663d7171d54f7a4223);
|
|
|
|
|
|
|
|
marker_5f0b3fa13023451694c0b46568a5c41b.bindPopup(popup_b0ab19230ba11cc76ef819b39b2b5a55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f0b3fa13023451694c0b46568a5c41b.setIcon(icon_a71b5e91685e4cad4e7965351cd71b97);
|
|
|
|
|
|
var marker_228e51649587284a23df7acad3408249 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_336a535cecbdf7e02365b48a26e3bc65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26165cd6c5e19d78a70b8e8187a29706 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30ea8d00fefac476151aa5b8de0907b3 = $(`<div id="html_30ea8d00fefac476151aa5b8de0907b3" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_26165cd6c5e19d78a70b8e8187a29706.setContent(html_30ea8d00fefac476151aa5b8de0907b3);
|
|
|
|
|
|
|
|
marker_228e51649587284a23df7acad3408249.bindPopup(popup_26165cd6c5e19d78a70b8e8187a29706)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_228e51649587284a23df7acad3408249.setIcon(icon_336a535cecbdf7e02365b48a26e3bc65);
|
|
|
|
|
|
var marker_d249be5962f3ffd1f78f9a22bdea0cf4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_76ae2a71eb48ab5b4e85a3c04ff32baf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd8a6e9c5aa6ebba2b7d35491280efd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa425475e5f0bdff0baf5bc726403916 = $(`<div id="html_fa425475e5f0bdff0baf5bc726403916" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_cd8a6e9c5aa6ebba2b7d35491280efd3.setContent(html_fa425475e5f0bdff0baf5bc726403916);
|
|
|
|
|
|
|
|
marker_d249be5962f3ffd1f78f9a22bdea0cf4.bindPopup(popup_cd8a6e9c5aa6ebba2b7d35491280efd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d249be5962f3ffd1f78f9a22bdea0cf4.setIcon(icon_76ae2a71eb48ab5b4e85a3c04ff32baf);
|
|
|
|
|
|
var marker_536f8503bb1e6eb5365459c65f0c5cc0 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_5cfbf9623448587c804b7fc351755fa9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_184595432918a9793ff23547fa329c0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b3c6be10a08ab51d792c77838129310 = $(`<div id="html_4b3c6be10a08ab51d792c77838129310" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_184595432918a9793ff23547fa329c0c.setContent(html_4b3c6be10a08ab51d792c77838129310);
|
|
|
|
|
|
|
|
marker_536f8503bb1e6eb5365459c65f0c5cc0.bindPopup(popup_184595432918a9793ff23547fa329c0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_536f8503bb1e6eb5365459c65f0c5cc0.setIcon(icon_5cfbf9623448587c804b7fc351755fa9);
|
|
|
|
|
|
var marker_87eec6735bec798bff776cb5a1a47109 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f4658968671788e014436100b76f23a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4580a52afaa61c7785c17ef352ced1d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7927a60f6f9688b77d72bfa62a8ac9e = $(`<div id="html_a7927a60f6f9688b77d72bfa62a8ac9e" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_4580a52afaa61c7785c17ef352ced1d4.setContent(html_a7927a60f6f9688b77d72bfa62a8ac9e);
|
|
|
|
|
|
|
|
marker_87eec6735bec798bff776cb5a1a47109.bindPopup(popup_4580a52afaa61c7785c17ef352ced1d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87eec6735bec798bff776cb5a1a47109.setIcon(icon_f4658968671788e014436100b76f23a2);
|
|
|
|
|
|
var marker_22d6527d783ff449f459d8dcdecd5839 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_9b89ab92e7c8d1ad024c9cee356db522 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7db3f86e4272cf31dbf46786a82d0f79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d49aea8887e398a9eb56f499574888ce = $(`<div id="html_d49aea8887e398a9eb56f499574888ce" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_7db3f86e4272cf31dbf46786a82d0f79.setContent(html_d49aea8887e398a9eb56f499574888ce);
|
|
|
|
|
|
|
|
marker_22d6527d783ff449f459d8dcdecd5839.bindPopup(popup_7db3f86e4272cf31dbf46786a82d0f79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22d6527d783ff449f459d8dcdecd5839.setIcon(icon_9b89ab92e7c8d1ad024c9cee356db522);
|
|
|
|
|
|
var marker_2e9cd0bfc3463cdfd436ef0dddb2b925 = L.marker(
|
|
[49.281, -123.117],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_3276f04f5d6c11d0e32c8c0d990a6ad4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75254b7a21218a174b04ca7a13da9c8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_560d855deea104d95ff2e71ce89483fc = $(`<div id="html_560d855deea104d95ff2e71ce89483fc" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_75254b7a21218a174b04ca7a13da9c8c.setContent(html_560d855deea104d95ff2e71ce89483fc);
|
|
|
|
|
|
|
|
marker_2e9cd0bfc3463cdfd436ef0dddb2b925.bindPopup(popup_75254b7a21218a174b04ca7a13da9c8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e9cd0bfc3463cdfd436ef0dddb2b925.setIcon(icon_3276f04f5d6c11d0e32c8c0d990a6ad4);
|
|
|
|
|
|
var marker_0e77fe9da9a5ccf55c477b3a38382621 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_1c5ebb085902a9687c0ac5097fd04ad8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f74cfe102f50db0fd86d15794d44941 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1efdf1a4ac5ef9cd9ad784c97257aa1 = $(`<div id="html_b1efdf1a4ac5ef9cd9ad784c97257aa1" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_2f74cfe102f50db0fd86d15794d44941.setContent(html_b1efdf1a4ac5ef9cd9ad784c97257aa1);
|
|
|
|
|
|
|
|
marker_0e77fe9da9a5ccf55c477b3a38382621.bindPopup(popup_2f74cfe102f50db0fd86d15794d44941)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e77fe9da9a5ccf55c477b3a38382621.setIcon(icon_1c5ebb085902a9687c0ac5097fd04ad8);
|
|
|
|
|
|
var marker_0d99a3d3879532a5cabaf3148aa78556 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_73a951324d00f678a3dc81c79cb61ce0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9f301e025455a8d49a77b0d1f430071 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_637dcd9dbd2dbba83d1b534667c46495 = $(`<div id="html_637dcd9dbd2dbba83d1b534667c46495" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_a9f301e025455a8d49a77b0d1f430071.setContent(html_637dcd9dbd2dbba83d1b534667c46495);
|
|
|
|
|
|
|
|
marker_0d99a3d3879532a5cabaf3148aa78556.bindPopup(popup_a9f301e025455a8d49a77b0d1f430071)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d99a3d3879532a5cabaf3148aa78556.setIcon(icon_73a951324d00f678a3dc81c79cb61ce0);
|
|
|
|
|
|
var marker_64f043c6a945f210dbd48c00d33745ba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_c1894f96f11ca8bef4e140f55038a4ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d49f862630f1f001d6b907f530a3ca71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d18b433455a9968a2dca205f713222f0 = $(`<div id="html_d18b433455a9968a2dca205f713222f0" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_d49f862630f1f001d6b907f530a3ca71.setContent(html_d18b433455a9968a2dca205f713222f0);
|
|
|
|
|
|
|
|
marker_64f043c6a945f210dbd48c00d33745ba.bindPopup(popup_d49f862630f1f001d6b907f530a3ca71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64f043c6a945f210dbd48c00d33745ba.setIcon(icon_c1894f96f11ca8bef4e140f55038a4ac);
|
|
|
|
|
|
var marker_c2c1053bae8b4bd6ceaa235627e43767 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f3aaeb2948c54ecc261ae6a19713395c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_935900ff57600afb774394a383806842 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40c809f24e6a386e643125b4d4afe34e = $(`<div id="html_40c809f24e6a386e643125b4d4afe34e" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_935900ff57600afb774394a383806842.setContent(html_40c809f24e6a386e643125b4d4afe34e);
|
|
|
|
|
|
|
|
marker_c2c1053bae8b4bd6ceaa235627e43767.bindPopup(popup_935900ff57600afb774394a383806842)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2c1053bae8b4bd6ceaa235627e43767.setIcon(icon_f3aaeb2948c54ecc261ae6a19713395c);
|
|
|
|
|
|
var marker_423b255f708384eb164b1a9f22519599 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_7dc971b65eb8ba945b3e6fadc17508a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47f32961efc512f3e3e2e7a2fa4c9d47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d08aff23133c7912a4474aae91618bf6 = $(`<div id="html_d08aff23133c7912a4474aae91618bf6" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_47f32961efc512f3e3e2e7a2fa4c9d47.setContent(html_d08aff23133c7912a4474aae91618bf6);
|
|
|
|
|
|
|
|
marker_423b255f708384eb164b1a9f22519599.bindPopup(popup_47f32961efc512f3e3e2e7a2fa4c9d47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_423b255f708384eb164b1a9f22519599.setIcon(icon_7dc971b65eb8ba945b3e6fadc17508a2);
|
|
|
|
|
|
var marker_a600d24bb48126d5f05937b8c5b65fda = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_28ff2f1fbdcfb4516cd0ad7bcb18bfae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48e39c975fdc708a9bc00b50946f064a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee4f9dde1818db50efd38caced267959 = $(`<div id="html_ee4f9dde1818db50efd38caced267959" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_48e39c975fdc708a9bc00b50946f064a.setContent(html_ee4f9dde1818db50efd38caced267959);
|
|
|
|
|
|
|
|
marker_a600d24bb48126d5f05937b8c5b65fda.bindPopup(popup_48e39c975fdc708a9bc00b50946f064a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a600d24bb48126d5f05937b8c5b65fda.setIcon(icon_28ff2f1fbdcfb4516cd0ad7bcb18bfae);
|
|
|
|
|
|
var marker_95c73c0bea6a42d79a32dcfbbd01312b = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_07f4974a6be09802bc4c83da42a04503 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4eb0712ec1bedb6f2dda7b539a2491f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e814dbee79f82ba6c537411874a682a8 = $(`<div id="html_e814dbee79f82ba6c537411874a682a8" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_4eb0712ec1bedb6f2dda7b539a2491f2.setContent(html_e814dbee79f82ba6c537411874a682a8);
|
|
|
|
|
|
|
|
marker_95c73c0bea6a42d79a32dcfbbd01312b.bindPopup(popup_4eb0712ec1bedb6f2dda7b539a2491f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95c73c0bea6a42d79a32dcfbbd01312b.setIcon(icon_07f4974a6be09802bc4c83da42a04503);
|
|
|
|
|
|
var marker_f4c0d089ad05c4f09c66f7fa164da173 = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_9d15c57662da70c64b11ee5b479c9360 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa47787c907b45cbd86f2c6bc9019469 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ba2630ac8330b4b11743a6f382b98bc = $(`<div id="html_5ba2630ac8330b4b11743a6f382b98bc" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_aa47787c907b45cbd86f2c6bc9019469.setContent(html_5ba2630ac8330b4b11743a6f382b98bc);
|
|
|
|
|
|
|
|
marker_f4c0d089ad05c4f09c66f7fa164da173.bindPopup(popup_aa47787c907b45cbd86f2c6bc9019469)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4c0d089ad05c4f09c66f7fa164da173.setIcon(icon_9d15c57662da70c64b11ee5b479c9360);
|
|
|
|
|
|
var marker_d6f3a33beb2bcba98a68d6ea99c1cef6 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_4c76221ffdfafc7625ca7a7a691a6194 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba5b455c0e11c3634b83f4f257b1b710 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a97ef1d1349c1d62c0048464b6e3e97c = $(`<div id="html_a97ef1d1349c1d62c0048464b6e3e97c" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_ba5b455c0e11c3634b83f4f257b1b710.setContent(html_a97ef1d1349c1d62c0048464b6e3e97c);
|
|
|
|
|
|
|
|
marker_d6f3a33beb2bcba98a68d6ea99c1cef6.bindPopup(popup_ba5b455c0e11c3634b83f4f257b1b710)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6f3a33beb2bcba98a68d6ea99c1cef6.setIcon(icon_4c76221ffdfafc7625ca7a7a691a6194);
|
|
|
|
|
|
var marker_758d6e1116d6ceb2ccc6db2031cb77ad = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_ce82429c70df88475e257abe5d615c90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a01a0a6c93017f7aa94a5a4890673bd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a9ad18532c0ab8c843636394908b51f = $(`<div id="html_2a9ad18532c0ab8c843636394908b51f" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_a01a0a6c93017f7aa94a5a4890673bd9.setContent(html_2a9ad18532c0ab8c843636394908b51f);
|
|
|
|
|
|
|
|
marker_758d6e1116d6ceb2ccc6db2031cb77ad.bindPopup(popup_a01a0a6c93017f7aa94a5a4890673bd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_758d6e1116d6ceb2ccc6db2031cb77ad.setIcon(icon_ce82429c70df88475e257abe5d615c90);
|
|
|
|
|
|
var marker_f260b051f956ce1bc3e5bbd7bc7abfaf = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_5594a7bd0672255a6a13b57ff2015186 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc4128b58bfa36a6cea62cda183f2937 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfb2f7326c82b0ff9adc4d767be3360e = $(`<div id="html_cfb2f7326c82b0ff9adc4d767be3360e" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_bc4128b58bfa36a6cea62cda183f2937.setContent(html_cfb2f7326c82b0ff9adc4d767be3360e);
|
|
|
|
|
|
|
|
marker_f260b051f956ce1bc3e5bbd7bc7abfaf.bindPopup(popup_bc4128b58bfa36a6cea62cda183f2937)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f260b051f956ce1bc3e5bbd7bc7abfaf.setIcon(icon_5594a7bd0672255a6a13b57ff2015186);
|
|
|
|
|
|
var marker_9907cc0788fd9ad584e0774f21ab528b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_6c1b5268eb01eba131c1705b21aea746 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df756afedd0b615983030299971cefc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_149467dcad6c40974acc7af60a2ed727 = $(`<div id="html_149467dcad6c40974acc7af60a2ed727" style="width: 100.0%; height: 100.0%;">antiprimal.net</div>`)[0];
|
|
popup_df756afedd0b615983030299971cefc9.setContent(html_149467dcad6c40974acc7af60a2ed727);
|
|
|
|
|
|
|
|
marker_9907cc0788fd9ad584e0774f21ab528b.bindPopup(popup_df756afedd0b615983030299971cefc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9907cc0788fd9ad584e0774f21ab528b.setIcon(icon_6c1b5268eb01eba131c1705b21aea746);
|
|
|
|
|
|
var marker_381c8d24a9dd4bb4067d16d10281ba42 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_8b6c7c7ee5b242909a5ba906091ba2b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a79f31fcd9670461c582d0243341580c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e0c95110aa74651805fab00d6c5848f = $(`<div id="html_9e0c95110aa74651805fab00d6c5848f" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_a79f31fcd9670461c582d0243341580c.setContent(html_9e0c95110aa74651805fab00d6c5848f);
|
|
|
|
|
|
|
|
marker_381c8d24a9dd4bb4067d16d10281ba42.bindPopup(popup_a79f31fcd9670461c582d0243341580c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_381c8d24a9dd4bb4067d16d10281ba42.setIcon(icon_8b6c7c7ee5b242909a5ba906091ba2b8);
|
|
|
|
|
|
var marker_79f98db3cabdccbec630871a2a4614c2 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_3168c8ad0098aca2529a64b09c83edce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3224e9d188d1ed2c6805b69a311d465e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91f63bb29b9de541270628928cef944d = $(`<div id="html_91f63bb29b9de541270628928cef944d" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_3224e9d188d1ed2c6805b69a311d465e.setContent(html_91f63bb29b9de541270628928cef944d);
|
|
|
|
|
|
|
|
marker_79f98db3cabdccbec630871a2a4614c2.bindPopup(popup_3224e9d188d1ed2c6805b69a311d465e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79f98db3cabdccbec630871a2a4614c2.setIcon(icon_3168c8ad0098aca2529a64b09c83edce);
|
|
|
|
|
|
var marker_51c39c8fc7418176ed51d48c5b1bbf2d = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_8e8c42a913376e316f1d1657f0803a8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_988ce590551d7a15b3ca29e10eee24de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f97b52407f0b1ee310b63a9dd3ad314d = $(`<div id="html_f97b52407f0b1ee310b63a9dd3ad314d" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_988ce590551d7a15b3ca29e10eee24de.setContent(html_f97b52407f0b1ee310b63a9dd3ad314d);
|
|
|
|
|
|
|
|
marker_51c39c8fc7418176ed51d48c5b1bbf2d.bindPopup(popup_988ce590551d7a15b3ca29e10eee24de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51c39c8fc7418176ed51d48c5b1bbf2d.setIcon(icon_8e8c42a913376e316f1d1657f0803a8f);
|
|
|
|
|
|
var marker_16ef8aee65c240b653ea14bc9cd49036 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_2c5802949012cef0aaf3fb865044cee1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_feca5f2a6de29113373f6294c4fe40f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a109cfb711ec874641b183ec5a258f0 = $(`<div id="html_2a109cfb711ec874641b183ec5a258f0" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_feca5f2a6de29113373f6294c4fe40f0.setContent(html_2a109cfb711ec874641b183ec5a258f0);
|
|
|
|
|
|
|
|
marker_16ef8aee65c240b653ea14bc9cd49036.bindPopup(popup_feca5f2a6de29113373f6294c4fe40f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16ef8aee65c240b653ea14bc9cd49036.setIcon(icon_2c5802949012cef0aaf3fb865044cee1);
|
|
|
|
|
|
var marker_4c9851fc438f894d8dfc6ba9eff69ed1 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_c9dfd3cd565e2a6fb31af901cdf18d7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a006f362110b3a8434496811ef0523ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b45d5e0c5a54170ed7528c687510a799 = $(`<div id="html_b45d5e0c5a54170ed7528c687510a799" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_a006f362110b3a8434496811ef0523ef.setContent(html_b45d5e0c5a54170ed7528c687510a799);
|
|
|
|
|
|
|
|
marker_4c9851fc438f894d8dfc6ba9eff69ed1.bindPopup(popup_a006f362110b3a8434496811ef0523ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c9851fc438f894d8dfc6ba9eff69ed1.setIcon(icon_c9dfd3cd565e2a6fb31af901cdf18d7d);
|
|
|
|
|
|
var marker_8b7a7ed5175f22b7d1e8261bc311548a = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_b748805f0dc567828a74b3ca294f5552 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_506aedad461981d3666639cdff48446a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6441bdaf0cd3e64647ce670f15572620 = $(`<div id="html_6441bdaf0cd3e64647ce670f15572620" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_506aedad461981d3666639cdff48446a.setContent(html_6441bdaf0cd3e64647ce670f15572620);
|
|
|
|
|
|
|
|
marker_8b7a7ed5175f22b7d1e8261bc311548a.bindPopup(popup_506aedad461981d3666639cdff48446a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b7a7ed5175f22b7d1e8261bc311548a.setIcon(icon_b748805f0dc567828a74b3ca294f5552);
|
|
|
|
|
|
var marker_c4b0243895db180914116ba238596e6c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_1d6f21b6d7688e0b41a998e81750ed2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecfab88bbf520f2860a3919d8c478cc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20817b7a0f1b2669b321788c1aedb9e8 = $(`<div id="html_20817b7a0f1b2669b321788c1aedb9e8" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_ecfab88bbf520f2860a3919d8c478cc5.setContent(html_20817b7a0f1b2669b321788c1aedb9e8);
|
|
|
|
|
|
|
|
marker_c4b0243895db180914116ba238596e6c.bindPopup(popup_ecfab88bbf520f2860a3919d8c478cc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4b0243895db180914116ba238596e6c.setIcon(icon_1d6f21b6d7688e0b41a998e81750ed2a);
|
|
|
|
|
|
var marker_7073e0ff3c480e92ceeb4c9317f329fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f637dbeddcdefb8636c1227e7f6165ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cde5fb0a374bd5ae4258b8d3bc6e0de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_726268b9a9f381cf0b02770a86ae80d3 = $(`<div id="html_726268b9a9f381cf0b02770a86ae80d3" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_0cde5fb0a374bd5ae4258b8d3bc6e0de.setContent(html_726268b9a9f381cf0b02770a86ae80d3);
|
|
|
|
|
|
|
|
marker_7073e0ff3c480e92ceeb4c9317f329fd.bindPopup(popup_0cde5fb0a374bd5ae4258b8d3bc6e0de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7073e0ff3c480e92ceeb4c9317f329fd.setIcon(icon_f637dbeddcdefb8636c1227e7f6165ea);
|
|
|
|
|
|
var marker_24ec062eb3647d60712536186a3b150f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_e802296c49da9215676d091e2768f031 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8f52e51e31c4b04760367b91c428362 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_910d8c79946ba17113514abc21a53aa4 = $(`<div id="html_910d8c79946ba17113514abc21a53aa4" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_e8f52e51e31c4b04760367b91c428362.setContent(html_910d8c79946ba17113514abc21a53aa4);
|
|
|
|
|
|
|
|
marker_24ec062eb3647d60712536186a3b150f.bindPopup(popup_e8f52e51e31c4b04760367b91c428362)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24ec062eb3647d60712536186a3b150f.setIcon(icon_e802296c49da9215676d091e2768f031);
|
|
|
|
|
|
var marker_fc601f7ea393711716b96342011c2ef0 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_58ba3ecb807abaa0202c093570d3e3e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee37fac87757b54b7b9e78eb7c7447c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c355d9eea223525c951e294b8872703 = $(`<div id="html_0c355d9eea223525c951e294b8872703" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_ee37fac87757b54b7b9e78eb7c7447c7.setContent(html_0c355d9eea223525c951e294b8872703);
|
|
|
|
|
|
|
|
marker_fc601f7ea393711716b96342011c2ef0.bindPopup(popup_ee37fac87757b54b7b9e78eb7c7447c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc601f7ea393711716b96342011c2ef0.setIcon(icon_58ba3ecb807abaa0202c093570d3e3e6);
|
|
|
|
|
|
var marker_51fa90ca9a4b9c71739f4d39968d2381 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a8e68161b278fa9289d532856fe11442 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bed130f6e87f10ac30fe2ea707593505 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec43c48ed25148382591eb80bcc910ec = $(`<div id="html_ec43c48ed25148382591eb80bcc910ec" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_bed130f6e87f10ac30fe2ea707593505.setContent(html_ec43c48ed25148382591eb80bcc910ec);
|
|
|
|
|
|
|
|
marker_51fa90ca9a4b9c71739f4d39968d2381.bindPopup(popup_bed130f6e87f10ac30fe2ea707593505)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51fa90ca9a4b9c71739f4d39968d2381.setIcon(icon_a8e68161b278fa9289d532856fe11442);
|
|
|
|
|
|
var marker_15f17282376c53ad74a333e03ec8538a = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f2b8a748830a064ffc190b5f0d66d139 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d24294f28ea37efe252ddabf4d9e67ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65b8c5908e6c219418d84e2119b0a8a9 = $(`<div id="html_65b8c5908e6c219418d84e2119b0a8a9" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_d24294f28ea37efe252ddabf4d9e67ef.setContent(html_65b8c5908e6c219418d84e2119b0a8a9);
|
|
|
|
|
|
|
|
marker_15f17282376c53ad74a333e03ec8538a.bindPopup(popup_d24294f28ea37efe252ddabf4d9e67ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15f17282376c53ad74a333e03ec8538a.setIcon(icon_f2b8a748830a064ffc190b5f0d66d139);
|
|
|
|
|
|
var marker_b15908b4ccd69d9d0e85c2da2455595a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_cf6f7ca0e59d97b0b8e6beb06e967b50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5855d8c03ffd33ca6717eb003441c78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95b431aa8eb38fe4de66286e9e6cc277 = $(`<div id="html_95b431aa8eb38fe4de66286e9e6cc277" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_f5855d8c03ffd33ca6717eb003441c78.setContent(html_95b431aa8eb38fe4de66286e9e6cc277);
|
|
|
|
|
|
|
|
marker_b15908b4ccd69d9d0e85c2da2455595a.bindPopup(popup_f5855d8c03ffd33ca6717eb003441c78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b15908b4ccd69d9d0e85c2da2455595a.setIcon(icon_cf6f7ca0e59d97b0b8e6beb06e967b50);
|
|
|
|
|
|
var marker_07369142b8cc9b5c121f6e703f197756 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_4a3473360899ee06b3a5520003f5039e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ffa3a8b5592f83ec07f174b3f755e4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0949be60584f244a4a49bc5fb8fe42c3 = $(`<div id="html_0949be60584f244a4a49bc5fb8fe42c3" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_6ffa3a8b5592f83ec07f174b3f755e4a.setContent(html_0949be60584f244a4a49bc5fb8fe42c3);
|
|
|
|
|
|
|
|
marker_07369142b8cc9b5c121f6e703f197756.bindPopup(popup_6ffa3a8b5592f83ec07f174b3f755e4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07369142b8cc9b5c121f6e703f197756.setIcon(icon_4a3473360899ee06b3a5520003f5039e);
|
|
|
|
|
|
var marker_c7019e96b5ec512096e93ff1626971ad = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_3b207b25642e8ac4086497942c94f31e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de94d3d6b8156a00872f5bf82fc111cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e5a71d8f6751a67f1af6c4e5798f8e0 = $(`<div id="html_6e5a71d8f6751a67f1af6c4e5798f8e0" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_de94d3d6b8156a00872f5bf82fc111cb.setContent(html_6e5a71d8f6751a67f1af6c4e5798f8e0);
|
|
|
|
|
|
|
|
marker_c7019e96b5ec512096e93ff1626971ad.bindPopup(popup_de94d3d6b8156a00872f5bf82fc111cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7019e96b5ec512096e93ff1626971ad.setIcon(icon_3b207b25642e8ac4086497942c94f31e);
|
|
|
|
|
|
var marker_b7bc55b181e6d12de2945a71b6775ae6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_22fed18d786665a6645da4059322051e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d7d371bf304f7ce86a07910c5db80ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0dff2c64a0293ade90a3d3cc654de3ca = $(`<div id="html_0dff2c64a0293ade90a3d3cc654de3ca" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_3d7d371bf304f7ce86a07910c5db80ca.setContent(html_0dff2c64a0293ade90a3d3cc654de3ca);
|
|
|
|
|
|
|
|
marker_b7bc55b181e6d12de2945a71b6775ae6.bindPopup(popup_3d7d371bf304f7ce86a07910c5db80ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7bc55b181e6d12de2945a71b6775ae6.setIcon(icon_22fed18d786665a6645da4059322051e);
|
|
|
|
|
|
var marker_0ecf838ef8cbb47dbc428f3394242de2 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_783ae82dd79566491389344c65f69691 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4408ddd77cf303b67d46db7b4c7624a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_604d16bda90879134d0153d4b2b98e4a = $(`<div id="html_604d16bda90879134d0153d4b2b98e4a" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_4408ddd77cf303b67d46db7b4c7624a9.setContent(html_604d16bda90879134d0153d4b2b98e4a);
|
|
|
|
|
|
|
|
marker_0ecf838ef8cbb47dbc428f3394242de2.bindPopup(popup_4408ddd77cf303b67d46db7b4c7624a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ecf838ef8cbb47dbc428f3394242de2.setIcon(icon_783ae82dd79566491389344c65f69691);
|
|
|
|
|
|
var marker_264a55b1923a9700b401012649948c2f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_16a007dc6616708650ea48969a3d278a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a48d05874c7377f024fff36cc5031c5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee9b81a2bf87dd8f4bd253bccf500864 = $(`<div id="html_ee9b81a2bf87dd8f4bd253bccf500864" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_a48d05874c7377f024fff36cc5031c5b.setContent(html_ee9b81a2bf87dd8f4bd253bccf500864);
|
|
|
|
|
|
|
|
marker_264a55b1923a9700b401012649948c2f.bindPopup(popup_a48d05874c7377f024fff36cc5031c5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_264a55b1923a9700b401012649948c2f.setIcon(icon_16a007dc6616708650ea48969a3d278a);
|
|
|
|
|
|
var marker_71b1ab4e74cc96a79910556e63abaf48 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_24378283fadfa7a7a690f28cf6704e31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29e773e746103fd2a9bc7fe24da13421 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f19766e7367f240fe93c15523c1de8f = $(`<div id="html_2f19766e7367f240fe93c15523c1de8f" style="width: 100.0%; height: 100.0%;">strfry.atlantislabs.space</div>`)[0];
|
|
popup_29e773e746103fd2a9bc7fe24da13421.setContent(html_2f19766e7367f240fe93c15523c1de8f);
|
|
|
|
|
|
|
|
marker_71b1ab4e74cc96a79910556e63abaf48.bindPopup(popup_29e773e746103fd2a9bc7fe24da13421)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71b1ab4e74cc96a79910556e63abaf48.setIcon(icon_24378283fadfa7a7a690f28cf6704e31);
|
|
|
|
|
|
var marker_e1fcf515ccc2bc6a6c0ae66d683ef5e3 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_9bd6664533b8b72ca352ede3c59d94e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0013cc271d222f672f4b23be63ef851e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_983625237dfae4a2569b70841f3657d2 = $(`<div id="html_983625237dfae4a2569b70841f3657d2" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_0013cc271d222f672f4b23be63ef851e.setContent(html_983625237dfae4a2569b70841f3657d2);
|
|
|
|
|
|
|
|
marker_e1fcf515ccc2bc6a6c0ae66d683ef5e3.bindPopup(popup_0013cc271d222f672f4b23be63ef851e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1fcf515ccc2bc6a6c0ae66d683ef5e3.setIcon(icon_9bd6664533b8b72ca352ede3c59d94e0);
|
|
|
|
|
|
var marker_def347cb1c6545591a8bb9cd4e12d835 = L.marker(
|
|
[38.958, -77.3592],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a5785a83fdd7edbfdb1f97d45d17cb5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7df5fbdf2c5e42fd8d8570f0c58912c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e5bc67b93437580d8ff1a783bf9ce51 = $(`<div id="html_9e5bc67b93437580d8ff1a783bf9ce51" style="width: 100.0%; height: 100.0%;">nostr.ac</div>`)[0];
|
|
popup_b7df5fbdf2c5e42fd8d8570f0c58912c.setContent(html_9e5bc67b93437580d8ff1a783bf9ce51);
|
|
|
|
|
|
|
|
marker_def347cb1c6545591a8bb9cd4e12d835.bindPopup(popup_b7df5fbdf2c5e42fd8d8570f0c58912c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_def347cb1c6545591a8bb9cd4e12d835.setIcon(icon_a5785a83fdd7edbfdb1f97d45d17cb5c);
|
|
|
|
|
|
var marker_36532408fb5ea18197c2b3cc2735a67d = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_01c723908c92faca1f7fcaf862632a78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b50c6da92cd9caebb13dce83f6203f8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8364bb512c93f0e3935ce4bf93674e7e = $(`<div id="html_8364bb512c93f0e3935ce4bf93674e7e" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_b50c6da92cd9caebb13dce83f6203f8d.setContent(html_8364bb512c93f0e3935ce4bf93674e7e);
|
|
|
|
|
|
|
|
marker_36532408fb5ea18197c2b3cc2735a67d.bindPopup(popup_b50c6da92cd9caebb13dce83f6203f8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36532408fb5ea18197c2b3cc2735a67d.setIcon(icon_01c723908c92faca1f7fcaf862632a78);
|
|
|
|
|
|
var marker_6ac44968370f4a4eca95d6e779faa5c2 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_8c684d8729f0bee676ca04fac16576d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab97a5c3bacaaffc8db9737969fce41e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_447577950c64852d0ea66d171c1d2c7f = $(`<div id="html_447577950c64852d0ea66d171c1d2c7f" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_ab97a5c3bacaaffc8db9737969fce41e.setContent(html_447577950c64852d0ea66d171c1d2c7f);
|
|
|
|
|
|
|
|
marker_6ac44968370f4a4eca95d6e779faa5c2.bindPopup(popup_ab97a5c3bacaaffc8db9737969fce41e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ac44968370f4a4eca95d6e779faa5c2.setIcon(icon_8c684d8729f0bee676ca04fac16576d9);
|
|
|
|
|
|
var marker_794bd133c2e79e8cd1998e44c38ae062 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_c842f51e3dc42106fdbe96033f6e20d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c71d5952edd72563d4dece0a0084403 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07a2d10abaea7d3cf592ea9347a2a2aa = $(`<div id="html_07a2d10abaea7d3cf592ea9347a2a2aa" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_7c71d5952edd72563d4dece0a0084403.setContent(html_07a2d10abaea7d3cf592ea9347a2a2aa);
|
|
|
|
|
|
|
|
marker_794bd133c2e79e8cd1998e44c38ae062.bindPopup(popup_7c71d5952edd72563d4dece0a0084403)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_794bd133c2e79e8cd1998e44c38ae062.setIcon(icon_c842f51e3dc42106fdbe96033f6e20d4);
|
|
|
|
|
|
var marker_36d301fd492eb12ba37a15f8044a07c7 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a978eabe336b3985c9d1eb5c13d6fd27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29fd1bfa4ca600fd57cbff25c0e368c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_713678ee49f48c436bb250d49bbc22fc = $(`<div id="html_713678ee49f48c436bb250d49bbc22fc" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_29fd1bfa4ca600fd57cbff25c0e368c0.setContent(html_713678ee49f48c436bb250d49bbc22fc);
|
|
|
|
|
|
|
|
marker_36d301fd492eb12ba37a15f8044a07c7.bindPopup(popup_29fd1bfa4ca600fd57cbff25c0e368c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36d301fd492eb12ba37a15f8044a07c7.setIcon(icon_a978eabe336b3985c9d1eb5c13d6fd27);
|
|
|
|
|
|
var marker_56c6df5707eeac908e39397b4eca88dd = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f7a91485dcb9074819883bd2c570bf45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8a5922df54bf9278fac5d60c5cc5592 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fd8c2051f8955f29290f9813baf94e7 = $(`<div id="html_9fd8c2051f8955f29290f9813baf94e7" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_e8a5922df54bf9278fac5d60c5cc5592.setContent(html_9fd8c2051f8955f29290f9813baf94e7);
|
|
|
|
|
|
|
|
marker_56c6df5707eeac908e39397b4eca88dd.bindPopup(popup_e8a5922df54bf9278fac5d60c5cc5592)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56c6df5707eeac908e39397b4eca88dd.setIcon(icon_f7a91485dcb9074819883bd2c570bf45);
|
|
|
|
|
|
var marker_6b1f94f307c4ff0bc81ad8bc364d378d = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f434def877caf5d194d802dd0818a416 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b8c735647a5c54b7543bdf4aa66eadd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8781e19bd6d2db845d291bffa456852b = $(`<div id="html_8781e19bd6d2db845d291bffa456852b" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_8b8c735647a5c54b7543bdf4aa66eadd.setContent(html_8781e19bd6d2db845d291bffa456852b);
|
|
|
|
|
|
|
|
marker_6b1f94f307c4ff0bc81ad8bc364d378d.bindPopup(popup_8b8c735647a5c54b7543bdf4aa66eadd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b1f94f307c4ff0bc81ad8bc364d378d.setIcon(icon_f434def877caf5d194d802dd0818a416);
|
|
|
|
|
|
var marker_cc43c226f74a4f340cd873ca39be8f27 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_00f39a633e41a067a8d05c4a66ce3a59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0914bcd03d2ef41805e4106ccd9eeb50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a877b243d1c4323e18cacfd26006d13 = $(`<div id="html_6a877b243d1c4323e18cacfd26006d13" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_0914bcd03d2ef41805e4106ccd9eeb50.setContent(html_6a877b243d1c4323e18cacfd26006d13);
|
|
|
|
|
|
|
|
marker_cc43c226f74a4f340cd873ca39be8f27.bindPopup(popup_0914bcd03d2ef41805e4106ccd9eeb50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc43c226f74a4f340cd873ca39be8f27.setIcon(icon_00f39a633e41a067a8d05c4a66ce3a59);
|
|
|
|
|
|
var marker_0b6a92ae1663cc9e6817164c369a6ca3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_fbf525641c2141c0cdfb7fb93c1ea2cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_850abf521f1d2e5923c58d4aa356187b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_146e961bb2ffeaca5c9ee40f217a0cf2 = $(`<div id="html_146e961bb2ffeaca5c9ee40f217a0cf2" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_850abf521f1d2e5923c58d4aa356187b.setContent(html_146e961bb2ffeaca5c9ee40f217a0cf2);
|
|
|
|
|
|
|
|
marker_0b6a92ae1663cc9e6817164c369a6ca3.bindPopup(popup_850abf521f1d2e5923c58d4aa356187b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b6a92ae1663cc9e6817164c369a6ca3.setIcon(icon_fbf525641c2141c0cdfb7fb93c1ea2cf);
|
|
|
|
|
|
var marker_5a0b6aaab438a89ab1c3ec0ea481bfb0 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_62c646f1ce4321b5a6bca55d2820ebd1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_787210810bd2b5ceb593b10af02bcac4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc11ea2e0252ab5ae9755c9e7d42c912 = $(`<div id="html_fc11ea2e0252ab5ae9755c9e7d42c912" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_787210810bd2b5ceb593b10af02bcac4.setContent(html_fc11ea2e0252ab5ae9755c9e7d42c912);
|
|
|
|
|
|
|
|
marker_5a0b6aaab438a89ab1c3ec0ea481bfb0.bindPopup(popup_787210810bd2b5ceb593b10af02bcac4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a0b6aaab438a89ab1c3ec0ea481bfb0.setIcon(icon_62c646f1ce4321b5a6bca55d2820ebd1);
|
|
|
|
|
|
var marker_bee10f7493bd0fced79a47176bdb6b47 = L.marker(
|
|
[10.074, -84.2155],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_8cadcf0c948514816cda6bbac3b9c09a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_239f2473474318b3776176ff65638963 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_509f34e09d1ef0ab7ec63eb28b0da897 = $(`<div id="html_509f34e09d1ef0ab7ec63eb28b0da897" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_239f2473474318b3776176ff65638963.setContent(html_509f34e09d1ef0ab7ec63eb28b0da897);
|
|
|
|
|
|
|
|
marker_bee10f7493bd0fced79a47176bdb6b47.bindPopup(popup_239f2473474318b3776176ff65638963)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bee10f7493bd0fced79a47176bdb6b47.setIcon(icon_8cadcf0c948514816cda6bbac3b9c09a);
|
|
|
|
|
|
var marker_7da3230aa01981c25af37244820d9222 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_79022f15a2254de6f7d5a76dfcc4599e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_116b21da577d94d9e0194cfb3fe1f127 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7fcc4666280a944ed8f05874ab4e262e = $(`<div id="html_7fcc4666280a944ed8f05874ab4e262e" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_116b21da577d94d9e0194cfb3fe1f127.setContent(html_7fcc4666280a944ed8f05874ab4e262e);
|
|
|
|
|
|
|
|
marker_7da3230aa01981c25af37244820d9222.bindPopup(popup_116b21da577d94d9e0194cfb3fe1f127)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7da3230aa01981c25af37244820d9222.setIcon(icon_79022f15a2254de6f7d5a76dfcc4599e);
|
|
|
|
|
|
var marker_3790930d9e16f395e9fc20a629adc34e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_ea98cc3c2e65f65b5ae38ecfa1e2ad5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c26ceaee72f7632565d0808e883125f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbfda307b1ab278c96cd037ab1032f0d = $(`<div id="html_dbfda307b1ab278c96cd037ab1032f0d" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_c26ceaee72f7632565d0808e883125f9.setContent(html_dbfda307b1ab278c96cd037ab1032f0d);
|
|
|
|
|
|
|
|
marker_3790930d9e16f395e9fc20a629adc34e.bindPopup(popup_c26ceaee72f7632565d0808e883125f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3790930d9e16f395e9fc20a629adc34e.setIcon(icon_ea98cc3c2e65f65b5ae38ecfa1e2ad5d);
|
|
|
|
|
|
var marker_090496f7097c5f82e3ed94919d8e1aba = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_0248ca908f5d25d4b380c74cf323d041 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c4c29576f21c09eaaf4dd06562af089 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb1b093c3e82f7afe6725327c949690d = $(`<div id="html_eb1b093c3e82f7afe6725327c949690d" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_7c4c29576f21c09eaaf4dd06562af089.setContent(html_eb1b093c3e82f7afe6725327c949690d);
|
|
|
|
|
|
|
|
marker_090496f7097c5f82e3ed94919d8e1aba.bindPopup(popup_7c4c29576f21c09eaaf4dd06562af089)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_090496f7097c5f82e3ed94919d8e1aba.setIcon(icon_0248ca908f5d25d4b380c74cf323d041);
|
|
|
|
|
|
var marker_2bcd6d61b5aad1e24b5d92dbfb5fd27d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_b2f9438f05f976d58b65837a2a4a76a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_088ad24f2e8e73ac8e00731f6cd06f03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50cbb560887b1ad9acd05f1f806c75b8 = $(`<div id="html_50cbb560887b1ad9acd05f1f806c75b8" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_088ad24f2e8e73ac8e00731f6cd06f03.setContent(html_50cbb560887b1ad9acd05f1f806c75b8);
|
|
|
|
|
|
|
|
marker_2bcd6d61b5aad1e24b5d92dbfb5fd27d.bindPopup(popup_088ad24f2e8e73ac8e00731f6cd06f03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bcd6d61b5aad1e24b5d92dbfb5fd27d.setIcon(icon_b2f9438f05f976d58b65837a2a4a76a4);
|
|
|
|
|
|
var marker_f4e4fc2b3933f81ea0c27dec84135c4c = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_b76a1c3888c7b2a808605928a56af0cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_534a477a7e241262ea7fc34c2949f790 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ddd3cbe8e899d533a64b34410702246 = $(`<div id="html_2ddd3cbe8e899d533a64b34410702246" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_534a477a7e241262ea7fc34c2949f790.setContent(html_2ddd3cbe8e899d533a64b34410702246);
|
|
|
|
|
|
|
|
marker_f4e4fc2b3933f81ea0c27dec84135c4c.bindPopup(popup_534a477a7e241262ea7fc34c2949f790)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4e4fc2b3933f81ea0c27dec84135c4c.setIcon(icon_b76a1c3888c7b2a808605928a56af0cb);
|
|
|
|
|
|
var marker_051b0bff571809d9cf9d34df1244db24 = L.marker(
|
|
[46.5971, 9.59652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_fee2e8c0cc117860c64a4174f5e5a2e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a51dd5ebb7879e628b4ade57f4680c46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d20f4697471e9bb072797b3fe580d06 = $(`<div id="html_0d20f4697471e9bb072797b3fe580d06" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_a51dd5ebb7879e628b4ade57f4680c46.setContent(html_0d20f4697471e9bb072797b3fe580d06);
|
|
|
|
|
|
|
|
marker_051b0bff571809d9cf9d34df1244db24.bindPopup(popup_a51dd5ebb7879e628b4ade57f4680c46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_051b0bff571809d9cf9d34df1244db24.setIcon(icon_fee2e8c0cc117860c64a4174f5e5a2e9);
|
|
|
|
|
|
var marker_a49df02e8a9f4371e0716ff28184152b = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_debb15edfd949c30d1bc4b01214dcf28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28ce27078105e5c2af70aa9bf38c6adc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5cfd4d8fd7eec906b2fa2d655f1cd94 = $(`<div id="html_c5cfd4d8fd7eec906b2fa2d655f1cd94" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_28ce27078105e5c2af70aa9bf38c6adc.setContent(html_c5cfd4d8fd7eec906b2fa2d655f1cd94);
|
|
|
|
|
|
|
|
marker_a49df02e8a9f4371e0716ff28184152b.bindPopup(popup_28ce27078105e5c2af70aa9bf38c6adc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a49df02e8a9f4371e0716ff28184152b.setIcon(icon_debb15edfd949c30d1bc4b01214dcf28);
|
|
|
|
|
|
var marker_7f5114469e0a1bf074a843f49c9c7a74 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_7f7fad9a0df1ff55977ce5a5ceeac8f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1095fba2c3ac20bdd57234f9be63b2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_181a82ac18792579ce09b1bac180b0ca = $(`<div id="html_181a82ac18792579ce09b1bac180b0ca" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_a1095fba2c3ac20bdd57234f9be63b2b.setContent(html_181a82ac18792579ce09b1bac180b0ca);
|
|
|
|
|
|
|
|
marker_7f5114469e0a1bf074a843f49c9c7a74.bindPopup(popup_a1095fba2c3ac20bdd57234f9be63b2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f5114469e0a1bf074a843f49c9c7a74.setIcon(icon_7f7fad9a0df1ff55977ce5a5ceeac8f8);
|
|
|
|
|
|
var marker_79f38061b4868a30f0a8461f57d805c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a17282a4d5bdaa0b2dd700f623eab157 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa37aef345ecfbcd26fa5344b501d22a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34af21d96eea40fc785afede5ef8d95e = $(`<div id="html_34af21d96eea40fc785afede5ef8d95e" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_fa37aef345ecfbcd26fa5344b501d22a.setContent(html_34af21d96eea40fc785afede5ef8d95e);
|
|
|
|
|
|
|
|
marker_79f38061b4868a30f0a8461f57d805c5.bindPopup(popup_fa37aef345ecfbcd26fa5344b501d22a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79f38061b4868a30f0a8461f57d805c5.setIcon(icon_a17282a4d5bdaa0b2dd700f623eab157);
|
|
|
|
|
|
var marker_2c3c1ade76ac9edd45cb23c560fbe407 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_5fbfaf9bd0b3f55c614dcddbb1b50c8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6aeac12b7e697578a878c3f729221c9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9fe4f8e812f67736f483637fcaf46c8 = $(`<div id="html_f9fe4f8e812f67736f483637fcaf46c8" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_6aeac12b7e697578a878c3f729221c9f.setContent(html_f9fe4f8e812f67736f483637fcaf46c8);
|
|
|
|
|
|
|
|
marker_2c3c1ade76ac9edd45cb23c560fbe407.bindPopup(popup_6aeac12b7e697578a878c3f729221c9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c3c1ade76ac9edd45cb23c560fbe407.setIcon(icon_5fbfaf9bd0b3f55c614dcddbb1b50c8d);
|
|
|
|
|
|
var marker_612fcba83dc43a74610c8289303a544a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_8fc98d024031b41558c9efd9d4e66763 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bed7349c25470396180467af43b33681 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_571f2cfc393dc08546ece6cc9fedf77a = $(`<div id="html_571f2cfc393dc08546ece6cc9fedf77a" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_bed7349c25470396180467af43b33681.setContent(html_571f2cfc393dc08546ece6cc9fedf77a);
|
|
|
|
|
|
|
|
marker_612fcba83dc43a74610c8289303a544a.bindPopup(popup_bed7349c25470396180467af43b33681)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_612fcba83dc43a74610c8289303a544a.setIcon(icon_8fc98d024031b41558c9efd9d4e66763);
|
|
|
|
|
|
var marker_8c790a3bf1e2311f4b735f9505a91918 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_cf56a65848cde96a922394bfde55d340 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec9815958c842103d2664b15b1e0d3f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_986c1c63bc7e16ae25ed8f46c53ca448 = $(`<div id="html_986c1c63bc7e16ae25ed8f46c53ca448" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_ec9815958c842103d2664b15b1e0d3f5.setContent(html_986c1c63bc7e16ae25ed8f46c53ca448);
|
|
|
|
|
|
|
|
marker_8c790a3bf1e2311f4b735f9505a91918.bindPopup(popup_ec9815958c842103d2664b15b1e0d3f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c790a3bf1e2311f4b735f9505a91918.setIcon(icon_cf56a65848cde96a922394bfde55d340);
|
|
|
|
|
|
var marker_218aae1a51b40d14b2f5dfebdf776606 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a2f0d498bcd9b6b7e5c6561852edfcba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_245725f3f73805eebea062074fca9754 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78937d15346c7b2f89000405e9493cd6 = $(`<div id="html_78937d15346c7b2f89000405e9493cd6" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_245725f3f73805eebea062074fca9754.setContent(html_78937d15346c7b2f89000405e9493cd6);
|
|
|
|
|
|
|
|
marker_218aae1a51b40d14b2f5dfebdf776606.bindPopup(popup_245725f3f73805eebea062074fca9754)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_218aae1a51b40d14b2f5dfebdf776606.setIcon(icon_a2f0d498bcd9b6b7e5c6561852edfcba);
|
|
|
|
|
|
var marker_daeab9a03079706f055820dc5ab17ce1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_3f1e7179ce6179c308b1b27b88e37a40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8710ebf9791cf87ae78dab6d033c9132 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d06f0a8ba55329c2b4ed15c62677c599 = $(`<div id="html_d06f0a8ba55329c2b4ed15c62677c599" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_8710ebf9791cf87ae78dab6d033c9132.setContent(html_d06f0a8ba55329c2b4ed15c62677c599);
|
|
|
|
|
|
|
|
marker_daeab9a03079706f055820dc5ab17ce1.bindPopup(popup_8710ebf9791cf87ae78dab6d033c9132)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_daeab9a03079706f055820dc5ab17ce1.setIcon(icon_3f1e7179ce6179c308b1b27b88e37a40);
|
|
|
|
|
|
var marker_ec62037f77f2e972172896227804b83d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_30e7b14e4c8b5ec6fc3d19d09b972f17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cfaa855c273fd1b7eee23411b4fa68c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35b04a2c8c395333a3d4605b2e3d68f1 = $(`<div id="html_35b04a2c8c395333a3d4605b2e3d68f1" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_8cfaa855c273fd1b7eee23411b4fa68c.setContent(html_35b04a2c8c395333a3d4605b2e3d68f1);
|
|
|
|
|
|
|
|
marker_ec62037f77f2e972172896227804b83d.bindPopup(popup_8cfaa855c273fd1b7eee23411b4fa68c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec62037f77f2e972172896227804b83d.setIcon(icon_30e7b14e4c8b5ec6fc3d19d09b972f17);
|
|
|
|
|
|
var marker_0e85f58bd4ff3b768e7678b6d6c8760d = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_02522472a68e3c3a2b37af4b0710d4d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c88342a2bb3f81b4445f080354efcfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f11d153a15113b89c5dad80531574920 = $(`<div id="html_f11d153a15113b89c5dad80531574920" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_8c88342a2bb3f81b4445f080354efcfd.setContent(html_f11d153a15113b89c5dad80531574920);
|
|
|
|
|
|
|
|
marker_0e85f58bd4ff3b768e7678b6d6c8760d.bindPopup(popup_8c88342a2bb3f81b4445f080354efcfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e85f58bd4ff3b768e7678b6d6c8760d.setIcon(icon_02522472a68e3c3a2b37af4b0710d4d0);
|
|
|
|
|
|
var marker_8e76362cd9e122946a176901929421c2 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_ebd7e86154e028da71c8186222017a0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3085cd386c33ed1cc402b44762e293f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f56f3c1046fb6e2c09219fe8dfe0b999 = $(`<div id="html_f56f3c1046fb6e2c09219fe8dfe0b999" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_3085cd386c33ed1cc402b44762e293f7.setContent(html_f56f3c1046fb6e2c09219fe8dfe0b999);
|
|
|
|
|
|
|
|
marker_8e76362cd9e122946a176901929421c2.bindPopup(popup_3085cd386c33ed1cc402b44762e293f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e76362cd9e122946a176901929421c2.setIcon(icon_ebd7e86154e028da71c8186222017a0f);
|
|
|
|
|
|
var marker_8d49d7562a0f23dff6197893b9331fc4 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_36890ba1b600fadddaf349d539de796f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f30c1e8353e017affc638126831473a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20f6440e4ddbbe06fa4a37ae0f2ec016 = $(`<div id="html_20f6440e4ddbbe06fa4a37ae0f2ec016" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_f30c1e8353e017affc638126831473a4.setContent(html_20f6440e4ddbbe06fa4a37ae0f2ec016);
|
|
|
|
|
|
|
|
marker_8d49d7562a0f23dff6197893b9331fc4.bindPopup(popup_f30c1e8353e017affc638126831473a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d49d7562a0f23dff6197893b9331fc4.setIcon(icon_36890ba1b600fadddaf349d539de796f);
|
|
|
|
|
|
var marker_f9203fa2c6bb6c12fc839dfa96db4feb = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_aa0f2c7261ee8680db3566d82c19b10b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fb13a573f5a9623d6b61875963322a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e46bb4a9e8269b10b4dc7e8bee4de79 = $(`<div id="html_8e46bb4a9e8269b10b4dc7e8bee4de79" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_8fb13a573f5a9623d6b61875963322a4.setContent(html_8e46bb4a9e8269b10b4dc7e8bee4de79);
|
|
|
|
|
|
|
|
marker_f9203fa2c6bb6c12fc839dfa96db4feb.bindPopup(popup_8fb13a573f5a9623d6b61875963322a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9203fa2c6bb6c12fc839dfa96db4feb.setIcon(icon_aa0f2c7261ee8680db3566d82c19b10b);
|
|
|
|
|
|
var marker_038943a9c8f7a7777658e92c610d3a57 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a13ee8206430e589b1580bbf22ca85f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37eaa335496088d665791b148df78dc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38e1c7806151ec3ceef92410b445eaa3 = $(`<div id="html_38e1c7806151ec3ceef92410b445eaa3" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_37eaa335496088d665791b148df78dc3.setContent(html_38e1c7806151ec3ceef92410b445eaa3);
|
|
|
|
|
|
|
|
marker_038943a9c8f7a7777658e92c610d3a57.bindPopup(popup_37eaa335496088d665791b148df78dc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_038943a9c8f7a7777658e92c610d3a57.setIcon(icon_a13ee8206430e589b1580bbf22ca85f6);
|
|
|
|
|
|
var marker_8500ad0dc754e4be2342877e5013293d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_698f22ccf5b09addbdd3e0946ec40624 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66ef710932ecbac64e5bdb88f9dcc834 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2134b504f835cb46bfdc6b124555e453 = $(`<div id="html_2134b504f835cb46bfdc6b124555e453" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_66ef710932ecbac64e5bdb88f9dcc834.setContent(html_2134b504f835cb46bfdc6b124555e453);
|
|
|
|
|
|
|
|
marker_8500ad0dc754e4be2342877e5013293d.bindPopup(popup_66ef710932ecbac64e5bdb88f9dcc834)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8500ad0dc754e4be2342877e5013293d.setIcon(icon_698f22ccf5b09addbdd3e0946ec40624);
|
|
|
|
|
|
var marker_bd5687c2b2818588433572c7c10be6bb = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_c9a32aa2ae7dd3086f57805bbef0858d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1974a4227224d6901a87666266126c55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6229c32d7f876e2e152bec7f87eeac05 = $(`<div id="html_6229c32d7f876e2e152bec7f87eeac05" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_1974a4227224d6901a87666266126c55.setContent(html_6229c32d7f876e2e152bec7f87eeac05);
|
|
|
|
|
|
|
|
marker_bd5687c2b2818588433572c7c10be6bb.bindPopup(popup_1974a4227224d6901a87666266126c55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd5687c2b2818588433572c7c10be6bb.setIcon(icon_c9a32aa2ae7dd3086f57805bbef0858d);
|
|
|
|
|
|
var marker_1c57d03cc02f270885b9492da0c43186 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_4724db40f553d9daf5b3b8668e275537 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56ef778a765b963f98709644854e872a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9420a9d7e1b41f67ede9e5faf9a53775 = $(`<div id="html_9420a9d7e1b41f67ede9e5faf9a53775" style="width: 100.0%; height: 100.0%;">relay.coinos.pro</div>`)[0];
|
|
popup_56ef778a765b963f98709644854e872a.setContent(html_9420a9d7e1b41f67ede9e5faf9a53775);
|
|
|
|
|
|
|
|
marker_1c57d03cc02f270885b9492da0c43186.bindPopup(popup_56ef778a765b963f98709644854e872a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c57d03cc02f270885b9492da0c43186.setIcon(icon_4724db40f553d9daf5b3b8668e275537);
|
|
|
|
|
|
var marker_a18d5bfbf1b9b573ac6ec4fa3f874ee3 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_bc9fb2bdd3a3fe8a901d44d950c79607 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ab8eb34af7705b76200d7f614b9070a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59f86b9e9a7a9213add23f997212a7df = $(`<div id="html_59f86b9e9a7a9213add23f997212a7df" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_9ab8eb34af7705b76200d7f614b9070a.setContent(html_59f86b9e9a7a9213add23f997212a7df);
|
|
|
|
|
|
|
|
marker_a18d5bfbf1b9b573ac6ec4fa3f874ee3.bindPopup(popup_9ab8eb34af7705b76200d7f614b9070a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a18d5bfbf1b9b573ac6ec4fa3f874ee3.setIcon(icon_bc9fb2bdd3a3fe8a901d44d950c79607);
|
|
|
|
|
|
var marker_887cd10d2a0c2a54fe3efb035f3da32b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_79567cdabb22c883a88db03db7585d28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc167601b80926684e45afa4c64abf50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5538bbc5117a86d2ccbdd906e3b9cdd = $(`<div id="html_b5538bbc5117a86d2ccbdd906e3b9cdd" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_dc167601b80926684e45afa4c64abf50.setContent(html_b5538bbc5117a86d2ccbdd906e3b9cdd);
|
|
|
|
|
|
|
|
marker_887cd10d2a0c2a54fe3efb035f3da32b.bindPopup(popup_dc167601b80926684e45afa4c64abf50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_887cd10d2a0c2a54fe3efb035f3da32b.setIcon(icon_79567cdabb22c883a88db03db7585d28);
|
|
|
|
|
|
var marker_d5796ee9c9147851469370c9318c9d7d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_6c7dfca18115b5e2bff9ab63b6789db5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59458f8c383cb7a12bb77d72494255b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db846c63f02375ca3991c6029516be61 = $(`<div id="html_db846c63f02375ca3991c6029516be61" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_59458f8c383cb7a12bb77d72494255b0.setContent(html_db846c63f02375ca3991c6029516be61);
|
|
|
|
|
|
|
|
marker_d5796ee9c9147851469370c9318c9d7d.bindPopup(popup_59458f8c383cb7a12bb77d72494255b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5796ee9c9147851469370c9318c9d7d.setIcon(icon_6c7dfca18115b5e2bff9ab63b6789db5);
|
|
|
|
|
|
var marker_ba17823084f04eea06f9864b1b9f8c4f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_3fefe4da5db75e6ee013fc49a7df63cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20f3874693f94394889facc4ba9efb43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b057e8d04fd1c0a1674c33b4e222791 = $(`<div id="html_9b057e8d04fd1c0a1674c33b4e222791" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_20f3874693f94394889facc4ba9efb43.setContent(html_9b057e8d04fd1c0a1674c33b4e222791);
|
|
|
|
|
|
|
|
marker_ba17823084f04eea06f9864b1b9f8c4f.bindPopup(popup_20f3874693f94394889facc4ba9efb43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba17823084f04eea06f9864b1b9f8c4f.setIcon(icon_3fefe4da5db75e6ee013fc49a7df63cb);
|
|
|
|
|
|
var marker_d63f80b83653b8f9a3b8c2ee06bfc218 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_422a39259425fc64cac3ddedecfdadd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57fb768915018aad99819cd1848ea3a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66587d4f3a7f5785b1dfebd804dc616a = $(`<div id="html_66587d4f3a7f5785b1dfebd804dc616a" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_57fb768915018aad99819cd1848ea3a3.setContent(html_66587d4f3a7f5785b1dfebd804dc616a);
|
|
|
|
|
|
|
|
marker_d63f80b83653b8f9a3b8c2ee06bfc218.bindPopup(popup_57fb768915018aad99819cd1848ea3a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d63f80b83653b8f9a3b8c2ee06bfc218.setIcon(icon_422a39259425fc64cac3ddedecfdadd7);
|
|
|
|
|
|
var marker_23f9c97d8737479ebc30e1b37b72d575 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_6b9e4ffe77da14e26f84bde130e90ce3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b06016e83ac2ed15b6a1482d8153862 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1681a8355f05b0f2d38fffe179eeb4f1 = $(`<div id="html_1681a8355f05b0f2d38fffe179eeb4f1" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_7b06016e83ac2ed15b6a1482d8153862.setContent(html_1681a8355f05b0f2d38fffe179eeb4f1);
|
|
|
|
|
|
|
|
marker_23f9c97d8737479ebc30e1b37b72d575.bindPopup(popup_7b06016e83ac2ed15b6a1482d8153862)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23f9c97d8737479ebc30e1b37b72d575.setIcon(icon_6b9e4ffe77da14e26f84bde130e90ce3);
|
|
|
|
|
|
var marker_c11f18ba38a6b06ca430f999f0668404 = L.marker(
|
|
[51.4968, -0.018337],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_b93a278b661c1fd60ad7b17e2f1d0075 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67392f9d82e19ecb6cc1a595713d60a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fef29ed4e86f4ecedd3815bbfac3f74 = $(`<div id="html_5fef29ed4e86f4ecedd3815bbfac3f74" style="width: 100.0%; height: 100.0%;">strfry.bitsbytom.com</div>`)[0];
|
|
popup_67392f9d82e19ecb6cc1a595713d60a3.setContent(html_5fef29ed4e86f4ecedd3815bbfac3f74);
|
|
|
|
|
|
|
|
marker_c11f18ba38a6b06ca430f999f0668404.bindPopup(popup_67392f9d82e19ecb6cc1a595713d60a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c11f18ba38a6b06ca430f999f0668404.setIcon(icon_b93a278b661c1fd60ad7b17e2f1d0075);
|
|
|
|
|
|
var marker_144d818ecd0f847780bcd4252a986c4f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a2f124aee10027a2e09183ec97feb28c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_402a867ebe834fd31d7cfd77146c589a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_619eb54a6b06c837f87df6aab03eb3cf = $(`<div id="html_619eb54a6b06c837f87df6aab03eb3cf" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_402a867ebe834fd31d7cfd77146c589a.setContent(html_619eb54a6b06c837f87df6aab03eb3cf);
|
|
|
|
|
|
|
|
marker_144d818ecd0f847780bcd4252a986c4f.bindPopup(popup_402a867ebe834fd31d7cfd77146c589a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_144d818ecd0f847780bcd4252a986c4f.setIcon(icon_a2f124aee10027a2e09183ec97feb28c);
|
|
|
|
|
|
var marker_b2d6aa12705074e9f30cd62f936c8f66 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d571bfbd94f569073ca83cc60dab840c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ca0aedd370ad3b010024bb4d3a8f3ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21083434a25b86d0da6bf34f57826357 = $(`<div id="html_21083434a25b86d0da6bf34f57826357" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_8ca0aedd370ad3b010024bb4d3a8f3ce.setContent(html_21083434a25b86d0da6bf34f57826357);
|
|
|
|
|
|
|
|
marker_b2d6aa12705074e9f30cd62f936c8f66.bindPopup(popup_8ca0aedd370ad3b010024bb4d3a8f3ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2d6aa12705074e9f30cd62f936c8f66.setIcon(icon_d571bfbd94f569073ca83cc60dab840c);
|
|
|
|
|
|
var marker_4a2b23b3de14d73524ab24c2cfec3b82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f3f9349dd841d0002723f6f7e642138a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d82947ed702e82b7d64d8bab853c16c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb0f05ae9018a4bbc565dc27d9edfa34 = $(`<div id="html_eb0f05ae9018a4bbc565dc27d9edfa34" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_4d82947ed702e82b7d64d8bab853c16c.setContent(html_eb0f05ae9018a4bbc565dc27d9edfa34);
|
|
|
|
|
|
|
|
marker_4a2b23b3de14d73524ab24c2cfec3b82.bindPopup(popup_4d82947ed702e82b7d64d8bab853c16c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a2b23b3de14d73524ab24c2cfec3b82.setIcon(icon_f3f9349dd841d0002723f6f7e642138a);
|
|
|
|
|
|
var marker_48c893b862e5521147cfc3c10e7679ec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_c40aad3ff5004f9765028552a5e21bde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdc31717917bbcbd9c18780042a88cf8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae763a44ac18c790a3e4edcb8f9dc7f5 = $(`<div id="html_ae763a44ac18c790a3e4edcb8f9dc7f5" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_fdc31717917bbcbd9c18780042a88cf8.setContent(html_ae763a44ac18c790a3e4edcb8f9dc7f5);
|
|
|
|
|
|
|
|
marker_48c893b862e5521147cfc3c10e7679ec.bindPopup(popup_fdc31717917bbcbd9c18780042a88cf8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48c893b862e5521147cfc3c10e7679ec.setIcon(icon_c40aad3ff5004f9765028552a5e21bde);
|
|
|
|
|
|
var marker_722a8b6a6136c5db7dacfca89fc7fc76 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_9391be0a43f33f449c8c777dfa5b1bb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c675241bf131728d85e3759e9e548bfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0ea9eda0d14fa6237a9a632bfdc7d0e = $(`<div id="html_f0ea9eda0d14fa6237a9a632bfdc7d0e" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_c675241bf131728d85e3759e9e548bfd.setContent(html_f0ea9eda0d14fa6237a9a632bfdc7d0e);
|
|
|
|
|
|
|
|
marker_722a8b6a6136c5db7dacfca89fc7fc76.bindPopup(popup_c675241bf131728d85e3759e9e548bfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_722a8b6a6136c5db7dacfca89fc7fc76.setIcon(icon_9391be0a43f33f449c8c777dfa5b1bb9);
|
|
|
|
|
|
var marker_0674eda8a43312f618f7f2f95cefaf91 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_0b00b810fafcea787a1f3152a0daca8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fab4c0a1ed0e87c5480d27ef82969521 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17cbf8c28f5627172952341e2f8386b9 = $(`<div id="html_17cbf8c28f5627172952341e2f8386b9" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_fab4c0a1ed0e87c5480d27ef82969521.setContent(html_17cbf8c28f5627172952341e2f8386b9);
|
|
|
|
|
|
|
|
marker_0674eda8a43312f618f7f2f95cefaf91.bindPopup(popup_fab4c0a1ed0e87c5480d27ef82969521)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0674eda8a43312f618f7f2f95cefaf91.setIcon(icon_0b00b810fafcea787a1f3152a0daca8e);
|
|
|
|
|
|
var marker_90966cb58c806d6d9ef2b6de5ef79ac2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_e0a271b2cf127af5b6f5630415364b86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45bd2a05cf5abefc034f4911af59c7f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88be9fff99256255c3422e6d404067e5 = $(`<div id="html_88be9fff99256255c3422e6d404067e5" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_45bd2a05cf5abefc034f4911af59c7f8.setContent(html_88be9fff99256255c3422e6d404067e5);
|
|
|
|
|
|
|
|
marker_90966cb58c806d6d9ef2b6de5ef79ac2.bindPopup(popup_45bd2a05cf5abefc034f4911af59c7f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90966cb58c806d6d9ef2b6de5ef79ac2.setIcon(icon_e0a271b2cf127af5b6f5630415364b86);
|
|
|
|
|
|
var marker_8c9901f8107e109e1159950c933b9e5d = L.marker(
|
|
[47.4857, 8.72929],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_8f4298ee66ce63f2919a71622e50ab4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4023575033163be95224d92009296ca1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_535e45c001e23ae65185de48cf1abeea = $(`<div id="html_535e45c001e23ae65185de48cf1abeea" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_4023575033163be95224d92009296ca1.setContent(html_535e45c001e23ae65185de48cf1abeea);
|
|
|
|
|
|
|
|
marker_8c9901f8107e109e1159950c933b9e5d.bindPopup(popup_4023575033163be95224d92009296ca1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c9901f8107e109e1159950c933b9e5d.setIcon(icon_8f4298ee66ce63f2919a71622e50ab4d);
|
|
|
|
|
|
var marker_1b8f8263d43d3bddafc7a505bf993a7c = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_25989ff859df96cbadc7cbb01fa1ab99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a5b7c4029d376a91901896db0dd669e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e827e24aed832dcb4ea36eed985ceb75 = $(`<div id="html_e827e24aed832dcb4ea36eed985ceb75" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_0a5b7c4029d376a91901896db0dd669e.setContent(html_e827e24aed832dcb4ea36eed985ceb75);
|
|
|
|
|
|
|
|
marker_1b8f8263d43d3bddafc7a505bf993a7c.bindPopup(popup_0a5b7c4029d376a91901896db0dd669e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b8f8263d43d3bddafc7a505bf993a7c.setIcon(icon_25989ff859df96cbadc7cbb01fa1ab99);
|
|
|
|
|
|
var marker_f5c90a11fc2684bea8b4055b4953fa27 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_1c88531e4cdd6cdd37973f233f8c3f20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a5ef0d10b4bc51156ff5f5e6fef0600 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b19ba588c2953627934e10361d68984 = $(`<div id="html_4b19ba588c2953627934e10361d68984" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_4a5ef0d10b4bc51156ff5f5e6fef0600.setContent(html_4b19ba588c2953627934e10361d68984);
|
|
|
|
|
|
|
|
marker_f5c90a11fc2684bea8b4055b4953fa27.bindPopup(popup_4a5ef0d10b4bc51156ff5f5e6fef0600)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5c90a11fc2684bea8b4055b4953fa27.setIcon(icon_1c88531e4cdd6cdd37973f233f8c3f20);
|
|
|
|
|
|
var marker_aa8e47f1a2b2e8cfa585dd92f23d5b87 = L.marker(
|
|
[12.9333, 100.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_ae568c2489d8a7c0e8469ecd5ba85272 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6120abf1e8d17bfc0c966e015fb97b2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34de4e20d56f10608e75794d019456f2 = $(`<div id="html_34de4e20d56f10608e75794d019456f2" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_6120abf1e8d17bfc0c966e015fb97b2d.setContent(html_34de4e20d56f10608e75794d019456f2);
|
|
|
|
|
|
|
|
marker_aa8e47f1a2b2e8cfa585dd92f23d5b87.bindPopup(popup_6120abf1e8d17bfc0c966e015fb97b2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa8e47f1a2b2e8cfa585dd92f23d5b87.setIcon(icon_ae568c2489d8a7c0e8469ecd5ba85272);
|
|
|
|
|
|
var marker_43d5892725d6aca9fc34edd079a77032 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_588815739eff4b03915e216b0574499e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e44779c07c82b33b08c51144a0e60c81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2f9d75fd041cac1358f3d4bb7d4b4fb = $(`<div id="html_c2f9d75fd041cac1358f3d4bb7d4b4fb" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_e44779c07c82b33b08c51144a0e60c81.setContent(html_c2f9d75fd041cac1358f3d4bb7d4b4fb);
|
|
|
|
|
|
|
|
marker_43d5892725d6aca9fc34edd079a77032.bindPopup(popup_e44779c07c82b33b08c51144a0e60c81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43d5892725d6aca9fc34edd079a77032.setIcon(icon_588815739eff4b03915e216b0574499e);
|
|
|
|
|
|
var marker_f9eee6dee0a50aeb5a61e52c215f2992 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_65757ef1c7eed9d0af7722fc42376644 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7da0865cae2c6fcc38047b09ff2b75c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa6523e44a47751aa77265dae4db1911 = $(`<div id="html_aa6523e44a47751aa77265dae4db1911" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_e7da0865cae2c6fcc38047b09ff2b75c.setContent(html_aa6523e44a47751aa77265dae4db1911);
|
|
|
|
|
|
|
|
marker_f9eee6dee0a50aeb5a61e52c215f2992.bindPopup(popup_e7da0865cae2c6fcc38047b09ff2b75c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9eee6dee0a50aeb5a61e52c215f2992.setIcon(icon_65757ef1c7eed9d0af7722fc42376644);
|
|
|
|
|
|
var marker_c9c17919d77ed1b5aa29c0723dc9c16e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_b5efc6aea71dd32a991f63537dc8d897 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_845093b53c9bd9ccbfce19c84a0da98c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4da8b243d743bc67d11506d2807f9d7a = $(`<div id="html_4da8b243d743bc67d11506d2807f9d7a" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_845093b53c9bd9ccbfce19c84a0da98c.setContent(html_4da8b243d743bc67d11506d2807f9d7a);
|
|
|
|
|
|
|
|
marker_c9c17919d77ed1b5aa29c0723dc9c16e.bindPopup(popup_845093b53c9bd9ccbfce19c84a0da98c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9c17919d77ed1b5aa29c0723dc9c16e.setIcon(icon_b5efc6aea71dd32a991f63537dc8d897);
|
|
|
|
|
|
var marker_0c70c1107dc62ae92557407ed2f884e1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_7f259e97b8a996d95325b87ff2b1fc59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4260bd620ae66a8c1103b946319cc5c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c54c75c256e10bc22bc9c67b7fc8bef = $(`<div id="html_3c54c75c256e10bc22bc9c67b7fc8bef" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_4260bd620ae66a8c1103b946319cc5c6.setContent(html_3c54c75c256e10bc22bc9c67b7fc8bef);
|
|
|
|
|
|
|
|
marker_0c70c1107dc62ae92557407ed2f884e1.bindPopup(popup_4260bd620ae66a8c1103b946319cc5c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c70c1107dc62ae92557407ed2f884e1.setIcon(icon_7f259e97b8a996d95325b87ff2b1fc59);
|
|
|
|
|
|
var marker_2e55713668dced7350fb616f67a64543 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_6d7a0e4e4e3e8a306aecf963e72ea66f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab0eb54495ffc7e12ba3f9cd5cb1cdac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c65b07e8fd9b9166ac588eac9910af0 = $(`<div id="html_9c65b07e8fd9b9166ac588eac9910af0" style="width: 100.0%; height: 100.0%;">zw.agorawlc.com</div>`)[0];
|
|
popup_ab0eb54495ffc7e12ba3f9cd5cb1cdac.setContent(html_9c65b07e8fd9b9166ac588eac9910af0);
|
|
|
|
|
|
|
|
marker_2e55713668dced7350fb616f67a64543.bindPopup(popup_ab0eb54495ffc7e12ba3f9cd5cb1cdac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e55713668dced7350fb616f67a64543.setIcon(icon_6d7a0e4e4e3e8a306aecf963e72ea66f);
|
|
|
|
|
|
var marker_12a60f6a5097c8afe45ba85f1626a4d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_9fee7478ab68a7604e2ba0089f84db50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df13f16c2d514873a1804f646fa34d99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2fbc122240cee2193d7c5814af807f68 = $(`<div id="html_2fbc122240cee2193d7c5814af807f68" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_df13f16c2d514873a1804f646fa34d99.setContent(html_2fbc122240cee2193d7c5814af807f68);
|
|
|
|
|
|
|
|
marker_12a60f6a5097c8afe45ba85f1626a4d7.bindPopup(popup_df13f16c2d514873a1804f646fa34d99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12a60f6a5097c8afe45ba85f1626a4d7.setIcon(icon_9fee7478ab68a7604e2ba0089f84db50);
|
|
|
|
|
|
var marker_ab0875af516d49fe853d4343b4fb9e6d = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_734f64e52c7cd1eec739d523a9bd9a3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac6b4a20c295a128fbf495f1828d6be8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d0a166583175bd5d4eb6bc2ba1934cb = $(`<div id="html_0d0a166583175bd5d4eb6bc2ba1934cb" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_ac6b4a20c295a128fbf495f1828d6be8.setContent(html_0d0a166583175bd5d4eb6bc2ba1934cb);
|
|
|
|
|
|
|
|
marker_ab0875af516d49fe853d4343b4fb9e6d.bindPopup(popup_ac6b4a20c295a128fbf495f1828d6be8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab0875af516d49fe853d4343b4fb9e6d.setIcon(icon_734f64e52c7cd1eec739d523a9bd9a3f);
|
|
|
|
|
|
var marker_d4bede1a30cf996c1d21d4dc8611fe37 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_5497059e8924db876ed2b4f807a2e968 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1eb9eaac9e1ffa0f1d80fc511cf88640 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98b3405f397e4252190372a3e72aa81e = $(`<div id="html_98b3405f397e4252190372a3e72aa81e" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_1eb9eaac9e1ffa0f1d80fc511cf88640.setContent(html_98b3405f397e4252190372a3e72aa81e);
|
|
|
|
|
|
|
|
marker_d4bede1a30cf996c1d21d4dc8611fe37.bindPopup(popup_1eb9eaac9e1ffa0f1d80fc511cf88640)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4bede1a30cf996c1d21d4dc8611fe37.setIcon(icon_5497059e8924db876ed2b4f807a2e968);
|
|
|
|
|
|
var marker_f9a5d6759cbe02fe0030be65624cc39d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_49f9e055eaa61143ca1d3437b93da701 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b370a1e6d751cf58a1432cd53937f42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b59c3e5748adeb4a490adcbfbcf03d7c = $(`<div id="html_b59c3e5748adeb4a490adcbfbcf03d7c" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_5b370a1e6d751cf58a1432cd53937f42.setContent(html_b59c3e5748adeb4a490adcbfbcf03d7c);
|
|
|
|
|
|
|
|
marker_f9a5d6759cbe02fe0030be65624cc39d.bindPopup(popup_5b370a1e6d751cf58a1432cd53937f42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9a5d6759cbe02fe0030be65624cc39d.setIcon(icon_49f9e055eaa61143ca1d3437b93da701);
|
|
|
|
|
|
var marker_82cc06fa9da61f85030e159bbdcc0be8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_c72eb14d1ec4ccad94c65f230051d733 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3366e8c316824727997b72fe683d744d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cbd018d271c90b3049255e518321ed7 = $(`<div id="html_4cbd018d271c90b3049255e518321ed7" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_3366e8c316824727997b72fe683d744d.setContent(html_4cbd018d271c90b3049255e518321ed7);
|
|
|
|
|
|
|
|
marker_82cc06fa9da61f85030e159bbdcc0be8.bindPopup(popup_3366e8c316824727997b72fe683d744d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82cc06fa9da61f85030e159bbdcc0be8.setIcon(icon_c72eb14d1ec4ccad94c65f230051d733);
|
|
|
|
|
|
var marker_66e839d7d7062bf59fb79e4e930f590a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_3b8ffac17f5b998af2b893512cd372a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5a3d735c80cb2b1b74f929b153d4f91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6de41c84410aaed86c71bd49401bc9e7 = $(`<div id="html_6de41c84410aaed86c71bd49401bc9e7" style="width: 100.0%; height: 100.0%;">tenex.chat</div>`)[0];
|
|
popup_e5a3d735c80cb2b1b74f929b153d4f91.setContent(html_6de41c84410aaed86c71bd49401bc9e7);
|
|
|
|
|
|
|
|
marker_66e839d7d7062bf59fb79e4e930f590a.bindPopup(popup_e5a3d735c80cb2b1b74f929b153d4f91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66e839d7d7062bf59fb79e4e930f590a.setIcon(icon_3b8ffac17f5b998af2b893512cd372a6);
|
|
|
|
|
|
var marker_6aed1812a1d4ac89390b44d5241290b9 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_528aa8bff2e3cb12a989ce31d4f24318 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1d8489e4bbe0219b0cc391b409d6e25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cff0ce957a3ecf7f30a3250243e6ef6f = $(`<div id="html_cff0ce957a3ecf7f30a3250243e6ef6f" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_b1d8489e4bbe0219b0cc391b409d6e25.setContent(html_cff0ce957a3ecf7f30a3250243e6ef6f);
|
|
|
|
|
|
|
|
marker_6aed1812a1d4ac89390b44d5241290b9.bindPopup(popup_b1d8489e4bbe0219b0cc391b409d6e25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6aed1812a1d4ac89390b44d5241290b9.setIcon(icon_528aa8bff2e3cb12a989ce31d4f24318);
|
|
|
|
|
|
var marker_d4a453687e32427802ee4a571366d63d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_215d0062fa06e339525b9633cf57b65e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11d9e0933bafb7eadf17e3938cfcc5f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8b3c9f992a3e7ae4ebed46cc5a939aa = $(`<div id="html_f8b3c9f992a3e7ae4ebed46cc5a939aa" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_11d9e0933bafb7eadf17e3938cfcc5f4.setContent(html_f8b3c9f992a3e7ae4ebed46cc5a939aa);
|
|
|
|
|
|
|
|
marker_d4a453687e32427802ee4a571366d63d.bindPopup(popup_11d9e0933bafb7eadf17e3938cfcc5f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4a453687e32427802ee4a571366d63d.setIcon(icon_215d0062fa06e339525b9633cf57b65e);
|
|
|
|
|
|
var marker_571f794f57cad4ebe9f9ff34e789f094 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_e46bacb52ff7ba361bfa8baf4e4a0187 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea198f101d5be3d0a4c02949b77dc988 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c37ec7ec467d43c4fcb693d922e1b6f = $(`<div id="html_2c37ec7ec467d43c4fcb693d922e1b6f" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_ea198f101d5be3d0a4c02949b77dc988.setContent(html_2c37ec7ec467d43c4fcb693d922e1b6f);
|
|
|
|
|
|
|
|
marker_571f794f57cad4ebe9f9ff34e789f094.bindPopup(popup_ea198f101d5be3d0a4c02949b77dc988)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_571f794f57cad4ebe9f9ff34e789f094.setIcon(icon_e46bacb52ff7ba361bfa8baf4e4a0187);
|
|
|
|
|
|
var marker_1456acf890f2536e29a3ba90fbd1e992 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_0874278539b1be66ae561ecfcb51923f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09f942d82e6ce5063f0ac3edbe732664 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_220fe1e90d2b620715f9cd41c415a799 = $(`<div id="html_220fe1e90d2b620715f9cd41c415a799" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_09f942d82e6ce5063f0ac3edbe732664.setContent(html_220fe1e90d2b620715f9cd41c415a799);
|
|
|
|
|
|
|
|
marker_1456acf890f2536e29a3ba90fbd1e992.bindPopup(popup_09f942d82e6ce5063f0ac3edbe732664)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1456acf890f2536e29a3ba90fbd1e992.setIcon(icon_0874278539b1be66ae561ecfcb51923f);
|
|
|
|
|
|
var marker_d0d9e5809e6f20cdbca90926412fb290 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_53fa0741ed0b43aa98f9e660219d070e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04f19d4d9ddeeb183e4e220e2b5dca51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_865ed0d98aad30e3a967d3d9ff8bf823 = $(`<div id="html_865ed0d98aad30e3a967d3d9ff8bf823" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_04f19d4d9ddeeb183e4e220e2b5dca51.setContent(html_865ed0d98aad30e3a967d3d9ff8bf823);
|
|
|
|
|
|
|
|
marker_d0d9e5809e6f20cdbca90926412fb290.bindPopup(popup_04f19d4d9ddeeb183e4e220e2b5dca51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0d9e5809e6f20cdbca90926412fb290.setIcon(icon_53fa0741ed0b43aa98f9e660219d070e);
|
|
|
|
|
|
var marker_d86240b8611b3805607b0f40ed0c2751 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_cd7a48f0d555121665ba8fe9f1ae79b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de895e51e666fffe4a9c0fb41017cef3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0476765acd77bba76851c72de5dfbdc6 = $(`<div id="html_0476765acd77bba76851c72de5dfbdc6" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_de895e51e666fffe4a9c0fb41017cef3.setContent(html_0476765acd77bba76851c72de5dfbdc6);
|
|
|
|
|
|
|
|
marker_d86240b8611b3805607b0f40ed0c2751.bindPopup(popup_de895e51e666fffe4a9c0fb41017cef3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d86240b8611b3805607b0f40ed0c2751.setIcon(icon_cd7a48f0d555121665ba8fe9f1ae79b2);
|
|
|
|
|
|
var marker_23883bbf9c2151f565c13ade36f14a1d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_7d2dbae96ff73803252f24c8e0c87598 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e4598d4fb30582afd4cc467d9b2472a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7400ccfebf52adcf36a5afe80a5262b = $(`<div id="html_f7400ccfebf52adcf36a5afe80a5262b" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_1e4598d4fb30582afd4cc467d9b2472a.setContent(html_f7400ccfebf52adcf36a5afe80a5262b);
|
|
|
|
|
|
|
|
marker_23883bbf9c2151f565c13ade36f14a1d.bindPopup(popup_1e4598d4fb30582afd4cc467d9b2472a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23883bbf9c2151f565c13ade36f14a1d.setIcon(icon_7d2dbae96ff73803252f24c8e0c87598);
|
|
|
|
|
|
var marker_07c1462a3c4c4e2fc1eea280ffd4c807 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_0c40b55b0adad4d5f3034737f331cdcd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0b97489a5d40cd4aa2447b0dc15f9f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10dba3647f1b524f320e3f1d954958f6 = $(`<div id="html_10dba3647f1b524f320e3f1d954958f6" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_d0b97489a5d40cd4aa2447b0dc15f9f6.setContent(html_10dba3647f1b524f320e3f1d954958f6);
|
|
|
|
|
|
|
|
marker_07c1462a3c4c4e2fc1eea280ffd4c807.bindPopup(popup_d0b97489a5d40cd4aa2447b0dc15f9f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07c1462a3c4c4e2fc1eea280ffd4c807.setIcon(icon_0c40b55b0adad4d5f3034737f331cdcd);
|
|
|
|
|
|
var marker_a9463af699a940bcd43a9bd618d2f53b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f518d9399a5ebd8c10a9e3c207abcca5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e65ddb3df4678c0158ab3abf7efe3ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_475fe4623429b00e536f6db1f5be52f2 = $(`<div id="html_475fe4623429b00e536f6db1f5be52f2" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_1e65ddb3df4678c0158ab3abf7efe3ae.setContent(html_475fe4623429b00e536f6db1f5be52f2);
|
|
|
|
|
|
|
|
marker_a9463af699a940bcd43a9bd618d2f53b.bindPopup(popup_1e65ddb3df4678c0158ab3abf7efe3ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9463af699a940bcd43a9bd618d2f53b.setIcon(icon_f518d9399a5ebd8c10a9e3c207abcca5);
|
|
|
|
|
|
var marker_fdeb7c3b9e99fa4b6873f92397455f07 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_03f46d5fe87231baa8b310dbffb78145 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_119fc7ca4cb6c2a0fb62dcb69c588931 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c60e27aa8ef4b6ebb2aefd25e5505415 = $(`<div id="html_c60e27aa8ef4b6ebb2aefd25e5505415" style="width: 100.0%; height: 100.0%;">nostr.wom.wtf</div>`)[0];
|
|
popup_119fc7ca4cb6c2a0fb62dcb69c588931.setContent(html_c60e27aa8ef4b6ebb2aefd25e5505415);
|
|
|
|
|
|
|
|
marker_fdeb7c3b9e99fa4b6873f92397455f07.bindPopup(popup_119fc7ca4cb6c2a0fb62dcb69c588931)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdeb7c3b9e99fa4b6873f92397455f07.setIcon(icon_03f46d5fe87231baa8b310dbffb78145);
|
|
|
|
|
|
var marker_f5c91006838a6f9f15b8952162f4859f = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d8f50c34f3c22b574216ca870fb4f113 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7434098bb96051e956c239eed47c126 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a830fa5beaeff389d1bb9abd719ebd94 = $(`<div id="html_a830fa5beaeff389d1bb9abd719ebd94" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_b7434098bb96051e956c239eed47c126.setContent(html_a830fa5beaeff389d1bb9abd719ebd94);
|
|
|
|
|
|
|
|
marker_f5c91006838a6f9f15b8952162f4859f.bindPopup(popup_b7434098bb96051e956c239eed47c126)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5c91006838a6f9f15b8952162f4859f.setIcon(icon_d8f50c34f3c22b574216ca870fb4f113);
|
|
|
|
|
|
var marker_74839d5aea695011962649629c3cec22 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d9522832881eecee67ec0ec3b11bfd3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02cf18398fba714ab64ad90aa0e622d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5992806c70862fec87124be029fb6c99 = $(`<div id="html_5992806c70862fec87124be029fb6c99" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_02cf18398fba714ab64ad90aa0e622d1.setContent(html_5992806c70862fec87124be029fb6c99);
|
|
|
|
|
|
|
|
marker_74839d5aea695011962649629c3cec22.bindPopup(popup_02cf18398fba714ab64ad90aa0e622d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74839d5aea695011962649629c3cec22.setIcon(icon_d9522832881eecee67ec0ec3b11bfd3e);
|
|
|
|
|
|
var marker_ad112d70868e7ac122e0682e266da682 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_b817e92bfb985616a2610ac0313db5d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7eb217cd06987ce20e3f23e48326e82b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e189e06d7a3552a0550756e9b30a1a3 = $(`<div id="html_9e189e06d7a3552a0550756e9b30a1a3" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_7eb217cd06987ce20e3f23e48326e82b.setContent(html_9e189e06d7a3552a0550756e9b30a1a3);
|
|
|
|
|
|
|
|
marker_ad112d70868e7ac122e0682e266da682.bindPopup(popup_7eb217cd06987ce20e3f23e48326e82b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad112d70868e7ac122e0682e266da682.setIcon(icon_b817e92bfb985616a2610ac0313db5d7);
|
|
|
|
|
|
var marker_b8c4665d4554a6a352c4a23e9d164a94 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_3a3a0d9996c02ba251f4861cdcf031ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63890b7560d8d116ad3b2a413cb2749f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c8beda9c4ebe494082ace9986a790ec = $(`<div id="html_4c8beda9c4ebe494082ace9986a790ec" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_63890b7560d8d116ad3b2a413cb2749f.setContent(html_4c8beda9c4ebe494082ace9986a790ec);
|
|
|
|
|
|
|
|
marker_b8c4665d4554a6a352c4a23e9d164a94.bindPopup(popup_63890b7560d8d116ad3b2a413cb2749f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8c4665d4554a6a352c4a23e9d164a94.setIcon(icon_3a3a0d9996c02ba251f4861cdcf031ba);
|
|
|
|
|
|
var marker_56cbeff57bc6ee720ae6ad94788efba3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f3e3cf44297a4380df7cc68ff9e45b4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ed3fe6730f6c3c72c6e408a69f3afd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7d6f301f2b44602dffde76d2da0fac3 = $(`<div id="html_b7d6f301f2b44602dffde76d2da0fac3" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_6ed3fe6730f6c3c72c6e408a69f3afd3.setContent(html_b7d6f301f2b44602dffde76d2da0fac3);
|
|
|
|
|
|
|
|
marker_56cbeff57bc6ee720ae6ad94788efba3.bindPopup(popup_6ed3fe6730f6c3c72c6e408a69f3afd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56cbeff57bc6ee720ae6ad94788efba3.setIcon(icon_f3e3cf44297a4380df7cc68ff9e45b4c);
|
|
|
|
|
|
var marker_1be9db49f551baa166cbf791a5c0c76f = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_66ea1a70a8736a68c05353942ff06f2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f548b3bbdfb1952e48766dd5e2c3246e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f59f3fb41db60382b33b7eaf37e6401 = $(`<div id="html_9f59f3fb41db60382b33b7eaf37e6401" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_f548b3bbdfb1952e48766dd5e2c3246e.setContent(html_9f59f3fb41db60382b33b7eaf37e6401);
|
|
|
|
|
|
|
|
marker_1be9db49f551baa166cbf791a5c0c76f.bindPopup(popup_f548b3bbdfb1952e48766dd5e2c3246e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1be9db49f551baa166cbf791a5c0c76f.setIcon(icon_66ea1a70a8736a68c05353942ff06f2a);
|
|
|
|
|
|
var marker_2d10831b83ef0a76ac04bee4f07b6c3b = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_4b5c1966d53ae4b797f72ce0dbcd52ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33fcaf8d68800903777cbc72ebc11227 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_543ddbe4df338b21a8dc88ec7a73b04f = $(`<div id="html_543ddbe4df338b21a8dc88ec7a73b04f" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_33fcaf8d68800903777cbc72ebc11227.setContent(html_543ddbe4df338b21a8dc88ec7a73b04f);
|
|
|
|
|
|
|
|
marker_2d10831b83ef0a76ac04bee4f07b6c3b.bindPopup(popup_33fcaf8d68800903777cbc72ebc11227)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d10831b83ef0a76ac04bee4f07b6c3b.setIcon(icon_4b5c1966d53ae4b797f72ce0dbcd52ab);
|
|
|
|
|
|
var marker_4d6b9abf0669dbc8129a10468446acca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_491a0c1e710b54b985d446f88bbbf2eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36d7b6c5149c97010313fe4ae8a7c0a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f91189f4bff9f5fd222cb6ff8112c1e7 = $(`<div id="html_f91189f4bff9f5fd222cb6ff8112c1e7" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_36d7b6c5149c97010313fe4ae8a7c0a3.setContent(html_f91189f4bff9f5fd222cb6ff8112c1e7);
|
|
|
|
|
|
|
|
marker_4d6b9abf0669dbc8129a10468446acca.bindPopup(popup_36d7b6c5149c97010313fe4ae8a7c0a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d6b9abf0669dbc8129a10468446acca.setIcon(icon_491a0c1e710b54b985d446f88bbbf2eb);
|
|
|
|
|
|
var marker_bf79848cf9407b9ce2c4fc4e5cfcb892 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_313160c871f146e92a679cbc539e3f1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cdbc09a8f7683a4b5428cd5121be7e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_627bc9998b5d5fb3681fbfcf1ff5118d = $(`<div id="html_627bc9998b5d5fb3681fbfcf1ff5118d" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_4cdbc09a8f7683a4b5428cd5121be7e5.setContent(html_627bc9998b5d5fb3681fbfcf1ff5118d);
|
|
|
|
|
|
|
|
marker_bf79848cf9407b9ce2c4fc4e5cfcb892.bindPopup(popup_4cdbc09a8f7683a4b5428cd5121be7e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf79848cf9407b9ce2c4fc4e5cfcb892.setIcon(icon_313160c871f146e92a679cbc539e3f1e);
|
|
|
|
|
|
var marker_90ed541feece48ad5343a41fcbca4284 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_868409197f14167ea486bcb8c63db881 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc3414e84b6f26ae2aa9675a90ac4f75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47ccb9eaac967f053ec1129aac407840 = $(`<div id="html_47ccb9eaac967f053ec1129aac407840" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_dc3414e84b6f26ae2aa9675a90ac4f75.setContent(html_47ccb9eaac967f053ec1129aac407840);
|
|
|
|
|
|
|
|
marker_90ed541feece48ad5343a41fcbca4284.bindPopup(popup_dc3414e84b6f26ae2aa9675a90ac4f75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90ed541feece48ad5343a41fcbca4284.setIcon(icon_868409197f14167ea486bcb8c63db881);
|
|
|
|
|
|
var marker_d942db6ad6430c87fa46f3e325f58511 = L.marker(
|
|
[33.9526, -84.5499],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_513e558848a0f4bbe155cb487fc3324f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18b1193c607bc09ccc1d74730751789b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f730739be72684b7257c506b1ff1cebd = $(`<div id="html_f730739be72684b7257c506b1ff1cebd" style="width: 100.0%; height: 100.0%;">nostrferatu.darserians.xyz</div>`)[0];
|
|
popup_18b1193c607bc09ccc1d74730751789b.setContent(html_f730739be72684b7257c506b1ff1cebd);
|
|
|
|
|
|
|
|
marker_d942db6ad6430c87fa46f3e325f58511.bindPopup(popup_18b1193c607bc09ccc1d74730751789b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d942db6ad6430c87fa46f3e325f58511.setIcon(icon_513e558848a0f4bbe155cb487fc3324f);
|
|
|
|
|
|
var marker_acba5cf545d0be0d3c06922b9c027a1f = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d95fd4bc7aa8987e987723bc07c86703 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89e27a8ff773894d282e2db61e24e27e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16cb889f4075aea529fa66cbb59a35e2 = $(`<div id="html_16cb889f4075aea529fa66cbb59a35e2" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_89e27a8ff773894d282e2db61e24e27e.setContent(html_16cb889f4075aea529fa66cbb59a35e2);
|
|
|
|
|
|
|
|
marker_acba5cf545d0be0d3c06922b9c027a1f.bindPopup(popup_89e27a8ff773894d282e2db61e24e27e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acba5cf545d0be0d3c06922b9c027a1f.setIcon(icon_d95fd4bc7aa8987e987723bc07c86703);
|
|
|
|
|
|
var marker_9da0c6efdb5508f78e3b30a5d81c101b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_361d511d5c4d6eb15f0880eb592b23ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48df4700c3a249fec86e780eca9239ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69e35dd434bce06ed44b2b7737fbbe68 = $(`<div id="html_69e35dd434bce06ed44b2b7737fbbe68" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_48df4700c3a249fec86e780eca9239ec.setContent(html_69e35dd434bce06ed44b2b7737fbbe68);
|
|
|
|
|
|
|
|
marker_9da0c6efdb5508f78e3b30a5d81c101b.bindPopup(popup_48df4700c3a249fec86e780eca9239ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9da0c6efdb5508f78e3b30a5d81c101b.setIcon(icon_361d511d5c4d6eb15f0880eb592b23ff);
|
|
|
|
|
|
var marker_d53ee5522744f5691da2230f65626c75 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d2529db882407665bcb3cb425b7bfb93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23213391f6f3ce81b5b0d4e9efc37895 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2ae5eda5579e05f53489d14847ab5bb = $(`<div id="html_a2ae5eda5579e05f53489d14847ab5bb" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_23213391f6f3ce81b5b0d4e9efc37895.setContent(html_a2ae5eda5579e05f53489d14847ab5bb);
|
|
|
|
|
|
|
|
marker_d53ee5522744f5691da2230f65626c75.bindPopup(popup_23213391f6f3ce81b5b0d4e9efc37895)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d53ee5522744f5691da2230f65626c75.setIcon(icon_d2529db882407665bcb3cb425b7bfb93);
|
|
|
|
|
|
var marker_72e51ef25c59392c559cbd718cc94937 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_6bb4941a55cc013ff155708f7f308d9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55e94fe54344f232c9d03448693dae36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a03127dc538d58b73570c080b5e86919 = $(`<div id="html_a03127dc538d58b73570c080b5e86919" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_55e94fe54344f232c9d03448693dae36.setContent(html_a03127dc538d58b73570c080b5e86919);
|
|
|
|
|
|
|
|
marker_72e51ef25c59392c559cbd718cc94937.bindPopup(popup_55e94fe54344f232c9d03448693dae36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72e51ef25c59392c559cbd718cc94937.setIcon(icon_6bb4941a55cc013ff155708f7f308d9e);
|
|
|
|
|
|
var marker_db5771183d175937332123d77e69d4dc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_301a9afe4d85fc33f8aafe452e33507c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4333cd56af18b8f06e39e3ada470c508 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2fa8ac7c26c4cbd0c0e276756bd261ff = $(`<div id="html_2fa8ac7c26c4cbd0c0e276756bd261ff" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_4333cd56af18b8f06e39e3ada470c508.setContent(html_2fa8ac7c26c4cbd0c0e276756bd261ff);
|
|
|
|
|
|
|
|
marker_db5771183d175937332123d77e69d4dc.bindPopup(popup_4333cd56af18b8f06e39e3ada470c508)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db5771183d175937332123d77e69d4dc.setIcon(icon_301a9afe4d85fc33f8aafe452e33507c);
|
|
|
|
|
|
var marker_8385e29d80e4f4ce1a8fda82bfecce60 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_ea1e32265b19db8c6eb28e612507c0a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cde7df39b012f6d3b8ebcc8f7710634c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bdcc3cc6815b6b935fb8e3dc4962af0 = $(`<div id="html_7bdcc3cc6815b6b935fb8e3dc4962af0" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_cde7df39b012f6d3b8ebcc8f7710634c.setContent(html_7bdcc3cc6815b6b935fb8e3dc4962af0);
|
|
|
|
|
|
|
|
marker_8385e29d80e4f4ce1a8fda82bfecce60.bindPopup(popup_cde7df39b012f6d3b8ebcc8f7710634c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8385e29d80e4f4ce1a8fda82bfecce60.setIcon(icon_ea1e32265b19db8c6eb28e612507c0a2);
|
|
|
|
|
|
var marker_7a0b3ba671bc5b5739f0fabf758ba0de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_e57017a2fe9a0951497fde02462dd90a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbebbb2af52692fd024903fc412d039e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5241bf7ee0ee58c2b48251c6b436d0ab = $(`<div id="html_5241bf7ee0ee58c2b48251c6b436d0ab" style="width: 100.0%; height: 100.0%;">seed-options-few-cache.trycloudflare.com</div>`)[0];
|
|
popup_fbebbb2af52692fd024903fc412d039e.setContent(html_5241bf7ee0ee58c2b48251c6b436d0ab);
|
|
|
|
|
|
|
|
marker_7a0b3ba671bc5b5739f0fabf758ba0de.bindPopup(popup_fbebbb2af52692fd024903fc412d039e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a0b3ba671bc5b5739f0fabf758ba0de.setIcon(icon_e57017a2fe9a0951497fde02462dd90a);
|
|
|
|
|
|
var marker_e50c0060a418fb60e8e5b1e16e34497f = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d42e4d5c3cc0889b1c604d407c4ff939 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea92b974c30fc02069fe666a08f37da7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_107f341bcfa912fb44ac0f300d7a1a33 = $(`<div id="html_107f341bcfa912fb44ac0f300d7a1a33" style="width: 100.0%; height: 100.0%;">nstr.a0a1.space</div>`)[0];
|
|
popup_ea92b974c30fc02069fe666a08f37da7.setContent(html_107f341bcfa912fb44ac0f300d7a1a33);
|
|
|
|
|
|
|
|
marker_e50c0060a418fb60e8e5b1e16e34497f.bindPopup(popup_ea92b974c30fc02069fe666a08f37da7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e50c0060a418fb60e8e5b1e16e34497f.setIcon(icon_d42e4d5c3cc0889b1c604d407c4ff939);
|
|
|
|
|
|
var marker_2b237463c1e68ee173741fe9436f7f41 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_261dee360a7b60bbff0a9a9e30a0b02b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf428db4b3bdcd390b73c92baf4175be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31ddd3b81674531986b69b58b7793e09 = $(`<div id="html_31ddd3b81674531986b69b58b7793e09" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_cf428db4b3bdcd390b73c92baf4175be.setContent(html_31ddd3b81674531986b69b58b7793e09);
|
|
|
|
|
|
|
|
marker_2b237463c1e68ee173741fe9436f7f41.bindPopup(popup_cf428db4b3bdcd390b73c92baf4175be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b237463c1e68ee173741fe9436f7f41.setIcon(icon_261dee360a7b60bbff0a9a9e30a0b02b);
|
|
|
|
|
|
var marker_3f8bfc67d2fa8eae9ec9684f40d8276f = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_9797755873975b23005c4bc86a3a679e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_616928b4dfd884197e0cab88759eb348 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51004cff23c34ae8e7eb2fb55b27854a = $(`<div id="html_51004cff23c34ae8e7eb2fb55b27854a" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_616928b4dfd884197e0cab88759eb348.setContent(html_51004cff23c34ae8e7eb2fb55b27854a);
|
|
|
|
|
|
|
|
marker_3f8bfc67d2fa8eae9ec9684f40d8276f.bindPopup(popup_616928b4dfd884197e0cab88759eb348)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f8bfc67d2fa8eae9ec9684f40d8276f.setIcon(icon_9797755873975b23005c4bc86a3a679e);
|
|
|
|
|
|
var marker_acf29cc8b0c61a31b10e660b038df3dd = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_12d48e5276ccb7c50e7bac821914c221 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1c1ccc8fdb866ab0b8239bc53ebe445 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7aa76a2ee0b920536eb1b4051a5b34f1 = $(`<div id="html_7aa76a2ee0b920536eb1b4051a5b34f1" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_f1c1ccc8fdb866ab0b8239bc53ebe445.setContent(html_7aa76a2ee0b920536eb1b4051a5b34f1);
|
|
|
|
|
|
|
|
marker_acf29cc8b0c61a31b10e660b038df3dd.bindPopup(popup_f1c1ccc8fdb866ab0b8239bc53ebe445)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acf29cc8b0c61a31b10e660b038df3dd.setIcon(icon_12d48e5276ccb7c50e7bac821914c221);
|
|
|
|
|
|
var marker_f90ced771cfdebc722b3a9b3b288dd54 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_48053fe7ba65fad8e946829418c9eacf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6887d9eecc8ee1b141169e9211ad62d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_849cb8ff35241ec3f052d7e9a96d2c55 = $(`<div id="html_849cb8ff35241ec3f052d7e9a96d2c55" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_f6887d9eecc8ee1b141169e9211ad62d.setContent(html_849cb8ff35241ec3f052d7e9a96d2c55);
|
|
|
|
|
|
|
|
marker_f90ced771cfdebc722b3a9b3b288dd54.bindPopup(popup_f6887d9eecc8ee1b141169e9211ad62d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f90ced771cfdebc722b3a9b3b288dd54.setIcon(icon_48053fe7ba65fad8e946829418c9eacf);
|
|
|
|
|
|
var marker_72cb83ee19022215ec1cb3af68b23ef4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_67b4c5a56f3f7812a03c83724dcdc586 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3644fbb371f61db3a8c81332213234d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49bc53d48c2d9bc1a972fc706faad89f = $(`<div id="html_49bc53d48c2d9bc1a972fc706faad89f" style="width: 100.0%; height: 100.0%;">relay.visionfusen.org</div>`)[0];
|
|
popup_3644fbb371f61db3a8c81332213234d4.setContent(html_49bc53d48c2d9bc1a972fc706faad89f);
|
|
|
|
|
|
|
|
marker_72cb83ee19022215ec1cb3af68b23ef4.bindPopup(popup_3644fbb371f61db3a8c81332213234d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72cb83ee19022215ec1cb3af68b23ef4.setIcon(icon_67b4c5a56f3f7812a03c83724dcdc586);
|
|
|
|
|
|
var marker_eb13ae6532885851fa049c4cc6974864 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_216b2853bbc6ae34dc9629076efe0de8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e27f2e000c351dc9ab1e0bbc3810ba92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cc406c59d891aed4979195521c8e352 = $(`<div id="html_3cc406c59d891aed4979195521c8e352" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_e27f2e000c351dc9ab1e0bbc3810ba92.setContent(html_3cc406c59d891aed4979195521c8e352);
|
|
|
|
|
|
|
|
marker_eb13ae6532885851fa049c4cc6974864.bindPopup(popup_e27f2e000c351dc9ab1e0bbc3810ba92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb13ae6532885851fa049c4cc6974864.setIcon(icon_216b2853bbc6ae34dc9629076efe0de8);
|
|
|
|
|
|
var marker_54a4d7dfe0fed7743f6772b69ed74367 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_8b718c4bc1a1d7aa56aff482b828d6c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d84d66ad8d4a20e18a730a0ef666799e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_398b249b44467a029ee619b36129230d = $(`<div id="html_398b249b44467a029ee619b36129230d" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_d84d66ad8d4a20e18a730a0ef666799e.setContent(html_398b249b44467a029ee619b36129230d);
|
|
|
|
|
|
|
|
marker_54a4d7dfe0fed7743f6772b69ed74367.bindPopup(popup_d84d66ad8d4a20e18a730a0ef666799e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54a4d7dfe0fed7743f6772b69ed74367.setIcon(icon_8b718c4bc1a1d7aa56aff482b828d6c3);
|
|
|
|
|
|
var marker_461fa03236cfffa49a13140820d276bd = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_7cbdf60a549891b4f61251ce2d354519 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ff251b0f25ac56f8484a51cdbd09e1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f20213656e6efa12a51f0374f5f70a86 = $(`<div id="html_f20213656e6efa12a51f0374f5f70a86" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_4ff251b0f25ac56f8484a51cdbd09e1a.setContent(html_f20213656e6efa12a51f0374f5f70a86);
|
|
|
|
|
|
|
|
marker_461fa03236cfffa49a13140820d276bd.bindPopup(popup_4ff251b0f25ac56f8484a51cdbd09e1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_461fa03236cfffa49a13140820d276bd.setIcon(icon_7cbdf60a549891b4f61251ce2d354519);
|
|
|
|
|
|
var marker_b1668666af89f0409fe0a6a47f282a53 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_8dbca5c39899921010e6bff921785cbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efae6e8c73293e1eb0faf04f99b79aaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d279c7d54661d36cbe9b7beabab6efc0 = $(`<div id="html_d279c7d54661d36cbe9b7beabab6efc0" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_efae6e8c73293e1eb0faf04f99b79aaf.setContent(html_d279c7d54661d36cbe9b7beabab6efc0);
|
|
|
|
|
|
|
|
marker_b1668666af89f0409fe0a6a47f282a53.bindPopup(popup_efae6e8c73293e1eb0faf04f99b79aaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1668666af89f0409fe0a6a47f282a53.setIcon(icon_8dbca5c39899921010e6bff921785cbb);
|
|
|
|
|
|
var marker_ac6d772a3bc5af5aca0a228f3f065f87 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_4717dfb62acf0d1b0344a19b678588b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00ebba8a7a462317cf771e1c5bd28317 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7070c785049b33040c2096163c0705b1 = $(`<div id="html_7070c785049b33040c2096163c0705b1" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_00ebba8a7a462317cf771e1c5bd28317.setContent(html_7070c785049b33040c2096163c0705b1);
|
|
|
|
|
|
|
|
marker_ac6d772a3bc5af5aca0a228f3f065f87.bindPopup(popup_00ebba8a7a462317cf771e1c5bd28317)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac6d772a3bc5af5aca0a228f3f065f87.setIcon(icon_4717dfb62acf0d1b0344a19b678588b5);
|
|
|
|
|
|
var marker_51e5385e2e7e57f727c7efd8f9fadd4a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_53dc6c13fd267e5fb51df184594c7161 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c0ffb083d521b8af10974e168948f7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a336f551dd8ece191c1bf42406ff8006 = $(`<div id="html_a336f551dd8ece191c1bf42406ff8006" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_8c0ffb083d521b8af10974e168948f7a.setContent(html_a336f551dd8ece191c1bf42406ff8006);
|
|
|
|
|
|
|
|
marker_51e5385e2e7e57f727c7efd8f9fadd4a.bindPopup(popup_8c0ffb083d521b8af10974e168948f7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51e5385e2e7e57f727c7efd8f9fadd4a.setIcon(icon_53dc6c13fd267e5fb51df184594c7161);
|
|
|
|
|
|
var marker_2c96c5cff146b106daf41cb8ca960797 = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_14bbc16d617eb381963721dbb929865f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41db4660b28dbdb8aaf2c55bf7ccffbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b67a821ee261ef857548b8361679164 = $(`<div id="html_8b67a821ee261ef857548b8361679164" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_41db4660b28dbdb8aaf2c55bf7ccffbb.setContent(html_8b67a821ee261ef857548b8361679164);
|
|
|
|
|
|
|
|
marker_2c96c5cff146b106daf41cb8ca960797.bindPopup(popup_41db4660b28dbdb8aaf2c55bf7ccffbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c96c5cff146b106daf41cb8ca960797.setIcon(icon_14bbc16d617eb381963721dbb929865f);
|
|
|
|
|
|
var marker_e0b7921d8530be088ca36026558db45f = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_bcbc954a0f6a9b763bb512802e050a9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba7c88c34b4019d22290397b8bffc23b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3250a2ff259da381b5bc981baa6297ac = $(`<div id="html_3250a2ff259da381b5bc981baa6297ac" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_ba7c88c34b4019d22290397b8bffc23b.setContent(html_3250a2ff259da381b5bc981baa6297ac);
|
|
|
|
|
|
|
|
marker_e0b7921d8530be088ca36026558db45f.bindPopup(popup_ba7c88c34b4019d22290397b8bffc23b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0b7921d8530be088ca36026558db45f.setIcon(icon_bcbc954a0f6a9b763bb512802e050a9f);
|
|
|
|
|
|
var marker_399b0fce00664ec5518f65cdc7e3138e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_073b13fe2d41029f05965254456175dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1988ffc8069bb1c8f7b460de19655899 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33971a015783dbd05ff175bfbcaff7c0 = $(`<div id="html_33971a015783dbd05ff175bfbcaff7c0" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_1988ffc8069bb1c8f7b460de19655899.setContent(html_33971a015783dbd05ff175bfbcaff7c0);
|
|
|
|
|
|
|
|
marker_399b0fce00664ec5518f65cdc7e3138e.bindPopup(popup_1988ffc8069bb1c8f7b460de19655899)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_399b0fce00664ec5518f65cdc7e3138e.setIcon(icon_073b13fe2d41029f05965254456175dd);
|
|
|
|
|
|
var marker_5f7a568686743944806f26d0f1e666c7 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_ab8f8f6de382e2087558ffe4e90e93e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a6e2748741f5ff5fe11d8315c820574 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30e25122d29f1cd5515c366e719e417c = $(`<div id="html_30e25122d29f1cd5515c366e719e417c" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_1a6e2748741f5ff5fe11d8315c820574.setContent(html_30e25122d29f1cd5515c366e719e417c);
|
|
|
|
|
|
|
|
marker_5f7a568686743944806f26d0f1e666c7.bindPopup(popup_1a6e2748741f5ff5fe11d8315c820574)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f7a568686743944806f26d0f1e666c7.setIcon(icon_ab8f8f6de382e2087558ffe4e90e93e1);
|
|
|
|
|
|
var marker_2f8c9064a2f583176e8faca34a922126 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_65a23ad7fac85a3b29e67da144426db2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20c083a57f2ee74bbe0bec4c28e59f8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a89e388f0aea85eef9cc7a39a4ef5a23 = $(`<div id="html_a89e388f0aea85eef9cc7a39a4ef5a23" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_20c083a57f2ee74bbe0bec4c28e59f8c.setContent(html_a89e388f0aea85eef9cc7a39a4ef5a23);
|
|
|
|
|
|
|
|
marker_2f8c9064a2f583176e8faca34a922126.bindPopup(popup_20c083a57f2ee74bbe0bec4c28e59f8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f8c9064a2f583176e8faca34a922126.setIcon(icon_65a23ad7fac85a3b29e67da144426db2);
|
|
|
|
|
|
var marker_1734f71c447267a047ed94efb5bb30a0 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_3c6d34bd2839dc720a910613c133abe8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d822f7e29821a755cb10027380c73d5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa6fee497e20d5b16108e5fa5124ed63 = $(`<div id="html_fa6fee497e20d5b16108e5fa5124ed63" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_d822f7e29821a755cb10027380c73d5c.setContent(html_fa6fee497e20d5b16108e5fa5124ed63);
|
|
|
|
|
|
|
|
marker_1734f71c447267a047ed94efb5bb30a0.bindPopup(popup_d822f7e29821a755cb10027380c73d5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1734f71c447267a047ed94efb5bb30a0.setIcon(icon_3c6d34bd2839dc720a910613c133abe8);
|
|
|
|
|
|
var marker_c0084d90de77021861fa5d73366e7f89 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_fefff11b43dee43de9801dd874cb0b5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27e941b1fd4668a095fa2b88a521232a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc407799fd3b53aad0902401d49ef1ac = $(`<div id="html_fc407799fd3b53aad0902401d49ef1ac" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_27e941b1fd4668a095fa2b88a521232a.setContent(html_fc407799fd3b53aad0902401d49ef1ac);
|
|
|
|
|
|
|
|
marker_c0084d90de77021861fa5d73366e7f89.bindPopup(popup_27e941b1fd4668a095fa2b88a521232a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0084d90de77021861fa5d73366e7f89.setIcon(icon_fefff11b43dee43de9801dd874cb0b5f);
|
|
|
|
|
|
var marker_eb352b2a3880ec73fa3ace34873b2f71 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_98e07b03d86ab5d6bfb46a5eb94ec56a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e72a5c821556c0e844e4974a62878ac5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e0983b72eca9477c4cdadf886a03396 = $(`<div id="html_4e0983b72eca9477c4cdadf886a03396" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_e72a5c821556c0e844e4974a62878ac5.setContent(html_4e0983b72eca9477c4cdadf886a03396);
|
|
|
|
|
|
|
|
marker_eb352b2a3880ec73fa3ace34873b2f71.bindPopup(popup_e72a5c821556c0e844e4974a62878ac5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb352b2a3880ec73fa3ace34873b2f71.setIcon(icon_98e07b03d86ab5d6bfb46a5eb94ec56a);
|
|
|
|
|
|
var marker_4ae5790a0e63d0a842e97c09267ec073 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_44f274871bdb1d5fcd60f3da220dc3d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3ce4162b50b17ab092fa12cadba9d21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92cf63e35b482a93bb002df4e57ef2d7 = $(`<div id="html_92cf63e35b482a93bb002df4e57ef2d7" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_f3ce4162b50b17ab092fa12cadba9d21.setContent(html_92cf63e35b482a93bb002df4e57ef2d7);
|
|
|
|
|
|
|
|
marker_4ae5790a0e63d0a842e97c09267ec073.bindPopup(popup_f3ce4162b50b17ab092fa12cadba9d21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ae5790a0e63d0a842e97c09267ec073.setIcon(icon_44f274871bdb1d5fcd60f3da220dc3d1);
|
|
|
|
|
|
var marker_b3603373a1de2526dc09670dcc73ea40 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_899a0a19e8a68f1c388461981cbeddaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3858bb9542f105493563f677be567579 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be5bc0d4052819544a0bb5479af28bb5 = $(`<div id="html_be5bc0d4052819544a0bb5479af28bb5" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_3858bb9542f105493563f677be567579.setContent(html_be5bc0d4052819544a0bb5479af28bb5);
|
|
|
|
|
|
|
|
marker_b3603373a1de2526dc09670dcc73ea40.bindPopup(popup_3858bb9542f105493563f677be567579)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3603373a1de2526dc09670dcc73ea40.setIcon(icon_899a0a19e8a68f1c388461981cbeddaf);
|
|
|
|
|
|
var marker_52e6c9d9da09bb0e936b3cddf184d37d = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_4cad1d6ad665088c4b215a49f5a98e81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_924f3290c42279fb18b9a2556d5225a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3367b521ed4962ae529f3037766ef670 = $(`<div id="html_3367b521ed4962ae529f3037766ef670" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_924f3290c42279fb18b9a2556d5225a1.setContent(html_3367b521ed4962ae529f3037766ef670);
|
|
|
|
|
|
|
|
marker_52e6c9d9da09bb0e936b3cddf184d37d.bindPopup(popup_924f3290c42279fb18b9a2556d5225a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52e6c9d9da09bb0e936b3cddf184d37d.setIcon(icon_4cad1d6ad665088c4b215a49f5a98e81);
|
|
|
|
|
|
var marker_db8e27c9db3a80dfbaffd02c4ef41460 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_0b8422a03c67e3fb62d2c60f40ed6d10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26d936a55bef1d3b3fb4699f3b9c79fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cde9ee6279f429c8d9e0aeb99f41db0 = $(`<div id="html_0cde9ee6279f429c8d9e0aeb99f41db0" style="width: 100.0%; height: 100.0%;">rusty-uat.siberian-albacore.ts.net:8443</div>`)[0];
|
|
popup_26d936a55bef1d3b3fb4699f3b9c79fc.setContent(html_0cde9ee6279f429c8d9e0aeb99f41db0);
|
|
|
|
|
|
|
|
marker_db8e27c9db3a80dfbaffd02c4ef41460.bindPopup(popup_26d936a55bef1d3b3fb4699f3b9c79fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db8e27c9db3a80dfbaffd02c4ef41460.setIcon(icon_0b8422a03c67e3fb62d2c60f40ed6d10);
|
|
|
|
|
|
var marker_b077288d77d41744dd3a75bb87ced0e1 = L.marker(
|
|
[29.7057, -95.2706],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_0d8b2370ed47ee0c16ce658d264f9cec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2932cf98acd3f4ca942a49b1f56598c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95dc9c73616f48f94aae193578d66574 = $(`<div id="html_95dc9c73616f48f94aae193578d66574" style="width: 100.0%; height: 100.0%;">nostr.spacecitynode.com</div>`)[0];
|
|
popup_2932cf98acd3f4ca942a49b1f56598c3.setContent(html_95dc9c73616f48f94aae193578d66574);
|
|
|
|
|
|
|
|
marker_b077288d77d41744dd3a75bb87ced0e1.bindPopup(popup_2932cf98acd3f4ca942a49b1f56598c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b077288d77d41744dd3a75bb87ced0e1.setIcon(icon_0d8b2370ed47ee0c16ce658d264f9cec);
|
|
|
|
|
|
var marker_bceadf7b961fefc8a29f067d28137d42 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_931095845b6cfb37b45c8c3e37237cc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcc50a2c6349bc44222263d4265f249a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92084508f47d2e20685bf07b0b965cc6 = $(`<div id="html_92084508f47d2e20685bf07b0b965cc6" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_bcc50a2c6349bc44222263d4265f249a.setContent(html_92084508f47d2e20685bf07b0b965cc6);
|
|
|
|
|
|
|
|
marker_bceadf7b961fefc8a29f067d28137d42.bindPopup(popup_bcc50a2c6349bc44222263d4265f249a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bceadf7b961fefc8a29f067d28137d42.setIcon(icon_931095845b6cfb37b45c8c3e37237cc1);
|
|
|
|
|
|
var marker_4326efbef2809d5e84953fff06569b36 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_269e2a0de4e65a733857d0f8a24f8ad6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a599d27553dbdd2db891d514a8e24d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_364719c9f0f4faca608931466a71a10d = $(`<div id="html_364719c9f0f4faca608931466a71a10d" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_7a599d27553dbdd2db891d514a8e24d9.setContent(html_364719c9f0f4faca608931466a71a10d);
|
|
|
|
|
|
|
|
marker_4326efbef2809d5e84953fff06569b36.bindPopup(popup_7a599d27553dbdd2db891d514a8e24d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4326efbef2809d5e84953fff06569b36.setIcon(icon_269e2a0de4e65a733857d0f8a24f8ad6);
|
|
|
|
|
|
var marker_559a4eb7aa860d8d77c97e9e699a879e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_2677cfd1cf513008692bf0073b63d01c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc43aebcf30415237e77c37ed75d2b1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7fe0384d6430e1d7b72877bcba7bfed8 = $(`<div id="html_7fe0384d6430e1d7b72877bcba7bfed8" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_dc43aebcf30415237e77c37ed75d2b1a.setContent(html_7fe0384d6430e1d7b72877bcba7bfed8);
|
|
|
|
|
|
|
|
marker_559a4eb7aa860d8d77c97e9e699a879e.bindPopup(popup_dc43aebcf30415237e77c37ed75d2b1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_559a4eb7aa860d8d77c97e9e699a879e.setIcon(icon_2677cfd1cf513008692bf0073b63d01c);
|
|
|
|
|
|
var marker_0804fe7bbdd0ed82aff32f05be69987b = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_decb5f6d9c00eb9c1ea69104d9cb5a7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81f6582a5273f5d7ddff6f0679a2106d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae0de8022054824f7cc5c22832172441 = $(`<div id="html_ae0de8022054824f7cc5c22832172441" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_81f6582a5273f5d7ddff6f0679a2106d.setContent(html_ae0de8022054824f7cc5c22832172441);
|
|
|
|
|
|
|
|
marker_0804fe7bbdd0ed82aff32f05be69987b.bindPopup(popup_81f6582a5273f5d7ddff6f0679a2106d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0804fe7bbdd0ed82aff32f05be69987b.setIcon(icon_decb5f6d9c00eb9c1ea69104d9cb5a7b);
|
|
|
|
|
|
var marker_64435176f3509232c96528cf957e746d = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_46faf993076e4993755f88200fcf44d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1aa1c9920a0f22ff5e2d43279de2701c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df1d7cb614bfed16429c39897971537e = $(`<div id="html_df1d7cb614bfed16429c39897971537e" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_1aa1c9920a0f22ff5e2d43279de2701c.setContent(html_df1d7cb614bfed16429c39897971537e);
|
|
|
|
|
|
|
|
marker_64435176f3509232c96528cf957e746d.bindPopup(popup_1aa1c9920a0f22ff5e2d43279de2701c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64435176f3509232c96528cf957e746d.setIcon(icon_46faf993076e4993755f88200fcf44d3);
|
|
|
|
|
|
var marker_9acb43e1cdac019f402036e46927d235 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_05c24123c3fe99732982a13e5da4245f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ba4d72818c64eb2c28f1564d1e94ba1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_938d86f1a956ec4b8371f58de0a541f8 = $(`<div id="html_938d86f1a956ec4b8371f58de0a541f8" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_2ba4d72818c64eb2c28f1564d1e94ba1.setContent(html_938d86f1a956ec4b8371f58de0a541f8);
|
|
|
|
|
|
|
|
marker_9acb43e1cdac019f402036e46927d235.bindPopup(popup_2ba4d72818c64eb2c28f1564d1e94ba1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9acb43e1cdac019f402036e46927d235.setIcon(icon_05c24123c3fe99732982a13e5da4245f);
|
|
|
|
|
|
var marker_08d10c30e6c8de97a232e661bc8b578b = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_6ef6e7525f1bc66059b0252497bfab0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5e9daff3b0afa032e041f50f26a4f06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b134690063356e5098036057080ca9d = $(`<div id="html_3b134690063356e5098036057080ca9d" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_a5e9daff3b0afa032e041f50f26a4f06.setContent(html_3b134690063356e5098036057080ca9d);
|
|
|
|
|
|
|
|
marker_08d10c30e6c8de97a232e661bc8b578b.bindPopup(popup_a5e9daff3b0afa032e041f50f26a4f06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08d10c30e6c8de97a232e661bc8b578b.setIcon(icon_6ef6e7525f1bc66059b0252497bfab0a);
|
|
|
|
|
|
var marker_cd308db17b5c81778aed9cd7732db774 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_ecda5408075e8f06b85fab0ace9b3256 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_674ae271439dadca82ecb2e1d4547aa1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47eef1a217d47c5f2adddfdb2e2e764a = $(`<div id="html_47eef1a217d47c5f2adddfdb2e2e764a" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_674ae271439dadca82ecb2e1d4547aa1.setContent(html_47eef1a217d47c5f2adddfdb2e2e764a);
|
|
|
|
|
|
|
|
marker_cd308db17b5c81778aed9cd7732db774.bindPopup(popup_674ae271439dadca82ecb2e1d4547aa1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd308db17b5c81778aed9cd7732db774.setIcon(icon_ecda5408075e8f06b85fab0ace9b3256);
|
|
|
|
|
|
var marker_8e4a81736a6607a3766814276b4ce5a1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_58a58afff7b5d9509c6ba7892957e609 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1498d648d8f5c315356fb4a7e734a31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_909a0e14457f532a8059ef050701e644 = $(`<div id="html_909a0e14457f532a8059ef050701e644" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_b1498d648d8f5c315356fb4a7e734a31.setContent(html_909a0e14457f532a8059ef050701e644);
|
|
|
|
|
|
|
|
marker_8e4a81736a6607a3766814276b4ce5a1.bindPopup(popup_b1498d648d8f5c315356fb4a7e734a31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e4a81736a6607a3766814276b4ce5a1.setIcon(icon_58a58afff7b5d9509c6ba7892957e609);
|
|
|
|
|
|
var marker_b63c9510f21375291dee250fd6c91067 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_5ff41343ef5b9aa7c9ad2f842d2f4319 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae8605a0ebd8518722904b2022577bec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be2575c0043440eb2b1a3817db9393ec = $(`<div id="html_be2575c0043440eb2b1a3817db9393ec" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_ae8605a0ebd8518722904b2022577bec.setContent(html_be2575c0043440eb2b1a3817db9393ec);
|
|
|
|
|
|
|
|
marker_b63c9510f21375291dee250fd6c91067.bindPopup(popup_ae8605a0ebd8518722904b2022577bec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b63c9510f21375291dee250fd6c91067.setIcon(icon_5ff41343ef5b9aa7c9ad2f842d2f4319);
|
|
|
|
|
|
var marker_0917ccae0879e0d6871b9abe8e7b92e4 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_230b5aa016fce736802c81ec42956245 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_435817a9d745d2158394d239d31b6d4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a8285ec4085ddc61615e5a5165e22e6 = $(`<div id="html_4a8285ec4085ddc61615e5a5165e22e6" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_435817a9d745d2158394d239d31b6d4c.setContent(html_4a8285ec4085ddc61615e5a5165e22e6);
|
|
|
|
|
|
|
|
marker_0917ccae0879e0d6871b9abe8e7b92e4.bindPopup(popup_435817a9d745d2158394d239d31b6d4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0917ccae0879e0d6871b9abe8e7b92e4.setIcon(icon_230b5aa016fce736802c81ec42956245);
|
|
|
|
|
|
var marker_7857639e77a8632fef6be24d545587cf = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_29f4d27854d539990d162851d8c423cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f9a50ff8d62a1fe37eee40d1d5efb25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_337b96cbe6226a6c206e6ba9a7af01de = $(`<div id="html_337b96cbe6226a6c206e6ba9a7af01de" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_0f9a50ff8d62a1fe37eee40d1d5efb25.setContent(html_337b96cbe6226a6c206e6ba9a7af01de);
|
|
|
|
|
|
|
|
marker_7857639e77a8632fef6be24d545587cf.bindPopup(popup_0f9a50ff8d62a1fe37eee40d1d5efb25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7857639e77a8632fef6be24d545587cf.setIcon(icon_29f4d27854d539990d162851d8c423cb);
|
|
|
|
|
|
var marker_dd4a49fbc5c8183bc246d880c4eb9674 = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a57ad8381f970c4899522be6bf6f5125 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b556559f42c36cc7d204d0773d3bb1df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ac3cd093618e689300feb2a179f2b56 = $(`<div id="html_3ac3cd093618e689300feb2a179f2b56" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_b556559f42c36cc7d204d0773d3bb1df.setContent(html_3ac3cd093618e689300feb2a179f2b56);
|
|
|
|
|
|
|
|
marker_dd4a49fbc5c8183bc246d880c4eb9674.bindPopup(popup_b556559f42c36cc7d204d0773d3bb1df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd4a49fbc5c8183bc246d880c4eb9674.setIcon(icon_a57ad8381f970c4899522be6bf6f5125);
|
|
|
|
|
|
var marker_0d3968009f6f65102c01ae8d9b288c0b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f20aa8d17bef529d40c3379a2eed0f82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5a71604ad70afc19ea1da2c7c8f0ab3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a1e71354a769e34220cd419a9ab25ec = $(`<div id="html_6a1e71354a769e34220cd419a9ab25ec" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_b5a71604ad70afc19ea1da2c7c8f0ab3.setContent(html_6a1e71354a769e34220cd419a9ab25ec);
|
|
|
|
|
|
|
|
marker_0d3968009f6f65102c01ae8d9b288c0b.bindPopup(popup_b5a71604ad70afc19ea1da2c7c8f0ab3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d3968009f6f65102c01ae8d9b288c0b.setIcon(icon_f20aa8d17bef529d40c3379a2eed0f82);
|
|
|
|
|
|
var marker_7c0c3839cbb8ce201f8ea7a95ab40c59 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_068e7fa1d1ffebe07960afb73cf8df1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_531d441177b9b39d0fecdff94bad196d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4daccd0281d527a2baa19edf1b3455a4 = $(`<div id="html_4daccd0281d527a2baa19edf1b3455a4" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_531d441177b9b39d0fecdff94bad196d.setContent(html_4daccd0281d527a2baa19edf1b3455a4);
|
|
|
|
|
|
|
|
marker_7c0c3839cbb8ce201f8ea7a95ab40c59.bindPopup(popup_531d441177b9b39d0fecdff94bad196d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c0c3839cbb8ce201f8ea7a95ab40c59.setIcon(icon_068e7fa1d1ffebe07960afb73cf8df1c);
|
|
|
|
|
|
var marker_b8caa3fdebe1f91e4ca46c728f0edd43 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_262bc551422c68c9a203142bf6c1a516 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f1bbb0ade81b7712de7f611fbc80d8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2ed61fe5b63dcdf8ace77e803227194 = $(`<div id="html_a2ed61fe5b63dcdf8ace77e803227194" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_4f1bbb0ade81b7712de7f611fbc80d8f.setContent(html_a2ed61fe5b63dcdf8ace77e803227194);
|
|
|
|
|
|
|
|
marker_b8caa3fdebe1f91e4ca46c728f0edd43.bindPopup(popup_4f1bbb0ade81b7712de7f611fbc80d8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8caa3fdebe1f91e4ca46c728f0edd43.setIcon(icon_262bc551422c68c9a203142bf6c1a516);
|
|
|
|
|
|
var marker_695d2fbb93c2e4dc9316e082c116b079 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d5c3bbd6a50d64d7052c840326b5161a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bb98b5a9464047972fea3043d74ad0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07e0f3c3ff737ad1be835c7ada543c29 = $(`<div id="html_07e0f3c3ff737ad1be835c7ada543c29" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_1bb98b5a9464047972fea3043d74ad0c.setContent(html_07e0f3c3ff737ad1be835c7ada543c29);
|
|
|
|
|
|
|
|
marker_695d2fbb93c2e4dc9316e082c116b079.bindPopup(popup_1bb98b5a9464047972fea3043d74ad0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_695d2fbb93c2e4dc9316e082c116b079.setIcon(icon_d5c3bbd6a50d64d7052c840326b5161a);
|
|
|
|
|
|
var marker_0d78102dce1ed451b4e576cb76d23155 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_7f2eb0f9b8b73a901aff52c5e6816a6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64866f5441be606fa8eeca51ccb747a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22a013e2ab31a085816a46fc6f52a963 = $(`<div id="html_22a013e2ab31a085816a46fc6f52a963" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_64866f5441be606fa8eeca51ccb747a1.setContent(html_22a013e2ab31a085816a46fc6f52a963);
|
|
|
|
|
|
|
|
marker_0d78102dce1ed451b4e576cb76d23155.bindPopup(popup_64866f5441be606fa8eeca51ccb747a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d78102dce1ed451b4e576cb76d23155.setIcon(icon_7f2eb0f9b8b73a901aff52c5e6816a6d);
|
|
|
|
|
|
var marker_014dd35abf6213847c08a2d4843796ee = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_e40e567a5a9fc0dd7234d0c068985bf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f126970a4a7a294751345710667f983b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cab11941f3a835f555c593aff4268235 = $(`<div id="html_cab11941f3a835f555c593aff4268235" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_f126970a4a7a294751345710667f983b.setContent(html_cab11941f3a835f555c593aff4268235);
|
|
|
|
|
|
|
|
marker_014dd35abf6213847c08a2d4843796ee.bindPopup(popup_f126970a4a7a294751345710667f983b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_014dd35abf6213847c08a2d4843796ee.setIcon(icon_e40e567a5a9fc0dd7234d0c068985bf1);
|
|
|
|
|
|
var marker_28aa082608023cd53fdbc639de1500b1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a16ee31af38e912acc8ae38bddd6aace = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33ca3a4bb791f0ca1937f29474e1e910 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5e6a1b3dccb49be75803453ce61ac99 = $(`<div id="html_a5e6a1b3dccb49be75803453ce61ac99" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_33ca3a4bb791f0ca1937f29474e1e910.setContent(html_a5e6a1b3dccb49be75803453ce61ac99);
|
|
|
|
|
|
|
|
marker_28aa082608023cd53fdbc639de1500b1.bindPopup(popup_33ca3a4bb791f0ca1937f29474e1e910)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28aa082608023cd53fdbc639de1500b1.setIcon(icon_a16ee31af38e912acc8ae38bddd6aace);
|
|
|
|
|
|
var marker_20c9645cf1d95f9aae31bcef55da25e1 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_3c39b2df633b3bde4fb16ae471055eab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_637743d05bfe53c712ecbb5a1f4f2074 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df6fdf86f3381a7e7c87f3c3b17b4f0c = $(`<div id="html_df6fdf86f3381a7e7c87f3c3b17b4f0c" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_637743d05bfe53c712ecbb5a1f4f2074.setContent(html_df6fdf86f3381a7e7c87f3c3b17b4f0c);
|
|
|
|
|
|
|
|
marker_20c9645cf1d95f9aae31bcef55da25e1.bindPopup(popup_637743d05bfe53c712ecbb5a1f4f2074)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20c9645cf1d95f9aae31bcef55da25e1.setIcon(icon_3c39b2df633b3bde4fb16ae471055eab);
|
|
|
|
|
|
var marker_278d45759a0a0c6611485b753d56888e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a0a39a52fa4fa676312ada48fe21d1a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_820b2e883f398db5d70cc31d18f7a015 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a2003a0887b49d7dfd49e0df554cca7 = $(`<div id="html_4a2003a0887b49d7dfd49e0df554cca7" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_820b2e883f398db5d70cc31d18f7a015.setContent(html_4a2003a0887b49d7dfd49e0df554cca7);
|
|
|
|
|
|
|
|
marker_278d45759a0a0c6611485b753d56888e.bindPopup(popup_820b2e883f398db5d70cc31d18f7a015)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_278d45759a0a0c6611485b753d56888e.setIcon(icon_a0a39a52fa4fa676312ada48fe21d1a4);
|
|
|
|
|
|
var marker_ad4fb7d73cf597ab20588e83c7d70b87 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_9eced9254763e261ebd81f805fb37b27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_339f61dd5d33d6fa2df76cd7dcc6c474 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c6a6cdfdaf73ad1a5cd15c2878b1941 = $(`<div id="html_5c6a6cdfdaf73ad1a5cd15c2878b1941" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_339f61dd5d33d6fa2df76cd7dcc6c474.setContent(html_5c6a6cdfdaf73ad1a5cd15c2878b1941);
|
|
|
|
|
|
|
|
marker_ad4fb7d73cf597ab20588e83c7d70b87.bindPopup(popup_339f61dd5d33d6fa2df76cd7dcc6c474)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad4fb7d73cf597ab20588e83c7d70b87.setIcon(icon_9eced9254763e261ebd81f805fb37b27);
|
|
|
|
|
|
var marker_545eccf47833efb9749a7d2bb32f71e5 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_37c90bf87c937e320d50d34608c59920 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d517b97a3102b24824731dfe281ec4d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_200547395dd75e2373c4294436ed8819 = $(`<div id="html_200547395dd75e2373c4294436ed8819" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_d517b97a3102b24824731dfe281ec4d1.setContent(html_200547395dd75e2373c4294436ed8819);
|
|
|
|
|
|
|
|
marker_545eccf47833efb9749a7d2bb32f71e5.bindPopup(popup_d517b97a3102b24824731dfe281ec4d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_545eccf47833efb9749a7d2bb32f71e5.setIcon(icon_37c90bf87c937e320d50d34608c59920);
|
|
|
|
|
|
var marker_cef7270694b4f17c039185935c7e442b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f1bb753be0ce0c68e60573fbb5e047d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b808b418238afaf385ae2f70c6fe9338 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83fca89036a22a4743dae98be759530f = $(`<div id="html_83fca89036a22a4743dae98be759530f" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_b808b418238afaf385ae2f70c6fe9338.setContent(html_83fca89036a22a4743dae98be759530f);
|
|
|
|
|
|
|
|
marker_cef7270694b4f17c039185935c7e442b.bindPopup(popup_b808b418238afaf385ae2f70c6fe9338)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cef7270694b4f17c039185935c7e442b.setIcon(icon_f1bb753be0ce0c68e60573fbb5e047d6);
|
|
|
|
|
|
var marker_6d9b630a6b84d310f9f2c934264e0404 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_855f368d0dae713876fa914a24788bd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f7f3737ba2410e50720b1ea21caccb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7988d6d6a658b723cc639c7e3c83e36 = $(`<div id="html_d7988d6d6a658b723cc639c7e3c83e36" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_8f7f3737ba2410e50720b1ea21caccb4.setContent(html_d7988d6d6a658b723cc639c7e3c83e36);
|
|
|
|
|
|
|
|
marker_6d9b630a6b84d310f9f2c934264e0404.bindPopup(popup_8f7f3737ba2410e50720b1ea21caccb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d9b630a6b84d310f9f2c934264e0404.setIcon(icon_855f368d0dae713876fa914a24788bd3);
|
|
|
|
|
|
var marker_8d20660a64886bf7b0918608e6b8ee0c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_430ff4f2aa0f28416f048f14c3d0b9e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74b362379de48ef8532e239ced279df1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_319d2046a930a9aed0328b2df46a42e9 = $(`<div id="html_319d2046a930a9aed0328b2df46a42e9" style="width: 100.0%; height: 100.0%;">relay.solife.me</div>`)[0];
|
|
popup_74b362379de48ef8532e239ced279df1.setContent(html_319d2046a930a9aed0328b2df46a42e9);
|
|
|
|
|
|
|
|
marker_8d20660a64886bf7b0918608e6b8ee0c.bindPopup(popup_74b362379de48ef8532e239ced279df1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d20660a64886bf7b0918608e6b8ee0c.setIcon(icon_430ff4f2aa0f28416f048f14c3d0b9e4);
|
|
|
|
|
|
var marker_bc6bffc767936a621ec067c726d3988f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_6f5306cab4611f6f1e19a705b111cf7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61c1095bfa85479b87129df3a2f124d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8b184461d642c26a6b0b5b39f381260 = $(`<div id="html_d8b184461d642c26a6b0b5b39f381260" style="width: 100.0%; height: 100.0%;">holland-excited-charming-experiencing.trycloudflare.com</div>`)[0];
|
|
popup_61c1095bfa85479b87129df3a2f124d0.setContent(html_d8b184461d642c26a6b0b5b39f381260);
|
|
|
|
|
|
|
|
marker_bc6bffc767936a621ec067c726d3988f.bindPopup(popup_61c1095bfa85479b87129df3a2f124d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc6bffc767936a621ec067c726d3988f.setIcon(icon_6f5306cab4611f6f1e19a705b111cf7f);
|
|
|
|
|
|
var marker_1b8922d459453638cb24b2ebf2c392a7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_29055a64515efd2203d842193b6be217 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75c4c81964d4245c04ff9b9b3e6250ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_050b4086d48ddf5c0e410f86af06a321 = $(`<div id="html_050b4086d48ddf5c0e410f86af06a321" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_75c4c81964d4245c04ff9b9b3e6250ef.setContent(html_050b4086d48ddf5c0e410f86af06a321);
|
|
|
|
|
|
|
|
marker_1b8922d459453638cb24b2ebf2c392a7.bindPopup(popup_75c4c81964d4245c04ff9b9b3e6250ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b8922d459453638cb24b2ebf2c392a7.setIcon(icon_29055a64515efd2203d842193b6be217);
|
|
|
|
|
|
var marker_30ccb01eb3001ce8b279e0172ac64e2f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_84af786ad20af39d276b001f1c14b4c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11d24625f2e712aaebea9c5e69fba08d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ea1c5edd1b9bb0a4a237817d00a8ade = $(`<div id="html_3ea1c5edd1b9bb0a4a237817d00a8ade" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_11d24625f2e712aaebea9c5e69fba08d.setContent(html_3ea1c5edd1b9bb0a4a237817d00a8ade);
|
|
|
|
|
|
|
|
marker_30ccb01eb3001ce8b279e0172ac64e2f.bindPopup(popup_11d24625f2e712aaebea9c5e69fba08d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30ccb01eb3001ce8b279e0172ac64e2f.setIcon(icon_84af786ad20af39d276b001f1c14b4c1);
|
|
|
|
|
|
var marker_ff7869888d5546338e0a2b88e2c2c83b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a28477c775cdc6e4cc0977cd081ae8be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac41daa45216605be37cac3e9d60df0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24edad965d25fdd9fc8f13356bc34ddc = $(`<div id="html_24edad965d25fdd9fc8f13356bc34ddc" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_ac41daa45216605be37cac3e9d60df0b.setContent(html_24edad965d25fdd9fc8f13356bc34ddc);
|
|
|
|
|
|
|
|
marker_ff7869888d5546338e0a2b88e2c2c83b.bindPopup(popup_ac41daa45216605be37cac3e9d60df0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff7869888d5546338e0a2b88e2c2c83b.setIcon(icon_a28477c775cdc6e4cc0977cd081ae8be);
|
|
|
|
|
|
var marker_8f888c2758c747f859550a072e3773c4 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_473730f6db05909c55ad462b97d368ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5f55c48bb994299f11abbd2e204d71d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fde4f32693be6f8be1bbae487f456c3 = $(`<div id="html_5fde4f32693be6f8be1bbae487f456c3" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_b5f55c48bb994299f11abbd2e204d71d.setContent(html_5fde4f32693be6f8be1bbae487f456c3);
|
|
|
|
|
|
|
|
marker_8f888c2758c747f859550a072e3773c4.bindPopup(popup_b5f55c48bb994299f11abbd2e204d71d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f888c2758c747f859550a072e3773c4.setIcon(icon_473730f6db05909c55ad462b97d368ba);
|
|
|
|
|
|
var marker_5d370e0d3f7f059d27308a1e6671c63c = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_b98f094486d4332b2dc7df7bf863b5bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ace88df1353987dcc3ceb80311ed703f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31ab8b855f1a309aa3e43631b8e85afa = $(`<div id="html_31ab8b855f1a309aa3e43631b8e85afa" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_ace88df1353987dcc3ceb80311ed703f.setContent(html_31ab8b855f1a309aa3e43631b8e85afa);
|
|
|
|
|
|
|
|
marker_5d370e0d3f7f059d27308a1e6671c63c.bindPopup(popup_ace88df1353987dcc3ceb80311ed703f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d370e0d3f7f059d27308a1e6671c63c.setIcon(icon_b98f094486d4332b2dc7df7bf863b5bc);
|
|
|
|
|
|
var marker_01a71a6b2b0a33672a314085659502b3 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f15eb1403ce8439e3e5106f5ef8f0032 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56a3148eb5b08bb11a2cd940e318ac12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e14e97e4e5bd1e4847548350f5fc2f54 = $(`<div id="html_e14e97e4e5bd1e4847548350f5fc2f54" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_56a3148eb5b08bb11a2cd940e318ac12.setContent(html_e14e97e4e5bd1e4847548350f5fc2f54);
|
|
|
|
|
|
|
|
marker_01a71a6b2b0a33672a314085659502b3.bindPopup(popup_56a3148eb5b08bb11a2cd940e318ac12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01a71a6b2b0a33672a314085659502b3.setIcon(icon_f15eb1403ce8439e3e5106f5ef8f0032);
|
|
|
|
|
|
var marker_a976f54e878443205c5d142882fcc5fd = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_5b2e7a208715ee421f1e862190a1360b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dec95dd99e8b5d8f17afa1339da77d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08551ab4683fa9ff396bb59fe65237df = $(`<div id="html_08551ab4683fa9ff396bb59fe65237df" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_1dec95dd99e8b5d8f17afa1339da77d8.setContent(html_08551ab4683fa9ff396bb59fe65237df);
|
|
|
|
|
|
|
|
marker_a976f54e878443205c5d142882fcc5fd.bindPopup(popup_1dec95dd99e8b5d8f17afa1339da77d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a976f54e878443205c5d142882fcc5fd.setIcon(icon_5b2e7a208715ee421f1e862190a1360b);
|
|
|
|
|
|
var marker_64217844f8429cf5ba4b15e6f64fa92c = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_bcb32c9699a4d99c05aced701754543e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3c5da73bed70e4537879c0bfe76ce35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b46a52a0df3b20ffa784941cdf7b199f = $(`<div id="html_b46a52a0df3b20ffa784941cdf7b199f" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_f3c5da73bed70e4537879c0bfe76ce35.setContent(html_b46a52a0df3b20ffa784941cdf7b199f);
|
|
|
|
|
|
|
|
marker_64217844f8429cf5ba4b15e6f64fa92c.bindPopup(popup_f3c5da73bed70e4537879c0bfe76ce35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64217844f8429cf5ba4b15e6f64fa92c.setIcon(icon_bcb32c9699a4d99c05aced701754543e);
|
|
|
|
|
|
var marker_832bdf522abcf78dbb3db987c7d0eeb7 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_ce0286d076327632aa9efdf6c06c7cc7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a66f2d9241c1d8aa90ce3430f61b34ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fc1c54219d0c1c69c6dc8e114235350 = $(`<div id="html_9fc1c54219d0c1c69c6dc8e114235350" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_a66f2d9241c1d8aa90ce3430f61b34ca.setContent(html_9fc1c54219d0c1c69c6dc8e114235350);
|
|
|
|
|
|
|
|
marker_832bdf522abcf78dbb3db987c7d0eeb7.bindPopup(popup_a66f2d9241c1d8aa90ce3430f61b34ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_832bdf522abcf78dbb3db987c7d0eeb7.setIcon(icon_ce0286d076327632aa9efdf6c06c7cc7);
|
|
|
|
|
|
var marker_d1a87fe1d4d674a27fbc2a05d14b931f = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_91379969d8ea06e937ea24256b274319 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5550b391ed888ed02b7fd20281d91eac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e78b9c8baa379c59f26bcbd74adfc1f = $(`<div id="html_3e78b9c8baa379c59f26bcbd74adfc1f" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_5550b391ed888ed02b7fd20281d91eac.setContent(html_3e78b9c8baa379c59f26bcbd74adfc1f);
|
|
|
|
|
|
|
|
marker_d1a87fe1d4d674a27fbc2a05d14b931f.bindPopup(popup_5550b391ed888ed02b7fd20281d91eac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1a87fe1d4d674a27fbc2a05d14b931f.setIcon(icon_91379969d8ea06e937ea24256b274319);
|
|
|
|
|
|
var marker_8f5a6c05aa34af5ad28d9cc5804a34ff = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_215fc4d73f16ec908625fda1ec3df937 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_758065183bfebcd220744b6d937084d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32fb26e98c7cc0dc7081cf3e7bf8066e = $(`<div id="html_32fb26e98c7cc0dc7081cf3e7bf8066e" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_758065183bfebcd220744b6d937084d6.setContent(html_32fb26e98c7cc0dc7081cf3e7bf8066e);
|
|
|
|
|
|
|
|
marker_8f5a6c05aa34af5ad28d9cc5804a34ff.bindPopup(popup_758065183bfebcd220744b6d937084d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f5a6c05aa34af5ad28d9cc5804a34ff.setIcon(icon_215fc4d73f16ec908625fda1ec3df937);
|
|
|
|
|
|
var marker_7926e0fc6a446518573eba5d01e07da5 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_ced4e94c6bf19099bbc0229094220116 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbf05efc9b452f207c2e10a97df0e8a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_935a48e1c23717b237377f2dcd5d2586 = $(`<div id="html_935a48e1c23717b237377f2dcd5d2586" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_bbf05efc9b452f207c2e10a97df0e8a7.setContent(html_935a48e1c23717b237377f2dcd5d2586);
|
|
|
|
|
|
|
|
marker_7926e0fc6a446518573eba5d01e07da5.bindPopup(popup_bbf05efc9b452f207c2e10a97df0e8a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7926e0fc6a446518573eba5d01e07da5.setIcon(icon_ced4e94c6bf19099bbc0229094220116);
|
|
|
|
|
|
var marker_afbc9be6d432ae60ca5b5f9e6dd78af1 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_e610bf2854a427c9c761bfa2fa371632 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dab54fdefd43b62c87b951d38b38ad23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9c98faf0aaa11f471dff53f05d137b6 = $(`<div id="html_b9c98faf0aaa11f471dff53f05d137b6" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_dab54fdefd43b62c87b951d38b38ad23.setContent(html_b9c98faf0aaa11f471dff53f05d137b6);
|
|
|
|
|
|
|
|
marker_afbc9be6d432ae60ca5b5f9e6dd78af1.bindPopup(popup_dab54fdefd43b62c87b951d38b38ad23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afbc9be6d432ae60ca5b5f9e6dd78af1.setIcon(icon_e610bf2854a427c9c761bfa2fa371632);
|
|
|
|
|
|
var marker_0d22767cf3c33588bcc6c3ddf38d041d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_07a33a8e4233b70f58b53903ea5daef4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6d347510accb8e5e584833c8508ede3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74808853621313898fa8aafa7a2c2d68 = $(`<div id="html_74808853621313898fa8aafa7a2c2d68" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_c6d347510accb8e5e584833c8508ede3.setContent(html_74808853621313898fa8aafa7a2c2d68);
|
|
|
|
|
|
|
|
marker_0d22767cf3c33588bcc6c3ddf38d041d.bindPopup(popup_c6d347510accb8e5e584833c8508ede3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d22767cf3c33588bcc6c3ddf38d041d.setIcon(icon_07a33a8e4233b70f58b53903ea5daef4);
|
|
|
|
|
|
var marker_af4480ddfbe576e968081c4872ee7fde = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_75f1cd8a6e3829dc7a1da6083a53313d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53ff6f1b4541b71f69876109ffa9b8ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8ad183ef019943bf3f6c617bc636e60 = $(`<div id="html_e8ad183ef019943bf3f6c617bc636e60" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_53ff6f1b4541b71f69876109ffa9b8ae.setContent(html_e8ad183ef019943bf3f6c617bc636e60);
|
|
|
|
|
|
|
|
marker_af4480ddfbe576e968081c4872ee7fde.bindPopup(popup_53ff6f1b4541b71f69876109ffa9b8ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af4480ddfbe576e968081c4872ee7fde.setIcon(icon_75f1cd8a6e3829dc7a1da6083a53313d);
|
|
|
|
|
|
var marker_59c0bc6e9bfd59912c069582524a744f = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_ff3288a4d3c07626d887f74e1781b36d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c70b717674bec0949258d805eab423c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55bbe921336e6447c9ddac3387a36ef9 = $(`<div id="html_55bbe921336e6447c9ddac3387a36ef9" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_6c70b717674bec0949258d805eab423c.setContent(html_55bbe921336e6447c9ddac3387a36ef9);
|
|
|
|
|
|
|
|
marker_59c0bc6e9bfd59912c069582524a744f.bindPopup(popup_6c70b717674bec0949258d805eab423c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59c0bc6e9bfd59912c069582524a744f.setIcon(icon_ff3288a4d3c07626d887f74e1781b36d);
|
|
|
|
|
|
var marker_056d1b7123c64127af2086d4d64b9ff7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_9708a26b9f9deed14e8a0b2c6b38880b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b89349d127fae7ebdf4a0f42bf6689b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd52b0318303ab88c232d8be906dcec0 = $(`<div id="html_bd52b0318303ab88c232d8be906dcec0" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_9b89349d127fae7ebdf4a0f42bf6689b.setContent(html_bd52b0318303ab88c232d8be906dcec0);
|
|
|
|
|
|
|
|
marker_056d1b7123c64127af2086d4d64b9ff7.bindPopup(popup_9b89349d127fae7ebdf4a0f42bf6689b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_056d1b7123c64127af2086d4d64b9ff7.setIcon(icon_9708a26b9f9deed14e8a0b2c6b38880b);
|
|
|
|
|
|
var marker_c7d8582fb1102cc90953b879c2d4f398 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_0e5db180c77e821b4755cae8da5637ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6581811236175e0bdb7e31baa225485 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ffd69052f31b33a68f21e5f3b77ef0c = $(`<div id="html_6ffd69052f31b33a68f21e5f3b77ef0c" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_a6581811236175e0bdb7e31baa225485.setContent(html_6ffd69052f31b33a68f21e5f3b77ef0c);
|
|
|
|
|
|
|
|
marker_c7d8582fb1102cc90953b879c2d4f398.bindPopup(popup_a6581811236175e0bdb7e31baa225485)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7d8582fb1102cc90953b879c2d4f398.setIcon(icon_0e5db180c77e821b4755cae8da5637ca);
|
|
|
|
|
|
var marker_7e5eb3ebfb0bd0d5cc2168411ee57c18 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_57bfe407f69d093d3b124961faecaa90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf54f66b3734962db79d6d8c67dc36cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21a37c07bfe8ec31e097a414f26cec0d = $(`<div id="html_21a37c07bfe8ec31e097a414f26cec0d" style="width: 100.0%; height: 100.0%;">relay.manneken.brussels</div>`)[0];
|
|
popup_bf54f66b3734962db79d6d8c67dc36cb.setContent(html_21a37c07bfe8ec31e097a414f26cec0d);
|
|
|
|
|
|
|
|
marker_7e5eb3ebfb0bd0d5cc2168411ee57c18.bindPopup(popup_bf54f66b3734962db79d6d8c67dc36cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e5eb3ebfb0bd0d5cc2168411ee57c18.setIcon(icon_57bfe407f69d093d3b124961faecaa90);
|
|
|
|
|
|
var marker_1ceb0c83acc1b4988982b8abff5b2864 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_15370d48562a41abe799afd85e2d5251 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c39e61bfc459f556c21db277c6f55dae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94441ab1cd1a7570400f15330d2c2922 = $(`<div id="html_94441ab1cd1a7570400f15330d2c2922" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_c39e61bfc459f556c21db277c6f55dae.setContent(html_94441ab1cd1a7570400f15330d2c2922);
|
|
|
|
|
|
|
|
marker_1ceb0c83acc1b4988982b8abff5b2864.bindPopup(popup_c39e61bfc459f556c21db277c6f55dae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ceb0c83acc1b4988982b8abff5b2864.setIcon(icon_15370d48562a41abe799afd85e2d5251);
|
|
|
|
|
|
var marker_968e5afedf7832b6df9386929444e094 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_73b6435561b5c41203b81d18c9140753 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a11527c12845e94d6ae1de01d4debb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc702d6f5c6a052e35c0597b13792ff4 = $(`<div id="html_cc702d6f5c6a052e35c0597b13792ff4" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_6a11527c12845e94d6ae1de01d4debb3.setContent(html_cc702d6f5c6a052e35c0597b13792ff4);
|
|
|
|
|
|
|
|
marker_968e5afedf7832b6df9386929444e094.bindPopup(popup_6a11527c12845e94d6ae1de01d4debb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_968e5afedf7832b6df9386929444e094.setIcon(icon_73b6435561b5c41203b81d18c9140753);
|
|
|
|
|
|
var marker_52fd56beb7f34ff7e9d6bc6942b446cb = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_29ad6f62c79fd419f2a736280932221b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82cbdea7415ce8e13e49630bbbe066ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4962a1336fc3ae378c5d6630bd56088c = $(`<div id="html_4962a1336fc3ae378c5d6630bd56088c" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_82cbdea7415ce8e13e49630bbbe066ba.setContent(html_4962a1336fc3ae378c5d6630bd56088c);
|
|
|
|
|
|
|
|
marker_52fd56beb7f34ff7e9d6bc6942b446cb.bindPopup(popup_82cbdea7415ce8e13e49630bbbe066ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52fd56beb7f34ff7e9d6bc6942b446cb.setIcon(icon_29ad6f62c79fd419f2a736280932221b);
|
|
|
|
|
|
var marker_7312db69d637af17c95f63fb59f24f14 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d3886b90e8d1e10f124e63e8b193daec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42112e5223d851df349d5246b5f48418 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_790931a24cf884e2a31c7416503be6f8 = $(`<div id="html_790931a24cf884e2a31c7416503be6f8" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_42112e5223d851df349d5246b5f48418.setContent(html_790931a24cf884e2a31c7416503be6f8);
|
|
|
|
|
|
|
|
marker_7312db69d637af17c95f63fb59f24f14.bindPopup(popup_42112e5223d851df349d5246b5f48418)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7312db69d637af17c95f63fb59f24f14.setIcon(icon_d3886b90e8d1e10f124e63e8b193daec);
|
|
|
|
|
|
var marker_587594481162b59f2cf37b30ab382881 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_67c86e408af2de60402db9e385ded5f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d290d6914d451558ee0fde8c63327be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db131cf2fa9348941c67867898d28811 = $(`<div id="html_db131cf2fa9348941c67867898d28811" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_1d290d6914d451558ee0fde8c63327be.setContent(html_db131cf2fa9348941c67867898d28811);
|
|
|
|
|
|
|
|
marker_587594481162b59f2cf37b30ab382881.bindPopup(popup_1d290d6914d451558ee0fde8c63327be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_587594481162b59f2cf37b30ab382881.setIcon(icon_67c86e408af2de60402db9e385ded5f0);
|
|
|
|
|
|
var marker_2611df91a3b825b489e2538b1579335a = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_0a089443649505dd322a1b94609cfcd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d341facb28807dbfc9f8af92a642e5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c9d39da0fa2088f2ec9193a067b2801 = $(`<div id="html_2c9d39da0fa2088f2ec9193a067b2801" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_4d341facb28807dbfc9f8af92a642e5c.setContent(html_2c9d39da0fa2088f2ec9193a067b2801);
|
|
|
|
|
|
|
|
marker_2611df91a3b825b489e2538b1579335a.bindPopup(popup_4d341facb28807dbfc9f8af92a642e5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2611df91a3b825b489e2538b1579335a.setIcon(icon_0a089443649505dd322a1b94609cfcd3);
|
|
|
|
|
|
var marker_ae62cdcb8d5c9ac4d9eafc94c57d9ffd = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_08e2f20b902579d58cee0ac3b67d5017 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fc6d28bd4362be16b32e9878656e6ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e11f350597808befb91502d34ae6ba3e = $(`<div id="html_e11f350597808befb91502d34ae6ba3e" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_5fc6d28bd4362be16b32e9878656e6ca.setContent(html_e11f350597808befb91502d34ae6ba3e);
|
|
|
|
|
|
|
|
marker_ae62cdcb8d5c9ac4d9eafc94c57d9ffd.bindPopup(popup_5fc6d28bd4362be16b32e9878656e6ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae62cdcb8d5c9ac4d9eafc94c57d9ffd.setIcon(icon_08e2f20b902579d58cee0ac3b67d5017);
|
|
|
|
|
|
var marker_64cb251b6c51466628ef0ca856d726c5 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_e1783f67b7115e7614c209ab13a1ff18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5adba08f5ce93ae222fcfde703be6cb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e74c046138ea1034f4cc24579fcd4fac = $(`<div id="html_e74c046138ea1034f4cc24579fcd4fac" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_5adba08f5ce93ae222fcfde703be6cb6.setContent(html_e74c046138ea1034f4cc24579fcd4fac);
|
|
|
|
|
|
|
|
marker_64cb251b6c51466628ef0ca856d726c5.bindPopup(popup_5adba08f5ce93ae222fcfde703be6cb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64cb251b6c51466628ef0ca856d726c5.setIcon(icon_e1783f67b7115e7614c209ab13a1ff18);
|
|
|
|
|
|
var marker_af951a0df4869c61e63d478d6ca05664 = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_ae3fee6911c4accdf48b8f3d76f6e325 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40332d4fc208724821a073746d7f2c62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ca298abf4565580a3e1fa42038739b4 = $(`<div id="html_5ca298abf4565580a3e1fa42038739b4" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_40332d4fc208724821a073746d7f2c62.setContent(html_5ca298abf4565580a3e1fa42038739b4);
|
|
|
|
|
|
|
|
marker_af951a0df4869c61e63d478d6ca05664.bindPopup(popup_40332d4fc208724821a073746d7f2c62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af951a0df4869c61e63d478d6ca05664.setIcon(icon_ae3fee6911c4accdf48b8f3d76f6e325);
|
|
|
|
|
|
var marker_6a8b9ecc9c2db0ae41c038334a73d251 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_cd3f5eed3e9a9e2d318bfcf14162f1bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5c0b9e290bb49c8321e36c23d5ca9f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3dcfcab9471d7edcad5971208a39964 = $(`<div id="html_e3dcfcab9471d7edcad5971208a39964" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_d5c0b9e290bb49c8321e36c23d5ca9f4.setContent(html_e3dcfcab9471d7edcad5971208a39964);
|
|
|
|
|
|
|
|
marker_6a8b9ecc9c2db0ae41c038334a73d251.bindPopup(popup_d5c0b9e290bb49c8321e36c23d5ca9f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a8b9ecc9c2db0ae41c038334a73d251.setIcon(icon_cd3f5eed3e9a9e2d318bfcf14162f1bf);
|
|
|
|
|
|
var marker_0fdc40fe272a7472943bcbdc0c7d4461 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_1b3824050e6e3530289d0a99391e22b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_677c73e7ae911651ba730149f746deb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8189608483cf78ac0048159f254dc92f = $(`<div id="html_8189608483cf78ac0048159f254dc92f" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_677c73e7ae911651ba730149f746deb4.setContent(html_8189608483cf78ac0048159f254dc92f);
|
|
|
|
|
|
|
|
marker_0fdc40fe272a7472943bcbdc0c7d4461.bindPopup(popup_677c73e7ae911651ba730149f746deb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fdc40fe272a7472943bcbdc0c7d4461.setIcon(icon_1b3824050e6e3530289d0a99391e22b7);
|
|
|
|
|
|
var marker_e2c1e5409d9f1bbc4ab04001ffa68265 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_c85c8843007d477229e6e7f927e330fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45f840712fdfaa7016ea4e6d5cd9036b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebd8888651b3cabafd069cf3659ca8c5 = $(`<div id="html_ebd8888651b3cabafd069cf3659ca8c5" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_45f840712fdfaa7016ea4e6d5cd9036b.setContent(html_ebd8888651b3cabafd069cf3659ca8c5);
|
|
|
|
|
|
|
|
marker_e2c1e5409d9f1bbc4ab04001ffa68265.bindPopup(popup_45f840712fdfaa7016ea4e6d5cd9036b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2c1e5409d9f1bbc4ab04001ffa68265.setIcon(icon_c85c8843007d477229e6e7f927e330fa);
|
|
|
|
|
|
var marker_2c24af2a6bb49e079a52a12d54eba56a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_c1283d8e7b65218f2f031d1d2679f496 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d2c26ca69c0ec7473607d636701b39d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65e1d9969a38b7c4b3ccdfaba797150f = $(`<div id="html_65e1d9969a38b7c4b3ccdfaba797150f" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_7d2c26ca69c0ec7473607d636701b39d.setContent(html_65e1d9969a38b7c4b3ccdfaba797150f);
|
|
|
|
|
|
|
|
marker_2c24af2a6bb49e079a52a12d54eba56a.bindPopup(popup_7d2c26ca69c0ec7473607d636701b39d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c24af2a6bb49e079a52a12d54eba56a.setIcon(icon_c1283d8e7b65218f2f031d1d2679f496);
|
|
|
|
|
|
var marker_d8e4163fd7635d53dc56df5729efd678 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_7aee41a9add4af9e691d81e4b9e9a814 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e8365decb81172114f2d5b8ac87c343 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b23ee2914e274226a5f624b051bc8676 = $(`<div id="html_b23ee2914e274226a5f624b051bc8676" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_8e8365decb81172114f2d5b8ac87c343.setContent(html_b23ee2914e274226a5f624b051bc8676);
|
|
|
|
|
|
|
|
marker_d8e4163fd7635d53dc56df5729efd678.bindPopup(popup_8e8365decb81172114f2d5b8ac87c343)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8e4163fd7635d53dc56df5729efd678.setIcon(icon_7aee41a9add4af9e691d81e4b9e9a814);
|
|
|
|
|
|
var marker_d32ecddbc4a69c091f4f8adb025c674d = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_0f3de7380ac3b6e3a8d7b4cf51e5d043 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d470ed72ae2b76b483c569c12b1f685 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac970c1272d0dab9b4efd98db5c1bb36 = $(`<div id="html_ac970c1272d0dab9b4efd98db5c1bb36" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_1d470ed72ae2b76b483c569c12b1f685.setContent(html_ac970c1272d0dab9b4efd98db5c1bb36);
|
|
|
|
|
|
|
|
marker_d32ecddbc4a69c091f4f8adb025c674d.bindPopup(popup_1d470ed72ae2b76b483c569c12b1f685)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d32ecddbc4a69c091f4f8adb025c674d.setIcon(icon_0f3de7380ac3b6e3a8d7b4cf51e5d043);
|
|
|
|
|
|
var marker_649f5ea9244eb95d770af824de39cd51 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_c62d4aa30f250a2fea899da5510ae4c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83745123d3719f90f30275cd847f7a5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dba981aa4f2dea42c5e7fd74b919bacd = $(`<div id="html_dba981aa4f2dea42c5e7fd74b919bacd" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_83745123d3719f90f30275cd847f7a5c.setContent(html_dba981aa4f2dea42c5e7fd74b919bacd);
|
|
|
|
|
|
|
|
marker_649f5ea9244eb95d770af824de39cd51.bindPopup(popup_83745123d3719f90f30275cd847f7a5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_649f5ea9244eb95d770af824de39cd51.setIcon(icon_c62d4aa30f250a2fea899da5510ae4c6);
|
|
|
|
|
|
var marker_29110395a8112e3a2d7d84120ec36054 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_5c4b8de68f62816ee41e1cfc283b85af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc45c101cf29d1acfa292f5321b3324c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_104af80f6d28e2533fbcbb560475b9c3 = $(`<div id="html_104af80f6d28e2533fbcbb560475b9c3" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_fc45c101cf29d1acfa292f5321b3324c.setContent(html_104af80f6d28e2533fbcbb560475b9c3);
|
|
|
|
|
|
|
|
marker_29110395a8112e3a2d7d84120ec36054.bindPopup(popup_fc45c101cf29d1acfa292f5321b3324c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29110395a8112e3a2d7d84120ec36054.setIcon(icon_5c4b8de68f62816ee41e1cfc283b85af);
|
|
|
|
|
|
var marker_da3df56a5d9b5a594105e5ec56d1ff81 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_18cec17d2f82819ff206d82154991409 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_225bdcf897d7fe7320733a25461a3e4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fa653779a4e488ef4530e6dc80d871a = $(`<div id="html_9fa653779a4e488ef4530e6dc80d871a" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_225bdcf897d7fe7320733a25461a3e4b.setContent(html_9fa653779a4e488ef4530e6dc80d871a);
|
|
|
|
|
|
|
|
marker_da3df56a5d9b5a594105e5ec56d1ff81.bindPopup(popup_225bdcf897d7fe7320733a25461a3e4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da3df56a5d9b5a594105e5ec56d1ff81.setIcon(icon_18cec17d2f82819ff206d82154991409);
|
|
|
|
|
|
var marker_18a83144c4240a91d29cb0e8ee3990a7 = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_2fef4e7b8d012f09aa74687a909590b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bb7badb44e3f08bb11d47530aff1dbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f2d21faf06ad49f1f08c8c30f6c4083 = $(`<div id="html_5f2d21faf06ad49f1f08c8c30f6c4083" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_0bb7badb44e3f08bb11d47530aff1dbd.setContent(html_5f2d21faf06ad49f1f08c8c30f6c4083);
|
|
|
|
|
|
|
|
marker_18a83144c4240a91d29cb0e8ee3990a7.bindPopup(popup_0bb7badb44e3f08bb11d47530aff1dbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18a83144c4240a91d29cb0e8ee3990a7.setIcon(icon_2fef4e7b8d012f09aa74687a909590b9);
|
|
|
|
|
|
var marker_69865e201af8afb5254c4748abc29d45 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_3cd9cda52c6a20e6e2fe7f66166c4978 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_155b3f745f6ae49a3f8338b2b2566abb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c781f1cec18df6096b5aa36ef57929c2 = $(`<div id="html_c781f1cec18df6096b5aa36ef57929c2" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_155b3f745f6ae49a3f8338b2b2566abb.setContent(html_c781f1cec18df6096b5aa36ef57929c2);
|
|
|
|
|
|
|
|
marker_69865e201af8afb5254c4748abc29d45.bindPopup(popup_155b3f745f6ae49a3f8338b2b2566abb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69865e201af8afb5254c4748abc29d45.setIcon(icon_3cd9cda52c6a20e6e2fe7f66166c4978);
|
|
|
|
|
|
var marker_029c997d90f7dc227ed7955dbba58a6a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_14d7db882ddea800fd0489dd9542f835 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_210ca0aaa8d4662221cb00b3be39a313 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6444cc0d77ca8d6cc1e35cb7ac929db = $(`<div id="html_b6444cc0d77ca8d6cc1e35cb7ac929db" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_210ca0aaa8d4662221cb00b3be39a313.setContent(html_b6444cc0d77ca8d6cc1e35cb7ac929db);
|
|
|
|
|
|
|
|
marker_029c997d90f7dc227ed7955dbba58a6a.bindPopup(popup_210ca0aaa8d4662221cb00b3be39a313)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_029c997d90f7dc227ed7955dbba58a6a.setIcon(icon_14d7db882ddea800fd0489dd9542f835);
|
|
|
|
|
|
var marker_83f72baf063485a60def9a93b5e9f034 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_a7d8405e65f29bb392ae7eee1642a90e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ede8ac36dd5ea90006fcc25914c943c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_313d0a61cf2681f83e20b0008e4e3b4f = $(`<div id="html_313d0a61cf2681f83e20b0008e4e3b4f" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_ede8ac36dd5ea90006fcc25914c943c6.setContent(html_313d0a61cf2681f83e20b0008e4e3b4f);
|
|
|
|
|
|
|
|
marker_83f72baf063485a60def9a93b5e9f034.bindPopup(popup_ede8ac36dd5ea90006fcc25914c943c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83f72baf063485a60def9a93b5e9f034.setIcon(icon_a7d8405e65f29bb392ae7eee1642a90e);
|
|
|
|
|
|
var marker_fff0c58c5a177692623c1c2f46b531dd = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_5fbb3980f9975f2b37d3cfd697dc978a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c40578f988cfa0d732f3b225c6cd734f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7808fec80d856e45735dbd04dca38670 = $(`<div id="html_7808fec80d856e45735dbd04dca38670" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_c40578f988cfa0d732f3b225c6cd734f.setContent(html_7808fec80d856e45735dbd04dca38670);
|
|
|
|
|
|
|
|
marker_fff0c58c5a177692623c1c2f46b531dd.bindPopup(popup_c40578f988cfa0d732f3b225c6cd734f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fff0c58c5a177692623c1c2f46b531dd.setIcon(icon_5fbb3980f9975f2b37d3cfd697dc978a);
|
|
|
|
|
|
var marker_31601aebb21225d69b2084a74190d4c8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_2335fce6e3d4df6ebd6089fab321cba0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a9f44a8c9faa3dc635e71988b6c5cff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66e6e819d0de34ce5b02e6c1c44d2794 = $(`<div id="html_66e6e819d0de34ce5b02e6c1c44d2794" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_4a9f44a8c9faa3dc635e71988b6c5cff.setContent(html_66e6e819d0de34ce5b02e6c1c44d2794);
|
|
|
|
|
|
|
|
marker_31601aebb21225d69b2084a74190d4c8.bindPopup(popup_4a9f44a8c9faa3dc635e71988b6c5cff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31601aebb21225d69b2084a74190d4c8.setIcon(icon_2335fce6e3d4df6ebd6089fab321cba0);
|
|
|
|
|
|
var marker_30bb14a18bc07e146d6935b6c5704b31 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_f45e4cb24298aaef12b29b68ecd95e95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a093a8e5f3b5b8a1ac5d1121caf39355 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_661f8a7e3c1ed7f52e50ea8f694b27b0 = $(`<div id="html_661f8a7e3c1ed7f52e50ea8f694b27b0" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_a093a8e5f3b5b8a1ac5d1121caf39355.setContent(html_661f8a7e3c1ed7f52e50ea8f694b27b0);
|
|
|
|
|
|
|
|
marker_30bb14a18bc07e146d6935b6c5704b31.bindPopup(popup_a093a8e5f3b5b8a1ac5d1121caf39355)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30bb14a18bc07e146d6935b6c5704b31.setIcon(icon_f45e4cb24298aaef12b29b68ecd95e95);
|
|
|
|
|
|
var marker_40f1334a79128ccfad2bff91fe6c48f2 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_70fec874648743e3f1575197708e48df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea7b751fe082d7e5d867c744e1660b31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_282c5d13990cecfe9039f92a8c0c7dd3 = $(`<div id="html_282c5d13990cecfe9039f92a8c0c7dd3" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_ea7b751fe082d7e5d867c744e1660b31.setContent(html_282c5d13990cecfe9039f92a8c0c7dd3);
|
|
|
|
|
|
|
|
marker_40f1334a79128ccfad2bff91fe6c48f2.bindPopup(popup_ea7b751fe082d7e5d867c744e1660b31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40f1334a79128ccfad2bff91fe6c48f2.setIcon(icon_70fec874648743e3f1575197708e48df);
|
|
|
|
|
|
var marker_868f16f13a9ba1815c62be9591d2e4df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_dd1863ae418791aa85ec790f4e6ecb03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d213f9e2edd6644fa40ded258f4b4471 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47926b6f974d9f9b2b4fd3585d17ab9e = $(`<div id="html_47926b6f974d9f9b2b4fd3585d17ab9e" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_d213f9e2edd6644fa40ded258f4b4471.setContent(html_47926b6f974d9f9b2b4fd3585d17ab9e);
|
|
|
|
|
|
|
|
marker_868f16f13a9ba1815c62be9591d2e4df.bindPopup(popup_d213f9e2edd6644fa40ded258f4b4471)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_868f16f13a9ba1815c62be9591d2e4df.setIcon(icon_dd1863ae418791aa85ec790f4e6ecb03);
|
|
|
|
|
|
var marker_a9f758a576c753cc4fce30412d7e0bae = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_bc2e5fe792f706b6bd3e6c3c5fe6a38f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff0047b1f6efc7be2a152e0240c050e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2878b723bc9a51a55cb86b794fe77e91 = $(`<div id="html_2878b723bc9a51a55cb86b794fe77e91" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_ff0047b1f6efc7be2a152e0240c050e0.setContent(html_2878b723bc9a51a55cb86b794fe77e91);
|
|
|
|
|
|
|
|
marker_a9f758a576c753cc4fce30412d7e0bae.bindPopup(popup_ff0047b1f6efc7be2a152e0240c050e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9f758a576c753cc4fce30412d7e0bae.setIcon(icon_bc2e5fe792f706b6bd3e6c3c5fe6a38f);
|
|
|
|
|
|
var marker_d62f2626138a75192aeb1a7464bb5662 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_e21bf34318ffc38c65b5cef3e91509b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34fac39ce5ecd9bad8ab77a754bcbfe3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab98da1a5dd17aa5217504afdacc1865 = $(`<div id="html_ab98da1a5dd17aa5217504afdacc1865" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_34fac39ce5ecd9bad8ab77a754bcbfe3.setContent(html_ab98da1a5dd17aa5217504afdacc1865);
|
|
|
|
|
|
|
|
marker_d62f2626138a75192aeb1a7464bb5662.bindPopup(popup_34fac39ce5ecd9bad8ab77a754bcbfe3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d62f2626138a75192aeb1a7464bb5662.setIcon(icon_e21bf34318ffc38c65b5cef3e91509b2);
|
|
|
|
|
|
var marker_2d7f3a382dad7ca9be29470ba4a6a513 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_38b0e26d3ec865794bb18e78a4c1b6e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69b0ee8d3323da32f3411ffdca12628a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_197d73a54b83d7cb3e93748587060b2b = $(`<div id="html_197d73a54b83d7cb3e93748587060b2b" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_69b0ee8d3323da32f3411ffdca12628a.setContent(html_197d73a54b83d7cb3e93748587060b2b);
|
|
|
|
|
|
|
|
marker_2d7f3a382dad7ca9be29470ba4a6a513.bindPopup(popup_69b0ee8d3323da32f3411ffdca12628a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d7f3a382dad7ca9be29470ba4a6a513.setIcon(icon_38b0e26d3ec865794bb18e78a4c1b6e3);
|
|
|
|
|
|
var marker_8571a556cdbe948cfe78992899a604b3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_ca94b07310d55fe95e9c074534413dac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d1f633f9a72c6bbf1e0ae8bc6ae0076 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f29958ee9185bb60348af606b021b357 = $(`<div id="html_f29958ee9185bb60348af606b021b357" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_3d1f633f9a72c6bbf1e0ae8bc6ae0076.setContent(html_f29958ee9185bb60348af606b021b357);
|
|
|
|
|
|
|
|
marker_8571a556cdbe948cfe78992899a604b3.bindPopup(popup_3d1f633f9a72c6bbf1e0ae8bc6ae0076)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8571a556cdbe948cfe78992899a604b3.setIcon(icon_ca94b07310d55fe95e9c074534413dac);
|
|
|
|
|
|
var marker_138093cd0be42efe9a042aea1acde574 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_aa13e503bf7ef60cc319d06022d47b0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b09f7bf632192da9017d86ac576f9c69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_447ba7280dfa38cf409a6e7400d8dde2 = $(`<div id="html_447ba7280dfa38cf409a6e7400d8dde2" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_b09f7bf632192da9017d86ac576f9c69.setContent(html_447ba7280dfa38cf409a6e7400d8dde2);
|
|
|
|
|
|
|
|
marker_138093cd0be42efe9a042aea1acde574.bindPopup(popup_b09f7bf632192da9017d86ac576f9c69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_138093cd0be42efe9a042aea1acde574.setIcon(icon_aa13e503bf7ef60cc319d06022d47b0b);
|
|
|
|
|
|
var marker_5beb0daa3b41bbc7c433d8d6fa93a118 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_02c29e44aba0d500e69172f229132551 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddf2e68f9de0bdd77216ac8f746707f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f45506ee6327e3419141e5818a4761b = $(`<div id="html_2f45506ee6327e3419141e5818a4761b" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_ddf2e68f9de0bdd77216ac8f746707f2.setContent(html_2f45506ee6327e3419141e5818a4761b);
|
|
|
|
|
|
|
|
marker_5beb0daa3b41bbc7c433d8d6fa93a118.bindPopup(popup_ddf2e68f9de0bdd77216ac8f746707f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5beb0daa3b41bbc7c433d8d6fa93a118.setIcon(icon_02c29e44aba0d500e69172f229132551);
|
|
|
|
|
|
var marker_66b3b1ffd3a5ce743c21fb1002d4f703 = L.marker(
|
|
[22.5429, 114.06],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d392c8e0a5278b818484e8203fe35f25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2c619d24b5dcc5792806f31ea82219f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_715b878033c1b858b4795c98b5ef54d1 = $(`<div id="html_715b878033c1b858b4795c98b5ef54d1" style="width: 100.0%; height: 100.0%;">ai.techunder.tech:56711</div>`)[0];
|
|
popup_e2c619d24b5dcc5792806f31ea82219f.setContent(html_715b878033c1b858b4795c98b5ef54d1);
|
|
|
|
|
|
|
|
marker_66b3b1ffd3a5ce743c21fb1002d4f703.bindPopup(popup_e2c619d24b5dcc5792806f31ea82219f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66b3b1ffd3a5ce743c21fb1002d4f703.setIcon(icon_d392c8e0a5278b818484e8203fe35f25);
|
|
|
|
|
|
var marker_7e7db57d045ae71ad0b3ce22ab527be9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_7185fe7c0334cf4d05f294566deae38f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef7dfd38bc0937c666e883788c6feecb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f9aee88286cf5c7c2d3a64424a56340 = $(`<div id="html_7f9aee88286cf5c7c2d3a64424a56340" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_ef7dfd38bc0937c666e883788c6feecb.setContent(html_7f9aee88286cf5c7c2d3a64424a56340);
|
|
|
|
|
|
|
|
marker_7e7db57d045ae71ad0b3ce22ab527be9.bindPopup(popup_ef7dfd38bc0937c666e883788c6feecb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e7db57d045ae71ad0b3ce22ab527be9.setIcon(icon_7185fe7c0334cf4d05f294566deae38f);
|
|
|
|
|
|
var marker_caf63c605bcf8f0cce9b315eec756137 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_7e25d8898e909d271deaf46f6d6106eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40f190200bc5e137b1656d7fc5175634 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c4278f7baf481d87e5be3e1b67c80a7 = $(`<div id="html_6c4278f7baf481d87e5be3e1b67c80a7" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_40f190200bc5e137b1656d7fc5175634.setContent(html_6c4278f7baf481d87e5be3e1b67c80a7);
|
|
|
|
|
|
|
|
marker_caf63c605bcf8f0cce9b315eec756137.bindPopup(popup_40f190200bc5e137b1656d7fc5175634)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_caf63c605bcf8f0cce9b315eec756137.setIcon(icon_7e25d8898e909d271deaf46f6d6106eb);
|
|
|
|
|
|
var marker_248ba6b16139a30bb5b228042995769b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_9e7acb14197611d34973af04fad9c96f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ed0dafc66e1f298dd407de6c6b83aaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97175b8e529f965f79532a84e932ecbf = $(`<div id="html_97175b8e529f965f79532a84e932ecbf" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_3ed0dafc66e1f298dd407de6c6b83aaf.setContent(html_97175b8e529f965f79532a84e932ecbf);
|
|
|
|
|
|
|
|
marker_248ba6b16139a30bb5b228042995769b.bindPopup(popup_3ed0dafc66e1f298dd407de6c6b83aaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_248ba6b16139a30bb5b228042995769b.setIcon(icon_9e7acb14197611d34973af04fad9c96f);
|
|
|
|
|
|
var marker_7f42d0779121de7d556de536e1ba0664 = L.marker(
|
|
[45.5019, -73.5674],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f1b902ccc5076126504a30619dca4729);
|
|
|
|
|
|
var icon_d5c027f14441d0c1322aa50529bc86c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afe673959359b990b088be18fbf60411 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71fd45c12968f40e64044cf7a9e6ba31 = $(`<div id="html_71fd45c12968f40e64044cf7a9e6ba31" style="width: 100.0%; height: 100.0%;">nostr-server-production.up.railway.app</div>`)[0];
|
|
popup_afe673959359b990b088be18fbf60411.setContent(html_71fd45c12968f40e64044cf7a9e6ba31);
|
|
|
|
|
|
|
|
marker_7f42d0779121de7d556de536e1ba0664.bindPopup(popup_afe673959359b990b088be18fbf60411)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f42d0779121de7d556de536e1ba0664.setIcon(icon_d5c027f14441d0c1322aa50529bc86c7);
|
|
|
|
|
|
marker_cluster_f1b902ccc5076126504a30619dca4729.addTo(map_1f666a68bde32d6f47f9b3b5453168e0);
|
|
|
|
</script>
|
|
</html> |