mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 13:25:18 +00:00
10943 lines
318 KiB
HTML
10943 lines
318 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_0a206ac3a1f24adcd9c46fc1d3ce9d45 {
|
|
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_0a206ac3a1f24adcd9c46fc1d3ce9d45" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_0a206ac3a1f24adcd9c46fc1d3ce9d45 = L.map(
|
|
"map_0a206ac3a1f24adcd9c46fc1d3ce9d45",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_2208982058ac38b6dee0f0b1e4e69754 = 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_2208982058ac38b6dee0f0b1e4e69754.addTo(map_0a206ac3a1f24adcd9c46fc1d3ce9d45);
|
|
|
|
|
|
var marker_cluster_694284fc6f616c621f1290856616a01f = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_fad8c1d59d12bd5436f5a44266b0f276 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_320943aa1c8d6851386e46ca3f27b955 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b72212c08d529abb13de5b31897d120 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_299f69d4d4b60dba2f612096dfb0e08f = $(`<div id="html_299f69d4d4b60dba2f612096dfb0e08f" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_6b72212c08d529abb13de5b31897d120.setContent(html_299f69d4d4b60dba2f612096dfb0e08f);
|
|
|
|
|
|
|
|
marker_fad8c1d59d12bd5436f5a44266b0f276.bindPopup(popup_6b72212c08d529abb13de5b31897d120)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fad8c1d59d12bd5436f5a44266b0f276.setIcon(icon_320943aa1c8d6851386e46ca3f27b955);
|
|
|
|
|
|
var marker_0e7cd7264ff34480ca95b4472196a554 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_233fe92fcbfd1459a7ffaba41b44532f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1322b594ad74cfa053675f1d155ccfb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e1a7d0428d27c6d2345f414640ddf52 = $(`<div id="html_4e1a7d0428d27c6d2345f414640ddf52" style="width: 100.0%; height: 100.0%;">hivetalk.nostr1.com</div>`)[0];
|
|
popup_1322b594ad74cfa053675f1d155ccfb9.setContent(html_4e1a7d0428d27c6d2345f414640ddf52);
|
|
|
|
|
|
|
|
marker_0e7cd7264ff34480ca95b4472196a554.bindPopup(popup_1322b594ad74cfa053675f1d155ccfb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e7cd7264ff34480ca95b4472196a554.setIcon(icon_233fe92fcbfd1459a7ffaba41b44532f);
|
|
|
|
|
|
var marker_d849cd40c0ecfa28fa3dd76d752d0226 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_3faed687d4bd8bd434bf70e279f406c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_226edd353bb6d36d1d1144a230ecee73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a99d21844805ef1efd74e373b1336fca = $(`<div id="html_a99d21844805ef1efd74e373b1336fca" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_226edd353bb6d36d1d1144a230ecee73.setContent(html_a99d21844805ef1efd74e373b1336fca);
|
|
|
|
|
|
|
|
marker_d849cd40c0ecfa28fa3dd76d752d0226.bindPopup(popup_226edd353bb6d36d1d1144a230ecee73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d849cd40c0ecfa28fa3dd76d752d0226.setIcon(icon_3faed687d4bd8bd434bf70e279f406c2);
|
|
|
|
|
|
var marker_7767aaa550bf36a7c7d1c77fa717b316 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_f89c0afe6fd408163939a230ecb3b4a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3f92eb032f9e922d458ff266aa15854 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0cd6d3d11b71d9f06ebf3449593236e = $(`<div id="html_e0cd6d3d11b71d9f06ebf3449593236e" style="width: 100.0%; height: 100.0%;">pyramid.fiatjaf.com</div>`)[0];
|
|
popup_e3f92eb032f9e922d458ff266aa15854.setContent(html_e0cd6d3d11b71d9f06ebf3449593236e);
|
|
|
|
|
|
|
|
marker_7767aaa550bf36a7c7d1c77fa717b316.bindPopup(popup_e3f92eb032f9e922d458ff266aa15854)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7767aaa550bf36a7c7d1c77fa717b316.setIcon(icon_f89c0afe6fd408163939a230ecb3b4a0);
|
|
|
|
|
|
var marker_783b127ab8ffa9579f00fc7e00c9752b = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c97d0a3a8b02d7479a14dc21ea3c4ac1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9ee2ed54b17dde94f20da2d1a8dd9d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23f9983e067397acf6871b16d410bbaf = $(`<div id="html_23f9983e067397acf6871b16d410bbaf" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_b9ee2ed54b17dde94f20da2d1a8dd9d6.setContent(html_23f9983e067397acf6871b16d410bbaf);
|
|
|
|
|
|
|
|
marker_783b127ab8ffa9579f00fc7e00c9752b.bindPopup(popup_b9ee2ed54b17dde94f20da2d1a8dd9d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_783b127ab8ffa9579f00fc7e00c9752b.setIcon(icon_c97d0a3a8b02d7479a14dc21ea3c4ac1);
|
|
|
|
|
|
var marker_bfa37b3f49cff96838b6f72a52e23936 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c89a38ac68cbd6e3d993015853ed5c36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5aa031e7ec9351cd75d0976698b850b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92ebe8a40408a5b4c50f623386d83207 = $(`<div id="html_92ebe8a40408a5b4c50f623386d83207" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_5aa031e7ec9351cd75d0976698b850b6.setContent(html_92ebe8a40408a5b4c50f623386d83207);
|
|
|
|
|
|
|
|
marker_bfa37b3f49cff96838b6f72a52e23936.bindPopup(popup_5aa031e7ec9351cd75d0976698b850b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfa37b3f49cff96838b6f72a52e23936.setIcon(icon_c89a38ac68cbd6e3d993015853ed5c36);
|
|
|
|
|
|
var marker_d6cdae7d4b7ece51722cc7fd666d6774 = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_d18dcc295ff6496f8d62bec7fedcaf41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02306756537fe12e816c02a8433e628f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a873ee2a0f6d1970f2c3f90963281ee = $(`<div id="html_4a873ee2a0f6d1970f2c3f90963281ee" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_02306756537fe12e816c02a8433e628f.setContent(html_4a873ee2a0f6d1970f2c3f90963281ee);
|
|
|
|
|
|
|
|
marker_d6cdae7d4b7ece51722cc7fd666d6774.bindPopup(popup_02306756537fe12e816c02a8433e628f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6cdae7d4b7ece51722cc7fd666d6774.setIcon(icon_d18dcc295ff6496f8d62bec7fedcaf41);
|
|
|
|
|
|
var marker_505d92e9656fcefb6c8f9d7363a956e5 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_9f0f6c09ced891f4140967ec5a743382 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bdeb24fff87543207840693a66809c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d52abd9776a84fd1a7c0d23ffcbe5b97 = $(`<div id="html_d52abd9776a84fd1a7c0d23ffcbe5b97" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_4bdeb24fff87543207840693a66809c3.setContent(html_d52abd9776a84fd1a7c0d23ffcbe5b97);
|
|
|
|
|
|
|
|
marker_505d92e9656fcefb6c8f9d7363a956e5.bindPopup(popup_4bdeb24fff87543207840693a66809c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_505d92e9656fcefb6c8f9d7363a956e5.setIcon(icon_9f0f6c09ced891f4140967ec5a743382);
|
|
|
|
|
|
var marker_6db19d1d1ba02ee2622d1050e3493985 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_9259a5955854eb148fcb87431cb35a22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b1747c27b54c220fde23730814fd835 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fa5b03362facdb2b7b1239ffe83d906 = $(`<div id="html_0fa5b03362facdb2b7b1239ffe83d906" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_3b1747c27b54c220fde23730814fd835.setContent(html_0fa5b03362facdb2b7b1239ffe83d906);
|
|
|
|
|
|
|
|
marker_6db19d1d1ba02ee2622d1050e3493985.bindPopup(popup_3b1747c27b54c220fde23730814fd835)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6db19d1d1ba02ee2622d1050e3493985.setIcon(icon_9259a5955854eb148fcb87431cb35a22);
|
|
|
|
|
|
var marker_62a66fab429fbdc4592c6ddfbd4b858a = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_3ac31d9ed34c592ccc0e200909f4196d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24d8fb4b14422dd696405168151deb94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf9bc94e42ee637b81baa0d81466fdfc = $(`<div id="html_cf9bc94e42ee637b81baa0d81466fdfc" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_24d8fb4b14422dd696405168151deb94.setContent(html_cf9bc94e42ee637b81baa0d81466fdfc);
|
|
|
|
|
|
|
|
marker_62a66fab429fbdc4592c6ddfbd4b858a.bindPopup(popup_24d8fb4b14422dd696405168151deb94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62a66fab429fbdc4592c6ddfbd4b858a.setIcon(icon_3ac31d9ed34c592ccc0e200909f4196d);
|
|
|
|
|
|
var marker_e9523446caf4bf56e28e3c2a98f2e617 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_72f940bd538520f241c3786b8edb24e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8df82a8059ddae41ffe0f1c3ac8394f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce1ba659704ac2356e0977fb09326754 = $(`<div id="html_ce1ba659704ac2356e0977fb09326754" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_8df82a8059ddae41ffe0f1c3ac8394f1.setContent(html_ce1ba659704ac2356e0977fb09326754);
|
|
|
|
|
|
|
|
marker_e9523446caf4bf56e28e3c2a98f2e617.bindPopup(popup_8df82a8059ddae41ffe0f1c3ac8394f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9523446caf4bf56e28e3c2a98f2e617.setIcon(icon_72f940bd538520f241c3786b8edb24e5);
|
|
|
|
|
|
var marker_52875b67e94031cfabe2394142d92850 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_2fae648aa3036615325e352e56bde31b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee057c5c66e88a73207c5f59d14dc2b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a27ad312cb52841eac9582ef5b2a9b3 = $(`<div id="html_8a27ad312cb52841eac9582ef5b2a9b3" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_ee057c5c66e88a73207c5f59d14dc2b7.setContent(html_8a27ad312cb52841eac9582ef5b2a9b3);
|
|
|
|
|
|
|
|
marker_52875b67e94031cfabe2394142d92850.bindPopup(popup_ee057c5c66e88a73207c5f59d14dc2b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52875b67e94031cfabe2394142d92850.setIcon(icon_2fae648aa3036615325e352e56bde31b);
|
|
|
|
|
|
var marker_df5b16d2d46f32f047a121689942def8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_fb60f7991ede4cd64097367129eb2a6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fed16e1e72243bb8a631450bd3b714f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca36a01d8d5a1110183b298b7878222d = $(`<div id="html_ca36a01d8d5a1110183b298b7878222d" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_fed16e1e72243bb8a631450bd3b714f1.setContent(html_ca36a01d8d5a1110183b298b7878222d);
|
|
|
|
|
|
|
|
marker_df5b16d2d46f32f047a121689942def8.bindPopup(popup_fed16e1e72243bb8a631450bd3b714f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df5b16d2d46f32f047a121689942def8.setIcon(icon_fb60f7991ede4cd64097367129eb2a6d);
|
|
|
|
|
|
var marker_b3136e544958a108015028b04213a20e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_143e2fca75d8f85e576337ae3b509873 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a53d0ed7b88716b5714bbbf465c188df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e46360a6141b41b8fb4222d1cff34de5 = $(`<div id="html_e46360a6141b41b8fb4222d1cff34de5" style="width: 100.0%; height: 100.0%;">relay.2nix.de</div>`)[0];
|
|
popup_a53d0ed7b88716b5714bbbf465c188df.setContent(html_e46360a6141b41b8fb4222d1cff34de5);
|
|
|
|
|
|
|
|
marker_b3136e544958a108015028b04213a20e.bindPopup(popup_a53d0ed7b88716b5714bbbf465c188df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3136e544958a108015028b04213a20e.setIcon(icon_143e2fca75d8f85e576337ae3b509873);
|
|
|
|
|
|
var marker_e3a4c23b379f215240d744d75e72fc2d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_fb31bf7b2ff88f591603a7766558d613 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b827446b89375cb3a04d6ced7ff24696 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f44238cc3be40acf740b02aea55b3bb = $(`<div id="html_2f44238cc3be40acf740b02aea55b3bb" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_b827446b89375cb3a04d6ced7ff24696.setContent(html_2f44238cc3be40acf740b02aea55b3bb);
|
|
|
|
|
|
|
|
marker_e3a4c23b379f215240d744d75e72fc2d.bindPopup(popup_b827446b89375cb3a04d6ced7ff24696)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3a4c23b379f215240d744d75e72fc2d.setIcon(icon_fb31bf7b2ff88f591603a7766558d613);
|
|
|
|
|
|
var marker_dda72b57dc2826564e701ddb9f6ef449 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_fc41cbea742ffee890f0cf77238d2739 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0376ada88df8968f6299a9b8a201b92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77d4199910614e68337e4dccbe8a657e = $(`<div id="html_77d4199910614e68337e4dccbe8a657e" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_d0376ada88df8968f6299a9b8a201b92.setContent(html_77d4199910614e68337e4dccbe8a657e);
|
|
|
|
|
|
|
|
marker_dda72b57dc2826564e701ddb9f6ef449.bindPopup(popup_d0376ada88df8968f6299a9b8a201b92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dda72b57dc2826564e701ddb9f6ef449.setIcon(icon_fc41cbea742ffee890f0cf77238d2739);
|
|
|
|
|
|
var marker_d1c6d32f6182bedda07e98d584459263 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_1634895792ca10d24439725f56ff5ec9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e386c56405bfb7e254c142188633739a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01a4e7cd851658c8184f7adbdb6da2da = $(`<div id="html_01a4e7cd851658c8184f7adbdb6da2da" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_e386c56405bfb7e254c142188633739a.setContent(html_01a4e7cd851658c8184f7adbdb6da2da);
|
|
|
|
|
|
|
|
marker_d1c6d32f6182bedda07e98d584459263.bindPopup(popup_e386c56405bfb7e254c142188633739a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1c6d32f6182bedda07e98d584459263.setIcon(icon_1634895792ca10d24439725f56ff5ec9);
|
|
|
|
|
|
var marker_af47aa33dbfe4c8d59dda4af69dba122 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_bffd9c8bd2c8c4b140ed5b98f6a28297 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59a68bfdee5977d021583486da2c3fa4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f5396129de228fac779149e601d8e9e = $(`<div id="html_5f5396129de228fac779149e601d8e9e" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_59a68bfdee5977d021583486da2c3fa4.setContent(html_5f5396129de228fac779149e601d8e9e);
|
|
|
|
|
|
|
|
marker_af47aa33dbfe4c8d59dda4af69dba122.bindPopup(popup_59a68bfdee5977d021583486da2c3fa4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af47aa33dbfe4c8d59dda4af69dba122.setIcon(icon_bffd9c8bd2c8c4b140ed5b98f6a28297);
|
|
|
|
|
|
var marker_3825433a55edefcc0b110b054645f8fb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_7f8001c13e7fac735ac12f16fbd205cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_776877363429c97fece17fdd3397ebe1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9b51e5942b0e6793016b1898ddd46df = $(`<div id="html_c9b51e5942b0e6793016b1898ddd46df" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_776877363429c97fece17fdd3397ebe1.setContent(html_c9b51e5942b0e6793016b1898ddd46df);
|
|
|
|
|
|
|
|
marker_3825433a55edefcc0b110b054645f8fb.bindPopup(popup_776877363429c97fece17fdd3397ebe1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3825433a55edefcc0b110b054645f8fb.setIcon(icon_7f8001c13e7fac735ac12f16fbd205cc);
|
|
|
|
|
|
var marker_df02d0529db8b91eb458aa717fa2a347 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_2f1c73ee7a73c11fb157000ebd9e34a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6fe55dcc082886708a1151c97b7d53a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3817ff3cff6d7a612c838bfb5dd1594 = $(`<div id="html_b3817ff3cff6d7a612c838bfb5dd1594" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_a6fe55dcc082886708a1151c97b7d53a.setContent(html_b3817ff3cff6d7a612c838bfb5dd1594);
|
|
|
|
|
|
|
|
marker_df02d0529db8b91eb458aa717fa2a347.bindPopup(popup_a6fe55dcc082886708a1151c97b7d53a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df02d0529db8b91eb458aa717fa2a347.setIcon(icon_2f1c73ee7a73c11fb157000ebd9e34a3);
|
|
|
|
|
|
var marker_ded2cdd5af244ae0c2cd6a5810fcbbf9 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_6d28e5eb23c810cf61bdc26f7f23457b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a16dc6c09d76b126fc4020c7e8e487df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_018af4f14f49c6ea72a350502ff12223 = $(`<div id="html_018af4f14f49c6ea72a350502ff12223" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_a16dc6c09d76b126fc4020c7e8e487df.setContent(html_018af4f14f49c6ea72a350502ff12223);
|
|
|
|
|
|
|
|
marker_ded2cdd5af244ae0c2cd6a5810fcbbf9.bindPopup(popup_a16dc6c09d76b126fc4020c7e8e487df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ded2cdd5af244ae0c2cd6a5810fcbbf9.setIcon(icon_6d28e5eb23c810cf61bdc26f7f23457b);
|
|
|
|
|
|
var marker_53526300802dc646d20c72dbb63fe39e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_41d2b8fc437b669e47074fa4971adcc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b12732c82a4cdc813e4d664b24de12c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e14ef51dc5804e9da20d8842b372e0d = $(`<div id="html_4e14ef51dc5804e9da20d8842b372e0d" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_b12732c82a4cdc813e4d664b24de12c7.setContent(html_4e14ef51dc5804e9da20d8842b372e0d);
|
|
|
|
|
|
|
|
marker_53526300802dc646d20c72dbb63fe39e.bindPopup(popup_b12732c82a4cdc813e4d664b24de12c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53526300802dc646d20c72dbb63fe39e.setIcon(icon_41d2b8fc437b669e47074fa4971adcc6);
|
|
|
|
|
|
var marker_3101bf9cf5ab1dbfbc1d676a8d31d2cc = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_65752b9160b6a11afdd810ab43a31a9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9724e19033389e84819df9a9262742a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10cceab1288d6c0fc7c29c645184a7ea = $(`<div id="html_10cceab1288d6c0fc7c29c645184a7ea" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_9724e19033389e84819df9a9262742a1.setContent(html_10cceab1288d6c0fc7c29c645184a7ea);
|
|
|
|
|
|
|
|
marker_3101bf9cf5ab1dbfbc1d676a8d31d2cc.bindPopup(popup_9724e19033389e84819df9a9262742a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3101bf9cf5ab1dbfbc1d676a8d31d2cc.setIcon(icon_65752b9160b6a11afdd810ab43a31a9e);
|
|
|
|
|
|
var marker_04bd31adda5ab71bf2a43f3a409eae6a = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_da06553586d6a1ee242c2b871ff59d65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d464c4788da358f47e55a4302451ff1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e88bc6d956d60e2b80c6e6c8ad2c3218 = $(`<div id="html_e88bc6d956d60e2b80c6e6c8ad2c3218" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_d464c4788da358f47e55a4302451ff1e.setContent(html_e88bc6d956d60e2b80c6e6c8ad2c3218);
|
|
|
|
|
|
|
|
marker_04bd31adda5ab71bf2a43f3a409eae6a.bindPopup(popup_d464c4788da358f47e55a4302451ff1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04bd31adda5ab71bf2a43f3a409eae6a.setIcon(icon_da06553586d6a1ee242c2b871ff59d65);
|
|
|
|
|
|
var marker_13ac2eff611ba42a09448c540b13f418 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_cbf7dafe1d657d6336aefc5121fd7f41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b85adffd9f64f77c0ff361469ff7ee53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fe706e7d42dbf42e63b10fa78d49940 = $(`<div id="html_9fe706e7d42dbf42e63b10fa78d49940" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_b85adffd9f64f77c0ff361469ff7ee53.setContent(html_9fe706e7d42dbf42e63b10fa78d49940);
|
|
|
|
|
|
|
|
marker_13ac2eff611ba42a09448c540b13f418.bindPopup(popup_b85adffd9f64f77c0ff361469ff7ee53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13ac2eff611ba42a09448c540b13f418.setIcon(icon_cbf7dafe1d657d6336aefc5121fd7f41);
|
|
|
|
|
|
var marker_8d4fe96abba30d4dfdf027a88e5fa671 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_f0a27ede3eb56bfc4fbc11d7c9c906fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa74cf362225f36dee521e38792b158d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44797050572e6eebe19481992b006dcc = $(`<div id="html_44797050572e6eebe19481992b006dcc" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_fa74cf362225f36dee521e38792b158d.setContent(html_44797050572e6eebe19481992b006dcc);
|
|
|
|
|
|
|
|
marker_8d4fe96abba30d4dfdf027a88e5fa671.bindPopup(popup_fa74cf362225f36dee521e38792b158d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d4fe96abba30d4dfdf027a88e5fa671.setIcon(icon_f0a27ede3eb56bfc4fbc11d7c9c906fb);
|
|
|
|
|
|
var marker_821ae4969355901fa88ceb8dd35ab3ec = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_8353556b93fb4110d3721d3fa2d8a77d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a047c75958d3d0e6b473742c65bb360 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c6a266e8a71cc19ba82e8f3bc681ccf = $(`<div id="html_1c6a266e8a71cc19ba82e8f3bc681ccf" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_5a047c75958d3d0e6b473742c65bb360.setContent(html_1c6a266e8a71cc19ba82e8f3bc681ccf);
|
|
|
|
|
|
|
|
marker_821ae4969355901fa88ceb8dd35ab3ec.bindPopup(popup_5a047c75958d3d0e6b473742c65bb360)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_821ae4969355901fa88ceb8dd35ab3ec.setIcon(icon_8353556b93fb4110d3721d3fa2d8a77d);
|
|
|
|
|
|
var marker_9c3b2cf89be1eacfa38859393d080e24 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_0f3275913494b6029f0787a18a96857b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ee973464bf7884371dec2f165a4a17e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_222126f11c789211eef9f856acbe2cdf = $(`<div id="html_222126f11c789211eef9f856acbe2cdf" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_6ee973464bf7884371dec2f165a4a17e.setContent(html_222126f11c789211eef9f856acbe2cdf);
|
|
|
|
|
|
|
|
marker_9c3b2cf89be1eacfa38859393d080e24.bindPopup(popup_6ee973464bf7884371dec2f165a4a17e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c3b2cf89be1eacfa38859393d080e24.setIcon(icon_0f3275913494b6029f0787a18a96857b);
|
|
|
|
|
|
var marker_1ef02a5cde34b52b42ccd7eda29ca69e = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_7302f0e73b5c085187d47e894f5420f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14231fe15d65a2f3d4f54154faacec1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f99d1d40adb551ee272d68d75c1e447 = $(`<div id="html_5f99d1d40adb551ee272d68d75c1e447" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_14231fe15d65a2f3d4f54154faacec1d.setContent(html_5f99d1d40adb551ee272d68d75c1e447);
|
|
|
|
|
|
|
|
marker_1ef02a5cde34b52b42ccd7eda29ca69e.bindPopup(popup_14231fe15d65a2f3d4f54154faacec1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ef02a5cde34b52b42ccd7eda29ca69e.setIcon(icon_7302f0e73b5c085187d47e894f5420f5);
|
|
|
|
|
|
var marker_4951bc74674728b2e122411209988e1a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_3abfde99a7644095eba89aeed1b3d590 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c81f023703ab142070529d0e6525018f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac8a2fdda5eed1234bd70b0e071bf5d9 = $(`<div id="html_ac8a2fdda5eed1234bd70b0e071bf5d9" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_c81f023703ab142070529d0e6525018f.setContent(html_ac8a2fdda5eed1234bd70b0e071bf5d9);
|
|
|
|
|
|
|
|
marker_4951bc74674728b2e122411209988e1a.bindPopup(popup_c81f023703ab142070529d0e6525018f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4951bc74674728b2e122411209988e1a.setIcon(icon_3abfde99a7644095eba89aeed1b3d590);
|
|
|
|
|
|
var marker_c413f82cd5d1948e060ad1cb1c1e0bf5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_807f13c099f652919a6cadc7a5103721 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_706784a7b709545b92a6fe519ae099f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5c467926871458a93f129ea00f388f9 = $(`<div id="html_e5c467926871458a93f129ea00f388f9" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_706784a7b709545b92a6fe519ae099f7.setContent(html_e5c467926871458a93f129ea00f388f9);
|
|
|
|
|
|
|
|
marker_c413f82cd5d1948e060ad1cb1c1e0bf5.bindPopup(popup_706784a7b709545b92a6fe519ae099f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c413f82cd5d1948e060ad1cb1c1e0bf5.setIcon(icon_807f13c099f652919a6cadc7a5103721);
|
|
|
|
|
|
var marker_37fcdbea660d7b97c79352d8141e166a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_64d15e52073e898bc538447f14084d12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fdb29a1e61b4c3a85ed0bae50189445 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28667caad636287d24fd2c51a87cab47 = $(`<div id="html_28667caad636287d24fd2c51a87cab47" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_1fdb29a1e61b4c3a85ed0bae50189445.setContent(html_28667caad636287d24fd2c51a87cab47);
|
|
|
|
|
|
|
|
marker_37fcdbea660d7b97c79352d8141e166a.bindPopup(popup_1fdb29a1e61b4c3a85ed0bae50189445)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37fcdbea660d7b97c79352d8141e166a.setIcon(icon_64d15e52073e898bc538447f14084d12);
|
|
|
|
|
|
var marker_af2971e0ddb2aeb0499e6a6c3b213c19 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_65a4c9d2d38596558237d8154ce75bf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67b4b3f7f0999bf8065d0b9f98a26d36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf1eda4072d3f6ab7ce7a0a84b04fc33 = $(`<div id="html_cf1eda4072d3f6ab7ce7a0a84b04fc33" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_67b4b3f7f0999bf8065d0b9f98a26d36.setContent(html_cf1eda4072d3f6ab7ce7a0a84b04fc33);
|
|
|
|
|
|
|
|
marker_af2971e0ddb2aeb0499e6a6c3b213c19.bindPopup(popup_67b4b3f7f0999bf8065d0b9f98a26d36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af2971e0ddb2aeb0499e6a6c3b213c19.setIcon(icon_65a4c9d2d38596558237d8154ce75bf0);
|
|
|
|
|
|
var marker_0aaa570a026d602e799de6488ffaa878 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_6c0203c196b34b9ef58703841c308cab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_653b84fe7c90e586a70f232167385e2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9acf5972d80e77056076eaf843c9476d = $(`<div id="html_9acf5972d80e77056076eaf843c9476d" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_653b84fe7c90e586a70f232167385e2d.setContent(html_9acf5972d80e77056076eaf843c9476d);
|
|
|
|
|
|
|
|
marker_0aaa570a026d602e799de6488ffaa878.bindPopup(popup_653b84fe7c90e586a70f232167385e2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0aaa570a026d602e799de6488ffaa878.setIcon(icon_6c0203c196b34b9ef58703841c308cab);
|
|
|
|
|
|
var marker_21bd20d196c4429c9859f0d8fae32c92 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_76eb8c8090819d85a0b50e7e817968fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11f2c0de07ac6404ee2c3d60c87ce01f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39ae6ccb5dd0279e8d41dacb5c982551 = $(`<div id="html_39ae6ccb5dd0279e8d41dacb5c982551" style="width: 100.0%; height: 100.0%;">relay.lifpay.me</div>`)[0];
|
|
popup_11f2c0de07ac6404ee2c3d60c87ce01f.setContent(html_39ae6ccb5dd0279e8d41dacb5c982551);
|
|
|
|
|
|
|
|
marker_21bd20d196c4429c9859f0d8fae32c92.bindPopup(popup_11f2c0de07ac6404ee2c3d60c87ce01f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21bd20d196c4429c9859f0d8fae32c92.setIcon(icon_76eb8c8090819d85a0b50e7e817968fd);
|
|
|
|
|
|
var marker_dfc27bb257b9f041687e74cfb920603d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_5f32b420f84e7472514f547b71c410ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2a322dc243008d3240fe9c5f9feac32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f9cd6e679ebce602d1bafcc17c30e0f = $(`<div id="html_8f9cd6e679ebce602d1bafcc17c30e0f" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_b2a322dc243008d3240fe9c5f9feac32.setContent(html_8f9cd6e679ebce602d1bafcc17c30e0f);
|
|
|
|
|
|
|
|
marker_dfc27bb257b9f041687e74cfb920603d.bindPopup(popup_b2a322dc243008d3240fe9c5f9feac32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfc27bb257b9f041687e74cfb920603d.setIcon(icon_5f32b420f84e7472514f547b71c410ed);
|
|
|
|
|
|
var marker_1f6de2627770b367e2ce020dcaf427ef = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_fa361d62ac01253d2a39f0b3442681d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_817f700ec2cd90dbc1c8c48366448577 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_536d54aeb6cf133cd1d0937cd9a9a2f6 = $(`<div id="html_536d54aeb6cf133cd1d0937cd9a9a2f6" style="width: 100.0%; height: 100.0%;">alien.macneilmediagroup.com</div>`)[0];
|
|
popup_817f700ec2cd90dbc1c8c48366448577.setContent(html_536d54aeb6cf133cd1d0937cd9a9a2f6);
|
|
|
|
|
|
|
|
marker_1f6de2627770b367e2ce020dcaf427ef.bindPopup(popup_817f700ec2cd90dbc1c8c48366448577)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f6de2627770b367e2ce020dcaf427ef.setIcon(icon_fa361d62ac01253d2a39f0b3442681d5);
|
|
|
|
|
|
var marker_2e5bd4f4ad73aba4a445505489b34655 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_a6ef76d40ea8889e3d7cfdad3c9ba357 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9ca22532f96291a5b53e21c98481a39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa28c38c858513fad32f9137c5f35a8b = $(`<div id="html_fa28c38c858513fad32f9137c5f35a8b" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_a9ca22532f96291a5b53e21c98481a39.setContent(html_fa28c38c858513fad32f9137c5f35a8b);
|
|
|
|
|
|
|
|
marker_2e5bd4f4ad73aba4a445505489b34655.bindPopup(popup_a9ca22532f96291a5b53e21c98481a39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e5bd4f4ad73aba4a445505489b34655.setIcon(icon_a6ef76d40ea8889e3d7cfdad3c9ba357);
|
|
|
|
|
|
var marker_cf6a452591509d8fc2953edc3038f730 = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_08f2217a949ecf27d2780ccd0f45276d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c75624e36bd57d4a9bdcac3062e49141 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ca66894b45c12c9a5aabc0f38562a99 = $(`<div id="html_3ca66894b45c12c9a5aabc0f38562a99" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_c75624e36bd57d4a9bdcac3062e49141.setContent(html_3ca66894b45c12c9a5aabc0f38562a99);
|
|
|
|
|
|
|
|
marker_cf6a452591509d8fc2953edc3038f730.bindPopup(popup_c75624e36bd57d4a9bdcac3062e49141)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf6a452591509d8fc2953edc3038f730.setIcon(icon_08f2217a949ecf27d2780ccd0f45276d);
|
|
|
|
|
|
var marker_ddddfe68a4880feacd3431721563d729 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_bcb367c8fa4d664248da368318f3ddd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22516219d7a6810402dddea5a39d2575 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07ec0e12e9006f147a4bb482abf712d4 = $(`<div id="html_07ec0e12e9006f147a4bb482abf712d4" style="width: 100.0%; height: 100.0%;">divine.diy</div>`)[0];
|
|
popup_22516219d7a6810402dddea5a39d2575.setContent(html_07ec0e12e9006f147a4bb482abf712d4);
|
|
|
|
|
|
|
|
marker_ddddfe68a4880feacd3431721563d729.bindPopup(popup_22516219d7a6810402dddea5a39d2575)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddddfe68a4880feacd3431721563d729.setIcon(icon_bcb367c8fa4d664248da368318f3ddd4);
|
|
|
|
|
|
var marker_f850f9497d436930353978b9b1d1534d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_9e6e28e00b3b21a12da4cd742949bc36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0f07a3781c23b199a83eb1575a65095 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3ffe9d341a68108029263d3039c75c5 = $(`<div id="html_c3ffe9d341a68108029263d3039c75c5" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_c0f07a3781c23b199a83eb1575a65095.setContent(html_c3ffe9d341a68108029263d3039c75c5);
|
|
|
|
|
|
|
|
marker_f850f9497d436930353978b9b1d1534d.bindPopup(popup_c0f07a3781c23b199a83eb1575a65095)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f850f9497d436930353978b9b1d1534d.setIcon(icon_9e6e28e00b3b21a12da4cd742949bc36);
|
|
|
|
|
|
var marker_6c55094ad4538c420551d80de0ad9dcd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_3d8702b5f6a3b9cef9cafb63c4237e0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5093436dfdeadf55ea61cbb89332d5f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80bf93ea609ab4ac72d596207460ea7f = $(`<div id="html_80bf93ea609ab4ac72d596207460ea7f" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_5093436dfdeadf55ea61cbb89332d5f8.setContent(html_80bf93ea609ab4ac72d596207460ea7f);
|
|
|
|
|
|
|
|
marker_6c55094ad4538c420551d80de0ad9dcd.bindPopup(popup_5093436dfdeadf55ea61cbb89332d5f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c55094ad4538c420551d80de0ad9dcd.setIcon(icon_3d8702b5f6a3b9cef9cafb63c4237e0e);
|
|
|
|
|
|
var marker_d9cf2badbc485386abcf8bc7621375c2 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_60a58c4d034c4da60ed9cca8f8b8e0c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09757dd659f1e7b154f6a8477ec3cf1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e13750b1693ad773b36063375877ddf2 = $(`<div id="html_e13750b1693ad773b36063375877ddf2" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_09757dd659f1e7b154f6a8477ec3cf1a.setContent(html_e13750b1693ad773b36063375877ddf2);
|
|
|
|
|
|
|
|
marker_d9cf2badbc485386abcf8bc7621375c2.bindPopup(popup_09757dd659f1e7b154f6a8477ec3cf1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9cf2badbc485386abcf8bc7621375c2.setIcon(icon_60a58c4d034c4da60ed9cca8f8b8e0c0);
|
|
|
|
|
|
var marker_7ef7c250ceb7201a37900fc000549aca = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_a2169617adad26a20ee521ba46d88d24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_499d14cb37c279cd1935b749df44e852 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1590aba8e96e5719c4242693aa701a25 = $(`<div id="html_1590aba8e96e5719c4242693aa701a25" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_499d14cb37c279cd1935b749df44e852.setContent(html_1590aba8e96e5719c4242693aa701a25);
|
|
|
|
|
|
|
|
marker_7ef7c250ceb7201a37900fc000549aca.bindPopup(popup_499d14cb37c279cd1935b749df44e852)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ef7c250ceb7201a37900fc000549aca.setIcon(icon_a2169617adad26a20ee521ba46d88d24);
|
|
|
|
|
|
var marker_ab720845be833705c9805d720856c446 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_b47c45794c3f9495677c69ac7481fb94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b489db4c3dc7de1580e6d3cd80afaceb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4568bfccef5fff89782504f055c129f = $(`<div id="html_f4568bfccef5fff89782504f055c129f" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_b489db4c3dc7de1580e6d3cd80afaceb.setContent(html_f4568bfccef5fff89782504f055c129f);
|
|
|
|
|
|
|
|
marker_ab720845be833705c9805d720856c446.bindPopup(popup_b489db4c3dc7de1580e6d3cd80afaceb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab720845be833705c9805d720856c446.setIcon(icon_b47c45794c3f9495677c69ac7481fb94);
|
|
|
|
|
|
var marker_88aeeb8f2e3e44657ff425873ea09a9e = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_5473eae79de3f29b5d266daccc072330 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1918e37deb9f9ad7679032aba2ffca5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f5fcd02f67267218af5df29b2e74c9e = $(`<div id="html_4f5fcd02f67267218af5df29b2e74c9e" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_1918e37deb9f9ad7679032aba2ffca5b.setContent(html_4f5fcd02f67267218af5df29b2e74c9e);
|
|
|
|
|
|
|
|
marker_88aeeb8f2e3e44657ff425873ea09a9e.bindPopup(popup_1918e37deb9f9ad7679032aba2ffca5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88aeeb8f2e3e44657ff425873ea09a9e.setIcon(icon_5473eae79de3f29b5d266daccc072330);
|
|
|
|
|
|
var marker_bb3866c14de9d84b0ac0f89af0676cb4 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c5cb9401825edd8ad9bfafc899833c33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d4825ad945bdb2ecbe5d07db440dae8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_445568b81c6f6a4340a5027b6b411073 = $(`<div id="html_445568b81c6f6a4340a5027b6b411073" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_1d4825ad945bdb2ecbe5d07db440dae8.setContent(html_445568b81c6f6a4340a5027b6b411073);
|
|
|
|
|
|
|
|
marker_bb3866c14de9d84b0ac0f89af0676cb4.bindPopup(popup_1d4825ad945bdb2ecbe5d07db440dae8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb3866c14de9d84b0ac0f89af0676cb4.setIcon(icon_c5cb9401825edd8ad9bfafc899833c33);
|
|
|
|
|
|
var marker_87a11ed123597aec0e3d3c52483d6094 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_f5fe03437b1555eb75d96f1b4e98b1bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_193f6a6db12bf7d0a2168ed619dbc772 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f820a2db57ba39522758d3318259d35 = $(`<div id="html_0f820a2db57ba39522758d3318259d35" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_193f6a6db12bf7d0a2168ed619dbc772.setContent(html_0f820a2db57ba39522758d3318259d35);
|
|
|
|
|
|
|
|
marker_87a11ed123597aec0e3d3c52483d6094.bindPopup(popup_193f6a6db12bf7d0a2168ed619dbc772)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87a11ed123597aec0e3d3c52483d6094.setIcon(icon_f5fe03437b1555eb75d96f1b4e98b1bc);
|
|
|
|
|
|
var marker_9aa492f1f6eb09b6600e7bf67bd868f6 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_9d17b6d3ccfc5c225d51bad1ce059cd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0fbd967c773197c69e513543ee6f8a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08b27432114a0d834d61a51d68e752bd = $(`<div id="html_08b27432114a0d834d61a51d68e752bd" style="width: 100.0%; height: 100.0%;">nostr.roundrockbitcoiners.com</div>`)[0];
|
|
popup_b0fbd967c773197c69e513543ee6f8a8.setContent(html_08b27432114a0d834d61a51d68e752bd);
|
|
|
|
|
|
|
|
marker_9aa492f1f6eb09b6600e7bf67bd868f6.bindPopup(popup_b0fbd967c773197c69e513543ee6f8a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9aa492f1f6eb09b6600e7bf67bd868f6.setIcon(icon_9d17b6d3ccfc5c225d51bad1ce059cd5);
|
|
|
|
|
|
var marker_18efe1b80551e83bd6cdc0b28227ec9a = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_606d46cef0eb3610099d5ed35f3eab98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4d3e1f1c05a5a91e1c345e9fb79fbc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70b46f2bfcd93277e046792ad1809677 = $(`<div id="html_70b46f2bfcd93277e046792ad1809677" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_c4d3e1f1c05a5a91e1c345e9fb79fbc6.setContent(html_70b46f2bfcd93277e046792ad1809677);
|
|
|
|
|
|
|
|
marker_18efe1b80551e83bd6cdc0b28227ec9a.bindPopup(popup_c4d3e1f1c05a5a91e1c345e9fb79fbc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18efe1b80551e83bd6cdc0b28227ec9a.setIcon(icon_606d46cef0eb3610099d5ed35f3eab98);
|
|
|
|
|
|
var marker_edb0b2fe13027641c1464d3bdb01a60d = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_38f879c0c9936d5360b0d0d6fcb033ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ddea016b363eadf86d456f205e3b2ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52e9aada65f54c2b458e963b9b9b5f95 = $(`<div id="html_52e9aada65f54c2b458e963b9b9b5f95" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_5ddea016b363eadf86d456f205e3b2ee.setContent(html_52e9aada65f54c2b458e963b9b9b5f95);
|
|
|
|
|
|
|
|
marker_edb0b2fe13027641c1464d3bdb01a60d.bindPopup(popup_5ddea016b363eadf86d456f205e3b2ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edb0b2fe13027641c1464d3bdb01a60d.setIcon(icon_38f879c0c9936d5360b0d0d6fcb033ff);
|
|
|
|
|
|
var marker_fa9d8edf0b8cb4a86d245a84e50fb33c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_ec938b4bd4b972cd7300ee9dd60d6454 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70e60c24a9fa77ea232332dd83a9baab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d18c96ecbde1ed95816dfc185356644c = $(`<div id="html_d18c96ecbde1ed95816dfc185356644c" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_70e60c24a9fa77ea232332dd83a9baab.setContent(html_d18c96ecbde1ed95816dfc185356644c);
|
|
|
|
|
|
|
|
marker_fa9d8edf0b8cb4a86d245a84e50fb33c.bindPopup(popup_70e60c24a9fa77ea232332dd83a9baab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa9d8edf0b8cb4a86d245a84e50fb33c.setIcon(icon_ec938b4bd4b972cd7300ee9dd60d6454);
|
|
|
|
|
|
var marker_6a59a263092d1fb2601998fc4076a569 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_f7611ea03f6ed5113afa8b9a95029a2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e541a1c69835c73f5229dd8b8b69a3b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c6aef5a378d278a48df5f3cdc20dfa0 = $(`<div id="html_1c6aef5a378d278a48df5f3cdc20dfa0" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_e541a1c69835c73f5229dd8b8b69a3b8.setContent(html_1c6aef5a378d278a48df5f3cdc20dfa0);
|
|
|
|
|
|
|
|
marker_6a59a263092d1fb2601998fc4076a569.bindPopup(popup_e541a1c69835c73f5229dd8b8b69a3b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a59a263092d1fb2601998fc4076a569.setIcon(icon_f7611ea03f6ed5113afa8b9a95029a2b);
|
|
|
|
|
|
var marker_cb7de09f0f97e4fac497e174aebe9de9 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_d004db69d21f132eeb6a61ffba936292 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7312befb8146bc6eab08a3eb57b111ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8a63aa2439bea90af3782c45dca2a85 = $(`<div id="html_e8a63aa2439bea90af3782c45dca2a85" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_7312befb8146bc6eab08a3eb57b111ed.setContent(html_e8a63aa2439bea90af3782c45dca2a85);
|
|
|
|
|
|
|
|
marker_cb7de09f0f97e4fac497e174aebe9de9.bindPopup(popup_7312befb8146bc6eab08a3eb57b111ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb7de09f0f97e4fac497e174aebe9de9.setIcon(icon_d004db69d21f132eeb6a61ffba936292);
|
|
|
|
|
|
var marker_91de56cb21e4f1fd7b7f17ba22527557 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_5047b94182793e8b679701bdede4a251 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_885fbe290c9bed467b7723d0fac66185 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87d16fdeb8f51e978c6cfada7b180c9d = $(`<div id="html_87d16fdeb8f51e978c6cfada7b180c9d" style="width: 100.0%; height: 100.0%;">nostr.kalf.org</div>`)[0];
|
|
popup_885fbe290c9bed467b7723d0fac66185.setContent(html_87d16fdeb8f51e978c6cfada7b180c9d);
|
|
|
|
|
|
|
|
marker_91de56cb21e4f1fd7b7f17ba22527557.bindPopup(popup_885fbe290c9bed467b7723d0fac66185)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91de56cb21e4f1fd7b7f17ba22527557.setIcon(icon_5047b94182793e8b679701bdede4a251);
|
|
|
|
|
|
var marker_f5341900698ea35acb0c95449489560b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_0e0d40232f5a7538308e136b731d6081 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e4f04230bb125a34796b445580eb633 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5f6632522c96c7b5a3cdad071747e73 = $(`<div id="html_a5f6632522c96c7b5a3cdad071747e73" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_2e4f04230bb125a34796b445580eb633.setContent(html_a5f6632522c96c7b5a3cdad071747e73);
|
|
|
|
|
|
|
|
marker_f5341900698ea35acb0c95449489560b.bindPopup(popup_2e4f04230bb125a34796b445580eb633)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5341900698ea35acb0c95449489560b.setIcon(icon_0e0d40232f5a7538308e136b731d6081);
|
|
|
|
|
|
var marker_c783216130f69f9bcb1499ac5bb0a6be = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_4ea8221eb18eb8f92e875a0de4d2eccb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_050cb82a458fb9955cca03a7d3458e6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a83a2ef0f2058d8b1243580ced51cf78 = $(`<div id="html_a83a2ef0f2058d8b1243580ced51cf78" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_050cb82a458fb9955cca03a7d3458e6f.setContent(html_a83a2ef0f2058d8b1243580ced51cf78);
|
|
|
|
|
|
|
|
marker_c783216130f69f9bcb1499ac5bb0a6be.bindPopup(popup_050cb82a458fb9955cca03a7d3458e6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c783216130f69f9bcb1499ac5bb0a6be.setIcon(icon_4ea8221eb18eb8f92e875a0de4d2eccb);
|
|
|
|
|
|
var marker_fcc3e5238760bc8b5da25a33a087770e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_bd5b7d915d9444e677efb1c209c45202 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ae851c43d3200673e8a9bdf96224a05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21d5eeacf69a32566e7f375fd8de9636 = $(`<div id="html_21d5eeacf69a32566e7f375fd8de9636" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_4ae851c43d3200673e8a9bdf96224a05.setContent(html_21d5eeacf69a32566e7f375fd8de9636);
|
|
|
|
|
|
|
|
marker_fcc3e5238760bc8b5da25a33a087770e.bindPopup(popup_4ae851c43d3200673e8a9bdf96224a05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcc3e5238760bc8b5da25a33a087770e.setIcon(icon_bd5b7d915d9444e677efb1c209c45202);
|
|
|
|
|
|
var marker_05d15eb0ffe2712f138fcd5329de1a27 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_b247b420d30d2bbd0f455753a55c0a6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_349d30c665d5ad4279dbae4cb155e8c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_954a44bf0f632d21ed69b0ad1c4035c0 = $(`<div id="html_954a44bf0f632d21ed69b0ad1c4035c0" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_349d30c665d5ad4279dbae4cb155e8c4.setContent(html_954a44bf0f632d21ed69b0ad1c4035c0);
|
|
|
|
|
|
|
|
marker_05d15eb0ffe2712f138fcd5329de1a27.bindPopup(popup_349d30c665d5ad4279dbae4cb155e8c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05d15eb0ffe2712f138fcd5329de1a27.setIcon(icon_b247b420d30d2bbd0f455753a55c0a6e);
|
|
|
|
|
|
var marker_731859b2a145694ad93162879badf372 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_37a566cb6e69f082b61c230c49a568a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ece95797b108e090d5021c4a7c583430 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9237160c83f7f98866a9a8ef489441d = $(`<div id="html_f9237160c83f7f98866a9a8ef489441d" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_ece95797b108e090d5021c4a7c583430.setContent(html_f9237160c83f7f98866a9a8ef489441d);
|
|
|
|
|
|
|
|
marker_731859b2a145694ad93162879badf372.bindPopup(popup_ece95797b108e090d5021c4a7c583430)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_731859b2a145694ad93162879badf372.setIcon(icon_37a566cb6e69f082b61c230c49a568a0);
|
|
|
|
|
|
var marker_dd6e1119ffb62f8627f5f6cfa2067b80 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_ae099e0845ed50bea48cba7032fa6216 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a960e5d6e9fdb3370341ba9cd66a653 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93b198d1ef96084d4585640be2c3b7b0 = $(`<div id="html_93b198d1ef96084d4585640be2c3b7b0" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_7a960e5d6e9fdb3370341ba9cd66a653.setContent(html_93b198d1ef96084d4585640be2c3b7b0);
|
|
|
|
|
|
|
|
marker_dd6e1119ffb62f8627f5f6cfa2067b80.bindPopup(popup_7a960e5d6e9fdb3370341ba9cd66a653)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd6e1119ffb62f8627f5f6cfa2067b80.setIcon(icon_ae099e0845ed50bea48cba7032fa6216);
|
|
|
|
|
|
var marker_afce0a1e7e2c135df252746096211e5d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_8a8958ad85abaeec3a80ee1df3169f69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18f59c4ab2c3617c4254ad391dbc530f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2569b9eaeb825dad8d85ceb13517c78d = $(`<div id="html_2569b9eaeb825dad8d85ceb13517c78d" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_18f59c4ab2c3617c4254ad391dbc530f.setContent(html_2569b9eaeb825dad8d85ceb13517c78d);
|
|
|
|
|
|
|
|
marker_afce0a1e7e2c135df252746096211e5d.bindPopup(popup_18f59c4ab2c3617c4254ad391dbc530f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afce0a1e7e2c135df252746096211e5d.setIcon(icon_8a8958ad85abaeec3a80ee1df3169f69);
|
|
|
|
|
|
var marker_9d7acedd45ba75a53f419653b98fce33 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_44ca9f8a329a65b98c207fc4b437c5c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67d852f143701d968b6936c3a0e8b280 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dfada91ca960954b311027ab9d02caa = $(`<div id="html_3dfada91ca960954b311027ab9d02caa" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_67d852f143701d968b6936c3a0e8b280.setContent(html_3dfada91ca960954b311027ab9d02caa);
|
|
|
|
|
|
|
|
marker_9d7acedd45ba75a53f419653b98fce33.bindPopup(popup_67d852f143701d968b6936c3a0e8b280)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d7acedd45ba75a53f419653b98fce33.setIcon(icon_44ca9f8a329a65b98c207fc4b437c5c7);
|
|
|
|
|
|
var marker_1d75ad6ce9ea5c809630ab5e853b5ee5 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_10e20eb892d4fc765f64e709cc4d7e32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fb7478a9cada51991aa5d63a71698f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d47fae68314cd3b921e995c8b8615b75 = $(`<div id="html_d47fae68314cd3b921e995c8b8615b75" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_1fb7478a9cada51991aa5d63a71698f4.setContent(html_d47fae68314cd3b921e995c8b8615b75);
|
|
|
|
|
|
|
|
marker_1d75ad6ce9ea5c809630ab5e853b5ee5.bindPopup(popup_1fb7478a9cada51991aa5d63a71698f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d75ad6ce9ea5c809630ab5e853b5ee5.setIcon(icon_10e20eb892d4fc765f64e709cc4d7e32);
|
|
|
|
|
|
var marker_77ef0227f27b3f85a7d88044f767e122 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_aa0187c9ab704611d3e581ea9b66e66e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c7eb52fde1cc448feec060bab17b893 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96b616556886225d341516986e55b934 = $(`<div id="html_96b616556886225d341516986e55b934" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_0c7eb52fde1cc448feec060bab17b893.setContent(html_96b616556886225d341516986e55b934);
|
|
|
|
|
|
|
|
marker_77ef0227f27b3f85a7d88044f767e122.bindPopup(popup_0c7eb52fde1cc448feec060bab17b893)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77ef0227f27b3f85a7d88044f767e122.setIcon(icon_aa0187c9ab704611d3e581ea9b66e66e);
|
|
|
|
|
|
var marker_4a6a6a783eec953b9d1bbf86ce6b63fb = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_e2e746b4a47cd5600d914c4eb641b998 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_657b4e5602d2b6402d0b5ce406727fce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25ffbab114598c5f70a9c54577b0b7e5 = $(`<div id="html_25ffbab114598c5f70a9c54577b0b7e5" style="width: 100.0%; height: 100.0%;">nostr.czas.top</div>`)[0];
|
|
popup_657b4e5602d2b6402d0b5ce406727fce.setContent(html_25ffbab114598c5f70a9c54577b0b7e5);
|
|
|
|
|
|
|
|
marker_4a6a6a783eec953b9d1bbf86ce6b63fb.bindPopup(popup_657b4e5602d2b6402d0b5ce406727fce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a6a6a783eec953b9d1bbf86ce6b63fb.setIcon(icon_e2e746b4a47cd5600d914c4eb641b998);
|
|
|
|
|
|
var marker_35d9a462035032488c7e17e278adb519 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_95ba98a946b863953aedddbed6e91a72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b667c2692e730c81fff30f1cf3ca721 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec3590297d7caf37d647a41e04055396 = $(`<div id="html_ec3590297d7caf37d647a41e04055396" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_2b667c2692e730c81fff30f1cf3ca721.setContent(html_ec3590297d7caf37d647a41e04055396);
|
|
|
|
|
|
|
|
marker_35d9a462035032488c7e17e278adb519.bindPopup(popup_2b667c2692e730c81fff30f1cf3ca721)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35d9a462035032488c7e17e278adb519.setIcon(icon_95ba98a946b863953aedddbed6e91a72);
|
|
|
|
|
|
var marker_04365eaeb4a6891c7ef94dd603b995e8 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_74c00a00080b1489a0e2eb9ceb9eb482 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b71ff83255ed597a317af2426112217b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba3542aba77deb13d4a6c19e7ec7cef2 = $(`<div id="html_ba3542aba77deb13d4a6c19e7ec7cef2" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_b71ff83255ed597a317af2426112217b.setContent(html_ba3542aba77deb13d4a6c19e7ec7cef2);
|
|
|
|
|
|
|
|
marker_04365eaeb4a6891c7ef94dd603b995e8.bindPopup(popup_b71ff83255ed597a317af2426112217b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04365eaeb4a6891c7ef94dd603b995e8.setIcon(icon_74c00a00080b1489a0e2eb9ceb9eb482);
|
|
|
|
|
|
var marker_6bf692989d8428a075c3e5f301e56e21 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_ededa14cd9b3a13327dd3abe93c1f51e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c61e0f2ce01d5ede93fee816f6a827f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e94db5e079bde38ec00063498249b05 = $(`<div id="html_1e94db5e079bde38ec00063498249b05" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_c61e0f2ce01d5ede93fee816f6a827f1.setContent(html_1e94db5e079bde38ec00063498249b05);
|
|
|
|
|
|
|
|
marker_6bf692989d8428a075c3e5f301e56e21.bindPopup(popup_c61e0f2ce01d5ede93fee816f6a827f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bf692989d8428a075c3e5f301e56e21.setIcon(icon_ededa14cd9b3a13327dd3abe93c1f51e);
|
|
|
|
|
|
var marker_3a3d2b4ce3d43c998aecb9aebb2942ab = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_a76678778e565157aa6990a56d2d56eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bdee6db92ef9cb7451551ae2607de98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c042633f74c4c3838525e896f1b9c0d = $(`<div id="html_3c042633f74c4c3838525e896f1b9c0d" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_5bdee6db92ef9cb7451551ae2607de98.setContent(html_3c042633f74c4c3838525e896f1b9c0d);
|
|
|
|
|
|
|
|
marker_3a3d2b4ce3d43c998aecb9aebb2942ab.bindPopup(popup_5bdee6db92ef9cb7451551ae2607de98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a3d2b4ce3d43c998aecb9aebb2942ab.setIcon(icon_a76678778e565157aa6990a56d2d56eb);
|
|
|
|
|
|
var marker_ad2f56ac1437df78b64279cffdbc7dc5 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_3964017898ce053e0eccf45d582d3ba4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36b4db582d67c0976a8594a11b305c9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c7ebb4c7745d7c17e5b97443f00be32 = $(`<div id="html_1c7ebb4c7745d7c17e5b97443f00be32" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_36b4db582d67c0976a8594a11b305c9b.setContent(html_1c7ebb4c7745d7c17e5b97443f00be32);
|
|
|
|
|
|
|
|
marker_ad2f56ac1437df78b64279cffdbc7dc5.bindPopup(popup_36b4db582d67c0976a8594a11b305c9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad2f56ac1437df78b64279cffdbc7dc5.setIcon(icon_3964017898ce053e0eccf45d582d3ba4);
|
|
|
|
|
|
var marker_b3cc6361e5e9a6f32e6d092974806de0 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_dd12166c85912617704358852803ab49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48fdddb60702b8d39b833f77855581bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_812ad265f512755f3eeeb7804da231b8 = $(`<div id="html_812ad265f512755f3eeeb7804da231b8" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_48fdddb60702b8d39b833f77855581bb.setContent(html_812ad265f512755f3eeeb7804da231b8);
|
|
|
|
|
|
|
|
marker_b3cc6361e5e9a6f32e6d092974806de0.bindPopup(popup_48fdddb60702b8d39b833f77855581bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3cc6361e5e9a6f32e6d092974806de0.setIcon(icon_dd12166c85912617704358852803ab49);
|
|
|
|
|
|
var marker_caf6f0bd34227501d707f7ef7402669d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_1135695963a498fe864b49ce756cf352 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9477f80ba87f2c958ba1402c1842ab52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d98cd2217684044cfa26c083255d071 = $(`<div id="html_4d98cd2217684044cfa26c083255d071" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_9477f80ba87f2c958ba1402c1842ab52.setContent(html_4d98cd2217684044cfa26c083255d071);
|
|
|
|
|
|
|
|
marker_caf6f0bd34227501d707f7ef7402669d.bindPopup(popup_9477f80ba87f2c958ba1402c1842ab52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_caf6f0bd34227501d707f7ef7402669d.setIcon(icon_1135695963a498fe864b49ce756cf352);
|
|
|
|
|
|
var marker_9dea5fd5fe862b0f000d787e6d32ddba = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_72697309343c1781c9158b9bc57fc6d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cc2804e007618e0283be856792b1c9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0e7c89f2adee00073fec5838459c52d = $(`<div id="html_b0e7c89f2adee00073fec5838459c52d" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_9cc2804e007618e0283be856792b1c9a.setContent(html_b0e7c89f2adee00073fec5838459c52d);
|
|
|
|
|
|
|
|
marker_9dea5fd5fe862b0f000d787e6d32ddba.bindPopup(popup_9cc2804e007618e0283be856792b1c9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dea5fd5fe862b0f000d787e6d32ddba.setIcon(icon_72697309343c1781c9158b9bc57fc6d0);
|
|
|
|
|
|
var marker_1867f6783f35b5d5767d1cdcb708e464 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_e6b06467395d063046f312eda894aab6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9fb86679bf699763c099f8ba25738e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa46b42969a036b82a63cab49be9bc2c = $(`<div id="html_fa46b42969a036b82a63cab49be9bc2c" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_f9fb86679bf699763c099f8ba25738e7.setContent(html_fa46b42969a036b82a63cab49be9bc2c);
|
|
|
|
|
|
|
|
marker_1867f6783f35b5d5767d1cdcb708e464.bindPopup(popup_f9fb86679bf699763c099f8ba25738e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1867f6783f35b5d5767d1cdcb708e464.setIcon(icon_e6b06467395d063046f312eda894aab6);
|
|
|
|
|
|
var marker_2882e96440a00f2a36f29a34e85ca2d2 = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_56600980f6c3aa3820ed19fdb65ae33a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c6153bea24c39141f5d5df0de36ec15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ed1510d4bddfa081c41d46c33585d68 = $(`<div id="html_9ed1510d4bddfa081c41d46c33585d68" style="width: 100.0%; height: 100.0%;">relay.stream.labs.h3.se</div>`)[0];
|
|
popup_1c6153bea24c39141f5d5df0de36ec15.setContent(html_9ed1510d4bddfa081c41d46c33585d68);
|
|
|
|
|
|
|
|
marker_2882e96440a00f2a36f29a34e85ca2d2.bindPopup(popup_1c6153bea24c39141f5d5df0de36ec15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2882e96440a00f2a36f29a34e85ca2d2.setIcon(icon_56600980f6c3aa3820ed19fdb65ae33a);
|
|
|
|
|
|
var marker_069aafd964e9c1cc41f5e3f6b9f97383 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_26e2fe96997147375e71d99e3b9fde58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5444c998ca88230219582170a19d9829 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f954c6184decf6f4813b411761e4fa80 = $(`<div id="html_f954c6184decf6f4813b411761e4fa80" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_5444c998ca88230219582170a19d9829.setContent(html_f954c6184decf6f4813b411761e4fa80);
|
|
|
|
|
|
|
|
marker_069aafd964e9c1cc41f5e3f6b9f97383.bindPopup(popup_5444c998ca88230219582170a19d9829)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_069aafd964e9c1cc41f5e3f6b9f97383.setIcon(icon_26e2fe96997147375e71d99e3b9fde58);
|
|
|
|
|
|
var marker_16a71a38540f1b315e6b7fc1db8c1b2a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_9fc294bc8726187e0fb36976e8f1ee1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9faa71415b15a77971e53e08c2c41e99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd2e3ccfe5231d17f69f5abbbbba3759 = $(`<div id="html_cd2e3ccfe5231d17f69f5abbbbba3759" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_9faa71415b15a77971e53e08c2c41e99.setContent(html_cd2e3ccfe5231d17f69f5abbbbba3759);
|
|
|
|
|
|
|
|
marker_16a71a38540f1b315e6b7fc1db8c1b2a.bindPopup(popup_9faa71415b15a77971e53e08c2c41e99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16a71a38540f1b315e6b7fc1db8c1b2a.setIcon(icon_9fc294bc8726187e0fb36976e8f1ee1e);
|
|
|
|
|
|
var marker_b83fb690a13bf9e9ced5c2774926f71a = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_1696d93d4516148727554a52f2c3b0b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_280ce6bb95c55b6852a26e217fabcd33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0851d4415557721e25551b346698162 = $(`<div id="html_a0851d4415557721e25551b346698162" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_280ce6bb95c55b6852a26e217fabcd33.setContent(html_a0851d4415557721e25551b346698162);
|
|
|
|
|
|
|
|
marker_b83fb690a13bf9e9ced5c2774926f71a.bindPopup(popup_280ce6bb95c55b6852a26e217fabcd33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b83fb690a13bf9e9ced5c2774926f71a.setIcon(icon_1696d93d4516148727554a52f2c3b0b2);
|
|
|
|
|
|
var marker_bf44fd8b9d53921ebf2ec585c8a458e5 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_05d068bf9e0bec123e87621ec0c914d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1e0039ac33a78e1b2936cbd78b9bcd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f81b23c5059f0e8a3dec05c5d3e9596c = $(`<div id="html_f81b23c5059f0e8a3dec05c5d3e9596c" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_b1e0039ac33a78e1b2936cbd78b9bcd9.setContent(html_f81b23c5059f0e8a3dec05c5d3e9596c);
|
|
|
|
|
|
|
|
marker_bf44fd8b9d53921ebf2ec585c8a458e5.bindPopup(popup_b1e0039ac33a78e1b2936cbd78b9bcd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf44fd8b9d53921ebf2ec585c8a458e5.setIcon(icon_05d068bf9e0bec123e87621ec0c914d8);
|
|
|
|
|
|
var marker_444e0ec514b0b3b5707479d9971b880f = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_900715625b53efd68017e3b34e82069d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aeeac25d3dee9c4a20a4bcfaf3565381 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a318ea0d54b3d01b9b0de699ac9ece07 = $(`<div id="html_a318ea0d54b3d01b9b0de699ac9ece07" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_aeeac25d3dee9c4a20a4bcfaf3565381.setContent(html_a318ea0d54b3d01b9b0de699ac9ece07);
|
|
|
|
|
|
|
|
marker_444e0ec514b0b3b5707479d9971b880f.bindPopup(popup_aeeac25d3dee9c4a20a4bcfaf3565381)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_444e0ec514b0b3b5707479d9971b880f.setIcon(icon_900715625b53efd68017e3b34e82069d);
|
|
|
|
|
|
var marker_f2fc9d4eed141c396ab9e02582b90946 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_7a0c25adc72a517986456b74a1dd0776 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1cedf7ee85c649732549325bcf04c9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63bcdf3f1d66062fa505af7b940d01a0 = $(`<div id="html_63bcdf3f1d66062fa505af7b940d01a0" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_d1cedf7ee85c649732549325bcf04c9e.setContent(html_63bcdf3f1d66062fa505af7b940d01a0);
|
|
|
|
|
|
|
|
marker_f2fc9d4eed141c396ab9e02582b90946.bindPopup(popup_d1cedf7ee85c649732549325bcf04c9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2fc9d4eed141c396ab9e02582b90946.setIcon(icon_7a0c25adc72a517986456b74a1dd0776);
|
|
|
|
|
|
var marker_d7eff4ff945551b6c226cdc9aa77b1b7 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_a9eed6e9ecf160fee788d04bd24a4a28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afc24632c1fc4fd986b99a8acee57d1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ca706c0eb1f5eb55a7db7b4a0bea843 = $(`<div id="html_4ca706c0eb1f5eb55a7db7b4a0bea843" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_afc24632c1fc4fd986b99a8acee57d1b.setContent(html_4ca706c0eb1f5eb55a7db7b4a0bea843);
|
|
|
|
|
|
|
|
marker_d7eff4ff945551b6c226cdc9aa77b1b7.bindPopup(popup_afc24632c1fc4fd986b99a8acee57d1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7eff4ff945551b6c226cdc9aa77b1b7.setIcon(icon_a9eed6e9ecf160fee788d04bd24a4a28);
|
|
|
|
|
|
var marker_297e76614bc1f0be1b9f0a47a84624cd = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_87e3bb454c1db31ffdbc073074b8adca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3dccae942e39375e94d9c6e9b18984a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fb4f6eeca74f0f4a3f228e94c886e40 = $(`<div id="html_4fb4f6eeca74f0f4a3f228e94c886e40" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_3dccae942e39375e94d9c6e9b18984a2.setContent(html_4fb4f6eeca74f0f4a3f228e94c886e40);
|
|
|
|
|
|
|
|
marker_297e76614bc1f0be1b9f0a47a84624cd.bindPopup(popup_3dccae942e39375e94d9c6e9b18984a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_297e76614bc1f0be1b9f0a47a84624cd.setIcon(icon_87e3bb454c1db31ffdbc073074b8adca);
|
|
|
|
|
|
var marker_6dce4eebb755e212a86afc400571ef45 = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_35280e500921d83a6db6401ddd41fa52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00ef07c78fb8e67b556c67b482b7b87c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e5297ae0605e8d26cee2110af74d1b1 = $(`<div id="html_7e5297ae0605e8d26cee2110af74d1b1" style="width: 100.0%; height: 100.0%;">relay.basspistol.org</div>`)[0];
|
|
popup_00ef07c78fb8e67b556c67b482b7b87c.setContent(html_7e5297ae0605e8d26cee2110af74d1b1);
|
|
|
|
|
|
|
|
marker_6dce4eebb755e212a86afc400571ef45.bindPopup(popup_00ef07c78fb8e67b556c67b482b7b87c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6dce4eebb755e212a86afc400571ef45.setIcon(icon_35280e500921d83a6db6401ddd41fa52);
|
|
|
|
|
|
var marker_2bf8ca2476562b5f09cb9b65dc03153b = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_56608e3283983cbbf5b0ac00cc4c59e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9e6897bd1475dc947ef41a28a8c4721 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5061e91fed6213a2e77b912b9bc456a = $(`<div id="html_a5061e91fed6213a2e77b912b9bc456a" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_c9e6897bd1475dc947ef41a28a8c4721.setContent(html_a5061e91fed6213a2e77b912b9bc456a);
|
|
|
|
|
|
|
|
marker_2bf8ca2476562b5f09cb9b65dc03153b.bindPopup(popup_c9e6897bd1475dc947ef41a28a8c4721)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bf8ca2476562b5f09cb9b65dc03153b.setIcon(icon_56608e3283983cbbf5b0ac00cc4c59e2);
|
|
|
|
|
|
var marker_0474a7458e23f63864d5b77fc9d8b6af = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_559b29a83faf71e3e698dce8bf6dfbfa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0aaa6b151e8d027c53dc7e92b8cc75f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_532dc640b578b161fdf6b7db5c6678d4 = $(`<div id="html_532dc640b578b161fdf6b7db5c6678d4" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_e0aaa6b151e8d027c53dc7e92b8cc75f.setContent(html_532dc640b578b161fdf6b7db5c6678d4);
|
|
|
|
|
|
|
|
marker_0474a7458e23f63864d5b77fc9d8b6af.bindPopup(popup_e0aaa6b151e8d027c53dc7e92b8cc75f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0474a7458e23f63864d5b77fc9d8b6af.setIcon(icon_559b29a83faf71e3e698dce8bf6dfbfa);
|
|
|
|
|
|
var marker_cfe9d50a488031b6f7e9848df8321faa = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_d6b687844995092d8bf0fdd8884df51a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9e18de5cd1c61aa50d296a3d4b8b4f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6b587252198d508e788e75b4bda3069 = $(`<div id="html_c6b587252198d508e788e75b4bda3069" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_c9e18de5cd1c61aa50d296a3d4b8b4f1.setContent(html_c6b587252198d508e788e75b4bda3069);
|
|
|
|
|
|
|
|
marker_cfe9d50a488031b6f7e9848df8321faa.bindPopup(popup_c9e18de5cd1c61aa50d296a3d4b8b4f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfe9d50a488031b6f7e9848df8321faa.setIcon(icon_d6b687844995092d8bf0fdd8884df51a);
|
|
|
|
|
|
var marker_d1e72df162d99822ada4da06b4ef956d = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_a54f43453cc136f389be9c72667508d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9642558c4d9527ef23a91f80f0fc8ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_927bcb2c719181601cdc9086371674f9 = $(`<div id="html_927bcb2c719181601cdc9086371674f9" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_a9642558c4d9527ef23a91f80f0fc8ee.setContent(html_927bcb2c719181601cdc9086371674f9);
|
|
|
|
|
|
|
|
marker_d1e72df162d99822ada4da06b4ef956d.bindPopup(popup_a9642558c4d9527ef23a91f80f0fc8ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1e72df162d99822ada4da06b4ef956d.setIcon(icon_a54f43453cc136f389be9c72667508d3);
|
|
|
|
|
|
var marker_45df26017de548d59b67a8e509efa003 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_a6e547622677650ea3d516e42659ccfa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50013ecc6e43b25cca629cbcfdb00d35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52859c26136e529b9386f0bd6d48ac82 = $(`<div id="html_52859c26136e529b9386f0bd6d48ac82" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_50013ecc6e43b25cca629cbcfdb00d35.setContent(html_52859c26136e529b9386f0bd6d48ac82);
|
|
|
|
|
|
|
|
marker_45df26017de548d59b67a8e509efa003.bindPopup(popup_50013ecc6e43b25cca629cbcfdb00d35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45df26017de548d59b67a8e509efa003.setIcon(icon_a6e547622677650ea3d516e42659ccfa);
|
|
|
|
|
|
var marker_f05e1651afd27aefefb190a7a4bfbede = L.marker(
|
|
[56.9677, 24.1056],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_ec6d61f97b4d14a90f9d392aaa00fce5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1300bb06dc9566ae9606e5e4c758f5a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b558bcb1381b784f45265ae6d07d7439 = $(`<div id="html_b558bcb1381b784f45265ae6d07d7439" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_1300bb06dc9566ae9606e5e4c758f5a6.setContent(html_b558bcb1381b784f45265ae6d07d7439);
|
|
|
|
|
|
|
|
marker_f05e1651afd27aefefb190a7a4bfbede.bindPopup(popup_1300bb06dc9566ae9606e5e4c758f5a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f05e1651afd27aefefb190a7a4bfbede.setIcon(icon_ec6d61f97b4d14a90f9d392aaa00fce5);
|
|
|
|
|
|
var marker_2427e0701f06953c8ab38a31b23b9f4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_ccdf3723b2700406674fa6bff2f9be1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bde655c4bb801f5d2e11184265efb2d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a7f45932d9f2e91e0a91af3a72e5609 = $(`<div id="html_2a7f45932d9f2e91e0a91af3a72e5609" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_bde655c4bb801f5d2e11184265efb2d0.setContent(html_2a7f45932d9f2e91e0a91af3a72e5609);
|
|
|
|
|
|
|
|
marker_2427e0701f06953c8ab38a31b23b9f4b.bindPopup(popup_bde655c4bb801f5d2e11184265efb2d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2427e0701f06953c8ab38a31b23b9f4b.setIcon(icon_ccdf3723b2700406674fa6bff2f9be1d);
|
|
|
|
|
|
var marker_6501bd3a51f7d45871009f9d556b5562 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_b72f5e90a0855c422e90cbbaa9e2ddf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3bbabaf1f0614993b3decc09ebf3157 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26cc239a57221579574993f8918916f6 = $(`<div id="html_26cc239a57221579574993f8918916f6" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_c3bbabaf1f0614993b3decc09ebf3157.setContent(html_26cc239a57221579574993f8918916f6);
|
|
|
|
|
|
|
|
marker_6501bd3a51f7d45871009f9d556b5562.bindPopup(popup_c3bbabaf1f0614993b3decc09ebf3157)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6501bd3a51f7d45871009f9d556b5562.setIcon(icon_b72f5e90a0855c422e90cbbaa9e2ddf6);
|
|
|
|
|
|
var marker_1a06302f5e2acc21a0318b5953401d20 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_8b6e7dc2ba8f2a0c62e4b50682f4eb38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_712a645e48c1336c0d0697fde927ba99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba271388442804b32f7ce9588f5d5e37 = $(`<div id="html_ba271388442804b32f7ce9588f5d5e37" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_712a645e48c1336c0d0697fde927ba99.setContent(html_ba271388442804b32f7ce9588f5d5e37);
|
|
|
|
|
|
|
|
marker_1a06302f5e2acc21a0318b5953401d20.bindPopup(popup_712a645e48c1336c0d0697fde927ba99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a06302f5e2acc21a0318b5953401d20.setIcon(icon_8b6e7dc2ba8f2a0c62e4b50682f4eb38);
|
|
|
|
|
|
var marker_f257be5f24927aee872c989340b4b9cf = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_525f7d2b1c33efb5655ce694ef3b6d98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_616b78d86d736d85375fe41fef12ac08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bf690d49597cc0377b98e74b62c4724 = $(`<div id="html_0bf690d49597cc0377b98e74b62c4724" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_616b78d86d736d85375fe41fef12ac08.setContent(html_0bf690d49597cc0377b98e74b62c4724);
|
|
|
|
|
|
|
|
marker_f257be5f24927aee872c989340b4b9cf.bindPopup(popup_616b78d86d736d85375fe41fef12ac08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f257be5f24927aee872c989340b4b9cf.setIcon(icon_525f7d2b1c33efb5655ce694ef3b6d98);
|
|
|
|
|
|
var marker_d919c11ecacd34036baeca7b7eca6b62 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_1183353f311922e43ce7d0d5079afc25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37c08845d9a2fbc3f810f2e1b523ab17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_519bc644d2b15fec166051ac41b8cedf = $(`<div id="html_519bc644d2b15fec166051ac41b8cedf" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_37c08845d9a2fbc3f810f2e1b523ab17.setContent(html_519bc644d2b15fec166051ac41b8cedf);
|
|
|
|
|
|
|
|
marker_d919c11ecacd34036baeca7b7eca6b62.bindPopup(popup_37c08845d9a2fbc3f810f2e1b523ab17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d919c11ecacd34036baeca7b7eca6b62.setIcon(icon_1183353f311922e43ce7d0d5079afc25);
|
|
|
|
|
|
var marker_9fad81b1bafe33716e3c90b94a1af694 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_01bc4151cff93b3ff8f6e961e3d0cfad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58e5dea1c6cecef17aef6228bcc0c702 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ec055f5509e4ac7aca564c7c819872d = $(`<div id="html_3ec055f5509e4ac7aca564c7c819872d" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_58e5dea1c6cecef17aef6228bcc0c702.setContent(html_3ec055f5509e4ac7aca564c7c819872d);
|
|
|
|
|
|
|
|
marker_9fad81b1bafe33716e3c90b94a1af694.bindPopup(popup_58e5dea1c6cecef17aef6228bcc0c702)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fad81b1bafe33716e3c90b94a1af694.setIcon(icon_01bc4151cff93b3ff8f6e961e3d0cfad);
|
|
|
|
|
|
var marker_2d0b1f159ec8fc150ae710ee1e4a265c = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_fb4495e7d632619592c072a36af58e09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_665f126021f05c6f5d8220eecf6dece6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53677a4333139bfd0ff448c3139a10db = $(`<div id="html_53677a4333139bfd0ff448c3139a10db" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_665f126021f05c6f5d8220eecf6dece6.setContent(html_53677a4333139bfd0ff448c3139a10db);
|
|
|
|
|
|
|
|
marker_2d0b1f159ec8fc150ae710ee1e4a265c.bindPopup(popup_665f126021f05c6f5d8220eecf6dece6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d0b1f159ec8fc150ae710ee1e4a265c.setIcon(icon_fb4495e7d632619592c072a36af58e09);
|
|
|
|
|
|
var marker_b24679a8f5101c8d61f1b5c8dcc260dd = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_279fc1e55b5f55fba64350096bb085ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ed4c67991249448be4b51f73c8f7a18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d7d4ab1c2d7e939da6cae3730541cd4 = $(`<div id="html_9d7d4ab1c2d7e939da6cae3730541cd4" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_4ed4c67991249448be4b51f73c8f7a18.setContent(html_9d7d4ab1c2d7e939da6cae3730541cd4);
|
|
|
|
|
|
|
|
marker_b24679a8f5101c8d61f1b5c8dcc260dd.bindPopup(popup_4ed4c67991249448be4b51f73c8f7a18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b24679a8f5101c8d61f1b5c8dcc260dd.setIcon(icon_279fc1e55b5f55fba64350096bb085ee);
|
|
|
|
|
|
var marker_ae83daa061bcc2820bd80a0a17671888 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_443caefdc585100f26050e8146458de4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64ef700a4bbc5527323020491c7ea565 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d13c4da10cd8893155a76a7dc3051609 = $(`<div id="html_d13c4da10cd8893155a76a7dc3051609" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_64ef700a4bbc5527323020491c7ea565.setContent(html_d13c4da10cd8893155a76a7dc3051609);
|
|
|
|
|
|
|
|
marker_ae83daa061bcc2820bd80a0a17671888.bindPopup(popup_64ef700a4bbc5527323020491c7ea565)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae83daa061bcc2820bd80a0a17671888.setIcon(icon_443caefdc585100f26050e8146458de4);
|
|
|
|
|
|
var marker_e12b2c83b640581c48721d5f994e6ff4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_77044a61d27e0a32d5bd8f7c6c04344f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84e75aebd5c494b8de4593354342a8a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05fe49e03a9be9e510e31533ae668f53 = $(`<div id="html_05fe49e03a9be9e510e31533ae668f53" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_84e75aebd5c494b8de4593354342a8a3.setContent(html_05fe49e03a9be9e510e31533ae668f53);
|
|
|
|
|
|
|
|
marker_e12b2c83b640581c48721d5f994e6ff4.bindPopup(popup_84e75aebd5c494b8de4593354342a8a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e12b2c83b640581c48721d5f994e6ff4.setIcon(icon_77044a61d27e0a32d5bd8f7c6c04344f);
|
|
|
|
|
|
var marker_8bc0c0463ea1dbbe079ad9578d3f4630 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_17258141c9813698911c519cd9c8d1b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b918bf4e87f58d1f319378ca23b2176 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3aff48320d6a15295abfc722fb8d3f1 = $(`<div id="html_d3aff48320d6a15295abfc722fb8d3f1" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_2b918bf4e87f58d1f319378ca23b2176.setContent(html_d3aff48320d6a15295abfc722fb8d3f1);
|
|
|
|
|
|
|
|
marker_8bc0c0463ea1dbbe079ad9578d3f4630.bindPopup(popup_2b918bf4e87f58d1f319378ca23b2176)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bc0c0463ea1dbbe079ad9578d3f4630.setIcon(icon_17258141c9813698911c519cd9c8d1b3);
|
|
|
|
|
|
var marker_79d825cb22d2ec7fc3c753a328212d2d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_04f96719fccf8258c8901bd35fdc2861 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dbcf9d42e695011e945b3dcadc35f4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b02c541f6c40b03ae86a8712f7c9df4 = $(`<div id="html_0b02c541f6c40b03ae86a8712f7c9df4" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_6dbcf9d42e695011e945b3dcadc35f4b.setContent(html_0b02c541f6c40b03ae86a8712f7c9df4);
|
|
|
|
|
|
|
|
marker_79d825cb22d2ec7fc3c753a328212d2d.bindPopup(popup_6dbcf9d42e695011e945b3dcadc35f4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79d825cb22d2ec7fc3c753a328212d2d.setIcon(icon_04f96719fccf8258c8901bd35fdc2861);
|
|
|
|
|
|
var marker_c8c5bf2b03a45791d99e2838968c0ffc = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_38c8d3ad761bdbb806ca5e3336b812e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99f5eebae778c1902ebd32685fd06c5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c99b431c54788d97880d22113fefbae9 = $(`<div id="html_c99b431c54788d97880d22113fefbae9" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_99f5eebae778c1902ebd32685fd06c5f.setContent(html_c99b431c54788d97880d22113fefbae9);
|
|
|
|
|
|
|
|
marker_c8c5bf2b03a45791d99e2838968c0ffc.bindPopup(popup_99f5eebae778c1902ebd32685fd06c5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8c5bf2b03a45791d99e2838968c0ffc.setIcon(icon_38c8d3ad761bdbb806ca5e3336b812e1);
|
|
|
|
|
|
var marker_a14b9b8d2eb8108b684f4dcf2d130d2c = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_d0580c436624dff9baf41076c5a1cb9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9b2e4c0dfdcca2e22c609fae6cb4292 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e1f68c92cd3cf9af6bb5ee0a0c2ca2c = $(`<div id="html_2e1f68c92cd3cf9af6bb5ee0a0c2ca2c" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_a9b2e4c0dfdcca2e22c609fae6cb4292.setContent(html_2e1f68c92cd3cf9af6bb5ee0a0c2ca2c);
|
|
|
|
|
|
|
|
marker_a14b9b8d2eb8108b684f4dcf2d130d2c.bindPopup(popup_a9b2e4c0dfdcca2e22c609fae6cb4292)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a14b9b8d2eb8108b684f4dcf2d130d2c.setIcon(icon_d0580c436624dff9baf41076c5a1cb9a);
|
|
|
|
|
|
var marker_4eb7a7279e64816babfa712586456249 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_1920abf1a1e3b83b5ded7e67e157e4ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a34d8095f750d88075300f465c22582 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0966d01aa61cd020b2c94603c67cdfab = $(`<div id="html_0966d01aa61cd020b2c94603c67cdfab" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_6a34d8095f750d88075300f465c22582.setContent(html_0966d01aa61cd020b2c94603c67cdfab);
|
|
|
|
|
|
|
|
marker_4eb7a7279e64816babfa712586456249.bindPopup(popup_6a34d8095f750d88075300f465c22582)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4eb7a7279e64816babfa712586456249.setIcon(icon_1920abf1a1e3b83b5ded7e67e157e4ce);
|
|
|
|
|
|
var marker_703025663eb614f98625db7a2aa0b9ac = L.marker(
|
|
[30.2672, -97.7431],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_697c2803d3460b0c5f10f079d43419fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7c11d195f8ba7ef16ef93180512332d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_002d4d83dd199add6670834bf1b42755 = $(`<div id="html_002d4d83dd199add6670834bf1b42755" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_d7c11d195f8ba7ef16ef93180512332d.setContent(html_002d4d83dd199add6670834bf1b42755);
|
|
|
|
|
|
|
|
marker_703025663eb614f98625db7a2aa0b9ac.bindPopup(popup_d7c11d195f8ba7ef16ef93180512332d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_703025663eb614f98625db7a2aa0b9ac.setIcon(icon_697c2803d3460b0c5f10f079d43419fb);
|
|
|
|
|
|
var marker_e97aaea38420ac3813e8e6c0818ecb6d = L.marker(
|
|
[13.9178, 100.424],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_4b22352a95011ab2810b62f61bd708b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_038e6d862869c2ace7350de1dfde7f8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e35b729f6935dff1231884f5ac9847e = $(`<div id="html_3e35b729f6935dff1231884f5ac9847e" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_038e6d862869c2ace7350de1dfde7f8c.setContent(html_3e35b729f6935dff1231884f5ac9847e);
|
|
|
|
|
|
|
|
marker_e97aaea38420ac3813e8e6c0818ecb6d.bindPopup(popup_038e6d862869c2ace7350de1dfde7f8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e97aaea38420ac3813e8e6c0818ecb6d.setIcon(icon_4b22352a95011ab2810b62f61bd708b4);
|
|
|
|
|
|
var marker_f96e894eb6bb97702ae004bdb71d5b11 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_835653232e41b272bc5e704ba35a1059 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29607a66993eba362841f1fe7b51d5a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e8b221c19d02556c2271079e7a5feb5 = $(`<div id="html_6e8b221c19d02556c2271079e7a5feb5" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_29607a66993eba362841f1fe7b51d5a6.setContent(html_6e8b221c19d02556c2271079e7a5feb5);
|
|
|
|
|
|
|
|
marker_f96e894eb6bb97702ae004bdb71d5b11.bindPopup(popup_29607a66993eba362841f1fe7b51d5a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f96e894eb6bb97702ae004bdb71d5b11.setIcon(icon_835653232e41b272bc5e704ba35a1059);
|
|
|
|
|
|
var marker_7618af9c83dc12b38a70cf88b2bf44d8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_2774b9e666d177d6322986b15da04290 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e07c22e030f62777c459d4d343fa02d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c21e4c18db8c5242c0fe6954ec57fc6e = $(`<div id="html_c21e4c18db8c5242c0fe6954ec57fc6e" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_e07c22e030f62777c459d4d343fa02d7.setContent(html_c21e4c18db8c5242c0fe6954ec57fc6e);
|
|
|
|
|
|
|
|
marker_7618af9c83dc12b38a70cf88b2bf44d8.bindPopup(popup_e07c22e030f62777c459d4d343fa02d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7618af9c83dc12b38a70cf88b2bf44d8.setIcon(icon_2774b9e666d177d6322986b15da04290);
|
|
|
|
|
|
var marker_7f6168f8c7dec0137080398a7913c671 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_120c501a1205a9c31d48e31f908c203d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e90368e7ca8308fa1b88c84526e9d5d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e54da37a148a1e4ee4916422b18ac1b6 = $(`<div id="html_e54da37a148a1e4ee4916422b18ac1b6" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_e90368e7ca8308fa1b88c84526e9d5d3.setContent(html_e54da37a148a1e4ee4916422b18ac1b6);
|
|
|
|
|
|
|
|
marker_7f6168f8c7dec0137080398a7913c671.bindPopup(popup_e90368e7ca8308fa1b88c84526e9d5d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f6168f8c7dec0137080398a7913c671.setIcon(icon_120c501a1205a9c31d48e31f908c203d);
|
|
|
|
|
|
var marker_7b5eb18e266c0651e21cdef67291972e = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_2484160a87d5f9051b6b47f3b7713a9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c50cfb7ddbb3ab98fe8069f3121b3ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dea9687ad7b05e4cf95356a8b16449ba = $(`<div id="html_dea9687ad7b05e4cf95356a8b16449ba" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_0c50cfb7ddbb3ab98fe8069f3121b3ee.setContent(html_dea9687ad7b05e4cf95356a8b16449ba);
|
|
|
|
|
|
|
|
marker_7b5eb18e266c0651e21cdef67291972e.bindPopup(popup_0c50cfb7ddbb3ab98fe8069f3121b3ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b5eb18e266c0651e21cdef67291972e.setIcon(icon_2484160a87d5f9051b6b47f3b7713a9e);
|
|
|
|
|
|
var marker_9b0a58eab0c6bf52abf2e68a4e8193d2 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_1d97ee01127c7228df34ff006fd9f196 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_443a13894cbe1f08f039521b80529a12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90fa43d21a9df2f2bef003ce3d2c08d2 = $(`<div id="html_90fa43d21a9df2f2bef003ce3d2c08d2" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_443a13894cbe1f08f039521b80529a12.setContent(html_90fa43d21a9df2f2bef003ce3d2c08d2);
|
|
|
|
|
|
|
|
marker_9b0a58eab0c6bf52abf2e68a4e8193d2.bindPopup(popup_443a13894cbe1f08f039521b80529a12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b0a58eab0c6bf52abf2e68a4e8193d2.setIcon(icon_1d97ee01127c7228df34ff006fd9f196);
|
|
|
|
|
|
var marker_0c7d1854cca0f43910986c912a577745 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_af4ae6f9e3a56de14fde908a2086d59f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fa5321c22e7dcf6f5d3944aa2dfe891 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78be9ba285d45bd3a2defad36a994b07 = $(`<div id="html_78be9ba285d45bd3a2defad36a994b07" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_1fa5321c22e7dcf6f5d3944aa2dfe891.setContent(html_78be9ba285d45bd3a2defad36a994b07);
|
|
|
|
|
|
|
|
marker_0c7d1854cca0f43910986c912a577745.bindPopup(popup_1fa5321c22e7dcf6f5d3944aa2dfe891)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c7d1854cca0f43910986c912a577745.setIcon(icon_af4ae6f9e3a56de14fde908a2086d59f);
|
|
|
|
|
|
var marker_156e7a5000ac297413486adc9fc2f20c = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_fd7951d6fe42c58e1e0f925383d8e78d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e55edd34beba92af44e77c323bf42356 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d90a4f4c03413af18e6a1f8c06faa64 = $(`<div id="html_0d90a4f4c03413af18e6a1f8c06faa64" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_e55edd34beba92af44e77c323bf42356.setContent(html_0d90a4f4c03413af18e6a1f8c06faa64);
|
|
|
|
|
|
|
|
marker_156e7a5000ac297413486adc9fc2f20c.bindPopup(popup_e55edd34beba92af44e77c323bf42356)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_156e7a5000ac297413486adc9fc2f20c.setIcon(icon_fd7951d6fe42c58e1e0f925383d8e78d);
|
|
|
|
|
|
var marker_727faeaac3d8ec154f78faba696d8f47 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_5e7d97c86b1f6694651a4fd0b533ae69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53f96e5045a360c3f1f322fd3beb6bc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f00fd97c28e51b866bae5b2f8a1c2eba = $(`<div id="html_f00fd97c28e51b866bae5b2f8a1c2eba" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_53f96e5045a360c3f1f322fd3beb6bc3.setContent(html_f00fd97c28e51b866bae5b2f8a1c2eba);
|
|
|
|
|
|
|
|
marker_727faeaac3d8ec154f78faba696d8f47.bindPopup(popup_53f96e5045a360c3f1f322fd3beb6bc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_727faeaac3d8ec154f78faba696d8f47.setIcon(icon_5e7d97c86b1f6694651a4fd0b533ae69);
|
|
|
|
|
|
var marker_7da92591211a7e168095250c5f055293 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_a434ab80300d2e991d69a443764fc930 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_312ec9f5e98c00a597f539804e358dfe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_932aced2ed2f7d3ea7b6475bf28a61f2 = $(`<div id="html_932aced2ed2f7d3ea7b6475bf28a61f2" style="width: 100.0%; height: 100.0%;">a.nos.lol</div>`)[0];
|
|
popup_312ec9f5e98c00a597f539804e358dfe.setContent(html_932aced2ed2f7d3ea7b6475bf28a61f2);
|
|
|
|
|
|
|
|
marker_7da92591211a7e168095250c5f055293.bindPopup(popup_312ec9f5e98c00a597f539804e358dfe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7da92591211a7e168095250c5f055293.setIcon(icon_a434ab80300d2e991d69a443764fc930);
|
|
|
|
|
|
var marker_f93bcbc01e9e3ec46e8f078cacfbb5e6 = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_0ad0dccfe7636934fb89bd3381820b8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b89c227c54951bc8175bad6937a9ae8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2806f9c17c8bdef651bcb2020ebf26e = $(`<div id="html_c2806f9c17c8bdef651bcb2020ebf26e" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_9b89c227c54951bc8175bad6937a9ae8.setContent(html_c2806f9c17c8bdef651bcb2020ebf26e);
|
|
|
|
|
|
|
|
marker_f93bcbc01e9e3ec46e8f078cacfbb5e6.bindPopup(popup_9b89c227c54951bc8175bad6937a9ae8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f93bcbc01e9e3ec46e8f078cacfbb5e6.setIcon(icon_0ad0dccfe7636934fb89bd3381820b8c);
|
|
|
|
|
|
var marker_ccb85eb22872ffbe422c2e1613d4aa66 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_b308087ae956828d7b21664ac60c7ba4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a44699f4dc7527b7b61300273a417521 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36ebcebb3dcdffe8e73fe572e40e7538 = $(`<div id="html_36ebcebb3dcdffe8e73fe572e40e7538" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_a44699f4dc7527b7b61300273a417521.setContent(html_36ebcebb3dcdffe8e73fe572e40e7538);
|
|
|
|
|
|
|
|
marker_ccb85eb22872ffbe422c2e1613d4aa66.bindPopup(popup_a44699f4dc7527b7b61300273a417521)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccb85eb22872ffbe422c2e1613d4aa66.setIcon(icon_b308087ae956828d7b21664ac60c7ba4);
|
|
|
|
|
|
var marker_2891dbbe48d5299e62886d2d0e8939ee = L.marker(
|
|
[47.4043, 8.57398],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_1f8e648dcd89d0bec824b3d0daaf2ea0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14385fc109da2d9902e26efafbd4ea7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98ce5d5647b09da5b8483008efe8913c = $(`<div id="html_98ce5d5647b09da5b8483008efe8913c" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_14385fc109da2d9902e26efafbd4ea7d.setContent(html_98ce5d5647b09da5b8483008efe8913c);
|
|
|
|
|
|
|
|
marker_2891dbbe48d5299e62886d2d0e8939ee.bindPopup(popup_14385fc109da2d9902e26efafbd4ea7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2891dbbe48d5299e62886d2d0e8939ee.setIcon(icon_1f8e648dcd89d0bec824b3d0daaf2ea0);
|
|
|
|
|
|
var marker_5cd646ae0805e667f1f4c9e7a5397daa = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_1953d2f3134c2de55a301d3aad56b886 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_980e97385dd539af917fecdf2e9f51d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c43dfa1fd4275a1a2179a962dbd112e9 = $(`<div id="html_c43dfa1fd4275a1a2179a962dbd112e9" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_980e97385dd539af917fecdf2e9f51d5.setContent(html_c43dfa1fd4275a1a2179a962dbd112e9);
|
|
|
|
|
|
|
|
marker_5cd646ae0805e667f1f4c9e7a5397daa.bindPopup(popup_980e97385dd539af917fecdf2e9f51d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cd646ae0805e667f1f4c9e7a5397daa.setIcon(icon_1953d2f3134c2de55a301d3aad56b886);
|
|
|
|
|
|
var marker_61fb563c2fa01a8aa41ebd6f8615a0cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_cbae4ab2c7139667faa752115129c330 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_105888211be3131140b69c1db3044623 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f6ac919b68f40da74b05c441ba5f949 = $(`<div id="html_8f6ac919b68f40da74b05c441ba5f949" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_105888211be3131140b69c1db3044623.setContent(html_8f6ac919b68f40da74b05c441ba5f949);
|
|
|
|
|
|
|
|
marker_61fb563c2fa01a8aa41ebd6f8615a0cf.bindPopup(popup_105888211be3131140b69c1db3044623)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61fb563c2fa01a8aa41ebd6f8615a0cf.setIcon(icon_cbae4ab2c7139667faa752115129c330);
|
|
|
|
|
|
var marker_1b55fbdf161cd73109d93a28b63095b4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c7fa0001eebe8c9d9151c676862c8fba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07f4a908c15b870fcde87e0c12239dde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_948b410269e92a833e56e5f9882ff598 = $(`<div id="html_948b410269e92a833e56e5f9882ff598" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_07f4a908c15b870fcde87e0c12239dde.setContent(html_948b410269e92a833e56e5f9882ff598);
|
|
|
|
|
|
|
|
marker_1b55fbdf161cd73109d93a28b63095b4.bindPopup(popup_07f4a908c15b870fcde87e0c12239dde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b55fbdf161cd73109d93a28b63095b4.setIcon(icon_c7fa0001eebe8c9d9151c676862c8fba);
|
|
|
|
|
|
var marker_a4b5acc52e7ee78eed4f08b342be1228 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_90a9a138fc73f9bc6e53a1330b904c9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_401465a3a3d966fc28100a4a398af082 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5f6698d4c4c9d1f6e79a3d427d5810b = $(`<div id="html_d5f6698d4c4c9d1f6e79a3d427d5810b" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_401465a3a3d966fc28100a4a398af082.setContent(html_d5f6698d4c4c9d1f6e79a3d427d5810b);
|
|
|
|
|
|
|
|
marker_a4b5acc52e7ee78eed4f08b342be1228.bindPopup(popup_401465a3a3d966fc28100a4a398af082)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4b5acc52e7ee78eed4f08b342be1228.setIcon(icon_90a9a138fc73f9bc6e53a1330b904c9f);
|
|
|
|
|
|
var marker_6d385b9542be5143174c71d6313a9a6a = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_2ed22967f46619557a6a7c13b55708fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f91fc2e5bfa1ece0c9ed0845f0999d9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a50eca4dc8cdb920cd73f129693c065f = $(`<div id="html_a50eca4dc8cdb920cd73f129693c065f" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_f91fc2e5bfa1ece0c9ed0845f0999d9f.setContent(html_a50eca4dc8cdb920cd73f129693c065f);
|
|
|
|
|
|
|
|
marker_6d385b9542be5143174c71d6313a9a6a.bindPopup(popup_f91fc2e5bfa1ece0c9ed0845f0999d9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d385b9542be5143174c71d6313a9a6a.setIcon(icon_2ed22967f46619557a6a7c13b55708fe);
|
|
|
|
|
|
var marker_7db426cb45583ce530f25a52b418eb5e = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_36f18b859e91a15686256f1f6dc9d91b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11bf746027bf8f9ab1464aa7790fe2e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44f75aabe452d23bbb573fab6159edfa = $(`<div id="html_44f75aabe452d23bbb573fab6159edfa" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_11bf746027bf8f9ab1464aa7790fe2e4.setContent(html_44f75aabe452d23bbb573fab6159edfa);
|
|
|
|
|
|
|
|
marker_7db426cb45583ce530f25a52b418eb5e.bindPopup(popup_11bf746027bf8f9ab1464aa7790fe2e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7db426cb45583ce530f25a52b418eb5e.setIcon(icon_36f18b859e91a15686256f1f6dc9d91b);
|
|
|
|
|
|
var marker_00d5750b1266fcfe888617cf82ac2b5e = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_b23d7fe23964e89ba87bd1855133d658 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80302ec955d11cda55c3f38769014688 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dbbd67c7e59385b6f217f5765803c80 = $(`<div id="html_5dbbd67c7e59385b6f217f5765803c80" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_80302ec955d11cda55c3f38769014688.setContent(html_5dbbd67c7e59385b6f217f5765803c80);
|
|
|
|
|
|
|
|
marker_00d5750b1266fcfe888617cf82ac2b5e.bindPopup(popup_80302ec955d11cda55c3f38769014688)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00d5750b1266fcfe888617cf82ac2b5e.setIcon(icon_b23d7fe23964e89ba87bd1855133d658);
|
|
|
|
|
|
var marker_f95fbf8637dec8c00cbaca3bcab24c90 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_4a780fc83b0e1b42e164230b8fa35c87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80a4e2586be24211fa1a80ec112e5395 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6c0632e0fa45800b01d97eea7dacb1c = $(`<div id="html_c6c0632e0fa45800b01d97eea7dacb1c" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_80a4e2586be24211fa1a80ec112e5395.setContent(html_c6c0632e0fa45800b01d97eea7dacb1c);
|
|
|
|
|
|
|
|
marker_f95fbf8637dec8c00cbaca3bcab24c90.bindPopup(popup_80a4e2586be24211fa1a80ec112e5395)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f95fbf8637dec8c00cbaca3bcab24c90.setIcon(icon_4a780fc83b0e1b42e164230b8fa35c87);
|
|
|
|
|
|
var marker_5693c97748c37d7cfb91859ad3cc2bea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_6ce242b40ab8ce2eebf4c1ff3b50a106 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d568a76f9eec8ec3cd6644a261dbb6fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8c3b144e6f652cbaad92e31b88d1a4e = $(`<div id="html_e8c3b144e6f652cbaad92e31b88d1a4e" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_d568a76f9eec8ec3cd6644a261dbb6fa.setContent(html_e8c3b144e6f652cbaad92e31b88d1a4e);
|
|
|
|
|
|
|
|
marker_5693c97748c37d7cfb91859ad3cc2bea.bindPopup(popup_d568a76f9eec8ec3cd6644a261dbb6fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5693c97748c37d7cfb91859ad3cc2bea.setIcon(icon_6ce242b40ab8ce2eebf4c1ff3b50a106);
|
|
|
|
|
|
var marker_1272eccdcd5270c231596f1fcee7e6b2 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_429f4d958f343ce1371026bd72c78422 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef5cf3c1778fdd29b23c75e96703ab06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f467fd3af1bcf11e83371d51b4debb6a = $(`<div id="html_f467fd3af1bcf11e83371d51b4debb6a" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_ef5cf3c1778fdd29b23c75e96703ab06.setContent(html_f467fd3af1bcf11e83371d51b4debb6a);
|
|
|
|
|
|
|
|
marker_1272eccdcd5270c231596f1fcee7e6b2.bindPopup(popup_ef5cf3c1778fdd29b23c75e96703ab06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1272eccdcd5270c231596f1fcee7e6b2.setIcon(icon_429f4d958f343ce1371026bd72c78422);
|
|
|
|
|
|
var marker_7a19d409498b7d348346a3c3a8906bc1 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_00d9bda8b93b61ddb1b522697889a2ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cda7528c562483962308c4f7de866d71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3abd32761274baa1b992dcaa881fd5f = $(`<div id="html_b3abd32761274baa1b992dcaa881fd5f" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_cda7528c562483962308c4f7de866d71.setContent(html_b3abd32761274baa1b992dcaa881fd5f);
|
|
|
|
|
|
|
|
marker_7a19d409498b7d348346a3c3a8906bc1.bindPopup(popup_cda7528c562483962308c4f7de866d71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a19d409498b7d348346a3c3a8906bc1.setIcon(icon_00d9bda8b93b61ddb1b522697889a2ed);
|
|
|
|
|
|
var marker_d389e075d8b1e12089495979acfc46bb = L.marker(
|
|
[53.471, 9.88208],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_2c94529d6fc29b9eb079a50121e95a4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a0e77abc5e0e0c3480b3e98e17d95e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b69005836f659b9def9d06d6857870e9 = $(`<div id="html_b69005836f659b9def9d06d6857870e9" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_0a0e77abc5e0e0c3480b3e98e17d95e9.setContent(html_b69005836f659b9def9d06d6857870e9);
|
|
|
|
|
|
|
|
marker_d389e075d8b1e12089495979acfc46bb.bindPopup(popup_0a0e77abc5e0e0c3480b3e98e17d95e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d389e075d8b1e12089495979acfc46bb.setIcon(icon_2c94529d6fc29b9eb079a50121e95a4b);
|
|
|
|
|
|
var marker_75fd47ad98d3cb9753299c0f6659fab8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_b8b9749c8cc214e5df2497ce626a5d0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09add795d32ad205e53d68dac2da3a74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b24d592771ca3b15ca916605ee77cbb = $(`<div id="html_0b24d592771ca3b15ca916605ee77cbb" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_09add795d32ad205e53d68dac2da3a74.setContent(html_0b24d592771ca3b15ca916605ee77cbb);
|
|
|
|
|
|
|
|
marker_75fd47ad98d3cb9753299c0f6659fab8.bindPopup(popup_09add795d32ad205e53d68dac2da3a74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75fd47ad98d3cb9753299c0f6659fab8.setIcon(icon_b8b9749c8cc214e5df2497ce626a5d0f);
|
|
|
|
|
|
var marker_ae9bd5a9a2ce24557297f7d002361e71 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_0e91d484644ca84373c065a10ee109ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a918bde1a70ebdd24f1118ec9c85117a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28fa7c28d023828bf20bf999fd93144b = $(`<div id="html_28fa7c28d023828bf20bf999fd93144b" style="width: 100.0%; height: 100.0%;">nostr.lostr.space</div>`)[0];
|
|
popup_a918bde1a70ebdd24f1118ec9c85117a.setContent(html_28fa7c28d023828bf20bf999fd93144b);
|
|
|
|
|
|
|
|
marker_ae9bd5a9a2ce24557297f7d002361e71.bindPopup(popup_a918bde1a70ebdd24f1118ec9c85117a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae9bd5a9a2ce24557297f7d002361e71.setIcon(icon_0e91d484644ca84373c065a10ee109ef);
|
|
|
|
|
|
var marker_cc65ef47eefd3c6bb14ad2b5a72ff84f = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_3241c3225bf1545abf87bb9b0778bc2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77a0e05a93a3c17eed3daefb15bc4a1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a7a88fe964d0b76544fce2f7c7cad54 = $(`<div id="html_3a7a88fe964d0b76544fce2f7c7cad54" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_77a0e05a93a3c17eed3daefb15bc4a1e.setContent(html_3a7a88fe964d0b76544fce2f7c7cad54);
|
|
|
|
|
|
|
|
marker_cc65ef47eefd3c6bb14ad2b5a72ff84f.bindPopup(popup_77a0e05a93a3c17eed3daefb15bc4a1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc65ef47eefd3c6bb14ad2b5a72ff84f.setIcon(icon_3241c3225bf1545abf87bb9b0778bc2d);
|
|
|
|
|
|
var marker_a9b8178d689e7677f738993aec427186 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_8176533f98b60a470019feabed54d736 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d2079108f5d6c7dafe7872f7d3257ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48e5b408082052706dfb7c0cf19ba638 = $(`<div id="html_48e5b408082052706dfb7c0cf19ba638" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_0d2079108f5d6c7dafe7872f7d3257ff.setContent(html_48e5b408082052706dfb7c0cf19ba638);
|
|
|
|
|
|
|
|
marker_a9b8178d689e7677f738993aec427186.bindPopup(popup_0d2079108f5d6c7dafe7872f7d3257ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9b8178d689e7677f738993aec427186.setIcon(icon_8176533f98b60a470019feabed54d736);
|
|
|
|
|
|
var marker_ec57c72d8450d9e9ab2f5e046a05fb20 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_95c59e24f22a61f08b8bf1531c698a6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f7777ac61059b932ac3e45d310ba73d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97c25d571b26db5e479d37e4734baee9 = $(`<div id="html_97c25d571b26db5e479d37e4734baee9" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_8f7777ac61059b932ac3e45d310ba73d.setContent(html_97c25d571b26db5e479d37e4734baee9);
|
|
|
|
|
|
|
|
marker_ec57c72d8450d9e9ab2f5e046a05fb20.bindPopup(popup_8f7777ac61059b932ac3e45d310ba73d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec57c72d8450d9e9ab2f5e046a05fb20.setIcon(icon_95c59e24f22a61f08b8bf1531c698a6c);
|
|
|
|
|
|
var marker_3bc4dd3b6bdaeb27246b5204176708c6 = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_f80f93169f6d283f9988504e81b8c99e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b16374c6b0168620d798d0e36f8f4f58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d838894e6b7a29a45d53864daf3249f = $(`<div id="html_8d838894e6b7a29a45d53864daf3249f" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_b16374c6b0168620d798d0e36f8f4f58.setContent(html_8d838894e6b7a29a45d53864daf3249f);
|
|
|
|
|
|
|
|
marker_3bc4dd3b6bdaeb27246b5204176708c6.bindPopup(popup_b16374c6b0168620d798d0e36f8f4f58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bc4dd3b6bdaeb27246b5204176708c6.setIcon(icon_f80f93169f6d283f9988504e81b8c99e);
|
|
|
|
|
|
var marker_7a21327c6a68ee3cd2b54b5f255f0abf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_4359c0c55688f7a1e79790a870b9496f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff9cff7d5d2e8086bdbc123b228b63d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_199853068fce8775e764b5181f007892 = $(`<div id="html_199853068fce8775e764b5181f007892" style="width: 100.0%; height: 100.0%;">relay.divine.video</div>`)[0];
|
|
popup_ff9cff7d5d2e8086bdbc123b228b63d9.setContent(html_199853068fce8775e764b5181f007892);
|
|
|
|
|
|
|
|
marker_7a21327c6a68ee3cd2b54b5f255f0abf.bindPopup(popup_ff9cff7d5d2e8086bdbc123b228b63d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a21327c6a68ee3cd2b54b5f255f0abf.setIcon(icon_4359c0c55688f7a1e79790a870b9496f);
|
|
|
|
|
|
var marker_f0a63e839ca0e98a1c20881840f4fe45 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_bf484d9985205800eb1cc1034bd7c94e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9c365c5b6fe0fd51a86ab3c8ab3ae54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9cdbbf9c89171c756b48696cf72d773c = $(`<div id="html_9cdbbf9c89171c756b48696cf72d773c" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_a9c365c5b6fe0fd51a86ab3c8ab3ae54.setContent(html_9cdbbf9c89171c756b48696cf72d773c);
|
|
|
|
|
|
|
|
marker_f0a63e839ca0e98a1c20881840f4fe45.bindPopup(popup_a9c365c5b6fe0fd51a86ab3c8ab3ae54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0a63e839ca0e98a1c20881840f4fe45.setIcon(icon_bf484d9985205800eb1cc1034bd7c94e);
|
|
|
|
|
|
var marker_3c2b35a0e8189268698db6cc7167bbd8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c4b4f80529d0e0adacf3140f4bf22624 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_071dc1ccbb69290cf32c7c41fdd9ca4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_888de1f4f079daba686258d60e2d9b9a = $(`<div id="html_888de1f4f079daba686258d60e2d9b9a" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_071dc1ccbb69290cf32c7c41fdd9ca4a.setContent(html_888de1f4f079daba686258d60e2d9b9a);
|
|
|
|
|
|
|
|
marker_3c2b35a0e8189268698db6cc7167bbd8.bindPopup(popup_071dc1ccbb69290cf32c7c41fdd9ca4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c2b35a0e8189268698db6cc7167bbd8.setIcon(icon_c4b4f80529d0e0adacf3140f4bf22624);
|
|
|
|
|
|
var marker_667a4d541a5af41ee1128a0ace481815 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_203c534fafdff122d5754752215695f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26ba69cd96828bbbbb9560d85951a6da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59c9aa84c11b484dc577888074e3acc3 = $(`<div id="html_59c9aa84c11b484dc577888074e3acc3" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_26ba69cd96828bbbbb9560d85951a6da.setContent(html_59c9aa84c11b484dc577888074e3acc3);
|
|
|
|
|
|
|
|
marker_667a4d541a5af41ee1128a0ace481815.bindPopup(popup_26ba69cd96828bbbbb9560d85951a6da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_667a4d541a5af41ee1128a0ace481815.setIcon(icon_203c534fafdff122d5754752215695f3);
|
|
|
|
|
|
var marker_015203da4cc4c438e4697e75bd212fb0 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_f0adf58419dfe9ac0a74985e24e30b24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0ccf683feb30f66b8d9d21f74d629f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ea5a8cfaa198a7322e8a4f9528de4d1 = $(`<div id="html_2ea5a8cfaa198a7322e8a4f9528de4d1" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_a0ccf683feb30f66b8d9d21f74d629f2.setContent(html_2ea5a8cfaa198a7322e8a4f9528de4d1);
|
|
|
|
|
|
|
|
marker_015203da4cc4c438e4697e75bd212fb0.bindPopup(popup_a0ccf683feb30f66b8d9d21f74d629f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_015203da4cc4c438e4697e75bd212fb0.setIcon(icon_f0adf58419dfe9ac0a74985e24e30b24);
|
|
|
|
|
|
var marker_86305648716a60cffca87a1c48ffc94b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_b90a8a172d2bf797fcff3144d9c57bee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82c7c1f4d90412baae0b8f20e781c6e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04c8fd890eed354ce522cd28ccc23404 = $(`<div id="html_04c8fd890eed354ce522cd28ccc23404" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_82c7c1f4d90412baae0b8f20e781c6e3.setContent(html_04c8fd890eed354ce522cd28ccc23404);
|
|
|
|
|
|
|
|
marker_86305648716a60cffca87a1c48ffc94b.bindPopup(popup_82c7c1f4d90412baae0b8f20e781c6e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86305648716a60cffca87a1c48ffc94b.setIcon(icon_b90a8a172d2bf797fcff3144d9c57bee);
|
|
|
|
|
|
var marker_9f8b4500d3f020734a1b673c35b7a7b3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_a55fb6519c45fef6c2146c03db496173 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18cc7cd2dc6991580b8ff2bdcb80cfce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21b6269f8e6f418378765b2e1861dd35 = $(`<div id="html_21b6269f8e6f418378765b2e1861dd35" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_18cc7cd2dc6991580b8ff2bdcb80cfce.setContent(html_21b6269f8e6f418378765b2e1861dd35);
|
|
|
|
|
|
|
|
marker_9f8b4500d3f020734a1b673c35b7a7b3.bindPopup(popup_18cc7cd2dc6991580b8ff2bdcb80cfce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f8b4500d3f020734a1b673c35b7a7b3.setIcon(icon_a55fb6519c45fef6c2146c03db496173);
|
|
|
|
|
|
var marker_c464bcab981b7fdc001cc493a6b1dd4d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_aa31fbecea087aa7770b219928885d49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7811fbb6de4ca879f7d4711da0e48618 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbaf292d13716189df87298352e6a3d7 = $(`<div id="html_cbaf292d13716189df87298352e6a3d7" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_7811fbb6de4ca879f7d4711da0e48618.setContent(html_cbaf292d13716189df87298352e6a3d7);
|
|
|
|
|
|
|
|
marker_c464bcab981b7fdc001cc493a6b1dd4d.bindPopup(popup_7811fbb6de4ca879f7d4711da0e48618)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c464bcab981b7fdc001cc493a6b1dd4d.setIcon(icon_aa31fbecea087aa7770b219928885d49);
|
|
|
|
|
|
var marker_7027339e184c1abcefc63567a1e1fff8 = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_87b2965012fda93b121b1796bf4c0768 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de5b4e362b9d45ca73ef0e300f54f591 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a286a95196acfb0c5899be6a19b6d76 = $(`<div id="html_5a286a95196acfb0c5899be6a19b6d76" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_de5b4e362b9d45ca73ef0e300f54f591.setContent(html_5a286a95196acfb0c5899be6a19b6d76);
|
|
|
|
|
|
|
|
marker_7027339e184c1abcefc63567a1e1fff8.bindPopup(popup_de5b4e362b9d45ca73ef0e300f54f591)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7027339e184c1abcefc63567a1e1fff8.setIcon(icon_87b2965012fda93b121b1796bf4c0768);
|
|
|
|
|
|
var marker_ff38bc08e3df2fe658f6e4cae1c5f3ba = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_5fa48e6f4b21dbbd58f56f9222538063 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca0d4118a20276d78fc64b38a659be5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a0524ecf672cf0e6535bd312226eaba = $(`<div id="html_0a0524ecf672cf0e6535bd312226eaba" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_ca0d4118a20276d78fc64b38a659be5e.setContent(html_0a0524ecf672cf0e6535bd312226eaba);
|
|
|
|
|
|
|
|
marker_ff38bc08e3df2fe658f6e4cae1c5f3ba.bindPopup(popup_ca0d4118a20276d78fc64b38a659be5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff38bc08e3df2fe658f6e4cae1c5f3ba.setIcon(icon_5fa48e6f4b21dbbd58f56f9222538063);
|
|
|
|
|
|
var marker_abe8aa3da691ff350b24d90290deb9a4 = L.marker(
|
|
[49.6735, -124.928],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_7a57384e66adb1d4bdf791833cb24842 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_793c1398dcc630264bd709529940d3f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6df7a51f7f5a91e18f506028ed8320e2 = $(`<div id="html_6df7a51f7f5a91e18f506028ed8320e2" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_793c1398dcc630264bd709529940d3f7.setContent(html_6df7a51f7f5a91e18f506028ed8320e2);
|
|
|
|
|
|
|
|
marker_abe8aa3da691ff350b24d90290deb9a4.bindPopup(popup_793c1398dcc630264bd709529940d3f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abe8aa3da691ff350b24d90290deb9a4.setIcon(icon_7a57384e66adb1d4bdf791833cb24842);
|
|
|
|
|
|
var marker_1cc06b41874c2d35f83264a21dd34e8c = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_eba86beb5f9c86ec46762e5aee7ffe9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86e469e084636e59793613667b1caa73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_945421b5ec45743a266348ce3059d9ab = $(`<div id="html_945421b5ec45743a266348ce3059d9ab" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_86e469e084636e59793613667b1caa73.setContent(html_945421b5ec45743a266348ce3059d9ab);
|
|
|
|
|
|
|
|
marker_1cc06b41874c2d35f83264a21dd34e8c.bindPopup(popup_86e469e084636e59793613667b1caa73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cc06b41874c2d35f83264a21dd34e8c.setIcon(icon_eba86beb5f9c86ec46762e5aee7ffe9c);
|
|
|
|
|
|
var marker_f4b41f06807ace2d2d88c27023ffa9a1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_29bb4e45bfe96030491faeb602ddafc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f063d7b4d9fd618cb836aa9772b353e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1e249c1ed9bcdba5209e011bb9b2acb = $(`<div id="html_a1e249c1ed9bcdba5209e011bb9b2acb" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_f063d7b4d9fd618cb836aa9772b353e8.setContent(html_a1e249c1ed9bcdba5209e011bb9b2acb);
|
|
|
|
|
|
|
|
marker_f4b41f06807ace2d2d88c27023ffa9a1.bindPopup(popup_f063d7b4d9fd618cb836aa9772b353e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4b41f06807ace2d2d88c27023ffa9a1.setIcon(icon_29bb4e45bfe96030491faeb602ddafc8);
|
|
|
|
|
|
var marker_2538b8058b5a62dd1d9c5247ec40ce29 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_ac9efc9f0292e0ff253af9dd221526ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa44cd29b7326457ccfab1119c424379 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d59e2173d770b9c854abf78afbe1d379 = $(`<div id="html_d59e2173d770b9c854abf78afbe1d379" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_aa44cd29b7326457ccfab1119c424379.setContent(html_d59e2173d770b9c854abf78afbe1d379);
|
|
|
|
|
|
|
|
marker_2538b8058b5a62dd1d9c5247ec40ce29.bindPopup(popup_aa44cd29b7326457ccfab1119c424379)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2538b8058b5a62dd1d9c5247ec40ce29.setIcon(icon_ac9efc9f0292e0ff253af9dd221526ba);
|
|
|
|
|
|
var marker_3911b0e51f3f199d4c16b7c629803d11 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_09519c89a348a4b143614894ecd6a99b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b07f198857213381d34570112efbd6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9cf885abdead7dfc33be0ca50bd2e4b9 = $(`<div id="html_9cf885abdead7dfc33be0ca50bd2e4b9" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_7b07f198857213381d34570112efbd6e.setContent(html_9cf885abdead7dfc33be0ca50bd2e4b9);
|
|
|
|
|
|
|
|
marker_3911b0e51f3f199d4c16b7c629803d11.bindPopup(popup_7b07f198857213381d34570112efbd6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3911b0e51f3f199d4c16b7c629803d11.setIcon(icon_09519c89a348a4b143614894ecd6a99b);
|
|
|
|
|
|
var marker_6c89bfe77880690ea4ea536588616824 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_93bbcb63fe030958c395ada472870ba2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17e50af7c50765feca738aaaeecfbd06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5f20b9c8f61f0fe91c18a75829cc5d6 = $(`<div id="html_a5f20b9c8f61f0fe91c18a75829cc5d6" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_17e50af7c50765feca738aaaeecfbd06.setContent(html_a5f20b9c8f61f0fe91c18a75829cc5d6);
|
|
|
|
|
|
|
|
marker_6c89bfe77880690ea4ea536588616824.bindPopup(popup_17e50af7c50765feca738aaaeecfbd06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c89bfe77880690ea4ea536588616824.setIcon(icon_93bbcb63fe030958c395ada472870ba2);
|
|
|
|
|
|
var marker_6b06116d2a6ef338e6b087fd248106c4 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_bcdff43c82ac272b38e7e44a2f45a971 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_942ec21ff2d10d920c86c210e88fa92c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58170d76f27dd6df02651ef3b53d3b73 = $(`<div id="html_58170d76f27dd6df02651ef3b53d3b73" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_942ec21ff2d10d920c86c210e88fa92c.setContent(html_58170d76f27dd6df02651ef3b53d3b73);
|
|
|
|
|
|
|
|
marker_6b06116d2a6ef338e6b087fd248106c4.bindPopup(popup_942ec21ff2d10d920c86c210e88fa92c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b06116d2a6ef338e6b087fd248106c4.setIcon(icon_bcdff43c82ac272b38e7e44a2f45a971);
|
|
|
|
|
|
var marker_7cdd909512fba490bf8044da4acf65b2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_abb090683c1aeab06ba5c86435e852a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e16b205e102ddbe447b481b9fdfd1809 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a60bb3c9aa75a8e908dd604aa5bb69f7 = $(`<div id="html_a60bb3c9aa75a8e908dd604aa5bb69f7" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_e16b205e102ddbe447b481b9fdfd1809.setContent(html_a60bb3c9aa75a8e908dd604aa5bb69f7);
|
|
|
|
|
|
|
|
marker_7cdd909512fba490bf8044da4acf65b2.bindPopup(popup_e16b205e102ddbe447b481b9fdfd1809)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cdd909512fba490bf8044da4acf65b2.setIcon(icon_abb090683c1aeab06ba5c86435e852a6);
|
|
|
|
|
|
var marker_5c4bd0e3961f069f5f8950738ecf8df3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_3178953c23494327bdaf57db8d7eb995 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc1758b19b269e187922550b53fcba6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d952cd64bae37528dd2eddffbc061b27 = $(`<div id="html_d952cd64bae37528dd2eddffbc061b27" style="width: 100.0%; height: 100.0%;">nostr-02.uid.ovh</div>`)[0];
|
|
popup_dc1758b19b269e187922550b53fcba6b.setContent(html_d952cd64bae37528dd2eddffbc061b27);
|
|
|
|
|
|
|
|
marker_5c4bd0e3961f069f5f8950738ecf8df3.bindPopup(popup_dc1758b19b269e187922550b53fcba6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c4bd0e3961f069f5f8950738ecf8df3.setIcon(icon_3178953c23494327bdaf57db8d7eb995);
|
|
|
|
|
|
var marker_c8b50fabc002ee040462d15ecb9bf079 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_03b3386b0bbbd3d1f300bc9883e1534d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9d53c6df852496f7d153aed51cf6fcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f88010e47e5ac66daf3ebc5b5a2b145 = $(`<div id="html_1f88010e47e5ac66daf3ebc5b5a2b145" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_d9d53c6df852496f7d153aed51cf6fcd.setContent(html_1f88010e47e5ac66daf3ebc5b5a2b145);
|
|
|
|
|
|
|
|
marker_c8b50fabc002ee040462d15ecb9bf079.bindPopup(popup_d9d53c6df852496f7d153aed51cf6fcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8b50fabc002ee040462d15ecb9bf079.setIcon(icon_03b3386b0bbbd3d1f300bc9883e1534d);
|
|
|
|
|
|
var marker_91951b3e9646bde175684002b8587b6b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_b64959f2599ea6ef29afe7aae4e06ab4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdea011dd5ef800da252886dede87f8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a5290c54e0af01bb1bace6f3bc546c6 = $(`<div id="html_3a5290c54e0af01bb1bace6f3bc546c6" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_fdea011dd5ef800da252886dede87f8d.setContent(html_3a5290c54e0af01bb1bace6f3bc546c6);
|
|
|
|
|
|
|
|
marker_91951b3e9646bde175684002b8587b6b.bindPopup(popup_fdea011dd5ef800da252886dede87f8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91951b3e9646bde175684002b8587b6b.setIcon(icon_b64959f2599ea6ef29afe7aae4e06ab4);
|
|
|
|
|
|
var marker_3ea685895e498be6c29ee800aed01d53 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c2b3d417de5eb3c10bb8f642ab507339 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0fbc5c79f3b73d98af3304f5c8ea8a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e7ca5df270471766f31cc187ebb0d3e = $(`<div id="html_8e7ca5df270471766f31cc187ebb0d3e" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_b0fbc5c79f3b73d98af3304f5c8ea8a2.setContent(html_8e7ca5df270471766f31cc187ebb0d3e);
|
|
|
|
|
|
|
|
marker_3ea685895e498be6c29ee800aed01d53.bindPopup(popup_b0fbc5c79f3b73d98af3304f5c8ea8a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ea685895e498be6c29ee800aed01d53.setIcon(icon_c2b3d417de5eb3c10bb8f642ab507339);
|
|
|
|
|
|
var marker_10ee123fecc358aef58eedb6dd68e27b = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_5ed0010008042a274e86736478b2d6a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee745cada0f7dee68f55cd23ddc0d8c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b041ef2f4c420aa7495bcc191d61762d = $(`<div id="html_b041ef2f4c420aa7495bcc191d61762d" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_ee745cada0f7dee68f55cd23ddc0d8c8.setContent(html_b041ef2f4c420aa7495bcc191d61762d);
|
|
|
|
|
|
|
|
marker_10ee123fecc358aef58eedb6dd68e27b.bindPopup(popup_ee745cada0f7dee68f55cd23ddc0d8c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10ee123fecc358aef58eedb6dd68e27b.setIcon(icon_5ed0010008042a274e86736478b2d6a8);
|
|
|
|
|
|
var marker_c31e91ebcd467235f3867db6b094aef7 = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_f93ecc48c4f6a36aa185f36518bbce46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25a35e1196e5b345f690ecd40aca6a4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47bff23e7e117bf015d2bf24fa5fc243 = $(`<div id="html_47bff23e7e117bf015d2bf24fa5fc243" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_25a35e1196e5b345f690ecd40aca6a4c.setContent(html_47bff23e7e117bf015d2bf24fa5fc243);
|
|
|
|
|
|
|
|
marker_c31e91ebcd467235f3867db6b094aef7.bindPopup(popup_25a35e1196e5b345f690ecd40aca6a4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c31e91ebcd467235f3867db6b094aef7.setIcon(icon_f93ecc48c4f6a36aa185f36518bbce46);
|
|
|
|
|
|
var marker_810629f80a03d407cf57765a19531302 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_bad8d2517f832bcd8d9b5fa3beec6eeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19ea0fbc68bad8295d793a53ccfccd01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ad3415d71a6b04a6a1559b6ef0b8285 = $(`<div id="html_6ad3415d71a6b04a6a1559b6ef0b8285" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_19ea0fbc68bad8295d793a53ccfccd01.setContent(html_6ad3415d71a6b04a6a1559b6ef0b8285);
|
|
|
|
|
|
|
|
marker_810629f80a03d407cf57765a19531302.bindPopup(popup_19ea0fbc68bad8295d793a53ccfccd01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_810629f80a03d407cf57765a19531302.setIcon(icon_bad8d2517f832bcd8d9b5fa3beec6eeb);
|
|
|
|
|
|
var marker_80f1ce23db67516d0dda5c3b1510d23e = L.marker(
|
|
[52.6467, 4.7395],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_f5671ca687349e00a81514b50de93772 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2b2679328cfa9d8d0010b62581328bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a97a9867138e64855b1667e7af1a6268 = $(`<div id="html_a97a9867138e64855b1667e7af1a6268" style="width: 100.0%; height: 100.0%;">relay.nostr.vet</div>`)[0];
|
|
popup_e2b2679328cfa9d8d0010b62581328bc.setContent(html_a97a9867138e64855b1667e7af1a6268);
|
|
|
|
|
|
|
|
marker_80f1ce23db67516d0dda5c3b1510d23e.bindPopup(popup_e2b2679328cfa9d8d0010b62581328bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80f1ce23db67516d0dda5c3b1510d23e.setIcon(icon_f5671ca687349e00a81514b50de93772);
|
|
|
|
|
|
var marker_75c0309f154ad9c52dc00283fd840e12 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_72cfd0bd90e6f44c246774e3bc049396 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71fb82359af96a06bb56af8e80617a80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01c3723dd97c1b0542bd674a50bf9736 = $(`<div id="html_01c3723dd97c1b0542bd674a50bf9736" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_71fb82359af96a06bb56af8e80617a80.setContent(html_01c3723dd97c1b0542bd674a50bf9736);
|
|
|
|
|
|
|
|
marker_75c0309f154ad9c52dc00283fd840e12.bindPopup(popup_71fb82359af96a06bb56af8e80617a80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75c0309f154ad9c52dc00283fd840e12.setIcon(icon_72cfd0bd90e6f44c246774e3bc049396);
|
|
|
|
|
|
var marker_062391b6b312a01a26aa594d9a02f9d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_b494a74c81add3c6ddbc67eb44321784 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0d70ca86ec9fde383ef0fa0d1d86430 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8c02f2c2d3d63d4924fe69daa07bb8d = $(`<div id="html_d8c02f2c2d3d63d4924fe69daa07bb8d" style="width: 100.0%; height: 100.0%;">relay.thibautduchene.fr</div>`)[0];
|
|
popup_c0d70ca86ec9fde383ef0fa0d1d86430.setContent(html_d8c02f2c2d3d63d4924fe69daa07bb8d);
|
|
|
|
|
|
|
|
marker_062391b6b312a01a26aa594d9a02f9d6.bindPopup(popup_c0d70ca86ec9fde383ef0fa0d1d86430)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_062391b6b312a01a26aa594d9a02f9d6.setIcon(icon_b494a74c81add3c6ddbc67eb44321784);
|
|
|
|
|
|
var marker_6b806b4d19ed6b60c91f04e075273bc9 = L.marker(
|
|
[43.5009, -70.4428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_f00abef6303b95eed6e2661538a68a89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35decea739f69cc052a0f27e881a3fed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9dd2897bb2fe0e74b1059c9ef44df9d1 = $(`<div id="html_9dd2897bb2fe0e74b1059c9ef44df9d1" style="width: 100.0%; height: 100.0%;">nostr.zenon.network</div>`)[0];
|
|
popup_35decea739f69cc052a0f27e881a3fed.setContent(html_9dd2897bb2fe0e74b1059c9ef44df9d1);
|
|
|
|
|
|
|
|
marker_6b806b4d19ed6b60c91f04e075273bc9.bindPopup(popup_35decea739f69cc052a0f27e881a3fed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b806b4d19ed6b60c91f04e075273bc9.setIcon(icon_f00abef6303b95eed6e2661538a68a89);
|
|
|
|
|
|
var marker_f7115d10ebc6487af923db65809b9e73 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_84c519f8a4500540cbcbf5b2323d30f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9a22996f8a65c1142e3c757fe6113c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccbc4948ce8f01612801f1183387fe9f = $(`<div id="html_ccbc4948ce8f01612801f1183387fe9f" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_d9a22996f8a65c1142e3c757fe6113c7.setContent(html_ccbc4948ce8f01612801f1183387fe9f);
|
|
|
|
|
|
|
|
marker_f7115d10ebc6487af923db65809b9e73.bindPopup(popup_d9a22996f8a65c1142e3c757fe6113c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7115d10ebc6487af923db65809b9e73.setIcon(icon_84c519f8a4500540cbcbf5b2323d30f0);
|
|
|
|
|
|
var marker_3a52d29fb867a176393e23cc9111e23c = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c44e4d6208afb2f41a010f34a33bce75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6f30d69e56500f989f4772e664245d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37cf1defb085b6f49efca4a9c3faa059 = $(`<div id="html_37cf1defb085b6f49efca4a9c3faa059" style="width: 100.0%; height: 100.0%;">orangesync.tech</div>`)[0];
|
|
popup_b6f30d69e56500f989f4772e664245d6.setContent(html_37cf1defb085b6f49efca4a9c3faa059);
|
|
|
|
|
|
|
|
marker_3a52d29fb867a176393e23cc9111e23c.bindPopup(popup_b6f30d69e56500f989f4772e664245d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a52d29fb867a176393e23cc9111e23c.setIcon(icon_c44e4d6208afb2f41a010f34a33bce75);
|
|
|
|
|
|
var marker_fffe89e775571b5bacf1a673f4a0bc5d = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_40908d13bed3d73cf99684ae185eefd8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31471f7b353cbbb23e46efe79d992612 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1398399e398f5366c138d435c2b1aaf6 = $(`<div id="html_1398399e398f5366c138d435c2b1aaf6" style="width: 100.0%; height: 100.0%;">dizzyspells.nostr1.com</div>`)[0];
|
|
popup_31471f7b353cbbb23e46efe79d992612.setContent(html_1398399e398f5366c138d435c2b1aaf6);
|
|
|
|
|
|
|
|
marker_fffe89e775571b5bacf1a673f4a0bc5d.bindPopup(popup_31471f7b353cbbb23e46efe79d992612)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fffe89e775571b5bacf1a673f4a0bc5d.setIcon(icon_40908d13bed3d73cf99684ae185eefd8);
|
|
|
|
|
|
var marker_fc8c1b0a63914a13cff0b4773b1e0508 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_e2baeb6d6dd5d37fe4f2c9bc41560b0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b656971294b4c7db4ee1ca037fda7660 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f41e1a826e6f5bbe37941762311179b = $(`<div id="html_8f41e1a826e6f5bbe37941762311179b" style="width: 100.0%; height: 100.0%;">nostr.satstralia.com</div>`)[0];
|
|
popup_b656971294b4c7db4ee1ca037fda7660.setContent(html_8f41e1a826e6f5bbe37941762311179b);
|
|
|
|
|
|
|
|
marker_fc8c1b0a63914a13cff0b4773b1e0508.bindPopup(popup_b656971294b4c7db4ee1ca037fda7660)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc8c1b0a63914a13cff0b4773b1e0508.setIcon(icon_e2baeb6d6dd5d37fe4f2c9bc41560b0a);
|
|
|
|
|
|
var marker_d7a9d8d9f7387a9543dd6d32108b7c60 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_a02f926ef5fbb1164562d961bf0936db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7e00879e0aa13b86cc49bb5fb685cc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab5a54808a139070bf9dac5b3bb611f9 = $(`<div id="html_ab5a54808a139070bf9dac5b3bb611f9" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_c7e00879e0aa13b86cc49bb5fb685cc5.setContent(html_ab5a54808a139070bf9dac5b3bb611f9);
|
|
|
|
|
|
|
|
marker_d7a9d8d9f7387a9543dd6d32108b7c60.bindPopup(popup_c7e00879e0aa13b86cc49bb5fb685cc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7a9d8d9f7387a9543dd6d32108b7c60.setIcon(icon_a02f926ef5fbb1164562d961bf0936db);
|
|
|
|
|
|
var marker_2c767447e4b6ee894f8dedaadc7e4b6b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_d2e40cfe024af302b7309696b776f00d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f585b464037656de9c18236cd1f8fa2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_673533ec33d1b366c703c74ec2bb10a3 = $(`<div id="html_673533ec33d1b366c703c74ec2bb10a3" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_9f585b464037656de9c18236cd1f8fa2.setContent(html_673533ec33d1b366c703c74ec2bb10a3);
|
|
|
|
|
|
|
|
marker_2c767447e4b6ee894f8dedaadc7e4b6b.bindPopup(popup_9f585b464037656de9c18236cd1f8fa2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c767447e4b6ee894f8dedaadc7e4b6b.setIcon(icon_d2e40cfe024af302b7309696b776f00d);
|
|
|
|
|
|
var marker_60c753e12cc150c958ad9487df8cab47 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_be7ac910b5538510f62dd3f283c16df9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92c2227083e950e102e7d45b4122e689 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f00197164868ac2db148339c74c55f36 = $(`<div id="html_f00197164868ac2db148339c74c55f36" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_92c2227083e950e102e7d45b4122e689.setContent(html_f00197164868ac2db148339c74c55f36);
|
|
|
|
|
|
|
|
marker_60c753e12cc150c958ad9487df8cab47.bindPopup(popup_92c2227083e950e102e7d45b4122e689)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60c753e12cc150c958ad9487df8cab47.setIcon(icon_be7ac910b5538510f62dd3f283c16df9);
|
|
|
|
|
|
var marker_23b5e97d2c982190473b470444f1a5aa = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_d8e362fc68d467b2dc639d2c18280462 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e713895d07a65c06c4d180eaf49f6e68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33814b4334928617ea809dfa09a1e89d = $(`<div id="html_33814b4334928617ea809dfa09a1e89d" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_e713895d07a65c06c4d180eaf49f6e68.setContent(html_33814b4334928617ea809dfa09a1e89d);
|
|
|
|
|
|
|
|
marker_23b5e97d2c982190473b470444f1a5aa.bindPopup(popup_e713895d07a65c06c4d180eaf49f6e68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23b5e97d2c982190473b470444f1a5aa.setIcon(icon_d8e362fc68d467b2dc639d2c18280462);
|
|
|
|
|
|
var marker_f4f301cebb63f963ae12d644621ff454 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_43affebae645f938b0a1eb75a4a1aae4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_770eb93598aeb2d1e73f854dfc6de21f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61474d573666b5c5f7fd51554bd9a9fb = $(`<div id="html_61474d573666b5c5f7fd51554bd9a9fb" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_770eb93598aeb2d1e73f854dfc6de21f.setContent(html_61474d573666b5c5f7fd51554bd9a9fb);
|
|
|
|
|
|
|
|
marker_f4f301cebb63f963ae12d644621ff454.bindPopup(popup_770eb93598aeb2d1e73f854dfc6de21f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4f301cebb63f963ae12d644621ff454.setIcon(icon_43affebae645f938b0a1eb75a4a1aae4);
|
|
|
|
|
|
var marker_fae4dcaf4d490eb798db8dbcbe3c9cbc = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_206cb878ef94fdfa36eaef5308a32cd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8a17b64d5c78442076fdb65893e778b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b95068266b396fdd9c0c58282d8faf5 = $(`<div id="html_4b95068266b396fdd9c0c58282d8faf5" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_d8a17b64d5c78442076fdb65893e778b.setContent(html_4b95068266b396fdd9c0c58282d8faf5);
|
|
|
|
|
|
|
|
marker_fae4dcaf4d490eb798db8dbcbe3c9cbc.bindPopup(popup_d8a17b64d5c78442076fdb65893e778b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fae4dcaf4d490eb798db8dbcbe3c9cbc.setIcon(icon_206cb878ef94fdfa36eaef5308a32cd3);
|
|
|
|
|
|
var marker_4485e12bae058b810ab177077157edaa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_12618b6a519eed06420222b0525ca7da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f00d832df739032611b2200d809b13a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4843f2ab3f42e80e63ecbeddcb6266db = $(`<div id="html_4843f2ab3f42e80e63ecbeddcb6266db" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_f00d832df739032611b2200d809b13a2.setContent(html_4843f2ab3f42e80e63ecbeddcb6266db);
|
|
|
|
|
|
|
|
marker_4485e12bae058b810ab177077157edaa.bindPopup(popup_f00d832df739032611b2200d809b13a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4485e12bae058b810ab177077157edaa.setIcon(icon_12618b6a519eed06420222b0525ca7da);
|
|
|
|
|
|
var marker_aa4ef28591b5f9f2c79226940eeab059 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_b7bc427b2f7a00c45f477808696c51cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6afedeaf916ab33a6c093ea51fdd5be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ae6994ca25e35114e8b72e9ba7c4bdb = $(`<div id="html_7ae6994ca25e35114e8b72e9ba7c4bdb" style="width: 100.0%; height: 100.0%;">relay.freeplace.nl</div>`)[0];
|
|
popup_a6afedeaf916ab33a6c093ea51fdd5be.setContent(html_7ae6994ca25e35114e8b72e9ba7c4bdb);
|
|
|
|
|
|
|
|
marker_aa4ef28591b5f9f2c79226940eeab059.bindPopup(popup_a6afedeaf916ab33a6c093ea51fdd5be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa4ef28591b5f9f2c79226940eeab059.setIcon(icon_b7bc427b2f7a00c45f477808696c51cc);
|
|
|
|
|
|
var marker_976155201469b608d743d34d83d0212d = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_5454e505c354401c0d126e0084d92f66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d5bf8fd8eafb907c0a1e7802aeb9d6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98dc4d66c5e2525fbd8c731d07e97713 = $(`<div id="html_98dc4d66c5e2525fbd8c731d07e97713" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_2d5bf8fd8eafb907c0a1e7802aeb9d6f.setContent(html_98dc4d66c5e2525fbd8c731d07e97713);
|
|
|
|
|
|
|
|
marker_976155201469b608d743d34d83d0212d.bindPopup(popup_2d5bf8fd8eafb907c0a1e7802aeb9d6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_976155201469b608d743d34d83d0212d.setIcon(icon_5454e505c354401c0d126e0084d92f66);
|
|
|
|
|
|
var marker_938160bedd6abfedc390a866ba323f2c = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_de3c84ecc38afba7191550c7553b760c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c7a4adef842e8bffbff68a62137b8a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_059c630c957f98ff153f0726564638c8 = $(`<div id="html_059c630c957f98ff153f0726564638c8" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_3c7a4adef842e8bffbff68a62137b8a8.setContent(html_059c630c957f98ff153f0726564638c8);
|
|
|
|
|
|
|
|
marker_938160bedd6abfedc390a866ba323f2c.bindPopup(popup_3c7a4adef842e8bffbff68a62137b8a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_938160bedd6abfedc390a866ba323f2c.setIcon(icon_de3c84ecc38afba7191550c7553b760c);
|
|
|
|
|
|
var marker_703901e4c87672320852e41a8ce3906c = L.marker(
|
|
[50.9928, 3.26317],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c57dbd3a6a45389ca19f7d5968d4c16b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fbcb0ee9b7bc0e5652be81fc98dcdb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_994eb4e6e064b7f96383808bd63c70a9 = $(`<div id="html_994eb4e6e064b7f96383808bd63c70a9" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_6fbcb0ee9b7bc0e5652be81fc98dcdb0.setContent(html_994eb4e6e064b7f96383808bd63c70a9);
|
|
|
|
|
|
|
|
marker_703901e4c87672320852e41a8ce3906c.bindPopup(popup_6fbcb0ee9b7bc0e5652be81fc98dcdb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_703901e4c87672320852e41a8ce3906c.setIcon(icon_c57dbd3a6a45389ca19f7d5968d4c16b);
|
|
|
|
|
|
var marker_6c376b41cde22d16c2c2c2ff742dfb2c = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_e407d8ab76a3d745e936eab3df2c3135 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d556c76662c3158c0c2af73e75669ea5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09484af87ce5a8f75b3cbb38de418729 = $(`<div id="html_09484af87ce5a8f75b3cbb38de418729" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_d556c76662c3158c0c2af73e75669ea5.setContent(html_09484af87ce5a8f75b3cbb38de418729);
|
|
|
|
|
|
|
|
marker_6c376b41cde22d16c2c2c2ff742dfb2c.bindPopup(popup_d556c76662c3158c0c2af73e75669ea5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c376b41cde22d16c2c2c2ff742dfb2c.setIcon(icon_e407d8ab76a3d745e936eab3df2c3135);
|
|
|
|
|
|
var marker_57823d8d2eaa1c4636d935180d5b8ba2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_a09ef7989ab7b959e05e3eb174d89d27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c6733925ca7ed0441366d1141babc45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2332b0a189d20a03f532d15ec49cae19 = $(`<div id="html_2332b0a189d20a03f532d15ec49cae19" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_2c6733925ca7ed0441366d1141babc45.setContent(html_2332b0a189d20a03f532d15ec49cae19);
|
|
|
|
|
|
|
|
marker_57823d8d2eaa1c4636d935180d5b8ba2.bindPopup(popup_2c6733925ca7ed0441366d1141babc45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57823d8d2eaa1c4636d935180d5b8ba2.setIcon(icon_a09ef7989ab7b959e05e3eb174d89d27);
|
|
|
|
|
|
var marker_a51b1523351b98d59b734b119a8e9f11 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_aed802c5849886ad276e8a8e4ad582c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d59f836c40e705011822d5c76a59d40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80d8611b036c758a48b320aa5566a71e = $(`<div id="html_80d8611b036c758a48b320aa5566a71e" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_7d59f836c40e705011822d5c76a59d40.setContent(html_80d8611b036c758a48b320aa5566a71e);
|
|
|
|
|
|
|
|
marker_a51b1523351b98d59b734b119a8e9f11.bindPopup(popup_7d59f836c40e705011822d5c76a59d40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a51b1523351b98d59b734b119a8e9f11.setIcon(icon_aed802c5849886ad276e8a8e4ad582c3);
|
|
|
|
|
|
var marker_c05d5a1bf2e02ef754b2fb240bcf4668 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_8f3abb9bb3980d59b804a1cabe9c12c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58940c287836699511d9e894520bb815 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b95e44883f5ac7aea6dbfe9631da7c8 = $(`<div id="html_0b95e44883f5ac7aea6dbfe9631da7c8" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_58940c287836699511d9e894520bb815.setContent(html_0b95e44883f5ac7aea6dbfe9631da7c8);
|
|
|
|
|
|
|
|
marker_c05d5a1bf2e02ef754b2fb240bcf4668.bindPopup(popup_58940c287836699511d9e894520bb815)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c05d5a1bf2e02ef754b2fb240bcf4668.setIcon(icon_8f3abb9bb3980d59b804a1cabe9c12c1);
|
|
|
|
|
|
var marker_8afd69c22f6f8fd2589e59c1909b7ea3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_8fdb14228ca4fdee9b88126cf5680efe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_537e1b29051e28e3be0728e11bdd1f3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ba6fb5ce0340d11df59e611ce2389d2 = $(`<div id="html_3ba6fb5ce0340d11df59e611ce2389d2" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_537e1b29051e28e3be0728e11bdd1f3e.setContent(html_3ba6fb5ce0340d11df59e611ce2389d2);
|
|
|
|
|
|
|
|
marker_8afd69c22f6f8fd2589e59c1909b7ea3.bindPopup(popup_537e1b29051e28e3be0728e11bdd1f3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8afd69c22f6f8fd2589e59c1909b7ea3.setIcon(icon_8fdb14228ca4fdee9b88126cf5680efe);
|
|
|
|
|
|
var marker_f28d30ef396bc6b6ff44f5fe8de1f3e8 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_442d9e7699038a90312d2e9c3ccfccc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5a55eff8c03bc37cac47e72a28584ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4cdef32f4fa45c5ea70e0d662cb50db = $(`<div id="html_f4cdef32f4fa45c5ea70e0d662cb50db" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_d5a55eff8c03bc37cac47e72a28584ef.setContent(html_f4cdef32f4fa45c5ea70e0d662cb50db);
|
|
|
|
|
|
|
|
marker_f28d30ef396bc6b6ff44f5fe8de1f3e8.bindPopup(popup_d5a55eff8c03bc37cac47e72a28584ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f28d30ef396bc6b6ff44f5fe8de1f3e8.setIcon(icon_442d9e7699038a90312d2e9c3ccfccc0);
|
|
|
|
|
|
var marker_078517d9903c729d50b755304eb9ae3f = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_0514da5ad1aba7f9c3dfce96b60b04de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd059e37f409c96765ed1a286125ad6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9f440183bbc047135176acad13696a1 = $(`<div id="html_b9f440183bbc047135176acad13696a1" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_fd059e37f409c96765ed1a286125ad6d.setContent(html_b9f440183bbc047135176acad13696a1);
|
|
|
|
|
|
|
|
marker_078517d9903c729d50b755304eb9ae3f.bindPopup(popup_fd059e37f409c96765ed1a286125ad6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_078517d9903c729d50b755304eb9ae3f.setIcon(icon_0514da5ad1aba7f9c3dfce96b60b04de);
|
|
|
|
|
|
var marker_bb9e1f31cce0dbd2cbe8b2e8dbb5ee32 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_b3a64b49fdf622aa725c6c2d4e470548 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9acea1b80a984e555325b17ac7969026 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0be54f1139c2afe5e87133fad30ca4a8 = $(`<div id="html_0be54f1139c2afe5e87133fad30ca4a8" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_9acea1b80a984e555325b17ac7969026.setContent(html_0be54f1139c2afe5e87133fad30ca4a8);
|
|
|
|
|
|
|
|
marker_bb9e1f31cce0dbd2cbe8b2e8dbb5ee32.bindPopup(popup_9acea1b80a984e555325b17ac7969026)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb9e1f31cce0dbd2cbe8b2e8dbb5ee32.setIcon(icon_b3a64b49fdf622aa725c6c2d4e470548);
|
|
|
|
|
|
var marker_dfa14e66e627747d5838a3ffb4cc6940 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_8946a4a760070c0991ca9968aa5221b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5a03c9326848a92f0dc2315f6cfcb5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3fec01912770923c626cb8fb0795dcb = $(`<div id="html_e3fec01912770923c626cb8fb0795dcb" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_b5a03c9326848a92f0dc2315f6cfcb5a.setContent(html_e3fec01912770923c626cb8fb0795dcb);
|
|
|
|
|
|
|
|
marker_dfa14e66e627747d5838a3ffb4cc6940.bindPopup(popup_b5a03c9326848a92f0dc2315f6cfcb5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfa14e66e627747d5838a3ffb4cc6940.setIcon(icon_8946a4a760070c0991ca9968aa5221b3);
|
|
|
|
|
|
var marker_a1d5c1f8e7d71f2a68bdb211b419258c = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_6fc095c78dc5afb215ead60c9bc61ae8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31b7ae3da9454c1d23509fb2055b5723 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8df2238514a6d3e55d3f4ecea1077b1d = $(`<div id="html_8df2238514a6d3e55d3f4ecea1077b1d" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_31b7ae3da9454c1d23509fb2055b5723.setContent(html_8df2238514a6d3e55d3f4ecea1077b1d);
|
|
|
|
|
|
|
|
marker_a1d5c1f8e7d71f2a68bdb211b419258c.bindPopup(popup_31b7ae3da9454c1d23509fb2055b5723)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1d5c1f8e7d71f2a68bdb211b419258c.setIcon(icon_6fc095c78dc5afb215ead60c9bc61ae8);
|
|
|
|
|
|
var marker_0b261cd56db8add3e2a69a1e45ba0a18 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_0b0233b8f3ada1a94a237f655838b1d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a401c555073a35bf5d5b2cb3109afce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38cb8a32d8b2c7ea77daad9507f66dfa = $(`<div id="html_38cb8a32d8b2c7ea77daad9507f66dfa" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_7a401c555073a35bf5d5b2cb3109afce.setContent(html_38cb8a32d8b2c7ea77daad9507f66dfa);
|
|
|
|
|
|
|
|
marker_0b261cd56db8add3e2a69a1e45ba0a18.bindPopup(popup_7a401c555073a35bf5d5b2cb3109afce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b261cd56db8add3e2a69a1e45ba0a18.setIcon(icon_0b0233b8f3ada1a94a237f655838b1d3);
|
|
|
|
|
|
var marker_222855fcf1e48a8bd186153f3fd00a49 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_be82c530dfce9e52196dd985d10361dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae9c66715b578a11fdc4c7304fb64b13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbbabb7bf10fa60583dbe101a6765e8a = $(`<div id="html_fbbabb7bf10fa60583dbe101a6765e8a" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_ae9c66715b578a11fdc4c7304fb64b13.setContent(html_fbbabb7bf10fa60583dbe101a6765e8a);
|
|
|
|
|
|
|
|
marker_222855fcf1e48a8bd186153f3fd00a49.bindPopup(popup_ae9c66715b578a11fdc4c7304fb64b13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_222855fcf1e48a8bd186153f3fd00a49.setIcon(icon_be82c530dfce9e52196dd985d10361dd);
|
|
|
|
|
|
var marker_bfe37510093bf93df701baf85cdbbd5b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c0425d9f4756e17bcaca128257ec8f3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adfd3345ed1d7da9b511f70044ff84c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0af25714d64a0474346bf0514bf102ca = $(`<div id="html_0af25714d64a0474346bf0514bf102ca" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_adfd3345ed1d7da9b511f70044ff84c1.setContent(html_0af25714d64a0474346bf0514bf102ca);
|
|
|
|
|
|
|
|
marker_bfe37510093bf93df701baf85cdbbd5b.bindPopup(popup_adfd3345ed1d7da9b511f70044ff84c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfe37510093bf93df701baf85cdbbd5b.setIcon(icon_c0425d9f4756e17bcaca128257ec8f3a);
|
|
|
|
|
|
var marker_40143359d16dbd656d0e4779e6b67f56 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_5278980533a312c0088e04c6981b65c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84daaa20e4ebf9a318271a8da04af1ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d8e15bd32cb33a0083e427a0caf08e8 = $(`<div id="html_4d8e15bd32cb33a0083e427a0caf08e8" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_84daaa20e4ebf9a318271a8da04af1ac.setContent(html_4d8e15bd32cb33a0083e427a0caf08e8);
|
|
|
|
|
|
|
|
marker_40143359d16dbd656d0e4779e6b67f56.bindPopup(popup_84daaa20e4ebf9a318271a8da04af1ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40143359d16dbd656d0e4779e6b67f56.setIcon(icon_5278980533a312c0088e04c6981b65c5);
|
|
|
|
|
|
var marker_a2cd86d8d16631ebf6db29d29fdbdde7 = L.marker(
|
|
[-26.2041, 28.0473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_f20c2171ad437ea1c059cc8c765166e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75068dc7b7cc51304486f464ea3b169b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e4a5325962ac98d0c6032a97c6dbec2 = $(`<div id="html_1e4a5325962ac98d0c6032a97c6dbec2" style="width: 100.0%; height: 100.0%;">ribo.af.nostria.app</div>`)[0];
|
|
popup_75068dc7b7cc51304486f464ea3b169b.setContent(html_1e4a5325962ac98d0c6032a97c6dbec2);
|
|
|
|
|
|
|
|
marker_a2cd86d8d16631ebf6db29d29fdbdde7.bindPopup(popup_75068dc7b7cc51304486f464ea3b169b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2cd86d8d16631ebf6db29d29fdbdde7.setIcon(icon_f20c2171ad437ea1c059cc8c765166e8);
|
|
|
|
|
|
var marker_92794ea1fc19cbdb6a0c5a1326e69968 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_ccc35845c83ce4ecbe4909a27b688d03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1d596d4333ba208ca819026b3d35349 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8fed14c46c06e01796bd2f1b49eadf5 = $(`<div id="html_a8fed14c46c06e01796bd2f1b49eadf5" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_d1d596d4333ba208ca819026b3d35349.setContent(html_a8fed14c46c06e01796bd2f1b49eadf5);
|
|
|
|
|
|
|
|
marker_92794ea1fc19cbdb6a0c5a1326e69968.bindPopup(popup_d1d596d4333ba208ca819026b3d35349)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92794ea1fc19cbdb6a0c5a1326e69968.setIcon(icon_ccc35845c83ce4ecbe4909a27b688d03);
|
|
|
|
|
|
var marker_dfbeec1826a76e820d6f61b3e2f63dde = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_6ae62454571d043732445db62526ecd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7abdb74c5ab2069ca9a607a7b83ed46b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31235a5d5b2db6e0099111e3154e1f4c = $(`<div id="html_31235a5d5b2db6e0099111e3154e1f4c" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_7abdb74c5ab2069ca9a607a7b83ed46b.setContent(html_31235a5d5b2db6e0099111e3154e1f4c);
|
|
|
|
|
|
|
|
marker_dfbeec1826a76e820d6f61b3e2f63dde.bindPopup(popup_7abdb74c5ab2069ca9a607a7b83ed46b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfbeec1826a76e820d6f61b3e2f63dde.setIcon(icon_6ae62454571d043732445db62526ecd7);
|
|
|
|
|
|
var marker_042213f649e8ea362082063d38c0a5fa = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_2d3b5af6e6931ffed61a86b2d7714e18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f1705d2cf757268e894cd295d5d3cd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7650a337c80a049157ee03985a7fd7c5 = $(`<div id="html_7650a337c80a049157ee03985a7fd7c5" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_3f1705d2cf757268e894cd295d5d3cd1.setContent(html_7650a337c80a049157ee03985a7fd7c5);
|
|
|
|
|
|
|
|
marker_042213f649e8ea362082063d38c0a5fa.bindPopup(popup_3f1705d2cf757268e894cd295d5d3cd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_042213f649e8ea362082063d38c0a5fa.setIcon(icon_2d3b5af6e6931ffed61a86b2d7714e18);
|
|
|
|
|
|
var marker_12eeb7db2aeb366c95ed5bc0f88991c5 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_e200ebd7457d544a8e2f1590ca040efd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79bb692d48270d19a4122304786ac1e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df185620bb78668b256019b6020bf66f = $(`<div id="html_df185620bb78668b256019b6020bf66f" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_79bb692d48270d19a4122304786ac1e2.setContent(html_df185620bb78668b256019b6020bf66f);
|
|
|
|
|
|
|
|
marker_12eeb7db2aeb366c95ed5bc0f88991c5.bindPopup(popup_79bb692d48270d19a4122304786ac1e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12eeb7db2aeb366c95ed5bc0f88991c5.setIcon(icon_e200ebd7457d544a8e2f1590ca040efd);
|
|
|
|
|
|
var marker_230d3c0e724507ab21834b077f73c04d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_80722b4cbb423658001e9a295062d7cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_447ad1f28dc2b4d636c899dfd0d7d735 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70faa7280101f0d8b40fa71a2c9255d5 = $(`<div id="html_70faa7280101f0d8b40fa71a2c9255d5" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_447ad1f28dc2b4d636c899dfd0d7d735.setContent(html_70faa7280101f0d8b40fa71a2c9255d5);
|
|
|
|
|
|
|
|
marker_230d3c0e724507ab21834b077f73c04d.bindPopup(popup_447ad1f28dc2b4d636c899dfd0d7d735)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_230d3c0e724507ab21834b077f73c04d.setIcon(icon_80722b4cbb423658001e9a295062d7cb);
|
|
|
|
|
|
var marker_1dff1a3e8aa310b8b7f6e2d3c3c5c75e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_fcdb8ae6d492540c8f3fa6b94104e929 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31f19390559cff9c9f2e2b580ee2d059 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cc292507fcba26305e25e435c498d0e = $(`<div id="html_0cc292507fcba26305e25e435c498d0e" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_31f19390559cff9c9f2e2b580ee2d059.setContent(html_0cc292507fcba26305e25e435c498d0e);
|
|
|
|
|
|
|
|
marker_1dff1a3e8aa310b8b7f6e2d3c3c5c75e.bindPopup(popup_31f19390559cff9c9f2e2b580ee2d059)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1dff1a3e8aa310b8b7f6e2d3c3c5c75e.setIcon(icon_fcdb8ae6d492540c8f3fa6b94104e929);
|
|
|
|
|
|
var marker_0817efc99fdfabb176a7d1d585078f4f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_cf021c68efa44b5267d737aefe984a68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdd5052099575f6d239ef3adab5b5fde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a73a1abbf2f07e9c945f9722a8f44c1c = $(`<div id="html_a73a1abbf2f07e9c945f9722a8f44c1c" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_fdd5052099575f6d239ef3adab5b5fde.setContent(html_a73a1abbf2f07e9c945f9722a8f44c1c);
|
|
|
|
|
|
|
|
marker_0817efc99fdfabb176a7d1d585078f4f.bindPopup(popup_fdd5052099575f6d239ef3adab5b5fde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0817efc99fdfabb176a7d1d585078f4f.setIcon(icon_cf021c68efa44b5267d737aefe984a68);
|
|
|
|
|
|
var marker_3c0829276dc334d1684ee0957fe0d5a5 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_ff42a38eed5182d9ca10552a29c0872b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_182a63a902b716fbd73f9dfed7e8f390 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e16bd67ff25540de82b662d4e1eab100 = $(`<div id="html_e16bd67ff25540de82b662d4e1eab100" style="width: 100.0%; height: 100.0%;">trizone.dev</div>`)[0];
|
|
popup_182a63a902b716fbd73f9dfed7e8f390.setContent(html_e16bd67ff25540de82b662d4e1eab100);
|
|
|
|
|
|
|
|
marker_3c0829276dc334d1684ee0957fe0d5a5.bindPopup(popup_182a63a902b716fbd73f9dfed7e8f390)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c0829276dc334d1684ee0957fe0d5a5.setIcon(icon_ff42a38eed5182d9ca10552a29c0872b);
|
|
|
|
|
|
var marker_7091035e3607f4b85d7534a983717f49 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_98b17793b3dc34dbb33151ec143de61c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_331e6a3c237ddeb8327c9d52a4f79b8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ed4057e8ac7d2c2ff9cbb4c318eebde = $(`<div id="html_8ed4057e8ac7d2c2ff9cbb4c318eebde" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_331e6a3c237ddeb8327c9d52a4f79b8d.setContent(html_8ed4057e8ac7d2c2ff9cbb4c318eebde);
|
|
|
|
|
|
|
|
marker_7091035e3607f4b85d7534a983717f49.bindPopup(popup_331e6a3c237ddeb8327c9d52a4f79b8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7091035e3607f4b85d7534a983717f49.setIcon(icon_98b17793b3dc34dbb33151ec143de61c);
|
|
|
|
|
|
var marker_e8909d205105cfa50a8b4752e7491d6a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_e42f256ee578df88222d9d38e07bc225 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93607cac9755c05c964699002e72da8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cb54e332b16a80f29b0a49eb1898631 = $(`<div id="html_8cb54e332b16a80f29b0a49eb1898631" style="width: 100.0%; height: 100.0%;">nostr.veladan.dev</div>`)[0];
|
|
popup_93607cac9755c05c964699002e72da8d.setContent(html_8cb54e332b16a80f29b0a49eb1898631);
|
|
|
|
|
|
|
|
marker_e8909d205105cfa50a8b4752e7491d6a.bindPopup(popup_93607cac9755c05c964699002e72da8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8909d205105cfa50a8b4752e7491d6a.setIcon(icon_e42f256ee578df88222d9d38e07bc225);
|
|
|
|
|
|
var marker_dc0fac272052af3f0ae8f13894294eda = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_edf87edfdd468ee80e1aeba262c25b4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_708686027729776885bd70965e42af10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3d6b1c19ca8848d7b9e8626b86b0079 = $(`<div id="html_e3d6b1c19ca8848d7b9e8626b86b0079" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_708686027729776885bd70965e42af10.setContent(html_e3d6b1c19ca8848d7b9e8626b86b0079);
|
|
|
|
|
|
|
|
marker_dc0fac272052af3f0ae8f13894294eda.bindPopup(popup_708686027729776885bd70965e42af10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc0fac272052af3f0ae8f13894294eda.setIcon(icon_edf87edfdd468ee80e1aeba262c25b4e);
|
|
|
|
|
|
var marker_40048a54c728b66202557c6bc864e08e = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_4775fcd41c4d0824dc5c3c546904e89a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_570cfffd09d78cbed0e9201637933a75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48e27faf877f8c433da760556af28b93 = $(`<div id="html_48e27faf877f8c433da760556af28b93" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_570cfffd09d78cbed0e9201637933a75.setContent(html_48e27faf877f8c433da760556af28b93);
|
|
|
|
|
|
|
|
marker_40048a54c728b66202557c6bc864e08e.bindPopup(popup_570cfffd09d78cbed0e9201637933a75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40048a54c728b66202557c6bc864e08e.setIcon(icon_4775fcd41c4d0824dc5c3c546904e89a);
|
|
|
|
|
|
var marker_3a8ca40bd498f414b2b9d358bd55f5f6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_82c0bf93b6fd6bd45a9043e0be8c00d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac865a261da1844d3014d39b8f5e4836 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3424db8e85eac553f6a1725c39ec7a97 = $(`<div id="html_3424db8e85eac553f6a1725c39ec7a97" style="width: 100.0%; height: 100.0%;">relayb.uid.ovh</div>`)[0];
|
|
popup_ac865a261da1844d3014d39b8f5e4836.setContent(html_3424db8e85eac553f6a1725c39ec7a97);
|
|
|
|
|
|
|
|
marker_3a8ca40bd498f414b2b9d358bd55f5f6.bindPopup(popup_ac865a261da1844d3014d39b8f5e4836)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a8ca40bd498f414b2b9d358bd55f5f6.setIcon(icon_82c0bf93b6fd6bd45a9043e0be8c00d4);
|
|
|
|
|
|
var marker_41975afecd5e2b85c85998ebf8c54844 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_ef2c99b1a84ac995977f6322b161a0a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa2ec8f6eb8136391b5b7ac9c5491e0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe526ad623f54d75c213eb2da307581a = $(`<div id="html_fe526ad623f54d75c213eb2da307581a" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_fa2ec8f6eb8136391b5b7ac9c5491e0e.setContent(html_fe526ad623f54d75c213eb2da307581a);
|
|
|
|
|
|
|
|
marker_41975afecd5e2b85c85998ebf8c54844.bindPopup(popup_fa2ec8f6eb8136391b5b7ac9c5491e0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41975afecd5e2b85c85998ebf8c54844.setIcon(icon_ef2c99b1a84ac995977f6322b161a0a3);
|
|
|
|
|
|
var marker_5be7ca7c4f2e47be75947f7250d0119c = L.marker(
|
|
[18.2148, -63.0574],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c071dd47e846da202ccad178c39b8402 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11acdc37ad37cbc6b2c7166a522fc556 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_decc1cd54b16ea3a147a9d882651100b = $(`<div id="html_decc1cd54b16ea3a147a9d882651100b" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_11acdc37ad37cbc6b2c7166a522fc556.setContent(html_decc1cd54b16ea3a147a9d882651100b);
|
|
|
|
|
|
|
|
marker_5be7ca7c4f2e47be75947f7250d0119c.bindPopup(popup_11acdc37ad37cbc6b2c7166a522fc556)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5be7ca7c4f2e47be75947f7250d0119c.setIcon(icon_c071dd47e846da202ccad178c39b8402);
|
|
|
|
|
|
var marker_c199742a623b12a845c5dd12628c3260 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_a052ba2971d044192f093f09e655fc74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43d9acd7459e5f679564c5b80222e5db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fecbd37b1033f7e35762e324b7e4c975 = $(`<div id="html_fecbd37b1033f7e35762e324b7e4c975" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_43d9acd7459e5f679564c5b80222e5db.setContent(html_fecbd37b1033f7e35762e324b7e4c975);
|
|
|
|
|
|
|
|
marker_c199742a623b12a845c5dd12628c3260.bindPopup(popup_43d9acd7459e5f679564c5b80222e5db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c199742a623b12a845c5dd12628c3260.setIcon(icon_a052ba2971d044192f093f09e655fc74);
|
|
|
|
|
|
var marker_d7bc1ff7d7598ef42181bd943381873a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_e9ae0e69098f3384b27f5b478cb48459 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fdc921144a7ac6118ff9134acee1f13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_628c6fc8fc03290a90f5f16f76e11b60 = $(`<div id="html_628c6fc8fc03290a90f5f16f76e11b60" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_1fdc921144a7ac6118ff9134acee1f13.setContent(html_628c6fc8fc03290a90f5f16f76e11b60);
|
|
|
|
|
|
|
|
marker_d7bc1ff7d7598ef42181bd943381873a.bindPopup(popup_1fdc921144a7ac6118ff9134acee1f13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7bc1ff7d7598ef42181bd943381873a.setIcon(icon_e9ae0e69098f3384b27f5b478cb48459);
|
|
|
|
|
|
var marker_f4537b68aae5bdc9c24c395fc0e0263e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_2703a42262b62788d507191caea41245 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8030bccf19eaafd0efc96f7eb8b0a5d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8141a9aebcbf472f76fb47d79dc118f7 = $(`<div id="html_8141a9aebcbf472f76fb47d79dc118f7" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_8030bccf19eaafd0efc96f7eb8b0a5d3.setContent(html_8141a9aebcbf472f76fb47d79dc118f7);
|
|
|
|
|
|
|
|
marker_f4537b68aae5bdc9c24c395fc0e0263e.bindPopup(popup_8030bccf19eaafd0efc96f7eb8b0a5d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4537b68aae5bdc9c24c395fc0e0263e.setIcon(icon_2703a42262b62788d507191caea41245);
|
|
|
|
|
|
var marker_a183431d1ed1cd6dc4722ae6e5a829bd = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_a42e30086fdb6383975c4821de5fa239 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7422d40f21486a94119bc7d59710610f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_341ab54bea837d8715460d5fe56925cd = $(`<div id="html_341ab54bea837d8715460d5fe56925cd" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_7422d40f21486a94119bc7d59710610f.setContent(html_341ab54bea837d8715460d5fe56925cd);
|
|
|
|
|
|
|
|
marker_a183431d1ed1cd6dc4722ae6e5a829bd.bindPopup(popup_7422d40f21486a94119bc7d59710610f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a183431d1ed1cd6dc4722ae6e5a829bd.setIcon(icon_a42e30086fdb6383975c4821de5fa239);
|
|
|
|
|
|
var marker_a846d261dd7db11c96d186d27d4cbc9d = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_be2842a4c9f9cac78c0c69b9ec00a2be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b023ff653d0deaf0bc00336a60c4abbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cefb7ed213ab53f0a6c9feb821c5149 = $(`<div id="html_5cefb7ed213ab53f0a6c9feb821c5149" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_b023ff653d0deaf0bc00336a60c4abbc.setContent(html_5cefb7ed213ab53f0a6c9feb821c5149);
|
|
|
|
|
|
|
|
marker_a846d261dd7db11c96d186d27d4cbc9d.bindPopup(popup_b023ff653d0deaf0bc00336a60c4abbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a846d261dd7db11c96d186d27d4cbc9d.setIcon(icon_be2842a4c9f9cac78c0c69b9ec00a2be);
|
|
|
|
|
|
var marker_b30f4ceca5a1190b33d84ecf47bed117 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_bcd2140935a9465abe96c2d178f6974a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93f00d707317b38f7d63c97c97c3788a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84395217e3c8f1745096a3ae9db0c2af = $(`<div id="html_84395217e3c8f1745096a3ae9db0c2af" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_93f00d707317b38f7d63c97c97c3788a.setContent(html_84395217e3c8f1745096a3ae9db0c2af);
|
|
|
|
|
|
|
|
marker_b30f4ceca5a1190b33d84ecf47bed117.bindPopup(popup_93f00d707317b38f7d63c97c97c3788a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b30f4ceca5a1190b33d84ecf47bed117.setIcon(icon_bcd2140935a9465abe96c2d178f6974a);
|
|
|
|
|
|
var marker_7886a5b73cf7ba9e64afd09ea3bcfc26 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_6274597af958df4a587f0df45bd4d598 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75be2bb1cafa6ae80b7accab15bf2d39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32250dff3b910f756f4e2ec9fbf465d3 = $(`<div id="html_32250dff3b910f756f4e2ec9fbf465d3" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_75be2bb1cafa6ae80b7accab15bf2d39.setContent(html_32250dff3b910f756f4e2ec9fbf465d3);
|
|
|
|
|
|
|
|
marker_7886a5b73cf7ba9e64afd09ea3bcfc26.bindPopup(popup_75be2bb1cafa6ae80b7accab15bf2d39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7886a5b73cf7ba9e64afd09ea3bcfc26.setIcon(icon_6274597af958df4a587f0df45bd4d598);
|
|
|
|
|
|
var marker_55145365de2203eac76c9da05eb3fb24 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_723dc726f3674d7726198d2dbb125049 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6d46964345ed90cdccd5746d65c0a0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76b665970980dc5ca3661321fc27df1e = $(`<div id="html_76b665970980dc5ca3661321fc27df1e" style="width: 100.0%; height: 100.0%;">wot.basspistol.org</div>`)[0];
|
|
popup_d6d46964345ed90cdccd5746d65c0a0c.setContent(html_76b665970980dc5ca3661321fc27df1e);
|
|
|
|
|
|
|
|
marker_55145365de2203eac76c9da05eb3fb24.bindPopup(popup_d6d46964345ed90cdccd5746d65c0a0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55145365de2203eac76c9da05eb3fb24.setIcon(icon_723dc726f3674d7726198d2dbb125049);
|
|
|
|
|
|
var marker_2fa6731452b009c89377aa39890fd2cd = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_03a59d6b1852a9f9875149521a1bbb59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_117ce195629e471c576233ad16fb4029 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85bd6b2853d1554616ec2a6da9d5698f = $(`<div id="html_85bd6b2853d1554616ec2a6da9d5698f" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_117ce195629e471c576233ad16fb4029.setContent(html_85bd6b2853d1554616ec2a6da9d5698f);
|
|
|
|
|
|
|
|
marker_2fa6731452b009c89377aa39890fd2cd.bindPopup(popup_117ce195629e471c576233ad16fb4029)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fa6731452b009c89377aa39890fd2cd.setIcon(icon_03a59d6b1852a9f9875149521a1bbb59);
|
|
|
|
|
|
var marker_058ca62bcb3db1f3398c3b4edcf9eb54 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_8fa8a0f51114faa45f49f6be1363f686 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a53328b6550fbc97b89c846f0c758bc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37d1a8d3158e06d74eed7d88fd1c2a5b = $(`<div id="html_37d1a8d3158e06d74eed7d88fd1c2a5b" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_a53328b6550fbc97b89c846f0c758bc2.setContent(html_37d1a8d3158e06d74eed7d88fd1c2a5b);
|
|
|
|
|
|
|
|
marker_058ca62bcb3db1f3398c3b4edcf9eb54.bindPopup(popup_a53328b6550fbc97b89c846f0c758bc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_058ca62bcb3db1f3398c3b4edcf9eb54.setIcon(icon_8fa8a0f51114faa45f49f6be1363f686);
|
|
|
|
|
|
var marker_8e0c3d457874a27edcff500feac131eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_8226d8214bdf75d602c19be1ae1906a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0886f6c060b25704dff4b51b81072f0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bfd0b9bc0b501e1061b43fbb499a03a = $(`<div id="html_8bfd0b9bc0b501e1061b43fbb499a03a" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_0886f6c060b25704dff4b51b81072f0e.setContent(html_8bfd0b9bc0b501e1061b43fbb499a03a);
|
|
|
|
|
|
|
|
marker_8e0c3d457874a27edcff500feac131eb.bindPopup(popup_0886f6c060b25704dff4b51b81072f0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e0c3d457874a27edcff500feac131eb.setIcon(icon_8226d8214bdf75d602c19be1ae1906a6);
|
|
|
|
|
|
var marker_34d6e8b8eb80b41ca947388d72700291 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c47e4f2537f38b93578431a49bba2978 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0899cd99400e4cd077b6c08f1cd9d6cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5ba970e151180be2a0927deb36168e5 = $(`<div id="html_a5ba970e151180be2a0927deb36168e5" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_0899cd99400e4cd077b6c08f1cd9d6cb.setContent(html_a5ba970e151180be2a0927deb36168e5);
|
|
|
|
|
|
|
|
marker_34d6e8b8eb80b41ca947388d72700291.bindPopup(popup_0899cd99400e4cd077b6c08f1cd9d6cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34d6e8b8eb80b41ca947388d72700291.setIcon(icon_c47e4f2537f38b93578431a49bba2978);
|
|
|
|
|
|
var marker_855981d6e9fbad1d5e0cdc9c113546c0 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c0ec3077b108c5392bdbbd9648839a77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9119e5ed48a1033944a7644cfe614c0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4749717a4aa30d829d832bb601fa3e4f = $(`<div id="html_4749717a4aa30d829d832bb601fa3e4f" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_9119e5ed48a1033944a7644cfe614c0d.setContent(html_4749717a4aa30d829d832bb601fa3e4f);
|
|
|
|
|
|
|
|
marker_855981d6e9fbad1d5e0cdc9c113546c0.bindPopup(popup_9119e5ed48a1033944a7644cfe614c0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_855981d6e9fbad1d5e0cdc9c113546c0.setIcon(icon_c0ec3077b108c5392bdbbd9648839a77);
|
|
|
|
|
|
var marker_5d3bc4623192b9529750d61a49d4eae8 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_99c4238c26148d61b7cf88cda55cb2cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3701bdf4ecc873d4efc8cbdecd2ef3f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f556ee21b67f7a49137f7398c155a0dd = $(`<div id="html_f556ee21b67f7a49137f7398c155a0dd" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_3701bdf4ecc873d4efc8cbdecd2ef3f7.setContent(html_f556ee21b67f7a49137f7398c155a0dd);
|
|
|
|
|
|
|
|
marker_5d3bc4623192b9529750d61a49d4eae8.bindPopup(popup_3701bdf4ecc873d4efc8cbdecd2ef3f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d3bc4623192b9529750d61a49d4eae8.setIcon(icon_99c4238c26148d61b7cf88cda55cb2cc);
|
|
|
|
|
|
var marker_81eac8e24755748520fac30aa93c36a6 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_b58f1d26de67b1897641cf9929b62ef7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_600b92b854f683eb8abdb272935e2d3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ded020330cd31b02af8150b2124bada2 = $(`<div id="html_ded020330cd31b02af8150b2124bada2" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_600b92b854f683eb8abdb272935e2d3d.setContent(html_ded020330cd31b02af8150b2124bada2);
|
|
|
|
|
|
|
|
marker_81eac8e24755748520fac30aa93c36a6.bindPopup(popup_600b92b854f683eb8abdb272935e2d3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81eac8e24755748520fac30aa93c36a6.setIcon(icon_b58f1d26de67b1897641cf9929b62ef7);
|
|
|
|
|
|
var marker_2f5c4cc12debd00b54ca4bade9360bb2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_3d34d152f6e5bc256c74d69f3ed1ca0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f77792979b3853cf00e1cd3393e0d9ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ee390b1f0ee1deaddf305cf2ccaa740 = $(`<div id="html_3ee390b1f0ee1deaddf305cf2ccaa740" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_f77792979b3853cf00e1cd3393e0d9ab.setContent(html_3ee390b1f0ee1deaddf305cf2ccaa740);
|
|
|
|
|
|
|
|
marker_2f5c4cc12debd00b54ca4bade9360bb2.bindPopup(popup_f77792979b3853cf00e1cd3393e0d9ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f5c4cc12debd00b54ca4bade9360bb2.setIcon(icon_3d34d152f6e5bc256c74d69f3ed1ca0f);
|
|
|
|
|
|
var marker_d4a967e44078d745ae4b77197af9bd8c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_8b3f21d5b0a43875b8280c6394cdd973 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c584fa9a9314c123d216c5eee0a69750 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5e95b0e690cc109723d7ee58c296c47 = $(`<div id="html_a5e95b0e690cc109723d7ee58c296c47" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_c584fa9a9314c123d216c5eee0a69750.setContent(html_a5e95b0e690cc109723d7ee58c296c47);
|
|
|
|
|
|
|
|
marker_d4a967e44078d745ae4b77197af9bd8c.bindPopup(popup_c584fa9a9314c123d216c5eee0a69750)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4a967e44078d745ae4b77197af9bd8c.setIcon(icon_8b3f21d5b0a43875b8280c6394cdd973);
|
|
|
|
|
|
var marker_1d3f3c33951c990ca7d3ac4a9feaa674 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_006ff098c0041f2012a8ab61fdb6ae69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_765a4889e54142bdd27df82a23dd10b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fa604a3c5791e447be22063cee91329 = $(`<div id="html_8fa604a3c5791e447be22063cee91329" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_765a4889e54142bdd27df82a23dd10b5.setContent(html_8fa604a3c5791e447be22063cee91329);
|
|
|
|
|
|
|
|
marker_1d3f3c33951c990ca7d3ac4a9feaa674.bindPopup(popup_765a4889e54142bdd27df82a23dd10b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d3f3c33951c990ca7d3ac4a9feaa674.setIcon(icon_006ff098c0041f2012a8ab61fdb6ae69);
|
|
|
|
|
|
var marker_0e8c0c4b63a3ae567f4acfe0f4c3f2fd = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_2b8c5490284116553a1fad830c8d13c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77651115fbe896a22507bc4b38158da3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_988a0ba24abaa4e6c817626a2482bb97 = $(`<div id="html_988a0ba24abaa4e6c817626a2482bb97" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_77651115fbe896a22507bc4b38158da3.setContent(html_988a0ba24abaa4e6c817626a2482bb97);
|
|
|
|
|
|
|
|
marker_0e8c0c4b63a3ae567f4acfe0f4c3f2fd.bindPopup(popup_77651115fbe896a22507bc4b38158da3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e8c0c4b63a3ae567f4acfe0f4c3f2fd.setIcon(icon_2b8c5490284116553a1fad830c8d13c3);
|
|
|
|
|
|
var marker_1c0f53e6e790aed8ed74f82e3446d127 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_7fda53315f3336e37f417de5949aa8ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_262614598048ae51646ccb403f8f04c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e40023a6209529677b1402941f52be6f = $(`<div id="html_e40023a6209529677b1402941f52be6f" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_262614598048ae51646ccb403f8f04c4.setContent(html_e40023a6209529677b1402941f52be6f);
|
|
|
|
|
|
|
|
marker_1c0f53e6e790aed8ed74f82e3446d127.bindPopup(popup_262614598048ae51646ccb403f8f04c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c0f53e6e790aed8ed74f82e3446d127.setIcon(icon_7fda53315f3336e37f417de5949aa8ef);
|
|
|
|
|
|
var marker_f838a8795b5a92b562c8ac0235915128 = L.marker(
|
|
[49.2827, -123.121],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_fdeacd4379edd5d8f62c4873029ff90c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5feda0c3374b30dac6f19099ffc73be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28623a1a3f34687dc060f99a7d965d0a = $(`<div id="html_28623a1a3f34687dc060f99a7d965d0a" style="width: 100.0%; height: 100.0%;">nostr.sagaciousd.com</div>`)[0];
|
|
popup_d5feda0c3374b30dac6f19099ffc73be.setContent(html_28623a1a3f34687dc060f99a7d965d0a);
|
|
|
|
|
|
|
|
marker_f838a8795b5a92b562c8ac0235915128.bindPopup(popup_d5feda0c3374b30dac6f19099ffc73be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f838a8795b5a92b562c8ac0235915128.setIcon(icon_fdeacd4379edd5d8f62c4873029ff90c);
|
|
|
|
|
|
var marker_313fb80c2519fdc9b07c1a097f1271ad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_39d511d4697f646fb9f1dfaa2582147e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfa3bbbc88cdc6227fda62888591b3c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a152f7a2220095f53c1f909d3467171 = $(`<div id="html_9a152f7a2220095f53c1f909d3467171" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_bfa3bbbc88cdc6227fda62888591b3c1.setContent(html_9a152f7a2220095f53c1f909d3467171);
|
|
|
|
|
|
|
|
marker_313fb80c2519fdc9b07c1a097f1271ad.bindPopup(popup_bfa3bbbc88cdc6227fda62888591b3c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_313fb80c2519fdc9b07c1a097f1271ad.setIcon(icon_39d511d4697f646fb9f1dfaa2582147e);
|
|
|
|
|
|
var marker_d47c2f437fb544eb20866b3d1245a276 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_5234e18c4e87edebe54e9134a3577681 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb522802aa607981e9e7a10fdff22143 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b030ae2d8568395386fcfc2c15d00711 = $(`<div id="html_b030ae2d8568395386fcfc2c15d00711" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_eb522802aa607981e9e7a10fdff22143.setContent(html_b030ae2d8568395386fcfc2c15d00711);
|
|
|
|
|
|
|
|
marker_d47c2f437fb544eb20866b3d1245a276.bindPopup(popup_eb522802aa607981e9e7a10fdff22143)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d47c2f437fb544eb20866b3d1245a276.setIcon(icon_5234e18c4e87edebe54e9134a3577681);
|
|
|
|
|
|
var marker_cbbc88e8eadd5ebadc8a4db3d7eaf201 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_97f8f92a1a00234b47d8e30789230275 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b6e8ba2a3745e6b329986aec0625ac7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cdfff3e75e9e5301e26e91d9101c354 = $(`<div id="html_0cdfff3e75e9e5301e26e91d9101c354" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_5b6e8ba2a3745e6b329986aec0625ac7.setContent(html_0cdfff3e75e9e5301e26e91d9101c354);
|
|
|
|
|
|
|
|
marker_cbbc88e8eadd5ebadc8a4db3d7eaf201.bindPopup(popup_5b6e8ba2a3745e6b329986aec0625ac7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbbc88e8eadd5ebadc8a4db3d7eaf201.setIcon(icon_97f8f92a1a00234b47d8e30789230275);
|
|
|
|
|
|
var marker_0a979b2301c2b08234bf78a794eba83a = L.marker(
|
|
[34.0881, -118.379],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_9b8ea788c41b3c6c3ba06dd99bd083ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd6030a0e6463850aa8631a625e13fce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a154b58d46e99805223d7125b233084 = $(`<div id="html_0a154b58d46e99805223d7125b233084" style="width: 100.0%; height: 100.0%;">relay.aloftus.io</div>`)[0];
|
|
popup_cd6030a0e6463850aa8631a625e13fce.setContent(html_0a154b58d46e99805223d7125b233084);
|
|
|
|
|
|
|
|
marker_0a979b2301c2b08234bf78a794eba83a.bindPopup(popup_cd6030a0e6463850aa8631a625e13fce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a979b2301c2b08234bf78a794eba83a.setIcon(icon_9b8ea788c41b3c6c3ba06dd99bd083ed);
|
|
|
|
|
|
var marker_fd956405eafce34b15a64f5de95155c8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_fff6b1e1f740b2f378dc5b34564559c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4beea322f2cbd966b43dddfb69f5ce5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f80df0fb13d6f8987551bd54406fece = $(`<div id="html_5f80df0fb13d6f8987551bd54406fece" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_b4beea322f2cbd966b43dddfb69f5ce5.setContent(html_5f80df0fb13d6f8987551bd54406fece);
|
|
|
|
|
|
|
|
marker_fd956405eafce34b15a64f5de95155c8.bindPopup(popup_b4beea322f2cbd966b43dddfb69f5ce5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd956405eafce34b15a64f5de95155c8.setIcon(icon_fff6b1e1f740b2f378dc5b34564559c9);
|
|
|
|
|
|
var marker_4d3bddca83e02f2764b8686d47f85311 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_2c0a40c7838c2c54503ef6dc19511e01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68156058025ebbd11abeaadefa0a57a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fcdffd5410b21a6d1d26b038a12cc3e = $(`<div id="html_1fcdffd5410b21a6d1d26b038a12cc3e" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_68156058025ebbd11abeaadefa0a57a5.setContent(html_1fcdffd5410b21a6d1d26b038a12cc3e);
|
|
|
|
|
|
|
|
marker_4d3bddca83e02f2764b8686d47f85311.bindPopup(popup_68156058025ebbd11abeaadefa0a57a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d3bddca83e02f2764b8686d47f85311.setIcon(icon_2c0a40c7838c2c54503ef6dc19511e01);
|
|
|
|
|
|
var marker_7fae1a6c9f75be9d50ea15ec73c2c238 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_37fbf60806bd0a7d68b87c388ad82484 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a4c6f843649800ad326e2b4c634eda8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfdb0bbd8b9256be0d0ead491ea9b759 = $(`<div id="html_dfdb0bbd8b9256be0d0ead491ea9b759" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_8a4c6f843649800ad326e2b4c634eda8.setContent(html_dfdb0bbd8b9256be0d0ead491ea9b759);
|
|
|
|
|
|
|
|
marker_7fae1a6c9f75be9d50ea15ec73c2c238.bindPopup(popup_8a4c6f843649800ad326e2b4c634eda8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fae1a6c9f75be9d50ea15ec73c2c238.setIcon(icon_37fbf60806bd0a7d68b87c388ad82484);
|
|
|
|
|
|
var marker_1c4028121f08ab4478774ee748bdd78d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_738e69aa1b81856b1c6f7e2fcc6e1bde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e416775d049e955ec2d888ee97691779 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f8206cc5f327095fb7b225d5f81f83d = $(`<div id="html_4f8206cc5f327095fb7b225d5f81f83d" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_e416775d049e955ec2d888ee97691779.setContent(html_4f8206cc5f327095fb7b225d5f81f83d);
|
|
|
|
|
|
|
|
marker_1c4028121f08ab4478774ee748bdd78d.bindPopup(popup_e416775d049e955ec2d888ee97691779)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c4028121f08ab4478774ee748bdd78d.setIcon(icon_738e69aa1b81856b1c6f7e2fcc6e1bde);
|
|
|
|
|
|
var marker_8ab3ff066c34748c97a3f9aad226bf2f = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_f8aa5cca7ef81cda68aa1a883f66946f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_574136dbaee28b4a74e5f38960ccebc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a06b6dc2cac02ef61e50117c3482edc = $(`<div id="html_3a06b6dc2cac02ef61e50117c3482edc" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_574136dbaee28b4a74e5f38960ccebc5.setContent(html_3a06b6dc2cac02ef61e50117c3482edc);
|
|
|
|
|
|
|
|
marker_8ab3ff066c34748c97a3f9aad226bf2f.bindPopup(popup_574136dbaee28b4a74e5f38960ccebc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ab3ff066c34748c97a3f9aad226bf2f.setIcon(icon_f8aa5cca7ef81cda68aa1a883f66946f);
|
|
|
|
|
|
var marker_8d59ff80c0ef797b61356d046ba9549c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_8eab3e3c1737aa5a3d9004ac43202a2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d519841850a87aa2833b726d7795b65b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b1906aa842e9d9753eaa0efe031683c = $(`<div id="html_1b1906aa842e9d9753eaa0efe031683c" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_d519841850a87aa2833b726d7795b65b.setContent(html_1b1906aa842e9d9753eaa0efe031683c);
|
|
|
|
|
|
|
|
marker_8d59ff80c0ef797b61356d046ba9549c.bindPopup(popup_d519841850a87aa2833b726d7795b65b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d59ff80c0ef797b61356d046ba9549c.setIcon(icon_8eab3e3c1737aa5a3d9004ac43202a2b);
|
|
|
|
|
|
var marker_43befed4609510f449f36792e9eca10d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_2b0a2d106eb172393ba06e858890ef0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62fb685fa1b1776e84d8461027607c7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2defccb3f876a57c29f159aa911453e6 = $(`<div id="html_2defccb3f876a57c29f159aa911453e6" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_62fb685fa1b1776e84d8461027607c7f.setContent(html_2defccb3f876a57c29f159aa911453e6);
|
|
|
|
|
|
|
|
marker_43befed4609510f449f36792e9eca10d.bindPopup(popup_62fb685fa1b1776e84d8461027607c7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43befed4609510f449f36792e9eca10d.setIcon(icon_2b0a2d106eb172393ba06e858890ef0c);
|
|
|
|
|
|
var marker_25dbdd503efb7437a5fe56425068a52f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_2940d03e7a8bc96dbe4f843b55a3979c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e8bc567a8bb53fd83af1025d6a4d91f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c372e377da148d3c2f8ffbc2e43bd3c8 = $(`<div id="html_c372e377da148d3c2f8ffbc2e43bd3c8" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_4e8bc567a8bb53fd83af1025d6a4d91f.setContent(html_c372e377da148d3c2f8ffbc2e43bd3c8);
|
|
|
|
|
|
|
|
marker_25dbdd503efb7437a5fe56425068a52f.bindPopup(popup_4e8bc567a8bb53fd83af1025d6a4d91f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25dbdd503efb7437a5fe56425068a52f.setIcon(icon_2940d03e7a8bc96dbe4f843b55a3979c);
|
|
|
|
|
|
var marker_32ecce02b3360be8c83e3060197ec4f6 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_b8ec1b37786959ce6a2f31858d9487fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f6841320962f88c429f32ad8091fc74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45162906e1fb4d65fcbd850b915fb00c = $(`<div id="html_45162906e1fb4d65fcbd850b915fb00c" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_2f6841320962f88c429f32ad8091fc74.setContent(html_45162906e1fb4d65fcbd850b915fb00c);
|
|
|
|
|
|
|
|
marker_32ecce02b3360be8c83e3060197ec4f6.bindPopup(popup_2f6841320962f88c429f32ad8091fc74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32ecce02b3360be8c83e3060197ec4f6.setIcon(icon_b8ec1b37786959ce6a2f31858d9487fe);
|
|
|
|
|
|
var marker_500a0762725a3e6b922b751a363f3632 = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c0366578121a3ea8441df6491d63787d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b99789d69ec5ab8e0e4d156b768f5a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11701e0aae777eb5df2ad05e800d7412 = $(`<div id="html_11701e0aae777eb5df2ad05e800d7412" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_2b99789d69ec5ab8e0e4d156b768f5a0.setContent(html_11701e0aae777eb5df2ad05e800d7412);
|
|
|
|
|
|
|
|
marker_500a0762725a3e6b922b751a363f3632.bindPopup(popup_2b99789d69ec5ab8e0e4d156b768f5a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_500a0762725a3e6b922b751a363f3632.setIcon(icon_c0366578121a3ea8441df6491d63787d);
|
|
|
|
|
|
var marker_d688e0a7c0c7bc973d3386d627d21798 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_33b8777438644e91224778878d3231f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_457026c794498e50cead3661a1466d7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f4d8165fc93c4f3cc8354378877ecfe = $(`<div id="html_9f4d8165fc93c4f3cc8354378877ecfe" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_457026c794498e50cead3661a1466d7e.setContent(html_9f4d8165fc93c4f3cc8354378877ecfe);
|
|
|
|
|
|
|
|
marker_d688e0a7c0c7bc973d3386d627d21798.bindPopup(popup_457026c794498e50cead3661a1466d7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d688e0a7c0c7bc973d3386d627d21798.setIcon(icon_33b8777438644e91224778878d3231f0);
|
|
|
|
|
|
var marker_f6dd1de79bbc2a1512b8d1c05e6fffb5 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c90d4ddb13d0fba99df1af9e66fdb459 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b23f0a6ea18bb1aa17af1f39765a3389 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a403881f3f15f42c7c0df3700b9fb9d6 = $(`<div id="html_a403881f3f15f42c7c0df3700b9fb9d6" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_b23f0a6ea18bb1aa17af1f39765a3389.setContent(html_a403881f3f15f42c7c0df3700b9fb9d6);
|
|
|
|
|
|
|
|
marker_f6dd1de79bbc2a1512b8d1c05e6fffb5.bindPopup(popup_b23f0a6ea18bb1aa17af1f39765a3389)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6dd1de79bbc2a1512b8d1c05e6fffb5.setIcon(icon_c90d4ddb13d0fba99df1af9e66fdb459);
|
|
|
|
|
|
var marker_3a7492a4b923c58017933f52442fcfb1 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_2989582f49b8dc3fc8d50f923f362a2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf1d861a85fbb5720eafa776fec3f806 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68eb33eb99ee6333f745ced6dc295321 = $(`<div id="html_68eb33eb99ee6333f745ced6dc295321" style="width: 100.0%; height: 100.0%;">nostr.tavux.tech</div>`)[0];
|
|
popup_cf1d861a85fbb5720eafa776fec3f806.setContent(html_68eb33eb99ee6333f745ced6dc295321);
|
|
|
|
|
|
|
|
marker_3a7492a4b923c58017933f52442fcfb1.bindPopup(popup_cf1d861a85fbb5720eafa776fec3f806)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a7492a4b923c58017933f52442fcfb1.setIcon(icon_2989582f49b8dc3fc8d50f923f362a2f);
|
|
|
|
|
|
var marker_c1816a9897c55e26fd00680f9a2869f7 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_90d5e535d42653aa4565a4264b35b47b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adf9cd2e4ad96e6a9ae2a689948338d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b8a28cce462a3d8534a1eafb0c49706 = $(`<div id="html_0b8a28cce462a3d8534a1eafb0c49706" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_adf9cd2e4ad96e6a9ae2a689948338d7.setContent(html_0b8a28cce462a3d8534a1eafb0c49706);
|
|
|
|
|
|
|
|
marker_c1816a9897c55e26fd00680f9a2869f7.bindPopup(popup_adf9cd2e4ad96e6a9ae2a689948338d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1816a9897c55e26fd00680f9a2869f7.setIcon(icon_90d5e535d42653aa4565a4264b35b47b);
|
|
|
|
|
|
var marker_38bc515a59a671a2e513b4751b1c25e9 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c25031eea61aacd60e2d6965272b24e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5dd2b4b808188e13326a1f9d469551e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfd69e5473090e19b0f6fbedc6787bde = $(`<div id="html_cfd69e5473090e19b0f6fbedc6787bde" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_b5dd2b4b808188e13326a1f9d469551e.setContent(html_cfd69e5473090e19b0f6fbedc6787bde);
|
|
|
|
|
|
|
|
marker_38bc515a59a671a2e513b4751b1c25e9.bindPopup(popup_b5dd2b4b808188e13326a1f9d469551e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38bc515a59a671a2e513b4751b1c25e9.setIcon(icon_c25031eea61aacd60e2d6965272b24e3);
|
|
|
|
|
|
var marker_20ed6db9bd598527c06ba135f2e34a98 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_3b70c27d546c4c323d40670a4fa7a1d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8704f5f3542bd2dcc3237aaa53ebb0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfe3e576e961fbd21a4ffdf15c6fc548 = $(`<div id="html_bfe3e576e961fbd21a4ffdf15c6fc548" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_f8704f5f3542bd2dcc3237aaa53ebb0a.setContent(html_bfe3e576e961fbd21a4ffdf15c6fc548);
|
|
|
|
|
|
|
|
marker_20ed6db9bd598527c06ba135f2e34a98.bindPopup(popup_f8704f5f3542bd2dcc3237aaa53ebb0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20ed6db9bd598527c06ba135f2e34a98.setIcon(icon_3b70c27d546c4c323d40670a4fa7a1d0);
|
|
|
|
|
|
var marker_927a6cae08fa17bfdf1e1369e9c0a3fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_a70ca99435fcca33cb9a03d674f51e68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4e2b24575920cc0979c195c993698ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95efdea7a334ba9cd89dc953033f1c0d = $(`<div id="html_95efdea7a334ba9cd89dc953033f1c0d" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_f4e2b24575920cc0979c195c993698ad.setContent(html_95efdea7a334ba9cd89dc953033f1c0d);
|
|
|
|
|
|
|
|
marker_927a6cae08fa17bfdf1e1369e9c0a3fd.bindPopup(popup_f4e2b24575920cc0979c195c993698ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_927a6cae08fa17bfdf1e1369e9c0a3fd.setIcon(icon_a70ca99435fcca33cb9a03d674f51e68);
|
|
|
|
|
|
var marker_e9f66c10b798411ea577c24ee4700446 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c09dd87f17dae64b93655b5b69fe6d29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfae591ad6068418a5b373e0d1ec81f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afd2ca95f5125e72fd9239be956e9026 = $(`<div id="html_afd2ca95f5125e72fd9239be956e9026" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_cfae591ad6068418a5b373e0d1ec81f7.setContent(html_afd2ca95f5125e72fd9239be956e9026);
|
|
|
|
|
|
|
|
marker_e9f66c10b798411ea577c24ee4700446.bindPopup(popup_cfae591ad6068418a5b373e0d1ec81f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9f66c10b798411ea577c24ee4700446.setIcon(icon_c09dd87f17dae64b93655b5b69fe6d29);
|
|
|
|
|
|
var marker_9428e76ed3346fcd9db3dd09102f4727 = L.marker(
|
|
[50.8933, 6.05805],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_1464808a24d33f88f28f554c654de154 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f52e64388ce72d4555627710a8c48a9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fd35e12b07fd953625f9acc014de5c7 = $(`<div id="html_8fd35e12b07fd953625f9acc014de5c7" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_f52e64388ce72d4555627710a8c48a9e.setContent(html_8fd35e12b07fd953625f9acc014de5c7);
|
|
|
|
|
|
|
|
marker_9428e76ed3346fcd9db3dd09102f4727.bindPopup(popup_f52e64388ce72d4555627710a8c48a9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9428e76ed3346fcd9db3dd09102f4727.setIcon(icon_1464808a24d33f88f28f554c654de154);
|
|
|
|
|
|
var marker_05d32ed5d3994d20de7c855d6f4ad08f = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_a70d8efb24d5f965929e1c209aab1abe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c983dd50ee034867e8a435b930f2147f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bbc1e3150d98e1668964b922a6d5fdd = $(`<div id="html_3bbc1e3150d98e1668964b922a6d5fdd" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_c983dd50ee034867e8a435b930f2147f.setContent(html_3bbc1e3150d98e1668964b922a6d5fdd);
|
|
|
|
|
|
|
|
marker_05d32ed5d3994d20de7c855d6f4ad08f.bindPopup(popup_c983dd50ee034867e8a435b930f2147f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05d32ed5d3994d20de7c855d6f4ad08f.setIcon(icon_a70d8efb24d5f965929e1c209aab1abe);
|
|
|
|
|
|
var marker_32f311395047944ced9fcf9914802f95 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_8212297c2e4177693c20d00f1dae54ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a938312252f4d932e723d79170a39eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9a4e66b57e437f0ec97a2c8eebabadc = $(`<div id="html_b9a4e66b57e437f0ec97a2c8eebabadc" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_8a938312252f4d932e723d79170a39eb.setContent(html_b9a4e66b57e437f0ec97a2c8eebabadc);
|
|
|
|
|
|
|
|
marker_32f311395047944ced9fcf9914802f95.bindPopup(popup_8a938312252f4d932e723d79170a39eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32f311395047944ced9fcf9914802f95.setIcon(icon_8212297c2e4177693c20d00f1dae54ad);
|
|
|
|
|
|
var marker_969ad132d6ceff6041b2715b3969a057 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_1280d21b7319714ab04e171b38e681e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56f1110b8a06063fef80ebf48f09101b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac997c561a7bca7059e1e0cc50e2b7fc = $(`<div id="html_ac997c561a7bca7059e1e0cc50e2b7fc" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_56f1110b8a06063fef80ebf48f09101b.setContent(html_ac997c561a7bca7059e1e0cc50e2b7fc);
|
|
|
|
|
|
|
|
marker_969ad132d6ceff6041b2715b3969a057.bindPopup(popup_56f1110b8a06063fef80ebf48f09101b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_969ad132d6ceff6041b2715b3969a057.setIcon(icon_1280d21b7319714ab04e171b38e681e8);
|
|
|
|
|
|
var marker_8d76cec5e73e36236f8d8fa1d97d72e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_09eca0057f1319df73d2bc8126240e86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbe3b9b64b0f01b57a66f3f01c513e5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25e9d54ae65cc4261aca959b6e11409f = $(`<div id="html_25e9d54ae65cc4261aca959b6e11409f" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_fbe3b9b64b0f01b57a66f3f01c513e5f.setContent(html_25e9d54ae65cc4261aca959b6e11409f);
|
|
|
|
|
|
|
|
marker_8d76cec5e73e36236f8d8fa1d97d72e4.bindPopup(popup_fbe3b9b64b0f01b57a66f3f01c513e5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d76cec5e73e36236f8d8fa1d97d72e4.setIcon(icon_09eca0057f1319df73d2bc8126240e86);
|
|
|
|
|
|
var marker_19496f01a8119677ecfc5a2fe30df2dc = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_b433905714b327ece5bf79770331acf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7397c65753f287f072e7e4713a4a3c7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebd94d662c4856d6e6dc9528c36e8d6e = $(`<div id="html_ebd94d662c4856d6e6dc9528c36e8d6e" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_7397c65753f287f072e7e4713a4a3c7f.setContent(html_ebd94d662c4856d6e6dc9528c36e8d6e);
|
|
|
|
|
|
|
|
marker_19496f01a8119677ecfc5a2fe30df2dc.bindPopup(popup_7397c65753f287f072e7e4713a4a3c7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19496f01a8119677ecfc5a2fe30df2dc.setIcon(icon_b433905714b327ece5bf79770331acf0);
|
|
|
|
|
|
var marker_dba2ee77680506ec76caedd9077ccbd8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_1809020c0232b30d36673b97f3fa88f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84828cf3c48b2595482a134022ccdb65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f525441784138b06ca27909012685349 = $(`<div id="html_f525441784138b06ca27909012685349" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_84828cf3c48b2595482a134022ccdb65.setContent(html_f525441784138b06ca27909012685349);
|
|
|
|
|
|
|
|
marker_dba2ee77680506ec76caedd9077ccbd8.bindPopup(popup_84828cf3c48b2595482a134022ccdb65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dba2ee77680506ec76caedd9077ccbd8.setIcon(icon_1809020c0232b30d36673b97f3fa88f2);
|
|
|
|
|
|
var marker_5dee14ca79c0853e5c8bee23773e90eb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_e8a1d51f6b3ebefc59cbd2d7cf927c8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30f3d4564e5a78257f509dbfeba6585c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fec8486e8d064c332189b80633ccdb64 = $(`<div id="html_fec8486e8d064c332189b80633ccdb64" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_30f3d4564e5a78257f509dbfeba6585c.setContent(html_fec8486e8d064c332189b80633ccdb64);
|
|
|
|
|
|
|
|
marker_5dee14ca79c0853e5c8bee23773e90eb.bindPopup(popup_30f3d4564e5a78257f509dbfeba6585c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dee14ca79c0853e5c8bee23773e90eb.setIcon(icon_e8a1d51f6b3ebefc59cbd2d7cf927c8c);
|
|
|
|
|
|
var marker_8a993554ee29370d03894170b50ebbbe = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_1e1c5671b999ece7c5ed8c479ac49428 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69bf430a0d361c221a19ff562583725f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bffab532afc972cf418c7db8301abba = $(`<div id="html_9bffab532afc972cf418c7db8301abba" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_69bf430a0d361c221a19ff562583725f.setContent(html_9bffab532afc972cf418c7db8301abba);
|
|
|
|
|
|
|
|
marker_8a993554ee29370d03894170b50ebbbe.bindPopup(popup_69bf430a0d361c221a19ff562583725f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a993554ee29370d03894170b50ebbbe.setIcon(icon_1e1c5671b999ece7c5ed8c479ac49428);
|
|
|
|
|
|
var marker_545012906502228ddc37c9dd61dec786 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_9fa60efa9dad4eaa7eadf4ca12b5fe54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eaceec990337cec0eb5cc1442d849729 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7dc504b6c498faca05d7f7792bc1c721 = $(`<div id="html_7dc504b6c498faca05d7f7792bc1c721" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_eaceec990337cec0eb5cc1442d849729.setContent(html_7dc504b6c498faca05d7f7792bc1c721);
|
|
|
|
|
|
|
|
marker_545012906502228ddc37c9dd61dec786.bindPopup(popup_eaceec990337cec0eb5cc1442d849729)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_545012906502228ddc37c9dd61dec786.setIcon(icon_9fa60efa9dad4eaa7eadf4ca12b5fe54);
|
|
|
|
|
|
var marker_2da964e4669ed81b0b55e1dedc532563 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_1c447bfd840c30ffd152f4a7245edf85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53a8847786950e2d3b018ee9b9157004 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1eeccf9709a5141001078f5fa0c1fb8 = $(`<div id="html_c1eeccf9709a5141001078f5fa0c1fb8" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_53a8847786950e2d3b018ee9b9157004.setContent(html_c1eeccf9709a5141001078f5fa0c1fb8);
|
|
|
|
|
|
|
|
marker_2da964e4669ed81b0b55e1dedc532563.bindPopup(popup_53a8847786950e2d3b018ee9b9157004)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2da964e4669ed81b0b55e1dedc532563.setIcon(icon_1c447bfd840c30ffd152f4a7245edf85);
|
|
|
|
|
|
var marker_6bbb9d493ee381da59bbbe3a22844de8 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_c48aa592dbd9e026353cc98249da28fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6f49ed92dda57f660d2bdbbd1c6c74f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4ddf7472a23dde004ff54930357b907 = $(`<div id="html_e4ddf7472a23dde004ff54930357b907" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_a6f49ed92dda57f660d2bdbbd1c6c74f.setContent(html_e4ddf7472a23dde004ff54930357b907);
|
|
|
|
|
|
|
|
marker_6bbb9d493ee381da59bbbe3a22844de8.bindPopup(popup_a6f49ed92dda57f660d2bdbbd1c6c74f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bbb9d493ee381da59bbbe3a22844de8.setIcon(icon_c48aa592dbd9e026353cc98249da28fc);
|
|
|
|
|
|
var marker_d8125e87a140baca6ccfa3794867f6a8 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_02cccdeb7f0e4bb322a3ccda2a41c411 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1dd08f46d72aeb5fefedf651b160a1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ce08eb13dcf4bec132fbaaf8032b6cf = $(`<div id="html_0ce08eb13dcf4bec132fbaaf8032b6cf" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_c1dd08f46d72aeb5fefedf651b160a1b.setContent(html_0ce08eb13dcf4bec132fbaaf8032b6cf);
|
|
|
|
|
|
|
|
marker_d8125e87a140baca6ccfa3794867f6a8.bindPopup(popup_c1dd08f46d72aeb5fefedf651b160a1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8125e87a140baca6ccfa3794867f6a8.setIcon(icon_02cccdeb7f0e4bb322a3ccda2a41c411);
|
|
|
|
|
|
var marker_6587f0775e6197a7d598cadf30f1a7c7 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_5f305d68a9bb2ad463c4fbb55d7bfd84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f737991802b32390b7791a6f9d112c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09217c8ec80afbf23ba6a1c02a61237a = $(`<div id="html_09217c8ec80afbf23ba6a1c02a61237a" style="width: 100.0%; height: 100.0%;">relay.nostromo.social</div>`)[0];
|
|
popup_0f737991802b32390b7791a6f9d112c9.setContent(html_09217c8ec80afbf23ba6a1c02a61237a);
|
|
|
|
|
|
|
|
marker_6587f0775e6197a7d598cadf30f1a7c7.bindPopup(popup_0f737991802b32390b7791a6f9d112c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6587f0775e6197a7d598cadf30f1a7c7.setIcon(icon_5f305d68a9bb2ad463c4fbb55d7bfd84);
|
|
|
|
|
|
var marker_68971d070838963bb9fd7635eb653f68 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_dff089ea5c8c4c70a48d7631c2086d35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3d4605bdc2e88abc71b9af851253595 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_833b465af1275f78b3dcdc9564b7f69f = $(`<div id="html_833b465af1275f78b3dcdc9564b7f69f" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_f3d4605bdc2e88abc71b9af851253595.setContent(html_833b465af1275f78b3dcdc9564b7f69f);
|
|
|
|
|
|
|
|
marker_68971d070838963bb9fd7635eb653f68.bindPopup(popup_f3d4605bdc2e88abc71b9af851253595)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68971d070838963bb9fd7635eb653f68.setIcon(icon_dff089ea5c8c4c70a48d7631c2086d35);
|
|
|
|
|
|
var marker_2344116351063104a847dbc6c95c1c4e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_6e072863effec1817db4379fd1b76367 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2d34a44756424a93a6fccfd89cb7f4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20317420bf122acc9c04d5ccee56ad8b = $(`<div id="html_20317420bf122acc9c04d5ccee56ad8b" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_f2d34a44756424a93a6fccfd89cb7f4e.setContent(html_20317420bf122acc9c04d5ccee56ad8b);
|
|
|
|
|
|
|
|
marker_2344116351063104a847dbc6c95c1c4e.bindPopup(popup_f2d34a44756424a93a6fccfd89cb7f4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2344116351063104a847dbc6c95c1c4e.setIcon(icon_6e072863effec1817db4379fd1b76367);
|
|
|
|
|
|
var marker_94b8ce8e3740044ea72c6f84566a75a8 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_f1a027e2840fad27eae80f49ef8d6817 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9431b46c498dc25df9d43d56b9af82b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28535ab55b2a4e32e10dc35b5e8efb42 = $(`<div id="html_28535ab55b2a4e32e10dc35b5e8efb42" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_d9431b46c498dc25df9d43d56b9af82b.setContent(html_28535ab55b2a4e32e10dc35b5e8efb42);
|
|
|
|
|
|
|
|
marker_94b8ce8e3740044ea72c6f84566a75a8.bindPopup(popup_d9431b46c498dc25df9d43d56b9af82b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94b8ce8e3740044ea72c6f84566a75a8.setIcon(icon_f1a027e2840fad27eae80f49ef8d6817);
|
|
|
|
|
|
var marker_bfa2efff1e9e86182a1586c0ad9ca278 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_28a405733f52d326b3da029b5a26dc83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80ba2b85cc281c1b8263ad8e49db41a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0365b6b42dbbc52b0367d5cbc47192c = $(`<div id="html_b0365b6b42dbbc52b0367d5cbc47192c" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_80ba2b85cc281c1b8263ad8e49db41a7.setContent(html_b0365b6b42dbbc52b0367d5cbc47192c);
|
|
|
|
|
|
|
|
marker_bfa2efff1e9e86182a1586c0ad9ca278.bindPopup(popup_80ba2b85cc281c1b8263ad8e49db41a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfa2efff1e9e86182a1586c0ad9ca278.setIcon(icon_28a405733f52d326b3da029b5a26dc83);
|
|
|
|
|
|
var marker_e6d1afc7f3e7a7e3d4bba545d3ce6717 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_d3f1607dd8c07b68a40e0174da74f26e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1a24a77ad7fdf4772436d26544022f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d89f7d9cd3867500ef78a702945ce0f = $(`<div id="html_5d89f7d9cd3867500ef78a702945ce0f" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_d1a24a77ad7fdf4772436d26544022f6.setContent(html_5d89f7d9cd3867500ef78a702945ce0f);
|
|
|
|
|
|
|
|
marker_e6d1afc7f3e7a7e3d4bba545d3ce6717.bindPopup(popup_d1a24a77ad7fdf4772436d26544022f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6d1afc7f3e7a7e3d4bba545d3ce6717.setIcon(icon_d3f1607dd8c07b68a40e0174da74f26e);
|
|
|
|
|
|
var marker_55fc83d8dcd3771fb6f33a87a3ad23cd = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_08266358fd4097676895616398e7690e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83217243872483d4596a0da295a4d384 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_debaf6ccedfe3344006035f10837d3be = $(`<div id="html_debaf6ccedfe3344006035f10837d3be" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_83217243872483d4596a0da295a4d384.setContent(html_debaf6ccedfe3344006035f10837d3be);
|
|
|
|
|
|
|
|
marker_55fc83d8dcd3771fb6f33a87a3ad23cd.bindPopup(popup_83217243872483d4596a0da295a4d384)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55fc83d8dcd3771fb6f33a87a3ad23cd.setIcon(icon_08266358fd4097676895616398e7690e);
|
|
|
|
|
|
var marker_db2464b425f78bbdc81af7bf51562c54 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_8c3b30981a601dd6f64979767429d93b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22095e8f9ee2efa37c25c3ef5fd29100 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b65665f76dbab693a36c88743b1afba3 = $(`<div id="html_b65665f76dbab693a36c88743b1afba3" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_22095e8f9ee2efa37c25c3ef5fd29100.setContent(html_b65665f76dbab693a36c88743b1afba3);
|
|
|
|
|
|
|
|
marker_db2464b425f78bbdc81af7bf51562c54.bindPopup(popup_22095e8f9ee2efa37c25c3ef5fd29100)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db2464b425f78bbdc81af7bf51562c54.setIcon(icon_8c3b30981a601dd6f64979767429d93b);
|
|
|
|
|
|
var marker_eeecae1b48b3821ad92e37e71128e16c = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_f5c0e026e0855a29b5f18c60215c3be2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_371d54e2888eafd16b04fc84ba988aa9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ea224e981e1b5045aa871291d302f35 = $(`<div id="html_3ea224e981e1b5045aa871291d302f35" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_371d54e2888eafd16b04fc84ba988aa9.setContent(html_3ea224e981e1b5045aa871291d302f35);
|
|
|
|
|
|
|
|
marker_eeecae1b48b3821ad92e37e71128e16c.bindPopup(popup_371d54e2888eafd16b04fc84ba988aa9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eeecae1b48b3821ad92e37e71128e16c.setIcon(icon_f5c0e026e0855a29b5f18c60215c3be2);
|
|
|
|
|
|
var marker_ec83ea8b9c012ee8730a6f0e24755ef2 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_d87f5b3b67dc0fd4174bf6c7dc6ec244 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dee50a0b13e9a0ebd1679d658d41a263 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44b68908a7905d14a0bfea061d840f38 = $(`<div id="html_44b68908a7905d14a0bfea061d840f38" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_dee50a0b13e9a0ebd1679d658d41a263.setContent(html_44b68908a7905d14a0bfea061d840f38);
|
|
|
|
|
|
|
|
marker_ec83ea8b9c012ee8730a6f0e24755ef2.bindPopup(popup_dee50a0b13e9a0ebd1679d658d41a263)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec83ea8b9c012ee8730a6f0e24755ef2.setIcon(icon_d87f5b3b67dc0fd4174bf6c7dc6ec244);
|
|
|
|
|
|
var marker_17766e38e6c07f05b969752f1b26e823 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_502c8ecb877f70b55488e61a6a3e4b3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28cba8caec1f78587e2b60c24845eb92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_021090482338689229b5d2354da2f809 = $(`<div id="html_021090482338689229b5d2354da2f809" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_28cba8caec1f78587e2b60c24845eb92.setContent(html_021090482338689229b5d2354da2f809);
|
|
|
|
|
|
|
|
marker_17766e38e6c07f05b969752f1b26e823.bindPopup(popup_28cba8caec1f78587e2b60c24845eb92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17766e38e6c07f05b969752f1b26e823.setIcon(icon_502c8ecb877f70b55488e61a6a3e4b3f);
|
|
|
|
|
|
var marker_5ede9394dee6c8cf6d43444dfb8b68ae = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_15d5691eaf1603ad061d8a0ccadc287e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a28d556be89ae6ebac814c78986be1fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df17d04d15f6df1b4e7bae0a5ed90453 = $(`<div id="html_df17d04d15f6df1b4e7bae0a5ed90453" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_a28d556be89ae6ebac814c78986be1fa.setContent(html_df17d04d15f6df1b4e7bae0a5ed90453);
|
|
|
|
|
|
|
|
marker_5ede9394dee6c8cf6d43444dfb8b68ae.bindPopup(popup_a28d556be89ae6ebac814c78986be1fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ede9394dee6c8cf6d43444dfb8b68ae.setIcon(icon_15d5691eaf1603ad061d8a0ccadc287e);
|
|
|
|
|
|
var marker_904eaf92113db75f2920a108d8006480 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_289c34a863fb126720213c2e54535d63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd0b7110c1fcf22b528f852917932906 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0399867597ec5477ff60add9491f205 = $(`<div id="html_c0399867597ec5477ff60add9491f205" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_fd0b7110c1fcf22b528f852917932906.setContent(html_c0399867597ec5477ff60add9491f205);
|
|
|
|
|
|
|
|
marker_904eaf92113db75f2920a108d8006480.bindPopup(popup_fd0b7110c1fcf22b528f852917932906)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_904eaf92113db75f2920a108d8006480.setIcon(icon_289c34a863fb126720213c2e54535d63);
|
|
|
|
|
|
var marker_150824eef6a8599ff9af36c87054b268 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_36ef6657c91356d591b31af9a0596529 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6da7f4da505b224ea89082ac57b2cef8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72f2723ae3855a3862ad0e99abdb68d3 = $(`<div id="html_72f2723ae3855a3862ad0e99abdb68d3" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_6da7f4da505b224ea89082ac57b2cef8.setContent(html_72f2723ae3855a3862ad0e99abdb68d3);
|
|
|
|
|
|
|
|
marker_150824eef6a8599ff9af36c87054b268.bindPopup(popup_6da7f4da505b224ea89082ac57b2cef8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_150824eef6a8599ff9af36c87054b268.setIcon(icon_36ef6657c91356d591b31af9a0596529);
|
|
|
|
|
|
var marker_41c4c1e5f761465ff66cc1b2be1d5ae8 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_125fd5bf9123562f10cb35b2a74f9777 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f945f8aafbd7e9db04dd97ad3c898e9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97b532da0911e57b84deef74a697c654 = $(`<div id="html_97b532da0911e57b84deef74a697c654" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_f945f8aafbd7e9db04dd97ad3c898e9b.setContent(html_97b532da0911e57b84deef74a697c654);
|
|
|
|
|
|
|
|
marker_41c4c1e5f761465ff66cc1b2be1d5ae8.bindPopup(popup_f945f8aafbd7e9db04dd97ad3c898e9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41c4c1e5f761465ff66cc1b2be1d5ae8.setIcon(icon_125fd5bf9123562f10cb35b2a74f9777);
|
|
|
|
|
|
var marker_ff7eedc11546cabee8252f2ee70b3072 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_e46ba901d77f54f033f83da4c784953c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb3f980e22b6b00a47828b2500b6da18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f8d104284b9905db49b2ab1bcaacef8 = $(`<div id="html_5f8d104284b9905db49b2ab1bcaacef8" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_bb3f980e22b6b00a47828b2500b6da18.setContent(html_5f8d104284b9905db49b2ab1bcaacef8);
|
|
|
|
|
|
|
|
marker_ff7eedc11546cabee8252f2ee70b3072.bindPopup(popup_bb3f980e22b6b00a47828b2500b6da18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff7eedc11546cabee8252f2ee70b3072.setIcon(icon_e46ba901d77f54f033f83da4c784953c);
|
|
|
|
|
|
var marker_9caea0a7339089cb3c45bd779f8571ac = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_694284fc6f616c621f1290856616a01f);
|
|
|
|
|
|
var icon_b89e461f687a4a66a52d9871ac5fd21f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_859ea5f12feb879fc5cab9c60eefcc7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c198d305c3976ac2b174821fc30b399 = $(`<div id="html_0c198d305c3976ac2b174821fc30b399" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_859ea5f12feb879fc5cab9c60eefcc7b.setContent(html_0c198d305c3976ac2b174821fc30b399);
|
|
|
|
|
|
|
|
marker_9caea0a7339089cb3c45bd779f8571ac.bindPopup(popup_859ea5f12feb879fc5cab9c60eefcc7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9caea0a7339089cb3c45bd779f8571ac.setIcon(icon_b89e461f687a4a66a52d9871ac5fd21f);
|
|
|
|
|
|
marker_cluster_694284fc6f616c621f1290856616a01f.addTo(map_0a206ac3a1f24adcd9c46fc1d3ce9d45);
|
|
|
|
</script>
|
|
</html> |