mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 10:25:17 +00:00
11551 lines
336 KiB
HTML
11551 lines
336 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_4a3a821180d0f38c7900b76bbf57a79b {
|
|
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_4a3a821180d0f38c7900b76bbf57a79b" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_4a3a821180d0f38c7900b76bbf57a79b = L.map(
|
|
"map_4a3a821180d0f38c7900b76bbf57a79b",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_429c82751b2970d492aa097bd07531b2 = 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_429c82751b2970d492aa097bd07531b2.addTo(map_4a3a821180d0f38c7900b76bbf57a79b);
|
|
|
|
|
|
var marker_cluster_7aedca1f98266c9cc068adf91e26123e = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_c21fdf9ec7e3ae9651fb8d1bb5c6893d = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_9520d728ae4afa3cde34bbf6d3307719 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd9cb705bc6b052e44e01a9ecb8f6b50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57443846500adb2724495bf299b480a4 = $(`<div id="html_57443846500adb2724495bf299b480a4" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_cd9cb705bc6b052e44e01a9ecb8f6b50.setContent(html_57443846500adb2724495bf299b480a4);
|
|
|
|
|
|
|
|
marker_c21fdf9ec7e3ae9651fb8d1bb5c6893d.bindPopup(popup_cd9cb705bc6b052e44e01a9ecb8f6b50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c21fdf9ec7e3ae9651fb8d1bb5c6893d.setIcon(icon_9520d728ae4afa3cde34bbf6d3307719);
|
|
|
|
|
|
var marker_3dcc05cedd7a6d88d39d8b09d3e6f9ff = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_6a80f5abb59835650ce263d42511ca73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f292a4d4214033ceddd52ce2377b9e77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8934c649901254c06a9566ff512203ea = $(`<div id="html_8934c649901254c06a9566ff512203ea" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_f292a4d4214033ceddd52ce2377b9e77.setContent(html_8934c649901254c06a9566ff512203ea);
|
|
|
|
|
|
|
|
marker_3dcc05cedd7a6d88d39d8b09d3e6f9ff.bindPopup(popup_f292a4d4214033ceddd52ce2377b9e77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dcc05cedd7a6d88d39d8b09d3e6f9ff.setIcon(icon_6a80f5abb59835650ce263d42511ca73);
|
|
|
|
|
|
var marker_882343c69e97138399e8c20059b6e2a4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_8443ff4571111d24b75f47049749431a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3b5168f97e5f578b1422047f0b3a53e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d123f7022fccc7c4ac070db3f3023bc4 = $(`<div id="html_d123f7022fccc7c4ac070db3f3023bc4" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_c3b5168f97e5f578b1422047f0b3a53e.setContent(html_d123f7022fccc7c4ac070db3f3023bc4);
|
|
|
|
|
|
|
|
marker_882343c69e97138399e8c20059b6e2a4.bindPopup(popup_c3b5168f97e5f578b1422047f0b3a53e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_882343c69e97138399e8c20059b6e2a4.setIcon(icon_8443ff4571111d24b75f47049749431a);
|
|
|
|
|
|
var marker_355533b1997d6486466d5b9fadf451cd = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_4f19c2c3f12f77b3d887512b695dac93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a11911499b10bfa28b14e2e8e4a6239c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_510ea5411d7bdc7af3927c0d4678cfce = $(`<div id="html_510ea5411d7bdc7af3927c0d4678cfce" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_a11911499b10bfa28b14e2e8e4a6239c.setContent(html_510ea5411d7bdc7af3927c0d4678cfce);
|
|
|
|
|
|
|
|
marker_355533b1997d6486466d5b9fadf451cd.bindPopup(popup_a11911499b10bfa28b14e2e8e4a6239c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_355533b1997d6486466d5b9fadf451cd.setIcon(icon_4f19c2c3f12f77b3d887512b695dac93);
|
|
|
|
|
|
var marker_5f579d606296216a3dac5403b852fe15 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_ae7f82889e74ec11a0fcf62db950bbff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d7497daed6c7b85628c0b8f6f90ca59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ec64223dc019ba682baa9f8e440c3c0 = $(`<div id="html_5ec64223dc019ba682baa9f8e440c3c0" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_1d7497daed6c7b85628c0b8f6f90ca59.setContent(html_5ec64223dc019ba682baa9f8e440c3c0);
|
|
|
|
|
|
|
|
marker_5f579d606296216a3dac5403b852fe15.bindPopup(popup_1d7497daed6c7b85628c0b8f6f90ca59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f579d606296216a3dac5403b852fe15.setIcon(icon_ae7f82889e74ec11a0fcf62db950bbff);
|
|
|
|
|
|
var marker_624bbfb1920bef7e536db6cb0e837685 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_9610b40bccd0acff517817e4e2840b29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d00b8450f2f5c3e0799af4abcf2ac3cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e7725d74b88a76bda15a2d797f46c9c = $(`<div id="html_3e7725d74b88a76bda15a2d797f46c9c" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_d00b8450f2f5c3e0799af4abcf2ac3cb.setContent(html_3e7725d74b88a76bda15a2d797f46c9c);
|
|
|
|
|
|
|
|
marker_624bbfb1920bef7e536db6cb0e837685.bindPopup(popup_d00b8450f2f5c3e0799af4abcf2ac3cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_624bbfb1920bef7e536db6cb0e837685.setIcon(icon_9610b40bccd0acff517817e4e2840b29);
|
|
|
|
|
|
var marker_fd1ff59a91b860fdd790c163712d2ecd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_db4ed5c62b8b35ad3451a83d2c04bc11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4b1a348e5cc72e93c79ab90e3342e79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c3e506fbcea396a093b05ba057a7604 = $(`<div id="html_5c3e506fbcea396a093b05ba057a7604" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_d4b1a348e5cc72e93c79ab90e3342e79.setContent(html_5c3e506fbcea396a093b05ba057a7604);
|
|
|
|
|
|
|
|
marker_fd1ff59a91b860fdd790c163712d2ecd.bindPopup(popup_d4b1a348e5cc72e93c79ab90e3342e79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd1ff59a91b860fdd790c163712d2ecd.setIcon(icon_db4ed5c62b8b35ad3451a83d2c04bc11);
|
|
|
|
|
|
var marker_78e66e01a138b414c2a563f0440aa3e8 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_b4e6ea28a10bce2cecddcfd619cf1128 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72451feb59ce34788ca7a153db22bc93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cf8c2798a7df373c01e211b5be02cdc = $(`<div id="html_3cf8c2798a7df373c01e211b5be02cdc" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_72451feb59ce34788ca7a153db22bc93.setContent(html_3cf8c2798a7df373c01e211b5be02cdc);
|
|
|
|
|
|
|
|
marker_78e66e01a138b414c2a563f0440aa3e8.bindPopup(popup_72451feb59ce34788ca7a153db22bc93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78e66e01a138b414c2a563f0440aa3e8.setIcon(icon_b4e6ea28a10bce2cecddcfd619cf1128);
|
|
|
|
|
|
var marker_18f09da39682810618db508fe50b97c2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_b47b281cb88537c3cbb536a28c4d3f9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5978583dfc16be8fc9466c7605f379b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_911c661f1d81f6c9753d36a61a50b7c4 = $(`<div id="html_911c661f1d81f6c9753d36a61a50b7c4" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_5978583dfc16be8fc9466c7605f379b0.setContent(html_911c661f1d81f6c9753d36a61a50b7c4);
|
|
|
|
|
|
|
|
marker_18f09da39682810618db508fe50b97c2.bindPopup(popup_5978583dfc16be8fc9466c7605f379b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18f09da39682810618db508fe50b97c2.setIcon(icon_b47b281cb88537c3cbb536a28c4d3f9b);
|
|
|
|
|
|
var marker_59b247e1373348d9630cfbc61b8c698e = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_afb067aa2407977656e23c75f585c55a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b13ed2c8b1120bc1b16518a756b48461 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a0171e29f852b74d8c4e1c33c915af7 = $(`<div id="html_5a0171e29f852b74d8c4e1c33c915af7" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_b13ed2c8b1120bc1b16518a756b48461.setContent(html_5a0171e29f852b74d8c4e1c33c915af7);
|
|
|
|
|
|
|
|
marker_59b247e1373348d9630cfbc61b8c698e.bindPopup(popup_b13ed2c8b1120bc1b16518a756b48461)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59b247e1373348d9630cfbc61b8c698e.setIcon(icon_afb067aa2407977656e23c75f585c55a);
|
|
|
|
|
|
var marker_117900e702dbee133dd5dae085f1ffa9 = L.marker(
|
|
[43.7048, -79.4392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_e8d94aec020db5001bc913b8c0fd7c97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1762397a8758bcd14efcc9d49c4b226 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bbfdc123d3c0d5b12a2850ee2d5aba7 = $(`<div id="html_6bbfdc123d3c0d5b12a2850ee2d5aba7" style="width: 100.0%; height: 100.0%;">wot.makenomistakes.ca</div>`)[0];
|
|
popup_f1762397a8758bcd14efcc9d49c4b226.setContent(html_6bbfdc123d3c0d5b12a2850ee2d5aba7);
|
|
|
|
|
|
|
|
marker_117900e702dbee133dd5dae085f1ffa9.bindPopup(popup_f1762397a8758bcd14efcc9d49c4b226)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_117900e702dbee133dd5dae085f1ffa9.setIcon(icon_e8d94aec020db5001bc913b8c0fd7c97);
|
|
|
|
|
|
var marker_170b1955334edc9b557ed56d7364b708 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_15da60e5c15abc457d3f0ad9da1f1fd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f230145c705c4b7dc6cb56120e04ba83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3760ec097c219ad010fde1439e9b02d = $(`<div id="html_b3760ec097c219ad010fde1439e9b02d" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_f230145c705c4b7dc6cb56120e04ba83.setContent(html_b3760ec097c219ad010fde1439e9b02d);
|
|
|
|
|
|
|
|
marker_170b1955334edc9b557ed56d7364b708.bindPopup(popup_f230145c705c4b7dc6cb56120e04ba83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_170b1955334edc9b557ed56d7364b708.setIcon(icon_15da60e5c15abc457d3f0ad9da1f1fd5);
|
|
|
|
|
|
var marker_ac45f411e0cc915a6a347298fb12a4bb = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_809ac8a9427670ea7474120d4b66bb8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a187d0293924b60a096cbad1a70bf671 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71580c3306709eac49f84324411fca4a = $(`<div id="html_71580c3306709eac49f84324411fca4a" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_a187d0293924b60a096cbad1a70bf671.setContent(html_71580c3306709eac49f84324411fca4a);
|
|
|
|
|
|
|
|
marker_ac45f411e0cc915a6a347298fb12a4bb.bindPopup(popup_a187d0293924b60a096cbad1a70bf671)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac45f411e0cc915a6a347298fb12a4bb.setIcon(icon_809ac8a9427670ea7474120d4b66bb8b);
|
|
|
|
|
|
var marker_9f8ce6ec3579eaa0202131ae2234373d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_7bd389f06294284bfa34df224089c3ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b2fa56317a8484e80a8c36ca1420245 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16e60e95979d8b575a05c1cf3b846c0a = $(`<div id="html_16e60e95979d8b575a05c1cf3b846c0a" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_9b2fa56317a8484e80a8c36ca1420245.setContent(html_16e60e95979d8b575a05c1cf3b846c0a);
|
|
|
|
|
|
|
|
marker_9f8ce6ec3579eaa0202131ae2234373d.bindPopup(popup_9b2fa56317a8484e80a8c36ca1420245)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f8ce6ec3579eaa0202131ae2234373d.setIcon(icon_7bd389f06294284bfa34df224089c3ef);
|
|
|
|
|
|
var marker_f41a8a80e4a723c49cf60eaa6bd4c0b5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_26a406be402a05ef736b3d9404165967 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ec5e5b8ff72c27efb2ac32529c13659 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d27bcf07d0b9654f9199c0c3cefcb5a = $(`<div id="html_5d27bcf07d0b9654f9199c0c3cefcb5a" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_2ec5e5b8ff72c27efb2ac32529c13659.setContent(html_5d27bcf07d0b9654f9199c0c3cefcb5a);
|
|
|
|
|
|
|
|
marker_f41a8a80e4a723c49cf60eaa6bd4c0b5.bindPopup(popup_2ec5e5b8ff72c27efb2ac32529c13659)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f41a8a80e4a723c49cf60eaa6bd4c0b5.setIcon(icon_26a406be402a05ef736b3d9404165967);
|
|
|
|
|
|
var marker_f3ac33c51b0b9bdc133745957568acd4 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_652ca5f18ddf52d9bcd3121968d1846b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e94a1694afaf437155fb50ad2f0512b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70e6a872811b4a56ee0b910e2851c8dc = $(`<div id="html_70e6a872811b4a56ee0b910e2851c8dc" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_e94a1694afaf437155fb50ad2f0512b1.setContent(html_70e6a872811b4a56ee0b910e2851c8dc);
|
|
|
|
|
|
|
|
marker_f3ac33c51b0b9bdc133745957568acd4.bindPopup(popup_e94a1694afaf437155fb50ad2f0512b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3ac33c51b0b9bdc133745957568acd4.setIcon(icon_652ca5f18ddf52d9bcd3121968d1846b);
|
|
|
|
|
|
var marker_738c8c3392cec44c3ff86ab38e0ae0d1 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_613f7c8adab8dd358855d38b77850b56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e1c26b0637049b87ddc3a58828a3dfe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e633e8acd26833a9cede18792d6b8530 = $(`<div id="html_e633e8acd26833a9cede18792d6b8530" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_8e1c26b0637049b87ddc3a58828a3dfe.setContent(html_e633e8acd26833a9cede18792d6b8530);
|
|
|
|
|
|
|
|
marker_738c8c3392cec44c3ff86ab38e0ae0d1.bindPopup(popup_8e1c26b0637049b87ddc3a58828a3dfe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_738c8c3392cec44c3ff86ab38e0ae0d1.setIcon(icon_613f7c8adab8dd358855d38b77850b56);
|
|
|
|
|
|
var marker_d19a933358f6c4250de8ecaa8aba8011 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_f8d4e1d425cb29c1ff59fa97ec7740ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d95c6d7942467e70bda3a6f9c4c6afc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aef869e2dd8ad5e36ad0e0b229b45fe4 = $(`<div id="html_aef869e2dd8ad5e36ad0e0b229b45fe4" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_7d95c6d7942467e70bda3a6f9c4c6afc.setContent(html_aef869e2dd8ad5e36ad0e0b229b45fe4);
|
|
|
|
|
|
|
|
marker_d19a933358f6c4250de8ecaa8aba8011.bindPopup(popup_7d95c6d7942467e70bda3a6f9c4c6afc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d19a933358f6c4250de8ecaa8aba8011.setIcon(icon_f8d4e1d425cb29c1ff59fa97ec7740ad);
|
|
|
|
|
|
var marker_f0a186b127d9bb653bb410aa8222bb89 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_6ddc4dcb73c6a3b78c2637edbcc91aaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29ad418169b38bc30f59c7247418215f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bffa03436841c2cf41930c19da5a42f0 = $(`<div id="html_bffa03436841c2cf41930c19da5a42f0" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_29ad418169b38bc30f59c7247418215f.setContent(html_bffa03436841c2cf41930c19da5a42f0);
|
|
|
|
|
|
|
|
marker_f0a186b127d9bb653bb410aa8222bb89.bindPopup(popup_29ad418169b38bc30f59c7247418215f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0a186b127d9bb653bb410aa8222bb89.setIcon(icon_6ddc4dcb73c6a3b78c2637edbcc91aaf);
|
|
|
|
|
|
var marker_d85aebefa72cac4919d974bb61cfec6d = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_bbec583a1fd29740cd96ce63f85fad2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78ff7600c01ab1cb5220adeaeae530ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d6362b0d5ae264b669d74bb03c3a334 = $(`<div id="html_2d6362b0d5ae264b669d74bb03c3a334" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_78ff7600c01ab1cb5220adeaeae530ac.setContent(html_2d6362b0d5ae264b669d74bb03c3a334);
|
|
|
|
|
|
|
|
marker_d85aebefa72cac4919d974bb61cfec6d.bindPopup(popup_78ff7600c01ab1cb5220adeaeae530ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d85aebefa72cac4919d974bb61cfec6d.setIcon(icon_bbec583a1fd29740cd96ce63f85fad2e);
|
|
|
|
|
|
var marker_659dd6fb584978aa5ef483e1af14e5d7 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_15444ea7f9cebe3cef1ff59a2c45147f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2832c6979c3e10590d5eb289834b534e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3349655e506cfd2d0d47c8e0e52cac40 = $(`<div id="html_3349655e506cfd2d0d47c8e0e52cac40" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_2832c6979c3e10590d5eb289834b534e.setContent(html_3349655e506cfd2d0d47c8e0e52cac40);
|
|
|
|
|
|
|
|
marker_659dd6fb584978aa5ef483e1af14e5d7.bindPopup(popup_2832c6979c3e10590d5eb289834b534e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_659dd6fb584978aa5ef483e1af14e5d7.setIcon(icon_15444ea7f9cebe3cef1ff59a2c45147f);
|
|
|
|
|
|
var marker_8632b675d262628a78de503988828cbd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_e02068f789212439fafffb4efd073f7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f5d97a0b9de7c7ebe7729399e371955 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2abbed70d3c87f08657980dfacb6cd31 = $(`<div id="html_2abbed70d3c87f08657980dfacb6cd31" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_5f5d97a0b9de7c7ebe7729399e371955.setContent(html_2abbed70d3c87f08657980dfacb6cd31);
|
|
|
|
|
|
|
|
marker_8632b675d262628a78de503988828cbd.bindPopup(popup_5f5d97a0b9de7c7ebe7729399e371955)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8632b675d262628a78de503988828cbd.setIcon(icon_e02068f789212439fafffb4efd073f7f);
|
|
|
|
|
|
var marker_44c7914a18df444654a75a20d249bbc0 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_53e26bec7005b46774debca965806f89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff2f081de37e152c1559393bfaf9eca1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e66838ab663652681336b2c9c6afb454 = $(`<div id="html_e66838ab663652681336b2c9c6afb454" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_ff2f081de37e152c1559393bfaf9eca1.setContent(html_e66838ab663652681336b2c9c6afb454);
|
|
|
|
|
|
|
|
marker_44c7914a18df444654a75a20d249bbc0.bindPopup(popup_ff2f081de37e152c1559393bfaf9eca1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44c7914a18df444654a75a20d249bbc0.setIcon(icon_53e26bec7005b46774debca965806f89);
|
|
|
|
|
|
var marker_d531f73cc26bf3482c8c4da398d2911d = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_80317c4c850bb50e16322c9bf7d7a76e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_502540c8af76360f1705cdb6f8bc75a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffb8fb34201ff4e5d024a0263255411b = $(`<div id="html_ffb8fb34201ff4e5d024a0263255411b" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_502540c8af76360f1705cdb6f8bc75a7.setContent(html_ffb8fb34201ff4e5d024a0263255411b);
|
|
|
|
|
|
|
|
marker_d531f73cc26bf3482c8c4da398d2911d.bindPopup(popup_502540c8af76360f1705cdb6f8bc75a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d531f73cc26bf3482c8c4da398d2911d.setIcon(icon_80317c4c850bb50e16322c9bf7d7a76e);
|
|
|
|
|
|
var marker_89f6c2eee4daf723d209f4c2e11b103c = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_24bd12bb5b6aedc455de50330c009d1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_603da43e145827af6977f9e0bbd318cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8903e60478d534813027cde0a03cd7a2 = $(`<div id="html_8903e60478d534813027cde0a03cd7a2" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_603da43e145827af6977f9e0bbd318cf.setContent(html_8903e60478d534813027cde0a03cd7a2);
|
|
|
|
|
|
|
|
marker_89f6c2eee4daf723d209f4c2e11b103c.bindPopup(popup_603da43e145827af6977f9e0bbd318cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89f6c2eee4daf723d209f4c2e11b103c.setIcon(icon_24bd12bb5b6aedc455de50330c009d1d);
|
|
|
|
|
|
var marker_e52f10c455bb1331f13bc570689d64d1 = L.marker(
|
|
[13.3622, 100.983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_c6fa830815f8606ae6abad4b6e5866ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2bc61ca03c273c3243aea21b5f888b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6af47c7ca61b5f100b22913351697af3 = $(`<div id="html_6af47c7ca61b5f100b22913351697af3" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_e2bc61ca03c273c3243aea21b5f888b7.setContent(html_6af47c7ca61b5f100b22913351697af3);
|
|
|
|
|
|
|
|
marker_e52f10c455bb1331f13bc570689d64d1.bindPopup(popup_e2bc61ca03c273c3243aea21b5f888b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e52f10c455bb1331f13bc570689d64d1.setIcon(icon_c6fa830815f8606ae6abad4b6e5866ad);
|
|
|
|
|
|
var marker_2171e1459db60c2756ccf8cebcd7d148 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_c97580841baffcf7694dbd4fc09dbcec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa346edd329057bddb0a7ff02cd666b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bcbd264f5d331174a7ffa04bf0cede0 = $(`<div id="html_7bcbd264f5d331174a7ffa04bf0cede0" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_aa346edd329057bddb0a7ff02cd666b9.setContent(html_7bcbd264f5d331174a7ffa04bf0cede0);
|
|
|
|
|
|
|
|
marker_2171e1459db60c2756ccf8cebcd7d148.bindPopup(popup_aa346edd329057bddb0a7ff02cd666b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2171e1459db60c2756ccf8cebcd7d148.setIcon(icon_c97580841baffcf7694dbd4fc09dbcec);
|
|
|
|
|
|
var marker_159f57ae6482e0eaf68ab05181f73cda = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_65549a32024eca38132f0004f0d22ea9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79a4870087cc2d7681588a7a46f4fe39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36166050cc1171cd34e65971520914b1 = $(`<div id="html_36166050cc1171cd34e65971520914b1" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_79a4870087cc2d7681588a7a46f4fe39.setContent(html_36166050cc1171cd34e65971520914b1);
|
|
|
|
|
|
|
|
marker_159f57ae6482e0eaf68ab05181f73cda.bindPopup(popup_79a4870087cc2d7681588a7a46f4fe39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_159f57ae6482e0eaf68ab05181f73cda.setIcon(icon_65549a32024eca38132f0004f0d22ea9);
|
|
|
|
|
|
var marker_0e1c7dffed0290a4faca4c579ca77a13 = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_61e21b2b9e25b109180b051a71463807 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e99f326dbed4d59a9c8fe40b237ceb08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b8ff2e3b8275e32d581fd799e7428b5 = $(`<div id="html_9b8ff2e3b8275e32d581fd799e7428b5" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_e99f326dbed4d59a9c8fe40b237ceb08.setContent(html_9b8ff2e3b8275e32d581fd799e7428b5);
|
|
|
|
|
|
|
|
marker_0e1c7dffed0290a4faca4c579ca77a13.bindPopup(popup_e99f326dbed4d59a9c8fe40b237ceb08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e1c7dffed0290a4faca4c579ca77a13.setIcon(icon_61e21b2b9e25b109180b051a71463807);
|
|
|
|
|
|
var marker_306ed0ac1325b7bf97ad6d1d181a93ab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_e7e8e15acc3e397a7100df4d6ee52077 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f8802b65a371f822917c19cbcb00aa8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd19920304d1e64ec405c3f9f1efe669 = $(`<div id="html_bd19920304d1e64ec405c3f9f1efe669" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_4f8802b65a371f822917c19cbcb00aa8.setContent(html_bd19920304d1e64ec405c3f9f1efe669);
|
|
|
|
|
|
|
|
marker_306ed0ac1325b7bf97ad6d1d181a93ab.bindPopup(popup_4f8802b65a371f822917c19cbcb00aa8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_306ed0ac1325b7bf97ad6d1d181a93ab.setIcon(icon_e7e8e15acc3e397a7100df4d6ee52077);
|
|
|
|
|
|
var marker_7116e690d01fba391f83af2da93ff32e = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_226981fa0fd9705cce360b0f2cc7f9d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4001e458875e855c9a1921f8ef4ac5e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ce9d7afa8a7b83bb6755bc65f93915a = $(`<div id="html_8ce9d7afa8a7b83bb6755bc65f93915a" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_4001e458875e855c9a1921f8ef4ac5e7.setContent(html_8ce9d7afa8a7b83bb6755bc65f93915a);
|
|
|
|
|
|
|
|
marker_7116e690d01fba391f83af2da93ff32e.bindPopup(popup_4001e458875e855c9a1921f8ef4ac5e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7116e690d01fba391f83af2da93ff32e.setIcon(icon_226981fa0fd9705cce360b0f2cc7f9d7);
|
|
|
|
|
|
var marker_4f9593be76e5ce2ab7838cc737af4d85 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_cfdcac484fc5bf9c098a5462964ff926 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_997952ef1b37f78aa634b0fc63031331 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_202883dbaf5c930fc3f975b595dcf705 = $(`<div id="html_202883dbaf5c930fc3f975b595dcf705" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_997952ef1b37f78aa634b0fc63031331.setContent(html_202883dbaf5c930fc3f975b595dcf705);
|
|
|
|
|
|
|
|
marker_4f9593be76e5ce2ab7838cc737af4d85.bindPopup(popup_997952ef1b37f78aa634b0fc63031331)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f9593be76e5ce2ab7838cc737af4d85.setIcon(icon_cfdcac484fc5bf9c098a5462964ff926);
|
|
|
|
|
|
var marker_74e9a5d8fbf00d1c8f6c5df13f82ca2d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_68d517dc86934d9bebd1160910212c5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a2596fd2028e0bf23600fa25b54c61b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7801ac3f81ca0c348078a51188cd670b = $(`<div id="html_7801ac3f81ca0c348078a51188cd670b" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_2a2596fd2028e0bf23600fa25b54c61b.setContent(html_7801ac3f81ca0c348078a51188cd670b);
|
|
|
|
|
|
|
|
marker_74e9a5d8fbf00d1c8f6c5df13f82ca2d.bindPopup(popup_2a2596fd2028e0bf23600fa25b54c61b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74e9a5d8fbf00d1c8f6c5df13f82ca2d.setIcon(icon_68d517dc86934d9bebd1160910212c5e);
|
|
|
|
|
|
var marker_de4bb8e3e974dc4e043f7d7357dc29ec = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_72fab271818e29f16de1cb72ee4c339f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_544c8c58f02d54881857eb488a4d0f44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83db54d2391915c361d7ca991b7eb578 = $(`<div id="html_83db54d2391915c361d7ca991b7eb578" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_544c8c58f02d54881857eb488a4d0f44.setContent(html_83db54d2391915c361d7ca991b7eb578);
|
|
|
|
|
|
|
|
marker_de4bb8e3e974dc4e043f7d7357dc29ec.bindPopup(popup_544c8c58f02d54881857eb488a4d0f44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de4bb8e3e974dc4e043f7d7357dc29ec.setIcon(icon_72fab271818e29f16de1cb72ee4c339f);
|
|
|
|
|
|
var marker_c507847837f3b4f2969500af64b6f900 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a1581fd7ae7731b0354bd6ce8692b103 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7f401192d26291bf6e873e7b0d7dcf3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebbb0c3818a4792a28a14b5bd36787d7 = $(`<div id="html_ebbb0c3818a4792a28a14b5bd36787d7" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_f7f401192d26291bf6e873e7b0d7dcf3.setContent(html_ebbb0c3818a4792a28a14b5bd36787d7);
|
|
|
|
|
|
|
|
marker_c507847837f3b4f2969500af64b6f900.bindPopup(popup_f7f401192d26291bf6e873e7b0d7dcf3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c507847837f3b4f2969500af64b6f900.setIcon(icon_a1581fd7ae7731b0354bd6ce8692b103);
|
|
|
|
|
|
var marker_cd5dfe1c7f3df8dad1169d63f7dceebe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_62b9e2f738df03a7e8d3e4a386ad5d16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a744052c200b0e3e7fb4b9b6f6c93f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d46af314d0a718a88d50e1704bf5eae8 = $(`<div id="html_d46af314d0a718a88d50e1704bf5eae8" style="width: 100.0%; height: 100.0%;">relay.liberbitworld.org</div>`)[0];
|
|
popup_1a744052c200b0e3e7fb4b9b6f6c93f8.setContent(html_d46af314d0a718a88d50e1704bf5eae8);
|
|
|
|
|
|
|
|
marker_cd5dfe1c7f3df8dad1169d63f7dceebe.bindPopup(popup_1a744052c200b0e3e7fb4b9b6f6c93f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd5dfe1c7f3df8dad1169d63f7dceebe.setIcon(icon_62b9e2f738df03a7e8d3e4a386ad5d16);
|
|
|
|
|
|
var marker_ef7a39d1287fae513bdec0c00d2700b2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_54d270df1f4e8e631139abaa5573c2af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74c7537786d952f7d9ae8e436ede671c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76a7665dd98bfb13330a8c928a8e9b27 = $(`<div id="html_76a7665dd98bfb13330a8c928a8e9b27" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_74c7537786d952f7d9ae8e436ede671c.setContent(html_76a7665dd98bfb13330a8c928a8e9b27);
|
|
|
|
|
|
|
|
marker_ef7a39d1287fae513bdec0c00d2700b2.bindPopup(popup_74c7537786d952f7d9ae8e436ede671c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef7a39d1287fae513bdec0c00d2700b2.setIcon(icon_54d270df1f4e8e631139abaa5573c2af);
|
|
|
|
|
|
var marker_1c0de906ceaa260beac04ce904b77d4b = L.marker(
|
|
[45.4473, -73.7533],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_e24a505e8d39a95f26862b07ab36ef27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2128563efc0dc41c37de3488c47810be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6295558865e29305266e76e829a5b00f = $(`<div id="html_6295558865e29305266e76e829a5b00f" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_2128563efc0dc41c37de3488c47810be.setContent(html_6295558865e29305266e76e829a5b00f);
|
|
|
|
|
|
|
|
marker_1c0de906ceaa260beac04ce904b77d4b.bindPopup(popup_2128563efc0dc41c37de3488c47810be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c0de906ceaa260beac04ce904b77d4b.setIcon(icon_e24a505e8d39a95f26862b07ab36ef27);
|
|
|
|
|
|
var marker_ddc3cb20f2c27d3603f78e96bdee3b43 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_76d92b1a8f3eb8275d3cd5c0b6c11952 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4e4075ae924fa76144cd0aadab8355b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_524946662dd4c8e50aa03a213e219b0c = $(`<div id="html_524946662dd4c8e50aa03a213e219b0c" style="width: 100.0%; height: 100.0%;">librepress.libretechsystems.xyz</div>`)[0];
|
|
popup_c4e4075ae924fa76144cd0aadab8355b.setContent(html_524946662dd4c8e50aa03a213e219b0c);
|
|
|
|
|
|
|
|
marker_ddc3cb20f2c27d3603f78e96bdee3b43.bindPopup(popup_c4e4075ae924fa76144cd0aadab8355b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddc3cb20f2c27d3603f78e96bdee3b43.setIcon(icon_76d92b1a8f3eb8275d3cd5c0b6c11952);
|
|
|
|
|
|
var marker_5b423c67022497c3a9d96baa06c64159 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_89fbbdf3349e447387da171bee78c62d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a62a879d97a36e962ad68637f88d8ec3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da925f94d294860f068f9539d7c78cb3 = $(`<div id="html_da925f94d294860f068f9539d7c78cb3" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_a62a879d97a36e962ad68637f88d8ec3.setContent(html_da925f94d294860f068f9539d7c78cb3);
|
|
|
|
|
|
|
|
marker_5b423c67022497c3a9d96baa06c64159.bindPopup(popup_a62a879d97a36e962ad68637f88d8ec3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b423c67022497c3a9d96baa06c64159.setIcon(icon_89fbbdf3349e447387da171bee78c62d);
|
|
|
|
|
|
var marker_4994962b82e2878a9c95e035ef9b63c2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_7747ff49838f37f340dd17fdf00608e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_106fb26edf3f5e0fa63e403b30002ecc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7db2239dd8a7cc17ca7387beb638526b = $(`<div id="html_7db2239dd8a7cc17ca7387beb638526b" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_106fb26edf3f5e0fa63e403b30002ecc.setContent(html_7db2239dd8a7cc17ca7387beb638526b);
|
|
|
|
|
|
|
|
marker_4994962b82e2878a9c95e035ef9b63c2.bindPopup(popup_106fb26edf3f5e0fa63e403b30002ecc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4994962b82e2878a9c95e035ef9b63c2.setIcon(icon_7747ff49838f37f340dd17fdf00608e8);
|
|
|
|
|
|
var marker_7773006286df896f026cd5c539b3de37 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_705b35bdcc69c77bb1f3c6ff3abf2289 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea9f85721292b8c180d2a5873008963c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03c452a0ae818120728d958647fce04c = $(`<div id="html_03c452a0ae818120728d958647fce04c" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_ea9f85721292b8c180d2a5873008963c.setContent(html_03c452a0ae818120728d958647fce04c);
|
|
|
|
|
|
|
|
marker_7773006286df896f026cd5c539b3de37.bindPopup(popup_ea9f85721292b8c180d2a5873008963c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7773006286df896f026cd5c539b3de37.setIcon(icon_705b35bdcc69c77bb1f3c6ff3abf2289);
|
|
|
|
|
|
var marker_a52af1571e467a5d901b1cf34a1b9cb3 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_99b2b115cf6298649bfcfd1ebea2195e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_355c7c1a8105d26ba5fbfcdef03f4b4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_120ee7b4f859bf0f9140a2a3a8d58d70 = $(`<div id="html_120ee7b4f859bf0f9140a2a3a8d58d70" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_355c7c1a8105d26ba5fbfcdef03f4b4e.setContent(html_120ee7b4f859bf0f9140a2a3a8d58d70);
|
|
|
|
|
|
|
|
marker_a52af1571e467a5d901b1cf34a1b9cb3.bindPopup(popup_355c7c1a8105d26ba5fbfcdef03f4b4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a52af1571e467a5d901b1cf34a1b9cb3.setIcon(icon_99b2b115cf6298649bfcfd1ebea2195e);
|
|
|
|
|
|
var marker_a06544f80bcad75dad9e926ef9593aca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_da4d5cca80d02d8409f52d1a20b4138b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4999cea3b103d5e0963d236263e696b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76e1d26a7e75a81fd9122297f0b5aba7 = $(`<div id="html_76e1d26a7e75a81fd9122297f0b5aba7" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_4999cea3b103d5e0963d236263e696b4.setContent(html_76e1d26a7e75a81fd9122297f0b5aba7);
|
|
|
|
|
|
|
|
marker_a06544f80bcad75dad9e926ef9593aca.bindPopup(popup_4999cea3b103d5e0963d236263e696b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a06544f80bcad75dad9e926ef9593aca.setIcon(icon_da4d5cca80d02d8409f52d1a20b4138b);
|
|
|
|
|
|
var marker_ba9d843dafe96d5559b8f35e08d9948c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_7e125079618682c44bb5a77db09c8703 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b64d4a431c5bd0aeca4e9ac30fd31144 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9688471987b028f420102ebaceddbf6 = $(`<div id="html_c9688471987b028f420102ebaceddbf6" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_b64d4a431c5bd0aeca4e9ac30fd31144.setContent(html_c9688471987b028f420102ebaceddbf6);
|
|
|
|
|
|
|
|
marker_ba9d843dafe96d5559b8f35e08d9948c.bindPopup(popup_b64d4a431c5bd0aeca4e9ac30fd31144)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba9d843dafe96d5559b8f35e08d9948c.setIcon(icon_7e125079618682c44bb5a77db09c8703);
|
|
|
|
|
|
var marker_85378a344df8bfa7ca42bf0eb4cda8e7 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_8edf713d9b86184edbec367e60dcd233 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2285272370337fe51fc4b8317c026ad3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b531c3ffee37a738a0119fe56f5e9499 = $(`<div id="html_b531c3ffee37a738a0119fe56f5e9499" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_2285272370337fe51fc4b8317c026ad3.setContent(html_b531c3ffee37a738a0119fe56f5e9499);
|
|
|
|
|
|
|
|
marker_85378a344df8bfa7ca42bf0eb4cda8e7.bindPopup(popup_2285272370337fe51fc4b8317c026ad3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85378a344df8bfa7ca42bf0eb4cda8e7.setIcon(icon_8edf713d9b86184edbec367e60dcd233);
|
|
|
|
|
|
var marker_8dfdceeb473fd8dfe2cab8836c352e15 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_2a7a7a6b73d0d72d3cbb07402814474d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_522f1d73d02f08bff3bc649b7542b198 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8512272af671273035bc11de75b00de5 = $(`<div id="html_8512272af671273035bc11de75b00de5" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_522f1d73d02f08bff3bc649b7542b198.setContent(html_8512272af671273035bc11de75b00de5);
|
|
|
|
|
|
|
|
marker_8dfdceeb473fd8dfe2cab8836c352e15.bindPopup(popup_522f1d73d02f08bff3bc649b7542b198)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dfdceeb473fd8dfe2cab8836c352e15.setIcon(icon_2a7a7a6b73d0d72d3cbb07402814474d);
|
|
|
|
|
|
var marker_94d7de074b7f970d2b4148d1b741cbd1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_26993017fe5008b9bb91d044d370817e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_712641a5c4701fc2f34f349825a16a9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad8fc64f6b30bfaa19d80764a1da5d1c = $(`<div id="html_ad8fc64f6b30bfaa19d80764a1da5d1c" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_712641a5c4701fc2f34f349825a16a9c.setContent(html_ad8fc64f6b30bfaa19d80764a1da5d1c);
|
|
|
|
|
|
|
|
marker_94d7de074b7f970d2b4148d1b741cbd1.bindPopup(popup_712641a5c4701fc2f34f349825a16a9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94d7de074b7f970d2b4148d1b741cbd1.setIcon(icon_26993017fe5008b9bb91d044d370817e);
|
|
|
|
|
|
var marker_301115392b97431bfe4cf1ae4a30eade = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_e2ef06a63ae127f3cae638a3e3b9699d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffb25e44d0211d99c72474941005605c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08fcf61ed64ee86f3c787f3d0ec35a3d = $(`<div id="html_08fcf61ed64ee86f3c787f3d0ec35a3d" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_ffb25e44d0211d99c72474941005605c.setContent(html_08fcf61ed64ee86f3c787f3d0ec35a3d);
|
|
|
|
|
|
|
|
marker_301115392b97431bfe4cf1ae4a30eade.bindPopup(popup_ffb25e44d0211d99c72474941005605c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_301115392b97431bfe4cf1ae4a30eade.setIcon(icon_e2ef06a63ae127f3cae638a3e3b9699d);
|
|
|
|
|
|
var marker_bf62188b5f2d12d0e11fde542ed5ac3b = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_f58cd9bf751ab69307afd7fc1ba87194 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f9cbd0c196e78398fec2464cb189a33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8658c4322a786ecf8e1ccbf59e131b59 = $(`<div id="html_8658c4322a786ecf8e1ccbf59e131b59" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_5f9cbd0c196e78398fec2464cb189a33.setContent(html_8658c4322a786ecf8e1ccbf59e131b59);
|
|
|
|
|
|
|
|
marker_bf62188b5f2d12d0e11fde542ed5ac3b.bindPopup(popup_5f9cbd0c196e78398fec2464cb189a33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf62188b5f2d12d0e11fde542ed5ac3b.setIcon(icon_f58cd9bf751ab69307afd7fc1ba87194);
|
|
|
|
|
|
var marker_f665a55afe8466ef1f851334ecb392d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_df73744216078f16f915c94a0549d2fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80dee186757707408d5131e9d28e3375 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53f71fa447fd7d095b57f6706fb29177 = $(`<div id="html_53f71fa447fd7d095b57f6706fb29177" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_80dee186757707408d5131e9d28e3375.setContent(html_53f71fa447fd7d095b57f6706fb29177);
|
|
|
|
|
|
|
|
marker_f665a55afe8466ef1f851334ecb392d6.bindPopup(popup_80dee186757707408d5131e9d28e3375)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f665a55afe8466ef1f851334ecb392d6.setIcon(icon_df73744216078f16f915c94a0549d2fc);
|
|
|
|
|
|
var marker_2d293a811c99ed78e1c9c3099948f454 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_0ef5f0796a725b0a69ea7ce5b1e86508 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65c7412045684080e965fc07deada551 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d512f17d0fd48e627337fbbd829a88c7 = $(`<div id="html_d512f17d0fd48e627337fbbd829a88c7" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_65c7412045684080e965fc07deada551.setContent(html_d512f17d0fd48e627337fbbd829a88c7);
|
|
|
|
|
|
|
|
marker_2d293a811c99ed78e1c9c3099948f454.bindPopup(popup_65c7412045684080e965fc07deada551)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d293a811c99ed78e1c9c3099948f454.setIcon(icon_0ef5f0796a725b0a69ea7ce5b1e86508);
|
|
|
|
|
|
var marker_0006f4fa6807fe4dacd073c0635abdb5 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_6d00c447787ce61545a19158aba871c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11bd6bff724eadcb4f39bfdc62973bbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3196ef2035cecf4e3d0c5a8c47d7895f = $(`<div id="html_3196ef2035cecf4e3d0c5a8c47d7895f" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_11bd6bff724eadcb4f39bfdc62973bbd.setContent(html_3196ef2035cecf4e3d0c5a8c47d7895f);
|
|
|
|
|
|
|
|
marker_0006f4fa6807fe4dacd073c0635abdb5.bindPopup(popup_11bd6bff724eadcb4f39bfdc62973bbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0006f4fa6807fe4dacd073c0635abdb5.setIcon(icon_6d00c447787ce61545a19158aba871c1);
|
|
|
|
|
|
var marker_bd2393bcf10461d6d4006efe7b127621 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_bb33f10b264bed6c7cbf3287560cb385 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5878d40876f0f8d22474a049371d2640 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45c4d84fe9c913a28297786f8ef93675 = $(`<div id="html_45c4d84fe9c913a28297786f8ef93675" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_5878d40876f0f8d22474a049371d2640.setContent(html_45c4d84fe9c913a28297786f8ef93675);
|
|
|
|
|
|
|
|
marker_bd2393bcf10461d6d4006efe7b127621.bindPopup(popup_5878d40876f0f8d22474a049371d2640)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd2393bcf10461d6d4006efe7b127621.setIcon(icon_bb33f10b264bed6c7cbf3287560cb385);
|
|
|
|
|
|
var marker_b5fdb4da82c618fd244d278c893156c0 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_c1217676a03d714dd4c67d8aee96274f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e48bee97d384a565c670a0e66c59e96a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b085bf634903ead2cec07fa0b5ad571 = $(`<div id="html_6b085bf634903ead2cec07fa0b5ad571" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_e48bee97d384a565c670a0e66c59e96a.setContent(html_6b085bf634903ead2cec07fa0b5ad571);
|
|
|
|
|
|
|
|
marker_b5fdb4da82c618fd244d278c893156c0.bindPopup(popup_e48bee97d384a565c670a0e66c59e96a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5fdb4da82c618fd244d278c893156c0.setIcon(icon_c1217676a03d714dd4c67d8aee96274f);
|
|
|
|
|
|
var marker_79b74e1968dcd4fd60f22c32a4c56ade = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_fac35ac0b7c4257ce3df8ad32fc8b359 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d92a03856c3bce2c764c4fe312cd6053 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8ac95706640310399e0517e949cc302 = $(`<div id="html_b8ac95706640310399e0517e949cc302" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_d92a03856c3bce2c764c4fe312cd6053.setContent(html_b8ac95706640310399e0517e949cc302);
|
|
|
|
|
|
|
|
marker_79b74e1968dcd4fd60f22c32a4c56ade.bindPopup(popup_d92a03856c3bce2c764c4fe312cd6053)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79b74e1968dcd4fd60f22c32a4c56ade.setIcon(icon_fac35ac0b7c4257ce3df8ad32fc8b359);
|
|
|
|
|
|
var marker_138c95df46b2787d2f7f9ddb169d0eda = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a43066bfdd7fbb70532f20e90891646a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f14c6c196648df30941ebb317b9037f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24bf128f943b98f8700be7110d4d87a3 = $(`<div id="html_24bf128f943b98f8700be7110d4d87a3" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_2f14c6c196648df30941ebb317b9037f.setContent(html_24bf128f943b98f8700be7110d4d87a3);
|
|
|
|
|
|
|
|
marker_138c95df46b2787d2f7f9ddb169d0eda.bindPopup(popup_2f14c6c196648df30941ebb317b9037f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_138c95df46b2787d2f7f9ddb169d0eda.setIcon(icon_a43066bfdd7fbb70532f20e90891646a);
|
|
|
|
|
|
var marker_3f3b153c3aaf1b79122ce5893fc5b7c7 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_19c53ea99d9e1cd8f15d3702b97f84fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce96fc2b13eb2d2f142d03cb6090e840 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_badaaf8bc0d355018a1fe7c170b54017 = $(`<div id="html_badaaf8bc0d355018a1fe7c170b54017" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_ce96fc2b13eb2d2f142d03cb6090e840.setContent(html_badaaf8bc0d355018a1fe7c170b54017);
|
|
|
|
|
|
|
|
marker_3f3b153c3aaf1b79122ce5893fc5b7c7.bindPopup(popup_ce96fc2b13eb2d2f142d03cb6090e840)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f3b153c3aaf1b79122ce5893fc5b7c7.setIcon(icon_19c53ea99d9e1cd8f15d3702b97f84fa);
|
|
|
|
|
|
var marker_6b0306e537583259511a93520b084100 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_cb95b240463a9d586ed74e3ef45de32d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42bdd2d6e4a6a95d86f6edd946d218bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6b86418c20e3a976ff88ed64cfe869a = $(`<div id="html_f6b86418c20e3a976ff88ed64cfe869a" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_42bdd2d6e4a6a95d86f6edd946d218bc.setContent(html_f6b86418c20e3a976ff88ed64cfe869a);
|
|
|
|
|
|
|
|
marker_6b0306e537583259511a93520b084100.bindPopup(popup_42bdd2d6e4a6a95d86f6edd946d218bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b0306e537583259511a93520b084100.setIcon(icon_cb95b240463a9d586ed74e3ef45de32d);
|
|
|
|
|
|
var marker_3c5bb3e8162649eadf91fee0b68486b3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_8e99c1203022cc8a581a6fd48cff2d3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ed574faf61c5b2cb5480a4cd9d3c6f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_739e19bcc34b75d13fa3668a037baeff = $(`<div id="html_739e19bcc34b75d13fa3668a037baeff" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_0ed574faf61c5b2cb5480a4cd9d3c6f4.setContent(html_739e19bcc34b75d13fa3668a037baeff);
|
|
|
|
|
|
|
|
marker_3c5bb3e8162649eadf91fee0b68486b3.bindPopup(popup_0ed574faf61c5b2cb5480a4cd9d3c6f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c5bb3e8162649eadf91fee0b68486b3.setIcon(icon_8e99c1203022cc8a581a6fd48cff2d3a);
|
|
|
|
|
|
var marker_aca1daad822591f7f53eba0c04198f7a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_9794f7a9676087a39738fd75e918e48b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2bba2aac1e544a48a292ab12694f86b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac245fce1c87f646b79d9aa191df2e07 = $(`<div id="html_ac245fce1c87f646b79d9aa191df2e07" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_d2bba2aac1e544a48a292ab12694f86b.setContent(html_ac245fce1c87f646b79d9aa191df2e07);
|
|
|
|
|
|
|
|
marker_aca1daad822591f7f53eba0c04198f7a.bindPopup(popup_d2bba2aac1e544a48a292ab12694f86b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aca1daad822591f7f53eba0c04198f7a.setIcon(icon_9794f7a9676087a39738fd75e918e48b);
|
|
|
|
|
|
var marker_966ff30aded036f57788e6e443758674 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_dab61b0960d7f80ab58d70fe5845f63d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d429a2c00e13070f24d1e9d0e4a98b7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f73b32e904f8d6567e6e665ba96c8efd = $(`<div id="html_f73b32e904f8d6567e6e665ba96c8efd" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_d429a2c00e13070f24d1e9d0e4a98b7b.setContent(html_f73b32e904f8d6567e6e665ba96c8efd);
|
|
|
|
|
|
|
|
marker_966ff30aded036f57788e6e443758674.bindPopup(popup_d429a2c00e13070f24d1e9d0e4a98b7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_966ff30aded036f57788e6e443758674.setIcon(icon_dab61b0960d7f80ab58d70fe5845f63d);
|
|
|
|
|
|
var marker_f6277c4b36c4a17057ab3f6924304e71 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_0a33483ef0a5bf2b4d8e8f1522950b6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_810462e38e9fdbf1beaf2ed3f99b1860 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72a4c176d8bded084644ae2a9fbce074 = $(`<div id="html_72a4c176d8bded084644ae2a9fbce074" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_810462e38e9fdbf1beaf2ed3f99b1860.setContent(html_72a4c176d8bded084644ae2a9fbce074);
|
|
|
|
|
|
|
|
marker_f6277c4b36c4a17057ab3f6924304e71.bindPopup(popup_810462e38e9fdbf1beaf2ed3f99b1860)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6277c4b36c4a17057ab3f6924304e71.setIcon(icon_0a33483ef0a5bf2b4d8e8f1522950b6c);
|
|
|
|
|
|
var marker_eed8f58ef41e44b23b04db4105fb4abc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_bae1be983ae846115ec6bfe6374e8afe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00be4d07f5d48d062a3f0e2ac100fe0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0461265975610fb3225c3d81041c0a68 = $(`<div id="html_0461265975610fb3225c3d81041c0a68" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_00be4d07f5d48d062a3f0e2ac100fe0a.setContent(html_0461265975610fb3225c3d81041c0a68);
|
|
|
|
|
|
|
|
marker_eed8f58ef41e44b23b04db4105fb4abc.bindPopup(popup_00be4d07f5d48d062a3f0e2ac100fe0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eed8f58ef41e44b23b04db4105fb4abc.setIcon(icon_bae1be983ae846115ec6bfe6374e8afe);
|
|
|
|
|
|
var marker_a8ea3022a8f6820330138f234e40ad1d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_62df8b7fa4090cade69feef8b14f642d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0484f41e7e3e10eee86852b2a7d4911a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdcbf586b4c00f45b6e7ab5743d5ea23 = $(`<div id="html_cdcbf586b4c00f45b6e7ab5743d5ea23" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_0484f41e7e3e10eee86852b2a7d4911a.setContent(html_cdcbf586b4c00f45b6e7ab5743d5ea23);
|
|
|
|
|
|
|
|
marker_a8ea3022a8f6820330138f234e40ad1d.bindPopup(popup_0484f41e7e3e10eee86852b2a7d4911a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8ea3022a8f6820330138f234e40ad1d.setIcon(icon_62df8b7fa4090cade69feef8b14f642d);
|
|
|
|
|
|
var marker_f525df8adfbd51dabd410872d4278b0d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_104322f92aa2ba9c22a9bb4e5992ab7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95593505f18ab63ed4131bb7d26546af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8240a3595484e9c9ad1bb16b9979fd8 = $(`<div id="html_b8240a3595484e9c9ad1bb16b9979fd8" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_95593505f18ab63ed4131bb7d26546af.setContent(html_b8240a3595484e9c9ad1bb16b9979fd8);
|
|
|
|
|
|
|
|
marker_f525df8adfbd51dabd410872d4278b0d.bindPopup(popup_95593505f18ab63ed4131bb7d26546af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f525df8adfbd51dabd410872d4278b0d.setIcon(icon_104322f92aa2ba9c22a9bb4e5992ab7c);
|
|
|
|
|
|
var marker_dfc756563b89e72d77be67dd9862be97 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_40220af4c152e96a2ec09e0997f9ffe2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9147ab278088986c94d6494b625f874 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f034c251d839c9ce517a155d35d9d478 = $(`<div id="html_f034c251d839c9ce517a155d35d9d478" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_f9147ab278088986c94d6494b625f874.setContent(html_f034c251d839c9ce517a155d35d9d478);
|
|
|
|
|
|
|
|
marker_dfc756563b89e72d77be67dd9862be97.bindPopup(popup_f9147ab278088986c94d6494b625f874)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfc756563b89e72d77be67dd9862be97.setIcon(icon_40220af4c152e96a2ec09e0997f9ffe2);
|
|
|
|
|
|
var marker_546d75c4c9ffb1cf7f8497d938ce1944 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_493413947d39f4cca07ff4208a73ce83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_967bd2b809e12a6f31bfeec8008be3d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c10ede69174ae621d3733aba77a58ede = $(`<div id="html_c10ede69174ae621d3733aba77a58ede" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_967bd2b809e12a6f31bfeec8008be3d6.setContent(html_c10ede69174ae621d3733aba77a58ede);
|
|
|
|
|
|
|
|
marker_546d75c4c9ffb1cf7f8497d938ce1944.bindPopup(popup_967bd2b809e12a6f31bfeec8008be3d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_546d75c4c9ffb1cf7f8497d938ce1944.setIcon(icon_493413947d39f4cca07ff4208a73ce83);
|
|
|
|
|
|
var marker_d6dc2b1bd5953ce9440641ba047d2ec6 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_3ef97dc6f986bd4158dddd190e82e1ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_263841dedabe45ae7275b6b68dbb643d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_044346bb51ba47393e37ba40385617c2 = $(`<div id="html_044346bb51ba47393e37ba40385617c2" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_263841dedabe45ae7275b6b68dbb643d.setContent(html_044346bb51ba47393e37ba40385617c2);
|
|
|
|
|
|
|
|
marker_d6dc2b1bd5953ce9440641ba047d2ec6.bindPopup(popup_263841dedabe45ae7275b6b68dbb643d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6dc2b1bd5953ce9440641ba047d2ec6.setIcon(icon_3ef97dc6f986bd4158dddd190e82e1ae);
|
|
|
|
|
|
var marker_fc4d0e20996350d9974c39c3d51b7552 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_ac799a4565eb74cac0c4bf6a03f276b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcb39aafcad0e917b3a5370f1ffa7ed3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93f1e2175c4dae3db4ad11801356b0a7 = $(`<div id="html_93f1e2175c4dae3db4ad11801356b0a7" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_fcb39aafcad0e917b3a5370f1ffa7ed3.setContent(html_93f1e2175c4dae3db4ad11801356b0a7);
|
|
|
|
|
|
|
|
marker_fc4d0e20996350d9974c39c3d51b7552.bindPopup(popup_fcb39aafcad0e917b3a5370f1ffa7ed3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc4d0e20996350d9974c39c3d51b7552.setIcon(icon_ac799a4565eb74cac0c4bf6a03f276b3);
|
|
|
|
|
|
var marker_3e70dc1bd9e3b70fcc6e8992d14fd02f = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_377cd274e18ee4f53b6cd7ae2174a636 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d431af48c3d337029aa0d2c707e9cbb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55893f2dcba71a6f61717ee18052915b = $(`<div id="html_55893f2dcba71a6f61717ee18052915b" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_d431af48c3d337029aa0d2c707e9cbb1.setContent(html_55893f2dcba71a6f61717ee18052915b);
|
|
|
|
|
|
|
|
marker_3e70dc1bd9e3b70fcc6e8992d14fd02f.bindPopup(popup_d431af48c3d337029aa0d2c707e9cbb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e70dc1bd9e3b70fcc6e8992d14fd02f.setIcon(icon_377cd274e18ee4f53b6cd7ae2174a636);
|
|
|
|
|
|
var marker_c9eb4bb7741ef0c6db36d34d557c0ef1 = L.marker(
|
|
[10.074, -84.2155],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_3365140c8b6219895ad27f67bd92d7a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9117f7e03849666c3ffd74ad02369a77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce49afb481beb74c248791f7bcf6a712 = $(`<div id="html_ce49afb481beb74c248791f7bcf6a712" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_9117f7e03849666c3ffd74ad02369a77.setContent(html_ce49afb481beb74c248791f7bcf6a712);
|
|
|
|
|
|
|
|
marker_c9eb4bb7741ef0c6db36d34d557c0ef1.bindPopup(popup_9117f7e03849666c3ffd74ad02369a77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9eb4bb7741ef0c6db36d34d557c0ef1.setIcon(icon_3365140c8b6219895ad27f67bd92d7a7);
|
|
|
|
|
|
var marker_73946a74fc470a00284c094abb0d1846 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_5a77c795216c087d21cbc0cf91539c8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd63f531e10ca41ecce4ff37315799db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cae9935854b103d9d46e5cf1739f8b36 = $(`<div id="html_cae9935854b103d9d46e5cf1739f8b36" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_bd63f531e10ca41ecce4ff37315799db.setContent(html_cae9935854b103d9d46e5cf1739f8b36);
|
|
|
|
|
|
|
|
marker_73946a74fc470a00284c094abb0d1846.bindPopup(popup_bd63f531e10ca41ecce4ff37315799db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73946a74fc470a00284c094abb0d1846.setIcon(icon_5a77c795216c087d21cbc0cf91539c8d);
|
|
|
|
|
|
var marker_6c0f34923ba15e7862887ab88ff123b4 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_3fbb33abab5346d73e52051b88d40b89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c743e598d7a3674134c4ab1dab4bd60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_706d80e4ce842ae0ae1c66ded49d5aac = $(`<div id="html_706d80e4ce842ae0ae1c66ded49d5aac" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_2c743e598d7a3674134c4ab1dab4bd60.setContent(html_706d80e4ce842ae0ae1c66ded49d5aac);
|
|
|
|
|
|
|
|
marker_6c0f34923ba15e7862887ab88ff123b4.bindPopup(popup_2c743e598d7a3674134c4ab1dab4bd60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c0f34923ba15e7862887ab88ff123b4.setIcon(icon_3fbb33abab5346d73e52051b88d40b89);
|
|
|
|
|
|
var marker_8d6c6203d9cbc2dde34e5c8912f9f1e2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_db9cc5df09628e3c7e6697aeec89adb7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56e1432b687325a7f678638941019612 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ea6a3db7ce7b8060d62763fd093f853 = $(`<div id="html_4ea6a3db7ce7b8060d62763fd093f853" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_56e1432b687325a7f678638941019612.setContent(html_4ea6a3db7ce7b8060d62763fd093f853);
|
|
|
|
|
|
|
|
marker_8d6c6203d9cbc2dde34e5c8912f9f1e2.bindPopup(popup_56e1432b687325a7f678638941019612)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d6c6203d9cbc2dde34e5c8912f9f1e2.setIcon(icon_db9cc5df09628e3c7e6697aeec89adb7);
|
|
|
|
|
|
var marker_abec3d1c7cd0e4a004521dfb38968097 = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_38af4f29bcb131ca0caa159130f6e27f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3e2faab86da3ce8119f61e1a7599bd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bad0f0d041b4b3bd525ced45d2eb8016 = $(`<div id="html_bad0f0d041b4b3bd525ced45d2eb8016" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_a3e2faab86da3ce8119f61e1a7599bd0.setContent(html_bad0f0d041b4b3bd525ced45d2eb8016);
|
|
|
|
|
|
|
|
marker_abec3d1c7cd0e4a004521dfb38968097.bindPopup(popup_a3e2faab86da3ce8119f61e1a7599bd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abec3d1c7cd0e4a004521dfb38968097.setIcon(icon_38af4f29bcb131ca0caa159130f6e27f);
|
|
|
|
|
|
var marker_998e0f004d5d357dedcfdf22dc289576 = L.marker(
|
|
[35.8099, 140.12],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a00a3883e9632419180693be87e877d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c0d9c3721dc7892625fdd9f721a10d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a3b67aa994e4265283059fabd5d2ee9 = $(`<div id="html_8a3b67aa994e4265283059fabd5d2ee9" style="width: 100.0%; height: 100.0%;">nostr.middling.mydns.jp</div>`)[0];
|
|
popup_5c0d9c3721dc7892625fdd9f721a10d9.setContent(html_8a3b67aa994e4265283059fabd5d2ee9);
|
|
|
|
|
|
|
|
marker_998e0f004d5d357dedcfdf22dc289576.bindPopup(popup_5c0d9c3721dc7892625fdd9f721a10d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_998e0f004d5d357dedcfdf22dc289576.setIcon(icon_a00a3883e9632419180693be87e877d2);
|
|
|
|
|
|
var marker_3062e112848bb069af12e478e5a8d1d2 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_f1fd0f1cdc9940721929ed0dce7db534 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9881f87c41b6a9e3ed3359594812c59a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_494d21b3f7d22af5926dde307e0382e4 = $(`<div id="html_494d21b3f7d22af5926dde307e0382e4" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_9881f87c41b6a9e3ed3359594812c59a.setContent(html_494d21b3f7d22af5926dde307e0382e4);
|
|
|
|
|
|
|
|
marker_3062e112848bb069af12e478e5a8d1d2.bindPopup(popup_9881f87c41b6a9e3ed3359594812c59a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3062e112848bb069af12e478e5a8d1d2.setIcon(icon_f1fd0f1cdc9940721929ed0dce7db534);
|
|
|
|
|
|
var marker_0782aebdbd72e8d880e9f104dc6b5335 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_bf79bba8fb73e3571826ea0d3c51e7e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3320c31d325e02fe9f2224d6e2bc3387 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a21f90dd8e64db54ca4ae401f255dd6a = $(`<div id="html_a21f90dd8e64db54ca4ae401f255dd6a" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_3320c31d325e02fe9f2224d6e2bc3387.setContent(html_a21f90dd8e64db54ca4ae401f255dd6a);
|
|
|
|
|
|
|
|
marker_0782aebdbd72e8d880e9f104dc6b5335.bindPopup(popup_3320c31d325e02fe9f2224d6e2bc3387)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0782aebdbd72e8d880e9f104dc6b5335.setIcon(icon_bf79bba8fb73e3571826ea0d3c51e7e6);
|
|
|
|
|
|
var marker_9f8620a823713ea83ce9d3a1287fc65c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_79f3871df6cfcbe462ab6d2c348979a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2f5689e8e491d0f014d817c13f0487f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4db51ea889cca0214714f6d582e88eee = $(`<div id="html_4db51ea889cca0214714f6d582e88eee" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_c2f5689e8e491d0f014d817c13f0487f.setContent(html_4db51ea889cca0214714f6d582e88eee);
|
|
|
|
|
|
|
|
marker_9f8620a823713ea83ce9d3a1287fc65c.bindPopup(popup_c2f5689e8e491d0f014d817c13f0487f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f8620a823713ea83ce9d3a1287fc65c.setIcon(icon_79f3871df6cfcbe462ab6d2c348979a5);
|
|
|
|
|
|
var marker_e00818a596df15a6b7d8dbfa9db9f20b = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_b05ea7b92d30ba955e6cf580cd285a67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e560ce570ecff24c870dae329dc3e060 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a66c71cbc4a479e8a2b60a18e4b2d90 = $(`<div id="html_8a66c71cbc4a479e8a2b60a18e4b2d90" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_e560ce570ecff24c870dae329dc3e060.setContent(html_8a66c71cbc4a479e8a2b60a18e4b2d90);
|
|
|
|
|
|
|
|
marker_e00818a596df15a6b7d8dbfa9db9f20b.bindPopup(popup_e560ce570ecff24c870dae329dc3e060)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e00818a596df15a6b7d8dbfa9db9f20b.setIcon(icon_b05ea7b92d30ba955e6cf580cd285a67);
|
|
|
|
|
|
var marker_a2b242cb6e40ef010e69464c3c37ac57 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_20def6acac6ae9168ff377f09621aaaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01531aabd2ec38cdad698c1bf89aaaeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5223c9801ded657a69dd5d87a3ba7628 = $(`<div id="html_5223c9801ded657a69dd5d87a3ba7628" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_01531aabd2ec38cdad698c1bf89aaaeb.setContent(html_5223c9801ded657a69dd5d87a3ba7628);
|
|
|
|
|
|
|
|
marker_a2b242cb6e40ef010e69464c3c37ac57.bindPopup(popup_01531aabd2ec38cdad698c1bf89aaaeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2b242cb6e40ef010e69464c3c37ac57.setIcon(icon_20def6acac6ae9168ff377f09621aaaf);
|
|
|
|
|
|
var marker_1331808cd52887a758c795f5ee275b22 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_8d31edc16a6a81b9846352ed5d780aa9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4179ed9d4c61726752baa4d93a49ebd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f642ffe76045e12132304f08347dbfd = $(`<div id="html_1f642ffe76045e12132304f08347dbfd" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_f4179ed9d4c61726752baa4d93a49ebd.setContent(html_1f642ffe76045e12132304f08347dbfd);
|
|
|
|
|
|
|
|
marker_1331808cd52887a758c795f5ee275b22.bindPopup(popup_f4179ed9d4c61726752baa4d93a49ebd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1331808cd52887a758c795f5ee275b22.setIcon(icon_8d31edc16a6a81b9846352ed5d780aa9);
|
|
|
|
|
|
var marker_1d4fc97494b938fc5792572674d03e2e = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_d49adc16f2039e4be04e882955a84d91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45e5585ad8387ec52d041efd51a8af93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2653ecdc8b85fc78676f4da03e053fb = $(`<div id="html_e2653ecdc8b85fc78676f4da03e053fb" style="width: 100.0%; height: 100.0%;">relay.devcsu.fr</div>`)[0];
|
|
popup_45e5585ad8387ec52d041efd51a8af93.setContent(html_e2653ecdc8b85fc78676f4da03e053fb);
|
|
|
|
|
|
|
|
marker_1d4fc97494b938fc5792572674d03e2e.bindPopup(popup_45e5585ad8387ec52d041efd51a8af93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d4fc97494b938fc5792572674d03e2e.setIcon(icon_d49adc16f2039e4be04e882955a84d91);
|
|
|
|
|
|
var marker_38f79752b3a421831c06a64775919a83 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_621bae65c778a8a85e8d2aa278ec0c57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f85fb4f6a9fce08904e93894a2552d89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03dd209f89371ef755613245d1eae2ae = $(`<div id="html_03dd209f89371ef755613245d1eae2ae" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_f85fb4f6a9fce08904e93894a2552d89.setContent(html_03dd209f89371ef755613245d1eae2ae);
|
|
|
|
|
|
|
|
marker_38f79752b3a421831c06a64775919a83.bindPopup(popup_f85fb4f6a9fce08904e93894a2552d89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38f79752b3a421831c06a64775919a83.setIcon(icon_621bae65c778a8a85e8d2aa278ec0c57);
|
|
|
|
|
|
var marker_8f8397db2e634b0d72e87873e4c66630 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_bab8be5f2d4cb0c2dbccdb3e2a5fa000 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_558256cffeaccc49e4c97242ff51428e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3069bc4be5e5b196329dacd58d1bb84c = $(`<div id="html_3069bc4be5e5b196329dacd58d1bb84c" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_558256cffeaccc49e4c97242ff51428e.setContent(html_3069bc4be5e5b196329dacd58d1bb84c);
|
|
|
|
|
|
|
|
marker_8f8397db2e634b0d72e87873e4c66630.bindPopup(popup_558256cffeaccc49e4c97242ff51428e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f8397db2e634b0d72e87873e4c66630.setIcon(icon_bab8be5f2d4cb0c2dbccdb3e2a5fa000);
|
|
|
|
|
|
var marker_3130a01e913f538d5974efa896a2b909 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_d5840bb1126380b3445f1f450d3a8cd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fdb854e44f3c82f96727c766bb6ca7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e8a07b9535157796f6ddf939d523b2a = $(`<div id="html_5e8a07b9535157796f6ddf939d523b2a" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_7fdb854e44f3c82f96727c766bb6ca7f.setContent(html_5e8a07b9535157796f6ddf939d523b2a);
|
|
|
|
|
|
|
|
marker_3130a01e913f538d5974efa896a2b909.bindPopup(popup_7fdb854e44f3c82f96727c766bb6ca7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3130a01e913f538d5974efa896a2b909.setIcon(icon_d5840bb1126380b3445f1f450d3a8cd0);
|
|
|
|
|
|
var marker_72eb076c1981008c4138b894a026db1d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_5af7f730b99ccce66ec67817d80115e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ac95db0ba5a2995d6b8887ff971ba25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6647581d2f4d6bf852da883fa74fabd1 = $(`<div id="html_6647581d2f4d6bf852da883fa74fabd1" style="width: 100.0%; height: 100.0%;">relay.rushmi0.win</div>`)[0];
|
|
popup_3ac95db0ba5a2995d6b8887ff971ba25.setContent(html_6647581d2f4d6bf852da883fa74fabd1);
|
|
|
|
|
|
|
|
marker_72eb076c1981008c4138b894a026db1d.bindPopup(popup_3ac95db0ba5a2995d6b8887ff971ba25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72eb076c1981008c4138b894a026db1d.setIcon(icon_5af7f730b99ccce66ec67817d80115e9);
|
|
|
|
|
|
var marker_8dd2eda8001f8710c75a3ce037be9031 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_e88aed4b1c0ec1becd699357a0dae7c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e37a4c631905d7e4e75085523e56de6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e86ff127071105b1685cf89a12f95d2b = $(`<div id="html_e86ff127071105b1685cf89a12f95d2b" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_6e37a4c631905d7e4e75085523e56de6.setContent(html_e86ff127071105b1685cf89a12f95d2b);
|
|
|
|
|
|
|
|
marker_8dd2eda8001f8710c75a3ce037be9031.bindPopup(popup_6e37a4c631905d7e4e75085523e56de6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dd2eda8001f8710c75a3ce037be9031.setIcon(icon_e88aed4b1c0ec1becd699357a0dae7c8);
|
|
|
|
|
|
var marker_c6cbeafd78eb54108fec04e083e36477 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_124b4b91a7ab4a97936d91eda74cfdb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3b482be15fd4ce117b505ea87ee346a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b256b5c62eb41d9b283f31f28ba6fde = $(`<div id="html_7b256b5c62eb41d9b283f31f28ba6fde" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_c3b482be15fd4ce117b505ea87ee346a.setContent(html_7b256b5c62eb41d9b283f31f28ba6fde);
|
|
|
|
|
|
|
|
marker_c6cbeafd78eb54108fec04e083e36477.bindPopup(popup_c3b482be15fd4ce117b505ea87ee346a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6cbeafd78eb54108fec04e083e36477.setIcon(icon_124b4b91a7ab4a97936d91eda74cfdb9);
|
|
|
|
|
|
var marker_eb51dbcf1cf38e8de7e591958f5c945b = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_e897f1655c7aaf1dfa8981753bebbe2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2418a13ed8689a6aae509240cf2cf35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9eb66a62cf4519336c621ad12b6129c7 = $(`<div id="html_9eb66a62cf4519336c621ad12b6129c7" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_c2418a13ed8689a6aae509240cf2cf35.setContent(html_9eb66a62cf4519336c621ad12b6129c7);
|
|
|
|
|
|
|
|
marker_eb51dbcf1cf38e8de7e591958f5c945b.bindPopup(popup_c2418a13ed8689a6aae509240cf2cf35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb51dbcf1cf38e8de7e591958f5c945b.setIcon(icon_e897f1655c7aaf1dfa8981753bebbe2c);
|
|
|
|
|
|
var marker_eead2a2e669375fc407ff0df4b506389 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_22e3ca29d13301918f5e501e8cc5b7c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e71863625dbac910bdf27915e351ba0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c937672aef1684387e5709d96b36412b = $(`<div id="html_c937672aef1684387e5709d96b36412b" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_e71863625dbac910bdf27915e351ba0b.setContent(html_c937672aef1684387e5709d96b36412b);
|
|
|
|
|
|
|
|
marker_eead2a2e669375fc407ff0df4b506389.bindPopup(popup_e71863625dbac910bdf27915e351ba0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eead2a2e669375fc407ff0df4b506389.setIcon(icon_22e3ca29d13301918f5e501e8cc5b7c9);
|
|
|
|
|
|
var marker_aab1db79e44daa58c23464407bc2de75 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_819d2b453135c8c5b4b4a3ab38bdec29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9dcd8f4b67478e445ee423b98ea9097 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1dce3cc37862f9c3cbd96814d8c6d154 = $(`<div id="html_1dce3cc37862f9c3cbd96814d8c6d154" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_c9dcd8f4b67478e445ee423b98ea9097.setContent(html_1dce3cc37862f9c3cbd96814d8c6d154);
|
|
|
|
|
|
|
|
marker_aab1db79e44daa58c23464407bc2de75.bindPopup(popup_c9dcd8f4b67478e445ee423b98ea9097)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aab1db79e44daa58c23464407bc2de75.setIcon(icon_819d2b453135c8c5b4b4a3ab38bdec29);
|
|
|
|
|
|
var marker_7ccec0605350e0417dd9ac2169331d42 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_82611ac6c1b68ce9f860bfb0597d71bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae0fedc9afd25f359111dda9ab3e28ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c42f583856d5a2e47c3a648ce3921c5d = $(`<div id="html_c42f583856d5a2e47c3a648ce3921c5d" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_ae0fedc9afd25f359111dda9ab3e28ab.setContent(html_c42f583856d5a2e47c3a648ce3921c5d);
|
|
|
|
|
|
|
|
marker_7ccec0605350e0417dd9ac2169331d42.bindPopup(popup_ae0fedc9afd25f359111dda9ab3e28ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ccec0605350e0417dd9ac2169331d42.setIcon(icon_82611ac6c1b68ce9f860bfb0597d71bb);
|
|
|
|
|
|
var marker_7a9ec8342e259e5c23ba663b0bbe5493 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_2102e1b6c56057ae1df785b1daf77896 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0633d6f8d71323a3c43b528c8ffee5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b13833d451739aeb814e264568e76ab = $(`<div id="html_9b13833d451739aeb814e264568e76ab" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_c0633d6f8d71323a3c43b528c8ffee5b.setContent(html_9b13833d451739aeb814e264568e76ab);
|
|
|
|
|
|
|
|
marker_7a9ec8342e259e5c23ba663b0bbe5493.bindPopup(popup_c0633d6f8d71323a3c43b528c8ffee5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a9ec8342e259e5c23ba663b0bbe5493.setIcon(icon_2102e1b6c56057ae1df785b1daf77896);
|
|
|
|
|
|
var marker_ca52980f3fe99391d70dac3939c4cf2a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_7d91b364f613f3c2bc9e1db556e5d8d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adbf216662c44e69cb9cdbc9e143ffbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98c31bd30010dc65021e44f88b0c5729 = $(`<div id="html_98c31bd30010dc65021e44f88b0c5729" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_adbf216662c44e69cb9cdbc9e143ffbd.setContent(html_98c31bd30010dc65021e44f88b0c5729);
|
|
|
|
|
|
|
|
marker_ca52980f3fe99391d70dac3939c4cf2a.bindPopup(popup_adbf216662c44e69cb9cdbc9e143ffbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca52980f3fe99391d70dac3939c4cf2a.setIcon(icon_7d91b364f613f3c2bc9e1db556e5d8d8);
|
|
|
|
|
|
var marker_3f57e60739aa9fb6c09cdd335ad3d606 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_104c2bae49b353a8d9f067250413e050 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fff2703a0f6a03e585fa9a64c8995044 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22ee77cea3faa30c3e98a82812670ef8 = $(`<div id="html_22ee77cea3faa30c3e98a82812670ef8" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_fff2703a0f6a03e585fa9a64c8995044.setContent(html_22ee77cea3faa30c3e98a82812670ef8);
|
|
|
|
|
|
|
|
marker_3f57e60739aa9fb6c09cdd335ad3d606.bindPopup(popup_fff2703a0f6a03e585fa9a64c8995044)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f57e60739aa9fb6c09cdd335ad3d606.setIcon(icon_104c2bae49b353a8d9f067250413e050);
|
|
|
|
|
|
var marker_3f282744663d9f146b1ebd709b32a484 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_95ba9de59b91cb96207544f079ddad2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9bf0b6a5bbf32ca06078e32a6c6a20c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_946e2fadec46925d384435d967a915d8 = $(`<div id="html_946e2fadec46925d384435d967a915d8" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_a9bf0b6a5bbf32ca06078e32a6c6a20c.setContent(html_946e2fadec46925d384435d967a915d8);
|
|
|
|
|
|
|
|
marker_3f282744663d9f146b1ebd709b32a484.bindPopup(popup_a9bf0b6a5bbf32ca06078e32a6c6a20c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f282744663d9f146b1ebd709b32a484.setIcon(icon_95ba9de59b91cb96207544f079ddad2b);
|
|
|
|
|
|
var marker_16bcfc65305b9577960c5411ea45ff9f = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a2a4dc40c0f46ffa09fe4fc9b0d7f071 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c1e7d42c07e7f30fb9026b083c84276 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adefcc9fee2f56fbc001ca5e05bd4363 = $(`<div id="html_adefcc9fee2f56fbc001ca5e05bd4363" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_9c1e7d42c07e7f30fb9026b083c84276.setContent(html_adefcc9fee2f56fbc001ca5e05bd4363);
|
|
|
|
|
|
|
|
marker_16bcfc65305b9577960c5411ea45ff9f.bindPopup(popup_9c1e7d42c07e7f30fb9026b083c84276)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16bcfc65305b9577960c5411ea45ff9f.setIcon(icon_a2a4dc40c0f46ffa09fe4fc9b0d7f071);
|
|
|
|
|
|
var marker_a0432a5008cbf77d0f787ac432cbc86f = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_d118b8fbb352654fb140b34ad0a9bc3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8088f6b302ccf87c43cc4bca8f7f1dd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ec4ba72c3557e99533e07f8228b12e9 = $(`<div id="html_4ec4ba72c3557e99533e07f8228b12e9" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_8088f6b302ccf87c43cc4bca8f7f1dd8.setContent(html_4ec4ba72c3557e99533e07f8228b12e9);
|
|
|
|
|
|
|
|
marker_a0432a5008cbf77d0f787ac432cbc86f.bindPopup(popup_8088f6b302ccf87c43cc4bca8f7f1dd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0432a5008cbf77d0f787ac432cbc86f.setIcon(icon_d118b8fbb352654fb140b34ad0a9bc3e);
|
|
|
|
|
|
var marker_f906b4d6fe7702930a044fe27aca6362 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_e6d5746af084bf7d73da64db6eaaa3e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48d45bfde4d49656da7236ab4819f1af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7888c911bca5a0a68dc447bb617370ed = $(`<div id="html_7888c911bca5a0a68dc447bb617370ed" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_48d45bfde4d49656da7236ab4819f1af.setContent(html_7888c911bca5a0a68dc447bb617370ed);
|
|
|
|
|
|
|
|
marker_f906b4d6fe7702930a044fe27aca6362.bindPopup(popup_48d45bfde4d49656da7236ab4819f1af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f906b4d6fe7702930a044fe27aca6362.setIcon(icon_e6d5746af084bf7d73da64db6eaaa3e2);
|
|
|
|
|
|
var marker_6e025f7d594ad833ae7c0d9f6670689b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_aab10d60e36aa6a0028d35416a7c18b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_317eb40a6f180f4aee02d0724c8a4d06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e56960604503e5e6016485822fb7fa3b = $(`<div id="html_e56960604503e5e6016485822fb7fa3b" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_317eb40a6f180f4aee02d0724c8a4d06.setContent(html_e56960604503e5e6016485822fb7fa3b);
|
|
|
|
|
|
|
|
marker_6e025f7d594ad833ae7c0d9f6670689b.bindPopup(popup_317eb40a6f180f4aee02d0724c8a4d06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e025f7d594ad833ae7c0d9f6670689b.setIcon(icon_aab10d60e36aa6a0028d35416a7c18b4);
|
|
|
|
|
|
var marker_975447e7c62bf8ae87d7d7178698fc20 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_eec0679d1c252fcb334a62660ba6a7cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16e328d4383501f0cee83d81a6351a9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4950de4d445d4027363b7f0c113c2a5 = $(`<div id="html_a4950de4d445d4027363b7f0c113c2a5" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_16e328d4383501f0cee83d81a6351a9b.setContent(html_a4950de4d445d4027363b7f0c113c2a5);
|
|
|
|
|
|
|
|
marker_975447e7c62bf8ae87d7d7178698fc20.bindPopup(popup_16e328d4383501f0cee83d81a6351a9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_975447e7c62bf8ae87d7d7178698fc20.setIcon(icon_eec0679d1c252fcb334a62660ba6a7cc);
|
|
|
|
|
|
var marker_87fb8adf616f8a4fb46bb9c613b43e6e = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_3d8b3ef76debe466beff56312f05d553 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a27ada70322f4b0fa059035e5a6377e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57a56be5de79ac10bc949440e8fe0622 = $(`<div id="html_57a56be5de79ac10bc949440e8fe0622" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_4a27ada70322f4b0fa059035e5a6377e.setContent(html_57a56be5de79ac10bc949440e8fe0622);
|
|
|
|
|
|
|
|
marker_87fb8adf616f8a4fb46bb9c613b43e6e.bindPopup(popup_4a27ada70322f4b0fa059035e5a6377e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87fb8adf616f8a4fb46bb9c613b43e6e.setIcon(icon_3d8b3ef76debe466beff56312f05d553);
|
|
|
|
|
|
var marker_5ac266584e0cc13d16093777e7003950 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_b207dd23ce7c57598276f4d545798567 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49ed5fe7d29937ad543d27f93f9ff316 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a47520b956be1dbfcefacbd46351907e = $(`<div id="html_a47520b956be1dbfcefacbd46351907e" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_49ed5fe7d29937ad543d27f93f9ff316.setContent(html_a47520b956be1dbfcefacbd46351907e);
|
|
|
|
|
|
|
|
marker_5ac266584e0cc13d16093777e7003950.bindPopup(popup_49ed5fe7d29937ad543d27f93f9ff316)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ac266584e0cc13d16093777e7003950.setIcon(icon_b207dd23ce7c57598276f4d545798567);
|
|
|
|
|
|
var marker_ff833e61512a51ae72c0524b0acc241f = L.marker(
|
|
[49.2509, -123.01],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_14ead5c644baed071e1c73c37b18f624 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d165c2c93cff50c4920deb758c729c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4f7568e04297526801b9ade8893e411 = $(`<div id="html_d4f7568e04297526801b9ade8893e411" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_9d165c2c93cff50c4920deb758c729c4.setContent(html_d4f7568e04297526801b9ade8893e411);
|
|
|
|
|
|
|
|
marker_ff833e61512a51ae72c0524b0acc241f.bindPopup(popup_9d165c2c93cff50c4920deb758c729c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff833e61512a51ae72c0524b0acc241f.setIcon(icon_14ead5c644baed071e1c73c37b18f624);
|
|
|
|
|
|
var marker_a731d9fc83d645f851a350ede5b85fa5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_984e56900315be95ac9dcf5e841a0ec6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89f521754f1befdd4fdaa035dcddf8af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d89ca2e1f800fa355fe857cd754dcc86 = $(`<div id="html_d89ca2e1f800fa355fe857cd754dcc86" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_89f521754f1befdd4fdaa035dcddf8af.setContent(html_d89ca2e1f800fa355fe857cd754dcc86);
|
|
|
|
|
|
|
|
marker_a731d9fc83d645f851a350ede5b85fa5.bindPopup(popup_89f521754f1befdd4fdaa035dcddf8af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a731d9fc83d645f851a350ede5b85fa5.setIcon(icon_984e56900315be95ac9dcf5e841a0ec6);
|
|
|
|
|
|
var marker_66038781d271160e97c160dd49f7f012 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_f446fe839ef9cfdf09d4e10b0edabb04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fdffd2a75fb1290a25e251bc2c73e50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b3b366c93dcff411d2ca2c00df501c3 = $(`<div id="html_8b3b366c93dcff411d2ca2c00df501c3" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_5fdffd2a75fb1290a25e251bc2c73e50.setContent(html_8b3b366c93dcff411d2ca2c00df501c3);
|
|
|
|
|
|
|
|
marker_66038781d271160e97c160dd49f7f012.bindPopup(popup_5fdffd2a75fb1290a25e251bc2c73e50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66038781d271160e97c160dd49f7f012.setIcon(icon_f446fe839ef9cfdf09d4e10b0edabb04);
|
|
|
|
|
|
var marker_c0f0a7d5487b1863bcc957e356d60a50 = L.marker(
|
|
[49.704, -124.918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_4a5c0399b595ba942e19cfb182a4b4b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fb85f643a5c28c5569d25f47cfe65fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1d2efdebdbe746e4a27170314b72c59 = $(`<div id="html_d1d2efdebdbe746e4a27170314b72c59" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_8fb85f643a5c28c5569d25f47cfe65fe.setContent(html_d1d2efdebdbe746e4a27170314b72c59);
|
|
|
|
|
|
|
|
marker_c0f0a7d5487b1863bcc957e356d60a50.bindPopup(popup_8fb85f643a5c28c5569d25f47cfe65fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0f0a7d5487b1863bcc957e356d60a50.setIcon(icon_4a5c0399b595ba942e19cfb182a4b4b4);
|
|
|
|
|
|
var marker_a57b5d50acbd804e130032d6c7f66622 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_deb1f4eadcb13f13af0ae66749762156 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_242c42fba67c9203bb1d184c3564ea9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df7a0c3a2e1c8cf6bb60f1b13b84d161 = $(`<div id="html_df7a0c3a2e1c8cf6bb60f1b13b84d161" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_242c42fba67c9203bb1d184c3564ea9a.setContent(html_df7a0c3a2e1c8cf6bb60f1b13b84d161);
|
|
|
|
|
|
|
|
marker_a57b5d50acbd804e130032d6c7f66622.bindPopup(popup_242c42fba67c9203bb1d184c3564ea9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a57b5d50acbd804e130032d6c7f66622.setIcon(icon_deb1f4eadcb13f13af0ae66749762156);
|
|
|
|
|
|
var marker_60c88a75e5ebe0636973897317aaba83 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_bbaa02655f391b3ecc2ab3cc99031b7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea5d30fb4dfa0bc1df6c40b111a4f810 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5196fb118f29e031632b266880c81a1f = $(`<div id="html_5196fb118f29e031632b266880c81a1f" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_ea5d30fb4dfa0bc1df6c40b111a4f810.setContent(html_5196fb118f29e031632b266880c81a1f);
|
|
|
|
|
|
|
|
marker_60c88a75e5ebe0636973897317aaba83.bindPopup(popup_ea5d30fb4dfa0bc1df6c40b111a4f810)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60c88a75e5ebe0636973897317aaba83.setIcon(icon_bbaa02655f391b3ecc2ab3cc99031b7f);
|
|
|
|
|
|
var marker_131b61ccf76f877d93626713835069b6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_6ffc8e4df487ce8944d41a28b4157db5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3399d169cc85d86e67e6414199d597ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4786ac10a9c925129897097223396d9d = $(`<div id="html_4786ac10a9c925129897097223396d9d" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_3399d169cc85d86e67e6414199d597ad.setContent(html_4786ac10a9c925129897097223396d9d);
|
|
|
|
|
|
|
|
marker_131b61ccf76f877d93626713835069b6.bindPopup(popup_3399d169cc85d86e67e6414199d597ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_131b61ccf76f877d93626713835069b6.setIcon(icon_6ffc8e4df487ce8944d41a28b4157db5);
|
|
|
|
|
|
var marker_3b97fe16f65e953b1c1c3e925a65a4a7 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_0a1ebbec9c1fc77fa509c54a0c9567dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c0b85ee69f42f6c2be34e2952c40c83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1d37dca1d23b29f4cdfb5201794a3e0 = $(`<div id="html_d1d37dca1d23b29f4cdfb5201794a3e0" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_5c0b85ee69f42f6c2be34e2952c40c83.setContent(html_d1d37dca1d23b29f4cdfb5201794a3e0);
|
|
|
|
|
|
|
|
marker_3b97fe16f65e953b1c1c3e925a65a4a7.bindPopup(popup_5c0b85ee69f42f6c2be34e2952c40c83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b97fe16f65e953b1c1c3e925a65a4a7.setIcon(icon_0a1ebbec9c1fc77fa509c54a0c9567dc);
|
|
|
|
|
|
var marker_ad522e5bafb4934e01283cba7f4c88e2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_29516ddbc3d5f1e3876c487dc7ec6610 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afb78b6d03b4feab4a3a34c4ed278dda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2c59ea0447a9a10ad7269e4c7304cd9 = $(`<div id="html_a2c59ea0447a9a10ad7269e4c7304cd9" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_afb78b6d03b4feab4a3a34c4ed278dda.setContent(html_a2c59ea0447a9a10ad7269e4c7304cd9);
|
|
|
|
|
|
|
|
marker_ad522e5bafb4934e01283cba7f4c88e2.bindPopup(popup_afb78b6d03b4feab4a3a34c4ed278dda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad522e5bafb4934e01283cba7f4c88e2.setIcon(icon_29516ddbc3d5f1e3876c487dc7ec6610);
|
|
|
|
|
|
var marker_d7799d3de215518c5cdd4ab0c2621c1c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_2247d70aac26a1907c91b9f84fcbe0fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffdede1e08a2c50a3d6edbb67a4250b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5af588dcbddea09dcf07f8d05f1c830 = $(`<div id="html_f5af588dcbddea09dcf07f8d05f1c830" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_ffdede1e08a2c50a3d6edbb67a4250b3.setContent(html_f5af588dcbddea09dcf07f8d05f1c830);
|
|
|
|
|
|
|
|
marker_d7799d3de215518c5cdd4ab0c2621c1c.bindPopup(popup_ffdede1e08a2c50a3d6edbb67a4250b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7799d3de215518c5cdd4ab0c2621c1c.setIcon(icon_2247d70aac26a1907c91b9f84fcbe0fa);
|
|
|
|
|
|
var marker_2171a4df50532adb3cf2cf5c19501ed3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_d42d7d00485598c079593227b8b877ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f9ee0db9a94d91d5405cae98d4d988b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adfb43bb02ee6230fd9a247a95c9b645 = $(`<div id="html_adfb43bb02ee6230fd9a247a95c9b645" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_0f9ee0db9a94d91d5405cae98d4d988b.setContent(html_adfb43bb02ee6230fd9a247a95c9b645);
|
|
|
|
|
|
|
|
marker_2171a4df50532adb3cf2cf5c19501ed3.bindPopup(popup_0f9ee0db9a94d91d5405cae98d4d988b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2171a4df50532adb3cf2cf5c19501ed3.setIcon(icon_d42d7d00485598c079593227b8b877ef);
|
|
|
|
|
|
var marker_e9594833141c91fb563247cdc09b9981 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_0c7594571994ab0cb88fcca24d00d7b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e402ff95819c5608220d8cd08a1a51e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_980acfd4f87fe80d75d14dec7bfcff06 = $(`<div id="html_980acfd4f87fe80d75d14dec7bfcff06" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_e402ff95819c5608220d8cd08a1a51e4.setContent(html_980acfd4f87fe80d75d14dec7bfcff06);
|
|
|
|
|
|
|
|
marker_e9594833141c91fb563247cdc09b9981.bindPopup(popup_e402ff95819c5608220d8cd08a1a51e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9594833141c91fb563247cdc09b9981.setIcon(icon_0c7594571994ab0cb88fcca24d00d7b9);
|
|
|
|
|
|
var marker_5afc0f9a55127693c833320c0524f510 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_83ff9420f3b6026756e1bad7d206a424 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9755a9e686b82a86973e94edba0d5000 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d32e26d6228a811865ada56b2f014e4 = $(`<div id="html_8d32e26d6228a811865ada56b2f014e4" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_9755a9e686b82a86973e94edba0d5000.setContent(html_8d32e26d6228a811865ada56b2f014e4);
|
|
|
|
|
|
|
|
marker_5afc0f9a55127693c833320c0524f510.bindPopup(popup_9755a9e686b82a86973e94edba0d5000)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5afc0f9a55127693c833320c0524f510.setIcon(icon_83ff9420f3b6026756e1bad7d206a424);
|
|
|
|
|
|
var marker_0c35a07dfddee620842393136c58d9be = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_ac44780d24b03eb7d45b557661978390 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d976aa38c88c9b7fce9f6f9e7a92d857 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_258dd5b822c384db4a49aa61ded42798 = $(`<div id="html_258dd5b822c384db4a49aa61ded42798" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_d976aa38c88c9b7fce9f6f9e7a92d857.setContent(html_258dd5b822c384db4a49aa61ded42798);
|
|
|
|
|
|
|
|
marker_0c35a07dfddee620842393136c58d9be.bindPopup(popup_d976aa38c88c9b7fce9f6f9e7a92d857)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c35a07dfddee620842393136c58d9be.setIcon(icon_ac44780d24b03eb7d45b557661978390);
|
|
|
|
|
|
var marker_be568044f699addfbc79e21f7fb85fd4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a36f031fd85c2939b59090765aef09db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a19413f62862412c887c133d8ac2d1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27ff76c7bc327f1bb6508ce2d1a3f539 = $(`<div id="html_27ff76c7bc327f1bb6508ce2d1a3f539" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_5a19413f62862412c887c133d8ac2d1f.setContent(html_27ff76c7bc327f1bb6508ce2d1a3f539);
|
|
|
|
|
|
|
|
marker_be568044f699addfbc79e21f7fb85fd4.bindPopup(popup_5a19413f62862412c887c133d8ac2d1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be568044f699addfbc79e21f7fb85fd4.setIcon(icon_a36f031fd85c2939b59090765aef09db);
|
|
|
|
|
|
var marker_b9eb8b190d799070cde9c4d4180b308a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_77d9e0dd99491697ea9d15d96de4c118 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03a47e58d8379aad86566b1400a3960b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1a48631d2ece85860ccc46e7cef2099 = $(`<div id="html_b1a48631d2ece85860ccc46e7cef2099" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_03a47e58d8379aad86566b1400a3960b.setContent(html_b1a48631d2ece85860ccc46e7cef2099);
|
|
|
|
|
|
|
|
marker_b9eb8b190d799070cde9c4d4180b308a.bindPopup(popup_03a47e58d8379aad86566b1400a3960b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9eb8b190d799070cde9c4d4180b308a.setIcon(icon_77d9e0dd99491697ea9d15d96de4c118);
|
|
|
|
|
|
var marker_e997dea8cb0e6fb22450ac0e8c55432e = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_4a0bc5242de03e024fc15e5229eb6b13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef2578c3d213f600edb0bbef5839ebd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b92316f113dea39b36c5bda2bf339aa0 = $(`<div id="html_b92316f113dea39b36c5bda2bf339aa0" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_ef2578c3d213f600edb0bbef5839ebd3.setContent(html_b92316f113dea39b36c5bda2bf339aa0);
|
|
|
|
|
|
|
|
marker_e997dea8cb0e6fb22450ac0e8c55432e.bindPopup(popup_ef2578c3d213f600edb0bbef5839ebd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e997dea8cb0e6fb22450ac0e8c55432e.setIcon(icon_4a0bc5242de03e024fc15e5229eb6b13);
|
|
|
|
|
|
var marker_5e2170d31256faaac7b2360bc6878463 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_99c2b5faf7cc9b0e74f84694f98dee6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dffea276c445981446b23f414ca7fed9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6137379d822b6cc716b60b366af825b6 = $(`<div id="html_6137379d822b6cc716b60b366af825b6" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_dffea276c445981446b23f414ca7fed9.setContent(html_6137379d822b6cc716b60b366af825b6);
|
|
|
|
|
|
|
|
marker_5e2170d31256faaac7b2360bc6878463.bindPopup(popup_dffea276c445981446b23f414ca7fed9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e2170d31256faaac7b2360bc6878463.setIcon(icon_99c2b5faf7cc9b0e74f84694f98dee6d);
|
|
|
|
|
|
var marker_e09672553ee5ec8beb6f390a2136288d = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_f4ed57931b680371ca016964d198b94a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da31b8ee029a6f78f233df2da16b2752 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09de98601494f1d9de95d3de8c1e073a = $(`<div id="html_09de98601494f1d9de95d3de8c1e073a" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_da31b8ee029a6f78f233df2da16b2752.setContent(html_09de98601494f1d9de95d3de8c1e073a);
|
|
|
|
|
|
|
|
marker_e09672553ee5ec8beb6f390a2136288d.bindPopup(popup_da31b8ee029a6f78f233df2da16b2752)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e09672553ee5ec8beb6f390a2136288d.setIcon(icon_f4ed57931b680371ca016964d198b94a);
|
|
|
|
|
|
var marker_8f46e988e220f116a66d79642cbf0a54 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_c69b012ee84b082b1d8354cb03685f35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d902c517129e2b52c609f8fd21b263fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9fbf11f2a85a022eedef08109a70eb5 = $(`<div id="html_c9fbf11f2a85a022eedef08109a70eb5" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_d902c517129e2b52c609f8fd21b263fe.setContent(html_c9fbf11f2a85a022eedef08109a70eb5);
|
|
|
|
|
|
|
|
marker_8f46e988e220f116a66d79642cbf0a54.bindPopup(popup_d902c517129e2b52c609f8fd21b263fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f46e988e220f116a66d79642cbf0a54.setIcon(icon_c69b012ee84b082b1d8354cb03685f35);
|
|
|
|
|
|
var marker_4871a71b60bca6e5668c42a27f6dc081 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_6dc924bf0457e75563c384d6eb41fe0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f66e9f952a3c4c394a08f2f3fd4dd83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_697e6f178e0b329790ac31fbb285fa32 = $(`<div id="html_697e6f178e0b329790ac31fbb285fa32" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_2f66e9f952a3c4c394a08f2f3fd4dd83.setContent(html_697e6f178e0b329790ac31fbb285fa32);
|
|
|
|
|
|
|
|
marker_4871a71b60bca6e5668c42a27f6dc081.bindPopup(popup_2f66e9f952a3c4c394a08f2f3fd4dd83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4871a71b60bca6e5668c42a27f6dc081.setIcon(icon_6dc924bf0457e75563c384d6eb41fe0c);
|
|
|
|
|
|
var marker_e6b2c00731f1197d99f4230c18a35085 = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_262a9cfba7b0eeac77bd246484fd9f30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91c22278451e45f45af380ee47b6a0ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5738e1bde58f89eddb50e6ef1e4aacd0 = $(`<div id="html_5738e1bde58f89eddb50e6ef1e4aacd0" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_91c22278451e45f45af380ee47b6a0ff.setContent(html_5738e1bde58f89eddb50e6ef1e4aacd0);
|
|
|
|
|
|
|
|
marker_e6b2c00731f1197d99f4230c18a35085.bindPopup(popup_91c22278451e45f45af380ee47b6a0ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6b2c00731f1197d99f4230c18a35085.setIcon(icon_262a9cfba7b0eeac77bd246484fd9f30);
|
|
|
|
|
|
var marker_142960f842d5ef9a540ef1902254965c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_52f2310bcda9e041ec8525784a38b69d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f87a6ffe4dc9576084ae8fef538a0e54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd4145a2d8e95d11f4923731096d961a = $(`<div id="html_cd4145a2d8e95d11f4923731096d961a" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_f87a6ffe4dc9576084ae8fef538a0e54.setContent(html_cd4145a2d8e95d11f4923731096d961a);
|
|
|
|
|
|
|
|
marker_142960f842d5ef9a540ef1902254965c.bindPopup(popup_f87a6ffe4dc9576084ae8fef538a0e54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_142960f842d5ef9a540ef1902254965c.setIcon(icon_52f2310bcda9e041ec8525784a38b69d);
|
|
|
|
|
|
var marker_edef6f10b25f5ac51ee35ab49bb8a48e = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_56f6dbe04deede3e80cd222bd85717a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ed66bce9b60502bcfc689207edd1d95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87cffd0df2cd96919ceb3a1f20790530 = $(`<div id="html_87cffd0df2cd96919ceb3a1f20790530" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_1ed66bce9b60502bcfc689207edd1d95.setContent(html_87cffd0df2cd96919ceb3a1f20790530);
|
|
|
|
|
|
|
|
marker_edef6f10b25f5ac51ee35ab49bb8a48e.bindPopup(popup_1ed66bce9b60502bcfc689207edd1d95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edef6f10b25f5ac51ee35ab49bb8a48e.setIcon(icon_56f6dbe04deede3e80cd222bd85717a8);
|
|
|
|
|
|
var marker_bf0e2bdb195cc5d04551c93b9033e5ad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_13fc3bbc19cc48f750abd3847bcf03fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_248e7ad77c39a30cbe65095960ba1c3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f5aa068681f6ccb78be60ad93763914 = $(`<div id="html_2f5aa068681f6ccb78be60ad93763914" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_248e7ad77c39a30cbe65095960ba1c3c.setContent(html_2f5aa068681f6ccb78be60ad93763914);
|
|
|
|
|
|
|
|
marker_bf0e2bdb195cc5d04551c93b9033e5ad.bindPopup(popup_248e7ad77c39a30cbe65095960ba1c3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf0e2bdb195cc5d04551c93b9033e5ad.setIcon(icon_13fc3bbc19cc48f750abd3847bcf03fa);
|
|
|
|
|
|
var marker_ed1e05d097f51af63b87eb7cc713a329 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_9f80d9492b9da41f58e4604a38e555b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e3fe91ac56788eb84305abddf6bee46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3076596ddad4497a53886a6a4a07d4ed = $(`<div id="html_3076596ddad4497a53886a6a4a07d4ed" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_7e3fe91ac56788eb84305abddf6bee46.setContent(html_3076596ddad4497a53886a6a4a07d4ed);
|
|
|
|
|
|
|
|
marker_ed1e05d097f51af63b87eb7cc713a329.bindPopup(popup_7e3fe91ac56788eb84305abddf6bee46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed1e05d097f51af63b87eb7cc713a329.setIcon(icon_9f80d9492b9da41f58e4604a38e555b3);
|
|
|
|
|
|
var marker_001f2356a994db852897617cad269d1a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_50b0f4de30203c13a1a110a867130898 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_181338df047ca51ae2f7005930def54a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53c7d7fbaf359c49c89a1c4a685e6200 = $(`<div id="html_53c7d7fbaf359c49c89a1c4a685e6200" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_181338df047ca51ae2f7005930def54a.setContent(html_53c7d7fbaf359c49c89a1c4a685e6200);
|
|
|
|
|
|
|
|
marker_001f2356a994db852897617cad269d1a.bindPopup(popup_181338df047ca51ae2f7005930def54a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_001f2356a994db852897617cad269d1a.setIcon(icon_50b0f4de30203c13a1a110a867130898);
|
|
|
|
|
|
var marker_2728c803d4a0df960aceb440b567a64b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_42e59d8190240df98abae8f191dbdf72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e25595436560ee99894e614b61dc9f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64e5c8dd9dd40ff0962285d15ed74c7f = $(`<div id="html_64e5c8dd9dd40ff0962285d15ed74c7f" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_1e25595436560ee99894e614b61dc9f5.setContent(html_64e5c8dd9dd40ff0962285d15ed74c7f);
|
|
|
|
|
|
|
|
marker_2728c803d4a0df960aceb440b567a64b.bindPopup(popup_1e25595436560ee99894e614b61dc9f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2728c803d4a0df960aceb440b567a64b.setIcon(icon_42e59d8190240df98abae8f191dbdf72);
|
|
|
|
|
|
var marker_438061b806d5951c7e8ce69629cb4931 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_cff43d7bf7d220b8002eebbaa3bbde19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e7280461e26be6be4b57d5df7e355df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8d452fdd57bfea14d68439a31a4c4f0 = $(`<div id="html_f8d452fdd57bfea14d68439a31a4c4f0" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_1e7280461e26be6be4b57d5df7e355df.setContent(html_f8d452fdd57bfea14d68439a31a4c4f0);
|
|
|
|
|
|
|
|
marker_438061b806d5951c7e8ce69629cb4931.bindPopup(popup_1e7280461e26be6be4b57d5df7e355df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_438061b806d5951c7e8ce69629cb4931.setIcon(icon_cff43d7bf7d220b8002eebbaa3bbde19);
|
|
|
|
|
|
var marker_da4e3ed5a0221006dfb87d3334133fd9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_9cfaa6a69b11ed38e70853aa5900bc9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cf1f254f6bd85ef4681a33b1187b210 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8fc86d9eb207c5c4ab794bb915d9cae = $(`<div id="html_a8fc86d9eb207c5c4ab794bb915d9cae" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_4cf1f254f6bd85ef4681a33b1187b210.setContent(html_a8fc86d9eb207c5c4ab794bb915d9cae);
|
|
|
|
|
|
|
|
marker_da4e3ed5a0221006dfb87d3334133fd9.bindPopup(popup_4cf1f254f6bd85ef4681a33b1187b210)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da4e3ed5a0221006dfb87d3334133fd9.setIcon(icon_9cfaa6a69b11ed38e70853aa5900bc9f);
|
|
|
|
|
|
var marker_c330cb969b43e030f9fc822b84a428b1 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_347ee5ac9399b906a9380eff16c168ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c558f6adcf892116b80987255345e1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_229f80b2d85077ca6cefbc50cb099aad = $(`<div id="html_229f80b2d85077ca6cefbc50cb099aad" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_7c558f6adcf892116b80987255345e1b.setContent(html_229f80b2d85077ca6cefbc50cb099aad);
|
|
|
|
|
|
|
|
marker_c330cb969b43e030f9fc822b84a428b1.bindPopup(popup_7c558f6adcf892116b80987255345e1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c330cb969b43e030f9fc822b84a428b1.setIcon(icon_347ee5ac9399b906a9380eff16c168ee);
|
|
|
|
|
|
var marker_76110c515c91d2e60135d8c271294bc8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_8ab8ca72ed07f3b8d2e9cc9b57a73deb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a68930b96ec64a29143af911b70b2e80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c7b528d3bace4b8c0f4d1ca88075c34 = $(`<div id="html_8c7b528d3bace4b8c0f4d1ca88075c34" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_a68930b96ec64a29143af911b70b2e80.setContent(html_8c7b528d3bace4b8c0f4d1ca88075c34);
|
|
|
|
|
|
|
|
marker_76110c515c91d2e60135d8c271294bc8.bindPopup(popup_a68930b96ec64a29143af911b70b2e80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76110c515c91d2e60135d8c271294bc8.setIcon(icon_8ab8ca72ed07f3b8d2e9cc9b57a73deb);
|
|
|
|
|
|
var marker_9fdcd58bc04f62a5526b66de214c4b2e = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_3c91b65d9051ac5b9c5eccb5f6158195 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ec6f3061885ee59783dc9cec157fc5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68cff90e7684da5ef27259cfa48c26ac = $(`<div id="html_68cff90e7684da5ef27259cfa48c26ac" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_3ec6f3061885ee59783dc9cec157fc5f.setContent(html_68cff90e7684da5ef27259cfa48c26ac);
|
|
|
|
|
|
|
|
marker_9fdcd58bc04f62a5526b66de214c4b2e.bindPopup(popup_3ec6f3061885ee59783dc9cec157fc5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fdcd58bc04f62a5526b66de214c4b2e.setIcon(icon_3c91b65d9051ac5b9c5eccb5f6158195);
|
|
|
|
|
|
var marker_db5859fac951aab706259c8025831ae5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a7adf528081650604c6063b3b4d64cce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc89b7b8f6bd75d49ed80ad10682a289 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c67fa0db7680aa2f748e1ee6a62c690 = $(`<div id="html_8c67fa0db7680aa2f748e1ee6a62c690" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_fc89b7b8f6bd75d49ed80ad10682a289.setContent(html_8c67fa0db7680aa2f748e1ee6a62c690);
|
|
|
|
|
|
|
|
marker_db5859fac951aab706259c8025831ae5.bindPopup(popup_fc89b7b8f6bd75d49ed80ad10682a289)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db5859fac951aab706259c8025831ae5.setIcon(icon_a7adf528081650604c6063b3b4d64cce);
|
|
|
|
|
|
var marker_f9385a153d748ebc89cee6c37d58305a = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a0e695abe33d427d3e3daabb05bd5891 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_344afc4148c216b29c2a2ed218e4b360 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6862cdc52a323c8f2c6e7f348adf0713 = $(`<div id="html_6862cdc52a323c8f2c6e7f348adf0713" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_344afc4148c216b29c2a2ed218e4b360.setContent(html_6862cdc52a323c8f2c6e7f348adf0713);
|
|
|
|
|
|
|
|
marker_f9385a153d748ebc89cee6c37d58305a.bindPopup(popup_344afc4148c216b29c2a2ed218e4b360)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9385a153d748ebc89cee6c37d58305a.setIcon(icon_a0e695abe33d427d3e3daabb05bd5891);
|
|
|
|
|
|
var marker_dc8771e2120c35d507bce52ffdb12375 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_96e66d6ddf2a13d56f7ec4cc9b4434f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ea1361dd86c8fc6a7397cf87d208f17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60403f435e733fac98d65488d67ff649 = $(`<div id="html_60403f435e733fac98d65488d67ff649" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_3ea1361dd86c8fc6a7397cf87d208f17.setContent(html_60403f435e733fac98d65488d67ff649);
|
|
|
|
|
|
|
|
marker_dc8771e2120c35d507bce52ffdb12375.bindPopup(popup_3ea1361dd86c8fc6a7397cf87d208f17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc8771e2120c35d507bce52ffdb12375.setIcon(icon_96e66d6ddf2a13d56f7ec4cc9b4434f9);
|
|
|
|
|
|
var marker_02b7d7deba4aad53ed719c818a1adfda = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_1355d8deb723de917dde5d838dd09c98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53436a309673fc516ab9f7595217d1bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba003544da876dd338f4729f4bcc1881 = $(`<div id="html_ba003544da876dd338f4729f4bcc1881" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_53436a309673fc516ab9f7595217d1bf.setContent(html_ba003544da876dd338f4729f4bcc1881);
|
|
|
|
|
|
|
|
marker_02b7d7deba4aad53ed719c818a1adfda.bindPopup(popup_53436a309673fc516ab9f7595217d1bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02b7d7deba4aad53ed719c818a1adfda.setIcon(icon_1355d8deb723de917dde5d838dd09c98);
|
|
|
|
|
|
var marker_0e297cd03df95ec1f62fb89443342e94 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_47670d85d5ac31fa646d3a9e5994e1bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc3c1266ad5e7c20db681a350e0ca2de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51394f6578a9b08fc74baa41bd76ddcd = $(`<div id="html_51394f6578a9b08fc74baa41bd76ddcd" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_bc3c1266ad5e7c20db681a350e0ca2de.setContent(html_51394f6578a9b08fc74baa41bd76ddcd);
|
|
|
|
|
|
|
|
marker_0e297cd03df95ec1f62fb89443342e94.bindPopup(popup_bc3c1266ad5e7c20db681a350e0ca2de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e297cd03df95ec1f62fb89443342e94.setIcon(icon_47670d85d5ac31fa646d3a9e5994e1bd);
|
|
|
|
|
|
var marker_043b99526103eaac84b41b26a61e26d4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_15c9f122c6b3042d4aafde4101ea46c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_607df5e3a9d61cc9e0dbfd1ab1534dee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97fca40bafae064190734db6159ce049 = $(`<div id="html_97fca40bafae064190734db6159ce049" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_607df5e3a9d61cc9e0dbfd1ab1534dee.setContent(html_97fca40bafae064190734db6159ce049);
|
|
|
|
|
|
|
|
marker_043b99526103eaac84b41b26a61e26d4.bindPopup(popup_607df5e3a9d61cc9e0dbfd1ab1534dee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_043b99526103eaac84b41b26a61e26d4.setIcon(icon_15c9f122c6b3042d4aafde4101ea46c5);
|
|
|
|
|
|
var marker_c4cbe2af05b6d58b0ceefe13c444d716 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_b13b0866a1a40fecd74ee31208001d8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6eec0089a73da671e71fcc87973c3043 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_233a50236f40cbe9395413138d3e486d = $(`<div id="html_233a50236f40cbe9395413138d3e486d" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_6eec0089a73da671e71fcc87973c3043.setContent(html_233a50236f40cbe9395413138d3e486d);
|
|
|
|
|
|
|
|
marker_c4cbe2af05b6d58b0ceefe13c444d716.bindPopup(popup_6eec0089a73da671e71fcc87973c3043)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4cbe2af05b6d58b0ceefe13c444d716.setIcon(icon_b13b0866a1a40fecd74ee31208001d8b);
|
|
|
|
|
|
var marker_a1070576e63bc5c4a2b089e673c81370 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_ae97b0b39a0ae84b90cbcbd112251b6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9f04b35a9184a1d5a0435031c2a8e83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecfec65540b4c6a8cccb86497a126da1 = $(`<div id="html_ecfec65540b4c6a8cccb86497a126da1" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_e9f04b35a9184a1d5a0435031c2a8e83.setContent(html_ecfec65540b4c6a8cccb86497a126da1);
|
|
|
|
|
|
|
|
marker_a1070576e63bc5c4a2b089e673c81370.bindPopup(popup_e9f04b35a9184a1d5a0435031c2a8e83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1070576e63bc5c4a2b089e673c81370.setIcon(icon_ae97b0b39a0ae84b90cbcbd112251b6a);
|
|
|
|
|
|
var marker_ece7d77dc8b059cc076802b3e798493d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_11ff76f44967e07f6f0cb937f3743b1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66340be07fd3a539ace83b951c4cb103 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ec14cb69343fe8dcddb50c435b195a5 = $(`<div id="html_4ec14cb69343fe8dcddb50c435b195a5" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_66340be07fd3a539ace83b951c4cb103.setContent(html_4ec14cb69343fe8dcddb50c435b195a5);
|
|
|
|
|
|
|
|
marker_ece7d77dc8b059cc076802b3e798493d.bindPopup(popup_66340be07fd3a539ace83b951c4cb103)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ece7d77dc8b059cc076802b3e798493d.setIcon(icon_11ff76f44967e07f6f0cb937f3743b1c);
|
|
|
|
|
|
var marker_d5b89c6a7496803e90a91038bbdbd474 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_049ded94f3b5f502e0b43266ef251bc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da405f9f9a211a4d3f5061270bb2e357 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb147e2b5df18e4b56b61132669b3e64 = $(`<div id="html_cb147e2b5df18e4b56b61132669b3e64" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_da405f9f9a211a4d3f5061270bb2e357.setContent(html_cb147e2b5df18e4b56b61132669b3e64);
|
|
|
|
|
|
|
|
marker_d5b89c6a7496803e90a91038bbdbd474.bindPopup(popup_da405f9f9a211a4d3f5061270bb2e357)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5b89c6a7496803e90a91038bbdbd474.setIcon(icon_049ded94f3b5f502e0b43266ef251bc0);
|
|
|
|
|
|
var marker_dd6ed91cbb79e037311e1fd8b788106f = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_f66520c4b439bcc957d62584f1c083cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cad8c6b9203b30a428ff5d90daaabeba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3f1273ad8b8b0f9fb7aaee51ac2bc5a = $(`<div id="html_c3f1273ad8b8b0f9fb7aaee51ac2bc5a" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_cad8c6b9203b30a428ff5d90daaabeba.setContent(html_c3f1273ad8b8b0f9fb7aaee51ac2bc5a);
|
|
|
|
|
|
|
|
marker_dd6ed91cbb79e037311e1fd8b788106f.bindPopup(popup_cad8c6b9203b30a428ff5d90daaabeba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd6ed91cbb79e037311e1fd8b788106f.setIcon(icon_f66520c4b439bcc957d62584f1c083cb);
|
|
|
|
|
|
var marker_b53a6f98889d80369846c150fe166bb5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_b8dc007d581c4b684d9dc0aa8a535c40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8022ad17823c24191867e180b3901bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4aece82b4df18a27d076160097e9643 = $(`<div id="html_a4aece82b4df18a27d076160097e9643" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_a8022ad17823c24191867e180b3901bd.setContent(html_a4aece82b4df18a27d076160097e9643);
|
|
|
|
|
|
|
|
marker_b53a6f98889d80369846c150fe166bb5.bindPopup(popup_a8022ad17823c24191867e180b3901bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b53a6f98889d80369846c150fe166bb5.setIcon(icon_b8dc007d581c4b684d9dc0aa8a535c40);
|
|
|
|
|
|
var marker_4b9fd1ed33a9dd21e4a53090f318097a = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a1ed98f51401c5186caaac32aa05684d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e0a9821cb246ce3066b022f276b4de8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddc69bfdc69c01a63a1206ede0f6a69a = $(`<div id="html_ddc69bfdc69c01a63a1206ede0f6a69a" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_5e0a9821cb246ce3066b022f276b4de8.setContent(html_ddc69bfdc69c01a63a1206ede0f6a69a);
|
|
|
|
|
|
|
|
marker_4b9fd1ed33a9dd21e4a53090f318097a.bindPopup(popup_5e0a9821cb246ce3066b022f276b4de8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b9fd1ed33a9dd21e4a53090f318097a.setIcon(icon_a1ed98f51401c5186caaac32aa05684d);
|
|
|
|
|
|
var marker_581569d0f708b35df438787a47454b5e = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_2919ecb1e8a77d10dc69562585b57727 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_189f757852c07d806968da46b6bafc9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_147d1389cff7331b186dc834568bcd72 = $(`<div id="html_147d1389cff7331b186dc834568bcd72" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_189f757852c07d806968da46b6bafc9d.setContent(html_147d1389cff7331b186dc834568bcd72);
|
|
|
|
|
|
|
|
marker_581569d0f708b35df438787a47454b5e.bindPopup(popup_189f757852c07d806968da46b6bafc9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_581569d0f708b35df438787a47454b5e.setIcon(icon_2919ecb1e8a77d10dc69562585b57727);
|
|
|
|
|
|
var marker_fb821767974d56d8b5326dd1a0600026 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_0c869d6ef6d11b3e71a2c31e531f69f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b36499c3ae753d0409048723c0cfd402 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_385d1a90c666afdd2b9afab12b683e77 = $(`<div id="html_385d1a90c666afdd2b9afab12b683e77" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_b36499c3ae753d0409048723c0cfd402.setContent(html_385d1a90c666afdd2b9afab12b683e77);
|
|
|
|
|
|
|
|
marker_fb821767974d56d8b5326dd1a0600026.bindPopup(popup_b36499c3ae753d0409048723c0cfd402)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb821767974d56d8b5326dd1a0600026.setIcon(icon_0c869d6ef6d11b3e71a2c31e531f69f5);
|
|
|
|
|
|
var marker_e12654e994dbf679e6e243f472683c60 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_00b909af60babc494a12632656f38192 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05051cbc5f789a255d9ad0351c3add3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bebc36a49a84c7f3fdf6d5f4f12ccfe = $(`<div id="html_9bebc36a49a84c7f3fdf6d5f4f12ccfe" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_05051cbc5f789a255d9ad0351c3add3a.setContent(html_9bebc36a49a84c7f3fdf6d5f4f12ccfe);
|
|
|
|
|
|
|
|
marker_e12654e994dbf679e6e243f472683c60.bindPopup(popup_05051cbc5f789a255d9ad0351c3add3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e12654e994dbf679e6e243f472683c60.setIcon(icon_00b909af60babc494a12632656f38192);
|
|
|
|
|
|
var marker_571d4a3e96b2ed0e25925192ac8bdbf6 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_5efb394d73ebd0f84444a9ef38a7e636 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d353010e70353d595cb96c19f056a72e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecd90264149baa130a05b74b61e85015 = $(`<div id="html_ecd90264149baa130a05b74b61e85015" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_d353010e70353d595cb96c19f056a72e.setContent(html_ecd90264149baa130a05b74b61e85015);
|
|
|
|
|
|
|
|
marker_571d4a3e96b2ed0e25925192ac8bdbf6.bindPopup(popup_d353010e70353d595cb96c19f056a72e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_571d4a3e96b2ed0e25925192ac8bdbf6.setIcon(icon_5efb394d73ebd0f84444a9ef38a7e636);
|
|
|
|
|
|
var marker_201f40fd4b1abfb6c3641a76cc1ee01f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_2bd8604a44cf4aca0f954363b556d3ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78e5029e52b14e350fb101cf33d32a55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e6cdfa43b7ab97a369221cbb1e8ee0e = $(`<div id="html_8e6cdfa43b7ab97a369221cbb1e8ee0e" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_78e5029e52b14e350fb101cf33d32a55.setContent(html_8e6cdfa43b7ab97a369221cbb1e8ee0e);
|
|
|
|
|
|
|
|
marker_201f40fd4b1abfb6c3641a76cc1ee01f.bindPopup(popup_78e5029e52b14e350fb101cf33d32a55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_201f40fd4b1abfb6c3641a76cc1ee01f.setIcon(icon_2bd8604a44cf4aca0f954363b556d3ea);
|
|
|
|
|
|
var marker_d5f54c6c57baf020b6cd98222a877209 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_4d303255ed2dbad38d8a6711824e2358 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9daca5c6f983fa1cd2b37d9c2dabf304 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1d8500fa884646df7f9ca01a49c8165 = $(`<div id="html_b1d8500fa884646df7f9ca01a49c8165" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_9daca5c6f983fa1cd2b37d9c2dabf304.setContent(html_b1d8500fa884646df7f9ca01a49c8165);
|
|
|
|
|
|
|
|
marker_d5f54c6c57baf020b6cd98222a877209.bindPopup(popup_9daca5c6f983fa1cd2b37d9c2dabf304)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5f54c6c57baf020b6cd98222a877209.setIcon(icon_4d303255ed2dbad38d8a6711824e2358);
|
|
|
|
|
|
var marker_b43ae1442aa65ce08b9ed8ae9f3ddf1b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_d0078b3dab32be574cf1c6c86d961640 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5dd1be0d81974a57d7c86c123b7f48b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be0afe84b749a03609d3e162871f4ff7 = $(`<div id="html_be0afe84b749a03609d3e162871f4ff7" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_a5dd1be0d81974a57d7c86c123b7f48b.setContent(html_be0afe84b749a03609d3e162871f4ff7);
|
|
|
|
|
|
|
|
marker_b43ae1442aa65ce08b9ed8ae9f3ddf1b.bindPopup(popup_a5dd1be0d81974a57d7c86c123b7f48b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b43ae1442aa65ce08b9ed8ae9f3ddf1b.setIcon(icon_d0078b3dab32be574cf1c6c86d961640);
|
|
|
|
|
|
var marker_de9e3df01ec529bf0472a54a6582931f = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_dc7ae45641d6e298164207181bf2ea60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d785ac0f195c70722ecfbc143634507 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fcfb95a0c8203e9e792fa7a63718100 = $(`<div id="html_4fcfb95a0c8203e9e792fa7a63718100" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_8d785ac0f195c70722ecfbc143634507.setContent(html_4fcfb95a0c8203e9e792fa7a63718100);
|
|
|
|
|
|
|
|
marker_de9e3df01ec529bf0472a54a6582931f.bindPopup(popup_8d785ac0f195c70722ecfbc143634507)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de9e3df01ec529bf0472a54a6582931f.setIcon(icon_dc7ae45641d6e298164207181bf2ea60);
|
|
|
|
|
|
var marker_33758b409b5a7cd2145089f121d3246f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_425c1cce5ab682703c66e64bcdd58b24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_011885ab020ef5256f6167f07e2adcb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22791b448882db3469b32a070d2a2461 = $(`<div id="html_22791b448882db3469b32a070d2a2461" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_011885ab020ef5256f6167f07e2adcb8.setContent(html_22791b448882db3469b32a070d2a2461);
|
|
|
|
|
|
|
|
marker_33758b409b5a7cd2145089f121d3246f.bindPopup(popup_011885ab020ef5256f6167f07e2adcb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33758b409b5a7cd2145089f121d3246f.setIcon(icon_425c1cce5ab682703c66e64bcdd58b24);
|
|
|
|
|
|
var marker_10de5372f23dbdf0744a860aa99f7e23 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_95d37a47c95981175b0286dc1272caa2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66f1d1afe94d71bcd0095be476515277 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9041d5e0f4ca9288f999248afefa9f4e = $(`<div id="html_9041d5e0f4ca9288f999248afefa9f4e" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_66f1d1afe94d71bcd0095be476515277.setContent(html_9041d5e0f4ca9288f999248afefa9f4e);
|
|
|
|
|
|
|
|
marker_10de5372f23dbdf0744a860aa99f7e23.bindPopup(popup_66f1d1afe94d71bcd0095be476515277)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10de5372f23dbdf0744a860aa99f7e23.setIcon(icon_95d37a47c95981175b0286dc1272caa2);
|
|
|
|
|
|
var marker_1b957b61f7d0014ce4c9dae60215e99a = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_db58feeca2b8206bddb4f52f3c488bed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eba61361e5950e788a690a4629de3b3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a891e66fa4e8abbb6e9529f35072140 = $(`<div id="html_6a891e66fa4e8abbb6e9529f35072140" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_eba61361e5950e788a690a4629de3b3f.setContent(html_6a891e66fa4e8abbb6e9529f35072140);
|
|
|
|
|
|
|
|
marker_1b957b61f7d0014ce4c9dae60215e99a.bindPopup(popup_eba61361e5950e788a690a4629de3b3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b957b61f7d0014ce4c9dae60215e99a.setIcon(icon_db58feeca2b8206bddb4f52f3c488bed);
|
|
|
|
|
|
var marker_290b22c4f23e5432edecdfc46dc7bcbd = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_8fb0d6491b2bb3b052fa8bfd5c358b0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a535087cbf6390e63b8f201f03c100b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02195f67bdece3ade54631725278b4eb = $(`<div id="html_02195f67bdece3ade54631725278b4eb" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_5a535087cbf6390e63b8f201f03c100b.setContent(html_02195f67bdece3ade54631725278b4eb);
|
|
|
|
|
|
|
|
marker_290b22c4f23e5432edecdfc46dc7bcbd.bindPopup(popup_5a535087cbf6390e63b8f201f03c100b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_290b22c4f23e5432edecdfc46dc7bcbd.setIcon(icon_8fb0d6491b2bb3b052fa8bfd5c358b0a);
|
|
|
|
|
|
var marker_8013ae07922e2abe20d77d6aa8cce820 = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_bd1a336aee278740c579c2f60fd4afd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_effbef353cdb137cb3cfa5180271dfba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8d798ed06de6c5a79116b9e575f659c = $(`<div id="html_a8d798ed06de6c5a79116b9e575f659c" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_effbef353cdb137cb3cfa5180271dfba.setContent(html_a8d798ed06de6c5a79116b9e575f659c);
|
|
|
|
|
|
|
|
marker_8013ae07922e2abe20d77d6aa8cce820.bindPopup(popup_effbef353cdb137cb3cfa5180271dfba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8013ae07922e2abe20d77d6aa8cce820.setIcon(icon_bd1a336aee278740c579c2f60fd4afd6);
|
|
|
|
|
|
var marker_52794228ee3708d660db8ec6db4fd8c2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_ea58433c51263c8d29f53169d2b57b46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b53fcf7387ed7a32a5edb7b5c2704eee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24625a5cd23b6c534778a98af2752fc5 = $(`<div id="html_24625a5cd23b6c534778a98af2752fc5" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_b53fcf7387ed7a32a5edb7b5c2704eee.setContent(html_24625a5cd23b6c534778a98af2752fc5);
|
|
|
|
|
|
|
|
marker_52794228ee3708d660db8ec6db4fd8c2.bindPopup(popup_b53fcf7387ed7a32a5edb7b5c2704eee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52794228ee3708d660db8ec6db4fd8c2.setIcon(icon_ea58433c51263c8d29f53169d2b57b46);
|
|
|
|
|
|
var marker_74dc61c89677f9b73f428112454ef8ec = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_768ce33a39c4544da199e6d857319fec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1af73b63de6a0190dffb4bd43e460647 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f98499a64b5412dab6c7431e98d3f61a = $(`<div id="html_f98499a64b5412dab6c7431e98d3f61a" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_1af73b63de6a0190dffb4bd43e460647.setContent(html_f98499a64b5412dab6c7431e98d3f61a);
|
|
|
|
|
|
|
|
marker_74dc61c89677f9b73f428112454ef8ec.bindPopup(popup_1af73b63de6a0190dffb4bd43e460647)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74dc61c89677f9b73f428112454ef8ec.setIcon(icon_768ce33a39c4544da199e6d857319fec);
|
|
|
|
|
|
var marker_635194d65aa20a0c90ff0751c0debd3f = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_48a02897158e707b2cc36f1807ab4056 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f93da9398d1c18c042920c6f3ae5e120 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_711af945ec05878edfd585626be21463 = $(`<div id="html_711af945ec05878edfd585626be21463" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_f93da9398d1c18c042920c6f3ae5e120.setContent(html_711af945ec05878edfd585626be21463);
|
|
|
|
|
|
|
|
marker_635194d65aa20a0c90ff0751c0debd3f.bindPopup(popup_f93da9398d1c18c042920c6f3ae5e120)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_635194d65aa20a0c90ff0751c0debd3f.setIcon(icon_48a02897158e707b2cc36f1807ab4056);
|
|
|
|
|
|
var marker_2bfdc5cf5685b73904a3377cab894a91 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_59582cc29b5f80e501ac2bd61cb2b36d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27a2f235fcba682a355b811f80123674 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7dddda46e3aec9140f5b37816a968774 = $(`<div id="html_7dddda46e3aec9140f5b37816a968774" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_27a2f235fcba682a355b811f80123674.setContent(html_7dddda46e3aec9140f5b37816a968774);
|
|
|
|
|
|
|
|
marker_2bfdc5cf5685b73904a3377cab894a91.bindPopup(popup_27a2f235fcba682a355b811f80123674)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bfdc5cf5685b73904a3377cab894a91.setIcon(icon_59582cc29b5f80e501ac2bd61cb2b36d);
|
|
|
|
|
|
var marker_badf9f382c80d43c432a243e478e5575 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a3132ad278ea99459f588997591b8521 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d427e4547369bcfd888f4b2b45744de4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f10e5558403331ecec8236bf2f07a830 = $(`<div id="html_f10e5558403331ecec8236bf2f07a830" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_d427e4547369bcfd888f4b2b45744de4.setContent(html_f10e5558403331ecec8236bf2f07a830);
|
|
|
|
|
|
|
|
marker_badf9f382c80d43c432a243e478e5575.bindPopup(popup_d427e4547369bcfd888f4b2b45744de4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_badf9f382c80d43c432a243e478e5575.setIcon(icon_a3132ad278ea99459f588997591b8521);
|
|
|
|
|
|
var marker_8a3aaf39f0b840efcf74580fe28bf8f4 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_1bd03866238516f2613652919f1b9b4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4834bd4ad8b23ee1a9b0d0fc86f2c2f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdc06698587fcc0c60c64d73c5b730cc = $(`<div id="html_fdc06698587fcc0c60c64d73c5b730cc" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_4834bd4ad8b23ee1a9b0d0fc86f2c2f2.setContent(html_fdc06698587fcc0c60c64d73c5b730cc);
|
|
|
|
|
|
|
|
marker_8a3aaf39f0b840efcf74580fe28bf8f4.bindPopup(popup_4834bd4ad8b23ee1a9b0d0fc86f2c2f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a3aaf39f0b840efcf74580fe28bf8f4.setIcon(icon_1bd03866238516f2613652919f1b9b4d);
|
|
|
|
|
|
var marker_2a12da077bfcb17916ed76333cb1d46c = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a5d827d28a863c7194cc570393fc1b84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b2f8eabc978e43ba5f9f312c8c271e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40af8fecc87207aea14d0521cd546be7 = $(`<div id="html_40af8fecc87207aea14d0521cd546be7" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_8b2f8eabc978e43ba5f9f312c8c271e1.setContent(html_40af8fecc87207aea14d0521cd546be7);
|
|
|
|
|
|
|
|
marker_2a12da077bfcb17916ed76333cb1d46c.bindPopup(popup_8b2f8eabc978e43ba5f9f312c8c271e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a12da077bfcb17916ed76333cb1d46c.setIcon(icon_a5d827d28a863c7194cc570393fc1b84);
|
|
|
|
|
|
var marker_e08cbbf328a6095a487a854d66f5ef94 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_e9298e7a681399665f105bea422d1bb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b869d91fc77454c5f6a913d380854d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebd46db693a4aac0f402e5bb354549f7 = $(`<div id="html_ebd46db693a4aac0f402e5bb354549f7" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_7b869d91fc77454c5f6a913d380854d1.setContent(html_ebd46db693a4aac0f402e5bb354549f7);
|
|
|
|
|
|
|
|
marker_e08cbbf328a6095a487a854d66f5ef94.bindPopup(popup_7b869d91fc77454c5f6a913d380854d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e08cbbf328a6095a487a854d66f5ef94.setIcon(icon_e9298e7a681399665f105bea422d1bb1);
|
|
|
|
|
|
var marker_61161257a51a1498308a6ebca1f61f71 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_3eacfb03ce371b0ab81f321aae7170a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9faeab38a7bce87b55d66476bd2d9354 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_444a4fa3dfec461f81cc7efd5aed1a28 = $(`<div id="html_444a4fa3dfec461f81cc7efd5aed1a28" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_9faeab38a7bce87b55d66476bd2d9354.setContent(html_444a4fa3dfec461f81cc7efd5aed1a28);
|
|
|
|
|
|
|
|
marker_61161257a51a1498308a6ebca1f61f71.bindPopup(popup_9faeab38a7bce87b55d66476bd2d9354)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61161257a51a1498308a6ebca1f61f71.setIcon(icon_3eacfb03ce371b0ab81f321aae7170a2);
|
|
|
|
|
|
var marker_91c56891f0bc8c3062dd30c346dbc457 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_e4ed1bfd5a1bf9c79297c116a52afc4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a77c8abe35e6eae7aa5a78cb934e923 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29d20ff2d86925023f92ef27c1b0d873 = $(`<div id="html_29d20ff2d86925023f92ef27c1b0d873" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_5a77c8abe35e6eae7aa5a78cb934e923.setContent(html_29d20ff2d86925023f92ef27c1b0d873);
|
|
|
|
|
|
|
|
marker_91c56891f0bc8c3062dd30c346dbc457.bindPopup(popup_5a77c8abe35e6eae7aa5a78cb934e923)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91c56891f0bc8c3062dd30c346dbc457.setIcon(icon_e4ed1bfd5a1bf9c79297c116a52afc4f);
|
|
|
|
|
|
var marker_7a26d27d52d1f898bd2607e4c5b517a5 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_1293d0364e171fca2491536b4aae97e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39a2e95de448b21139cf558f2f1f4d98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_527fe7f8a26f3ee645c52101f92b6ec8 = $(`<div id="html_527fe7f8a26f3ee645c52101f92b6ec8" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_39a2e95de448b21139cf558f2f1f4d98.setContent(html_527fe7f8a26f3ee645c52101f92b6ec8);
|
|
|
|
|
|
|
|
marker_7a26d27d52d1f898bd2607e4c5b517a5.bindPopup(popup_39a2e95de448b21139cf558f2f1f4d98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a26d27d52d1f898bd2607e4c5b517a5.setIcon(icon_1293d0364e171fca2491536b4aae97e9);
|
|
|
|
|
|
var marker_aa3d2488954ea87e5a7ed5ac398e33c0 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_8a41882a27a101a1b839dcb7cadd8f0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3eb0dca13648535bfc148b6850a88296 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d837b9249bed95d3ed62a8f3f0db86a6 = $(`<div id="html_d837b9249bed95d3ed62a8f3f0db86a6" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_3eb0dca13648535bfc148b6850a88296.setContent(html_d837b9249bed95d3ed62a8f3f0db86a6);
|
|
|
|
|
|
|
|
marker_aa3d2488954ea87e5a7ed5ac398e33c0.bindPopup(popup_3eb0dca13648535bfc148b6850a88296)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa3d2488954ea87e5a7ed5ac398e33c0.setIcon(icon_8a41882a27a101a1b839dcb7cadd8f0e);
|
|
|
|
|
|
var marker_0b15ca0b293101aec5b825fceb669c39 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_1cfb8514049454c39c1eccbf1767602c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78ed55f9bbb560bafab0e56acbc4cf65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c98ada7efc836db9042a88b6c224709 = $(`<div id="html_3c98ada7efc836db9042a88b6c224709" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_78ed55f9bbb560bafab0e56acbc4cf65.setContent(html_3c98ada7efc836db9042a88b6c224709);
|
|
|
|
|
|
|
|
marker_0b15ca0b293101aec5b825fceb669c39.bindPopup(popup_78ed55f9bbb560bafab0e56acbc4cf65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b15ca0b293101aec5b825fceb669c39.setIcon(icon_1cfb8514049454c39c1eccbf1767602c);
|
|
|
|
|
|
var marker_b75fffe3e6479813d973721bbc971c05 = L.marker(
|
|
[38.9072, -77.0369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_f49b1fb68cff978096c86c1eb2ef9e43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c184f23347043384f9c106e8acd6572f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f582131d361a92efbb06bc9567c8433e = $(`<div id="html_f582131d361a92efbb06bc9567c8433e" style="width: 100.0%; height: 100.0%;">nostr.chvaja.cz</div>`)[0];
|
|
popup_c184f23347043384f9c106e8acd6572f.setContent(html_f582131d361a92efbb06bc9567c8433e);
|
|
|
|
|
|
|
|
marker_b75fffe3e6479813d973721bbc971c05.bindPopup(popup_c184f23347043384f9c106e8acd6572f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b75fffe3e6479813d973721bbc971c05.setIcon(icon_f49b1fb68cff978096c86c1eb2ef9e43);
|
|
|
|
|
|
var marker_1028e365c96b3f34eb05fb0dc4cd6129 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_e940aaf5ca056bc53f80eab5a0dfef79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_611e5020b0d560b1ef3b0db4e7e78473 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d940754b72f4a4abb1f1b985a322603f = $(`<div id="html_d940754b72f4a4abb1f1b985a322603f" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_611e5020b0d560b1ef3b0db4e7e78473.setContent(html_d940754b72f4a4abb1f1b985a322603f);
|
|
|
|
|
|
|
|
marker_1028e365c96b3f34eb05fb0dc4cd6129.bindPopup(popup_611e5020b0d560b1ef3b0db4e7e78473)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1028e365c96b3f34eb05fb0dc4cd6129.setIcon(icon_e940aaf5ca056bc53f80eab5a0dfef79);
|
|
|
|
|
|
var marker_c8623eaa6a597c467946880833d4c775 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_e8ab7bfc6cc0b64ea1bb074f4cc61552 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_175a4d8d35acfd580421ef0e2dd5111e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cca59ae6fb03644d4d0592d125f673e1 = $(`<div id="html_cca59ae6fb03644d4d0592d125f673e1" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_175a4d8d35acfd580421ef0e2dd5111e.setContent(html_cca59ae6fb03644d4d0592d125f673e1);
|
|
|
|
|
|
|
|
marker_c8623eaa6a597c467946880833d4c775.bindPopup(popup_175a4d8d35acfd580421ef0e2dd5111e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8623eaa6a597c467946880833d4c775.setIcon(icon_e8ab7bfc6cc0b64ea1bb074f4cc61552);
|
|
|
|
|
|
var marker_9ef418f5c172bbe2df9047e9c409bffe = L.marker(
|
|
[51.4968, -0.018337],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_048ad1465d572948272bb727b6988406 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60f64cb7fb04cc6fe98979ed55529e9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f9eca5b2b178d2cfac0ec2943274d8b = $(`<div id="html_0f9eca5b2b178d2cfac0ec2943274d8b" style="width: 100.0%; height: 100.0%;">strfry.bitsbytom.com</div>`)[0];
|
|
popup_60f64cb7fb04cc6fe98979ed55529e9a.setContent(html_0f9eca5b2b178d2cfac0ec2943274d8b);
|
|
|
|
|
|
|
|
marker_9ef418f5c172bbe2df9047e9c409bffe.bindPopup(popup_60f64cb7fb04cc6fe98979ed55529e9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ef418f5c172bbe2df9047e9c409bffe.setIcon(icon_048ad1465d572948272bb727b6988406);
|
|
|
|
|
|
var marker_00927d4aeaec2018d77abe71bf4daedc = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_badad18f28c0256ab4873a5017ff37a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a72fe14a8211929146abb4914ba0c6ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_655f8b32ebdd0a40bfd92ef8e563e688 = $(`<div id="html_655f8b32ebdd0a40bfd92ef8e563e688" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_a72fe14a8211929146abb4914ba0c6ba.setContent(html_655f8b32ebdd0a40bfd92ef8e563e688);
|
|
|
|
|
|
|
|
marker_00927d4aeaec2018d77abe71bf4daedc.bindPopup(popup_a72fe14a8211929146abb4914ba0c6ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00927d4aeaec2018d77abe71bf4daedc.setIcon(icon_badad18f28c0256ab4873a5017ff37a8);
|
|
|
|
|
|
var marker_c6f59c634083fd19d37dffaa1288aff0 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_4559fcc07b938054eeb11840f0ed6188 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57537482c320511bd8192838685e7a28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a41eed778c1ecfcdfb9f528f1d794348 = $(`<div id="html_a41eed778c1ecfcdfb9f528f1d794348" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_57537482c320511bd8192838685e7a28.setContent(html_a41eed778c1ecfcdfb9f528f1d794348);
|
|
|
|
|
|
|
|
marker_c6f59c634083fd19d37dffaa1288aff0.bindPopup(popup_57537482c320511bd8192838685e7a28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6f59c634083fd19d37dffaa1288aff0.setIcon(icon_4559fcc07b938054eeb11840f0ed6188);
|
|
|
|
|
|
var marker_6f4af1113e2a94b314842cb94a76ed5b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_3abb27c7f1c56c9bc99513b808fb5741 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b30c3a651e989cf3ce33c228775125c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b860380fce187bd4a94661573ccf58f = $(`<div id="html_7b860380fce187bd4a94661573ccf58f" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_5b30c3a651e989cf3ce33c228775125c.setContent(html_7b860380fce187bd4a94661573ccf58f);
|
|
|
|
|
|
|
|
marker_6f4af1113e2a94b314842cb94a76ed5b.bindPopup(popup_5b30c3a651e989cf3ce33c228775125c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f4af1113e2a94b314842cb94a76ed5b.setIcon(icon_3abb27c7f1c56c9bc99513b808fb5741);
|
|
|
|
|
|
var marker_6b1832f9f49cee259bc249312366ee16 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_8745bbfb152c69a5b057ac1d4965ee7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03f8a9cc2a2d93fcdc458684acc80493 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a13e42d272c25c8a341244b1902ef777 = $(`<div id="html_a13e42d272c25c8a341244b1902ef777" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_03f8a9cc2a2d93fcdc458684acc80493.setContent(html_a13e42d272c25c8a341244b1902ef777);
|
|
|
|
|
|
|
|
marker_6b1832f9f49cee259bc249312366ee16.bindPopup(popup_03f8a9cc2a2d93fcdc458684acc80493)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b1832f9f49cee259bc249312366ee16.setIcon(icon_8745bbfb152c69a5b057ac1d4965ee7f);
|
|
|
|
|
|
var marker_f03521351e2d90185fc05e5cb8e5ea24 = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_37f84f922d85c493af68e4752f26b3f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52375b3913737a3b6863432d52d0ce57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09727e448f0a83dea55c69890629ef98 = $(`<div id="html_09727e448f0a83dea55c69890629ef98" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_52375b3913737a3b6863432d52d0ce57.setContent(html_09727e448f0a83dea55c69890629ef98);
|
|
|
|
|
|
|
|
marker_f03521351e2d90185fc05e5cb8e5ea24.bindPopup(popup_52375b3913737a3b6863432d52d0ce57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f03521351e2d90185fc05e5cb8e5ea24.setIcon(icon_37f84f922d85c493af68e4752f26b3f4);
|
|
|
|
|
|
var marker_f8d127aaada4fdbd5df43f7a69a52844 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_2284a331a6c392d7ed5fa9cfbd684692 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a82212b2369ed72ef5ddd57f60eb3ff7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0feda6216e906644db911d12f70af0e3 = $(`<div id="html_0feda6216e906644db911d12f70af0e3" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_a82212b2369ed72ef5ddd57f60eb3ff7.setContent(html_0feda6216e906644db911d12f70af0e3);
|
|
|
|
|
|
|
|
marker_f8d127aaada4fdbd5df43f7a69a52844.bindPopup(popup_a82212b2369ed72ef5ddd57f60eb3ff7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8d127aaada4fdbd5df43f7a69a52844.setIcon(icon_2284a331a6c392d7ed5fa9cfbd684692);
|
|
|
|
|
|
var marker_cef27c11a7b185512fd2ea61562dc40d = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_35bbf0130f29e355086b4f9d8d303a10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62778ecad731f49d9e41d3baabc4f50f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0600ae6cc78e9fa694855d1a8c57f852 = $(`<div id="html_0600ae6cc78e9fa694855d1a8c57f852" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_62778ecad731f49d9e41d3baabc4f50f.setContent(html_0600ae6cc78e9fa694855d1a8c57f852);
|
|
|
|
|
|
|
|
marker_cef27c11a7b185512fd2ea61562dc40d.bindPopup(popup_62778ecad731f49d9e41d3baabc4f50f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cef27c11a7b185512fd2ea61562dc40d.setIcon(icon_35bbf0130f29e355086b4f9d8d303a10);
|
|
|
|
|
|
var marker_fba5b41ed53f7601e8a1a9664e2e40c3 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a02f8cdd74a1da062ef44849341924a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e635cc701215a14162f5239c6a97b1dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9aa1bcd06a4a692062855c6408ba0d6e = $(`<div id="html_9aa1bcd06a4a692062855c6408ba0d6e" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_e635cc701215a14162f5239c6a97b1dd.setContent(html_9aa1bcd06a4a692062855c6408ba0d6e);
|
|
|
|
|
|
|
|
marker_fba5b41ed53f7601e8a1a9664e2e40c3.bindPopup(popup_e635cc701215a14162f5239c6a97b1dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fba5b41ed53f7601e8a1a9664e2e40c3.setIcon(icon_a02f8cdd74a1da062ef44849341924a6);
|
|
|
|
|
|
var marker_814d63c3d38c5a7d89a2e4fb8329301a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_32da3932d075912f87f9da4656f09abc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b989d403690231324de8257e2fcac3fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa3ac2e07a29335bac7d910ea7fb9d67 = $(`<div id="html_aa3ac2e07a29335bac7d910ea7fb9d67" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_b989d403690231324de8257e2fcac3fb.setContent(html_aa3ac2e07a29335bac7d910ea7fb9d67);
|
|
|
|
|
|
|
|
marker_814d63c3d38c5a7d89a2e4fb8329301a.bindPopup(popup_b989d403690231324de8257e2fcac3fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_814d63c3d38c5a7d89a2e4fb8329301a.setIcon(icon_32da3932d075912f87f9da4656f09abc);
|
|
|
|
|
|
var marker_194671e738bc3474fe075cde683dee20 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_6860690870239e814e9b9c2ae9b504b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4f12d760454e172bed30810e1caa5f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93c5d8d828cd389d91bfc9358467a871 = $(`<div id="html_93c5d8d828cd389d91bfc9358467a871" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_f4f12d760454e172bed30810e1caa5f0.setContent(html_93c5d8d828cd389d91bfc9358467a871);
|
|
|
|
|
|
|
|
marker_194671e738bc3474fe075cde683dee20.bindPopup(popup_f4f12d760454e172bed30810e1caa5f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_194671e738bc3474fe075cde683dee20.setIcon(icon_6860690870239e814e9b9c2ae9b504b9);
|
|
|
|
|
|
var marker_0a2062a9ce7b4caae7e94c092b0ce0c1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_1eff2b655ff49a7af8bc127d29c811e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c917578b6d1fdb0f31550af40af1863 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbab8d609e81f333e5bdf1c2bf015535 = $(`<div id="html_fbab8d609e81f333e5bdf1c2bf015535" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_6c917578b6d1fdb0f31550af40af1863.setContent(html_fbab8d609e81f333e5bdf1c2bf015535);
|
|
|
|
|
|
|
|
marker_0a2062a9ce7b4caae7e94c092b0ce0c1.bindPopup(popup_6c917578b6d1fdb0f31550af40af1863)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a2062a9ce7b4caae7e94c092b0ce0c1.setIcon(icon_1eff2b655ff49a7af8bc127d29c811e8);
|
|
|
|
|
|
var marker_eeb2350e1b7ff861a208558caeea5b9f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_ba89b973582115c526579fe849cd09ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bc1bd567b00910f48a44ffe237aa804 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4794d57edd2870ea85808e67b2aa6b2c = $(`<div id="html_4794d57edd2870ea85808e67b2aa6b2c" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_0bc1bd567b00910f48a44ffe237aa804.setContent(html_4794d57edd2870ea85808e67b2aa6b2c);
|
|
|
|
|
|
|
|
marker_eeb2350e1b7ff861a208558caeea5b9f.bindPopup(popup_0bc1bd567b00910f48a44ffe237aa804)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eeb2350e1b7ff861a208558caeea5b9f.setIcon(icon_ba89b973582115c526579fe849cd09ea);
|
|
|
|
|
|
var marker_bec9c06ddbc90b39fd3667496115a54a = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a5d01705069996b2fcf79afbb49eec61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59a45c60adbb8eb823b44ad5b6c7a20e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ef8f1cb55004b25330872757ff5366e = $(`<div id="html_8ef8f1cb55004b25330872757ff5366e" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_59a45c60adbb8eb823b44ad5b6c7a20e.setContent(html_8ef8f1cb55004b25330872757ff5366e);
|
|
|
|
|
|
|
|
marker_bec9c06ddbc90b39fd3667496115a54a.bindPopup(popup_59a45c60adbb8eb823b44ad5b6c7a20e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bec9c06ddbc90b39fd3667496115a54a.setIcon(icon_a5d01705069996b2fcf79afbb49eec61);
|
|
|
|
|
|
var marker_76877b80d6c53a2f2cd2d3b86288466d = L.marker(
|
|
[39.9042, 116.407],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_5d2b90e19ae66b3354cdfe999b4914a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d596533949952c343c494d4ca19a617 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2abcef0701dfe35e1324b5d41eb4898 = $(`<div id="html_e2abcef0701dfe35e1324b5d41eb4898" style="width: 100.0%; height: 100.0%;">ms.chinacounty.com</div>`)[0];
|
|
popup_0d596533949952c343c494d4ca19a617.setContent(html_e2abcef0701dfe35e1324b5d41eb4898);
|
|
|
|
|
|
|
|
marker_76877b80d6c53a2f2cd2d3b86288466d.bindPopup(popup_0d596533949952c343c494d4ca19a617)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76877b80d6c53a2f2cd2d3b86288466d.setIcon(icon_5d2b90e19ae66b3354cdfe999b4914a6);
|
|
|
|
|
|
var marker_70aff7b0661e8f8d8287b5d92f2a09a3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_5a677d1ed08ba25f89b1f4cd9fb93d80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e54ea08742d0fbfb2f8db1285497f51d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce9e33c8bd030e1e38d419a01813bec4 = $(`<div id="html_ce9e33c8bd030e1e38d419a01813bec4" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_e54ea08742d0fbfb2f8db1285497f51d.setContent(html_ce9e33c8bd030e1e38d419a01813bec4);
|
|
|
|
|
|
|
|
marker_70aff7b0661e8f8d8287b5d92f2a09a3.bindPopup(popup_e54ea08742d0fbfb2f8db1285497f51d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70aff7b0661e8f8d8287b5d92f2a09a3.setIcon(icon_5a677d1ed08ba25f89b1f4cd9fb93d80);
|
|
|
|
|
|
var marker_f4f52b48face82429fb682610f6f3895 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_fd33e5db88815f700a34b03c86cb5d78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53a8afc56cd1afb2d5b66d9c25fb82b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd0c1f85d4ab0e27a79df2af153d1168 = $(`<div id="html_cd0c1f85d4ab0e27a79df2af153d1168" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_53a8afc56cd1afb2d5b66d9c25fb82b0.setContent(html_cd0c1f85d4ab0e27a79df2af153d1168);
|
|
|
|
|
|
|
|
marker_f4f52b48face82429fb682610f6f3895.bindPopup(popup_53a8afc56cd1afb2d5b66d9c25fb82b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4f52b48face82429fb682610f6f3895.setIcon(icon_fd33e5db88815f700a34b03c86cb5d78);
|
|
|
|
|
|
var marker_579ad8f83f12f36a69b9c5aaf0afcde9 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_2b2ee748c6b7b6ee2cfd1b37b908cea8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_559207311120b5dcf6289f710f9ba39b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_007c4d1064908f2087f73d05588845ba = $(`<div id="html_007c4d1064908f2087f73d05588845ba" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_559207311120b5dcf6289f710f9ba39b.setContent(html_007c4d1064908f2087f73d05588845ba);
|
|
|
|
|
|
|
|
marker_579ad8f83f12f36a69b9c5aaf0afcde9.bindPopup(popup_559207311120b5dcf6289f710f9ba39b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_579ad8f83f12f36a69b9c5aaf0afcde9.setIcon(icon_2b2ee748c6b7b6ee2cfd1b37b908cea8);
|
|
|
|
|
|
var marker_42a629fa8b086001c357d8d8954d116e = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_110d9ddefdc6b4871b689f7abab59a1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84cd28353d8876e73597a085b5396526 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05998928c2f2a35c8f3a54597295054f = $(`<div id="html_05998928c2f2a35c8f3a54597295054f" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_84cd28353d8876e73597a085b5396526.setContent(html_05998928c2f2a35c8f3a54597295054f);
|
|
|
|
|
|
|
|
marker_42a629fa8b086001c357d8d8954d116e.bindPopup(popup_84cd28353d8876e73597a085b5396526)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42a629fa8b086001c357d8d8954d116e.setIcon(icon_110d9ddefdc6b4871b689f7abab59a1a);
|
|
|
|
|
|
var marker_0c891e542ce09a7f9c9d611cef1ec191 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_bf40b941d8719b9c6b9bd5dc80569502 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32deeafb950a99b5ce2ccbe7bc34563e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edf57487696223104abeaf80f210d9f2 = $(`<div id="html_edf57487696223104abeaf80f210d9f2" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_32deeafb950a99b5ce2ccbe7bc34563e.setContent(html_edf57487696223104abeaf80f210d9f2);
|
|
|
|
|
|
|
|
marker_0c891e542ce09a7f9c9d611cef1ec191.bindPopup(popup_32deeafb950a99b5ce2ccbe7bc34563e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c891e542ce09a7f9c9d611cef1ec191.setIcon(icon_bf40b941d8719b9c6b9bd5dc80569502);
|
|
|
|
|
|
var marker_1436536b0ec546fbe4789d4b6837ee9d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_14edfd70a12e5a3cc463fd215d9971ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bff343360422df04536e23c722b558d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fa78d8b61d111498db5c1fa2dda822f = $(`<div id="html_4fa78d8b61d111498db5c1fa2dda822f" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_0bff343360422df04536e23c722b558d.setContent(html_4fa78d8b61d111498db5c1fa2dda822f);
|
|
|
|
|
|
|
|
marker_1436536b0ec546fbe4789d4b6837ee9d.bindPopup(popup_0bff343360422df04536e23c722b558d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1436536b0ec546fbe4789d4b6837ee9d.setIcon(icon_14edfd70a12e5a3cc463fd215d9971ab);
|
|
|
|
|
|
var marker_579417ab02c943e86e2f334888fd9a21 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_dbc4659ffafc8099a3a44d0ab0b9f43f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c309eb11bc00a216d87af9c6f4223cbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bef1f8c799f606412876c265780b0b86 = $(`<div id="html_bef1f8c799f606412876c265780b0b86" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_c309eb11bc00a216d87af9c6f4223cbc.setContent(html_bef1f8c799f606412876c265780b0b86);
|
|
|
|
|
|
|
|
marker_579417ab02c943e86e2f334888fd9a21.bindPopup(popup_c309eb11bc00a216d87af9c6f4223cbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_579417ab02c943e86e2f334888fd9a21.setIcon(icon_dbc4659ffafc8099a3a44d0ab0b9f43f);
|
|
|
|
|
|
var marker_764150a39bc7591cf528f6c1e2361835 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_adbcda1a53d7e0d855ff08796c1bcb70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9919b2200b9344d44360f7cb9ff44490 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06869062da87c307086d047489b838bf = $(`<div id="html_06869062da87c307086d047489b838bf" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_9919b2200b9344d44360f7cb9ff44490.setContent(html_06869062da87c307086d047489b838bf);
|
|
|
|
|
|
|
|
marker_764150a39bc7591cf528f6c1e2361835.bindPopup(popup_9919b2200b9344d44360f7cb9ff44490)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_764150a39bc7591cf528f6c1e2361835.setIcon(icon_adbcda1a53d7e0d855ff08796c1bcb70);
|
|
|
|
|
|
var marker_16eb0f82263f96bf387921c668bdc40e = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_3b6475ae3e77e164eb417732d0826701 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c9a57a252d6c4a6f49fdbf15e26fc16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26eae08b5fefc6bffcf4243ceed171d3 = $(`<div id="html_26eae08b5fefc6bffcf4243ceed171d3" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_2c9a57a252d6c4a6f49fdbf15e26fc16.setContent(html_26eae08b5fefc6bffcf4243ceed171d3);
|
|
|
|
|
|
|
|
marker_16eb0f82263f96bf387921c668bdc40e.bindPopup(popup_2c9a57a252d6c4a6f49fdbf15e26fc16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16eb0f82263f96bf387921c668bdc40e.setIcon(icon_3b6475ae3e77e164eb417732d0826701);
|
|
|
|
|
|
var marker_21d1d24988f127297a3d0c919cc876fc = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_74384816271a9b1122da179d8549ae02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2550f5837c70455c21fcda3014fd3aa0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e81ff76b3583355cf242f24e05bee890 = $(`<div id="html_e81ff76b3583355cf242f24e05bee890" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_2550f5837c70455c21fcda3014fd3aa0.setContent(html_e81ff76b3583355cf242f24e05bee890);
|
|
|
|
|
|
|
|
marker_21d1d24988f127297a3d0c919cc876fc.bindPopup(popup_2550f5837c70455c21fcda3014fd3aa0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21d1d24988f127297a3d0c919cc876fc.setIcon(icon_74384816271a9b1122da179d8549ae02);
|
|
|
|
|
|
var marker_e1153f9ef835d28631e092c7d35facec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_8a00b15f37198c1ebfe29f3f43e7b3cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f4bc798bc96c34f26886ac1d4d186c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2281654506909e724bb196d59c4700b6 = $(`<div id="html_2281654506909e724bb196d59c4700b6" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_8f4bc798bc96c34f26886ac1d4d186c6.setContent(html_2281654506909e724bb196d59c4700b6);
|
|
|
|
|
|
|
|
marker_e1153f9ef835d28631e092c7d35facec.bindPopup(popup_8f4bc798bc96c34f26886ac1d4d186c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1153f9ef835d28631e092c7d35facec.setIcon(icon_8a00b15f37198c1ebfe29f3f43e7b3cd);
|
|
|
|
|
|
var marker_3f032f700f4a4bd3fbed18b9c92f6544 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a17a79cdf2978a96bd36b4ab2c581c01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6f10c9380e878bc8ec1c28e76623aec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ea17324aa74b1e8f17e86de178c0a2e = $(`<div id="html_9ea17324aa74b1e8f17e86de178c0a2e" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_b6f10c9380e878bc8ec1c28e76623aec.setContent(html_9ea17324aa74b1e8f17e86de178c0a2e);
|
|
|
|
|
|
|
|
marker_3f032f700f4a4bd3fbed18b9c92f6544.bindPopup(popup_b6f10c9380e878bc8ec1c28e76623aec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f032f700f4a4bd3fbed18b9c92f6544.setIcon(icon_a17a79cdf2978a96bd36b4ab2c581c01);
|
|
|
|
|
|
var marker_112f141167984f14a8818b1ad7f32d09 = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_0e908234f3c851652246e09a96056e00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e67c1a59d11d3784d6dd5caff1ccb30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6317ae6c9bf47473ea906b7051c324e = $(`<div id="html_e6317ae6c9bf47473ea906b7051c324e" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_9e67c1a59d11d3784d6dd5caff1ccb30.setContent(html_e6317ae6c9bf47473ea906b7051c324e);
|
|
|
|
|
|
|
|
marker_112f141167984f14a8818b1ad7f32d09.bindPopup(popup_9e67c1a59d11d3784d6dd5caff1ccb30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_112f141167984f14a8818b1ad7f32d09.setIcon(icon_0e908234f3c851652246e09a96056e00);
|
|
|
|
|
|
var marker_5b621c19e29c2ca76c7958a703183183 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_5a411f20240b30d2710402c6febfb1e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdbbad950d3fa452dc75d8d552cc64f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af3a88801460824bd5709790e5481e4a = $(`<div id="html_af3a88801460824bd5709790e5481e4a" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_bdbbad950d3fa452dc75d8d552cc64f8.setContent(html_af3a88801460824bd5709790e5481e4a);
|
|
|
|
|
|
|
|
marker_5b621c19e29c2ca76c7958a703183183.bindPopup(popup_bdbbad950d3fa452dc75d8d552cc64f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b621c19e29c2ca76c7958a703183183.setIcon(icon_5a411f20240b30d2710402c6febfb1e8);
|
|
|
|
|
|
var marker_e15308c50341e144a865de4a16a489ef = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a5ac6d91933af4c2983be3c5d32af46b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a8bb9e56b97460c2b59b1dc6e01379c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9be7223908dc31da287136cc6936e2fb = $(`<div id="html_9be7223908dc31da287136cc6936e2fb" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_4a8bb9e56b97460c2b59b1dc6e01379c.setContent(html_9be7223908dc31da287136cc6936e2fb);
|
|
|
|
|
|
|
|
marker_e15308c50341e144a865de4a16a489ef.bindPopup(popup_4a8bb9e56b97460c2b59b1dc6e01379c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e15308c50341e144a865de4a16a489ef.setIcon(icon_a5ac6d91933af4c2983be3c5d32af46b);
|
|
|
|
|
|
var marker_547bdee8a20b3b1a7613ee55fd9e75f7 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_2e9e3a77ef1bdaa2eb4e93f4b20d789f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d034763a76420e702f8641e56ca73c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fe3b4fd68065760e91f806b421b146d = $(`<div id="html_9fe3b4fd68065760e91f806b421b146d" style="width: 100.0%; height: 100.0%;">garden.zap.cooking</div>`)[0];
|
|
popup_9d034763a76420e702f8641e56ca73c1.setContent(html_9fe3b4fd68065760e91f806b421b146d);
|
|
|
|
|
|
|
|
marker_547bdee8a20b3b1a7613ee55fd9e75f7.bindPopup(popup_9d034763a76420e702f8641e56ca73c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_547bdee8a20b3b1a7613ee55fd9e75f7.setIcon(icon_2e9e3a77ef1bdaa2eb4e93f4b20d789f);
|
|
|
|
|
|
var marker_b5863872b2996d0759d0edc8d248941c = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_c5b7deebdee67daf251003b6dddb8f7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6ff63974289d3aa10c8e3acbae7fda8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcad05af98ff6a3000b475986bc1386b = $(`<div id="html_fcad05af98ff6a3000b475986bc1386b" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_f6ff63974289d3aa10c8e3acbae7fda8.setContent(html_fcad05af98ff6a3000b475986bc1386b);
|
|
|
|
|
|
|
|
marker_b5863872b2996d0759d0edc8d248941c.bindPopup(popup_f6ff63974289d3aa10c8e3acbae7fda8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5863872b2996d0759d0edc8d248941c.setIcon(icon_c5b7deebdee67daf251003b6dddb8f7d);
|
|
|
|
|
|
var marker_6783b3dfc9ee16eca03219f463ee5c6e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_8cb7591ab3141daa490886e6d72fe010 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ba04056ebbcecd31345621accf02ef3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4b09bff53b29027d3790bc525131b4c = $(`<div id="html_d4b09bff53b29027d3790bc525131b4c" style="width: 100.0%; height: 100.0%;">handmade-establish-pam-incorporate.trycloudflare.com</div>`)[0];
|
|
popup_4ba04056ebbcecd31345621accf02ef3.setContent(html_d4b09bff53b29027d3790bc525131b4c);
|
|
|
|
|
|
|
|
marker_6783b3dfc9ee16eca03219f463ee5c6e.bindPopup(popup_4ba04056ebbcecd31345621accf02ef3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6783b3dfc9ee16eca03219f463ee5c6e.setIcon(icon_8cb7591ab3141daa490886e6d72fe010);
|
|
|
|
|
|
var marker_530dfaf67b5f37c8220dd745b8856017 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_596c39e92aaa61ae5d83881c74aa68ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3c3e0bf059b9080c5c66d0f3521073a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a63ee6dec7adcda4c2fcc6e5c89ed4bf = $(`<div id="html_a63ee6dec7adcda4c2fcc6e5c89ed4bf" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_d3c3e0bf059b9080c5c66d0f3521073a.setContent(html_a63ee6dec7adcda4c2fcc6e5c89ed4bf);
|
|
|
|
|
|
|
|
marker_530dfaf67b5f37c8220dd745b8856017.bindPopup(popup_d3c3e0bf059b9080c5c66d0f3521073a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_530dfaf67b5f37c8220dd745b8856017.setIcon(icon_596c39e92aaa61ae5d83881c74aa68ee);
|
|
|
|
|
|
var marker_59d09dc7b39f141565455e6fab493028 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_71b10e330a2533173e8fab0d6eceec4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae8c46e07d44565cf24d0498bae9b58e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_327ecf92920763f8bfe2b2a3d2a9257e = $(`<div id="html_327ecf92920763f8bfe2b2a3d2a9257e" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_ae8c46e07d44565cf24d0498bae9b58e.setContent(html_327ecf92920763f8bfe2b2a3d2a9257e);
|
|
|
|
|
|
|
|
marker_59d09dc7b39f141565455e6fab493028.bindPopup(popup_ae8c46e07d44565cf24d0498bae9b58e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59d09dc7b39f141565455e6fab493028.setIcon(icon_71b10e330a2533173e8fab0d6eceec4e);
|
|
|
|
|
|
var marker_f1a7d50a2811068804dd6e14f071ae97 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_cfe808656aa1f57895472e48953badf8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e94961934aec636f60338b2535e9177 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfdac229589b6c569ddff6566c6736c0 = $(`<div id="html_cfdac229589b6c569ddff6566c6736c0" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_2e94961934aec636f60338b2535e9177.setContent(html_cfdac229589b6c569ddff6566c6736c0);
|
|
|
|
|
|
|
|
marker_f1a7d50a2811068804dd6e14f071ae97.bindPopup(popup_2e94961934aec636f60338b2535e9177)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1a7d50a2811068804dd6e14f071ae97.setIcon(icon_cfe808656aa1f57895472e48953badf8);
|
|
|
|
|
|
var marker_d870c9d6ec9c4e3cef27e8268b5626cb = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_4c0a82c160e962f63d2d317f9d089d09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23f1faa83014d9a628369d4e1e46191b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_405e2f1d34172c352bf364e6d31ea77a = $(`<div id="html_405e2f1d34172c352bf364e6d31ea77a" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_23f1faa83014d9a628369d4e1e46191b.setContent(html_405e2f1d34172c352bf364e6d31ea77a);
|
|
|
|
|
|
|
|
marker_d870c9d6ec9c4e3cef27e8268b5626cb.bindPopup(popup_23f1faa83014d9a628369d4e1e46191b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d870c9d6ec9c4e3cef27e8268b5626cb.setIcon(icon_4c0a82c160e962f63d2d317f9d089d09);
|
|
|
|
|
|
var marker_f7c9bc5f1af15e69c64735b600238dce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_657663452a70e609c23e2e876ddc27dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e05d1863539d0b08912dd8faa7e57ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b146ed2a25efe47bd8c8cee49013e1d3 = $(`<div id="html_b146ed2a25efe47bd8c8cee49013e1d3" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_6e05d1863539d0b08912dd8faa7e57ac.setContent(html_b146ed2a25efe47bd8c8cee49013e1d3);
|
|
|
|
|
|
|
|
marker_f7c9bc5f1af15e69c64735b600238dce.bindPopup(popup_6e05d1863539d0b08912dd8faa7e57ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7c9bc5f1af15e69c64735b600238dce.setIcon(icon_657663452a70e609c23e2e876ddc27dc);
|
|
|
|
|
|
var marker_1115e3eeeb4a827361ad7e16dab56d87 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_239aa72768b741cd19e3744b4d176ba7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69c481e52835dea92a5fe2fbe7504a47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb8ad8a458b6c88378e669544721e091 = $(`<div id="html_bb8ad8a458b6c88378e669544721e091" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_69c481e52835dea92a5fe2fbe7504a47.setContent(html_bb8ad8a458b6c88378e669544721e091);
|
|
|
|
|
|
|
|
marker_1115e3eeeb4a827361ad7e16dab56d87.bindPopup(popup_69c481e52835dea92a5fe2fbe7504a47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1115e3eeeb4a827361ad7e16dab56d87.setIcon(icon_239aa72768b741cd19e3744b4d176ba7);
|
|
|
|
|
|
var marker_041c91534bc519c2aead4f84455ef7c6 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_16640c3bb42f952b981d75478134ef0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcc661f7568d8229fe532532c18466bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51b959c62e0be9d57fd89950ba0900c1 = $(`<div id="html_51b959c62e0be9d57fd89950ba0900c1" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_fcc661f7568d8229fe532532c18466bc.setContent(html_51b959c62e0be9d57fd89950ba0900c1);
|
|
|
|
|
|
|
|
marker_041c91534bc519c2aead4f84455ef7c6.bindPopup(popup_fcc661f7568d8229fe532532c18466bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_041c91534bc519c2aead4f84455ef7c6.setIcon(icon_16640c3bb42f952b981d75478134ef0c);
|
|
|
|
|
|
var marker_c49d61979203daca7242e43582754e25 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_81eba8b7eb7ffc92509cfcdcc8b35b7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_980b5ffb289c0a78c9a200fbe2947307 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80fc31299f94504841c14c7866b5eae5 = $(`<div id="html_80fc31299f94504841c14c7866b5eae5" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_980b5ffb289c0a78c9a200fbe2947307.setContent(html_80fc31299f94504841c14c7866b5eae5);
|
|
|
|
|
|
|
|
marker_c49d61979203daca7242e43582754e25.bindPopup(popup_980b5ffb289c0a78c9a200fbe2947307)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c49d61979203daca7242e43582754e25.setIcon(icon_81eba8b7eb7ffc92509cfcdcc8b35b7b);
|
|
|
|
|
|
var marker_7aa2bb6633c223ea77d3ce29aa350a60 = L.marker(
|
|
[49.0291, 8.35705],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_05fed2604c056b20cfad6423565d9bda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92bfa3b8b8a432c5076a4fc6586d2f9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfb311b7c382bf129ab06a4ed179d3b4 = $(`<div id="html_cfb311b7c382bf129ab06a4ed179d3b4" style="width: 100.0%; height: 100.0%;">relay.dyne.org</div>`)[0];
|
|
popup_92bfa3b8b8a432c5076a4fc6586d2f9f.setContent(html_cfb311b7c382bf129ab06a4ed179d3b4);
|
|
|
|
|
|
|
|
marker_7aa2bb6633c223ea77d3ce29aa350a60.bindPopup(popup_92bfa3b8b8a432c5076a4fc6586d2f9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7aa2bb6633c223ea77d3ce29aa350a60.setIcon(icon_05fed2604c056b20cfad6423565d9bda);
|
|
|
|
|
|
var marker_ea3e4d44871b4be20768d4b627a83454 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_d1a308ff67737a466bd7ab863006b729 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63c61d98d35cade3cac8f8bafa3303af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_001bee0f77d31289fa05c0ff6ca22356 = $(`<div id="html_001bee0f77d31289fa05c0ff6ca22356" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_63c61d98d35cade3cac8f8bafa3303af.setContent(html_001bee0f77d31289fa05c0ff6ca22356);
|
|
|
|
|
|
|
|
marker_ea3e4d44871b4be20768d4b627a83454.bindPopup(popup_63c61d98d35cade3cac8f8bafa3303af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea3e4d44871b4be20768d4b627a83454.setIcon(icon_d1a308ff67737a466bd7ab863006b729);
|
|
|
|
|
|
var marker_29b054e0424018c811598fa36c10a98b = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_9d3ed0cb9b2a704bc1d07239d30f981f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db9796c226d4685e16efe47ddaaeef64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_673f08fa20e154e15e264a31215693e1 = $(`<div id="html_673f08fa20e154e15e264a31215693e1" style="width: 100.0%; height: 100.0%;">relay.saturnali.net</div>`)[0];
|
|
popup_db9796c226d4685e16efe47ddaaeef64.setContent(html_673f08fa20e154e15e264a31215693e1);
|
|
|
|
|
|
|
|
marker_29b054e0424018c811598fa36c10a98b.bindPopup(popup_db9796c226d4685e16efe47ddaaeef64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29b054e0424018c811598fa36c10a98b.setIcon(icon_9d3ed0cb9b2a704bc1d07239d30f981f);
|
|
|
|
|
|
var marker_18c08d980d51c5b2dfdd93a695f8d1e0 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_4ccb89801acad223746e8f32ba51e033 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b170d300fa46dee6a4c80bc5cb86ca38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eeaae6581a4f33eba7c15f86c9819d53 = $(`<div id="html_eeaae6581a4f33eba7c15f86c9819d53" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_b170d300fa46dee6a4c80bc5cb86ca38.setContent(html_eeaae6581a4f33eba7c15f86c9819d53);
|
|
|
|
|
|
|
|
marker_18c08d980d51c5b2dfdd93a695f8d1e0.bindPopup(popup_b170d300fa46dee6a4c80bc5cb86ca38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18c08d980d51c5b2dfdd93a695f8d1e0.setIcon(icon_4ccb89801acad223746e8f32ba51e033);
|
|
|
|
|
|
var marker_8dec1ec238157447981973f408a64378 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_e67372872ad089ed07bc591406aefb99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8edd5b2a48018a26265df0dc7b2a5703 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38d1f86de9622223b8fff5c5afd91d63 = $(`<div id="html_38d1f86de9622223b8fff5c5afd91d63" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_8edd5b2a48018a26265df0dc7b2a5703.setContent(html_38d1f86de9622223b8fff5c5afd91d63);
|
|
|
|
|
|
|
|
marker_8dec1ec238157447981973f408a64378.bindPopup(popup_8edd5b2a48018a26265df0dc7b2a5703)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dec1ec238157447981973f408a64378.setIcon(icon_e67372872ad089ed07bc591406aefb99);
|
|
|
|
|
|
var marker_1d1a666da7749ffda1d733a85f13f6f6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_f62bc7ae08a40d25c856693ff672bc23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21d38f13001938a10b236e956fc8287a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f30c8b9eed22d61e4198413c976242cd = $(`<div id="html_f30c8b9eed22d61e4198413c976242cd" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_21d38f13001938a10b236e956fc8287a.setContent(html_f30c8b9eed22d61e4198413c976242cd);
|
|
|
|
|
|
|
|
marker_1d1a666da7749ffda1d733a85f13f6f6.bindPopup(popup_21d38f13001938a10b236e956fc8287a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d1a666da7749ffda1d733a85f13f6f6.setIcon(icon_f62bc7ae08a40d25c856693ff672bc23);
|
|
|
|
|
|
var marker_8521ee3f8c369e85949a25c82f2dac6a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_961d970aaceffdec7f91bfe0c3ae2705 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5c3b1391e09fd28e4c68c4775537e45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e18f4e7b8e08ac1611fafc2088f91506 = $(`<div id="html_e18f4e7b8e08ac1611fafc2088f91506" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_a5c3b1391e09fd28e4c68c4775537e45.setContent(html_e18f4e7b8e08ac1611fafc2088f91506);
|
|
|
|
|
|
|
|
marker_8521ee3f8c369e85949a25c82f2dac6a.bindPopup(popup_a5c3b1391e09fd28e4c68c4775537e45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8521ee3f8c369e85949a25c82f2dac6a.setIcon(icon_961d970aaceffdec7f91bfe0c3ae2705);
|
|
|
|
|
|
var marker_d5f53d3701c17ed1f0d68c75dc3bea4c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_9e8de4af066dde03a1bab5c216f34711 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_666c7b6457e5bfb2ad06fa6bf490c5f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_719ecb35b255c70bb9999242d1bd7674 = $(`<div id="html_719ecb35b255c70bb9999242d1bd7674" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_666c7b6457e5bfb2ad06fa6bf490c5f3.setContent(html_719ecb35b255c70bb9999242d1bd7674);
|
|
|
|
|
|
|
|
marker_d5f53d3701c17ed1f0d68c75dc3bea4c.bindPopup(popup_666c7b6457e5bfb2ad06fa6bf490c5f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5f53d3701c17ed1f0d68c75dc3bea4c.setIcon(icon_9e8de4af066dde03a1bab5c216f34711);
|
|
|
|
|
|
var marker_a4e4a63df4d825a211f86370bbca653a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_0c2e1b6aef83728ab77399159d45ff83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4975531d368547c422b79818cadfaeda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f83e9a9600c359b59949964e1cfcf70 = $(`<div id="html_6f83e9a9600c359b59949964e1cfcf70" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_4975531d368547c422b79818cadfaeda.setContent(html_6f83e9a9600c359b59949964e1cfcf70);
|
|
|
|
|
|
|
|
marker_a4e4a63df4d825a211f86370bbca653a.bindPopup(popup_4975531d368547c422b79818cadfaeda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4e4a63df4d825a211f86370bbca653a.setIcon(icon_0c2e1b6aef83728ab77399159d45ff83);
|
|
|
|
|
|
var marker_a55b8c19815740b34a3f9d038ba5e47e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_4fef127f12e882a7bbe3e7238fb6d1e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94dcdf1b0b2b275921b62ed528586cf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a4b718b42dc8c6ef2ca16636b891014 = $(`<div id="html_0a4b718b42dc8c6ef2ca16636b891014" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_94dcdf1b0b2b275921b62ed528586cf1.setContent(html_0a4b718b42dc8c6ef2ca16636b891014);
|
|
|
|
|
|
|
|
marker_a55b8c19815740b34a3f9d038ba5e47e.bindPopup(popup_94dcdf1b0b2b275921b62ed528586cf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a55b8c19815740b34a3f9d038ba5e47e.setIcon(icon_4fef127f12e882a7bbe3e7238fb6d1e2);
|
|
|
|
|
|
var marker_159a5c57f3461020640fb7ea06fad098 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_070b187da3a00f6898e4fec382d346d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edfd931b95d4236f70dbbfb415cd94ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30ca396de5a460f45cdb96af96ee9575 = $(`<div id="html_30ca396de5a460f45cdb96af96ee9575" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_edfd931b95d4236f70dbbfb415cd94ca.setContent(html_30ca396de5a460f45cdb96af96ee9575);
|
|
|
|
|
|
|
|
marker_159a5c57f3461020640fb7ea06fad098.bindPopup(popup_edfd931b95d4236f70dbbfb415cd94ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_159a5c57f3461020640fb7ea06fad098.setIcon(icon_070b187da3a00f6898e4fec382d346d0);
|
|
|
|
|
|
var marker_3b81a40ad4e688a259ff6e555721eec6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_447621c75c07c4bd0476b1eb44e0e525 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e818ad96e8f0d8a8017fcb3aad46ba28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b51f2faf435044ad3e8105b0ac3706e2 = $(`<div id="html_b51f2faf435044ad3e8105b0ac3706e2" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_e818ad96e8f0d8a8017fcb3aad46ba28.setContent(html_b51f2faf435044ad3e8105b0ac3706e2);
|
|
|
|
|
|
|
|
marker_3b81a40ad4e688a259ff6e555721eec6.bindPopup(popup_e818ad96e8f0d8a8017fcb3aad46ba28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b81a40ad4e688a259ff6e555721eec6.setIcon(icon_447621c75c07c4bd0476b1eb44e0e525);
|
|
|
|
|
|
var marker_bb006c1bbeb385d5a7368f1e571ab9fa = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_efe7fa4631fe5e5c7320029434ea3ca4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fee28d7ba5acf2e7975c85cfcfcb70f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_def0b74740db7403b56ed90aae652315 = $(`<div id="html_def0b74740db7403b56ed90aae652315" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_0fee28d7ba5acf2e7975c85cfcfcb70f.setContent(html_def0b74740db7403b56ed90aae652315);
|
|
|
|
|
|
|
|
marker_bb006c1bbeb385d5a7368f1e571ab9fa.bindPopup(popup_0fee28d7ba5acf2e7975c85cfcfcb70f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb006c1bbeb385d5a7368f1e571ab9fa.setIcon(icon_efe7fa4631fe5e5c7320029434ea3ca4);
|
|
|
|
|
|
var marker_66343924ff4f84c21da5ddba78ac8f48 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_d90a0229ee101e226e72b9235e216378 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4464b690791604755af010a6957981a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7ea2de74c73443b71ffb4435c1ea4b9 = $(`<div id="html_e7ea2de74c73443b71ffb4435c1ea4b9" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_4464b690791604755af010a6957981a7.setContent(html_e7ea2de74c73443b71ffb4435c1ea4b9);
|
|
|
|
|
|
|
|
marker_66343924ff4f84c21da5ddba78ac8f48.bindPopup(popup_4464b690791604755af010a6957981a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66343924ff4f84c21da5ddba78ac8f48.setIcon(icon_d90a0229ee101e226e72b9235e216378);
|
|
|
|
|
|
var marker_6abf80a973a55f7c7029d452a47f7e14 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_145dfcd50f51cc8f11158a3288a3720f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d152bb8cdf5b1a0a0a84413a39ec4ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f9308d411e9b19a96b8021246c92e40 = $(`<div id="html_7f9308d411e9b19a96b8021246c92e40" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_6d152bb8cdf5b1a0a0a84413a39ec4ad.setContent(html_7f9308d411e9b19a96b8021246c92e40);
|
|
|
|
|
|
|
|
marker_6abf80a973a55f7c7029d452a47f7e14.bindPopup(popup_6d152bb8cdf5b1a0a0a84413a39ec4ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6abf80a973a55f7c7029d452a47f7e14.setIcon(icon_145dfcd50f51cc8f11158a3288a3720f);
|
|
|
|
|
|
var marker_f4d0de7094423962524bec0d8b4f3b1b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_4422c82fb2ff5c8f08d8be5e6033d5bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f481816693253430bacd623bdaba310d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cbdbf89ccf74befb44729d4bad8d718 = $(`<div id="html_4cbdbf89ccf74befb44729d4bad8d718" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_f481816693253430bacd623bdaba310d.setContent(html_4cbdbf89ccf74befb44729d4bad8d718);
|
|
|
|
|
|
|
|
marker_f4d0de7094423962524bec0d8b4f3b1b.bindPopup(popup_f481816693253430bacd623bdaba310d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4d0de7094423962524bec0d8b4f3b1b.setIcon(icon_4422c82fb2ff5c8f08d8be5e6033d5bc);
|
|
|
|
|
|
var marker_971bf0bfeb0a312fd98e0871732be4c6 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_120ff6a2698d30e9e8e583ba134308c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba8a26ca8d61af106a1eef35f9dd18b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a57857172f6915771f0ee64b4afd57b2 = $(`<div id="html_a57857172f6915771f0ee64b4afd57b2" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_ba8a26ca8d61af106a1eef35f9dd18b9.setContent(html_a57857172f6915771f0ee64b4afd57b2);
|
|
|
|
|
|
|
|
marker_971bf0bfeb0a312fd98e0871732be4c6.bindPopup(popup_ba8a26ca8d61af106a1eef35f9dd18b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_971bf0bfeb0a312fd98e0871732be4c6.setIcon(icon_120ff6a2698d30e9e8e583ba134308c1);
|
|
|
|
|
|
var marker_d79b9f2dedbf7ffe434893775f70d3de = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_5706a620e7b88e8c33b3e54a8135dd5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06ad4f0b5366fc7edf85e55689bcc13a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7544ca76cca77d2c2b4cb5ebb760a420 = $(`<div id="html_7544ca76cca77d2c2b4cb5ebb760a420" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_06ad4f0b5366fc7edf85e55689bcc13a.setContent(html_7544ca76cca77d2c2b4cb5ebb760a420);
|
|
|
|
|
|
|
|
marker_d79b9f2dedbf7ffe434893775f70d3de.bindPopup(popup_06ad4f0b5366fc7edf85e55689bcc13a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d79b9f2dedbf7ffe434893775f70d3de.setIcon(icon_5706a620e7b88e8c33b3e54a8135dd5a);
|
|
|
|
|
|
var marker_60b917599e2b6698b408af85d30a6430 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_551c847323416e871165251b6bfcfae1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40451a1f7089e79dec5f59766bdd7bfa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3f0aaf032d259ff78f92ab9506160de = $(`<div id="html_d3f0aaf032d259ff78f92ab9506160de" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_40451a1f7089e79dec5f59766bdd7bfa.setContent(html_d3f0aaf032d259ff78f92ab9506160de);
|
|
|
|
|
|
|
|
marker_60b917599e2b6698b408af85d30a6430.bindPopup(popup_40451a1f7089e79dec5f59766bdd7bfa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60b917599e2b6698b408af85d30a6430.setIcon(icon_551c847323416e871165251b6bfcfae1);
|
|
|
|
|
|
var marker_31488e1710904f74a38b96e720857513 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_cde94410baec6f4e76910f9964e9fb27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aab708fa89d7fdecf322bdceee132f00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e70ac96c2f37bdab3b6ee49e597c5737 = $(`<div id="html_e70ac96c2f37bdab3b6ee49e597c5737" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_aab708fa89d7fdecf322bdceee132f00.setContent(html_e70ac96c2f37bdab3b6ee49e597c5737);
|
|
|
|
|
|
|
|
marker_31488e1710904f74a38b96e720857513.bindPopup(popup_aab708fa89d7fdecf322bdceee132f00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31488e1710904f74a38b96e720857513.setIcon(icon_cde94410baec6f4e76910f9964e9fb27);
|
|
|
|
|
|
var marker_a85acd57a5ab9865e1968d5cdfffb6de = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_ef79cb536274a1720fa468c1bfb2255c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3aa2cb502e3a463ddee2309e7f5b0e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db6dc0908c643b3d8349faffda615d43 = $(`<div id="html_db6dc0908c643b3d8349faffda615d43" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_a3aa2cb502e3a463ddee2309e7f5b0e9.setContent(html_db6dc0908c643b3d8349faffda615d43);
|
|
|
|
|
|
|
|
marker_a85acd57a5ab9865e1968d5cdfffb6de.bindPopup(popup_a3aa2cb502e3a463ddee2309e7f5b0e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a85acd57a5ab9865e1968d5cdfffb6de.setIcon(icon_ef79cb536274a1720fa468c1bfb2255c);
|
|
|
|
|
|
var marker_10fbb41fca7810c310b2fb1e678fc967 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_9bdc2ae90a4dc61e6f09fc1cfc51260f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_776423b604cca0b63f282999c968b3db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a34bb8b532a9ca17ebf76c5f9898d16 = $(`<div id="html_3a34bb8b532a9ca17ebf76c5f9898d16" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_776423b604cca0b63f282999c968b3db.setContent(html_3a34bb8b532a9ca17ebf76c5f9898d16);
|
|
|
|
|
|
|
|
marker_10fbb41fca7810c310b2fb1e678fc967.bindPopup(popup_776423b604cca0b63f282999c968b3db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10fbb41fca7810c310b2fb1e678fc967.setIcon(icon_9bdc2ae90a4dc61e6f09fc1cfc51260f);
|
|
|
|
|
|
var marker_a541fce9dd9efaafaf397bc88c899b85 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_bb510ee934d6ac6f7b195dbff05a138b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33d139539eb86edcdc39e0f29f3b29e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_905ab0ac10d0d494cf10b45a47b10e44 = $(`<div id="html_905ab0ac10d0d494cf10b45a47b10e44" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_33d139539eb86edcdc39e0f29f3b29e1.setContent(html_905ab0ac10d0d494cf10b45a47b10e44);
|
|
|
|
|
|
|
|
marker_a541fce9dd9efaafaf397bc88c899b85.bindPopup(popup_33d139539eb86edcdc39e0f29f3b29e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a541fce9dd9efaafaf397bc88c899b85.setIcon(icon_bb510ee934d6ac6f7b195dbff05a138b);
|
|
|
|
|
|
var marker_84a4fa7df668b1eb2ac046d2a05d8624 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_43b0a7b8a6f0b522b70b5368fcbca7eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a51398ca93ae3bf6bea0d836debc9471 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad2ed22577b8cebfc65b0e65be23540b = $(`<div id="html_ad2ed22577b8cebfc65b0e65be23540b" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_a51398ca93ae3bf6bea0d836debc9471.setContent(html_ad2ed22577b8cebfc65b0e65be23540b);
|
|
|
|
|
|
|
|
marker_84a4fa7df668b1eb2ac046d2a05d8624.bindPopup(popup_a51398ca93ae3bf6bea0d836debc9471)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84a4fa7df668b1eb2ac046d2a05d8624.setIcon(icon_43b0a7b8a6f0b522b70b5368fcbca7eb);
|
|
|
|
|
|
var marker_c0aa7ea73b868e6d3ef8c6718a5ca91a = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_21bda18a990606cc9864b53d5a9de366 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_064f6bc51b00963a56181c5704b7ade0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ae15a836593974ce0b7507d6563f4aa = $(`<div id="html_9ae15a836593974ce0b7507d6563f4aa" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_064f6bc51b00963a56181c5704b7ade0.setContent(html_9ae15a836593974ce0b7507d6563f4aa);
|
|
|
|
|
|
|
|
marker_c0aa7ea73b868e6d3ef8c6718a5ca91a.bindPopup(popup_064f6bc51b00963a56181c5704b7ade0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0aa7ea73b868e6d3ef8c6718a5ca91a.setIcon(icon_21bda18a990606cc9864b53d5a9de366);
|
|
|
|
|
|
var marker_c3a704d6de431d3e13116990e22edbe6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_5266d2ceb3d15aae9a4c5e4fd5141237 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a27001f47dabdf194968a5030703f566 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_594fb51e671026e9dce017e8bc92605f = $(`<div id="html_594fb51e671026e9dce017e8bc92605f" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_a27001f47dabdf194968a5030703f566.setContent(html_594fb51e671026e9dce017e8bc92605f);
|
|
|
|
|
|
|
|
marker_c3a704d6de431d3e13116990e22edbe6.bindPopup(popup_a27001f47dabdf194968a5030703f566)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3a704d6de431d3e13116990e22edbe6.setIcon(icon_5266d2ceb3d15aae9a4c5e4fd5141237);
|
|
|
|
|
|
var marker_dbbae6a714cf8590c3ce982c78c8ed38 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_1ab966c5a4a3dc9941cbd4b41521f166 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9ec0a51249cff7eb8958aeb4c760dca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d05551080a5449fdcbb39bb780f5f21f = $(`<div id="html_d05551080a5449fdcbb39bb780f5f21f" style="width: 100.0%; height: 100.0%;">relay.astrolabe.finance</div>`)[0];
|
|
popup_f9ec0a51249cff7eb8958aeb4c760dca.setContent(html_d05551080a5449fdcbb39bb780f5f21f);
|
|
|
|
|
|
|
|
marker_dbbae6a714cf8590c3ce982c78c8ed38.bindPopup(popup_f9ec0a51249cff7eb8958aeb4c760dca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbbae6a714cf8590c3ce982c78c8ed38.setIcon(icon_1ab966c5a4a3dc9941cbd4b41521f166);
|
|
|
|
|
|
var marker_8fb660394d941f3068381342c3c1268a = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_e952d996bf808de385a2d3ba284dce7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8def6caed11aaa6db3a571acd0d0fda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ce68fae7a674fc7798a5734fa4be7c3 = $(`<div id="html_5ce68fae7a674fc7798a5734fa4be7c3" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_b8def6caed11aaa6db3a571acd0d0fda.setContent(html_5ce68fae7a674fc7798a5734fa4be7c3);
|
|
|
|
|
|
|
|
marker_8fb660394d941f3068381342c3c1268a.bindPopup(popup_b8def6caed11aaa6db3a571acd0d0fda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fb660394d941f3068381342c3c1268a.setIcon(icon_e952d996bf808de385a2d3ba284dce7c);
|
|
|
|
|
|
var marker_ba07c70206efc87e71e892d30d0163ce = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_25d2a172af18a171a4064238bd1badc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_352612791a0a4e22e5d2f6fbadb1d318 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c13fca0987b5902b03d453f1f8e0ce20 = $(`<div id="html_c13fca0987b5902b03d453f1f8e0ce20" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_352612791a0a4e22e5d2f6fbadb1d318.setContent(html_c13fca0987b5902b03d453f1f8e0ce20);
|
|
|
|
|
|
|
|
marker_ba07c70206efc87e71e892d30d0163ce.bindPopup(popup_352612791a0a4e22e5d2f6fbadb1d318)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba07c70206efc87e71e892d30d0163ce.setIcon(icon_25d2a172af18a171a4064238bd1badc5);
|
|
|
|
|
|
var marker_441d4501ae1179b9b6e89495e3ba4960 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_58eccd621f8f06eb2b3d52a4a338e6c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2297ba1b649c57919ea0c1c74711152e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1f758b760124603a808b046f607af77 = $(`<div id="html_d1f758b760124603a808b046f607af77" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_2297ba1b649c57919ea0c1c74711152e.setContent(html_d1f758b760124603a808b046f607af77);
|
|
|
|
|
|
|
|
marker_441d4501ae1179b9b6e89495e3ba4960.bindPopup(popup_2297ba1b649c57919ea0c1c74711152e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_441d4501ae1179b9b6e89495e3ba4960.setIcon(icon_58eccd621f8f06eb2b3d52a4a338e6c8);
|
|
|
|
|
|
var marker_6b5e0a87708dceb8981ee6237ffd37ae = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_57bd97ec903d5ef045de00db0249824d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5ad810fb91346a47c156b708d8f6b2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f782c895eaf5f7ed59177aa32352289 = $(`<div id="html_8f782c895eaf5f7ed59177aa32352289" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_a5ad810fb91346a47c156b708d8f6b2a.setContent(html_8f782c895eaf5f7ed59177aa32352289);
|
|
|
|
|
|
|
|
marker_6b5e0a87708dceb8981ee6237ffd37ae.bindPopup(popup_a5ad810fb91346a47c156b708d8f6b2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b5e0a87708dceb8981ee6237ffd37ae.setIcon(icon_57bd97ec903d5ef045de00db0249824d);
|
|
|
|
|
|
var marker_3662e7e3a855388c14e47f64f85f3d1e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_2f103c4b37afae398efa69d1ad2a5311 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53f3f9ecefada79657b94778bf4c3501 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2fe9dde3c18e85ecaf1d76de669c95b4 = $(`<div id="html_2fe9dde3c18e85ecaf1d76de669c95b4" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_53f3f9ecefada79657b94778bf4c3501.setContent(html_2fe9dde3c18e85ecaf1d76de669c95b4);
|
|
|
|
|
|
|
|
marker_3662e7e3a855388c14e47f64f85f3d1e.bindPopup(popup_53f3f9ecefada79657b94778bf4c3501)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3662e7e3a855388c14e47f64f85f3d1e.setIcon(icon_2f103c4b37afae398efa69d1ad2a5311);
|
|
|
|
|
|
var marker_6dd46011b867d5925fb9abdde1819af7 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_5700dfb678f0e12200621de427bd02bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32c2183788aa190b861dc473d057b15a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5407f1adec0ddf96d0a9939fc5ed86f = $(`<div id="html_a5407f1adec0ddf96d0a9939fc5ed86f" style="width: 100.0%; height: 100.0%;">relay.hostr.network</div>`)[0];
|
|
popup_32c2183788aa190b861dc473d057b15a.setContent(html_a5407f1adec0ddf96d0a9939fc5ed86f);
|
|
|
|
|
|
|
|
marker_6dd46011b867d5925fb9abdde1819af7.bindPopup(popup_32c2183788aa190b861dc473d057b15a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6dd46011b867d5925fb9abdde1819af7.setIcon(icon_5700dfb678f0e12200621de427bd02bc);
|
|
|
|
|
|
var marker_dffe9b8857ef2d097a17982cf157de5c = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_38774486e3b0a7b1fce7eab5e3d3dad7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd07baa5587f65a0493efc355db15cac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4c4ca843aa20ec007677a590822ecb5 = $(`<div id="html_a4c4ca843aa20ec007677a590822ecb5" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_cd07baa5587f65a0493efc355db15cac.setContent(html_a4c4ca843aa20ec007677a590822ecb5);
|
|
|
|
|
|
|
|
marker_dffe9b8857ef2d097a17982cf157de5c.bindPopup(popup_cd07baa5587f65a0493efc355db15cac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dffe9b8857ef2d097a17982cf157de5c.setIcon(icon_38774486e3b0a7b1fce7eab5e3d3dad7);
|
|
|
|
|
|
var marker_592b01d1f2f2285ab34b97743cc880da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_ca76d6deb28cc17ed859c8885954e19d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60d4b2ff615582da5c5c59a0e386c6cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_461061efce482536fae3843437319443 = $(`<div id="html_461061efce482536fae3843437319443" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_60d4b2ff615582da5c5c59a0e386c6cd.setContent(html_461061efce482536fae3843437319443);
|
|
|
|
|
|
|
|
marker_592b01d1f2f2285ab34b97743cc880da.bindPopup(popup_60d4b2ff615582da5c5c59a0e386c6cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_592b01d1f2f2285ab34b97743cc880da.setIcon(icon_ca76d6deb28cc17ed859c8885954e19d);
|
|
|
|
|
|
var marker_d5031122b7413be4c6c11a49d9b58002 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_3749de2ebd507ba88f82651aea1a90df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6df5fd12c7959380e6de88f018b8e095 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7cb31110192ce972e37a317906b595d = $(`<div id="html_e7cb31110192ce972e37a317906b595d" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_6df5fd12c7959380e6de88f018b8e095.setContent(html_e7cb31110192ce972e37a317906b595d);
|
|
|
|
|
|
|
|
marker_d5031122b7413be4c6c11a49d9b58002.bindPopup(popup_6df5fd12c7959380e6de88f018b8e095)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5031122b7413be4c6c11a49d9b58002.setIcon(icon_3749de2ebd507ba88f82651aea1a90df);
|
|
|
|
|
|
var marker_3c5d9acc6f46474af8373846a6d4cd4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a3f2efa2b625617f37ae849b9ae0ec8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f9f6275190bb64fbccb7126cca55ac1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ea89d0e1fc2a316b58740c6a6f2f65d = $(`<div id="html_3ea89d0e1fc2a316b58740c6a6f2f65d" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_6f9f6275190bb64fbccb7126cca55ac1.setContent(html_3ea89d0e1fc2a316b58740c6a6f2f65d);
|
|
|
|
|
|
|
|
marker_3c5d9acc6f46474af8373846a6d4cd4b.bindPopup(popup_6f9f6275190bb64fbccb7126cca55ac1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c5d9acc6f46474af8373846a6d4cd4b.setIcon(icon_a3f2efa2b625617f37ae849b9ae0ec8d);
|
|
|
|
|
|
var marker_51aa5d8a4334ca4c5448f4f8a541071a = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_8b35bfa1a39be2939976529288624349 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4ba342dfe39bd300b2971e047ad3c00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcd9961f50bad094cdfcf2f715c94873 = $(`<div id="html_bcd9961f50bad094cdfcf2f715c94873" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_e4ba342dfe39bd300b2971e047ad3c00.setContent(html_bcd9961f50bad094cdfcf2f715c94873);
|
|
|
|
|
|
|
|
marker_51aa5d8a4334ca4c5448f4f8a541071a.bindPopup(popup_e4ba342dfe39bd300b2971e047ad3c00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51aa5d8a4334ca4c5448f4f8a541071a.setIcon(icon_8b35bfa1a39be2939976529288624349);
|
|
|
|
|
|
var marker_e0ce7b231ad616e830d657d809628178 = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_b5fec19531d97d5d9312a337e8710e04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65c3b21806d3963ff5fa86598325ed9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c21b23c3c70fdb2aa96206685f066db = $(`<div id="html_5c21b23c3c70fdb2aa96206685f066db" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_65c3b21806d3963ff5fa86598325ed9f.setContent(html_5c21b23c3c70fdb2aa96206685f066db);
|
|
|
|
|
|
|
|
marker_e0ce7b231ad616e830d657d809628178.bindPopup(popup_65c3b21806d3963ff5fa86598325ed9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0ce7b231ad616e830d657d809628178.setIcon(icon_b5fec19531d97d5d9312a337e8710e04);
|
|
|
|
|
|
var marker_4e930759e76b3bb1bb7a7a7a5f320d01 = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_ffe77d5baf2345791c8edbc71f9c9e35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e66463373bb5546be06568b9ba5ef44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2e3cc58ced339104c689c06aa3ed503 = $(`<div id="html_d2e3cc58ced339104c689c06aa3ed503" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_0e66463373bb5546be06568b9ba5ef44.setContent(html_d2e3cc58ced339104c689c06aa3ed503);
|
|
|
|
|
|
|
|
marker_4e930759e76b3bb1bb7a7a7a5f320d01.bindPopup(popup_0e66463373bb5546be06568b9ba5ef44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e930759e76b3bb1bb7a7a7a5f320d01.setIcon(icon_ffe77d5baf2345791c8edbc71f9c9e35);
|
|
|
|
|
|
var marker_888b3a470cba214a7a4306e9bd018890 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_2d480b682fafb9700ae68abc5842d723 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e05af98b412f1b7bfc696f79c0b53480 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e46580c48be02aa5b07ee8d37b42813 = $(`<div id="html_9e46580c48be02aa5b07ee8d37b42813" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_e05af98b412f1b7bfc696f79c0b53480.setContent(html_9e46580c48be02aa5b07ee8d37b42813);
|
|
|
|
|
|
|
|
marker_888b3a470cba214a7a4306e9bd018890.bindPopup(popup_e05af98b412f1b7bfc696f79c0b53480)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_888b3a470cba214a7a4306e9bd018890.setIcon(icon_2d480b682fafb9700ae68abc5842d723);
|
|
|
|
|
|
var marker_9c40fd58e05dc6d468198115ed92c289 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_ca0eb407db9a2761e3eef8aada3e74af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_829e5897ee70b11bd559d2f23a854b4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55e6d9f3033d8cb7e8d242aa5a2b60e4 = $(`<div id="html_55e6d9f3033d8cb7e8d242aa5a2b60e4" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_829e5897ee70b11bd559d2f23a854b4a.setContent(html_55e6d9f3033d8cb7e8d242aa5a2b60e4);
|
|
|
|
|
|
|
|
marker_9c40fd58e05dc6d468198115ed92c289.bindPopup(popup_829e5897ee70b11bd559d2f23a854b4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c40fd58e05dc6d468198115ed92c289.setIcon(icon_ca0eb407db9a2761e3eef8aada3e74af);
|
|
|
|
|
|
var marker_5a1b70b0b68b7e3b410385ef1374e0a2 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_0d8cb439370d6d7099031035b9774ad4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9669c90417e58954ba904bd5dad860ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd71c634672fb2212de206a4f0b6ffcc = $(`<div id="html_cd71c634672fb2212de206a4f0b6ffcc" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_9669c90417e58954ba904bd5dad860ec.setContent(html_cd71c634672fb2212de206a4f0b6ffcc);
|
|
|
|
|
|
|
|
marker_5a1b70b0b68b7e3b410385ef1374e0a2.bindPopup(popup_9669c90417e58954ba904bd5dad860ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a1b70b0b68b7e3b410385ef1374e0a2.setIcon(icon_0d8cb439370d6d7099031035b9774ad4);
|
|
|
|
|
|
var marker_9e0f5b639a5534b39358349c42407412 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_02f824dca2e390384a29b3f0273fef1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59ecf07652b1df8362543d6371518027 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2616ff2ab6102f078fc1d165d03c34ed = $(`<div id="html_2616ff2ab6102f078fc1d165d03c34ed" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_59ecf07652b1df8362543d6371518027.setContent(html_2616ff2ab6102f078fc1d165d03c34ed);
|
|
|
|
|
|
|
|
marker_9e0f5b639a5534b39358349c42407412.bindPopup(popup_59ecf07652b1df8362543d6371518027)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e0f5b639a5534b39358349c42407412.setIcon(icon_02f824dca2e390384a29b3f0273fef1d);
|
|
|
|
|
|
var marker_248a5459c25f2f3cbd7fed7e4201c767 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_61582abd85bd10b792ee4477b5e3e1b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_453860cc20c1cc7c8fc6277bf69d813a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_992bc59092788010b78ecf2a313c6e4d = $(`<div id="html_992bc59092788010b78ecf2a313c6e4d" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_453860cc20c1cc7c8fc6277bf69d813a.setContent(html_992bc59092788010b78ecf2a313c6e4d);
|
|
|
|
|
|
|
|
marker_248a5459c25f2f3cbd7fed7e4201c767.bindPopup(popup_453860cc20c1cc7c8fc6277bf69d813a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_248a5459c25f2f3cbd7fed7e4201c767.setIcon(icon_61582abd85bd10b792ee4477b5e3e1b2);
|
|
|
|
|
|
var marker_6c1041e43f3c9acb322163db111bc788 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_3f5fc3a70614aa201ed7ff89813cd581 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f3c3ba8285b0f8db19300d195bf7bea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54916405212a77f072be4ef221dd1d44 = $(`<div id="html_54916405212a77f072be4ef221dd1d44" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_2f3c3ba8285b0f8db19300d195bf7bea.setContent(html_54916405212a77f072be4ef221dd1d44);
|
|
|
|
|
|
|
|
marker_6c1041e43f3c9acb322163db111bc788.bindPopup(popup_2f3c3ba8285b0f8db19300d195bf7bea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c1041e43f3c9acb322163db111bc788.setIcon(icon_3f5fc3a70614aa201ed7ff89813cd581);
|
|
|
|
|
|
var marker_84a9de633624985353661e9883ce1271 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_fc5ca280113e0631904c861a049c38f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b945d6d3c3170aeb34c8bcb1bdb942fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d8d545d704249d1f6c1a71ba5cbf9a4 = $(`<div id="html_4d8d545d704249d1f6c1a71ba5cbf9a4" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_b945d6d3c3170aeb34c8bcb1bdb942fd.setContent(html_4d8d545d704249d1f6c1a71ba5cbf9a4);
|
|
|
|
|
|
|
|
marker_84a9de633624985353661e9883ce1271.bindPopup(popup_b945d6d3c3170aeb34c8bcb1bdb942fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84a9de633624985353661e9883ce1271.setIcon(icon_fc5ca280113e0631904c861a049c38f7);
|
|
|
|
|
|
var marker_74ac6fd496e0ad0e53fa2159a5e93cb0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_7526ce52d52af782bbe089d853a58749 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d121e850cd4c1b609415dd7da78ee20a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f68ef5ef2c94567a801118ff3e75bf5 = $(`<div id="html_9f68ef5ef2c94567a801118ff3e75bf5" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_d121e850cd4c1b609415dd7da78ee20a.setContent(html_9f68ef5ef2c94567a801118ff3e75bf5);
|
|
|
|
|
|
|
|
marker_74ac6fd496e0ad0e53fa2159a5e93cb0.bindPopup(popup_d121e850cd4c1b609415dd7da78ee20a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74ac6fd496e0ad0e53fa2159a5e93cb0.setIcon(icon_7526ce52d52af782bbe089d853a58749);
|
|
|
|
|
|
var marker_0bd7ee568db0e08b6240ab304ad1e4e5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_08a3a0beac143b88cee02a5ecab70492 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81b2a26111ed62d0a11d3fe29637a792 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_452d111b7024cb0e787e5ec01e948d82 = $(`<div id="html_452d111b7024cb0e787e5ec01e948d82" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_81b2a26111ed62d0a11d3fe29637a792.setContent(html_452d111b7024cb0e787e5ec01e948d82);
|
|
|
|
|
|
|
|
marker_0bd7ee568db0e08b6240ab304ad1e4e5.bindPopup(popup_81b2a26111ed62d0a11d3fe29637a792)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bd7ee568db0e08b6240ab304ad1e4e5.setIcon(icon_08a3a0beac143b88cee02a5ecab70492);
|
|
|
|
|
|
var marker_d26c767241d896de781401a0ccdcd4ef = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_f893b46288c8e30518551df4d1a376ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c88ade3fb64be6a8304eed7e96ae386f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9859a9faf4ad8450e56d36ddc3608399 = $(`<div id="html_9859a9faf4ad8450e56d36ddc3608399" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_c88ade3fb64be6a8304eed7e96ae386f.setContent(html_9859a9faf4ad8450e56d36ddc3608399);
|
|
|
|
|
|
|
|
marker_d26c767241d896de781401a0ccdcd4ef.bindPopup(popup_c88ade3fb64be6a8304eed7e96ae386f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d26c767241d896de781401a0ccdcd4ef.setIcon(icon_f893b46288c8e30518551df4d1a376ad);
|
|
|
|
|
|
var marker_b00814f56350db9a43de4945bb64cccb = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_ff5fd954bbf7672787f882ccbe5b663b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_836baa17f2bc183b6dbd40fcf0ce5f78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1d9aa532371c4d7d020253cb7e92e4b = $(`<div id="html_d1d9aa532371c4d7d020253cb7e92e4b" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_836baa17f2bc183b6dbd40fcf0ce5f78.setContent(html_d1d9aa532371c4d7d020253cb7e92e4b);
|
|
|
|
|
|
|
|
marker_b00814f56350db9a43de4945bb64cccb.bindPopup(popup_836baa17f2bc183b6dbd40fcf0ce5f78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b00814f56350db9a43de4945bb64cccb.setIcon(icon_ff5fd954bbf7672787f882ccbe5b663b);
|
|
|
|
|
|
var marker_7a8e1c483befb078f4a2a20e38873e57 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_d1afa0b3fa2131ed38c7ce8bda066665 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b31115af3da27f2ae5fb4e1a1e5dbe76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b56374004dd2bd5e0cd70505c78c4987 = $(`<div id="html_b56374004dd2bd5e0cd70505c78c4987" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_b31115af3da27f2ae5fb4e1a1e5dbe76.setContent(html_b56374004dd2bd5e0cd70505c78c4987);
|
|
|
|
|
|
|
|
marker_7a8e1c483befb078f4a2a20e38873e57.bindPopup(popup_b31115af3da27f2ae5fb4e1a1e5dbe76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a8e1c483befb078f4a2a20e38873e57.setIcon(icon_d1afa0b3fa2131ed38c7ce8bda066665);
|
|
|
|
|
|
var marker_91a816318865d7d719cdcf67cbba6555 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_bbc3c749981952c321c8dc3ad59d3e96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0222ed93051bfd81db6f47b1d625a72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cfe499745d2eae0fca966edd9acad24 = $(`<div id="html_8cfe499745d2eae0fca966edd9acad24" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_a0222ed93051bfd81db6f47b1d625a72.setContent(html_8cfe499745d2eae0fca966edd9acad24);
|
|
|
|
|
|
|
|
marker_91a816318865d7d719cdcf67cbba6555.bindPopup(popup_a0222ed93051bfd81db6f47b1d625a72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91a816318865d7d719cdcf67cbba6555.setIcon(icon_bbc3c749981952c321c8dc3ad59d3e96);
|
|
|
|
|
|
var marker_06a57f52829c5be07af9acd2464ff05d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_17499a52f4df22661c905c3380735e6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5037d15412304307bb89ef635555413a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de09c71d7e4b9358fbf635ff0679f8f3 = $(`<div id="html_de09c71d7e4b9358fbf635ff0679f8f3" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_5037d15412304307bb89ef635555413a.setContent(html_de09c71d7e4b9358fbf635ff0679f8f3);
|
|
|
|
|
|
|
|
marker_06a57f52829c5be07af9acd2464ff05d.bindPopup(popup_5037d15412304307bb89ef635555413a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06a57f52829c5be07af9acd2464ff05d.setIcon(icon_17499a52f4df22661c905c3380735e6c);
|
|
|
|
|
|
var marker_865e1927492921b1592ace81996eed40 = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_deb3850343477719fa61991e36c1c106 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90d68280fafc2326d98c5365597f2582 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_936576b7fbf107d3f6aa2f84e0745f40 = $(`<div id="html_936576b7fbf107d3f6aa2f84e0745f40" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_90d68280fafc2326d98c5365597f2582.setContent(html_936576b7fbf107d3f6aa2f84e0745f40);
|
|
|
|
|
|
|
|
marker_865e1927492921b1592ace81996eed40.bindPopup(popup_90d68280fafc2326d98c5365597f2582)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_865e1927492921b1592ace81996eed40.setIcon(icon_deb3850343477719fa61991e36c1c106);
|
|
|
|
|
|
var marker_f76bf413032df14c65b5d4960c71a2de = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_691c53839702da93648a3a6b946b1b68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a7f4df05d588b349200b79470373c14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea07b8bc5503c653f1d661327b00eec1 = $(`<div id="html_ea07b8bc5503c653f1d661327b00eec1" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_7a7f4df05d588b349200b79470373c14.setContent(html_ea07b8bc5503c653f1d661327b00eec1);
|
|
|
|
|
|
|
|
marker_f76bf413032df14c65b5d4960c71a2de.bindPopup(popup_7a7f4df05d588b349200b79470373c14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f76bf413032df14c65b5d4960c71a2de.setIcon(icon_691c53839702da93648a3a6b946b1b68);
|
|
|
|
|
|
var marker_58228ab07c08da8e04abab3824ea9cbc = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_821fbff31447ad3bef5d216fcd3b4d23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8d7e809fea6c307cb3e69c23b68a435 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61bc3b7f7f0a7f2abcad16d948c43315 = $(`<div id="html_61bc3b7f7f0a7f2abcad16d948c43315" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_a8d7e809fea6c307cb3e69c23b68a435.setContent(html_61bc3b7f7f0a7f2abcad16d948c43315);
|
|
|
|
|
|
|
|
marker_58228ab07c08da8e04abab3824ea9cbc.bindPopup(popup_a8d7e809fea6c307cb3e69c23b68a435)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58228ab07c08da8e04abab3824ea9cbc.setIcon(icon_821fbff31447ad3bef5d216fcd3b4d23);
|
|
|
|
|
|
var marker_f5f79f63248a7e59777ff6b54d205ad9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_965ce32d4b6659b09e4ed23d837a37b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_841cfbeed87c67b4d56f4416562f5dbf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1303fce0ef5d5c3989514c4ebb94b0e6 = $(`<div id="html_1303fce0ef5d5c3989514c4ebb94b0e6" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_841cfbeed87c67b4d56f4416562f5dbf.setContent(html_1303fce0ef5d5c3989514c4ebb94b0e6);
|
|
|
|
|
|
|
|
marker_f5f79f63248a7e59777ff6b54d205ad9.bindPopup(popup_841cfbeed87c67b4d56f4416562f5dbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5f79f63248a7e59777ff6b54d205ad9.setIcon(icon_965ce32d4b6659b09e4ed23d837a37b8);
|
|
|
|
|
|
var marker_54483906a7cff822c69f60c733151643 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_ffd26264117519d19a5abab1b6d9d5ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a95ebb87a96779572350c8e90bbf37a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ffac26e1b9bbc5d9e9a5157e4e7bb8b = $(`<div id="html_2ffac26e1b9bbc5d9e9a5157e4e7bb8b" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_0a95ebb87a96779572350c8e90bbf37a.setContent(html_2ffac26e1b9bbc5d9e9a5157e4e7bb8b);
|
|
|
|
|
|
|
|
marker_54483906a7cff822c69f60c733151643.bindPopup(popup_0a95ebb87a96779572350c8e90bbf37a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54483906a7cff822c69f60c733151643.setIcon(icon_ffd26264117519d19a5abab1b6d9d5ae);
|
|
|
|
|
|
var marker_ce85e13025019ae8859b2cfc2ff71217 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_4ae9bb71267a3f8cf1766d0ef6f47451 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7eb8d27d26bc2c74c119a14472248787 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae2ea7cba06a2a130e8b9bc55cbaeb11 = $(`<div id="html_ae2ea7cba06a2a130e8b9bc55cbaeb11" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_7eb8d27d26bc2c74c119a14472248787.setContent(html_ae2ea7cba06a2a130e8b9bc55cbaeb11);
|
|
|
|
|
|
|
|
marker_ce85e13025019ae8859b2cfc2ff71217.bindPopup(popup_7eb8d27d26bc2c74c119a14472248787)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce85e13025019ae8859b2cfc2ff71217.setIcon(icon_4ae9bb71267a3f8cf1766d0ef6f47451);
|
|
|
|
|
|
var marker_3cc7fb23023be7d2b73719029ac80b88 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_8c90ce907b6470091ac83fe7491e8556 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9042355777a7db04c605fa23ba9d026 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7167a27b9157f8b158dca085da322ab1 = $(`<div id="html_7167a27b9157f8b158dca085da322ab1" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_b9042355777a7db04c605fa23ba9d026.setContent(html_7167a27b9157f8b158dca085da322ab1);
|
|
|
|
|
|
|
|
marker_3cc7fb23023be7d2b73719029ac80b88.bindPopup(popup_b9042355777a7db04c605fa23ba9d026)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cc7fb23023be7d2b73719029ac80b88.setIcon(icon_8c90ce907b6470091ac83fe7491e8556);
|
|
|
|
|
|
var marker_fdb7aa031ee9db3c095fbba13b910616 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a50d3277ed7dda4404106d08c939da99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3aec1b3181fa734fdbc92335f95a13bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa4cf0502055131dbd534d5e46035cd9 = $(`<div id="html_fa4cf0502055131dbd534d5e46035cd9" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_3aec1b3181fa734fdbc92335f95a13bf.setContent(html_fa4cf0502055131dbd534d5e46035cd9);
|
|
|
|
|
|
|
|
marker_fdb7aa031ee9db3c095fbba13b910616.bindPopup(popup_3aec1b3181fa734fdbc92335f95a13bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdb7aa031ee9db3c095fbba13b910616.setIcon(icon_a50d3277ed7dda4404106d08c939da99);
|
|
|
|
|
|
var marker_768684b31d452ad383cbc8e4decbe7a9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_961c56f01346b1e37dc37034e7d061ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1885fa9a00ba149a09edc092b28dc6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08ceb6cc7f58da39a0740362262dba32 = $(`<div id="html_08ceb6cc7f58da39a0740362262dba32" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_e1885fa9a00ba149a09edc092b28dc6f.setContent(html_08ceb6cc7f58da39a0740362262dba32);
|
|
|
|
|
|
|
|
marker_768684b31d452ad383cbc8e4decbe7a9.bindPopup(popup_e1885fa9a00ba149a09edc092b28dc6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_768684b31d452ad383cbc8e4decbe7a9.setIcon(icon_961c56f01346b1e37dc37034e7d061ad);
|
|
|
|
|
|
var marker_e63b9ae3fa9b49fa8fb6c8ec40bd6da1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_dfc8b4b76e7cfe1b5c76fc1fc3318c8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5199e73a3bfdc061e00bce1a786e2812 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e02885c33a1fadf90ef713b9a6ba2b2 = $(`<div id="html_8e02885c33a1fadf90ef713b9a6ba2b2" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_5199e73a3bfdc061e00bce1a786e2812.setContent(html_8e02885c33a1fadf90ef713b9a6ba2b2);
|
|
|
|
|
|
|
|
marker_e63b9ae3fa9b49fa8fb6c8ec40bd6da1.bindPopup(popup_5199e73a3bfdc061e00bce1a786e2812)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e63b9ae3fa9b49fa8fb6c8ec40bd6da1.setIcon(icon_dfc8b4b76e7cfe1b5c76fc1fc3318c8f);
|
|
|
|
|
|
var marker_d8c797c21b26b7d2e8b53dc0fd9d0d54 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_ee2d9923e93a218ee7d60792620e33f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c60bc2988dfb9267cd28bed41ff397d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_544185a72e4dd3b8d94d5f7fb02831ac = $(`<div id="html_544185a72e4dd3b8d94d5f7fb02831ac" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_9c60bc2988dfb9267cd28bed41ff397d.setContent(html_544185a72e4dd3b8d94d5f7fb02831ac);
|
|
|
|
|
|
|
|
marker_d8c797c21b26b7d2e8b53dc0fd9d0d54.bindPopup(popup_9c60bc2988dfb9267cd28bed41ff397d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8c797c21b26b7d2e8b53dc0fd9d0d54.setIcon(icon_ee2d9923e93a218ee7d60792620e33f6);
|
|
|
|
|
|
var marker_55dc821d84457883e47cd9f34fbefd40 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_8f97d18dcdc5143c780954de7b3c4685 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85f446e4dc694ebc928ba47a7aa54d5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_808f967d1bf6984a4a8445922808e5b1 = $(`<div id="html_808f967d1bf6984a4a8445922808e5b1" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_85f446e4dc694ebc928ba47a7aa54d5e.setContent(html_808f967d1bf6984a4a8445922808e5b1);
|
|
|
|
|
|
|
|
marker_55dc821d84457883e47cd9f34fbefd40.bindPopup(popup_85f446e4dc694ebc928ba47a7aa54d5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55dc821d84457883e47cd9f34fbefd40.setIcon(icon_8f97d18dcdc5143c780954de7b3c4685);
|
|
|
|
|
|
var marker_b584b1df365a7cfb928bdb25180fcdae = L.marker(
|
|
[49.8667, -125.133],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_9d51469f3be0828ca6b3a4d513c41ed5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_beea48a5a96c1cade72b2ceb98d7770f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1b4e3522e7b90f0fb8432937cb247ac = $(`<div id="html_a1b4e3522e7b90f0fb8432937cb247ac" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_beea48a5a96c1cade72b2ceb98d7770f.setContent(html_a1b4e3522e7b90f0fb8432937cb247ac);
|
|
|
|
|
|
|
|
marker_b584b1df365a7cfb928bdb25180fcdae.bindPopup(popup_beea48a5a96c1cade72b2ceb98d7770f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b584b1df365a7cfb928bdb25180fcdae.setIcon(icon_9d51469f3be0828ca6b3a4d513c41ed5);
|
|
|
|
|
|
var marker_3ffe0c78b87c049d25dee62cccd0202e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_f679333fe6ce98f4d4d5ee04b44fee94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2623f801cb97d5a85e804646efe02968 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc08af4f5f0dbd4c242a3af1eaeab04e = $(`<div id="html_bc08af4f5f0dbd4c242a3af1eaeab04e" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_2623f801cb97d5a85e804646efe02968.setContent(html_bc08af4f5f0dbd4c242a3af1eaeab04e);
|
|
|
|
|
|
|
|
marker_3ffe0c78b87c049d25dee62cccd0202e.bindPopup(popup_2623f801cb97d5a85e804646efe02968)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ffe0c78b87c049d25dee62cccd0202e.setIcon(icon_f679333fe6ce98f4d4d5ee04b44fee94);
|
|
|
|
|
|
var marker_30cf545c7afbd1da0b4d03c92acb6293 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a123cd3999e54c5c4118ab45ec09b4a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2c447f0d6ea693b8e6021b67df3cac4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04cc44f4210ad499adf8bdc77c011e33 = $(`<div id="html_04cc44f4210ad499adf8bdc77c011e33" style="width: 100.0%; height: 100.0%;">relay.henryxplace.eu.org:9988</div>`)[0];
|
|
popup_f2c447f0d6ea693b8e6021b67df3cac4.setContent(html_04cc44f4210ad499adf8bdc77c011e33);
|
|
|
|
|
|
|
|
marker_30cf545c7afbd1da0b4d03c92acb6293.bindPopup(popup_f2c447f0d6ea693b8e6021b67df3cac4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30cf545c7afbd1da0b4d03c92acb6293.setIcon(icon_a123cd3999e54c5c4118ab45ec09b4a1);
|
|
|
|
|
|
var marker_59e9c6058e422a2502114d65c213934d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_0ca37d57a373adc248b979c60ac64cc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59c51a2bd79b22224c40769a91bbd496 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_722c6569c7623fa7b11d334a00ade75b = $(`<div id="html_722c6569c7623fa7b11d334a00ade75b" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_59c51a2bd79b22224c40769a91bbd496.setContent(html_722c6569c7623fa7b11d334a00ade75b);
|
|
|
|
|
|
|
|
marker_59e9c6058e422a2502114d65c213934d.bindPopup(popup_59c51a2bd79b22224c40769a91bbd496)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59e9c6058e422a2502114d65c213934d.setIcon(icon_0ca37d57a373adc248b979c60ac64cc8);
|
|
|
|
|
|
var marker_4e80dc43b0bb60dd4edfdcd5923fffe9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_fca4527fab3700574731b7f88bde1e96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9a167fc38b5c0b8d3b671d469f99b21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31861ca287be4dcec0ad505cfcd0146b = $(`<div id="html_31861ca287be4dcec0ad505cfcd0146b" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_a9a167fc38b5c0b8d3b671d469f99b21.setContent(html_31861ca287be4dcec0ad505cfcd0146b);
|
|
|
|
|
|
|
|
marker_4e80dc43b0bb60dd4edfdcd5923fffe9.bindPopup(popup_a9a167fc38b5c0b8d3b671d469f99b21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e80dc43b0bb60dd4edfdcd5923fffe9.setIcon(icon_fca4527fab3700574731b7f88bde1e96);
|
|
|
|
|
|
var marker_175f7c36f85f2a07242bb0e875d899ad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_7793c8630cead0d0e121113aa6c4ebb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19d73d86d80616b9f1493397657ded30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50f6e395365e41ae1810acc14c2e4c1c = $(`<div id="html_50f6e395365e41ae1810acc14c2e4c1c" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_19d73d86d80616b9f1493397657ded30.setContent(html_50f6e395365e41ae1810acc14c2e4c1c);
|
|
|
|
|
|
|
|
marker_175f7c36f85f2a07242bb0e875d899ad.bindPopup(popup_19d73d86d80616b9f1493397657ded30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_175f7c36f85f2a07242bb0e875d899ad.setIcon(icon_7793c8630cead0d0e121113aa6c4ebb3);
|
|
|
|
|
|
var marker_c36bd1346f179e10cb77fb87c269eeae = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_4838a0b5cf5b0c339554b76317c35803 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8570ba2771868d010af8c18afb892757 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_beac49d71adfa77ebbb64b919bd44886 = $(`<div id="html_beac49d71adfa77ebbb64b919bd44886" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_8570ba2771868d010af8c18afb892757.setContent(html_beac49d71adfa77ebbb64b919bd44886);
|
|
|
|
|
|
|
|
marker_c36bd1346f179e10cb77fb87c269eeae.bindPopup(popup_8570ba2771868d010af8c18afb892757)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c36bd1346f179e10cb77fb87c269eeae.setIcon(icon_4838a0b5cf5b0c339554b76317c35803);
|
|
|
|
|
|
var marker_6d751f7f484122e1ce49891d63604849 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_412e19eac74387ed3ecdf84e00b923a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cdde5b13a2c54dfa4e51ad2239f9726 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd3ad66afbad8863e42847acf4159062 = $(`<div id="html_bd3ad66afbad8863e42847acf4159062" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_0cdde5b13a2c54dfa4e51ad2239f9726.setContent(html_bd3ad66afbad8863e42847acf4159062);
|
|
|
|
|
|
|
|
marker_6d751f7f484122e1ce49891d63604849.bindPopup(popup_0cdde5b13a2c54dfa4e51ad2239f9726)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d751f7f484122e1ce49891d63604849.setIcon(icon_412e19eac74387ed3ecdf84e00b923a3);
|
|
|
|
|
|
var marker_d4955f2c25d84b59e9a575831e23f221 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_42a5371a8f9a74dff3e341ca3cebfd08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12f166f2299bef78d38553441cd2ba98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80de05603cb110defb187e01c77a36fe = $(`<div id="html_80de05603cb110defb187e01c77a36fe" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_12f166f2299bef78d38553441cd2ba98.setContent(html_80de05603cb110defb187e01c77a36fe);
|
|
|
|
|
|
|
|
marker_d4955f2c25d84b59e9a575831e23f221.bindPopup(popup_12f166f2299bef78d38553441cd2ba98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4955f2c25d84b59e9a575831e23f221.setIcon(icon_42a5371a8f9a74dff3e341ca3cebfd08);
|
|
|
|
|
|
var marker_9741c5774681f799ce844f6cdc4865f7 = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_c78e1ed482bfd302ca7c136b1063212b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acf8c8aa42b0d4fefc85cbff2617b651 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a1f63afedbc077853a9f33b187b19b1 = $(`<div id="html_8a1f63afedbc077853a9f33b187b19b1" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_acf8c8aa42b0d4fefc85cbff2617b651.setContent(html_8a1f63afedbc077853a9f33b187b19b1);
|
|
|
|
|
|
|
|
marker_9741c5774681f799ce844f6cdc4865f7.bindPopup(popup_acf8c8aa42b0d4fefc85cbff2617b651)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9741c5774681f799ce844f6cdc4865f7.setIcon(icon_c78e1ed482bfd302ca7c136b1063212b);
|
|
|
|
|
|
var marker_ae186809665effcecfd08d61f99522e0 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_23c614e3581d8962951f80558e7b1981 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed126f5ef19c4c8952c39ed9a81fea23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e371c51c61ec786b458e14a0ab61bf93 = $(`<div id="html_e371c51c61ec786b458e14a0ab61bf93" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_ed126f5ef19c4c8952c39ed9a81fea23.setContent(html_e371c51c61ec786b458e14a0ab61bf93);
|
|
|
|
|
|
|
|
marker_ae186809665effcecfd08d61f99522e0.bindPopup(popup_ed126f5ef19c4c8952c39ed9a81fea23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae186809665effcecfd08d61f99522e0.setIcon(icon_23c614e3581d8962951f80558e7b1981);
|
|
|
|
|
|
var marker_136099dc3a05993b4854bb3056455c1a = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_a8fae3060cbc1cd0110931613fa57746 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6993b810089a6da01492c20042470ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8a86cf6bcf7fac5c24627adc1a16458 = $(`<div id="html_f8a86cf6bcf7fac5c24627adc1a16458" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_f6993b810089a6da01492c20042470ac.setContent(html_f8a86cf6bcf7fac5c24627adc1a16458);
|
|
|
|
|
|
|
|
marker_136099dc3a05993b4854bb3056455c1a.bindPopup(popup_f6993b810089a6da01492c20042470ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_136099dc3a05993b4854bb3056455c1a.setIcon(icon_a8fae3060cbc1cd0110931613fa57746);
|
|
|
|
|
|
var marker_05f8e023655b30a63466d4a4cfd7bd3d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_f664bfb40be6e6d7fe826f436c4929bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d41c73f513c7e8a07093f2f747dd452 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1097cee90e6dc7fc6be7ee51f3d36eb0 = $(`<div id="html_1097cee90e6dc7fc6be7ee51f3d36eb0" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_2d41c73f513c7e8a07093f2f747dd452.setContent(html_1097cee90e6dc7fc6be7ee51f3d36eb0);
|
|
|
|
|
|
|
|
marker_05f8e023655b30a63466d4a4cfd7bd3d.bindPopup(popup_2d41c73f513c7e8a07093f2f747dd452)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05f8e023655b30a63466d4a4cfd7bd3d.setIcon(icon_f664bfb40be6e6d7fe826f436c4929bc);
|
|
|
|
|
|
var marker_ac90a7f41253020ccd4d5afb5fa40f44 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_7aedca1f98266c9cc068adf91e26123e);
|
|
|
|
|
|
var icon_90fae2a58b7e98c2a13787fa9cad2343 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a63a43d5e473f89ad3ba9a16dde7b84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c6b3441aca4028a339a0a6c7b425f3c = $(`<div id="html_9c6b3441aca4028a339a0a6c7b425f3c" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_5a63a43d5e473f89ad3ba9a16dde7b84.setContent(html_9c6b3441aca4028a339a0a6c7b425f3c);
|
|
|
|
|
|
|
|
marker_ac90a7f41253020ccd4d5afb5fa40f44.bindPopup(popup_5a63a43d5e473f89ad3ba9a16dde7b84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac90a7f41253020ccd4d5afb5fa40f44.setIcon(icon_90fae2a58b7e98c2a13787fa9cad2343);
|
|
|
|
|
|
marker_cluster_7aedca1f98266c9cc068adf91e26123e.addTo(map_4a3a821180d0f38c7900b76bbf57a79b);
|
|
|
|
</script>
|
|
</html> |