mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-26 17:25:19 +00:00
16491 lines
480 KiB
HTML
16491 lines
480 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_1d3a42bdaf91966b980aa175abb645ad {
|
|
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_1d3a42bdaf91966b980aa175abb645ad" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_1d3a42bdaf91966b980aa175abb645ad = L.map(
|
|
"map_1d3a42bdaf91966b980aa175abb645ad",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_a3bf5d8e2278601332ee27d829568863 = 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_a3bf5d8e2278601332ee27d829568863.addTo(map_1d3a42bdaf91966b980aa175abb645ad);
|
|
|
|
|
|
var marker_cluster_72c7228a367ea2d8212d9719fa59d1aa = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_4984ab32387955ffd1a3d8d736089121 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_89c11b34a66dffb17c6c992ee90012b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c48b6a93bedfbbc35e359d43f55fe297 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9472faed98331d94521f21143b1a4aa7 = $(`<div id="html_9472faed98331d94521f21143b1a4aa7" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_c48b6a93bedfbbc35e359d43f55fe297.setContent(html_9472faed98331d94521f21143b1a4aa7);
|
|
|
|
|
|
|
|
marker_4984ab32387955ffd1a3d8d736089121.bindPopup(popup_c48b6a93bedfbbc35e359d43f55fe297)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4984ab32387955ffd1a3d8d736089121.setIcon(icon_89c11b34a66dffb17c6c992ee90012b4);
|
|
|
|
|
|
var marker_7d41d9319351d3295d8d6d9d58256b1a = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_677964d0ebc0b07527654c48667a3bad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f47471e5455ad897ee18c6e81affc21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fbabf38d9788a750ee12751ede1567b = $(`<div id="html_9fbabf38d9788a750ee12751ede1567b" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st:443</div>`)[0];
|
|
popup_3f47471e5455ad897ee18c6e81affc21.setContent(html_9fbabf38d9788a750ee12751ede1567b);
|
|
|
|
|
|
|
|
marker_7d41d9319351d3295d8d6d9d58256b1a.bindPopup(popup_3f47471e5455ad897ee18c6e81affc21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d41d9319351d3295d8d6d9d58256b1a.setIcon(icon_677964d0ebc0b07527654c48667a3bad);
|
|
|
|
|
|
var marker_608842ba0a20381a65ba7ad2e3f67909 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_670ba2e21d651b557fdb62ed5f68c072 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87146e1851709d39d60a9ca8f76cf9bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0afd5aa5932ba0ad9a6586abefe3281d = $(`<div id="html_0afd5aa5932ba0ad9a6586abefe3281d" style="width: 100.0%; height: 100.0%;">relay.lanavault.space:443</div>`)[0];
|
|
popup_87146e1851709d39d60a9ca8f76cf9bc.setContent(html_0afd5aa5932ba0ad9a6586abefe3281d);
|
|
|
|
|
|
|
|
marker_608842ba0a20381a65ba7ad2e3f67909.bindPopup(popup_87146e1851709d39d60a9ca8f76cf9bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_608842ba0a20381a65ba7ad2e3f67909.setIcon(icon_670ba2e21d651b557fdb62ed5f68c072);
|
|
|
|
|
|
var marker_7d04481ef358a0c195867f5248300b5d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_344645e8e47c6529897f3ff26a1de7c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04c02eec3c935d69491c0991c94dec27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3140d06c906825420f64444cdc55226b = $(`<div id="html_3140d06c906825420f64444cdc55226b" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_04c02eec3c935d69491c0991c94dec27.setContent(html_3140d06c906825420f64444cdc55226b);
|
|
|
|
|
|
|
|
marker_7d04481ef358a0c195867f5248300b5d.bindPopup(popup_04c02eec3c935d69491c0991c94dec27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d04481ef358a0c195867f5248300b5d.setIcon(icon_344645e8e47c6529897f3ff26a1de7c3);
|
|
|
|
|
|
var marker_fb6818dcade109d0ae522bba664a9372 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_0e8d73de7d5590743702c5f1ba2a3e21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eed1d67f0574a78a4fcd46579cbe9d06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_118e0ab734e762ade811f541817458a4 = $(`<div id="html_118e0ab734e762ade811f541817458a4" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_eed1d67f0574a78a4fcd46579cbe9d06.setContent(html_118e0ab734e762ade811f541817458a4);
|
|
|
|
|
|
|
|
marker_fb6818dcade109d0ae522bba664a9372.bindPopup(popup_eed1d67f0574a78a4fcd46579cbe9d06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb6818dcade109d0ae522bba664a9372.setIcon(icon_0e8d73de7d5590743702c5f1ba2a3e21);
|
|
|
|
|
|
var marker_f81e8c554fc245dcdfad5a855a2ed226 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_6cda5bbeb2d48fbf176ba9a6ed065561 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84bb76f7fcdb496eed7ea1ef8fbd8aa2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b450565a8e14ce595b821c670abffd53 = $(`<div id="html_b450565a8e14ce595b821c670abffd53" style="width: 100.0%; height: 100.0%;">relay.angor.io:443</div>`)[0];
|
|
popup_84bb76f7fcdb496eed7ea1ef8fbd8aa2.setContent(html_b450565a8e14ce595b821c670abffd53);
|
|
|
|
|
|
|
|
marker_f81e8c554fc245dcdfad5a855a2ed226.bindPopup(popup_84bb76f7fcdb496eed7ea1ef8fbd8aa2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f81e8c554fc245dcdfad5a855a2ed226.setIcon(icon_6cda5bbeb2d48fbf176ba9a6ed065561);
|
|
|
|
|
|
var marker_5d8144235b707cb7e576e1de44ac614a = L.marker(
|
|
[41.2861, 1.24993],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_160cde8abb04ed8f1f0ea50c45d9f1a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_272253f57956fc45814b184a1248f482 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d11b855fe8f9c53689bcfed0d848145 = $(`<div id="html_3d11b855fe8f9c53689bcfed0d848145" style="width: 100.0%; height: 100.0%;">btc.klendazu.com</div>`)[0];
|
|
popup_272253f57956fc45814b184a1248f482.setContent(html_3d11b855fe8f9c53689bcfed0d848145);
|
|
|
|
|
|
|
|
marker_5d8144235b707cb7e576e1de44ac614a.bindPopup(popup_272253f57956fc45814b184a1248f482)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d8144235b707cb7e576e1de44ac614a.setIcon(icon_160cde8abb04ed8f1f0ea50c45d9f1a5);
|
|
|
|
|
|
var marker_e59ddee524ed48e5e0c43357acf7ea43 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7b32bb5ce1f6f3232fbffa6164cd2b07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10e8dac209a13a278b0e22fd8273d1e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f041823291916b94e1049772630d5800 = $(`<div id="html_f041823291916b94e1049772630d5800" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_10e8dac209a13a278b0e22fd8273d1e5.setContent(html_f041823291916b94e1049772630d5800);
|
|
|
|
|
|
|
|
marker_e59ddee524ed48e5e0c43357acf7ea43.bindPopup(popup_10e8dac209a13a278b0e22fd8273d1e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e59ddee524ed48e5e0c43357acf7ea43.setIcon(icon_7b32bb5ce1f6f3232fbffa6164cd2b07);
|
|
|
|
|
|
var marker_508a097d0dfff9ef47d7a3c07559f108 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_04bdd0c945b590e9ad911de95505ff1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a7ad9e2f00ab325291e93792783eff2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b6bfc187ae2313b54c485a5c7dde840 = $(`<div id="html_4b6bfc187ae2313b54c485a5c7dde840" style="width: 100.0%; height: 100.0%;">nostr.data.haus:443</div>`)[0];
|
|
popup_9a7ad9e2f00ab325291e93792783eff2.setContent(html_4b6bfc187ae2313b54c485a5c7dde840);
|
|
|
|
|
|
|
|
marker_508a097d0dfff9ef47d7a3c07559f108.bindPopup(popup_9a7ad9e2f00ab325291e93792783eff2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_508a097d0dfff9ef47d7a3c07559f108.setIcon(icon_04bdd0c945b590e9ad911de95505ff1c);
|
|
|
|
|
|
var marker_796ca80dad6a53eced077a4376b88889 = L.marker(
|
|
[40.7862, -74.0743],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_cb796f2bb6d2f82b291dff761587a022 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80300c84dbdb41c19ddedc45c08eeb65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_649e0090eb6e0942386aaa550edb9046 = $(`<div id="html_649e0090eb6e0942386aaa550edb9046" style="width: 100.0%; height: 100.0%;">relay-us.zombi.cloudrodion.com</div>`)[0];
|
|
popup_80300c84dbdb41c19ddedc45c08eeb65.setContent(html_649e0090eb6e0942386aaa550edb9046);
|
|
|
|
|
|
|
|
marker_796ca80dad6a53eced077a4376b88889.bindPopup(popup_80300c84dbdb41c19ddedc45c08eeb65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_796ca80dad6a53eced077a4376b88889.setIcon(icon_cb796f2bb6d2f82b291dff761587a022);
|
|
|
|
|
|
var marker_809387638422032292bd93045fc10321 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_8a7ca940344e643f633d7d6b841dc553 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbf46f2c0392c232b6a73bc2f3f817c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_915348d1bf35886f4169d051cdea8059 = $(`<div id="html_915348d1bf35886f4169d051cdea8059" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_fbf46f2c0392c232b6a73bc2f3f817c6.setContent(html_915348d1bf35886f4169d051cdea8059);
|
|
|
|
|
|
|
|
marker_809387638422032292bd93045fc10321.bindPopup(popup_fbf46f2c0392c232b6a73bc2f3f817c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_809387638422032292bd93045fc10321.setIcon(icon_8a7ca940344e643f633d7d6b841dc553);
|
|
|
|
|
|
var marker_6f0defcc2524d60337f8f790a8eba8e7 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_76c4f4dfb23a02a5302c912dd9cc4bcd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33ec84c9b2d0707d5c9e7f2d1eb6fea1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1417ba3d7a52568927534c18063e572e = $(`<div id="html_1417ba3d7a52568927534c18063e572e" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_33ec84c9b2d0707d5c9e7f2d1eb6fea1.setContent(html_1417ba3d7a52568927534c18063e572e);
|
|
|
|
|
|
|
|
marker_6f0defcc2524d60337f8f790a8eba8e7.bindPopup(popup_33ec84c9b2d0707d5c9e7f2d1eb6fea1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f0defcc2524d60337f8f790a8eba8e7.setIcon(icon_76c4f4dfb23a02a5302c912dd9cc4bcd);
|
|
|
|
|
|
var marker_6e939c34c64fc3b93a120d70e9bb8c80 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e4d3a2560ec6de7696d4e8554d00a31a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f55c909c6f1731d81233c8f925425f00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41859cac53bea6df29307c16f19080e8 = $(`<div id="html_41859cac53bea6df29307c16f19080e8" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_f55c909c6f1731d81233c8f925425f00.setContent(html_41859cac53bea6df29307c16f19080e8);
|
|
|
|
|
|
|
|
marker_6e939c34c64fc3b93a120d70e9bb8c80.bindPopup(popup_f55c909c6f1731d81233c8f925425f00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e939c34c64fc3b93a120d70e9bb8c80.setIcon(icon_e4d3a2560ec6de7696d4e8554d00a31a);
|
|
|
|
|
|
var marker_0e0a5504e87d9da2b04c58da9e6db52b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_449ae30db263f4d5234d8a40fc0780b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13d6f063f7eaad3b2c8a47d3dfcb1ee9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78c19827633809771244587040afc62c = $(`<div id="html_78c19827633809771244587040afc62c" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_13d6f063f7eaad3b2c8a47d3dfcb1ee9.setContent(html_78c19827633809771244587040afc62c);
|
|
|
|
|
|
|
|
marker_0e0a5504e87d9da2b04c58da9e6db52b.bindPopup(popup_13d6f063f7eaad3b2c8a47d3dfcb1ee9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e0a5504e87d9da2b04c58da9e6db52b.setIcon(icon_449ae30db263f4d5234d8a40fc0780b0);
|
|
|
|
|
|
var marker_a7f95b071dd2147ea14f26f0b3886e17 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_057e2f5089f9376faa333ed941589c7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a29cef4a2ab04220a888770f9695053 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f238d6281765bc7711308ac0d4f03c9 = $(`<div id="html_4f238d6281765bc7711308ac0d4f03c9" style="width: 100.0%; height: 100.0%;">relay.sigit.io:443</div>`)[0];
|
|
popup_7a29cef4a2ab04220a888770f9695053.setContent(html_4f238d6281765bc7711308ac0d4f03c9);
|
|
|
|
|
|
|
|
marker_a7f95b071dd2147ea14f26f0b3886e17.bindPopup(popup_7a29cef4a2ab04220a888770f9695053)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7f95b071dd2147ea14f26f0b3886e17.setIcon(icon_057e2f5089f9376faa333ed941589c7b);
|
|
|
|
|
|
var marker_83333782c18ee969cf2bbd2f59384aa9 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_417c16b35573dc5c9f7881bba91ed813 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d1c13ac014ecf2d6174196b9be4d433 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f1d7945b965c185aede4c7d1da4ea10 = $(`<div id="html_8f1d7945b965c185aede4c7d1da4ea10" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_3d1c13ac014ecf2d6174196b9be4d433.setContent(html_8f1d7945b965c185aede4c7d1da4ea10);
|
|
|
|
|
|
|
|
marker_83333782c18ee969cf2bbd2f59384aa9.bindPopup(popup_3d1c13ac014ecf2d6174196b9be4d433)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83333782c18ee969cf2bbd2f59384aa9.setIcon(icon_417c16b35573dc5c9f7881bba91ed813);
|
|
|
|
|
|
var marker_6f714919bdbc697cab10e29d7c69c236 = L.marker(
|
|
[41.8967, 12.4822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_0fb429db91208619a57dcbc28c5df776 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12b066e76a3fe0a00c2a711ab08cabde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b53f130a3a92f3a152f9f498d37ae4d = $(`<div id="html_4b53f130a3a92f3a152f9f498d37ae4d" style="width: 100.0%; height: 100.0%;">21milionidinostr.duckdns.org</div>`)[0];
|
|
popup_12b066e76a3fe0a00c2a711ab08cabde.setContent(html_4b53f130a3a92f3a152f9f498d37ae4d);
|
|
|
|
|
|
|
|
marker_6f714919bdbc697cab10e29d7c69c236.bindPopup(popup_12b066e76a3fe0a00c2a711ab08cabde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f714919bdbc697cab10e29d7c69c236.setIcon(icon_0fb429db91208619a57dcbc28c5df776);
|
|
|
|
|
|
var marker_3c6b83d442122c7f262ad30f1b6ee149 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_1dd7141910de9439af7f070fe00af153 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4791279f79c1cebcaa506ad34bd70852 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2ee438882ae8da45283fb6a1aa50b75 = $(`<div id="html_a2ee438882ae8da45283fb6a1aa50b75" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_4791279f79c1cebcaa506ad34bd70852.setContent(html_a2ee438882ae8da45283fb6a1aa50b75);
|
|
|
|
|
|
|
|
marker_3c6b83d442122c7f262ad30f1b6ee149.bindPopup(popup_4791279f79c1cebcaa506ad34bd70852)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c6b83d442122c7f262ad30f1b6ee149.setIcon(icon_1dd7141910de9439af7f070fe00af153);
|
|
|
|
|
|
var marker_64213938bae813dc69cbb781bd649542 = L.marker(
|
|
[39.6478, -104.988],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_abfbebfdfab956dfea1a7cfee045e733 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_336715a11e917e65cc829a6de8254fff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5b2795e886516e2a30698e8fcc7bb16 = $(`<div id="html_a5b2795e886516e2a30698e8fcc7bb16" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_336715a11e917e65cc829a6de8254fff.setContent(html_a5b2795e886516e2a30698e8fcc7bb16);
|
|
|
|
|
|
|
|
marker_64213938bae813dc69cbb781bd649542.bindPopup(popup_336715a11e917e65cc829a6de8254fff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64213938bae813dc69cbb781bd649542.setIcon(icon_abfbebfdfab956dfea1a7cfee045e733);
|
|
|
|
|
|
var marker_0a8013ec2d6a1fd88185db5d4cce3ece = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_fa49dca6564a346d255792d0822d544a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7053dbecfc8889d0594bd3a526d24023 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0be84ab1ddcf376d1607b76f235cea95 = $(`<div id="html_0be84ab1ddcf376d1607b76f235cea95" style="width: 100.0%; height: 100.0%;">relay.minibolt.info:443</div>`)[0];
|
|
popup_7053dbecfc8889d0594bd3a526d24023.setContent(html_0be84ab1ddcf376d1607b76f235cea95);
|
|
|
|
|
|
|
|
marker_0a8013ec2d6a1fd88185db5d4cce3ece.bindPopup(popup_7053dbecfc8889d0594bd3a526d24023)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a8013ec2d6a1fd88185db5d4cce3ece.setIcon(icon_fa49dca6564a346d255792d0822d544a);
|
|
|
|
|
|
var marker_32a4fb4d62896bdb1a29d683521c7a7a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_1669d9a3c57233ef0f81be5c6d23b1ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a231e7fc66b578ad3b57fe355ec7c0b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f444a0cbf2770c0d80de51af62fb578 = $(`<div id="html_1f444a0cbf2770c0d80de51af62fb578" style="width: 100.0%; height: 100.0%;">nostr.purpura.cloud</div>`)[0];
|
|
popup_a231e7fc66b578ad3b57fe355ec7c0b0.setContent(html_1f444a0cbf2770c0d80de51af62fb578);
|
|
|
|
|
|
|
|
marker_32a4fb4d62896bdb1a29d683521c7a7a.bindPopup(popup_a231e7fc66b578ad3b57fe355ec7c0b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32a4fb4d62896bdb1a29d683521c7a7a.setIcon(icon_1669d9a3c57233ef0f81be5c6d23b1ec);
|
|
|
|
|
|
var marker_a55dd6d73c809f9c08cfed2b710f7a82 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_3ee31c1a001062cafa639a5b3aa97b73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fedc66bb78e36c8fcf8da254dc54317 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12db3b09e2da9f0454f14fe2f4dcd4c6 = $(`<div id="html_12db3b09e2da9f0454f14fe2f4dcd4c6" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com:443</div>`)[0];
|
|
popup_7fedc66bb78e36c8fcf8da254dc54317.setContent(html_12db3b09e2da9f0454f14fe2f4dcd4c6);
|
|
|
|
|
|
|
|
marker_a55dd6d73c809f9c08cfed2b710f7a82.bindPopup(popup_7fedc66bb78e36c8fcf8da254dc54317)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a55dd6d73c809f9c08cfed2b710f7a82.setIcon(icon_3ee31c1a001062cafa639a5b3aa97b73);
|
|
|
|
|
|
var marker_deb51dbf23775abe64bfbee9ea12acd7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e7d82f86baa899dc05fc1faa27282427 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb7b429d4ebb469a486b254a134d44c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fc7aca54b48d5bc01c5d8efbdd3067b = $(`<div id="html_5fc7aca54b48d5bc01c5d8efbdd3067b" style="width: 100.0%; height: 100.0%;">relay.fountain.fm:443</div>`)[0];
|
|
popup_fb7b429d4ebb469a486b254a134d44c0.setContent(html_5fc7aca54b48d5bc01c5d8efbdd3067b);
|
|
|
|
|
|
|
|
marker_deb51dbf23775abe64bfbee9ea12acd7.bindPopup(popup_fb7b429d4ebb469a486b254a134d44c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_deb51dbf23775abe64bfbee9ea12acd7.setIcon(icon_e7d82f86baa899dc05fc1faa27282427);
|
|
|
|
|
|
var marker_6a83c51aa9ad617d827c21bbe4df33b3 = L.marker(
|
|
[46.8499, 9.53287],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2233ac38c3ac342262f3120e02eb417c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad20f3a842322f7fa11fae4e551cf15a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_942a75037fbe4705fcac0cc1fd484866 = $(`<div id="html_942a75037fbe4705fcac0cc1fd484866" style="width: 100.0%; height: 100.0%;">nostr.unkn0wn.world</div>`)[0];
|
|
popup_ad20f3a842322f7fa11fae4e551cf15a.setContent(html_942a75037fbe4705fcac0cc1fd484866);
|
|
|
|
|
|
|
|
marker_6a83c51aa9ad617d827c21bbe4df33b3.bindPopup(popup_ad20f3a842322f7fa11fae4e551cf15a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a83c51aa9ad617d827c21bbe4df33b3.setIcon(icon_2233ac38c3ac342262f3120e02eb417c);
|
|
|
|
|
|
var marker_13cf6b0a0fa8691d6545c4fafa92a710 = L.marker(
|
|
[43.3076, -2.95421],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_6dd6af3897f1d6f2da075a6039353b2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ed2268775444122aaec014dbc7b3be2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c467d660b2e7dc6adda1b4202ecffe0 = $(`<div id="html_7c467d660b2e7dc6adda1b4202ecffe0" style="width: 100.0%; height: 100.0%;">nostr.iskarion.ddns.net</div>`)[0];
|
|
popup_4ed2268775444122aaec014dbc7b3be2.setContent(html_7c467d660b2e7dc6adda1b4202ecffe0);
|
|
|
|
|
|
|
|
marker_13cf6b0a0fa8691d6545c4fafa92a710.bindPopup(popup_4ed2268775444122aaec014dbc7b3be2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13cf6b0a0fa8691d6545c4fafa92a710.setIcon(icon_6dd6af3897f1d6f2da075a6039353b2b);
|
|
|
|
|
|
var marker_a9c017391563c3112c5557379ec63244 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_3039328ca2e1764aa8e63af10292a69e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2cd1228cdce66c6976069d798890fb6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6460693bee681211e171ab2c598ede82 = $(`<div id="html_6460693bee681211e171ab2c598ede82" style="width: 100.0%; height: 100.0%;">relay.olas.app:443</div>`)[0];
|
|
popup_2cd1228cdce66c6976069d798890fb6f.setContent(html_6460693bee681211e171ab2c598ede82);
|
|
|
|
|
|
|
|
marker_a9c017391563c3112c5557379ec63244.bindPopup(popup_2cd1228cdce66c6976069d798890fb6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9c017391563c3112c5557379ec63244.setIcon(icon_3039328ca2e1764aa8e63af10292a69e);
|
|
|
|
|
|
var marker_a8b7839f801cf73f8d03372bacfa9add = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_ec3e989bb783619c34ad7a9a461e1b56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81e1acd772038309440c79e8be107c45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d462da36e793fcfadfeeff197e7c019 = $(`<div id="html_6d462da36e793fcfadfeeff197e7c019" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_81e1acd772038309440c79e8be107c45.setContent(html_6d462da36e793fcfadfeeff197e7c019);
|
|
|
|
|
|
|
|
marker_a8b7839f801cf73f8d03372bacfa9add.bindPopup(popup_81e1acd772038309440c79e8be107c45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8b7839f801cf73f8d03372bacfa9add.setIcon(icon_ec3e989bb783619c34ad7a9a461e1b56);
|
|
|
|
|
|
var marker_aac4a68b392e3e1435e1988d003e0f0f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_002253d9727b6d0b641ec667a5b31862 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1c5d1521c0615d3e3dbcd2af834c4c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa5e19ad75426181e4247d609f61d8c1 = $(`<div id="html_fa5e19ad75426181e4247d609f61d8c1" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_b1c5d1521c0615d3e3dbcd2af834c4c9.setContent(html_fa5e19ad75426181e4247d609f61d8c1);
|
|
|
|
|
|
|
|
marker_aac4a68b392e3e1435e1988d003e0f0f.bindPopup(popup_b1c5d1521c0615d3e3dbcd2af834c4c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aac4a68b392e3e1435e1988d003e0f0f.setIcon(icon_002253d9727b6d0b641ec667a5b31862);
|
|
|
|
|
|
var marker_54dbaf6ac55e0a359605135fa30cce1c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a741f0ec4a6b8737b07d3e5f361f15c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_000cacdfc93a03ec509e6ade439c74a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4b3e7ad59951ee44ae87de2f217d8d6 = $(`<div id="html_d4b3e7ad59951ee44ae87de2f217d8d6" style="width: 100.0%; height: 100.0%;">nostr.relay.hedwig.sh</div>`)[0];
|
|
popup_000cacdfc93a03ec509e6ade439c74a7.setContent(html_d4b3e7ad59951ee44ae87de2f217d8d6);
|
|
|
|
|
|
|
|
marker_54dbaf6ac55e0a359605135fa30cce1c.bindPopup(popup_000cacdfc93a03ec509e6ade439c74a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54dbaf6ac55e0a359605135fa30cce1c.setIcon(icon_a741f0ec4a6b8737b07d3e5f361f15c1);
|
|
|
|
|
|
var marker_589ddde5e0071bee1ac8146c3a0396fb = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_5cb36b808f17ce84e91b7e52616bd7fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36435d0f888c77ba42c158b46b5b5d7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0268109afe3ac4718160d922c9f4612b = $(`<div id="html_0268109afe3ac4718160d922c9f4612b" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_36435d0f888c77ba42c158b46b5b5d7a.setContent(html_0268109afe3ac4718160d922c9f4612b);
|
|
|
|
|
|
|
|
marker_589ddde5e0071bee1ac8146c3a0396fb.bindPopup(popup_36435d0f888c77ba42c158b46b5b5d7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_589ddde5e0071bee1ac8146c3a0396fb.setIcon(icon_5cb36b808f17ce84e91b7e52616bd7fa);
|
|
|
|
|
|
var marker_1659817023d67ccd27ae715589efcfdf = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_387dcabcac5bd25a896b4f0a9c9460f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c490e5f7c795ff78af1f41153b9fd80e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4463c43019d3eb95140f92a9f70eec9e = $(`<div id="html_4463c43019d3eb95140f92a9f70eec9e" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_c490e5f7c795ff78af1f41153b9fd80e.setContent(html_4463c43019d3eb95140f92a9f70eec9e);
|
|
|
|
|
|
|
|
marker_1659817023d67ccd27ae715589efcfdf.bindPopup(popup_c490e5f7c795ff78af1f41153b9fd80e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1659817023d67ccd27ae715589efcfdf.setIcon(icon_387dcabcac5bd25a896b4f0a9c9460f5);
|
|
|
|
|
|
var marker_727e4fb7d93b56ca6d20dc0dd6516245 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e2ae4f3457fccf8bc137319df47ef6f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c1521e39132ecf91ec348bda25049f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00443706584f24f0576ac20a62b8bff9 = $(`<div id="html_00443706584f24f0576ac20a62b8bff9" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_6c1521e39132ecf91ec348bda25049f9.setContent(html_00443706584f24f0576ac20a62b8bff9);
|
|
|
|
|
|
|
|
marker_727e4fb7d93b56ca6d20dc0dd6516245.bindPopup(popup_6c1521e39132ecf91ec348bda25049f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_727e4fb7d93b56ca6d20dc0dd6516245.setIcon(icon_e2ae4f3457fccf8bc137319df47ef6f0);
|
|
|
|
|
|
var marker_4d29a0893d5b611cf27b33cdd2c20ad3 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2da09b1d86eaec0d51790acdf2077314 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88c64f29b155f0e13abc0104cdf95c64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c1eb07b4ce549083090d6d9e76da68c = $(`<div id="html_7c1eb07b4ce549083090d6d9e76da68c" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io:443</div>`)[0];
|
|
popup_88c64f29b155f0e13abc0104cdf95c64.setContent(html_7c1eb07b4ce549083090d6d9e76da68c);
|
|
|
|
|
|
|
|
marker_4d29a0893d5b611cf27b33cdd2c20ad3.bindPopup(popup_88c64f29b155f0e13abc0104cdf95c64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d29a0893d5b611cf27b33cdd2c20ad3.setIcon(icon_2da09b1d86eaec0d51790acdf2077314);
|
|
|
|
|
|
var marker_277a95a6968d588034a1ddc4343174b5 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a39418dcf5d08e4664a814f50434dab6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1aa8430b735f68c46a227068ad67eb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96176e0054e7b8a536e684d247fb5e05 = $(`<div id="html_96176e0054e7b8a536e684d247fb5e05" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market:443</div>`)[0];
|
|
popup_a1aa8430b735f68c46a227068ad67eb1.setContent(html_96176e0054e7b8a536e684d247fb5e05);
|
|
|
|
|
|
|
|
marker_277a95a6968d588034a1ddc4343174b5.bindPopup(popup_a1aa8430b735f68c46a227068ad67eb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_277a95a6968d588034a1ddc4343174b5.setIcon(icon_a39418dcf5d08e4664a814f50434dab6);
|
|
|
|
|
|
var marker_e2f827de952778830a9f378712f16147 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a1321855fa721fcbb5198440e924ca3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c5ccf4d5510ac9083d44482aa5163d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0e4f9a5b8eea87017a45d63c71ce29c = $(`<div id="html_f0e4f9a5b8eea87017a45d63c71ce29c" style="width: 100.0%; height: 100.0%;">nostr.mom:443</div>`)[0];
|
|
popup_4c5ccf4d5510ac9083d44482aa5163d6.setContent(html_f0e4f9a5b8eea87017a45d63c71ce29c);
|
|
|
|
|
|
|
|
marker_e2f827de952778830a9f378712f16147.bindPopup(popup_4c5ccf4d5510ac9083d44482aa5163d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2f827de952778830a9f378712f16147.setIcon(icon_a1321855fa721fcbb5198440e924ca3d);
|
|
|
|
|
|
var marker_1b9f11d24a61d86b01cf6896c27a6414 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_31a325556680e0f92bb9195d9721dbfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25897dab90552277bbc00a567fe7781b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_243489cfd0d49c1c41988647155d9110 = $(`<div id="html_243489cfd0d49c1c41988647155d9110" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_25897dab90552277bbc00a567fe7781b.setContent(html_243489cfd0d49c1c41988647155d9110);
|
|
|
|
|
|
|
|
marker_1b9f11d24a61d86b01cf6896c27a6414.bindPopup(popup_25897dab90552277bbc00a567fe7781b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b9f11d24a61d86b01cf6896c27a6414.setIcon(icon_31a325556680e0f92bb9195d9721dbfd);
|
|
|
|
|
|
var marker_3fd323194e0caca7e1e5b8ff07642786 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_787bd10280f8e0d144289470646a5e7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca1739e8d2efe9a9f190de2f2d42ae1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb0dd1186c0af58ea77b81bd1038c448 = $(`<div id="html_eb0dd1186c0af58ea77b81bd1038c448" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_ca1739e8d2efe9a9f190de2f2d42ae1c.setContent(html_eb0dd1186c0af58ea77b81bd1038c448);
|
|
|
|
|
|
|
|
marker_3fd323194e0caca7e1e5b8ff07642786.bindPopup(popup_ca1739e8d2efe9a9f190de2f2d42ae1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fd323194e0caca7e1e5b8ff07642786.setIcon(icon_787bd10280f8e0d144289470646a5e7f);
|
|
|
|
|
|
var marker_758b24d3d8144f454b849b8c018f781f = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_3b10702147df3a394f63c5149f27c2bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fb2f0cdd88b85c86d0eb46d97b69b5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a71921c205cdaab828dfca4b8cd83bc3 = $(`<div id="html_a71921c205cdaab828dfca4b8cd83bc3" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_1fb2f0cdd88b85c86d0eb46d97b69b5a.setContent(html_a71921c205cdaab828dfca4b8cd83bc3);
|
|
|
|
|
|
|
|
marker_758b24d3d8144f454b849b8c018f781f.bindPopup(popup_1fb2f0cdd88b85c86d0eb46d97b69b5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_758b24d3d8144f454b849b8c018f781f.setIcon(icon_3b10702147df3a394f63c5149f27c2bf);
|
|
|
|
|
|
var marker_379314d764ab2aa02a88225f9d36130b = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_489db9a37124f9130e76d1798dce067e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b81a90d8dac97eefc27275f18410420 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_526c1408e6cfb6027e544d366e001486 = $(`<div id="html_526c1408e6cfb6027e544d366e001486" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_3b81a90d8dac97eefc27275f18410420.setContent(html_526c1408e6cfb6027e544d366e001486);
|
|
|
|
|
|
|
|
marker_379314d764ab2aa02a88225f9d36130b.bindPopup(popup_3b81a90d8dac97eefc27275f18410420)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_379314d764ab2aa02a88225f9d36130b.setIcon(icon_489db9a37124f9130e76d1798dce067e);
|
|
|
|
|
|
var marker_b587bb19473db16939e6d268596c897a = L.marker(
|
|
[40.7608, -111.891],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_9d3066478c106c7a293e262879d66a82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7c00fab03c4464227ac6e5a8102f1b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8de8cd7feace814f36b7947eacb53834 = $(`<div id="html_8de8cd7feace814f36b7947eacb53834" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_b7c00fab03c4464227ac6e5a8102f1b6.setContent(html_8de8cd7feace814f36b7947eacb53834);
|
|
|
|
|
|
|
|
marker_b587bb19473db16939e6d268596c897a.bindPopup(popup_b7c00fab03c4464227ac6e5a8102f1b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b587bb19473db16939e6d268596c897a.setIcon(icon_9d3066478c106c7a293e262879d66a82);
|
|
|
|
|
|
var marker_f9bce91b7ad95247fc0d840a2085c177 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_3de2b9a1501c1bfce98d3f47a03ad70d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74bcf5dacc87dfdda63847d4a2eab0e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f86effeef0abcd9158f69e409f127906 = $(`<div id="html_f86effeef0abcd9158f69e409f127906" style="width: 100.0%; height: 100.0%;">node.kommonzenze.de</div>`)[0];
|
|
popup_74bcf5dacc87dfdda63847d4a2eab0e0.setContent(html_f86effeef0abcd9158f69e409f127906);
|
|
|
|
|
|
|
|
marker_f9bce91b7ad95247fc0d840a2085c177.bindPopup(popup_74bcf5dacc87dfdda63847d4a2eab0e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9bce91b7ad95247fc0d840a2085c177.setIcon(icon_3de2b9a1501c1bfce98d3f47a03ad70d);
|
|
|
|
|
|
var marker_f77164146aee964d31f07720de1d941f = L.marker(
|
|
[40.7608, -111.891],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a3841ebdc01227323a5710ae21f230cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45fd996969aa8dfe3d679cbedb7f7fef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6117fce21f5ed57f0d9b11bd2aa5bb7 = $(`<div id="html_f6117fce21f5ed57f0d9b11bd2aa5bb7" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social:443</div>`)[0];
|
|
popup_45fd996969aa8dfe3d679cbedb7f7fef.setContent(html_f6117fce21f5ed57f0d9b11bd2aa5bb7);
|
|
|
|
|
|
|
|
marker_f77164146aee964d31f07720de1d941f.bindPopup(popup_45fd996969aa8dfe3d679cbedb7f7fef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f77164146aee964d31f07720de1d941f.setIcon(icon_a3841ebdc01227323a5710ae21f230cd);
|
|
|
|
|
|
var marker_28d3dd4c4546d142662a57261a399e43 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7686e2dadfa092c4182bf0acf851ab4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e626eb97a09153e060d53b31a776079 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c22267614c6f6936e93baadd50f3e25f = $(`<div id="html_c22267614c6f6936e93baadd50f3e25f" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_7e626eb97a09153e060d53b31a776079.setContent(html_c22267614c6f6936e93baadd50f3e25f);
|
|
|
|
|
|
|
|
marker_28d3dd4c4546d142662a57261a399e43.bindPopup(popup_7e626eb97a09153e060d53b31a776079)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28d3dd4c4546d142662a57261a399e43.setIcon(icon_7686e2dadfa092c4182bf0acf851ab4b);
|
|
|
|
|
|
var marker_74957dbd4446776247c615d67b73c64f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_5cd7bbf17625e02472e74d1e3b96c1c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa9e44d870290e06947a00efe0cd9ca3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_001d6bb0e1b96f36b565f9ccc6565d83 = $(`<div id="html_001d6bb0e1b96f36b565f9ccc6565d83" style="width: 100.0%; height: 100.0%;">cdn.satellite.earth</div>`)[0];
|
|
popup_fa9e44d870290e06947a00efe0cd9ca3.setContent(html_001d6bb0e1b96f36b565f9ccc6565d83);
|
|
|
|
|
|
|
|
marker_74957dbd4446776247c615d67b73c64f.bindPopup(popup_fa9e44d870290e06947a00efe0cd9ca3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74957dbd4446776247c615d67b73c64f.setIcon(icon_5cd7bbf17625e02472e74d1e3b96c1c9);
|
|
|
|
|
|
var marker_f4192de25e4421a3024cbb91e715a126 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_71e904672447a9098d41d457b5456d27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45cbb3e69d8b4881a5996bc46ca83cca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3822cd7eefc84f13aac84cbd523ed9ad = $(`<div id="html_3822cd7eefc84f13aac84cbd523ed9ad" style="width: 100.0%; height: 100.0%;">nostr.stakey.net:443</div>`)[0];
|
|
popup_45cbb3e69d8b4881a5996bc46ca83cca.setContent(html_3822cd7eefc84f13aac84cbd523ed9ad);
|
|
|
|
|
|
|
|
marker_f4192de25e4421a3024cbb91e715a126.bindPopup(popup_45cbb3e69d8b4881a5996bc46ca83cca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4192de25e4421a3024cbb91e715a126.setIcon(icon_71e904672447a9098d41d457b5456d27);
|
|
|
|
|
|
var marker_48d3d2efc0bac728561d3c586f1c59bd = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_1b778a4a74eb088d47efe08f2bfe7829 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e645cefa206455b0b3ae1c7dbe7a336 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8efab6a72056b97f1d2825aa04a4e026 = $(`<div id="html_8efab6a72056b97f1d2825aa04a4e026" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_6e645cefa206455b0b3ae1c7dbe7a336.setContent(html_8efab6a72056b97f1d2825aa04a4e026);
|
|
|
|
|
|
|
|
marker_48d3d2efc0bac728561d3c586f1c59bd.bindPopup(popup_6e645cefa206455b0b3ae1c7dbe7a336)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48d3d2efc0bac728561d3c586f1c59bd.setIcon(icon_1b778a4a74eb088d47efe08f2bfe7829);
|
|
|
|
|
|
var marker_9a8c08fe12b9f4278c10862e2de17478 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_baea65f5c8fdd086fd14aa9e60327bd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80edc7d686406a1f7d83510fe1c251e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d94f851c8d6dc6dd122a1fd1eef94e04 = $(`<div id="html_d94f851c8d6dc6dd122a1fd1eef94e04" style="width: 100.0%; height: 100.0%;">wot.brightbolt.xyz</div>`)[0];
|
|
popup_80edc7d686406a1f7d83510fe1c251e4.setContent(html_d94f851c8d6dc6dd122a1fd1eef94e04);
|
|
|
|
|
|
|
|
marker_9a8c08fe12b9f4278c10862e2de17478.bindPopup(popup_80edc7d686406a1f7d83510fe1c251e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a8c08fe12b9f4278c10862e2de17478.setIcon(icon_baea65f5c8fdd086fd14aa9e60327bd6);
|
|
|
|
|
|
var marker_ec660ca4901257cec13814a966fd8ad6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7e1333aadfd0bb7a14dc417eeb821382 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55f41f8f8bfdcfbcbcf27d0b9613c970 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e581e82e18efd678b52a98e94898794 = $(`<div id="html_2e581e82e18efd678b52a98e94898794" style="width: 100.0%; height: 100.0%;">schnorr.me:443</div>`)[0];
|
|
popup_55f41f8f8bfdcfbcbcf27d0b9613c970.setContent(html_2e581e82e18efd678b52a98e94898794);
|
|
|
|
|
|
|
|
marker_ec660ca4901257cec13814a966fd8ad6.bindPopup(popup_55f41f8f8bfdcfbcbcf27d0b9613c970)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec660ca4901257cec13814a966fd8ad6.setIcon(icon_7e1333aadfd0bb7a14dc417eeb821382);
|
|
|
|
|
|
var marker_fa4b7b180e62991142e4f7adddb53964 = L.marker(
|
|
[50.914, 3.21378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_b8f6ff12cb1c80523b2a4d14dc166a40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6f4b173e809e475f565b1323da2434a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29a4b3d35d2180d65a017c2548662bfa = $(`<div id="html_29a4b3d35d2180d65a017c2548662bfa" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be:443</div>`)[0];
|
|
popup_e6f4b173e809e475f565b1323da2434a.setContent(html_29a4b3d35d2180d65a017c2548662bfa);
|
|
|
|
|
|
|
|
marker_fa4b7b180e62991142e4f7adddb53964.bindPopup(popup_e6f4b173e809e475f565b1323da2434a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa4b7b180e62991142e4f7adddb53964.setIcon(icon_b8f6ff12cb1c80523b2a4d14dc166a40);
|
|
|
|
|
|
var marker_79166a9c565d5c8254f51534ed506361 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_346f715dbb5ee53a0f23c8a5e735d683 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a12248cd1f98ba52ee03dee284ddd114 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfbb5545c28d3d048b9a495a28c74e0c = $(`<div id="html_bfbb5545c28d3d048b9a495a28c74e0c" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx:443</div>`)[0];
|
|
popup_a12248cd1f98ba52ee03dee284ddd114.setContent(html_bfbb5545c28d3d048b9a495a28c74e0c);
|
|
|
|
|
|
|
|
marker_79166a9c565d5c8254f51534ed506361.bindPopup(popup_a12248cd1f98ba52ee03dee284ddd114)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79166a9c565d5c8254f51534ed506361.setIcon(icon_346f715dbb5ee53a0f23c8a5e735d683);
|
|
|
|
|
|
var marker_5200ef411fe37fb6e24a1cedd370efdc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_f7cc68ee00f21d0a3ab73c5b1a2d4b6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0437aeaac26996ef93a55583bf82c0df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6282a5a901f10e2921a822b3b62ff4cb = $(`<div id="html_6282a5a901f10e2921a822b3b62ff4cb" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com:443</div>`)[0];
|
|
popup_0437aeaac26996ef93a55583bf82c0df.setContent(html_6282a5a901f10e2921a822b3b62ff4cb);
|
|
|
|
|
|
|
|
marker_5200ef411fe37fb6e24a1cedd370efdc.bindPopup(popup_0437aeaac26996ef93a55583bf82c0df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5200ef411fe37fb6e24a1cedd370efdc.setIcon(icon_f7cc68ee00f21d0a3ab73c5b1a2d4b6a);
|
|
|
|
|
|
var marker_d1fc0945e2c66c8aa75089ee83f7ebc8 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_b65697234e62a9d10a7bacaadd0da0ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb3370f918c2d14b56941727cc5bfe37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_084d27ee7452dc4ebb658e92c4d07d8c = $(`<div id="html_084d27ee7452dc4ebb658e92c4d07d8c" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_eb3370f918c2d14b56941727cc5bfe37.setContent(html_084d27ee7452dc4ebb658e92c4d07d8c);
|
|
|
|
|
|
|
|
marker_d1fc0945e2c66c8aa75089ee83f7ebc8.bindPopup(popup_eb3370f918c2d14b56941727cc5bfe37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1fc0945e2c66c8aa75089ee83f7ebc8.setIcon(icon_b65697234e62a9d10a7bacaadd0da0ee);
|
|
|
|
|
|
var marker_4b8860e5176f3e839de3ac8706768fc7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_9eaa3c0aa5be6f2a14d6817abaa62058 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aedb1f01917e5154afe525130a8894ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f201d2ef0feb2c37aca65b979e2d5a34 = $(`<div id="html_f201d2ef0feb2c37aca65b979e2d5a34" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_aedb1f01917e5154afe525130a8894ac.setContent(html_f201d2ef0feb2c37aca65b979e2d5a34);
|
|
|
|
|
|
|
|
marker_4b8860e5176f3e839de3ac8706768fc7.bindPopup(popup_aedb1f01917e5154afe525130a8894ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b8860e5176f3e839de3ac8706768fc7.setIcon(icon_9eaa3c0aa5be6f2a14d6817abaa62058);
|
|
|
|
|
|
var marker_b570b6353ca7bc79f49f1c96fbc42d81 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_977a7b6cf68545777688ac15cf998207 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_217ec1db5f6c8343c2a66d90492541ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d3a2dd2d9607351bbafa66154ecf7b9 = $(`<div id="html_1d3a2dd2d9607351bbafa66154ecf7b9" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_217ec1db5f6c8343c2a66d90492541ba.setContent(html_1d3a2dd2d9607351bbafa66154ecf7b9);
|
|
|
|
|
|
|
|
marker_b570b6353ca7bc79f49f1c96fbc42d81.bindPopup(popup_217ec1db5f6c8343c2a66d90492541ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b570b6353ca7bc79f49f1c96fbc42d81.setIcon(icon_977a7b6cf68545777688ac15cf998207);
|
|
|
|
|
|
var marker_3510e7a073103bb634509c766e607397 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_39215d97996fef39e63b6c2fc8803d25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0c5c20834762b159faeb8d45119fc5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_035afb65aeb09f731e9502afd6723f9c = $(`<div id="html_035afb65aeb09f731e9502afd6723f9c" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_a0c5c20834762b159faeb8d45119fc5d.setContent(html_035afb65aeb09f731e9502afd6723f9c);
|
|
|
|
|
|
|
|
marker_3510e7a073103bb634509c766e607397.bindPopup(popup_a0c5c20834762b159faeb8d45119fc5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3510e7a073103bb634509c766e607397.setIcon(icon_39215d97996fef39e63b6c2fc8803d25);
|
|
|
|
|
|
var marker_5c6a378fe83cefbc842bbce7d6acb93c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_93d5a526bea85fe635925472a2f1205e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebc77765754f98b241a1009d69607da7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26556b51d2965e34315d3abc1da080df = $(`<div id="html_26556b51d2965e34315d3abc1da080df" style="width: 100.0%; height: 100.0%;">offchain.bostr.online</div>`)[0];
|
|
popup_ebc77765754f98b241a1009d69607da7.setContent(html_26556b51d2965e34315d3abc1da080df);
|
|
|
|
|
|
|
|
marker_5c6a378fe83cefbc842bbce7d6acb93c.bindPopup(popup_ebc77765754f98b241a1009d69607da7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c6a378fe83cefbc842bbce7d6acb93c.setIcon(icon_93d5a526bea85fe635925472a2f1205e);
|
|
|
|
|
|
var marker_468c6c769959f136d0c35aff19a9c50b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7a61028103dba5835454370ddc1a1ed0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa5c328859ebf3cd1f5cd8b7fc855426 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22816a47fdb4ceb46cfcea389f478ca7 = $(`<div id="html_22816a47fdb4ceb46cfcea389f478ca7" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_fa5c328859ebf3cd1f5cd8b7fc855426.setContent(html_22816a47fdb4ceb46cfcea389f478ca7);
|
|
|
|
|
|
|
|
marker_468c6c769959f136d0c35aff19a9c50b.bindPopup(popup_fa5c328859ebf3cd1f5cd8b7fc855426)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_468c6c769959f136d0c35aff19a9c50b.setIcon(icon_7a61028103dba5835454370ddc1a1ed0);
|
|
|
|
|
|
var marker_5aad83338571fa5ac9cbd8e20a62a349 = L.marker(
|
|
[34.9582, -81.9907],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e6cc6fc85edd567dc7436338469dae2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a62cbc629213a8d36ffe56a3c15eac7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8799a4f45391938b0c7943b9b9327041 = $(`<div id="html_8799a4f45391938b0c7943b9b9327041" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_a62cbc629213a8d36ffe56a3c15eac7d.setContent(html_8799a4f45391938b0c7943b9b9327041);
|
|
|
|
|
|
|
|
marker_5aad83338571fa5ac9cbd8e20a62a349.bindPopup(popup_a62cbc629213a8d36ffe56a3c15eac7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5aad83338571fa5ac9cbd8e20a62a349.setIcon(icon_e6cc6fc85edd567dc7436338469dae2c);
|
|
|
|
|
|
var marker_363d2e104888f5b680428c1fbf551898 = L.marker(
|
|
[48.9006, 2.25929],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e5f1316e76b5f4875444affc2858f762 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a178b36bfab10d8c8115b39e712ed25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e38abd07c06b6b2e855cff1731ad3c0 = $(`<div id="html_8e38abd07c06b6b2e855cff1731ad3c0" style="width: 100.0%; height: 100.0%;">relay.sovereignresonance.org</div>`)[0];
|
|
popup_9a178b36bfab10d8c8115b39e712ed25.setContent(html_8e38abd07c06b6b2e855cff1731ad3c0);
|
|
|
|
|
|
|
|
marker_363d2e104888f5b680428c1fbf551898.bindPopup(popup_9a178b36bfab10d8c8115b39e712ed25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_363d2e104888f5b680428c1fbf551898.setIcon(icon_e5f1316e76b5f4875444affc2858f762);
|
|
|
|
|
|
var marker_0f61aa53cce9c15bcadb18826aaac331 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_562877bb004e45bc06b057b7d2c75402 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1115d18aebe61869fbe0f20cdb0dbe93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad51afb18e5486e3e8737f2f4de2dfb4 = $(`<div id="html_ad51afb18e5486e3e8737f2f4de2dfb4" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_1115d18aebe61869fbe0f20cdb0dbe93.setContent(html_ad51afb18e5486e3e8737f2f4de2dfb4);
|
|
|
|
|
|
|
|
marker_0f61aa53cce9c15bcadb18826aaac331.bindPopup(popup_1115d18aebe61869fbe0f20cdb0dbe93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f61aa53cce9c15bcadb18826aaac331.setIcon(icon_562877bb004e45bc06b057b7d2c75402);
|
|
|
|
|
|
var marker_685551c87b35fd5193ea3e924fbc5af3 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e13881adaff28f209fda572802810cd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e180102958820ae2638a2a0b867f790 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e6fe975cdaac964d9a33f4d85f0a94f = $(`<div id="html_4e6fe975cdaac964d9a33f4d85f0a94f" style="width: 100.0%; height: 100.0%;">vm-1734.lnvps.cloud</div>`)[0];
|
|
popup_2e180102958820ae2638a2a0b867f790.setContent(html_4e6fe975cdaac964d9a33f4d85f0a94f);
|
|
|
|
|
|
|
|
marker_685551c87b35fd5193ea3e924fbc5af3.bindPopup(popup_2e180102958820ae2638a2a0b867f790)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_685551c87b35fd5193ea3e924fbc5af3.setIcon(icon_e13881adaff28f209fda572802810cd7);
|
|
|
|
|
|
var marker_2308232b60b976b8858545dcc6b4c833 = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e3924c9bd539373a25799a78e3e9be45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cc627dc48037ef875684699ccf2a447 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0356b1e66f3808944809e86cf6a647c2 = $(`<div id="html_0356b1e66f3808944809e86cf6a647c2" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_5cc627dc48037ef875684699ccf2a447.setContent(html_0356b1e66f3808944809e86cf6a647c2);
|
|
|
|
|
|
|
|
marker_2308232b60b976b8858545dcc6b4c833.bindPopup(popup_5cc627dc48037ef875684699ccf2a447)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2308232b60b976b8858545dcc6b4c833.setIcon(icon_e3924c9bd539373a25799a78e3e9be45);
|
|
|
|
|
|
var marker_82f88e15aa86bc45d99c08b6ea1e62a1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_d95fa8d35988b65176cb78af676e7284 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2eab22b6cf84c4274ed2a8d816145e6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11874c345a901d0f8bc77484fa12cdab = $(`<div id="html_11874c345a901d0f8bc77484fa12cdab" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_2eab22b6cf84c4274ed2a8d816145e6a.setContent(html_11874c345a901d0f8bc77484fa12cdab);
|
|
|
|
|
|
|
|
marker_82f88e15aa86bc45d99c08b6ea1e62a1.bindPopup(popup_2eab22b6cf84c4274ed2a8d816145e6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82f88e15aa86bc45d99c08b6ea1e62a1.setIcon(icon_d95fa8d35988b65176cb78af676e7284);
|
|
|
|
|
|
var marker_c7b696ff5778769109609a414cc687a0 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_cfcd6dd611c544dc2a78437e5d8c6382 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27e0029d5df8278189400d2d31cbdd82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ececfc4ddaf54f55562b54fa1e16baae = $(`<div id="html_ececfc4ddaf54f55562b54fa1e16baae" style="width: 100.0%; height: 100.0%;">nostr.tac.lol:443</div>`)[0];
|
|
popup_27e0029d5df8278189400d2d31cbdd82.setContent(html_ececfc4ddaf54f55562b54fa1e16baae);
|
|
|
|
|
|
|
|
marker_c7b696ff5778769109609a414cc687a0.bindPopup(popup_27e0029d5df8278189400d2d31cbdd82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7b696ff5778769109609a414cc687a0.setIcon(icon_cfcd6dd611c544dc2a78437e5d8c6382);
|
|
|
|
|
|
var marker_b1e8755b4a472edb06290c72897a02b6 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_84e55b2725cf0c306ac2e2efcca23301 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c86e7d721bcc1f746375e9c6dc8e3f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b10926b50223ad43f16a8c8e40d8572 = $(`<div id="html_5b10926b50223ad43f16a8c8e40d8572" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_7c86e7d721bcc1f746375e9c6dc8e3f9.setContent(html_5b10926b50223ad43f16a8c8e40d8572);
|
|
|
|
|
|
|
|
marker_b1e8755b4a472edb06290c72897a02b6.bindPopup(popup_7c86e7d721bcc1f746375e9c6dc8e3f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1e8755b4a472edb06290c72897a02b6.setIcon(icon_84e55b2725cf0c306ac2e2efcca23301);
|
|
|
|
|
|
var marker_5b9981255ddfd2618cb765e485c4f4f8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_887fbb4f0b9329d53805b62322606928 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e147513ccc165357c29c73862465628 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cb13084771e0ac135cdfc09ed5f8e3b = $(`<div id="html_1cb13084771e0ac135cdfc09ed5f8e3b" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io:443</div>`)[0];
|
|
popup_6e147513ccc165357c29c73862465628.setContent(html_1cb13084771e0ac135cdfc09ed5f8e3b);
|
|
|
|
|
|
|
|
marker_5b9981255ddfd2618cb765e485c4f4f8.bindPopup(popup_6e147513ccc165357c29c73862465628)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b9981255ddfd2618cb765e485c4f4f8.setIcon(icon_887fbb4f0b9329d53805b62322606928);
|
|
|
|
|
|
var marker_84665b335f68a7a4fe537950cb20744c = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_04cc84a99802850f9f8d0bf3a66fb5fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d2b89216265b5840ab465192d8902f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6aacad40f83a6910bd79f517349310e = $(`<div id="html_c6aacad40f83a6910bd79f517349310e" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_6d2b89216265b5840ab465192d8902f3.setContent(html_c6aacad40f83a6910bd79f517349310e);
|
|
|
|
|
|
|
|
marker_84665b335f68a7a4fe537950cb20744c.bindPopup(popup_6d2b89216265b5840ab465192d8902f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84665b335f68a7a4fe537950cb20744c.setIcon(icon_04cc84a99802850f9f8d0bf3a66fb5fe);
|
|
|
|
|
|
var marker_47ffe987f3d6952bfec636736566321b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_ad0cae9454142483a876fc28811c2dec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b20c2ba99c74cf2cd707ee8febd1b3df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab6c910b68bb47a55b9cdea5a1a8d7b7 = $(`<div id="html_ab6c910b68bb47a55b9cdea5a1a8d7b7" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_b20c2ba99c74cf2cd707ee8febd1b3df.setContent(html_ab6c910b68bb47a55b9cdea5a1a8d7b7);
|
|
|
|
|
|
|
|
marker_47ffe987f3d6952bfec636736566321b.bindPopup(popup_b20c2ba99c74cf2cd707ee8febd1b3df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47ffe987f3d6952bfec636736566321b.setIcon(icon_ad0cae9454142483a876fc28811c2dec);
|
|
|
|
|
|
var marker_d725630c69b00583f9ea3f1e219ffcca = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_63664453755bb00bb1cdf80a51f1813f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef5658d8c1193be4625b0c8e3a58fc25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_536be09994c4a6e401390a5f26cb314a = $(`<div id="html_536be09994c4a6e401390a5f26cb314a" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_ef5658d8c1193be4625b0c8e3a58fc25.setContent(html_536be09994c4a6e401390a5f26cb314a);
|
|
|
|
|
|
|
|
marker_d725630c69b00583f9ea3f1e219ffcca.bindPopup(popup_ef5658d8c1193be4625b0c8e3a58fc25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d725630c69b00583f9ea3f1e219ffcca.setIcon(icon_63664453755bb00bb1cdf80a51f1813f);
|
|
|
|
|
|
var marker_06a774d86ef9249f7da414c532134a42 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_331194c90732b157441aba05f335a658 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de07ae9c779facd2e1f08a7ed73e6bee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c66be633fca8b1bb7b4eeda035b95d2 = $(`<div id="html_3c66be633fca8b1bb7b4eeda035b95d2" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol:443</div>`)[0];
|
|
popup_de07ae9c779facd2e1f08a7ed73e6bee.setContent(html_3c66be633fca8b1bb7b4eeda035b95d2);
|
|
|
|
|
|
|
|
marker_06a774d86ef9249f7da414c532134a42.bindPopup(popup_de07ae9c779facd2e1f08a7ed73e6bee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06a774d86ef9249f7da414c532134a42.setIcon(icon_331194c90732b157441aba05f335a658);
|
|
|
|
|
|
var marker_2971dcc5f41f5bc20934b28c25037197 = L.marker(
|
|
[51.5134, -0.0890675],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_95b6965213503db610436fb91ee4f757 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a40548da977893c8aaca0e0a52d3440 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c06a91964cdd2ca4e0f01eb2f72debe4 = $(`<div id="html_c06a91964cdd2ca4e0f01eb2f72debe4" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_6a40548da977893c8aaca0e0a52d3440.setContent(html_c06a91964cdd2ca4e0f01eb2f72debe4);
|
|
|
|
|
|
|
|
marker_2971dcc5f41f5bc20934b28c25037197.bindPopup(popup_6a40548da977893c8aaca0e0a52d3440)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2971dcc5f41f5bc20934b28c25037197.setIcon(icon_95b6965213503db610436fb91ee4f757);
|
|
|
|
|
|
var marker_274c8d167bbd1863301dfa1761b2b430 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_951100a1497e080f7be2e50d8e6d221d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0850bc30caa1b69cecdc6f743e3d34e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03dda9cd7305ef90d1af57e71abad5ad = $(`<div id="html_03dda9cd7305ef90d1af57e71abad5ad" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_0850bc30caa1b69cecdc6f743e3d34e7.setContent(html_03dda9cd7305ef90d1af57e71abad5ad);
|
|
|
|
|
|
|
|
marker_274c8d167bbd1863301dfa1761b2b430.bindPopup(popup_0850bc30caa1b69cecdc6f743e3d34e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_274c8d167bbd1863301dfa1761b2b430.setIcon(icon_951100a1497e080f7be2e50d8e6d221d);
|
|
|
|
|
|
var marker_5f5f8bfb905f86f1edd39f61c3474e0e = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a9eb4cd16da28933f77b24dcdbc79be4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5403b544169337e0894315edbc0db31b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99bc88ca7e26a5c78b52b879c7e1e1bb = $(`<div id="html_99bc88ca7e26a5c78b52b879c7e1e1bb" style="width: 100.0%; height: 100.0%;">relay.nmail.li</div>`)[0];
|
|
popup_5403b544169337e0894315edbc0db31b.setContent(html_99bc88ca7e26a5c78b52b879c7e1e1bb);
|
|
|
|
|
|
|
|
marker_5f5f8bfb905f86f1edd39f61c3474e0e.bindPopup(popup_5403b544169337e0894315edbc0db31b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f5f8bfb905f86f1edd39f61c3474e0e.setIcon(icon_a9eb4cd16da28933f77b24dcdbc79be4);
|
|
|
|
|
|
var marker_1d3bf4f60006fb9e5255e7d0b4db39c5 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_668eab9eb8713cdce9f365cfaa038ce7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5759d8016d13e27fe5963d6c8365f64f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2774e7913ced46a952a273b1d4752ab9 = $(`<div id="html_2774e7913ced46a952a273b1d4752ab9" style="width: 100.0%; height: 100.0%;">relay.wavlake.com:443</div>`)[0];
|
|
popup_5759d8016d13e27fe5963d6c8365f64f.setContent(html_2774e7913ced46a952a273b1d4752ab9);
|
|
|
|
|
|
|
|
marker_1d3bf4f60006fb9e5255e7d0b4db39c5.bindPopup(popup_5759d8016d13e27fe5963d6c8365f64f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d3bf4f60006fb9e5255e7d0b4db39c5.setIcon(icon_668eab9eb8713cdce9f365cfaa038ce7);
|
|
|
|
|
|
var marker_4bb9767139a973593c906317184339af = L.marker(
|
|
[45.8399, -119.701],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_48fc08202819dfac85632a5dd83c672d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e2b5b035649a986e71dee6f9105dc11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0138a3f43bcf6cf7d1b26bcab13c187 = $(`<div id="html_d0138a3f43bcf6cf7d1b26bcab13c187" style="width: 100.0%; height: 100.0%;">00f2e774.relay.dev.thunderegg.us</div>`)[0];
|
|
popup_1e2b5b035649a986e71dee6f9105dc11.setContent(html_d0138a3f43bcf6cf7d1b26bcab13c187);
|
|
|
|
|
|
|
|
marker_4bb9767139a973593c906317184339af.bindPopup(popup_1e2b5b035649a986e71dee6f9105dc11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bb9767139a973593c906317184339af.setIcon(icon_48fc08202819dfac85632a5dd83c672d);
|
|
|
|
|
|
var marker_904b68837ec4ea2a814ae9f20b6febe7 = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_11864c1431d3237ad456a2b8fcfe856b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b7d44cae844e651480561ee053e8d9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5f6695dff078f809a9417f5491d2254 = $(`<div id="html_a5f6695dff078f809a9417f5491d2254" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_6b7d44cae844e651480561ee053e8d9e.setContent(html_a5f6695dff078f809a9417f5491d2254);
|
|
|
|
|
|
|
|
marker_904b68837ec4ea2a814ae9f20b6febe7.bindPopup(popup_6b7d44cae844e651480561ee053e8d9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_904b68837ec4ea2a814ae9f20b6febe7.setIcon(icon_11864c1431d3237ad456a2b8fcfe856b);
|
|
|
|
|
|
var marker_dc600f96d0862d5a5983179b6b7e3cc3 = L.marker(
|
|
[19.076, 72.8777],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e9f7c10e695bfed9209156928839dd79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4da6caa2afeeab2aa78aa3c40ce5f07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8f82c8cfb93fec77a85a08221d0b880 = $(`<div id="html_c8f82c8cfb93fec77a85a08221d0b880" style="width: 100.0%; height: 100.0%;">nostr.ltd</div>`)[0];
|
|
popup_f4da6caa2afeeab2aa78aa3c40ce5f07.setContent(html_c8f82c8cfb93fec77a85a08221d0b880);
|
|
|
|
|
|
|
|
marker_dc600f96d0862d5a5983179b6b7e3cc3.bindPopup(popup_f4da6caa2afeeab2aa78aa3c40ce5f07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc600f96d0862d5a5983179b6b7e3cc3.setIcon(icon_e9f7c10e695bfed9209156928839dd79);
|
|
|
|
|
|
var marker_0f2761bf72236b295f08748c55762df8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_cb75ff180ce4970b55940d421567a9e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c729d0d840cf88f9e3b24d76c12e9760 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b14f666af1a5d0b34b84fc16ecf5f366 = $(`<div id="html_b14f666af1a5d0b34b84fc16ecf5f366" style="width: 100.0%; height: 100.0%;">infinity-signal-relay.digitalforlifeagency.workers.dev</div>`)[0];
|
|
popup_c729d0d840cf88f9e3b24d76c12e9760.setContent(html_b14f666af1a5d0b34b84fc16ecf5f366);
|
|
|
|
|
|
|
|
marker_0f2761bf72236b295f08748c55762df8.bindPopup(popup_c729d0d840cf88f9e3b24d76c12e9760)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f2761bf72236b295f08748c55762df8.setIcon(icon_cb75ff180ce4970b55940d421567a9e9);
|
|
|
|
|
|
var marker_5b81e27bfdfa190036aae597d026df6c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2adaec514df2ba712a3062cf5e18f82e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_064b4dd40470b3eac9a60c47c0e9a2ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a27444ea025a14d2c51bb68555332aae = $(`<div id="html_a27444ea025a14d2c51bb68555332aae" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_064b4dd40470b3eac9a60c47c0e9a2ea.setContent(html_a27444ea025a14d2c51bb68555332aae);
|
|
|
|
|
|
|
|
marker_5b81e27bfdfa190036aae597d026df6c.bindPopup(popup_064b4dd40470b3eac9a60c47c0e9a2ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b81e27bfdfa190036aae597d026df6c.setIcon(icon_2adaec514df2ba712a3062cf5e18f82e);
|
|
|
|
|
|
var marker_2abbc32a01ea665bf82ebc842748e8c2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_222983595e66dff26959b8cb93a4b947 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d86a225d8382ae6d0da7bb42cf0b03bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea7e0294f40212fb708f6fb4d626a9ef = $(`<div id="html_ea7e0294f40212fb708f6fb4d626a9ef" style="width: 100.0%; height: 100.0%;">ribo.nostria.app:443</div>`)[0];
|
|
popup_d86a225d8382ae6d0da7bb42cf0b03bf.setContent(html_ea7e0294f40212fb708f6fb4d626a9ef);
|
|
|
|
|
|
|
|
marker_2abbc32a01ea665bf82ebc842748e8c2.bindPopup(popup_d86a225d8382ae6d0da7bb42cf0b03bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2abbc32a01ea665bf82ebc842748e8c2.setIcon(icon_222983595e66dff26959b8cb93a4b947);
|
|
|
|
|
|
var marker_94000fd9d38c3d0cdc0e0ba3852e21e9 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a93783cfd1bd8ae160faa7841a36b0df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8177959743b0c8e145fff23ba4748a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d116eb25fdcdb6ad4030fbeebdd43ef5 = $(`<div id="html_d116eb25fdcdb6ad4030fbeebdd43ef5" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de:443</div>`)[0];
|
|
popup_a8177959743b0c8e145fff23ba4748a5.setContent(html_d116eb25fdcdb6ad4030fbeebdd43ef5);
|
|
|
|
|
|
|
|
marker_94000fd9d38c3d0cdc0e0ba3852e21e9.bindPopup(popup_a8177959743b0c8e145fff23ba4748a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94000fd9d38c3d0cdc0e0ba3852e21e9.setIcon(icon_a93783cfd1bd8ae160faa7841a36b0df);
|
|
|
|
|
|
var marker_2761fc7a57f5f34f15937944cc968ab1 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_c0e1ba03ae84efdfb7d7d5b090aedabc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69d78f8e4902730b5b4f5c2f37588e39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e69b73b60ffb1227f63a2279867a54f = $(`<div id="html_7e69b73b60ffb1227f63a2279867a54f" style="width: 100.0%; height: 100.0%;">relay.artx.market:443</div>`)[0];
|
|
popup_69d78f8e4902730b5b4f5c2f37588e39.setContent(html_7e69b73b60ffb1227f63a2279867a54f);
|
|
|
|
|
|
|
|
marker_2761fc7a57f5f34f15937944cc968ab1.bindPopup(popup_69d78f8e4902730b5b4f5c2f37588e39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2761fc7a57f5f34f15937944cc968ab1.setIcon(icon_c0e1ba03ae84efdfb7d7d5b090aedabc);
|
|
|
|
|
|
var marker_dde1dd40d8bbdfdbdd7b07a5731ae10d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_05dcc8ccdaf30ff534fc06e462ef6e41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f66ca901f0b446ad7fc96650df4acd5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be7810546a2bb89db2f28b9d4c9a572f = $(`<div id="html_be7810546a2bb89db2f28b9d4c9a572f" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_f66ca901f0b446ad7fc96650df4acd5f.setContent(html_be7810546a2bb89db2f28b9d4c9a572f);
|
|
|
|
|
|
|
|
marker_dde1dd40d8bbdfdbdd7b07a5731ae10d.bindPopup(popup_f66ca901f0b446ad7fc96650df4acd5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dde1dd40d8bbdfdbdd7b07a5731ae10d.setIcon(icon_05dcc8ccdaf30ff534fc06e462ef6e41);
|
|
|
|
|
|
var marker_b46601020f625052b94785f82a9b263b = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_8547e4765afe365cd82b5eaa99f57175 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddf5b4873fb72ba6810cf5da2c7c2fe9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3f7b861e8cafac954e917e39b3b36da = $(`<div id="html_f3f7b861e8cafac954e917e39b3b36da" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_ddf5b4873fb72ba6810cf5da2c7c2fe9.setContent(html_f3f7b861e8cafac954e917e39b3b36da);
|
|
|
|
|
|
|
|
marker_b46601020f625052b94785f82a9b263b.bindPopup(popup_ddf5b4873fb72ba6810cf5da2c7c2fe9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b46601020f625052b94785f82a9b263b.setIcon(icon_8547e4765afe365cd82b5eaa99f57175);
|
|
|
|
|
|
var marker_51658697ac9abe879ed0fc5da5894565 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_d22ca1edb5991db34cedeb7eb508d61d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a111feecb0d0ddf458c8e6b46577d3a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf492ed4118ea9ab98a5b17bdee5989d = $(`<div id="html_bf492ed4118ea9ab98a5b17bdee5989d" style="width: 100.0%; height: 100.0%;">relay.mappingbitcoin.com</div>`)[0];
|
|
popup_a111feecb0d0ddf458c8e6b46577d3a2.setContent(html_bf492ed4118ea9ab98a5b17bdee5989d);
|
|
|
|
|
|
|
|
marker_51658697ac9abe879ed0fc5da5894565.bindPopup(popup_a111feecb0d0ddf458c8e6b46577d3a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51658697ac9abe879ed0fc5da5894565.setIcon(icon_d22ca1edb5991db34cedeb7eb508d61d);
|
|
|
|
|
|
var marker_ed48055a7c6bb7972a1fd81ddc409fb7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_d6466aa5f8db43519bcaa08a6d79c7d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b15673cceabbfb71b408e0c51c3edf52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3c1afacaf96e9e4aef5a77f04856ecb = $(`<div id="html_e3c1afacaf96e9e4aef5a77f04856ecb" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_b15673cceabbfb71b408e0c51c3edf52.setContent(html_e3c1afacaf96e9e4aef5a77f04856ecb);
|
|
|
|
|
|
|
|
marker_ed48055a7c6bb7972a1fd81ddc409fb7.bindPopup(popup_b15673cceabbfb71b408e0c51c3edf52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed48055a7c6bb7972a1fd81ddc409fb7.setIcon(icon_d6466aa5f8db43519bcaa08a6d79c7d7);
|
|
|
|
|
|
var marker_bd760ce7669d6d67cd40d5ab40f3dd7f = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_6b7ad357532741d25382d2b9354f9913 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb4fb2375ac13dd3e3c904cbc7cb962a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b7edbcd4b57ce4f9565b07e2d45c137 = $(`<div id="html_1b7edbcd4b57ce4f9565b07e2d45c137" style="width: 100.0%; height: 100.0%;">offchain.pub:443</div>`)[0];
|
|
popup_cb4fb2375ac13dd3e3c904cbc7cb962a.setContent(html_1b7edbcd4b57ce4f9565b07e2d45c137);
|
|
|
|
|
|
|
|
marker_bd760ce7669d6d67cd40d5ab40f3dd7f.bindPopup(popup_cb4fb2375ac13dd3e3c904cbc7cb962a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd760ce7669d6d67cd40d5ab40f3dd7f.setIcon(icon_6b7ad357532741d25382d2b9354f9913);
|
|
|
|
|
|
var marker_a0ee8f40510457c3b1266ca530cd3d29 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_91072b415c93686c80e68f2e6bd67cc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdec224aa46072ab04966257ede19b1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_833ef36ce6878364aca95b5745efbabf = $(`<div id="html_833ef36ce6878364aca95b5745efbabf" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_fdec224aa46072ab04966257ede19b1b.setContent(html_833ef36ce6878364aca95b5745efbabf);
|
|
|
|
|
|
|
|
marker_a0ee8f40510457c3b1266ca530cd3d29.bindPopup(popup_fdec224aa46072ab04966257ede19b1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0ee8f40510457c3b1266ca530cd3d29.setIcon(icon_91072b415c93686c80e68f2e6bd67cc5);
|
|
|
|
|
|
var marker_ecbb544dfcee3b7a9778d3d3c76304dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_37cf4b4e581f1a1482c0ed13993c70cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67378abdd338dab461c8b2beb46c42b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b17c1768e367db53951352de08b31397 = $(`<div id="html_b17c1768e367db53951352de08b31397" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_67378abdd338dab461c8b2beb46c42b9.setContent(html_b17c1768e367db53951352de08b31397);
|
|
|
|
|
|
|
|
marker_ecbb544dfcee3b7a9778d3d3c76304dd.bindPopup(popup_67378abdd338dab461c8b2beb46c42b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecbb544dfcee3b7a9778d3d3c76304dd.setIcon(icon_37cf4b4e581f1a1482c0ed13993c70cf);
|
|
|
|
|
|
var marker_342bce483fb7beea8eb118a402af834d = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_810116802b355fa69a5f322318fa86dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64d5ab1aa23e620a45997e93f8b1f2a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70db53b5a6a55fbe08d1898d757c8499 = $(`<div id="html_70db53b5a6a55fbe08d1898d757c8499" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_64d5ab1aa23e620a45997e93f8b1f2a2.setContent(html_70db53b5a6a55fbe08d1898d757c8499);
|
|
|
|
|
|
|
|
marker_342bce483fb7beea8eb118a402af834d.bindPopup(popup_64d5ab1aa23e620a45997e93f8b1f2a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_342bce483fb7beea8eb118a402af834d.setIcon(icon_810116802b355fa69a5f322318fa86dc);
|
|
|
|
|
|
var marker_2a20125266eeb3bd8ba5d27dc26e8466 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_ee5d675332cb29aa7ca9db53acff6a8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c18d0c448993692caa3fd6cea2cc64dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37ca1d5b72ed296d97e814d5369297ce = $(`<div id="html_37ca1d5b72ed296d97e814d5369297ce" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_c18d0c448993692caa3fd6cea2cc64dc.setContent(html_37ca1d5b72ed296d97e814d5369297ce);
|
|
|
|
|
|
|
|
marker_2a20125266eeb3bd8ba5d27dc26e8466.bindPopup(popup_c18d0c448993692caa3fd6cea2cc64dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a20125266eeb3bd8ba5d27dc26e8466.setIcon(icon_ee5d675332cb29aa7ca9db53acff6a8d);
|
|
|
|
|
|
var marker_497f6262400d38b44db33e828d356233 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_cf2a2988b8c9ce0c48d9dbb655b2bb12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6968d00269b59e90eaffdd9cd0db71f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28842370571fd2513ed29bfa29ee44c0 = $(`<div id="html_28842370571fd2513ed29bfa29ee44c0" style="width: 100.0%; height: 100.0%;">communities.nos.social</div>`)[0];
|
|
popup_6968d00269b59e90eaffdd9cd0db71f9.setContent(html_28842370571fd2513ed29bfa29ee44c0);
|
|
|
|
|
|
|
|
marker_497f6262400d38b44db33e828d356233.bindPopup(popup_6968d00269b59e90eaffdd9cd0db71f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_497f6262400d38b44db33e828d356233.setIcon(icon_cf2a2988b8c9ce0c48d9dbb655b2bb12);
|
|
|
|
|
|
var marker_2afc92caf29093841037b8750075765b = L.marker(
|
|
[41.1976, 1.11167],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_f9df704abb3df8a57f8c384ed4e0dd52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9716b90b6d57427548f6136fcb38e8bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8dc2375a92159ca759163c49405edea = $(`<div id="html_c8dc2375a92159ca759163c49405edea" style="width: 100.0%; height: 100.0%;">bitcoinostr.duckdns.org</div>`)[0];
|
|
popup_9716b90b6d57427548f6136fcb38e8bb.setContent(html_c8dc2375a92159ca759163c49405edea);
|
|
|
|
|
|
|
|
marker_2afc92caf29093841037b8750075765b.bindPopup(popup_9716b90b6d57427548f6136fcb38e8bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2afc92caf29093841037b8750075765b.setIcon(icon_f9df704abb3df8a57f8c384ed4e0dd52);
|
|
|
|
|
|
var marker_fdbd7415d3076d4266e99b040145ee70 = L.marker(
|
|
[34.1749, -118.54],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_bd06b33982ca424e531ef158f67a6a08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_418dd50e2f2efb8e8093d5ea9fafc230 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3235474a0d353b5d7a4597d1aef6eaaa = $(`<div id="html_3235474a0d353b5d7a4597d1aef6eaaa" style="width: 100.0%; height: 100.0%;">relay.earthly.city</div>`)[0];
|
|
popup_418dd50e2f2efb8e8093d5ea9fafc230.setContent(html_3235474a0d353b5d7a4597d1aef6eaaa);
|
|
|
|
|
|
|
|
marker_fdbd7415d3076d4266e99b040145ee70.bindPopup(popup_418dd50e2f2efb8e8093d5ea9fafc230)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdbd7415d3076d4266e99b040145ee70.setIcon(icon_bd06b33982ca424e531ef158f67a6a08);
|
|
|
|
|
|
var marker_4807e4f0048210ac61545636c2fe9d46 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7cec05c10d4070e231d561d651bbbbac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37913ca3b699a59e182146da18814d3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dccda831e7da07a9548a9f1c5ad6eeb5 = $(`<div id="html_dccda831e7da07a9548a9f1c5ad6eeb5" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com:443</div>`)[0];
|
|
popup_37913ca3b699a59e182146da18814d3d.setContent(html_dccda831e7da07a9548a9f1c5ad6eeb5);
|
|
|
|
|
|
|
|
marker_4807e4f0048210ac61545636c2fe9d46.bindPopup(popup_37913ca3b699a59e182146da18814d3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4807e4f0048210ac61545636c2fe9d46.setIcon(icon_7cec05c10d4070e231d561d651bbbbac);
|
|
|
|
|
|
var marker_d6fee524cf4e48ac800f3acf3d1541bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_9de688089d948dc25437cf98925a06ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a3c036ba7015f66d7af85558cdd92d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cf81b5360c2eeb0f1d226d84fc3c44f = $(`<div id="html_1cf81b5360c2eeb0f1d226d84fc3c44f" style="width: 100.0%; height: 100.0%;">relay.nostr.place:443</div>`)[0];
|
|
popup_1a3c036ba7015f66d7af85558cdd92d4.setContent(html_1cf81b5360c2eeb0f1d226d84fc3c44f);
|
|
|
|
|
|
|
|
marker_d6fee524cf4e48ac800f3acf3d1541bc.bindPopup(popup_1a3c036ba7015f66d7af85558cdd92d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6fee524cf4e48ac800f3acf3d1541bc.setIcon(icon_9de688089d948dc25437cf98925a06ee);
|
|
|
|
|
|
var marker_df501c8e02b6d7beabcd03b3da7b2de7 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_34a11bd80f4876f0951876302933a592 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65e22b0d1987719bd60ee06759eb61ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43d4ee37b9cbabcd707226011db41245 = $(`<div id="html_43d4ee37b9cbabcd707226011db41245" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_65e22b0d1987719bd60ee06759eb61ed.setContent(html_43d4ee37b9cbabcd707226011db41245);
|
|
|
|
|
|
|
|
marker_df501c8e02b6d7beabcd03b3da7b2de7.bindPopup(popup_65e22b0d1987719bd60ee06759eb61ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df501c8e02b6d7beabcd03b3da7b2de7.setIcon(icon_34a11bd80f4876f0951876302933a592);
|
|
|
|
|
|
var marker_de88f1a928a00def7dce39c0151b6a47 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_51aba6d1e0cdacc05fdf0c2e0f06ddd1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d48b5ee4ff96140483b4af413c84f1a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9ed8d1852116d0496be5c53f566a088 = $(`<div id="html_e9ed8d1852116d0496be5c53f566a088" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_d48b5ee4ff96140483b4af413c84f1a6.setContent(html_e9ed8d1852116d0496be5c53f566a088);
|
|
|
|
|
|
|
|
marker_de88f1a928a00def7dce39c0151b6a47.bindPopup(popup_d48b5ee4ff96140483b4af413c84f1a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de88f1a928a00def7dce39c0151b6a47.setIcon(icon_51aba6d1e0cdacc05fdf0c2e0f06ddd1);
|
|
|
|
|
|
var marker_721fa9baa1ee2c3c262cddef403891bc = L.marker(
|
|
[29.7449, -95.5343],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_da5fafa70d91b0a277ed692f40718845 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1e28fed5af9e57d38a9ecb12e35bb77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9345b65fc138d613a2ce0c6ab397b6aa = $(`<div id="html_9345b65fc138d613a2ce0c6ab397b6aa" style="width: 100.0%; height: 100.0%;">nostr.overpay.com</div>`)[0];
|
|
popup_a1e28fed5af9e57d38a9ecb12e35bb77.setContent(html_9345b65fc138d613a2ce0c6ab397b6aa);
|
|
|
|
|
|
|
|
marker_721fa9baa1ee2c3c262cddef403891bc.bindPopup(popup_a1e28fed5af9e57d38a9ecb12e35bb77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_721fa9baa1ee2c3c262cddef403891bc.setIcon(icon_da5fafa70d91b0a277ed692f40718845);
|
|
|
|
|
|
var marker_285cdbb5a0aad215c0e411a9844a90b9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_d24fc4a1f3f44e716bb8a470d17739fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8096601ef96cd46a5338757345d40f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b86e5f06ee32c5dffae003ccdb1cb4a = $(`<div id="html_5b86e5f06ee32c5dffae003ccdb1cb4a" style="width: 100.0%; height: 100.0%;">relay.44billion.net</div>`)[0];
|
|
popup_c8096601ef96cd46a5338757345d40f2.setContent(html_5b86e5f06ee32c5dffae003ccdb1cb4a);
|
|
|
|
|
|
|
|
marker_285cdbb5a0aad215c0e411a9844a90b9.bindPopup(popup_c8096601ef96cd46a5338757345d40f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_285cdbb5a0aad215c0e411a9844a90b9.setIcon(icon_d24fc4a1f3f44e716bb8a470d17739fa);
|
|
|
|
|
|
var marker_c86a8cbbb351448759daa0650eb54803 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_f06c873f8ce0d647a68f5a9e51d34532 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a9b8cbee0c950e4b5756dab3e459f9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62646ddc5d848407285ae6abf973684c = $(`<div id="html_62646ddc5d848407285ae6abf973684c" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_2a9b8cbee0c950e4b5756dab3e459f9f.setContent(html_62646ddc5d848407285ae6abf973684c);
|
|
|
|
|
|
|
|
marker_c86a8cbbb351448759daa0650eb54803.bindPopup(popup_2a9b8cbee0c950e4b5756dab3e459f9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c86a8cbbb351448759daa0650eb54803.setIcon(icon_f06c873f8ce0d647a68f5a9e51d34532);
|
|
|
|
|
|
var marker_89082fe5c3a10063aeac65d3039ce614 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_5cd4c9d1e8a06100221d972eca50d1c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79a80c84e1914eec53169beb56f495a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7dfa36e9751ac30d5c4e53414714fa35 = $(`<div id="html_7dfa36e9751ac30d5c4e53414714fa35" style="width: 100.0%; height: 100.0%;">relay.ohstr.com:443</div>`)[0];
|
|
popup_79a80c84e1914eec53169beb56f495a1.setContent(html_7dfa36e9751ac30d5c4e53414714fa35);
|
|
|
|
|
|
|
|
marker_89082fe5c3a10063aeac65d3039ce614.bindPopup(popup_79a80c84e1914eec53169beb56f495a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89082fe5c3a10063aeac65d3039ce614.setIcon(icon_5cd4c9d1e8a06100221d972eca50d1c8);
|
|
|
|
|
|
var marker_b91e1de5c836cc97b7dbafe2473f489b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_96bbbb40870865434117054b4e345e47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a407f995b9b5802f886c454d3d6fe03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fa94af000e865cd7170b4cccbd233f9 = $(`<div id="html_0fa94af000e865cd7170b4cccbd233f9" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_4a407f995b9b5802f886c454d3d6fe03.setContent(html_0fa94af000e865cd7170b4cccbd233f9);
|
|
|
|
|
|
|
|
marker_b91e1de5c836cc97b7dbafe2473f489b.bindPopup(popup_4a407f995b9b5802f886c454d3d6fe03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b91e1de5c836cc97b7dbafe2473f489b.setIcon(icon_96bbbb40870865434117054b4e345e47);
|
|
|
|
|
|
var marker_385b0132b269e7af5c885725f2321461 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_3e7077e3935a825b7b48c1b9e0e08efc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa6d9421b290c16480941e027c521e71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a0d417c4c0774cab1f455c280f11ce2 = $(`<div id="html_9a0d417c4c0774cab1f455c280f11ce2" style="width: 100.0%; height: 100.0%;">nostr.wild-vibes.ts.net</div>`)[0];
|
|
popup_fa6d9421b290c16480941e027c521e71.setContent(html_9a0d417c4c0774cab1f455c280f11ce2);
|
|
|
|
|
|
|
|
marker_385b0132b269e7af5c885725f2321461.bindPopup(popup_fa6d9421b290c16480941e027c521e71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_385b0132b269e7af5c885725f2321461.setIcon(icon_3e7077e3935a825b7b48c1b9e0e08efc);
|
|
|
|
|
|
var marker_8cd07ab4f2a290fba55db8d428e95a96 = L.marker(
|
|
[32.9483, -96.7299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_1aaa873b5d5a8c7b8c1dc7ef91deeccf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_884c57ee2fc0f9d9f4eefcad989763ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bd49c056e126c9147ba746d4bd72ffa = $(`<div id="html_5bd49c056e126c9147ba746d4bd72ffa" style="width: 100.0%; height: 100.0%;">relay.bowlafterbowl.com</div>`)[0];
|
|
popup_884c57ee2fc0f9d9f4eefcad989763ef.setContent(html_5bd49c056e126c9147ba746d4bd72ffa);
|
|
|
|
|
|
|
|
marker_8cd07ab4f2a290fba55db8d428e95a96.bindPopup(popup_884c57ee2fc0f9d9f4eefcad989763ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cd07ab4f2a290fba55db8d428e95a96.setIcon(icon_1aaa873b5d5a8c7b8c1dc7ef91deeccf);
|
|
|
|
|
|
var marker_8fdb09d80b40732d5c5955e3e0f5035b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_25c1fda1b897bffd9c04fc9cd17d931a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8d10a177a293f5c1b48bd57b35964fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7349dacbb9ca439657ffe87ac78ec771 = $(`<div id="html_7349dacbb9ca439657ffe87ac78ec771" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_a8d10a177a293f5c1b48bd57b35964fc.setContent(html_7349dacbb9ca439657ffe87ac78ec771);
|
|
|
|
|
|
|
|
marker_8fdb09d80b40732d5c5955e3e0f5035b.bindPopup(popup_a8d10a177a293f5c1b48bd57b35964fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fdb09d80b40732d5c5955e3e0f5035b.setIcon(icon_25c1fda1b897bffd9c04fc9cd17d931a);
|
|
|
|
|
|
var marker_e8e437bea099cedbdd56090b067be956 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_b6dc925a16ba9be9479d96aa0e9f34ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4124776ee0b6fb899b85db88c4f0807 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1cc011e423d67bbe56db03211b790bd = $(`<div id="html_a1cc011e423d67bbe56db03211b790bd" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_c4124776ee0b6fb899b85db88c4f0807.setContent(html_a1cc011e423d67bbe56db03211b790bd);
|
|
|
|
|
|
|
|
marker_e8e437bea099cedbdd56090b067be956.bindPopup(popup_c4124776ee0b6fb899b85db88c4f0807)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8e437bea099cedbdd56090b067be956.setIcon(icon_b6dc925a16ba9be9479d96aa0e9f34ac);
|
|
|
|
|
|
var marker_f3464eee4a8b11d18c846695105aad8b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_58a8b6302d2db144d8ecccf315fbe69a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74d3c43141eeef306ca1b537565321ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3184eb7bee3abbcc29567488ad6f6cf = $(`<div id="html_e3184eb7bee3abbcc29567488ad6f6cf" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com:443</div>`)[0];
|
|
popup_74d3c43141eeef306ca1b537565321ee.setContent(html_e3184eb7bee3abbcc29567488ad6f6cf);
|
|
|
|
|
|
|
|
marker_f3464eee4a8b11d18c846695105aad8b.bindPopup(popup_74d3c43141eeef306ca1b537565321ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3464eee4a8b11d18c846695105aad8b.setIcon(icon_58a8b6302d2db144d8ecccf315fbe69a);
|
|
|
|
|
|
var marker_74fc3e58cd571db9cb2a5047ffb988aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_1c19db199aac74775901cf18afe35f65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4d167f3fee127eb2d84199e6d93be11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_439eedf53319248c810d4ca2795532c0 = $(`<div id="html_439eedf53319248c810d4ca2795532c0" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_b4d167f3fee127eb2d84199e6d93be11.setContent(html_439eedf53319248c810d4ca2795532c0);
|
|
|
|
|
|
|
|
marker_74fc3e58cd571db9cb2a5047ffb988aa.bindPopup(popup_b4d167f3fee127eb2d84199e6d93be11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74fc3e58cd571db9cb2a5047ffb988aa.setIcon(icon_1c19db199aac74775901cf18afe35f65);
|
|
|
|
|
|
var marker_8038e0c3a5363c54255a3639594101f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_cd3031ad7d66da162aa51653a360e121 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3561938917aa03dac491a1952544190 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef07ee69cb0aa0474813a7d4fd77a886 = $(`<div id="html_ef07ee69cb0aa0474813a7d4fd77a886" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz:443</div>`)[0];
|
|
popup_c3561938917aa03dac491a1952544190.setContent(html_ef07ee69cb0aa0474813a7d4fd77a886);
|
|
|
|
|
|
|
|
marker_8038e0c3a5363c54255a3639594101f5.bindPopup(popup_c3561938917aa03dac491a1952544190)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8038e0c3a5363c54255a3639594101f5.setIcon(icon_cd3031ad7d66da162aa51653a360e121);
|
|
|
|
|
|
var marker_e958715bd9703e377224abc4055f66ad = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_94754d0ff6c0a1e6f5c98f0786a83c89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cd6148c381660318088fdd6bbf8c0f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8c506a8f552b145208c945303c36761 = $(`<div id="html_e8c506a8f552b145208c945303c36761" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_5cd6148c381660318088fdd6bbf8c0f4.setContent(html_e8c506a8f552b145208c945303c36761);
|
|
|
|
|
|
|
|
marker_e958715bd9703e377224abc4055f66ad.bindPopup(popup_5cd6148c381660318088fdd6bbf8c0f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e958715bd9703e377224abc4055f66ad.setIcon(icon_94754d0ff6c0a1e6f5c98f0786a83c89);
|
|
|
|
|
|
var marker_0543844965936a8c4a7af5587508119d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_32ea49ddc50229af44ff567bfd6962c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_346cbf2278bc55b5c64cda0fe9586556 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e847485114767e3ed98e68c07d509e58 = $(`<div id="html_e847485114767e3ed98e68c07d509e58" style="width: 100.0%; height: 100.0%;">relay.solife.me</div>`)[0];
|
|
popup_346cbf2278bc55b5c64cda0fe9586556.setContent(html_e847485114767e3ed98e68c07d509e58);
|
|
|
|
|
|
|
|
marker_0543844965936a8c4a7af5587508119d.bindPopup(popup_346cbf2278bc55b5c64cda0fe9586556)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0543844965936a8c4a7af5587508119d.setIcon(icon_32ea49ddc50229af44ff567bfd6962c3);
|
|
|
|
|
|
var marker_7e82e4efd77ae7352a47122d888d7590 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2735bf020c3a8718fe7c5a6f5fb9eb3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21d6613d7ec97798ea9dc92646841771 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6a0ad5123aa46c2a358eaf3d9492451 = $(`<div id="html_c6a0ad5123aa46c2a358eaf3d9492451" style="width: 100.0%; height: 100.0%;">nostr.hoppe-relay.it.com</div>`)[0];
|
|
popup_21d6613d7ec97798ea9dc92646841771.setContent(html_c6a0ad5123aa46c2a358eaf3d9492451);
|
|
|
|
|
|
|
|
marker_7e82e4efd77ae7352a47122d888d7590.bindPopup(popup_21d6613d7ec97798ea9dc92646841771)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e82e4efd77ae7352a47122d888d7590.setIcon(icon_2735bf020c3a8718fe7c5a6f5fb9eb3c);
|
|
|
|
|
|
var marker_e95b5773635cc256e7f16ecfdfbf485a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_35e12fa9cdcce4f51f659fe5a2be6f88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_218b764bf15ce67ecc0faf525a563378 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70e76f15aba11104eaa665456f0a334e = $(`<div id="html_70e76f15aba11104eaa665456f0a334e" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_218b764bf15ce67ecc0faf525a563378.setContent(html_70e76f15aba11104eaa665456f0a334e);
|
|
|
|
|
|
|
|
marker_e95b5773635cc256e7f16ecfdfbf485a.bindPopup(popup_218b764bf15ce67ecc0faf525a563378)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e95b5773635cc256e7f16ecfdfbf485a.setIcon(icon_35e12fa9cdcce4f51f659fe5a2be6f88);
|
|
|
|
|
|
var marker_fa007f778c574d3053a56bdb8175071f = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_c291600f402f3e1e51618f0e97b93eef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9f20d18f93ebccef15859fc735eaa18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5856c280a02682b9ae99f75c5102ce09 = $(`<div id="html_5856c280a02682b9ae99f75c5102ce09" style="width: 100.0%; height: 100.0%;">relay.mypathtofire.de</div>`)[0];
|
|
popup_b9f20d18f93ebccef15859fc735eaa18.setContent(html_5856c280a02682b9ae99f75c5102ce09);
|
|
|
|
|
|
|
|
marker_fa007f778c574d3053a56bdb8175071f.bindPopup(popup_b9f20d18f93ebccef15859fc735eaa18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa007f778c574d3053a56bdb8175071f.setIcon(icon_c291600f402f3e1e51618f0e97b93eef);
|
|
|
|
|
|
var marker_0589380ec793b73583dbcb5122bc2774 = L.marker(
|
|
[8.96171, -83.5246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e3360eac31888029b19910b74b114621 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c56096b3d9a97addc8ebeae81fc7d0da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f37c59a93f0d1a78f07ec25d9235f2e = $(`<div id="html_4f37c59a93f0d1a78f07ec25d9235f2e" style="width: 100.0%; height: 100.0%;">no.str.cr:443</div>`)[0];
|
|
popup_c56096b3d9a97addc8ebeae81fc7d0da.setContent(html_4f37c59a93f0d1a78f07ec25d9235f2e);
|
|
|
|
|
|
|
|
marker_0589380ec793b73583dbcb5122bc2774.bindPopup(popup_c56096b3d9a97addc8ebeae81fc7d0da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0589380ec793b73583dbcb5122bc2774.setIcon(icon_e3360eac31888029b19910b74b114621);
|
|
|
|
|
|
var marker_06f3511444b5ccd53bc91c9664ad4996 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_efcb70a7feafb9b3dd10c70a434345e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_806691d01121b1a67513512b669800c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcec62145b44e8ff93cf156ea9705cb1 = $(`<div id="html_dcec62145b44e8ff93cf156ea9705cb1" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev:443</div>`)[0];
|
|
popup_806691d01121b1a67513512b669800c7.setContent(html_dcec62145b44e8ff93cf156ea9705cb1);
|
|
|
|
|
|
|
|
marker_06f3511444b5ccd53bc91c9664ad4996.bindPopup(popup_806691d01121b1a67513512b669800c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06f3511444b5ccd53bc91c9664ad4996.setIcon(icon_efcb70a7feafb9b3dd10c70a434345e0);
|
|
|
|
|
|
var marker_f5ce49512e09b9d0ca7fd25a8ae33a2e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_61e78b43f7dc997c832b33077fa8f901 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b77d96cb9ed3c97d2fb40e3120c4e6d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0feb36bab083f4e6cdd0b926fa60bc39 = $(`<div id="html_0feb36bab083f4e6cdd0b926fa60bc39" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_b77d96cb9ed3c97d2fb40e3120c4e6d6.setContent(html_0feb36bab083f4e6cdd0b926fa60bc39);
|
|
|
|
|
|
|
|
marker_f5ce49512e09b9d0ca7fd25a8ae33a2e.bindPopup(popup_b77d96cb9ed3c97d2fb40e3120c4e6d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5ce49512e09b9d0ca7fd25a8ae33a2e.setIcon(icon_61e78b43f7dc997c832b33077fa8f901);
|
|
|
|
|
|
var marker_e8619a83a8399c8c23644f53672ee77f = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_94519f62a1dbfafa8f81b5d40869ac2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f5d3d41e5d29cfd1f3df4ef0493ed47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e42ce5a11914072eba852e072ef52984 = $(`<div id="html_e42ce5a11914072eba852e072ef52984" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_8f5d3d41e5d29cfd1f3df4ef0493ed47.setContent(html_e42ce5a11914072eba852e072ef52984);
|
|
|
|
|
|
|
|
marker_e8619a83a8399c8c23644f53672ee77f.bindPopup(popup_8f5d3d41e5d29cfd1f3df4ef0493ed47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8619a83a8399c8c23644f53672ee77f.setIcon(icon_94519f62a1dbfafa8f81b5d40869ac2a);
|
|
|
|
|
|
var marker_df0426c93596406a3e14bff17756629e = L.marker(
|
|
[40.55, -74.4758],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_435924901ca6388e8352fb59a1a5013d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ada58281be869be11c80af74d2e8a77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be060ef184169a8dc692cd332cc9acc6 = $(`<div id="html_be060ef184169a8dc692cd332cc9acc6" style="width: 100.0%; height: 100.0%;">nostr.whitenode45.ddns.net</div>`)[0];
|
|
popup_6ada58281be869be11c80af74d2e8a77.setContent(html_be060ef184169a8dc692cd332cc9acc6);
|
|
|
|
|
|
|
|
marker_df0426c93596406a3e14bff17756629e.bindPopup(popup_6ada58281be869be11c80af74d2e8a77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df0426c93596406a3e14bff17756629e.setIcon(icon_435924901ca6388e8352fb59a1a5013d);
|
|
|
|
|
|
var marker_5168d321d2e90ad7388dbe1deaa847d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_8466a1528b00697201bd8b1df859fecc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0654dd92518b169fea5f035ec035ae1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a415e75b37a9791cc62ac8208c37c18b = $(`<div id="html_a415e75b37a9791cc62ac8208c37c18b" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_c0654dd92518b169fea5f035ec035ae1.setContent(html_a415e75b37a9791cc62ac8208c37c18b);
|
|
|
|
|
|
|
|
marker_5168d321d2e90ad7388dbe1deaa847d3.bindPopup(popup_c0654dd92518b169fea5f035ec035ae1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5168d321d2e90ad7388dbe1deaa847d3.setIcon(icon_8466a1528b00697201bd8b1df859fecc);
|
|
|
|
|
|
var marker_dc99b14f22b044872dee2c7c4f98ef9d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_8c001cb494ed31f92728edfb829f0877 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5b69c906ca411f60a452589453fc888 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cf021f41a705ee8c3140cd5a9519228 = $(`<div id="html_6cf021f41a705ee8c3140cd5a9519228" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com:443</div>`)[0];
|
|
popup_b5b69c906ca411f60a452589453fc888.setContent(html_6cf021f41a705ee8c3140cd5a9519228);
|
|
|
|
|
|
|
|
marker_dc99b14f22b044872dee2c7c4f98ef9d.bindPopup(popup_b5b69c906ca411f60a452589453fc888)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc99b14f22b044872dee2c7c4f98ef9d.setIcon(icon_8c001cb494ed31f92728edfb829f0877);
|
|
|
|
|
|
var marker_b8896a26dd4b78f72f3b12ad2f5e06fc = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_67f4499660fb3f72b010b89ee15bba0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_686732342856c6b4856e0c6d18126a84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4096c1c68c8d42a368e14378aa19a39f = $(`<div id="html_4096c1c68c8d42a368e14378aa19a39f" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_686732342856c6b4856e0c6d18126a84.setContent(html_4096c1c68c8d42a368e14378aa19a39f);
|
|
|
|
|
|
|
|
marker_b8896a26dd4b78f72f3b12ad2f5e06fc.bindPopup(popup_686732342856c6b4856e0c6d18126a84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8896a26dd4b78f72f3b12ad2f5e06fc.setIcon(icon_67f4499660fb3f72b010b89ee15bba0e);
|
|
|
|
|
|
var marker_bbc090e88b5077686dd7154b8b0aa138 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_07845a1f4b11c0a5a04d8e8f8f480c43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_012bbba13ddaf807336683725427ced8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2ada4a9972ffad66c64035fc61fb7b0 = $(`<div id="html_c2ada4a9972ffad66c64035fc61fb7b0" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net:443</div>`)[0];
|
|
popup_012bbba13ddaf807336683725427ced8.setContent(html_c2ada4a9972ffad66c64035fc61fb7b0);
|
|
|
|
|
|
|
|
marker_bbc090e88b5077686dd7154b8b0aa138.bindPopup(popup_012bbba13ddaf807336683725427ced8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbc090e88b5077686dd7154b8b0aa138.setIcon(icon_07845a1f4b11c0a5a04d8e8f8f480c43);
|
|
|
|
|
|
var marker_eedfb2fcbad15ae15727c5faa5b42340 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_8b461bb9075f52756370ca5a5275e3f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e59339ef978c7b7d55867de11be576dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b9a10eb245cdd54bdb12cffc0c95de7 = $(`<div id="html_5b9a10eb245cdd54bdb12cffc0c95de7" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_e59339ef978c7b7d55867de11be576dd.setContent(html_5b9a10eb245cdd54bdb12cffc0c95de7);
|
|
|
|
|
|
|
|
marker_eedfb2fcbad15ae15727c5faa5b42340.bindPopup(popup_e59339ef978c7b7d55867de11be576dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eedfb2fcbad15ae15727c5faa5b42340.setIcon(icon_8b461bb9075f52756370ca5a5275e3f2);
|
|
|
|
|
|
var marker_0dcfbd67dab13cd0dd1b00c3a77285e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_40530b0b7d1034380176df18af0b6741 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89c456aa040393f7b96dd7f1da2a85d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d61cd65f2c398c01c11f4da70ce23d8 = $(`<div id="html_3d61cd65f2c398c01c11f4da70ce23d8" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_89c456aa040393f7b96dd7f1da2a85d8.setContent(html_3d61cd65f2c398c01c11f4da70ce23d8);
|
|
|
|
|
|
|
|
marker_0dcfbd67dab13cd0dd1b00c3a77285e9.bindPopup(popup_89c456aa040393f7b96dd7f1da2a85d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dcfbd67dab13cd0dd1b00c3a77285e9.setIcon(icon_40530b0b7d1034380176df18af0b6741);
|
|
|
|
|
|
var marker_3f01c2892fe95ddc340ae2975f604165 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2a3f0f770962ebf55ae9cf0d7b71bb8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9702b06a54c1e36d01197f57859ea273 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_132eb0c522414c83498eb00d7c1e05e7 = $(`<div id="html_132eb0c522414c83498eb00d7c1e05e7" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_9702b06a54c1e36d01197f57859ea273.setContent(html_132eb0c522414c83498eb00d7c1e05e7);
|
|
|
|
|
|
|
|
marker_3f01c2892fe95ddc340ae2975f604165.bindPopup(popup_9702b06a54c1e36d01197f57859ea273)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f01c2892fe95ddc340ae2975f604165.setIcon(icon_2a3f0f770962ebf55ae9cf0d7b71bb8d);
|
|
|
|
|
|
var marker_40f641ecdbc9a2bd6f164525d350295a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_c8db9e9db0d65aac99703a160e2d16b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6daad8c3abb065fa77515327e221fc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0457e92dd5cd2109ff9f9af2eb35fd98 = $(`<div id="html_0457e92dd5cd2109ff9f9af2eb35fd98" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_b6daad8c3abb065fa77515327e221fc7.setContent(html_0457e92dd5cd2109ff9f9af2eb35fd98);
|
|
|
|
|
|
|
|
marker_40f641ecdbc9a2bd6f164525d350295a.bindPopup(popup_b6daad8c3abb065fa77515327e221fc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40f641ecdbc9a2bd6f164525d350295a.setIcon(icon_c8db9e9db0d65aac99703a160e2d16b3);
|
|
|
|
|
|
var marker_c2593ca813b603d0e21d377cc73ad0a7 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_42d4ab8eb82ff572aa63d6f888f15684 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1ccdf1ba57e5c1a9f9fe4defd7ce688 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a85bab0d6132f215f6aea020916efb3 = $(`<div id="html_6a85bab0d6132f215f6aea020916efb3" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_c1ccdf1ba57e5c1a9f9fe4defd7ce688.setContent(html_6a85bab0d6132f215f6aea020916efb3);
|
|
|
|
|
|
|
|
marker_c2593ca813b603d0e21d377cc73ad0a7.bindPopup(popup_c1ccdf1ba57e5c1a9f9fe4defd7ce688)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2593ca813b603d0e21d377cc73ad0a7.setIcon(icon_42d4ab8eb82ff572aa63d6f888f15684);
|
|
|
|
|
|
var marker_7748582bee5459312f3517f03fe8845b = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7d1d750bb168f604ed925cbaadb74f0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a4b02262e28ee0d83130f8ecb5229e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_532c367c1c3eade4f682cf8bb75a9649 = $(`<div id="html_532c367c1c3eade4f682cf8bb75a9649" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_9a4b02262e28ee0d83130f8ecb5229e0.setContent(html_532c367c1c3eade4f682cf8bb75a9649);
|
|
|
|
|
|
|
|
marker_7748582bee5459312f3517f03fe8845b.bindPopup(popup_9a4b02262e28ee0d83130f8ecb5229e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7748582bee5459312f3517f03fe8845b.setIcon(icon_7d1d750bb168f604ed925cbaadb74f0f);
|
|
|
|
|
|
var marker_39339d59f9968a0ef59c346b941dbeb1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_57268847c5aad065f87bad61e8c24257 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d960143307a2019b628cb85c6adf266 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a5c5b157f5864c60c44dec9b3d63a76 = $(`<div id="html_0a5c5b157f5864c60c44dec9b3d63a76" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_0d960143307a2019b628cb85c6adf266.setContent(html_0a5c5b157f5864c60c44dec9b3d63a76);
|
|
|
|
|
|
|
|
marker_39339d59f9968a0ef59c346b941dbeb1.bindPopup(popup_0d960143307a2019b628cb85c6adf266)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39339d59f9968a0ef59c346b941dbeb1.setIcon(icon_57268847c5aad065f87bad61e8c24257);
|
|
|
|
|
|
var marker_ed3f8fd882edb3d5af7e847cb77abc7f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_08c783bd367a47b5db23d0dbb2de6776 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2375c60f9428e0e304ecb1e0e23cfd9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_607dd972d635b902cc461ed22cd9ad6c = $(`<div id="html_607dd972d635b902cc461ed22cd9ad6c" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_2375c60f9428e0e304ecb1e0e23cfd9e.setContent(html_607dd972d635b902cc461ed22cd9ad6c);
|
|
|
|
|
|
|
|
marker_ed3f8fd882edb3d5af7e847cb77abc7f.bindPopup(popup_2375c60f9428e0e304ecb1e0e23cfd9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed3f8fd882edb3d5af7e847cb77abc7f.setIcon(icon_08c783bd367a47b5db23d0dbb2de6776);
|
|
|
|
|
|
var marker_945862154694b05d9ac1b94f94aabbfa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_bbe7a43c4ed65cd42767978e7a74ab6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9355550f46fd2c79f2b5bf8ea7cbe02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45fe8317ab31da7c4ad6358b2c770526 = $(`<div id="html_45fe8317ab31da7c4ad6358b2c770526" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_e9355550f46fd2c79f2b5bf8ea7cbe02.setContent(html_45fe8317ab31da7c4ad6358b2c770526);
|
|
|
|
|
|
|
|
marker_945862154694b05d9ac1b94f94aabbfa.bindPopup(popup_e9355550f46fd2c79f2b5bf8ea7cbe02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_945862154694b05d9ac1b94f94aabbfa.setIcon(icon_bbe7a43c4ed65cd42767978e7a74ab6b);
|
|
|
|
|
|
var marker_29a5d445df58ac31f1aa3731459b19ed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_1dec3dbb31386528d099a3774f8ccede = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a40946dd0537e87d4fdaac37bd6feee2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d456e2b3b5225d5de5f6ce933f5ddf23 = $(`<div id="html_d456e2b3b5225d5de5f6ce933f5ddf23" style="width: 100.0%; height: 100.0%;">relay.mrmave.work</div>`)[0];
|
|
popup_a40946dd0537e87d4fdaac37bd6feee2.setContent(html_d456e2b3b5225d5de5f6ce933f5ddf23);
|
|
|
|
|
|
|
|
marker_29a5d445df58ac31f1aa3731459b19ed.bindPopup(popup_a40946dd0537e87d4fdaac37bd6feee2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29a5d445df58ac31f1aa3731459b19ed.setIcon(icon_1dec3dbb31386528d099a3774f8ccede);
|
|
|
|
|
|
var marker_43c3b3da0ddd28811a29589e6a2e0cc9 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_f8450de8f1827c6ff75b2c237702a05e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62dddfdee22fa3f003221b9df9dae9bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7c5bbdb2e00bdcfcee2b65642634e45 = $(`<div id="html_d7c5bbdb2e00bdcfcee2b65642634e45" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net:443</div>`)[0];
|
|
popup_62dddfdee22fa3f003221b9df9dae9bd.setContent(html_d7c5bbdb2e00bdcfcee2b65642634e45);
|
|
|
|
|
|
|
|
marker_43c3b3da0ddd28811a29589e6a2e0cc9.bindPopup(popup_62dddfdee22fa3f003221b9df9dae9bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43c3b3da0ddd28811a29589e6a2e0cc9.setIcon(icon_f8450de8f1827c6ff75b2c237702a05e);
|
|
|
|
|
|
var marker_30c59e97c2b7dd5cbc96007d1d0a898a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2d690d695c675f14098bb43e131b731f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af396f6e5978a8dccaa7eb9dadfcd396 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b063e856cd0e81b39da8939ced735ae = $(`<div id="html_4b063e856cd0e81b39da8939ced735ae" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_af396f6e5978a8dccaa7eb9dadfcd396.setContent(html_4b063e856cd0e81b39da8939ced735ae);
|
|
|
|
|
|
|
|
marker_30c59e97c2b7dd5cbc96007d1d0a898a.bindPopup(popup_af396f6e5978a8dccaa7eb9dadfcd396)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30c59e97c2b7dd5cbc96007d1d0a898a.setIcon(icon_2d690d695c675f14098bb43e131b731f);
|
|
|
|
|
|
var marker_26038cf738d667157895ef906727ae5f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_83dc2108e96a8c45406320000dc85c14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_728881bdd5413d0103fe330163fa03f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c11ecf77521b6d8de7763c8b0a440ae = $(`<div id="html_8c11ecf77521b6d8de7763c8b0a440ae" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_728881bdd5413d0103fe330163fa03f7.setContent(html_8c11ecf77521b6d8de7763c8b0a440ae);
|
|
|
|
|
|
|
|
marker_26038cf738d667157895ef906727ae5f.bindPopup(popup_728881bdd5413d0103fe330163fa03f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26038cf738d667157895ef906727ae5f.setIcon(icon_83dc2108e96a8c45406320000dc85c14);
|
|
|
|
|
|
var marker_4935db1a6704044568453cb917f09f07 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_ac689d6b5f050496b15d0cce7e36bc5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6e528e3a2570667b5f5d01de0e9b5e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bda9ea9c2a23fcd8da8c98f369d7a642 = $(`<div id="html_bda9ea9c2a23fcd8da8c98f369d7a642" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe:443</div>`)[0];
|
|
popup_b6e528e3a2570667b5f5d01de0e9b5e7.setContent(html_bda9ea9c2a23fcd8da8c98f369d7a642);
|
|
|
|
|
|
|
|
marker_4935db1a6704044568453cb917f09f07.bindPopup(popup_b6e528e3a2570667b5f5d01de0e9b5e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4935db1a6704044568453cb917f09f07.setIcon(icon_ac689d6b5f050496b15d0cce7e36bc5f);
|
|
|
|
|
|
var marker_84b9d48072afed6beb1242e238b876bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_666e328ae276a871573256ae9e42d235 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a54fc090cafef065556eba5ffb6bb611 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1606f83182989dd1b037908d9a803552 = $(`<div id="html_1606f83182989dd1b037908d9a803552" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_a54fc090cafef065556eba5ffb6bb611.setContent(html_1606f83182989dd1b037908d9a803552);
|
|
|
|
|
|
|
|
marker_84b9d48072afed6beb1242e238b876bc.bindPopup(popup_a54fc090cafef065556eba5ffb6bb611)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84b9d48072afed6beb1242e238b876bc.setIcon(icon_666e328ae276a871573256ae9e42d235);
|
|
|
|
|
|
var marker_ebfcaec322bdb3a1b86cab04681e4bd1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_939389220408c297d0173ed8ef7c6eac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfae1f7e3edcfbf828dbb12a294b7177 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49af75cec07c9ea5ba660fcb9cc0bd75 = $(`<div id="html_49af75cec07c9ea5ba660fcb9cc0bd75" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app:443</div>`)[0];
|
|
popup_cfae1f7e3edcfbf828dbb12a294b7177.setContent(html_49af75cec07c9ea5ba660fcb9cc0bd75);
|
|
|
|
|
|
|
|
marker_ebfcaec322bdb3a1b86cab04681e4bd1.bindPopup(popup_cfae1f7e3edcfbf828dbb12a294b7177)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebfcaec322bdb3a1b86cab04681e4bd1.setIcon(icon_939389220408c297d0173ed8ef7c6eac);
|
|
|
|
|
|
var marker_35fb2cc8bcfc1d0b16aada0f9382fc56 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_9c16b089a1ca1e23454a009313fb8196 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e4cd63b49d1af1a94b53c3883b92e95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bb92221806d19a1c2fd6069226c6c42 = $(`<div id="html_5bb92221806d19a1c2fd6069226c6c42" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_1e4cd63b49d1af1a94b53c3883b92e95.setContent(html_5bb92221806d19a1c2fd6069226c6c42);
|
|
|
|
|
|
|
|
marker_35fb2cc8bcfc1d0b16aada0f9382fc56.bindPopup(popup_1e4cd63b49d1af1a94b53c3883b92e95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35fb2cc8bcfc1d0b16aada0f9382fc56.setIcon(icon_9c16b089a1ca1e23454a009313fb8196);
|
|
|
|
|
|
var marker_f2335573bada79e46e5c10e9dd45206f = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7c82264217bf3bf726df09d352014554 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fc5328a6b029a42afe56969a0ac01b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfa862c08132cd920c7418cad5d49ee3 = $(`<div id="html_dfa862c08132cd920c7418cad5d49ee3" style="width: 100.0%; height: 100.0%;">relay.layer.systems:443</div>`)[0];
|
|
popup_6fc5328a6b029a42afe56969a0ac01b4.setContent(html_dfa862c08132cd920c7418cad5d49ee3);
|
|
|
|
|
|
|
|
marker_f2335573bada79e46e5c10e9dd45206f.bindPopup(popup_6fc5328a6b029a42afe56969a0ac01b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2335573bada79e46e5c10e9dd45206f.setIcon(icon_7c82264217bf3bf726df09d352014554);
|
|
|
|
|
|
var marker_b273ff7ed762aba1f32e82bd2c14e7fc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_5701a09892917ab5a112aca76a4c8ea4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_937f3b9105b44d5898f3e200025a8f8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d45f2e8444dc8618008824fcee588865 = $(`<div id="html_d45f2e8444dc8618008824fcee588865" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_937f3b9105b44d5898f3e200025a8f8c.setContent(html_d45f2e8444dc8618008824fcee588865);
|
|
|
|
|
|
|
|
marker_b273ff7ed762aba1f32e82bd2c14e7fc.bindPopup(popup_937f3b9105b44d5898f3e200025a8f8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b273ff7ed762aba1f32e82bd2c14e7fc.setIcon(icon_5701a09892917ab5a112aca76a4c8ea4);
|
|
|
|
|
|
var marker_8ed658c040021bd995d8f6f2fc15e228 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_9172f96e49834f00feb4f265137f6b4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e23f22b2b3775b58c67f10cac041a68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bc569db9c9af131c2af929d4d971097 = $(`<div id="html_6bc569db9c9af131c2af929d4d971097" style="width: 100.0%; height: 100.0%;">relay.liberbitworld.org</div>`)[0];
|
|
popup_8e23f22b2b3775b58c67f10cac041a68.setContent(html_6bc569db9c9af131c2af929d4d971097);
|
|
|
|
|
|
|
|
marker_8ed658c040021bd995d8f6f2fc15e228.bindPopup(popup_8e23f22b2b3775b58c67f10cac041a68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ed658c040021bd995d8f6f2fc15e228.setIcon(icon_9172f96e49834f00feb4f265137f6b4b);
|
|
|
|
|
|
var marker_f7b536482ebc328d1c3a2ebaf0272899 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_17de34fd62c8233219a5f853df506eea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9425524125d4b36f60bceebac75efee7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_848718b006931e19ea9d723d67057175 = $(`<div id="html_848718b006931e19ea9d723d67057175" style="width: 100.0%; height: 100.0%;">relay.veganostr.com:443</div>`)[0];
|
|
popup_9425524125d4b36f60bceebac75efee7.setContent(html_848718b006931e19ea9d723d67057175);
|
|
|
|
|
|
|
|
marker_f7b536482ebc328d1c3a2ebaf0272899.bindPopup(popup_9425524125d4b36f60bceebac75efee7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7b536482ebc328d1c3a2ebaf0272899.setIcon(icon_17de34fd62c8233219a5f853df506eea);
|
|
|
|
|
|
var marker_88c1ac5fbe7c11c88b2bdcd0adb3bac0 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2c16ad8f1fc723ef157fe1db206ca5cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6177d7c28b0d3b50110b4be5284e34f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf479bfbbd953220d54fc937a6d596ae = $(`<div id="html_bf479bfbbd953220d54fc937a6d596ae" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_c6177d7c28b0d3b50110b4be5284e34f.setContent(html_bf479bfbbd953220d54fc937a6d596ae);
|
|
|
|
|
|
|
|
marker_88c1ac5fbe7c11c88b2bdcd0adb3bac0.bindPopup(popup_c6177d7c28b0d3b50110b4be5284e34f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88c1ac5fbe7c11c88b2bdcd0adb3bac0.setIcon(icon_2c16ad8f1fc723ef157fe1db206ca5cc);
|
|
|
|
|
|
var marker_d2d5f9d42a4129318a333b01d2d04b8a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_9c8a9f389200736f92db2775382e853e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d38d6542b5c7d2e0dfa7a04fd31bd8f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c496fb0cb1baa282a6ecc99e09af6be = $(`<div id="html_5c496fb0cb1baa282a6ecc99e09af6be" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_d38d6542b5c7d2e0dfa7a04fd31bd8f7.setContent(html_5c496fb0cb1baa282a6ecc99e09af6be);
|
|
|
|
|
|
|
|
marker_d2d5f9d42a4129318a333b01d2d04b8a.bindPopup(popup_d38d6542b5c7d2e0dfa7a04fd31bd8f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2d5f9d42a4129318a333b01d2d04b8a.setIcon(icon_9c8a9f389200736f92db2775382e853e);
|
|
|
|
|
|
var marker_5924ecaf785bacd5da2a129018a8dba2 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_11e1711e4cfc43cc253b3cc59dc6bf24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9292d0d6aabe776bcfd905131548684 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d06d1121a4019043e8747ab4c2a5b40f = $(`<div id="html_d06d1121a4019043e8747ab4c2a5b40f" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_f9292d0d6aabe776bcfd905131548684.setContent(html_d06d1121a4019043e8747ab4c2a5b40f);
|
|
|
|
|
|
|
|
marker_5924ecaf785bacd5da2a129018a8dba2.bindPopup(popup_f9292d0d6aabe776bcfd905131548684)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5924ecaf785bacd5da2a129018a8dba2.setIcon(icon_11e1711e4cfc43cc253b3cc59dc6bf24);
|
|
|
|
|
|
var marker_c66358d123dd06bb153b158646e0234c = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_84d120069e34434ee4cb10bba5793069 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f639aa1dd389c0ee9e650c342f43f033 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66e88d8e7de9e1f4db3650e17ce841de = $(`<div id="html_66e88d8e7de9e1f4db3650e17ce841de" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_f639aa1dd389c0ee9e650c342f43f033.setContent(html_66e88d8e7de9e1f4db3650e17ce841de);
|
|
|
|
|
|
|
|
marker_c66358d123dd06bb153b158646e0234c.bindPopup(popup_f639aa1dd389c0ee9e650c342f43f033)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c66358d123dd06bb153b158646e0234c.setIcon(icon_84d120069e34434ee4cb10bba5793069);
|
|
|
|
|
|
var marker_df8beaf38286f0443dabe1b3e1117fe8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_62650dc80e4e0672529d8f631b0fbf11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0635088709ead508ffbdeaef850e0642 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f043e6fea20b4d693c46d933d45141b0 = $(`<div id="html_f043e6fea20b4d693c46d933d45141b0" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com:443</div>`)[0];
|
|
popup_0635088709ead508ffbdeaef850e0642.setContent(html_f043e6fea20b4d693c46d933d45141b0);
|
|
|
|
|
|
|
|
marker_df8beaf38286f0443dabe1b3e1117fe8.bindPopup(popup_0635088709ead508ffbdeaef850e0642)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df8beaf38286f0443dabe1b3e1117fe8.setIcon(icon_62650dc80e4e0672529d8f631b0fbf11);
|
|
|
|
|
|
var marker_50919c0c6419b565d746af21bc87386a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_76114e75e7f2156af65e25ebff272b2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea6eea3fdc167ffd812af6997a4aa798 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68b8ad29d4291b708204868f52c08f43 = $(`<div id="html_68b8ad29d4291b708204868f52c08f43" style="width: 100.0%; height: 100.0%;">relay.wisp.talk:443</div>`)[0];
|
|
popup_ea6eea3fdc167ffd812af6997a4aa798.setContent(html_68b8ad29d4291b708204868f52c08f43);
|
|
|
|
|
|
|
|
marker_50919c0c6419b565d746af21bc87386a.bindPopup(popup_ea6eea3fdc167ffd812af6997a4aa798)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50919c0c6419b565d746af21bc87386a.setIcon(icon_76114e75e7f2156af65e25ebff272b2d);
|
|
|
|
|
|
var marker_b92d8ad56c61a2784b8f228f1b4123d7 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_4b800a0eaf7ffa3450d207a785c01259 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5b380e90ce27e2da1fcda9c86224218 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afa20a79075455edb106f0dc6353810a = $(`<div id="html_afa20a79075455edb106f0dc6353810a" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_d5b380e90ce27e2da1fcda9c86224218.setContent(html_afa20a79075455edb106f0dc6353810a);
|
|
|
|
|
|
|
|
marker_b92d8ad56c61a2784b8f228f1b4123d7.bindPopup(popup_d5b380e90ce27e2da1fcda9c86224218)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b92d8ad56c61a2784b8f228f1b4123d7.setIcon(icon_4b800a0eaf7ffa3450d207a785c01259);
|
|
|
|
|
|
var marker_29f37ec0d33e366e6b1bd13a49ad530c = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_5d578177f87be39db90c68596063a3cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfdfbfac8ef895e8121198e835a6edd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1b64c030a32f1b93c0df69ad5ec2fc7 = $(`<div id="html_e1b64c030a32f1b93c0df69ad5ec2fc7" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_dfdfbfac8ef895e8121198e835a6edd0.setContent(html_e1b64c030a32f1b93c0df69ad5ec2fc7);
|
|
|
|
|
|
|
|
marker_29f37ec0d33e366e6b1bd13a49ad530c.bindPopup(popup_dfdfbfac8ef895e8121198e835a6edd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29f37ec0d33e366e6b1bd13a49ad530c.setIcon(icon_5d578177f87be39db90c68596063a3cc);
|
|
|
|
|
|
var marker_efa0049217e8219775e91831e2f0fa9c = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_242c13cfb18aab6c17cc38a1a12da346 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdb89eff67e6a18413d82b4269855cac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6347450e90453d21018675bec67bee8a = $(`<div id="html_6347450e90453d21018675bec67bee8a" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_fdb89eff67e6a18413d82b4269855cac.setContent(html_6347450e90453d21018675bec67bee8a);
|
|
|
|
|
|
|
|
marker_efa0049217e8219775e91831e2f0fa9c.bindPopup(popup_fdb89eff67e6a18413d82b4269855cac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efa0049217e8219775e91831e2f0fa9c.setIcon(icon_242c13cfb18aab6c17cc38a1a12da346);
|
|
|
|
|
|
var marker_1d90bcae217a9889b6a805f6cfade9a6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e5b262503171f20fcb489cb82478580b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92e896ff252121b85185afdc5409c368 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d0b88b8030e515602a2c83ddb1be0cd = $(`<div id="html_6d0b88b8030e515602a2c83ddb1be0cd" style="width: 100.0%; height: 100.0%;">testnet.samt.st</div>`)[0];
|
|
popup_92e896ff252121b85185afdc5409c368.setContent(html_6d0b88b8030e515602a2c83ddb1be0cd);
|
|
|
|
|
|
|
|
marker_1d90bcae217a9889b6a805f6cfade9a6.bindPopup(popup_92e896ff252121b85185afdc5409c368)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d90bcae217a9889b6a805f6cfade9a6.setIcon(icon_e5b262503171f20fcb489cb82478580b);
|
|
|
|
|
|
var marker_30988555182799c787e08b260c132e13 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_540f84184029ecf028cd2a259b1246a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28301a373e032907ef68e7749b250e25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1de79d5d08dd6933a428aa634414c6b = $(`<div id="html_f1de79d5d08dd6933a428aa634414c6b" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev:443</div>`)[0];
|
|
popup_28301a373e032907ef68e7749b250e25.setContent(html_f1de79d5d08dd6933a428aa634414c6b);
|
|
|
|
|
|
|
|
marker_30988555182799c787e08b260c132e13.bindPopup(popup_28301a373e032907ef68e7749b250e25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30988555182799c787e08b260c132e13.setIcon(icon_540f84184029ecf028cd2a259b1246a5);
|
|
|
|
|
|
var marker_911c6d42f0b3dcbc655ef2954045bf6f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_b5306cc0f9374fce1769453d929f6867 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_235f2707e0cf4ab67867bb537e8323e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_149876c6995d1af67ae09db690b85a15 = $(`<div id="html_149876c6995d1af67ae09db690b85a15" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app:443</div>`)[0];
|
|
popup_235f2707e0cf4ab67867bb537e8323e0.setContent(html_149876c6995d1af67ae09db690b85a15);
|
|
|
|
|
|
|
|
marker_911c6d42f0b3dcbc655ef2954045bf6f.bindPopup(popup_235f2707e0cf4ab67867bb537e8323e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_911c6d42f0b3dcbc655ef2954045bf6f.setIcon(icon_b5306cc0f9374fce1769453d929f6867);
|
|
|
|
|
|
var marker_12f3818a8fad4312c9ce76b0e1530c77 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_988dd7824f135744e9614b75ecf7ed87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2d66ea3f935d70ff21eed5c1b597b91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1de984d5bed9406eb83ae56bc8ad911d = $(`<div id="html_1de984d5bed9406eb83ae56bc8ad911d" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_a2d66ea3f935d70ff21eed5c1b597b91.setContent(html_1de984d5bed9406eb83ae56bc8ad911d);
|
|
|
|
|
|
|
|
marker_12f3818a8fad4312c9ce76b0e1530c77.bindPopup(popup_a2d66ea3f935d70ff21eed5c1b597b91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12f3818a8fad4312c9ce76b0e1530c77.setIcon(icon_988dd7824f135744e9614b75ecf7ed87);
|
|
|
|
|
|
var marker_375d945f9f0d20c1a2c78c54e933c8e4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a9b996d180901f99eb646d8d2329b821 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_990e9b49eec93bb1d15476d024c145ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85691e628ab9b722c6563b0d6e2df367 = $(`<div id="html_85691e628ab9b722c6563b0d6e2df367" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_990e9b49eec93bb1d15476d024c145ac.setContent(html_85691e628ab9b722c6563b0d6e2df367);
|
|
|
|
|
|
|
|
marker_375d945f9f0d20c1a2c78c54e933c8e4.bindPopup(popup_990e9b49eec93bb1d15476d024c145ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_375d945f9f0d20c1a2c78c54e933c8e4.setIcon(icon_a9b996d180901f99eb646d8d2329b821);
|
|
|
|
|
|
var marker_86248e5f5a4bcdd50448f22a6be644d2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_0a3383084de9da92ca9947a31a2ad54f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36906a9a6c3e4ccb756e9566c82243eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_946a8ba8c45701d625dff46e4c75a160 = $(`<div id="html_946a8ba8c45701d625dff46e4c75a160" style="width: 100.0%; height: 100.0%;">nostr.planix.org</div>`)[0];
|
|
popup_36906a9a6c3e4ccb756e9566c82243eb.setContent(html_946a8ba8c45701d625dff46e4c75a160);
|
|
|
|
|
|
|
|
marker_86248e5f5a4bcdd50448f22a6be644d2.bindPopup(popup_36906a9a6c3e4ccb756e9566c82243eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86248e5f5a4bcdd50448f22a6be644d2.setIcon(icon_0a3383084de9da92ca9947a31a2ad54f);
|
|
|
|
|
|
var marker_be3e7f35ddbc3ec559b2b82cdc6fcc08 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_cf615aea70e3272a73b368669ceee70a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4e769c0c54a15f2b3eb18656e1224cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2c045ddac897649d7ff9855086f39ad = $(`<div id="html_e2c045ddac897649d7ff9855086f39ad" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_a4e769c0c54a15f2b3eb18656e1224cb.setContent(html_e2c045ddac897649d7ff9855086f39ad);
|
|
|
|
|
|
|
|
marker_be3e7f35ddbc3ec559b2b82cdc6fcc08.bindPopup(popup_a4e769c0c54a15f2b3eb18656e1224cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be3e7f35ddbc3ec559b2b82cdc6fcc08.setIcon(icon_cf615aea70e3272a73b368669ceee70a);
|
|
|
|
|
|
var marker_616879857c006c06bf74632d1c45af67 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_5b07cafd1de480027279b9b9a03367a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98db405405509ab2e6208f7352b721f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c7d4d16656898bf375f9550a8ce6960 = $(`<div id="html_9c7d4d16656898bf375f9550a8ce6960" style="width: 100.0%; height: 100.0%;">relay-can.zombi.cloudrodion.com</div>`)[0];
|
|
popup_98db405405509ab2e6208f7352b721f7.setContent(html_9c7d4d16656898bf375f9550a8ce6960);
|
|
|
|
|
|
|
|
marker_616879857c006c06bf74632d1c45af67.bindPopup(popup_98db405405509ab2e6208f7352b721f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_616879857c006c06bf74632d1c45af67.setIcon(icon_5b07cafd1de480027279b9b9a03367a4);
|
|
|
|
|
|
var marker_77686f0077b66dd5ac5f62bcafbf2992 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_bdaf3cf4b87ffc6e9f9fafdcf90ceecd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_387b1b112a799f9318a03989925c4fe7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e150555b236089c54771f89676c1a711 = $(`<div id="html_e150555b236089c54771f89676c1a711" style="width: 100.0%; height: 100.0%;">relay.trotters.cc:443</div>`)[0];
|
|
popup_387b1b112a799f9318a03989925c4fe7.setContent(html_e150555b236089c54771f89676c1a711);
|
|
|
|
|
|
|
|
marker_77686f0077b66dd5ac5f62bcafbf2992.bindPopup(popup_387b1b112a799f9318a03989925c4fe7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77686f0077b66dd5ac5f62bcafbf2992.setIcon(icon_bdaf3cf4b87ffc6e9f9fafdcf90ceecd);
|
|
|
|
|
|
var marker_c3e349717d89009868d39b525f744b33 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_04ed62d419c5cb75e23cde6b58e47f8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c440e8ad91b5ccadb8d969f55113a9a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b25b50c654dba2157599bbcd3fcb135b = $(`<div id="html_b25b50c654dba2157599bbcd3fcb135b" style="width: 100.0%; height: 100.0%;">relay.nostreon.com</div>`)[0];
|
|
popup_c440e8ad91b5ccadb8d969f55113a9a5.setContent(html_b25b50c654dba2157599bbcd3fcb135b);
|
|
|
|
|
|
|
|
marker_c3e349717d89009868d39b525f744b33.bindPopup(popup_c440e8ad91b5ccadb8d969f55113a9a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3e349717d89009868d39b525f744b33.setIcon(icon_04ed62d419c5cb75e23cde6b58e47f8d);
|
|
|
|
|
|
var marker_39d63d888a66d892272b653af4670514 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_ac9bbf8be8c82175e67c7e6bd5a235bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06dd5b94450e2dde5580fac54e1d289a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2e379a5933c30c5d1c58c8c33aab35b = $(`<div id="html_f2e379a5933c30c5d1c58c8c33aab35b" style="width: 100.0%; height: 100.0%;">relay.getvia.xyz</div>`)[0];
|
|
popup_06dd5b94450e2dde5580fac54e1d289a.setContent(html_f2e379a5933c30c5d1c58c8c33aab35b);
|
|
|
|
|
|
|
|
marker_39d63d888a66d892272b653af4670514.bindPopup(popup_06dd5b94450e2dde5580fac54e1d289a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39d63d888a66d892272b653af4670514.setIcon(icon_ac9bbf8be8c82175e67c7e6bd5a235bd);
|
|
|
|
|
|
var marker_8a3faa64c51dcbb7bde927f469be51d3 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_0e938746b9bcd239550c77ef36bdf748 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a73c5d008837779a0307d58f231d9e83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_292e11778b7bacbf685a3249ac7562e9 = $(`<div id="html_292e11778b7bacbf685a3249ac7562e9" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_a73c5d008837779a0307d58f231d9e83.setContent(html_292e11778b7bacbf685a3249ac7562e9);
|
|
|
|
|
|
|
|
marker_8a3faa64c51dcbb7bde927f469be51d3.bindPopup(popup_a73c5d008837779a0307d58f231d9e83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a3faa64c51dcbb7bde927f469be51d3.setIcon(icon_0e938746b9bcd239550c77ef36bdf748);
|
|
|
|
|
|
var marker_d67d14dd47f6058458b66194c818756a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_6dc6c60d468c76d6427216769996c376 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3506d8a5c8967f7157dc1edaa401bde9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0936682531a198e6bfc49a11bead51c1 = $(`<div id="html_0936682531a198e6bfc49a11bead51c1" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_3506d8a5c8967f7157dc1edaa401bde9.setContent(html_0936682531a198e6bfc49a11bead51c1);
|
|
|
|
|
|
|
|
marker_d67d14dd47f6058458b66194c818756a.bindPopup(popup_3506d8a5c8967f7157dc1edaa401bde9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d67d14dd47f6058458b66194c818756a.setIcon(icon_6dc6c60d468c76d6427216769996c376);
|
|
|
|
|
|
var marker_c82e7be5c0ff48b1919d3d987f18e958 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_9962cac19022646a3ae0937e9b6a15ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d6f82c1ede58770d2a2d7d851db586b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11ecfbc5709ad5e4f1b5ccce120b4227 = $(`<div id="html_11ecfbc5709ad5e4f1b5ccce120b4227" style="width: 100.0%; height: 100.0%;">nostr.quali.chat:443</div>`)[0];
|
|
popup_5d6f82c1ede58770d2a2d7d851db586b.setContent(html_11ecfbc5709ad5e4f1b5ccce120b4227);
|
|
|
|
|
|
|
|
marker_c82e7be5c0ff48b1919d3d987f18e958.bindPopup(popup_5d6f82c1ede58770d2a2d7d851db586b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c82e7be5c0ff48b1919d3d987f18e958.setIcon(icon_9962cac19022646a3ae0937e9b6a15ea);
|
|
|
|
|
|
var marker_c042ef8542007a8cf4164d3dff552b9b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_0dcf55ed1734e901e091a5981578a918 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac2e2298bd5a3a5d3c03765bf299779d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_941cc2cca9e6e5731d01c70c57e865d7 = $(`<div id="html_941cc2cca9e6e5731d01c70c57e865d7" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_ac2e2298bd5a3a5d3c03765bf299779d.setContent(html_941cc2cca9e6e5731d01c70c57e865d7);
|
|
|
|
|
|
|
|
marker_c042ef8542007a8cf4164d3dff552b9b.bindPopup(popup_ac2e2298bd5a3a5d3c03765bf299779d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c042ef8542007a8cf4164d3dff552b9b.setIcon(icon_0dcf55ed1734e901e091a5981578a918);
|
|
|
|
|
|
var marker_c922c0e5296f0e8934a3cc44d7308070 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_5cc1390c13108755bf9172328ab72910 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e5035b19af579cf4c9a27ee9704c460 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4e67a40aee42bdedef5c21970646977 = $(`<div id="html_f4e67a40aee42bdedef5c21970646977" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_3e5035b19af579cf4c9a27ee9704c460.setContent(html_f4e67a40aee42bdedef5c21970646977);
|
|
|
|
|
|
|
|
marker_c922c0e5296f0e8934a3cc44d7308070.bindPopup(popup_3e5035b19af579cf4c9a27ee9704c460)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c922c0e5296f0e8934a3cc44d7308070.setIcon(icon_5cc1390c13108755bf9172328ab72910);
|
|
|
|
|
|
var marker_af2910ea6bb4479e7e9478f6cba4119b = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_761b86e3fb37695e97c1d3dc0a580b2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_454d13fce642efd913f6da7e4fb6dfd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed4f712bbde2c5c91103d815881fc70f = $(`<div id="html_ed4f712bbde2c5c91103d815881fc70f" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_454d13fce642efd913f6da7e4fb6dfd3.setContent(html_ed4f712bbde2c5c91103d815881fc70f);
|
|
|
|
|
|
|
|
marker_af2910ea6bb4479e7e9478f6cba4119b.bindPopup(popup_454d13fce642efd913f6da7e4fb6dfd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af2910ea6bb4479e7e9478f6cba4119b.setIcon(icon_761b86e3fb37695e97c1d3dc0a580b2e);
|
|
|
|
|
|
var marker_cf7b548cc5d4ba9b73f9afa66b854d74 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_68180dec18647b6f2b23f8e070861fa6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_698d22dbd693ea6a91705bd824565707 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94008694410f8808a8b379f04e7a05d5 = $(`<div id="html_94008694410f8808a8b379f04e7a05d5" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app:443</div>`)[0];
|
|
popup_698d22dbd693ea6a91705bd824565707.setContent(html_94008694410f8808a8b379f04e7a05d5);
|
|
|
|
|
|
|
|
marker_cf7b548cc5d4ba9b73f9afa66b854d74.bindPopup(popup_698d22dbd693ea6a91705bd824565707)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf7b548cc5d4ba9b73f9afa66b854d74.setIcon(icon_68180dec18647b6f2b23f8e070861fa6);
|
|
|
|
|
|
var marker_d42e5d4bad178e0c829fbb40778c2c40 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_cc2d7945973862dbe98bb04583295ba5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3cec4d8ce88788d5976ca0d63d220b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9968961795ad86973b98f98c5ebf5e9a = $(`<div id="html_9968961795ad86973b98f98c5ebf5e9a" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io:443</div>`)[0];
|
|
popup_a3cec4d8ce88788d5976ca0d63d220b0.setContent(html_9968961795ad86973b98f98c5ebf5e9a);
|
|
|
|
|
|
|
|
marker_d42e5d4bad178e0c829fbb40778c2c40.bindPopup(popup_a3cec4d8ce88788d5976ca0d63d220b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d42e5d4bad178e0c829fbb40778c2c40.setIcon(icon_cc2d7945973862dbe98bb04583295ba5);
|
|
|
|
|
|
var marker_825a4d4227d7fc3cd0e23de3e4af19f8 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_288723e98d09608885a62585be1df8a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b05b2a7c459e74361b74ac0ba3eae009 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fa007453fbd8069b6c76250b4ee28a0 = $(`<div id="html_0fa007453fbd8069b6c76250b4ee28a0" style="width: 100.0%; height: 100.0%;">nostr.davenov.com</div>`)[0];
|
|
popup_b05b2a7c459e74361b74ac0ba3eae009.setContent(html_0fa007453fbd8069b6c76250b4ee28a0);
|
|
|
|
|
|
|
|
marker_825a4d4227d7fc3cd0e23de3e4af19f8.bindPopup(popup_b05b2a7c459e74361b74ac0ba3eae009)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_825a4d4227d7fc3cd0e23de3e4af19f8.setIcon(icon_288723e98d09608885a62585be1df8a1);
|
|
|
|
|
|
var marker_9bea2af837dc514bbb0a2ff9f1c6eb43 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_3780fa0a264b2c51b503ede2b011e57a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cad3e9ec7ee81271802fa3041d3a678 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2966dd6816ae6c8a8c5cb4dbef029299 = $(`<div id="html_2966dd6816ae6c8a8c5cb4dbef029299" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_1cad3e9ec7ee81271802fa3041d3a678.setContent(html_2966dd6816ae6c8a8c5cb4dbef029299);
|
|
|
|
|
|
|
|
marker_9bea2af837dc514bbb0a2ff9f1c6eb43.bindPopup(popup_1cad3e9ec7ee81271802fa3041d3a678)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bea2af837dc514bbb0a2ff9f1c6eb43.setIcon(icon_3780fa0a264b2c51b503ede2b011e57a);
|
|
|
|
|
|
var marker_42800be7747bfab80e0c8566609a52b4 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_ea195374af3cd2db6057dc84720dd6de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6b4cd656f1a4b9162b207df9bce7a17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1e5564ab13332ba92f7596d6f090434 = $(`<div id="html_c1e5564ab13332ba92f7596d6f090434" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_c6b4cd656f1a4b9162b207df9bce7a17.setContent(html_c1e5564ab13332ba92f7596d6f090434);
|
|
|
|
|
|
|
|
marker_42800be7747bfab80e0c8566609a52b4.bindPopup(popup_c6b4cd656f1a4b9162b207df9bce7a17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42800be7747bfab80e0c8566609a52b4.setIcon(icon_ea195374af3cd2db6057dc84720dd6de);
|
|
|
|
|
|
var marker_518c9cd5a8a081e34d5a56ec2b9bd34c = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_b471c9469d21fc65fcde626ce7b3ea3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ee073fbd8c20d053a22550a8fa73edc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_142e5a87580ad1a880eca55c23167019 = $(`<div id="html_142e5a87580ad1a880eca55c23167019" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_3ee073fbd8c20d053a22550a8fa73edc.setContent(html_142e5a87580ad1a880eca55c23167019);
|
|
|
|
|
|
|
|
marker_518c9cd5a8a081e34d5a56ec2b9bd34c.bindPopup(popup_3ee073fbd8c20d053a22550a8fa73edc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_518c9cd5a8a081e34d5a56ec2b9bd34c.setIcon(icon_b471c9469d21fc65fcde626ce7b3ea3a);
|
|
|
|
|
|
var marker_483c52eb41afdffd756632d3423d3d2f = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_b025097e7dcff8a20e0a10cb74d0a1a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39de55872ef08eb5a4275361c2750028 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8880a533376d4b7b5d060a2a63a993bb = $(`<div id="html_8880a533376d4b7b5d060a2a63a993bb" style="width: 100.0%; height: 100.0%;">relay.scuba323.com</div>`)[0];
|
|
popup_39de55872ef08eb5a4275361c2750028.setContent(html_8880a533376d4b7b5d060a2a63a993bb);
|
|
|
|
|
|
|
|
marker_483c52eb41afdffd756632d3423d3d2f.bindPopup(popup_39de55872ef08eb5a4275361c2750028)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_483c52eb41afdffd756632d3423d3d2f.setIcon(icon_b025097e7dcff8a20e0a10cb74d0a1a8);
|
|
|
|
|
|
var marker_3c4fa0dc887acf189b3bdf6f64714038 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e7d599f1d4ae0c6a6d4eae4a8867f526 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44442a950f15c92de04d0f8c227cacd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13ca216518d30fb30704dd458e058799 = $(`<div id="html_13ca216518d30fb30704dd458e058799" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_44442a950f15c92de04d0f8c227cacd4.setContent(html_13ca216518d30fb30704dd458e058799);
|
|
|
|
|
|
|
|
marker_3c4fa0dc887acf189b3bdf6f64714038.bindPopup(popup_44442a950f15c92de04d0f8c227cacd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c4fa0dc887acf189b3bdf6f64714038.setIcon(icon_e7d599f1d4ae0c6a6d4eae4a8867f526);
|
|
|
|
|
|
var marker_d0937f7e79eb225d34160a9bb896be76 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_70ec5fed50444e2a085bdd998e060262 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47eb3b647b71577e2f1ef1b9cd84e2b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99add8adde7f203aeed670c0339f3945 = $(`<div id="html_99add8adde7f203aeed670c0339f3945" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_47eb3b647b71577e2f1ef1b9cd84e2b6.setContent(html_99add8adde7f203aeed670c0339f3945);
|
|
|
|
|
|
|
|
marker_d0937f7e79eb225d34160a9bb896be76.bindPopup(popup_47eb3b647b71577e2f1ef1b9cd84e2b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0937f7e79eb225d34160a9bb896be76.setIcon(icon_70ec5fed50444e2a085bdd998e060262);
|
|
|
|
|
|
var marker_7cda966db6fd012c9fb634ad3abe35d2 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_501771598acb3756a1fd06d60f0b105c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d88cc5d774c06b4cc69ae03d9f89d80f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b8542a83b2f9ca93fc2cfbbe5b7a8bf = $(`<div id="html_6b8542a83b2f9ca93fc2cfbbe5b7a8bf" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_d88cc5d774c06b4cc69ae03d9f89d80f.setContent(html_6b8542a83b2f9ca93fc2cfbbe5b7a8bf);
|
|
|
|
|
|
|
|
marker_7cda966db6fd012c9fb634ad3abe35d2.bindPopup(popup_d88cc5d774c06b4cc69ae03d9f89d80f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cda966db6fd012c9fb634ad3abe35d2.setIcon(icon_501771598acb3756a1fd06d60f0b105c);
|
|
|
|
|
|
var marker_96cfd86c35e8cd6124fd898a32be55d9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_d03d4a641e5ea9994f0b544e51fb6003 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_691d95a7fdaca64107a88d35ff8cc38a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e3ec643399b28d4de6dc8d5889e6d00 = $(`<div id="html_3e3ec643399b28d4de6dc8d5889e6d00" style="width: 100.0%; height: 100.0%;">porchlight.social</div>`)[0];
|
|
popup_691d95a7fdaca64107a88d35ff8cc38a.setContent(html_3e3ec643399b28d4de6dc8d5889e6d00);
|
|
|
|
|
|
|
|
marker_96cfd86c35e8cd6124fd898a32be55d9.bindPopup(popup_691d95a7fdaca64107a88d35ff8cc38a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96cfd86c35e8cd6124fd898a32be55d9.setIcon(icon_d03d4a641e5ea9994f0b544e51fb6003);
|
|
|
|
|
|
var marker_ba3a13631819c37ab1a2c0441423ce3f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_415bc2eea5d4166e9aa5bc046b40e7d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b3094a994c50216c80663310f4a89df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4dccdb4c79b9cf6cb947745620622d1a = $(`<div id="html_4dccdb4c79b9cf6cb947745620622d1a" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_5b3094a994c50216c80663310f4a89df.setContent(html_4dccdb4c79b9cf6cb947745620622d1a);
|
|
|
|
|
|
|
|
marker_ba3a13631819c37ab1a2c0441423ce3f.bindPopup(popup_5b3094a994c50216c80663310f4a89df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba3a13631819c37ab1a2c0441423ce3f.setIcon(icon_415bc2eea5d4166e9aa5bc046b40e7d9);
|
|
|
|
|
|
var marker_308519f4aeb30b0339f55cc82ca23d5d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_9be496291ebf6807123381e4fcd034e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df6ee0ea25269c117fd0b3e7834daaa5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0504aaefb25494d6ae29b24203064ab = $(`<div id="html_d0504aaefb25494d6ae29b24203064ab" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_df6ee0ea25269c117fd0b3e7834daaa5.setContent(html_d0504aaefb25494d6ae29b24203064ab);
|
|
|
|
|
|
|
|
marker_308519f4aeb30b0339f55cc82ca23d5d.bindPopup(popup_df6ee0ea25269c117fd0b3e7834daaa5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_308519f4aeb30b0339f55cc82ca23d5d.setIcon(icon_9be496291ebf6807123381e4fcd034e6);
|
|
|
|
|
|
var marker_fb2018a3aaf69fbba2c11fbee3558c7d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_6df969ad42c3ff5d8d47ea64fc684111 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99afaa6a6a5373e188b0eed68a8b084b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7df45753157fcb7f20d17dda1a2e673 = $(`<div id="html_f7df45753157fcb7f20d17dda1a2e673" style="width: 100.0%; height: 100.0%;">relay2.veganostr.com</div>`)[0];
|
|
popup_99afaa6a6a5373e188b0eed68a8b084b.setContent(html_f7df45753157fcb7f20d17dda1a2e673);
|
|
|
|
|
|
|
|
marker_fb2018a3aaf69fbba2c11fbee3558c7d.bindPopup(popup_99afaa6a6a5373e188b0eed68a8b084b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb2018a3aaf69fbba2c11fbee3558c7d.setIcon(icon_6df969ad42c3ff5d8d47ea64fc684111);
|
|
|
|
|
|
var marker_5d5bfae9d49c7b50421880c0ae9a88a9 = L.marker(
|
|
[43.7064, -79.3986],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_5dce77a6d9efcbebfa9c042a448cb565 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34f3002ccfb4ead8180683d1eb8f3faa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8d68b67b955987bf6764f23ccbd9888 = $(`<div id="html_b8d68b67b955987bf6764f23ccbd9888" style="width: 100.0%; height: 100.0%;">wot.makenomistakes.ca</div>`)[0];
|
|
popup_34f3002ccfb4ead8180683d1eb8f3faa.setContent(html_b8d68b67b955987bf6764f23ccbd9888);
|
|
|
|
|
|
|
|
marker_5d5bfae9d49c7b50421880c0ae9a88a9.bindPopup(popup_34f3002ccfb4ead8180683d1eb8f3faa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d5bfae9d49c7b50421880c0ae9a88a9.setIcon(icon_5dce77a6d9efcbebfa9c042a448cb565);
|
|
|
|
|
|
var marker_a3fc0876efcc91e331b0df3214b5677f = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_5cbbe08f6e9cb7db55b55967f19651a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a9dd13479cf92105c9b5108aa5234a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e73a9dc5de9a5cbd231e68ca3d31ff57 = $(`<div id="html_e73a9dc5de9a5cbd231e68ca3d31ff57" style="width: 100.0%; height: 100.0%;">articles.layer3.news:443</div>`)[0];
|
|
popup_9a9dd13479cf92105c9b5108aa5234a7.setContent(html_e73a9dc5de9a5cbd231e68ca3d31ff57);
|
|
|
|
|
|
|
|
marker_a3fc0876efcc91e331b0df3214b5677f.bindPopup(popup_9a9dd13479cf92105c9b5108aa5234a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3fc0876efcc91e331b0df3214b5677f.setIcon(icon_5cbbe08f6e9cb7db55b55967f19651a8);
|
|
|
|
|
|
var marker_dca882f24b16084e69f8638ad709235d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_61efc4a9028c8a82749034bd4c4e5bd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c5216c797212b24278ef6fbb24ab40a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0c7c26e111f7483f1eea71e4fc93b7d = $(`<div id="html_d0c7c26e111f7483f1eea71e4fc93b7d" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com:443</div>`)[0];
|
|
popup_7c5216c797212b24278ef6fbb24ab40a.setContent(html_d0c7c26e111f7483f1eea71e4fc93b7d);
|
|
|
|
|
|
|
|
marker_dca882f24b16084e69f8638ad709235d.bindPopup(popup_7c5216c797212b24278ef6fbb24ab40a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dca882f24b16084e69f8638ad709235d.setIcon(icon_61efc4a9028c8a82749034bd4c4e5bd9);
|
|
|
|
|
|
var marker_0746a473fe97b24e2e2ef735a8fe82f3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_63f3cfbd3c3e4f437145e458b1a65e3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f8da2d07a9a41bd98ca81d6cddadb2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff18b4d84d4a9ed59767b267896d700c = $(`<div id="html_ff18b4d84d4a9ed59767b267896d700c" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_8f8da2d07a9a41bd98ca81d6cddadb2a.setContent(html_ff18b4d84d4a9ed59767b267896d700c);
|
|
|
|
|
|
|
|
marker_0746a473fe97b24e2e2ef735a8fe82f3.bindPopup(popup_8f8da2d07a9a41bd98ca81d6cddadb2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0746a473fe97b24e2e2ef735a8fe82f3.setIcon(icon_63f3cfbd3c3e4f437145e458b1a65e3f);
|
|
|
|
|
|
var marker_64b58f52a09e5ea9be1a422f04005f2e = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_51efc4c54032e42dc93af3364ec9f401 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3364fbb1c9c3511d428d8af901936130 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd36739dd499f9f0bb5d6ff27abbf8e8 = $(`<div id="html_fd36739dd499f9f0bb5d6ff27abbf8e8" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com:443</div>`)[0];
|
|
popup_3364fbb1c9c3511d428d8af901936130.setContent(html_fd36739dd499f9f0bb5d6ff27abbf8e8);
|
|
|
|
|
|
|
|
marker_64b58f52a09e5ea9be1a422f04005f2e.bindPopup(popup_3364fbb1c9c3511d428d8af901936130)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64b58f52a09e5ea9be1a422f04005f2e.setIcon(icon_51efc4c54032e42dc93af3364ec9f401);
|
|
|
|
|
|
var marker_5b5a6a9faf44ced5c2b4a8739888fcf3 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_61aa5f86a798c05077bae3cfc43aef5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55bc71c2296aa51166e1778bf13ca846 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d1ddad436cb3eee089437ff8bc9d19b = $(`<div id="html_6d1ddad436cb3eee089437ff8bc9d19b" style="width: 100.0%; height: 100.0%;">relay.underorion.se</div>`)[0];
|
|
popup_55bc71c2296aa51166e1778bf13ca846.setContent(html_6d1ddad436cb3eee089437ff8bc9d19b);
|
|
|
|
|
|
|
|
marker_5b5a6a9faf44ced5c2b4a8739888fcf3.bindPopup(popup_55bc71c2296aa51166e1778bf13ca846)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b5a6a9faf44ced5c2b4a8739888fcf3.setIcon(icon_61aa5f86a798c05077bae3cfc43aef5b);
|
|
|
|
|
|
var marker_646efaa74547ee51164da3116aca2d3a = L.marker(
|
|
[47.9123, 12.8151],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_b20aff8fd753c97da5165ba86e30a76f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8299fbb6cd8e48076dc510d9356818a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_724cba69135a219d8f8a5716207f16e9 = $(`<div id="html_724cba69135a219d8f8a5716207f16e9" style="width: 100.0%; height: 100.0%;">nostr.christiansass.de</div>`)[0];
|
|
popup_d8299fbb6cd8e48076dc510d9356818a.setContent(html_724cba69135a219d8f8a5716207f16e9);
|
|
|
|
|
|
|
|
marker_646efaa74547ee51164da3116aca2d3a.bindPopup(popup_d8299fbb6cd8e48076dc510d9356818a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_646efaa74547ee51164da3116aca2d3a.setIcon(icon_b20aff8fd753c97da5165ba86e30a76f);
|
|
|
|
|
|
var marker_0d31b550f6dbdfad4ff3dd308899e8a3 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_6d8f1c07b35d4729b5b2e71d395e3dd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c820b4add5c2582879b7f63ef2645abd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48d77e74ce9bf1f76d7d36eb0b7276f8 = $(`<div id="html_48d77e74ce9bf1f76d7d36eb0b7276f8" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_c820b4add5c2582879b7f63ef2645abd.setContent(html_48d77e74ce9bf1f76d7d36eb0b7276f8);
|
|
|
|
|
|
|
|
marker_0d31b550f6dbdfad4ff3dd308899e8a3.bindPopup(popup_c820b4add5c2582879b7f63ef2645abd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d31b550f6dbdfad4ff3dd308899e8a3.setIcon(icon_6d8f1c07b35d4729b5b2e71d395e3dd6);
|
|
|
|
|
|
var marker_3e32e294e19a1ca9f9567980289443e0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_1014eb6f06ec499c7ebb66d7fd43ddcd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b84ae8da64d2dc06350ca578a5869b5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e106e67fefe241b1c87d8c98bb383f67 = $(`<div id="html_e106e67fefe241b1c87d8c98bb383f67" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_b84ae8da64d2dc06350ca578a5869b5e.setContent(html_e106e67fefe241b1c87d8c98bb383f67);
|
|
|
|
|
|
|
|
marker_3e32e294e19a1ca9f9567980289443e0.bindPopup(popup_b84ae8da64d2dc06350ca578a5869b5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e32e294e19a1ca9f9567980289443e0.setIcon(icon_1014eb6f06ec499c7ebb66d7fd43ddcd);
|
|
|
|
|
|
var marker_78af59204cba03f8cee51fb1e95549dc = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_084851cb591c970d28568ea79c8adbb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfd0f21b08916fef6102c9285afd44bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bbc6f9fb7676edc5f4094202b4cb4ff = $(`<div id="html_1bbc6f9fb7676edc5f4094202b4cb4ff" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com:443</div>`)[0];
|
|
popup_bfd0f21b08916fef6102c9285afd44bf.setContent(html_1bbc6f9fb7676edc5f4094202b4cb4ff);
|
|
|
|
|
|
|
|
marker_78af59204cba03f8cee51fb1e95549dc.bindPopup(popup_bfd0f21b08916fef6102c9285afd44bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78af59204cba03f8cee51fb1e95549dc.setIcon(icon_084851cb591c970d28568ea79c8adbb6);
|
|
|
|
|
|
var marker_61b77ff6ca8e99a123da4cfe448105f6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_65db64298405ef163563dce4bdc78952 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70066f624fcd6e635c63b9f3474f289e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc047e754ed67a11ba036b3826ea73bd = $(`<div id="html_cc047e754ed67a11ba036b3826ea73bd" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_70066f624fcd6e635c63b9f3474f289e.setContent(html_cc047e754ed67a11ba036b3826ea73bd);
|
|
|
|
|
|
|
|
marker_61b77ff6ca8e99a123da4cfe448105f6.bindPopup(popup_70066f624fcd6e635c63b9f3474f289e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61b77ff6ca8e99a123da4cfe448105f6.setIcon(icon_65db64298405ef163563dce4bdc78952);
|
|
|
|
|
|
var marker_6e23b6658d007d2bafb711a0b0f1e2c0 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_d1d459973241913078c8cc379df75b7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d1e2f2cb0990b52c1c833e51076406d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ecde8418010c881dc4271b3cdf5e9d7 = $(`<div id="html_4ecde8418010c881dc4271b3cdf5e9d7" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_7d1e2f2cb0990b52c1c833e51076406d.setContent(html_4ecde8418010c881dc4271b3cdf5e9d7);
|
|
|
|
|
|
|
|
marker_6e23b6658d007d2bafb711a0b0f1e2c0.bindPopup(popup_7d1e2f2cb0990b52c1c833e51076406d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e23b6658d007d2bafb711a0b0f1e2c0.setIcon(icon_d1d459973241913078c8cc379df75b7e);
|
|
|
|
|
|
var marker_4fe60585473decaf9fb2b17aa8ab7b63 = L.marker(
|
|
[-36.8906, 174.794],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_ffff028247f909765f874bb90dff55bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_968d91f7ffc293354c0fbfc341201d8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07303e03a51962ad534f01647cc67956 = $(`<div id="html_07303e03a51962ad534f01647cc67956" style="width: 100.0%; height: 100.0%;">chorus.mikedilger.com:444</div>`)[0];
|
|
popup_968d91f7ffc293354c0fbfc341201d8c.setContent(html_07303e03a51962ad534f01647cc67956);
|
|
|
|
|
|
|
|
marker_4fe60585473decaf9fb2b17aa8ab7b63.bindPopup(popup_968d91f7ffc293354c0fbfc341201d8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fe60585473decaf9fb2b17aa8ab7b63.setIcon(icon_ffff028247f909765f874bb90dff55bc);
|
|
|
|
|
|
var marker_3ed9e5ad8c24ef9905bc7e303bc25a8c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_54c75b25bf4f4928aea0474ad6e99794 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a63f3c6d1a551ca2ad4b1c26b6115a50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec279c9f0c0f5346031e4fa3a94602dc = $(`<div id="html_ec279c9f0c0f5346031e4fa3a94602dc" style="width: 100.0%; height: 100.0%;">relay.manneken.brussels</div>`)[0];
|
|
popup_a63f3c6d1a551ca2ad4b1c26b6115a50.setContent(html_ec279c9f0c0f5346031e4fa3a94602dc);
|
|
|
|
|
|
|
|
marker_3ed9e5ad8c24ef9905bc7e303bc25a8c.bindPopup(popup_a63f3c6d1a551ca2ad4b1c26b6115a50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ed9e5ad8c24ef9905bc7e303bc25a8c.setIcon(icon_54c75b25bf4f4928aea0474ad6e99794);
|
|
|
|
|
|
var marker_2e4859b1ac7fe9ed55af28367c76d87d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_4863c3dd11b353500cab4bfb4c9c0488 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1801d819fafeded37e2dad7f459e4de1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_186a8e0b9c89cf6eea335ae6ba4be29a = $(`<div id="html_186a8e0b9c89cf6eea335ae6ba4be29a" style="width: 100.0%; height: 100.0%;">nostr.janx.com</div>`)[0];
|
|
popup_1801d819fafeded37e2dad7f459e4de1.setContent(html_186a8e0b9c89cf6eea335ae6ba4be29a);
|
|
|
|
|
|
|
|
marker_2e4859b1ac7fe9ed55af28367c76d87d.bindPopup(popup_1801d819fafeded37e2dad7f459e4de1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e4859b1ac7fe9ed55af28367c76d87d.setIcon(icon_4863c3dd11b353500cab4bfb4c9c0488);
|
|
|
|
|
|
var marker_24f1722910f038dd9a4fb6c8e01337c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_cfcc97e35f0c898d3f8db22e0bc53e6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e31114c73d322bc40b722a0cc0db12d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7d1382355b638b753121e6cc2b8bc0b = $(`<div id="html_e7d1382355b638b753121e6cc2b8bc0b" style="width: 100.0%; height: 100.0%;">relay.kilombino.com</div>`)[0];
|
|
popup_e31114c73d322bc40b722a0cc0db12d4.setContent(html_e7d1382355b638b753121e6cc2b8bc0b);
|
|
|
|
|
|
|
|
marker_24f1722910f038dd9a4fb6c8e01337c9.bindPopup(popup_e31114c73d322bc40b722a0cc0db12d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24f1722910f038dd9a4fb6c8e01337c9.setIcon(icon_cfcc97e35f0c898d3f8db22e0bc53e6b);
|
|
|
|
|
|
var marker_d9bb0fa1a014e44b8a639c996414ba0d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_11ba265974f8c99a0a85cd176d045080 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e757660efb95c936a822ec1c14578da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e87fba3bb93cbc4e443f2d030a91637 = $(`<div id="html_8e87fba3bb93cbc4e443f2d030a91637" style="width: 100.0%; height: 100.0%;">relay.ditto.pub:443</div>`)[0];
|
|
popup_8e757660efb95c936a822ec1c14578da.setContent(html_8e87fba3bb93cbc4e443f2d030a91637);
|
|
|
|
|
|
|
|
marker_d9bb0fa1a014e44b8a639c996414ba0d.bindPopup(popup_8e757660efb95c936a822ec1c14578da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9bb0fa1a014e44b8a639c996414ba0d.setIcon(icon_11ba265974f8c99a0a85cd176d045080);
|
|
|
|
|
|
var marker_f3eecb8ea671762fb0516738b3ad206e = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_183db466eaf4ef41962dd6226c14ba2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d300cfe729547cbee7fbc77843602c47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_baa6d2fd56111730e70256c6abc5c7e5 = $(`<div id="html_baa6d2fd56111730e70256c6abc5c7e5" style="width: 100.0%; height: 100.0%;">relay2.angor.io:443</div>`)[0];
|
|
popup_d300cfe729547cbee7fbc77843602c47.setContent(html_baa6d2fd56111730e70256c6abc5c7e5);
|
|
|
|
|
|
|
|
marker_f3eecb8ea671762fb0516738b3ad206e.bindPopup(popup_d300cfe729547cbee7fbc77843602c47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3eecb8ea671762fb0516738b3ad206e.setIcon(icon_183db466eaf4ef41962dd6226c14ba2c);
|
|
|
|
|
|
var marker_4bfd20edaca481e202d03d993c580c7d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_1ec25956694faf20063f00b718cdfbe4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_726a1d159f974318ed0698de6fa3b538 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15c34d3d1ea07f36cd8322a2c7764032 = $(`<div id="html_15c34d3d1ea07f36cd8322a2c7764032" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_726a1d159f974318ed0698de6fa3b538.setContent(html_15c34d3d1ea07f36cd8322a2c7764032);
|
|
|
|
|
|
|
|
marker_4bfd20edaca481e202d03d993c580c7d.bindPopup(popup_726a1d159f974318ed0698de6fa3b538)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bfd20edaca481e202d03d993c580c7d.setIcon(icon_1ec25956694faf20063f00b718cdfbe4);
|
|
|
|
|
|
var marker_5a7280d8d75ee659760be9988b8cf6c8 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_0b6c196f1fcf8b12c813af7adb5551e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25b63065e60e99d203da9c256a5876cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f1b65d4a92ee2556cbe0b5c6c7fe445 = $(`<div id="html_2f1b65d4a92ee2556cbe0b5c6c7fe445" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org:443</div>`)[0];
|
|
popup_25b63065e60e99d203da9c256a5876cf.setContent(html_2f1b65d4a92ee2556cbe0b5c6c7fe445);
|
|
|
|
|
|
|
|
marker_5a7280d8d75ee659760be9988b8cf6c8.bindPopup(popup_25b63065e60e99d203da9c256a5876cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a7280d8d75ee659760be9988b8cf6c8.setIcon(icon_0b6c196f1fcf8b12c813af7adb5551e2);
|
|
|
|
|
|
var marker_6a0815f3b68fda7c9e6ff0c239a00130 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_795b10ba8b9871ad0c0b312114e3d4ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41abfa008a4b600ce4ff28a7b366601c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92b60b33b3192ee58115bd99027255d6 = $(`<div id="html_92b60b33b3192ee58115bd99027255d6" style="width: 100.0%; height: 100.0%;">x.kojira.io:443</div>`)[0];
|
|
popup_41abfa008a4b600ce4ff28a7b366601c.setContent(html_92b60b33b3192ee58115bd99027255d6);
|
|
|
|
|
|
|
|
marker_6a0815f3b68fda7c9e6ff0c239a00130.bindPopup(popup_41abfa008a4b600ce4ff28a7b366601c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a0815f3b68fda7c9e6ff0c239a00130.setIcon(icon_795b10ba8b9871ad0c0b312114e3d4ee);
|
|
|
|
|
|
var marker_f86e1d6ddf66baef1a7dc9df576ea8df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_3553af4faff55a7070eba74c0acf40a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3cdf02bf76bf01be0bc04dc1edc7ca7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99f0437d9e56be36692f979a1f3ca3e0 = $(`<div id="html_99f0437d9e56be36692f979a1f3ca3e0" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_a3cdf02bf76bf01be0bc04dc1edc7ca7.setContent(html_99f0437d9e56be36692f979a1f3ca3e0);
|
|
|
|
|
|
|
|
marker_f86e1d6ddf66baef1a7dc9df576ea8df.bindPopup(popup_a3cdf02bf76bf01be0bc04dc1edc7ca7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f86e1d6ddf66baef1a7dc9df576ea8df.setIcon(icon_3553af4faff55a7070eba74c0acf40a5);
|
|
|
|
|
|
var marker_bc8ef37a4083f2f879b5e99ac862680f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_153c075972305e85fceaca0610510b46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1061fa7a44c87b700f938a4fd9747aa4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_118cbccaae8e82e46f93faa8c4cd3ba5 = $(`<div id="html_118cbccaae8e82e46f93faa8c4cd3ba5" style="width: 100.0%; height: 100.0%;">relay.dreamith.to:443</div>`)[0];
|
|
popup_1061fa7a44c87b700f938a4fd9747aa4.setContent(html_118cbccaae8e82e46f93faa8c4cd3ba5);
|
|
|
|
|
|
|
|
marker_bc8ef37a4083f2f879b5e99ac862680f.bindPopup(popup_1061fa7a44c87b700f938a4fd9747aa4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc8ef37a4083f2f879b5e99ac862680f.setIcon(icon_153c075972305e85fceaca0610510b46);
|
|
|
|
|
|
var marker_5f143f4bc3647d1c3d8215c282030570 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_891cdc739a3161dee866d8cbb1a13f4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cb6c241d38915ca799c9df8cf33af20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b1d4382f3945ecac7874f0700afe696 = $(`<div id="html_6b1d4382f3945ecac7874f0700afe696" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_5cb6c241d38915ca799c9df8cf33af20.setContent(html_6b1d4382f3945ecac7874f0700afe696);
|
|
|
|
|
|
|
|
marker_5f143f4bc3647d1c3d8215c282030570.bindPopup(popup_5cb6c241d38915ca799c9df8cf33af20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f143f4bc3647d1c3d8215c282030570.setIcon(icon_891cdc739a3161dee866d8cbb1a13f4f);
|
|
|
|
|
|
var marker_61eccbc3185ded710a54e6d82953e822 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_13269dda674d7482ccd57bdfef7c48ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cea8faa83bc8eaf4ba308db6a038941 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d4e589fd5a9b5601e363b66ade38936 = $(`<div id="html_6d4e589fd5a9b5601e363b66ade38936" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_8cea8faa83bc8eaf4ba308db6a038941.setContent(html_6d4e589fd5a9b5601e363b66ade38936);
|
|
|
|
|
|
|
|
marker_61eccbc3185ded710a54e6d82953e822.bindPopup(popup_8cea8faa83bc8eaf4ba308db6a038941)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61eccbc3185ded710a54e6d82953e822.setIcon(icon_13269dda674d7482ccd57bdfef7c48ed);
|
|
|
|
|
|
var marker_da11900b4ca8e5dd48274bd5a29fd719 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_251c81dfbd5dae11af7f65b73e6d4de2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79cc321277e00bbaeb86fdc23b994534 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9a0c9eefc1212a688bdf4fd19c6a72c = $(`<div id="html_e9a0c9eefc1212a688bdf4fd19c6a72c" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com:443</div>`)[0];
|
|
popup_79cc321277e00bbaeb86fdc23b994534.setContent(html_e9a0c9eefc1212a688bdf4fd19c6a72c);
|
|
|
|
|
|
|
|
marker_da11900b4ca8e5dd48274bd5a29fd719.bindPopup(popup_79cc321277e00bbaeb86fdc23b994534)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da11900b4ca8e5dd48274bd5a29fd719.setIcon(icon_251c81dfbd5dae11af7f65b73e6d4de2);
|
|
|
|
|
|
var marker_c3979e93c8a3358efd038b55465a1df8 = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_fd43610c647af846e304c022ded1f3a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9190a8907eca1b8c47a7a859753d62f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ebea25c4356cf2dad13f0c0762c4649 = $(`<div id="html_9ebea25c4356cf2dad13f0c0762c4649" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_a9190a8907eca1b8c47a7a859753d62f.setContent(html_9ebea25c4356cf2dad13f0c0762c4649);
|
|
|
|
|
|
|
|
marker_c3979e93c8a3358efd038b55465a1df8.bindPopup(popup_a9190a8907eca1b8c47a7a859753d62f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3979e93c8a3358efd038b55465a1df8.setIcon(icon_fd43610c647af846e304c022ded1f3a0);
|
|
|
|
|
|
var marker_e6f1bc4e0ef8b3b0add8f76c464fdf75 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_efbdf98f4085827f4aacd9f1007affb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8a0b1185d0b9de542d8d51495e8f461 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1744ee589f7de2a7ceeab28faacacbeb = $(`<div id="html_1744ee589f7de2a7ceeab28faacacbeb" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_a8a0b1185d0b9de542d8d51495e8f461.setContent(html_1744ee589f7de2a7ceeab28faacacbeb);
|
|
|
|
|
|
|
|
marker_e6f1bc4e0ef8b3b0add8f76c464fdf75.bindPopup(popup_a8a0b1185d0b9de542d8d51495e8f461)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6f1bc4e0ef8b3b0add8f76c464fdf75.setIcon(icon_efbdf98f4085827f4aacd9f1007affb4);
|
|
|
|
|
|
var marker_cc6d03ec20f8b7ff26bce9c731bf82dd = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_385f631da3bffc86098b6ef88caf11e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f70123aaf36c9360ec4e8a352a4e91ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_436bd04c5a4120e5ec537567ca91861c = $(`<div id="html_436bd04c5a4120e5ec537567ca91861c" style="width: 100.0%; height: 100.0%;">nostr.hekster.org:443</div>`)[0];
|
|
popup_f70123aaf36c9360ec4e8a352a4e91ed.setContent(html_436bd04c5a4120e5ec537567ca91861c);
|
|
|
|
|
|
|
|
marker_cc6d03ec20f8b7ff26bce9c731bf82dd.bindPopup(popup_f70123aaf36c9360ec4e8a352a4e91ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc6d03ec20f8b7ff26bce9c731bf82dd.setIcon(icon_385f631da3bffc86098b6ef88caf11e0);
|
|
|
|
|
|
var marker_4e4d96fad59030817faa6ac636b0d8d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e4f4fd6a999692b805407765a0362cda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c77979337baab31c711628d0064b59ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f20dcaa563289615489bdec72b02634b = $(`<div id="html_f20dcaa563289615489bdec72b02634b" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_c77979337baab31c711628d0064b59ae.setContent(html_f20dcaa563289615489bdec72b02634b);
|
|
|
|
|
|
|
|
marker_4e4d96fad59030817faa6ac636b0d8d7.bindPopup(popup_c77979337baab31c711628d0064b59ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e4d96fad59030817faa6ac636b0d8d7.setIcon(icon_e4f4fd6a999692b805407765a0362cda);
|
|
|
|
|
|
var marker_570f1c0fddae9f2a4823cc912aa80c7f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_b621c0e5977bf5cf96e484d0d2ead569 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb978f96d2b1e7e0706a5d032515453b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12c24a822c15ff35a75c5c914624d472 = $(`<div id="html_12c24a822c15ff35a75c5c914624d472" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe:443</div>`)[0];
|
|
popup_bb978f96d2b1e7e0706a5d032515453b.setContent(html_12c24a822c15ff35a75c5c914624d472);
|
|
|
|
|
|
|
|
marker_570f1c0fddae9f2a4823cc912aa80c7f.bindPopup(popup_bb978f96d2b1e7e0706a5d032515453b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_570f1c0fddae9f2a4823cc912aa80c7f.setIcon(icon_b621c0e5977bf5cf96e484d0d2ead569);
|
|
|
|
|
|
var marker_84bf9050de7417991b91cfaaa89d26a2 = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_c1f5273d00fdb7b7375723f26198890a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fa8b9a7a92c5638bb987a0339e99122 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38fe009487726d083dab2c8f51b59cf1 = $(`<div id="html_38fe009487726d083dab2c8f51b59cf1" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_5fa8b9a7a92c5638bb987a0339e99122.setContent(html_38fe009487726d083dab2c8f51b59cf1);
|
|
|
|
|
|
|
|
marker_84bf9050de7417991b91cfaaa89d26a2.bindPopup(popup_5fa8b9a7a92c5638bb987a0339e99122)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84bf9050de7417991b91cfaaa89d26a2.setIcon(icon_c1f5273d00fdb7b7375723f26198890a);
|
|
|
|
|
|
var marker_b7ba50116baecb82a30787799bc34c13 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_638d6674f404eacce7cf7a062c3f43d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_689987a84cac0d59ddc1bd68bdd58241 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99b1897ba2e41ebc38c3992a5199b204 = $(`<div id="html_99b1897ba2e41ebc38c3992a5199b204" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_689987a84cac0d59ddc1bd68bdd58241.setContent(html_99b1897ba2e41ebc38c3992a5199b204);
|
|
|
|
|
|
|
|
marker_b7ba50116baecb82a30787799bc34c13.bindPopup(popup_689987a84cac0d59ddc1bd68bdd58241)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7ba50116baecb82a30787799bc34c13.setIcon(icon_638d6674f404eacce7cf7a062c3f43d3);
|
|
|
|
|
|
var marker_21cc56e40ac10c1c4e23a7f2130c66bb = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_38e150d59460903edbe1a673f5d202f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70c8ec56e01f7f199acfff5eceef7ca5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c84eef39c591f350bbf6e46a6ec2291 = $(`<div id="html_0c84eef39c591f350bbf6e46a6ec2291" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_70c8ec56e01f7f199acfff5eceef7ca5.setContent(html_0c84eef39c591f350bbf6e46a6ec2291);
|
|
|
|
|
|
|
|
marker_21cc56e40ac10c1c4e23a7f2130c66bb.bindPopup(popup_70c8ec56e01f7f199acfff5eceef7ca5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21cc56e40ac10c1c4e23a7f2130c66bb.setIcon(icon_38e150d59460903edbe1a673f5d202f1);
|
|
|
|
|
|
var marker_1c5be72aeaf52699ca24fdd512d95f75 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_66f17efa5e868382d31a3c0b425a94a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3288fee1bf69c6394942fea66269cb33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a016b5c8e045233292d0b52b38f0de28 = $(`<div id="html_a016b5c8e045233292d0b52b38f0de28" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_3288fee1bf69c6394942fea66269cb33.setContent(html_a016b5c8e045233292d0b52b38f0de28);
|
|
|
|
|
|
|
|
marker_1c5be72aeaf52699ca24fdd512d95f75.bindPopup(popup_3288fee1bf69c6394942fea66269cb33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c5be72aeaf52699ca24fdd512d95f75.setIcon(icon_66f17efa5e868382d31a3c0b425a94a1);
|
|
|
|
|
|
var marker_9c1b4f1a27ecdc27b10a72a3446e6543 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_dd32a176afea4d7ce8faabe5f3f80e4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7a06a5b2325bedc1a71721dbf680cf4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14e9208a05ffa1df60edad3258e57d4e = $(`<div id="html_14e9208a05ffa1df60edad3258e57d4e" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_d7a06a5b2325bedc1a71721dbf680cf4.setContent(html_14e9208a05ffa1df60edad3258e57d4e);
|
|
|
|
|
|
|
|
marker_9c1b4f1a27ecdc27b10a72a3446e6543.bindPopup(popup_d7a06a5b2325bedc1a71721dbf680cf4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c1b4f1a27ecdc27b10a72a3446e6543.setIcon(icon_dd32a176afea4d7ce8faabe5f3f80e4e);
|
|
|
|
|
|
var marker_170dec010162d031302e48d7838e473c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a03fdfb6d3bdfe52120d88b73a2c1291 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef661764e9fa6462f92ee50cde1768f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d43523da95c94492280c8e42727b7526 = $(`<div id="html_d43523da95c94492280c8e42727b7526" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za:443</div>`)[0];
|
|
popup_ef661764e9fa6462f92ee50cde1768f6.setContent(html_d43523da95c94492280c8e42727b7526);
|
|
|
|
|
|
|
|
marker_170dec010162d031302e48d7838e473c.bindPopup(popup_ef661764e9fa6462f92ee50cde1768f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_170dec010162d031302e48d7838e473c.setIcon(icon_a03fdfb6d3bdfe52120d88b73a2c1291);
|
|
|
|
|
|
var marker_5b3accfa2865795a2be8171391e618aa = L.marker(
|
|
[50.8476, 4.35717],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_03e6980a2027fff5c9c56536cd8a520f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df84a20cd60a913ae2d19eac7347b6f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faf823b85661390453d6b2a0dacaa0a6 = $(`<div id="html_faf823b85661390453d6b2a0dacaa0a6" style="width: 100.0%; height: 100.0%;">relay.kaleidoswap.com</div>`)[0];
|
|
popup_df84a20cd60a913ae2d19eac7347b6f9.setContent(html_faf823b85661390453d6b2a0dacaa0a6);
|
|
|
|
|
|
|
|
marker_5b3accfa2865795a2be8171391e618aa.bindPopup(popup_df84a20cd60a913ae2d19eac7347b6f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b3accfa2865795a2be8171391e618aa.setIcon(icon_03e6980a2027fff5c9c56536cd8a520f);
|
|
|
|
|
|
var marker_7be3ef806f38ac3b5f904990a991ddc3 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_9c750aea542717528612cffe7ae23016 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a9256d227f353db677891df552ca15e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1b9f94c989ddedf93072106fa2af3e9 = $(`<div id="html_c1b9f94c989ddedf93072106fa2af3e9" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_9a9256d227f353db677891df552ca15e.setContent(html_c1b9f94c989ddedf93072106fa2af3e9);
|
|
|
|
|
|
|
|
marker_7be3ef806f38ac3b5f904990a991ddc3.bindPopup(popup_9a9256d227f353db677891df552ca15e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7be3ef806f38ac3b5f904990a991ddc3.setIcon(icon_9c750aea542717528612cffe7ae23016);
|
|
|
|
|
|
var marker_a3c46450ab875021731d3b39f14c8c76 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_249e5d02633b4cc7f6774eff7ef82ef4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb753da0c3b16397febaeeb6cab3eb7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c22d002086d8f8ff6ba90a404eb0638 = $(`<div id="html_9c22d002086d8f8ff6ba90a404eb0638" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_eb753da0c3b16397febaeeb6cab3eb7c.setContent(html_9c22d002086d8f8ff6ba90a404eb0638);
|
|
|
|
|
|
|
|
marker_a3c46450ab875021731d3b39f14c8c76.bindPopup(popup_eb753da0c3b16397febaeeb6cab3eb7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3c46450ab875021731d3b39f14c8c76.setIcon(icon_249e5d02633b4cc7f6774eff7ef82ef4);
|
|
|
|
|
|
var marker_722894ea9eb23985dcf2ca215ebfe536 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_aa303479ba795a547a5c056288e8025b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b0bd43cc37c2b77c9c0036a266dd7b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b7798f925ef7502b5ff1c45d6789174 = $(`<div id="html_4b7798f925ef7502b5ff1c45d6789174" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_0b0bd43cc37c2b77c9c0036a266dd7b2.setContent(html_4b7798f925ef7502b5ff1c45d6789174);
|
|
|
|
|
|
|
|
marker_722894ea9eb23985dcf2ca215ebfe536.bindPopup(popup_0b0bd43cc37c2b77c9c0036a266dd7b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_722894ea9eb23985dcf2ca215ebfe536.setIcon(icon_aa303479ba795a547a5c056288e8025b);
|
|
|
|
|
|
var marker_e6dea80faeb11cb1fa2f2b16ede45781 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_896b05612569b4505692af030c03b5e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82285ad55be81370cc21cbbba5c64926 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22dc6550979aec94e9dc074cbd55161b = $(`<div id="html_22dc6550979aec94e9dc074cbd55161b" style="width: 100.0%; height: 100.0%;">relay.momostr.pink</div>`)[0];
|
|
popup_82285ad55be81370cc21cbbba5c64926.setContent(html_22dc6550979aec94e9dc074cbd55161b);
|
|
|
|
|
|
|
|
marker_e6dea80faeb11cb1fa2f2b16ede45781.bindPopup(popup_82285ad55be81370cc21cbbba5c64926)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6dea80faeb11cb1fa2f2b16ede45781.setIcon(icon_896b05612569b4505692af030c03b5e3);
|
|
|
|
|
|
var marker_b03179437072b185cc9ed0db952daf88 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_ee61c2b0af03ba00deaedf965dacf4bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9daf4b5a479fe216cd0eb32df54af7f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d31b26fe532076392cf628c4282241d = $(`<div id="html_0d31b26fe532076392cf628c4282241d" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_9daf4b5a479fe216cd0eb32df54af7f2.setContent(html_0d31b26fe532076392cf628c4282241d);
|
|
|
|
|
|
|
|
marker_b03179437072b185cc9ed0db952daf88.bindPopup(popup_9daf4b5a479fe216cd0eb32df54af7f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b03179437072b185cc9ed0db952daf88.setIcon(icon_ee61c2b0af03ba00deaedf965dacf4bf);
|
|
|
|
|
|
var marker_cc9f919e6053e5a76cf6d5e92a2e9b17 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_617b3969693eaa0d05264acd2bdc1375 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36756d2cc70f8fa3395710046ab86605 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24c9f3e59b820760b13b68bc10072ab6 = $(`<div id="html_24c9f3e59b820760b13b68bc10072ab6" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_36756d2cc70f8fa3395710046ab86605.setContent(html_24c9f3e59b820760b13b68bc10072ab6);
|
|
|
|
|
|
|
|
marker_cc9f919e6053e5a76cf6d5e92a2e9b17.bindPopup(popup_36756d2cc70f8fa3395710046ab86605)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc9f919e6053e5a76cf6d5e92a2e9b17.setIcon(icon_617b3969693eaa0d05264acd2bdc1375);
|
|
|
|
|
|
var marker_e77688db393eada870c48cba3b52d58a = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_1f998260ada8a7c7608f83ea773880d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2389a61c512c436480ee5648f365731 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0e19ae6d87cb6d8638c41c8a721b52a = $(`<div id="html_d0e19ae6d87cb6d8638c41c8a721b52a" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_c2389a61c512c436480ee5648f365731.setContent(html_d0e19ae6d87cb6d8638c41c8a721b52a);
|
|
|
|
|
|
|
|
marker_e77688db393eada870c48cba3b52d58a.bindPopup(popup_c2389a61c512c436480ee5648f365731)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e77688db393eada870c48cba3b52d58a.setIcon(icon_1f998260ada8a7c7608f83ea773880d5);
|
|
|
|
|
|
var marker_63cd4e49bb9b274dcacc54ad205ffcd7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_f1744e307929bee39d140c57ad872239 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82493fca9ea1ce14019ad34d494ed995 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_487313e99ba13d8eb6b054128e9d4f20 = $(`<div id="html_487313e99ba13d8eb6b054128e9d4f20" style="width: 100.0%; height: 100.0%;">relay.libernet.app:443</div>`)[0];
|
|
popup_82493fca9ea1ce14019ad34d494ed995.setContent(html_487313e99ba13d8eb6b054128e9d4f20);
|
|
|
|
|
|
|
|
marker_63cd4e49bb9b274dcacc54ad205ffcd7.bindPopup(popup_82493fca9ea1ce14019ad34d494ed995)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63cd4e49bb9b274dcacc54ad205ffcd7.setIcon(icon_f1744e307929bee39d140c57ad872239);
|
|
|
|
|
|
var marker_c0e7f84067f9d2c972f5fff037a6d057 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_fb9b431eb17021978928df1407e66bb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a52c60b0525be9fa182461eb6debc954 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cc5c2bf7852d73bb05e2933d105d1a5 = $(`<div id="html_5cc5c2bf7852d73bb05e2933d105d1a5" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_a52c60b0525be9fa182461eb6debc954.setContent(html_5cc5c2bf7852d73bb05e2933d105d1a5);
|
|
|
|
|
|
|
|
marker_c0e7f84067f9d2c972f5fff037a6d057.bindPopup(popup_a52c60b0525be9fa182461eb6debc954)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0e7f84067f9d2c972f5fff037a6d057.setIcon(icon_fb9b431eb17021978928df1407e66bb3);
|
|
|
|
|
|
var marker_e525da3a493ed361ce7b09a383cdba95 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_893ee480f8437069a549af4aa892f0a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0a04f3214f409cc046fb6c3b36f78af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00da61c22c9ebcb893ee44e6297ef7e3 = $(`<div id="html_00da61c22c9ebcb893ee44e6297ef7e3" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net:443</div>`)[0];
|
|
popup_a0a04f3214f409cc046fb6c3b36f78af.setContent(html_00da61c22c9ebcb893ee44e6297ef7e3);
|
|
|
|
|
|
|
|
marker_e525da3a493ed361ce7b09a383cdba95.bindPopup(popup_a0a04f3214f409cc046fb6c3b36f78af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e525da3a493ed361ce7b09a383cdba95.setIcon(icon_893ee480f8437069a549af4aa892f0a1);
|
|
|
|
|
|
var marker_fa6d805ed9fa5c3cbac8f2896f86e1f0 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2d6eea94c7072f0b429bd3cbe3382f28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ebf47b68020537d082517ee7d05c732 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c916f01005c3349b8e234b379fed370 = $(`<div id="html_9c916f01005c3349b8e234b379fed370" style="width: 100.0%; height: 100.0%;">weboftrust.libretechsystems.xyz</div>`)[0];
|
|
popup_6ebf47b68020537d082517ee7d05c732.setContent(html_9c916f01005c3349b8e234b379fed370);
|
|
|
|
|
|
|
|
marker_fa6d805ed9fa5c3cbac8f2896f86e1f0.bindPopup(popup_6ebf47b68020537d082517ee7d05c732)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa6d805ed9fa5c3cbac8f2896f86e1f0.setIcon(icon_2d6eea94c7072f0b429bd3cbe3382f28);
|
|
|
|
|
|
var marker_883af288e858af5a445c148fcbe0bbd8 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_b6ece314b113b0f3f308d4c3ec1f184b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6ffe372ad9632f496c7fccb2e57d6f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_075cabe647ce39d614904abe6af0fcdf = $(`<div id="html_075cabe647ce39d614904abe6af0fcdf" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_e6ffe372ad9632f496c7fccb2e57d6f4.setContent(html_075cabe647ce39d614904abe6af0fcdf);
|
|
|
|
|
|
|
|
marker_883af288e858af5a445c148fcbe0bbd8.bindPopup(popup_e6ffe372ad9632f496c7fccb2e57d6f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_883af288e858af5a445c148fcbe0bbd8.setIcon(icon_b6ece314b113b0f3f308d4c3ec1f184b);
|
|
|
|
|
|
var marker_7c8147d9e9dbedc43183cf1f89d8cd65 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_c1d7324ad9075812ee7129154890dcda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dcb9707a6b49d9f1bc8e734bf2f8159 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_241f894e7e7f90da364f6770e8b23504 = $(`<div id="html_241f894e7e7f90da364f6770e8b23504" style="width: 100.0%; height: 100.0%;">directories-safe-motherboard-recipients.trycloudflare.com</div>`)[0];
|
|
popup_0dcb9707a6b49d9f1bc8e734bf2f8159.setContent(html_241f894e7e7f90da364f6770e8b23504);
|
|
|
|
|
|
|
|
marker_7c8147d9e9dbedc43183cf1f89d8cd65.bindPopup(popup_0dcb9707a6b49d9f1bc8e734bf2f8159)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c8147d9e9dbedc43183cf1f89d8cd65.setIcon(icon_c1d7324ad9075812ee7129154890dcda);
|
|
|
|
|
|
var marker_15b068b52a1f3ea47766fb604d51514a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_61a9fbb457be49a36f052ac60513c367 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d70ed290879af6e586b43e7693de505 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b6c530d9039e5970c45c95d05c8a1d9 = $(`<div id="html_1b6c530d9039e5970c45c95d05c8a1d9" style="width: 100.0%; height: 100.0%;">relay.nostr.blockhenge.com</div>`)[0];
|
|
popup_6d70ed290879af6e586b43e7693de505.setContent(html_1b6c530d9039e5970c45c95d05c8a1d9);
|
|
|
|
|
|
|
|
marker_15b068b52a1f3ea47766fb604d51514a.bindPopup(popup_6d70ed290879af6e586b43e7693de505)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15b068b52a1f3ea47766fb604d51514a.setIcon(icon_61a9fbb457be49a36f052ac60513c367);
|
|
|
|
|
|
var marker_243e9e533dc15ef55752f4d3af553dbf = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_1a9670c21d30bc3c788550f097026cbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fc2ca3ba65ccaef72cc1e137383da4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e626180243939ef0ba26fa86adf3033c = $(`<div id="html_e626180243939ef0ba26fa86adf3033c" style="width: 100.0%; height: 100.0%;">nostr.chaima.info:443</div>`)[0];
|
|
popup_4fc2ca3ba65ccaef72cc1e137383da4d.setContent(html_e626180243939ef0ba26fa86adf3033c);
|
|
|
|
|
|
|
|
marker_243e9e533dc15ef55752f4d3af553dbf.bindPopup(popup_4fc2ca3ba65ccaef72cc1e137383da4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_243e9e533dc15ef55752f4d3af553dbf.setIcon(icon_1a9670c21d30bc3c788550f097026cbb);
|
|
|
|
|
|
var marker_a22cc57dd3feb5aaf1e9e2be4608beac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_62d213e9f96b95066bd726f283f61f5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69b771f5c12fdcb249f6959af121fb82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_141acc8a8f2397cbc112f28895afb6bd = $(`<div id="html_141acc8a8f2397cbc112f28895afb6bd" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_69b771f5c12fdcb249f6959af121fb82.setContent(html_141acc8a8f2397cbc112f28895afb6bd);
|
|
|
|
|
|
|
|
marker_a22cc57dd3feb5aaf1e9e2be4608beac.bindPopup(popup_69b771f5c12fdcb249f6959af121fb82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a22cc57dd3feb5aaf1e9e2be4608beac.setIcon(icon_62d213e9f96b95066bd726f283f61f5f);
|
|
|
|
|
|
var marker_386d23773792e7f4f8fdf85cfe22cd90 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_014b9dde1ac488a68b87215e24f03a98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_870ac014fc6f2774f4cdebff5f091957 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7e1178279000a03f24322c74f978868 = $(`<div id="html_f7e1178279000a03f24322c74f978868" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_870ac014fc6f2774f4cdebff5f091957.setContent(html_f7e1178279000a03f24322c74f978868);
|
|
|
|
|
|
|
|
marker_386d23773792e7f4f8fdf85cfe22cd90.bindPopup(popup_870ac014fc6f2774f4cdebff5f091957)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_386d23773792e7f4f8fdf85cfe22cd90.setIcon(icon_014b9dde1ac488a68b87215e24f03a98);
|
|
|
|
|
|
var marker_ba44a7b8f34a776ae6ca59a0d20c3f14 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_b6dd1eef5bd7f18a3a5438fd75a52002 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b84d3ac4a4b59833a5e08e24a6083055 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8514cca019547f466b6318fee243284 = $(`<div id="html_b8514cca019547f466b6318fee243284" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_b84d3ac4a4b59833a5e08e24a6083055.setContent(html_b8514cca019547f466b6318fee243284);
|
|
|
|
|
|
|
|
marker_ba44a7b8f34a776ae6ca59a0d20c3f14.bindPopup(popup_b84d3ac4a4b59833a5e08e24a6083055)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba44a7b8f34a776ae6ca59a0d20c3f14.setIcon(icon_b6dd1eef5bd7f18a3a5438fd75a52002);
|
|
|
|
|
|
var marker_3bb4b6516e8cec5d44f4bbcf8c54c23b = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_aa6ca1f8600096899c35503979f7fe33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1157450240e31b6c4e79d74cf764c882 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3557a7987207bb648a390ef5dbb59f11 = $(`<div id="html_3557a7987207bb648a390ef5dbb59f11" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_1157450240e31b6c4e79d74cf764c882.setContent(html_3557a7987207bb648a390ef5dbb59f11);
|
|
|
|
|
|
|
|
marker_3bb4b6516e8cec5d44f4bbcf8c54c23b.bindPopup(popup_1157450240e31b6c4e79d74cf764c882)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bb4b6516e8cec5d44f4bbcf8c54c23b.setIcon(icon_aa6ca1f8600096899c35503979f7fe33);
|
|
|
|
|
|
var marker_e652d2d2fc4429f7f120534211d00541 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a8cafeed93ae61b2ce871fea1c62539a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3216173abbbf153746a759408898dfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ce9b237fce8fac3f339749a25de295f = $(`<div id="html_6ce9b237fce8fac3f339749a25de295f" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_b3216173abbbf153746a759408898dfd.setContent(html_6ce9b237fce8fac3f339749a25de295f);
|
|
|
|
|
|
|
|
marker_e652d2d2fc4429f7f120534211d00541.bindPopup(popup_b3216173abbbf153746a759408898dfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e652d2d2fc4429f7f120534211d00541.setIcon(icon_a8cafeed93ae61b2ce871fea1c62539a);
|
|
|
|
|
|
var marker_90cdb4d21196c2630b3a72512d099256 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7a229945bb8fef47cdd6a73db02327b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee304324d7c4d710b2c12fb8c183b444 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63294e32621bca44d0082835af18a3dc = $(`<div id="html_63294e32621bca44d0082835af18a3dc" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_ee304324d7c4d710b2c12fb8c183b444.setContent(html_63294e32621bca44d0082835af18a3dc);
|
|
|
|
|
|
|
|
marker_90cdb4d21196c2630b3a72512d099256.bindPopup(popup_ee304324d7c4d710b2c12fb8c183b444)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90cdb4d21196c2630b3a72512d099256.setIcon(icon_7a229945bb8fef47cdd6a73db02327b0);
|
|
|
|
|
|
var marker_0584741e3cef1989ccbc8ef310722acf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_fb76b12e0f25d1558b701c2809bb145d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e38e5af93d5d9235c47fa5166ec13b20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36347058a726f76567b3e365e766b805 = $(`<div id="html_36347058a726f76567b3e365e766b805" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com:443</div>`)[0];
|
|
popup_e38e5af93d5d9235c47fa5166ec13b20.setContent(html_36347058a726f76567b3e365e766b805);
|
|
|
|
|
|
|
|
marker_0584741e3cef1989ccbc8ef310722acf.bindPopup(popup_e38e5af93d5d9235c47fa5166ec13b20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0584741e3cef1989ccbc8ef310722acf.setIcon(icon_fb76b12e0f25d1558b701c2809bb145d);
|
|
|
|
|
|
var marker_b78203735eb154347cb375dce94b1795 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2d99d0fe3f20f36fa4eb019139344e17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1f681a03cd1eacd413133ca8fb16840 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3ae08e392669f95f5c06f0ca598b155 = $(`<div id="html_a3ae08e392669f95f5c06f0ca598b155" style="width: 100.0%; height: 100.0%;">nostr.na.social:443</div>`)[0];
|
|
popup_f1f681a03cd1eacd413133ca8fb16840.setContent(html_a3ae08e392669f95f5c06f0ca598b155);
|
|
|
|
|
|
|
|
marker_b78203735eb154347cb375dce94b1795.bindPopup(popup_f1f681a03cd1eacd413133ca8fb16840)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b78203735eb154347cb375dce94b1795.setIcon(icon_2d99d0fe3f20f36fa4eb019139344e17);
|
|
|
|
|
|
var marker_0b02dd87f689ac66b33f78796bc43254 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7806c9da9157fa01019cef3f19da8998 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfd280a70447ab8b809c9ae425ce61ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44678e948837f0c68203313ed8f11d5d = $(`<div id="html_44678e948837f0c68203313ed8f11d5d" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_dfd280a70447ab8b809c9ae425ce61ea.setContent(html_44678e948837f0c68203313ed8f11d5d);
|
|
|
|
|
|
|
|
marker_0b02dd87f689ac66b33f78796bc43254.bindPopup(popup_dfd280a70447ab8b809c9ae425ce61ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b02dd87f689ac66b33f78796bc43254.setIcon(icon_7806c9da9157fa01019cef3f19da8998);
|
|
|
|
|
|
var marker_26652af537c6563e37be02ec1748f224 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_ada516702cd76996a5844abcfb6a0885 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88b0cd131f59fc6c2170927c4a953c6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a59bec1ccbde395a3c82763f431e6b2 = $(`<div id="html_3a59bec1ccbde395a3c82763f431e6b2" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_88b0cd131f59fc6c2170927c4a953c6b.setContent(html_3a59bec1ccbde395a3c82763f431e6b2);
|
|
|
|
|
|
|
|
marker_26652af537c6563e37be02ec1748f224.bindPopup(popup_88b0cd131f59fc6c2170927c4a953c6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26652af537c6563e37be02ec1748f224.setIcon(icon_ada516702cd76996a5844abcfb6a0885);
|
|
|
|
|
|
var marker_a9f1788374d2b703d1e8c94b85c9d98f = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_53230c3dd2521e360d505492f40c1954 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6f09289a0d3ffcade02ae65a624e312 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7a1825a6ecdd94b81fb7c6efbbea34d = $(`<div id="html_f7a1825a6ecdd94b81fb7c6efbbea34d" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_d6f09289a0d3ffcade02ae65a624e312.setContent(html_f7a1825a6ecdd94b81fb7c6efbbea34d);
|
|
|
|
|
|
|
|
marker_a9f1788374d2b703d1e8c94b85c9d98f.bindPopup(popup_d6f09289a0d3ffcade02ae65a624e312)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9f1788374d2b703d1e8c94b85c9d98f.setIcon(icon_53230c3dd2521e360d505492f40c1954);
|
|
|
|
|
|
var marker_c0bef3036376b9e6a81ffdb7c7051185 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_42b46c7a8b05a206c81a9f279f62b442 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_937e8e6f816c669fab654caed41435ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5795fae8553ce61c05742dcb91d755f = $(`<div id="html_f5795fae8553ce61c05742dcb91d755f" style="width: 100.0%; height: 100.0%;">syb.lol:443</div>`)[0];
|
|
popup_937e8e6f816c669fab654caed41435ff.setContent(html_f5795fae8553ce61c05742dcb91d755f);
|
|
|
|
|
|
|
|
marker_c0bef3036376b9e6a81ffdb7c7051185.bindPopup(popup_937e8e6f816c669fab654caed41435ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0bef3036376b9e6a81ffdb7c7051185.setIcon(icon_42b46c7a8b05a206c81a9f279f62b442);
|
|
|
|
|
|
var marker_a74720458fd0af23455052d23114785a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_b005364e0f1795cced55ce3e98767dd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfc353cf0cb89803a19f47f0f2bc56c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2284765f19fd60a790f1ee1ad8361482 = $(`<div id="html_2284765f19fd60a790f1ee1ad8361482" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_bfc353cf0cb89803a19f47f0f2bc56c5.setContent(html_2284765f19fd60a790f1ee1ad8361482);
|
|
|
|
|
|
|
|
marker_a74720458fd0af23455052d23114785a.bindPopup(popup_bfc353cf0cb89803a19f47f0f2bc56c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a74720458fd0af23455052d23114785a.setIcon(icon_b005364e0f1795cced55ce3e98767dd7);
|
|
|
|
|
|
var marker_1fc814718b1fca8e37b83e3a75f8234c = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_387a4e04dc2a0d8b36b0d1dba1631244 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c20231ffc399811006602e04ed2ca49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7889e8b90f47746dd401477dbac4de05 = $(`<div id="html_7889e8b90f47746dd401477dbac4de05" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_7c20231ffc399811006602e04ed2ca49.setContent(html_7889e8b90f47746dd401477dbac4de05);
|
|
|
|
|
|
|
|
marker_1fc814718b1fca8e37b83e3a75f8234c.bindPopup(popup_7c20231ffc399811006602e04ed2ca49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fc814718b1fca8e37b83e3a75f8234c.setIcon(icon_387a4e04dc2a0d8b36b0d1dba1631244);
|
|
|
|
|
|
var marker_da023ae2f65c2c3ef083ff704aa52414 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a4866947de247db241e92aeb0010d660 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9200d631d2370159be88b419ec8a3bea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34c465bcaf0a8dc56cf3c33396dbedae = $(`<div id="html_34c465bcaf0a8dc56cf3c33396dbedae" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_9200d631d2370159be88b419ec8a3bea.setContent(html_34c465bcaf0a8dc56cf3c33396dbedae);
|
|
|
|
|
|
|
|
marker_da023ae2f65c2c3ef083ff704aa52414.bindPopup(popup_9200d631d2370159be88b419ec8a3bea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da023ae2f65c2c3ef083ff704aa52414.setIcon(icon_a4866947de247db241e92aeb0010d660);
|
|
|
|
|
|
var marker_b541451f4a0725c69df4774dce2908c5 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_c52701c455564eb3b64bb25369d3c717 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9528dff46f9bf773c8356da882c557c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e8c64086a44d6bf6883fc76fa74587e = $(`<div id="html_7e8c64086a44d6bf6883fc76fa74587e" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_9528dff46f9bf773c8356da882c557c4.setContent(html_7e8c64086a44d6bf6883fc76fa74587e);
|
|
|
|
|
|
|
|
marker_b541451f4a0725c69df4774dce2908c5.bindPopup(popup_9528dff46f9bf773c8356da882c557c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b541451f4a0725c69df4774dce2908c5.setIcon(icon_c52701c455564eb3b64bb25369d3c717);
|
|
|
|
|
|
var marker_d3e5065a051edf319be92dcf6236ee92 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7e4aec7cb52c331b6244c9f745fcd512 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_415b62caf72e9e47fd9ed4a6aa78d619 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_716317e8efd99080a93cb739ca877c77 = $(`<div id="html_716317e8efd99080a93cb739ca877c77" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_415b62caf72e9e47fd9ed4a6aa78d619.setContent(html_716317e8efd99080a93cb739ca877c77);
|
|
|
|
|
|
|
|
marker_d3e5065a051edf319be92dcf6236ee92.bindPopup(popup_415b62caf72e9e47fd9ed4a6aa78d619)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3e5065a051edf319be92dcf6236ee92.setIcon(icon_7e4aec7cb52c331b6244c9f745fcd512);
|
|
|
|
|
|
var marker_21c6428ff1bfd3fccd36477ebceb94b6 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_636523f0b002ef89f17e6cf488710353 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23ac70cc3a13b74283b8c4923c152ddb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9455371cdb957b4a196a0e269423a130 = $(`<div id="html_9455371cdb957b4a196a0e269423a130" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_23ac70cc3a13b74283b8c4923c152ddb.setContent(html_9455371cdb957b4a196a0e269423a130);
|
|
|
|
|
|
|
|
marker_21c6428ff1bfd3fccd36477ebceb94b6.bindPopup(popup_23ac70cc3a13b74283b8c4923c152ddb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21c6428ff1bfd3fccd36477ebceb94b6.setIcon(icon_636523f0b002ef89f17e6cf488710353);
|
|
|
|
|
|
var marker_3ce655e7ab8f3e0b103125c3d9bd6e60 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_c506a6c55882a763cb5bbd845c991fda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db0ee0b75d6142e7a2ac9f9e9db63826 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc6e93a3e99b5aad549f2a9bf8d6660d = $(`<div id="html_cc6e93a3e99b5aad549f2a9bf8d6660d" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_db0ee0b75d6142e7a2ac9f9e9db63826.setContent(html_cc6e93a3e99b5aad549f2a9bf8d6660d);
|
|
|
|
|
|
|
|
marker_3ce655e7ab8f3e0b103125c3d9bd6e60.bindPopup(popup_db0ee0b75d6142e7a2ac9f9e9db63826)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ce655e7ab8f3e0b103125c3d9bd6e60.setIcon(icon_c506a6c55882a763cb5bbd845c991fda);
|
|
|
|
|
|
var marker_d0dd223edcb8cb49498f9f3868d7ea43 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_59a71292206d2ce09e4b8a287828df6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8216ed2e3801fe8144f3f5e3f4a3607f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a8649cdd8d4f0aedba33b463e229bdb = $(`<div id="html_9a8649cdd8d4f0aedba33b463e229bdb" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_8216ed2e3801fe8144f3f5e3f4a3607f.setContent(html_9a8649cdd8d4f0aedba33b463e229bdb);
|
|
|
|
|
|
|
|
marker_d0dd223edcb8cb49498f9f3868d7ea43.bindPopup(popup_8216ed2e3801fe8144f3f5e3f4a3607f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0dd223edcb8cb49498f9f3868d7ea43.setIcon(icon_59a71292206d2ce09e4b8a287828df6a);
|
|
|
|
|
|
var marker_7b5c43548dee5a7c656cd289020e9a55 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_3b885ec6336ac74b15330076a64ef5c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cef92f61cae97aacc05de8dc1c8c4370 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b3f83cca95cf401c58e57efa7686fe0 = $(`<div id="html_8b3f83cca95cf401c58e57efa7686fe0" style="width: 100.0%; height: 100.0%;">bendernostur.duckdns.org:8443</div>`)[0];
|
|
popup_cef92f61cae97aacc05de8dc1c8c4370.setContent(html_8b3f83cca95cf401c58e57efa7686fe0);
|
|
|
|
|
|
|
|
marker_7b5c43548dee5a7c656cd289020e9a55.bindPopup(popup_cef92f61cae97aacc05de8dc1c8c4370)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b5c43548dee5a7c656cd289020e9a55.setIcon(icon_3b885ec6336ac74b15330076a64ef5c8);
|
|
|
|
|
|
var marker_1834c579e87698627ead21fbc1c1a526 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_f485acb20a4a3b048048bf9182221468 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2a06fd289dd79ea14ab8fca3b22855b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b68ddcf060b7e3cacf4a63578b468141 = $(`<div id="html_b68ddcf060b7e3cacf4a63578b468141" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com:443</div>`)[0];
|
|
popup_c2a06fd289dd79ea14ab8fca3b22855b.setContent(html_b68ddcf060b7e3cacf4a63578b468141);
|
|
|
|
|
|
|
|
marker_1834c579e87698627ead21fbc1c1a526.bindPopup(popup_c2a06fd289dd79ea14ab8fca3b22855b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1834c579e87698627ead21fbc1c1a526.setIcon(icon_f485acb20a4a3b048048bf9182221468);
|
|
|
|
|
|
var marker_b3cdffadc59804e53f8fd8a233067442 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_58471a17061fd41f94d6ef994227ae95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6ee390371f19644e95a7ee451722d05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1dba639ee5a817473501c4b05f0faa68 = $(`<div id="html_1dba639ee5a817473501c4b05f0faa68" style="width: 100.0%; height: 100.0%;">wot.tamby.mjex.me</div>`)[0];
|
|
popup_b6ee390371f19644e95a7ee451722d05.setContent(html_1dba639ee5a817473501c4b05f0faa68);
|
|
|
|
|
|
|
|
marker_b3cdffadc59804e53f8fd8a233067442.bindPopup(popup_b6ee390371f19644e95a7ee451722d05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3cdffadc59804e53f8fd8a233067442.setIcon(icon_58471a17061fd41f94d6ef994227ae95);
|
|
|
|
|
|
var marker_c27376541ef3f2c0d94733570de02230 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_f27441e5886253af8a912e4db5377d70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ab22538c40f558213d8e0d9f9ebaf4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8117e19282971d00cb4fe97f170dccc = $(`<div id="html_f8117e19282971d00cb4fe97f170dccc" style="width: 100.0%; height: 100.0%;">bruh.samt.st</div>`)[0];
|
|
popup_4ab22538c40f558213d8e0d9f9ebaf4a.setContent(html_f8117e19282971d00cb4fe97f170dccc);
|
|
|
|
|
|
|
|
marker_c27376541ef3f2c0d94733570de02230.bindPopup(popup_4ab22538c40f558213d8e0d9f9ebaf4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c27376541ef3f2c0d94733570de02230.setIcon(icon_f27441e5886253af8a912e4db5377d70);
|
|
|
|
|
|
var marker_a6cc024fda054354ea99a3b285e848e9 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_01becb83694ee539a0208ba3c0280028 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82ea0bb950181d64b03383dd293d6189 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0421e601bebe4080f2d7f32bf8297cb2 = $(`<div id="html_0421e601bebe4080f2d7f32bf8297cb2" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_82ea0bb950181d64b03383dd293d6189.setContent(html_0421e601bebe4080f2d7f32bf8297cb2);
|
|
|
|
|
|
|
|
marker_a6cc024fda054354ea99a3b285e848e9.bindPopup(popup_82ea0bb950181d64b03383dd293d6189)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6cc024fda054354ea99a3b285e848e9.setIcon(icon_01becb83694ee539a0208ba3c0280028);
|
|
|
|
|
|
var marker_3c8b7057b99164dc9422d2f266cac3cb = L.marker(
|
|
[49.0291, 8.35705],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_612f84618e482c62e01ba16d75d67a47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b4aead3443ce86eb85bc8d1d50014b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5025a018565cdfd76b87efa1f70dc4c5 = $(`<div id="html_5025a018565cdfd76b87efa1f70dc4c5" style="width: 100.0%; height: 100.0%;">relay.dyne.org</div>`)[0];
|
|
popup_9b4aead3443ce86eb85bc8d1d50014b5.setContent(html_5025a018565cdfd76b87efa1f70dc4c5);
|
|
|
|
|
|
|
|
marker_3c8b7057b99164dc9422d2f266cac3cb.bindPopup(popup_9b4aead3443ce86eb85bc8d1d50014b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c8b7057b99164dc9422d2f266cac3cb.setIcon(icon_612f84618e482c62e01ba16d75d67a47);
|
|
|
|
|
|
var marker_b200db1f94ace7858ef23016dd03d81e = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_87351fcb185108067da6aaced94aeca4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edc63df16a3ae34d958a780a7f4944e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b00e3e75f9995325119d0894cb13184 = $(`<div id="html_0b00e3e75f9995325119d0894cb13184" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_edc63df16a3ae34d958a780a7f4944e2.setContent(html_0b00e3e75f9995325119d0894cb13184);
|
|
|
|
|
|
|
|
marker_b200db1f94ace7858ef23016dd03d81e.bindPopup(popup_edc63df16a3ae34d958a780a7f4944e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b200db1f94ace7858ef23016dd03d81e.setIcon(icon_87351fcb185108067da6aaced94aeca4);
|
|
|
|
|
|
var marker_4f395fea1a366905c0c91edb90e017de = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_68ab92cbe5ffb3212c55deeae7203a85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3c28e752c25c8b1ec1b68dcebfb07ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a351cf38633e2d6e3265eee04a000733 = $(`<div id="html_a351cf38633e2d6e3265eee04a000733" style="width: 100.0%; height: 100.0%;">basspistol.org</div>`)[0];
|
|
popup_c3c28e752c25c8b1ec1b68dcebfb07ac.setContent(html_a351cf38633e2d6e3265eee04a000733);
|
|
|
|
|
|
|
|
marker_4f395fea1a366905c0c91edb90e017de.bindPopup(popup_c3c28e752c25c8b1ec1b68dcebfb07ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f395fea1a366905c0c91edb90e017de.setIcon(icon_68ab92cbe5ffb3212c55deeae7203a85);
|
|
|
|
|
|
var marker_bdc16bf341eb9617cc7864a0cb817e5d = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_9314221dc3737eff4817ed71bc0dbb09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_017f34fdb1d2189b8a503400e5dffd94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_933960522a0090545bda503d60812f2e = $(`<div id="html_933960522a0090545bda503d60812f2e" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai:443</div>`)[0];
|
|
popup_017f34fdb1d2189b8a503400e5dffd94.setContent(html_933960522a0090545bda503d60812f2e);
|
|
|
|
|
|
|
|
marker_bdc16bf341eb9617cc7864a0cb817e5d.bindPopup(popup_017f34fdb1d2189b8a503400e5dffd94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdc16bf341eb9617cc7864a0cb817e5d.setIcon(icon_9314221dc3737eff4817ed71bc0dbb09);
|
|
|
|
|
|
var marker_805dd4c22eeedd5c6e374c2e3936b777 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_ebc572a5871948266cd9efc93220ed01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_229b254bf04819c6e0fbf13485a630e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13d1bad141e734069f02b23f66125e5f = $(`<div id="html_13d1bad141e734069f02b23f66125e5f" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_229b254bf04819c6e0fbf13485a630e8.setContent(html_13d1bad141e734069f02b23f66125e5f);
|
|
|
|
|
|
|
|
marker_805dd4c22eeedd5c6e374c2e3936b777.bindPopup(popup_229b254bf04819c6e0fbf13485a630e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_805dd4c22eeedd5c6e374c2e3936b777.setIcon(icon_ebc572a5871948266cd9efc93220ed01);
|
|
|
|
|
|
var marker_2b2f728a5ca20237813ad9a10fe5851e = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_9713f456093fe53d34b05e7e7fa26d61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06a48103defff79b1d7ca1b824bbd9a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5a7ea851f17a3506251a3670dbab409 = $(`<div id="html_e5a7ea851f17a3506251a3670dbab409" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_06a48103defff79b1d7ca1b824bbd9a8.setContent(html_e5a7ea851f17a3506251a3670dbab409);
|
|
|
|
|
|
|
|
marker_2b2f728a5ca20237813ad9a10fe5851e.bindPopup(popup_06a48103defff79b1d7ca1b824bbd9a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b2f728a5ca20237813ad9a10fe5851e.setIcon(icon_9713f456093fe53d34b05e7e7fa26d61);
|
|
|
|
|
|
var marker_caee697995ed658bd3aae4c773d6d2f8 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_41828493e0168502527165ca6e28c934 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef67632b5ff1e74d5d406247a9fb444c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9c4011c0e69e5b9c67f5c6f4d889811 = $(`<div id="html_c9c4011c0e69e5b9c67f5c6f4d889811" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_ef67632b5ff1e74d5d406247a9fb444c.setContent(html_c9c4011c0e69e5b9c67f5c6f4d889811);
|
|
|
|
|
|
|
|
marker_caee697995ed658bd3aae4c773d6d2f8.bindPopup(popup_ef67632b5ff1e74d5d406247a9fb444c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_caee697995ed658bd3aae4c773d6d2f8.setIcon(icon_41828493e0168502527165ca6e28c934);
|
|
|
|
|
|
var marker_67646699656cac7b0a2fb0ff0eaf7e25 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e4831a2f8243492f3d497cbe632ccbe1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e629a602698f005eb6835f49c5c16a43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_532f81f2f6505e71534227feb7134081 = $(`<div id="html_532f81f2f6505e71534227feb7134081" style="width: 100.0%; height: 100.0%;">relay.stickeroo.is-cool.dev</div>`)[0];
|
|
popup_e629a602698f005eb6835f49c5c16a43.setContent(html_532f81f2f6505e71534227feb7134081);
|
|
|
|
|
|
|
|
marker_67646699656cac7b0a2fb0ff0eaf7e25.bindPopup(popup_e629a602698f005eb6835f49c5c16a43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67646699656cac7b0a2fb0ff0eaf7e25.setIcon(icon_e4831a2f8243492f3d497cbe632ccbe1);
|
|
|
|
|
|
var marker_03817dbb47705fc2a8daec67aa0dd946 = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_28268d576698afefcb116d464115ce8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05038ff004077d7cb33684991cab2203 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5216876b3873ebd4b21b46452f6f38d7 = $(`<div id="html_5216876b3873ebd4b21b46452f6f38d7" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_05038ff004077d7cb33684991cab2203.setContent(html_5216876b3873ebd4b21b46452f6f38d7);
|
|
|
|
|
|
|
|
marker_03817dbb47705fc2a8daec67aa0dd946.bindPopup(popup_05038ff004077d7cb33684991cab2203)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03817dbb47705fc2a8daec67aa0dd946.setIcon(icon_28268d576698afefcb116d464115ce8d);
|
|
|
|
|
|
var marker_09ea6563f9d66cc19b22a4a4121a1bec = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_3db6ab8938249b8c0bb11eae915c6f97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95f6e0396bd311cbdf1c83f621ef369d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99165f0d42a0f5e5fde98537f0de3056 = $(`<div id="html_99165f0d42a0f5e5fde98537f0de3056" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com:443</div>`)[0];
|
|
popup_95f6e0396bd311cbdf1c83f621ef369d.setContent(html_99165f0d42a0f5e5fde98537f0de3056);
|
|
|
|
|
|
|
|
marker_09ea6563f9d66cc19b22a4a4121a1bec.bindPopup(popup_95f6e0396bd311cbdf1c83f621ef369d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09ea6563f9d66cc19b22a4a4121a1bec.setIcon(icon_3db6ab8938249b8c0bb11eae915c6f97);
|
|
|
|
|
|
var marker_c06a9e22a00abdef40e1877e3d907faa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_fee76a9ee188bbfca24632b28cf0df3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c18c6f5ed8e5c4126d7d54195d01e35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49a8bbb2ec459f5fd94b1636a1ea8703 = $(`<div id="html_49a8bbb2ec459f5fd94b1636a1ea8703" style="width: 100.0%; height: 100.0%;">relay.novospes.com</div>`)[0];
|
|
popup_3c18c6f5ed8e5c4126d7d54195d01e35.setContent(html_49a8bbb2ec459f5fd94b1636a1ea8703);
|
|
|
|
|
|
|
|
marker_c06a9e22a00abdef40e1877e3d907faa.bindPopup(popup_3c18c6f5ed8e5c4126d7d54195d01e35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c06a9e22a00abdef40e1877e3d907faa.setIcon(icon_fee76a9ee188bbfca24632b28cf0df3f);
|
|
|
|
|
|
var marker_56eead402b7a92ccf761e98b8191e6ee = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_c1d9f48824176e7e90b509ae5ff685d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bdd6029060ad03ee337fa3b6b74dc9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69994e3b6014262cdd65154367c81f01 = $(`<div id="html_69994e3b6014262cdd65154367c81f01" style="width: 100.0%; height: 100.0%;">ec2.f7z.io</div>`)[0];
|
|
popup_5bdd6029060ad03ee337fa3b6b74dc9b.setContent(html_69994e3b6014262cdd65154367c81f01);
|
|
|
|
|
|
|
|
marker_56eead402b7a92ccf761e98b8191e6ee.bindPopup(popup_5bdd6029060ad03ee337fa3b6b74dc9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56eead402b7a92ccf761e98b8191e6ee.setIcon(icon_c1d9f48824176e7e90b509ae5ff685d6);
|
|
|
|
|
|
var marker_4b717a6491bdde3255233cf2f61e23c3 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_583b143c17212d90c564d77ecca6c94a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f8a6bd2db090594a4660ba3b320df1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdd84ef7c27da28e0f498ab57236261a = $(`<div id="html_cdd84ef7c27da28e0f498ab57236261a" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live:443</div>`)[0];
|
|
popup_8f8a6bd2db090594a4660ba3b320df1d.setContent(html_cdd84ef7c27da28e0f498ab57236261a);
|
|
|
|
|
|
|
|
marker_4b717a6491bdde3255233cf2f61e23c3.bindPopup(popup_8f8a6bd2db090594a4660ba3b320df1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b717a6491bdde3255233cf2f61e23c3.setIcon(icon_583b143c17212d90c564d77ecca6c94a);
|
|
|
|
|
|
var marker_3187e95a3e397ecbf42e635eaab8c686 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e1700c5cc824446001f71f040b016f28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f8b88315f95a3d4dd25fa674f4d0d39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_700850334e1b2c735386859f25fcb15a = $(`<div id="html_700850334e1b2c735386859f25fcb15a" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com:443</div>`)[0];
|
|
popup_9f8b88315f95a3d4dd25fa674f4d0d39.setContent(html_700850334e1b2c735386859f25fcb15a);
|
|
|
|
|
|
|
|
marker_3187e95a3e397ecbf42e635eaab8c686.bindPopup(popup_9f8b88315f95a3d4dd25fa674f4d0d39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3187e95a3e397ecbf42e635eaab8c686.setIcon(icon_e1700c5cc824446001f71f040b016f28);
|
|
|
|
|
|
var marker_2492fac7558ea07c8c9065714e067a3e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_cca2906d70fa939351a76320bed243bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30eee11775da19b76d234f372ab59009 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a6b78befe457bffcc4297d7d937a23d = $(`<div id="html_2a6b78befe457bffcc4297d7d937a23d" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_30eee11775da19b76d234f372ab59009.setContent(html_2a6b78befe457bffcc4297d7d937a23d);
|
|
|
|
|
|
|
|
marker_2492fac7558ea07c8c9065714e067a3e.bindPopup(popup_30eee11775da19b76d234f372ab59009)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2492fac7558ea07c8c9065714e067a3e.setIcon(icon_cca2906d70fa939351a76320bed243bd);
|
|
|
|
|
|
var marker_95ddeb4d32d80fb5016ad62ddf959b4e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_b2b0e7de08a3c5e50b3ba5ac9fa23330 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97401b0ecda96367e3f889bcf12eb395 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84ba04a258c961bf5bba486cc55a4547 = $(`<div id="html_84ba04a258c961bf5bba486cc55a4547" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_97401b0ecda96367e3f889bcf12eb395.setContent(html_84ba04a258c961bf5bba486cc55a4547);
|
|
|
|
|
|
|
|
marker_95ddeb4d32d80fb5016ad62ddf959b4e.bindPopup(popup_97401b0ecda96367e3f889bcf12eb395)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95ddeb4d32d80fb5016ad62ddf959b4e.setIcon(icon_b2b0e7de08a3c5e50b3ba5ac9fa23330);
|
|
|
|
|
|
var marker_b60ad2bded27ed85df447930333c25bd = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_51a12c4b3792d8c1e9c316eaac4ce1d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d719a6a53806499c2eb2480b4b6c50e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3ab35be51ffa79b564102c76a272dbe = $(`<div id="html_e3ab35be51ffa79b564102c76a272dbe" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com:443</div>`)[0];
|
|
popup_3d719a6a53806499c2eb2480b4b6c50e.setContent(html_e3ab35be51ffa79b564102c76a272dbe);
|
|
|
|
|
|
|
|
marker_b60ad2bded27ed85df447930333c25bd.bindPopup(popup_3d719a6a53806499c2eb2480b4b6c50e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b60ad2bded27ed85df447930333c25bd.setIcon(icon_51a12c4b3792d8c1e9c316eaac4ce1d9);
|
|
|
|
|
|
var marker_7954745a2dff3331eac8a1967a226a75 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7e52daaf925e9ca28f72a928a00f8980 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0af8bf251312383dfd6749a8bf6bf423 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35d67f3c90ac6b7e0f4848431bfbf4b7 = $(`<div id="html_35d67f3c90ac6b7e0f4848431bfbf4b7" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_0af8bf251312383dfd6749a8bf6bf423.setContent(html_35d67f3c90ac6b7e0f4848431bfbf4b7);
|
|
|
|
|
|
|
|
marker_7954745a2dff3331eac8a1967a226a75.bindPopup(popup_0af8bf251312383dfd6749a8bf6bf423)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7954745a2dff3331eac8a1967a226a75.setIcon(icon_7e52daaf925e9ca28f72a928a00f8980);
|
|
|
|
|
|
var marker_b7122d2d7e8de2bdd807f16e6b03fae6 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_1379d2a83fc05b119df9c7e3ac7ed721 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43b91f0b6ac75e5b27085c8d2c2c02de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c278075ffae713bac74cacd6e85d4cb = $(`<div id="html_5c278075ffae713bac74cacd6e85d4cb" style="width: 100.0%; height: 100.0%;">staging.yabu.me</div>`)[0];
|
|
popup_43b91f0b6ac75e5b27085c8d2c2c02de.setContent(html_5c278075ffae713bac74cacd6e85d4cb);
|
|
|
|
|
|
|
|
marker_b7122d2d7e8de2bdd807f16e6b03fae6.bindPopup(popup_43b91f0b6ac75e5b27085c8d2c2c02de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7122d2d7e8de2bdd807f16e6b03fae6.setIcon(icon_1379d2a83fc05b119df9c7e3ac7ed721);
|
|
|
|
|
|
var marker_fef19ea85b8986cf6549e242887c3512 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7b767475f01069aa47a6aeef07e31c1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe2c1afbd89ecb0c2a010de1b59e0ab9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f490f8fbbb83b3da556e205d2ac74772 = $(`<div id="html_f490f8fbbb83b3da556e205d2ac74772" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_fe2c1afbd89ecb0c2a010de1b59e0ab9.setContent(html_f490f8fbbb83b3da556e205d2ac74772);
|
|
|
|
|
|
|
|
marker_fef19ea85b8986cf6549e242887c3512.bindPopup(popup_fe2c1afbd89ecb0c2a010de1b59e0ab9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fef19ea85b8986cf6549e242887c3512.setIcon(icon_7b767475f01069aa47a6aeef07e31c1f);
|
|
|
|
|
|
var marker_79a6139248a785a19defed18694ee946 = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_6abbad94a7415f7a768ca8e12b4dc44f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf84887e62a57bde157e28bf6417dd9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f6a55fcf4126b98e20826be99646f64 = $(`<div id="html_2f6a55fcf4126b98e20826be99646f64" style="width: 100.0%; height: 100.0%;">relay.chorus.community:443</div>`)[0];
|
|
popup_bf84887e62a57bde157e28bf6417dd9c.setContent(html_2f6a55fcf4126b98e20826be99646f64);
|
|
|
|
|
|
|
|
marker_79a6139248a785a19defed18694ee946.bindPopup(popup_bf84887e62a57bde157e28bf6417dd9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79a6139248a785a19defed18694ee946.setIcon(icon_6abbad94a7415f7a768ca8e12b4dc44f);
|
|
|
|
|
|
var marker_eaf527cb291831d38e0a52ff8911627d = L.marker(
|
|
[13.5976, 100.597],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_d5a6b5e481e1c7ccda6a868d0d705785 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8a4c9efb53825ee66f3948e171fbef4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2fe0aa1eec2d3ea310612634f634da77 = $(`<div id="html_2fe0aa1eec2d3ea310612634f634da77" style="width: 100.0%; height: 100.0%;">relay0.gfcom.info</div>`)[0];
|
|
popup_a8a4c9efb53825ee66f3948e171fbef4.setContent(html_2fe0aa1eec2d3ea310612634f634da77);
|
|
|
|
|
|
|
|
marker_eaf527cb291831d38e0a52ff8911627d.bindPopup(popup_a8a4c9efb53825ee66f3948e171fbef4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eaf527cb291831d38e0a52ff8911627d.setIcon(icon_d5a6b5e481e1c7ccda6a868d0d705785);
|
|
|
|
|
|
var marker_6824ecc5a60e510f4ad6fd9b33304efd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_01045cf05c929604ac2e33df83a642fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae69192bb73ce0519d5c2ec60d8e1015 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb9b3a99a7152a78438c10f0259c6dd6 = $(`<div id="html_cb9b3a99a7152a78438c10f0259c6dd6" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_ae69192bb73ce0519d5c2ec60d8e1015.setContent(html_cb9b3a99a7152a78438c10f0259c6dd6);
|
|
|
|
|
|
|
|
marker_6824ecc5a60e510f4ad6fd9b33304efd.bindPopup(popup_ae69192bb73ce0519d5c2ec60d8e1015)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6824ecc5a60e510f4ad6fd9b33304efd.setIcon(icon_01045cf05c929604ac2e33df83a642fd);
|
|
|
|
|
|
var marker_e8ddcab503da5eba82e39408b9c290d6 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_d7ccc7d1165e1378591a72439a4c2e83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36f017a5446356cf99370fa2162b26fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8cfdb08df1442ccf5387e8a03b91a37 = $(`<div id="html_b8cfdb08df1442ccf5387e8a03b91a37" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_36f017a5446356cf99370fa2162b26fa.setContent(html_b8cfdb08df1442ccf5387e8a03b91a37);
|
|
|
|
|
|
|
|
marker_e8ddcab503da5eba82e39408b9c290d6.bindPopup(popup_36f017a5446356cf99370fa2162b26fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8ddcab503da5eba82e39408b9c290d6.setIcon(icon_d7ccc7d1165e1378591a72439a4c2e83);
|
|
|
|
|
|
var marker_e7be6aaf581263dcec38e02e6caf6189 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_3be5bb12b845f9af3b48def14ba6a24c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbbb0bd7b533a1cfa22dd4af04e8d41d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78ec36acfe3bf02ec6339880840ff132 = $(`<div id="html_78ec36acfe3bf02ec6339880840ff132" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_dbbb0bd7b533a1cfa22dd4af04e8d41d.setContent(html_78ec36acfe3bf02ec6339880840ff132);
|
|
|
|
|
|
|
|
marker_e7be6aaf581263dcec38e02e6caf6189.bindPopup(popup_dbbb0bd7b533a1cfa22dd4af04e8d41d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7be6aaf581263dcec38e02e6caf6189.setIcon(icon_3be5bb12b845f9af3b48def14ba6a24c);
|
|
|
|
|
|
var marker_32732e48e497838215c47476b5823298 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_799287bfa7c2f1896491a4b310557dca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56adad473e62b870696b601a45786163 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_802ec8f38331fd7d998f6b32d84aecb1 = $(`<div id="html_802ec8f38331fd7d998f6b32d84aecb1" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_56adad473e62b870696b601a45786163.setContent(html_802ec8f38331fd7d998f6b32d84aecb1);
|
|
|
|
|
|
|
|
marker_32732e48e497838215c47476b5823298.bindPopup(popup_56adad473e62b870696b601a45786163)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32732e48e497838215c47476b5823298.setIcon(icon_799287bfa7c2f1896491a4b310557dca);
|
|
|
|
|
|
var marker_cbaa306aa31b42571cff08bfe3a8875b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_88e8450bcdc4cfb39a2ba913539d0404 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc13dcf27894d58f9aca9d85e02be195 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d724ff773d4924c161e1f402f36ca3b = $(`<div id="html_0d724ff773d4924c161e1f402f36ca3b" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_bc13dcf27894d58f9aca9d85e02be195.setContent(html_0d724ff773d4924c161e1f402f36ca3b);
|
|
|
|
|
|
|
|
marker_cbaa306aa31b42571cff08bfe3a8875b.bindPopup(popup_bc13dcf27894d58f9aca9d85e02be195)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbaa306aa31b42571cff08bfe3a8875b.setIcon(icon_88e8450bcdc4cfb39a2ba913539d0404);
|
|
|
|
|
|
var marker_9642563d94ff9003a50c34f1f0bd8063 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_49cb8084a418ffd440ccfc2bd5061020 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7124ea5df326da6dba148d6f3d476639 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8df4c8417a3f6feeeb0acc40a09f6297 = $(`<div id="html_8df4c8417a3f6feeeb0acc40a09f6297" style="width: 100.0%; height: 100.0%;">purplerelay.com:443</div>`)[0];
|
|
popup_7124ea5df326da6dba148d6f3d476639.setContent(html_8df4c8417a3f6feeeb0acc40a09f6297);
|
|
|
|
|
|
|
|
marker_9642563d94ff9003a50c34f1f0bd8063.bindPopup(popup_7124ea5df326da6dba148d6f3d476639)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9642563d94ff9003a50c34f1f0bd8063.setIcon(icon_49cb8084a418ffd440ccfc2bd5061020);
|
|
|
|
|
|
var marker_1734f1e52128c3e27a6dd86144fab8d9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_da2ee9e1096b4d3e601276ac6a090c03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e6520c8256cdde4dd568f423a75b462 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4223e6c27fe802e5fd3c50876fe66386 = $(`<div id="html_4223e6c27fe802e5fd3c50876fe66386" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_0e6520c8256cdde4dd568f423a75b462.setContent(html_4223e6c27fe802e5fd3c50876fe66386);
|
|
|
|
|
|
|
|
marker_1734f1e52128c3e27a6dd86144fab8d9.bindPopup(popup_0e6520c8256cdde4dd568f423a75b462)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1734f1e52128c3e27a6dd86144fab8d9.setIcon(icon_da2ee9e1096b4d3e601276ac6a090c03);
|
|
|
|
|
|
var marker_28e411a8f9fef72ee49149b3267a6a0b = L.marker(
|
|
[39.6478, -104.988],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_616d8c496c21a16827131134dffe166b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9562b71d94cad1dfdf820241ce44864d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e305ef88b9d28ed397081837e71e005 = $(`<div id="html_7e305ef88b9d28ed397081837e71e005" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net:443</div>`)[0];
|
|
popup_9562b71d94cad1dfdf820241ce44864d.setContent(html_7e305ef88b9d28ed397081837e71e005);
|
|
|
|
|
|
|
|
marker_28e411a8f9fef72ee49149b3267a6a0b.bindPopup(popup_9562b71d94cad1dfdf820241ce44864d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28e411a8f9fef72ee49149b3267a6a0b.setIcon(icon_616d8c496c21a16827131134dffe166b);
|
|
|
|
|
|
var marker_675eead10910083a3260a090a4d277df = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_cc39c809b02a7e899f67e6772878e7a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_256b645faa216c3c735fb0512a301f00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de877c9adcb0f9f8af676bed244314c5 = $(`<div id="html_de877c9adcb0f9f8af676bed244314c5" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_256b645faa216c3c735fb0512a301f00.setContent(html_de877c9adcb0f9f8af676bed244314c5);
|
|
|
|
|
|
|
|
marker_675eead10910083a3260a090a4d277df.bindPopup(popup_256b645faa216c3c735fb0512a301f00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_675eead10910083a3260a090a4d277df.setIcon(icon_cc39c809b02a7e899f67e6772878e7a7);
|
|
|
|
|
|
var marker_7e3837c1f04fa104e9217e6581cd9d0e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_b2eb35d10a7a77bb526cefe3fb265949 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76fd7cccdc7eac3bf73d05f1dc9ff117 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db9547b8f941b2118093ca519059de14 = $(`<div id="html_db9547b8f941b2118093ca519059de14" style="width: 100.0%; height: 100.0%;">relay1.nostrchat.io</div>`)[0];
|
|
popup_76fd7cccdc7eac3bf73d05f1dc9ff117.setContent(html_db9547b8f941b2118093ca519059de14);
|
|
|
|
|
|
|
|
marker_7e3837c1f04fa104e9217e6581cd9d0e.bindPopup(popup_76fd7cccdc7eac3bf73d05f1dc9ff117)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e3837c1f04fa104e9217e6581cd9d0e.setIcon(icon_b2eb35d10a7a77bb526cefe3fb265949);
|
|
|
|
|
|
var marker_2df23bcb74a4847dcea45bc20b22f255 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_358788ec31ee15ff9d2a0fe9b216593d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63384eae660afbc9436786b2624fcdf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e489254ef414595a070e566dfc738b8d = $(`<div id="html_e489254ef414595a070e566dfc738b8d" style="width: 100.0%; height: 100.0%;">nostr.debate.report</div>`)[0];
|
|
popup_63384eae660afbc9436786b2624fcdf9.setContent(html_e489254ef414595a070e566dfc738b8d);
|
|
|
|
|
|
|
|
marker_2df23bcb74a4847dcea45bc20b22f255.bindPopup(popup_63384eae660afbc9436786b2624fcdf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2df23bcb74a4847dcea45bc20b22f255.setIcon(icon_358788ec31ee15ff9d2a0fe9b216593d);
|
|
|
|
|
|
var marker_f420825153c29870a468171183737d68 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_04e3a239b11a49cc91b1ab4f746e4d6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9f94d017e0b07c21f379da84f250fb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9cab5005bfa9ea065d28dc3767eceeb = $(`<div id="html_f9cab5005bfa9ea065d28dc3767eceeb" style="width: 100.0%; height: 100.0%;">spamspamspamspam.rest</div>`)[0];
|
|
popup_a9f94d017e0b07c21f379da84f250fb5.setContent(html_f9cab5005bfa9ea065d28dc3767eceeb);
|
|
|
|
|
|
|
|
marker_f420825153c29870a468171183737d68.bindPopup(popup_a9f94d017e0b07c21f379da84f250fb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f420825153c29870a468171183737d68.setIcon(icon_04e3a239b11a49cc91b1ab4f746e4d6b);
|
|
|
|
|
|
var marker_0e52cff742a936423feaec8022d687ba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2e7ab29e9aee91c3e518c4ddfd3ddf74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0cef4a19f2394a461402f5812321435 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ac688b2dd9ddfc30ae2765e2290b41a = $(`<div id="html_1ac688b2dd9ddfc30ae2765e2290b41a" style="width: 100.0%; height: 100.0%;">hol.is</div>`)[0];
|
|
popup_c0cef4a19f2394a461402f5812321435.setContent(html_1ac688b2dd9ddfc30ae2765e2290b41a);
|
|
|
|
|
|
|
|
marker_0e52cff742a936423feaec8022d687ba.bindPopup(popup_c0cef4a19f2394a461402f5812321435)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e52cff742a936423feaec8022d687ba.setIcon(icon_2e7ab29e9aee91c3e518c4ddfd3ddf74);
|
|
|
|
|
|
var marker_05f0a056f051b40475269a512188b226 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a9cc18924f263a52be2af07e8081696c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dffefe379ce9a889802ceb0c2385bd95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2cd9a367b9499e7ee71f5c9e846f32c = $(`<div id="html_f2cd9a367b9499e7ee71f5c9e846f32c" style="width: 100.0%; height: 100.0%;">conduitl2.fly.dev</div>`)[0];
|
|
popup_dffefe379ce9a889802ceb0c2385bd95.setContent(html_f2cd9a367b9499e7ee71f5c9e846f32c);
|
|
|
|
|
|
|
|
marker_05f0a056f051b40475269a512188b226.bindPopup(popup_dffefe379ce9a889802ceb0c2385bd95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05f0a056f051b40475269a512188b226.setIcon(icon_a9cc18924f263a52be2af07e8081696c);
|
|
|
|
|
|
var marker_719dc3a629f75debf3fef3029f6623e5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_24b08c41a0868267df08bdd21da06370 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35c750f800a08820dcdf9bbf1d9f92ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_725a2d2944635d438897fcc82b906792 = $(`<div id="html_725a2d2944635d438897fcc82b906792" style="width: 100.0%; height: 100.0%;">bitchat.oriax.net</div>`)[0];
|
|
popup_35c750f800a08820dcdf9bbf1d9f92ca.setContent(html_725a2d2944635d438897fcc82b906792);
|
|
|
|
|
|
|
|
marker_719dc3a629f75debf3fef3029f6623e5.bindPopup(popup_35c750f800a08820dcdf9bbf1d9f92ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_719dc3a629f75debf3fef3029f6623e5.setIcon(icon_24b08c41a0868267df08bdd21da06370);
|
|
|
|
|
|
var marker_cc45023b8ca7cfc1e2809e3287d0c706 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a8296a79c195c29bab1b32fd7bbd7473 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf7df7d8b490655c494180e8dd430a81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6ef7fd93a94faa3da88042321af1b0c = $(`<div id="html_c6ef7fd93a94faa3da88042321af1b0c" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_cf7df7d8b490655c494180e8dd430a81.setContent(html_c6ef7fd93a94faa3da88042321af1b0c);
|
|
|
|
|
|
|
|
marker_cc45023b8ca7cfc1e2809e3287d0c706.bindPopup(popup_cf7df7d8b490655c494180e8dd430a81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc45023b8ca7cfc1e2809e3287d0c706.setIcon(icon_a8296a79c195c29bab1b32fd7bbd7473);
|
|
|
|
|
|
var marker_ce3bee2cc6cec8cdad12c82ded360781 = L.marker(
|
|
[40.7608, -111.891],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_58915c038a7fd0de5e42c89b5763bcce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9e916e035b042eb23972ec8882d62ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d5b7cc229f85144556aebbbb347c1bf = $(`<div id="html_0d5b7cc229f85144556aebbbb347c1bf" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_e9e916e035b042eb23972ec8882d62ff.setContent(html_0d5b7cc229f85144556aebbbb347c1bf);
|
|
|
|
|
|
|
|
marker_ce3bee2cc6cec8cdad12c82ded360781.bindPopup(popup_e9e916e035b042eb23972ec8882d62ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce3bee2cc6cec8cdad12c82ded360781.setIcon(icon_58915c038a7fd0de5e42c89b5763bcce);
|
|
|
|
|
|
var marker_f3ab2d3e548215ce63adb7e485a07205 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_5dc9a8ee078ae3d9b7baec87b1ca1775 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b502bfae8061a860869e2547799fc8bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebf5167ffb4389847e08e577906964f3 = $(`<div id="html_ebf5167ffb4389847e08e577906964f3" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_b502bfae8061a860869e2547799fc8bf.setContent(html_ebf5167ffb4389847e08e577906964f3);
|
|
|
|
|
|
|
|
marker_f3ab2d3e548215ce63adb7e485a07205.bindPopup(popup_b502bfae8061a860869e2547799fc8bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3ab2d3e548215ce63adb7e485a07205.setIcon(icon_5dc9a8ee078ae3d9b7baec87b1ca1775);
|
|
|
|
|
|
var marker_b77d32652e27910ced165861a8022c0d = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_132df604f17a9b74eb964973fb9e4b68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c674b3c99c55bfc4656c4c08c37ac052 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01720453f8ebfa0ded4b8871cc816e0a = $(`<div id="html_01720453f8ebfa0ded4b8871cc816e0a" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_c674b3c99c55bfc4656c4c08c37ac052.setContent(html_01720453f8ebfa0ded4b8871cc816e0a);
|
|
|
|
|
|
|
|
marker_b77d32652e27910ced165861a8022c0d.bindPopup(popup_c674b3c99c55bfc4656c4c08c37ac052)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b77d32652e27910ced165861a8022c0d.setIcon(icon_132df604f17a9b74eb964973fb9e4b68);
|
|
|
|
|
|
var marker_e338b07e9a9586e2969b3739240a97fc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7937fa36e3faf61c77e40f0a39a19f5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ba9241ce09fe67dc6f06481105a938b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2f18c7f881d7c4ea1ae76716a3edc12 = $(`<div id="html_c2f18c7f881d7c4ea1ae76716a3edc12" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io:443</div>`)[0];
|
|
popup_9ba9241ce09fe67dc6f06481105a938b.setContent(html_c2f18c7f881d7c4ea1ae76716a3edc12);
|
|
|
|
|
|
|
|
marker_e338b07e9a9586e2969b3739240a97fc.bindPopup(popup_9ba9241ce09fe67dc6f06481105a938b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e338b07e9a9586e2969b3739240a97fc.setIcon(icon_7937fa36e3faf61c77e40f0a39a19f5f);
|
|
|
|
|
|
var marker_26a37926973ed14e2410de2532ae1f57 = L.marker(
|
|
[52.6907, 4.8181],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_22f2da73835d7f5bbb9b16b752960f3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ea3911d9652065bcad40036068c5b35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d5f3794ed99584bee1aa125499012e7 = $(`<div id="html_2d5f3794ed99584bee1aa125499012e7" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_2ea3911d9652065bcad40036068c5b35.setContent(html_2d5f3794ed99584bee1aa125499012e7);
|
|
|
|
|
|
|
|
marker_26a37926973ed14e2410de2532ae1f57.bindPopup(popup_2ea3911d9652065bcad40036068c5b35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26a37926973ed14e2410de2532ae1f57.setIcon(icon_22f2da73835d7f5bbb9b16b752960f3f);
|
|
|
|
|
|
var marker_97646778d8fb5deab7edbbe8fbcedce7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_4a86450b24604625756703bd1dfb7a26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a2d601114cad7fd2741fac07c4d77b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcef24b3d78dde2583e6146947bc6c69 = $(`<div id="html_dcef24b3d78dde2583e6146947bc6c69" style="width: 100.0%; height: 100.0%;">relay.aidatanorge.no</div>`)[0];
|
|
popup_1a2d601114cad7fd2741fac07c4d77b2.setContent(html_dcef24b3d78dde2583e6146947bc6c69);
|
|
|
|
|
|
|
|
marker_97646778d8fb5deab7edbbe8fbcedce7.bindPopup(popup_1a2d601114cad7fd2741fac07c4d77b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97646778d8fb5deab7edbbe8fbcedce7.setIcon(icon_4a86450b24604625756703bd1dfb7a26);
|
|
|
|
|
|
var marker_0dce9888617a040f77e29f81549d901c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_d15a352b8e09f2f70c20405c45fad11f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a897234b53c1a68aab7cfbef372aace1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4d1276d6eed74f9bc5455ba53ba54ac = $(`<div id="html_e4d1276d6eed74f9bc5455ba53ba54ac" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_a897234b53c1a68aab7cfbef372aace1.setContent(html_e4d1276d6eed74f9bc5455ba53ba54ac);
|
|
|
|
|
|
|
|
marker_0dce9888617a040f77e29f81549d901c.bindPopup(popup_a897234b53c1a68aab7cfbef372aace1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dce9888617a040f77e29f81549d901c.setIcon(icon_d15a352b8e09f2f70c20405c45fad11f);
|
|
|
|
|
|
var marker_ed547674626e86278fbd17e41a2fd37e = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_436b66e5b44156fb2a44a178c070b6c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9aac730b4673d3a4f1a5f794acf6866b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccd5b3da76561dbb2dd8c014e42c881c = $(`<div id="html_ccd5b3da76561dbb2dd8c014e42c881c" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_9aac730b4673d3a4f1a5f794acf6866b.setContent(html_ccd5b3da76561dbb2dd8c014e42c881c);
|
|
|
|
|
|
|
|
marker_ed547674626e86278fbd17e41a2fd37e.bindPopup(popup_9aac730b4673d3a4f1a5f794acf6866b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed547674626e86278fbd17e41a2fd37e.setIcon(icon_436b66e5b44156fb2a44a178c070b6c0);
|
|
|
|
|
|
var marker_761e4f8dbc5252496ab40ed47df58f0c = L.marker(
|
|
[52.6907, 4.8181],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7ff73b3259667bca91b0605e0e1a35f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1635b2bf9b6360ce57e72ae006af1e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6751211f484e2f2908b2d4303d4c8ad5 = $(`<div id="html_6751211f484e2f2908b2d4303d4c8ad5" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space:443</div>`)[0];
|
|
popup_b1635b2bf9b6360ce57e72ae006af1e2.setContent(html_6751211f484e2f2908b2d4303d4c8ad5);
|
|
|
|
|
|
|
|
marker_761e4f8dbc5252496ab40ed47df58f0c.bindPopup(popup_b1635b2bf9b6360ce57e72ae006af1e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_761e4f8dbc5252496ab40ed47df58f0c.setIcon(icon_7ff73b3259667bca91b0605e0e1a35f9);
|
|
|
|
|
|
var marker_c7e0e848c5da1ec65f6e74b79514d05d = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_3b0327288faf0a3204f193f739e089d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8030cd738319291bbb4fa6ca7a5615bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8c5b42f542f340fbf7ff98df2395000 = $(`<div id="html_c8c5b42f542f340fbf7ff98df2395000" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_8030cd738319291bbb4fa6ca7a5615bf.setContent(html_c8c5b42f542f340fbf7ff98df2395000);
|
|
|
|
|
|
|
|
marker_c7e0e848c5da1ec65f6e74b79514d05d.bindPopup(popup_8030cd738319291bbb4fa6ca7a5615bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7e0e848c5da1ec65f6e74b79514d05d.setIcon(icon_3b0327288faf0a3204f193f739e089d3);
|
|
|
|
|
|
var marker_6d36fa69a2376b9d7e60073f9342be51 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_26cb5f58676f6170a04f86b00c1b9a6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fa39bc1ba624ea13199fe2e5220b439 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a6a51fc3ff9ef2f1cc043ee2f2ffb76 = $(`<div id="html_4a6a51fc3ff9ef2f1cc043ee2f2ffb76" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_0fa39bc1ba624ea13199fe2e5220b439.setContent(html_4a6a51fc3ff9ef2f1cc043ee2f2ffb76);
|
|
|
|
|
|
|
|
marker_6d36fa69a2376b9d7e60073f9342be51.bindPopup(popup_0fa39bc1ba624ea13199fe2e5220b439)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d36fa69a2376b9d7e60073f9342be51.setIcon(icon_26cb5f58676f6170a04f86b00c1b9a6c);
|
|
|
|
|
|
var marker_69175bfed88066487ae6bc5d66b1f272 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_04be0f8c30fd9531155a90ad86fe4fe9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ae2f5ea29c25bc20b4f100381b87daa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88b7f1b43ebb3485d46ce1e19044c4c4 = $(`<div id="html_88b7f1b43ebb3485d46ce1e19044c4c4" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_6ae2f5ea29c25bc20b4f100381b87daa.setContent(html_88b7f1b43ebb3485d46ce1e19044c4c4);
|
|
|
|
|
|
|
|
marker_69175bfed88066487ae6bc5d66b1f272.bindPopup(popup_6ae2f5ea29c25bc20b4f100381b87daa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69175bfed88066487ae6bc5d66b1f272.setIcon(icon_04be0f8c30fd9531155a90ad86fe4fe9);
|
|
|
|
|
|
var marker_05a41be768fb040dd8b3a9eef31b60b5 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_db7e48db697db8a1170644d2bd5e58ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d226c4c5f3ed5a7947de3bde9127b91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7acdf90a47425c576d46980ef8d1f061 = $(`<div id="html_7acdf90a47425c576d46980ef8d1f061" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_9d226c4c5f3ed5a7947de3bde9127b91.setContent(html_7acdf90a47425c576d46980ef8d1f061);
|
|
|
|
|
|
|
|
marker_05a41be768fb040dd8b3a9eef31b60b5.bindPopup(popup_9d226c4c5f3ed5a7947de3bde9127b91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05a41be768fb040dd8b3a9eef31b60b5.setIcon(icon_db7e48db697db8a1170644d2bd5e58ec);
|
|
|
|
|
|
var marker_324a987610371c47ca2547a405ea78ff = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_d484db96142c3a40378c4cff0538151f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8372430ef9345ddc245a888d5b75b313 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d1b2f9cdea60af7e32f7c1c01084be1 = $(`<div id="html_0d1b2f9cdea60af7e32f7c1c01084be1" style="width: 100.0%; height: 100.0%;">relay.nostriot.com:443</div>`)[0];
|
|
popup_8372430ef9345ddc245a888d5b75b313.setContent(html_0d1b2f9cdea60af7e32f7c1c01084be1);
|
|
|
|
|
|
|
|
marker_324a987610371c47ca2547a405ea78ff.bindPopup(popup_8372430ef9345ddc245a888d5b75b313)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_324a987610371c47ca2547a405ea78ff.setIcon(icon_d484db96142c3a40378c4cff0538151f);
|
|
|
|
|
|
var marker_b58ec75983d6f25ecd742d746eb96e95 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_f9a0b90d0d2398f6837685d225da4b35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05fc8a728134fe37d79fc16789bd6815 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_480adf4ca5f506166e1f80ee9c5e0049 = $(`<div id="html_480adf4ca5f506166e1f80ee9c5e0049" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_05fc8a728134fe37d79fc16789bd6815.setContent(html_480adf4ca5f506166e1f80ee9c5e0049);
|
|
|
|
|
|
|
|
marker_b58ec75983d6f25ecd742d746eb96e95.bindPopup(popup_05fc8a728134fe37d79fc16789bd6815)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b58ec75983d6f25ecd742d746eb96e95.setIcon(icon_f9a0b90d0d2398f6837685d225da4b35);
|
|
|
|
|
|
var marker_518aa1c847b829b4e363f4fa085244d0 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_32cd25d61c0c77a0b9cab2e2ead775c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30bd6df44fd03706e1632f41e22debc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_588f71e2169e99c6e14ec7aefe495f7b = $(`<div id="html_588f71e2169e99c6e14ec7aefe495f7b" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_30bd6df44fd03706e1632f41e22debc4.setContent(html_588f71e2169e99c6e14ec7aefe495f7b);
|
|
|
|
|
|
|
|
marker_518aa1c847b829b4e363f4fa085244d0.bindPopup(popup_30bd6df44fd03706e1632f41e22debc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_518aa1c847b829b4e363f4fa085244d0.setIcon(icon_32cd25d61c0c77a0b9cab2e2ead775c5);
|
|
|
|
|
|
var marker_6116826efd8066735bb1d989a110a968 = L.marker(
|
|
[48.122, 11.589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_b329c39c287b1bf43b4013b0471140a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8eadb34fa13feee6d622bdf5d47e129 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b83a1afb726fcda205c8568b5deadbb = $(`<div id="html_9b83a1afb726fcda205c8568b5deadbb" style="width: 100.0%; height: 100.0%;">relay.decentralia.fr</div>`)[0];
|
|
popup_f8eadb34fa13feee6d622bdf5d47e129.setContent(html_9b83a1afb726fcda205c8568b5deadbb);
|
|
|
|
|
|
|
|
marker_6116826efd8066735bb1d989a110a968.bindPopup(popup_f8eadb34fa13feee6d622bdf5d47e129)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6116826efd8066735bb1d989a110a968.setIcon(icon_b329c39c287b1bf43b4013b0471140a3);
|
|
|
|
|
|
var marker_f84ae7c35875e254f863286cb8904caf = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e9614585c44712d1e92edde1f08505df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abafa23266ce65d1585e49f6206c9a22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_548e79e7c4d772c7a4e6d15aab0a9e44 = $(`<div id="html_548e79e7c4d772c7a4e6d15aab0a9e44" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org:443</div>`)[0];
|
|
popup_abafa23266ce65d1585e49f6206c9a22.setContent(html_548e79e7c4d772c7a4e6d15aab0a9e44);
|
|
|
|
|
|
|
|
marker_f84ae7c35875e254f863286cb8904caf.bindPopup(popup_abafa23266ce65d1585e49f6206c9a22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f84ae7c35875e254f863286cb8904caf.setIcon(icon_e9614585c44712d1e92edde1f08505df);
|
|
|
|
|
|
var marker_fad565dbe830286ca9e0cad85636bd0d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_176bfe3cd433cc8e7cfe4b5af312da27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3f443eee2aa3461a4178abe374cffcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b60eb6194665caf614ff3ea29981c20 = $(`<div id="html_8b60eb6194665caf614ff3ea29981c20" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_b3f443eee2aa3461a4178abe374cffcf.setContent(html_8b60eb6194665caf614ff3ea29981c20);
|
|
|
|
|
|
|
|
marker_fad565dbe830286ca9e0cad85636bd0d.bindPopup(popup_b3f443eee2aa3461a4178abe374cffcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fad565dbe830286ca9e0cad85636bd0d.setIcon(icon_176bfe3cd433cc8e7cfe4b5af312da27);
|
|
|
|
|
|
var marker_8b8f05882e8e05d0d6cbb9b0f35844b6 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7322728f3c4a26bf825102eda77d61f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be368e4e4949d8d3141795cc86e1fd3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3736ee032297d761cd71f1313f4807f1 = $(`<div id="html_3736ee032297d761cd71f1313f4807f1" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_be368e4e4949d8d3141795cc86e1fd3f.setContent(html_3736ee032297d761cd71f1313f4807f1);
|
|
|
|
|
|
|
|
marker_8b8f05882e8e05d0d6cbb9b0f35844b6.bindPopup(popup_be368e4e4949d8d3141795cc86e1fd3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b8f05882e8e05d0d6cbb9b0f35844b6.setIcon(icon_7322728f3c4a26bf825102eda77d61f1);
|
|
|
|
|
|
var marker_5458c50c047fd7dc71c1d4ee6126865e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a06679c7d7cf097661c271a5c86d5864 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c44920d7a0b12b08f4859f48c7b4a0c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22d61400e11b94e3089f3bf30a188194 = $(`<div id="html_22d61400e11b94e3089f3bf30a188194" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io:443</div>`)[0];
|
|
popup_c44920d7a0b12b08f4859f48c7b4a0c1.setContent(html_22d61400e11b94e3089f3bf30a188194);
|
|
|
|
|
|
|
|
marker_5458c50c047fd7dc71c1d4ee6126865e.bindPopup(popup_c44920d7a0b12b08f4859f48c7b4a0c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5458c50c047fd7dc71c1d4ee6126865e.setIcon(icon_a06679c7d7cf097661c271a5c86d5864);
|
|
|
|
|
|
var marker_15d33309501b10a4590d0c2fb5ff2b93 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_ee2f6f557a788a74c7e60b0b1c6ff393 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3f13301c53d744f71de8f2a290465f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7c848dbbd4abb6d492e1076cd2c8a72 = $(`<div id="html_a7c848dbbd4abb6d492e1076cd2c8a72" style="width: 100.0%; height: 100.0%;">nostr.mas-family.eu</div>`)[0];
|
|
popup_c3f13301c53d744f71de8f2a290465f9.setContent(html_a7c848dbbd4abb6d492e1076cd2c8a72);
|
|
|
|
|
|
|
|
marker_15d33309501b10a4590d0c2fb5ff2b93.bindPopup(popup_c3f13301c53d744f71de8f2a290465f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15d33309501b10a4590d0c2fb5ff2b93.setIcon(icon_ee2f6f557a788a74c7e60b0b1c6ff393);
|
|
|
|
|
|
var marker_ed71091bbc0a6b26c669d9ea9c44e3f5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_5bec97a11cc1a0f35222059685e61054 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43d3a142a3e9e5ab3e2e29d6c71fe3a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6a6c7bb783c8d236664d2a5c516956c = $(`<div id="html_c6a6c7bb783c8d236664d2a5c516956c" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_43d3a142a3e9e5ab3e2e29d6c71fe3a2.setContent(html_c6a6c7bb783c8d236664d2a5c516956c);
|
|
|
|
|
|
|
|
marker_ed71091bbc0a6b26c669d9ea9c44e3f5.bindPopup(popup_43d3a142a3e9e5ab3e2e29d6c71fe3a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed71091bbc0a6b26c669d9ea9c44e3f5.setIcon(icon_5bec97a11cc1a0f35222059685e61054);
|
|
|
|
|
|
var marker_95948cd490965a148af541a75657addf = L.marker(
|
|
[46.5971, 9.59652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_c8c19443d31113ea90489299ec10f10a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abf3fb55b31b2f03e9f164b7fe46c55c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e74970098dff32790971f9b60b7e064 = $(`<div id="html_2e74970098dff32790971f9b60b7e064" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_abf3fb55b31b2f03e9f164b7fe46c55c.setContent(html_2e74970098dff32790971f9b60b7e064);
|
|
|
|
|
|
|
|
marker_95948cd490965a148af541a75657addf.bindPopup(popup_abf3fb55b31b2f03e9f164b7fe46c55c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95948cd490965a148af541a75657addf.setIcon(icon_c8c19443d31113ea90489299ec10f10a);
|
|
|
|
|
|
var marker_6fb49d52cadbc28a53c99a0f59b56c1e = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a78730bed9788155e43d3027c9db86ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48dc8468e593245dfc8a5b9aa69b10b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83b6c3758bd7a42cce3e1b5097d554a8 = $(`<div id="html_83b6c3758bd7a42cce3e1b5097d554a8" style="width: 100.0%; height: 100.0%;">relay.endfiat.money:443</div>`)[0];
|
|
popup_48dc8468e593245dfc8a5b9aa69b10b5.setContent(html_83b6c3758bd7a42cce3e1b5097d554a8);
|
|
|
|
|
|
|
|
marker_6fb49d52cadbc28a53c99a0f59b56c1e.bindPopup(popup_48dc8468e593245dfc8a5b9aa69b10b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fb49d52cadbc28a53c99a0f59b56c1e.setIcon(icon_a78730bed9788155e43d3027c9db86ae);
|
|
|
|
|
|
var marker_cbb342698128179c5b2d920ab3aa5ab4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_626a8acd55bdd844dd2655b13823b768 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af4d01ed2b03c80f471a9cbfb197b97a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9befc7fd76cf760511869bd6e214a412 = $(`<div id="html_9befc7fd76cf760511869bd6e214a412" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_af4d01ed2b03c80f471a9cbfb197b97a.setContent(html_9befc7fd76cf760511869bd6e214a412);
|
|
|
|
|
|
|
|
marker_cbb342698128179c5b2d920ab3aa5ab4.bindPopup(popup_af4d01ed2b03c80f471a9cbfb197b97a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbb342698128179c5b2d920ab3aa5ab4.setIcon(icon_626a8acd55bdd844dd2655b13823b768);
|
|
|
|
|
|
var marker_b9dee392217e32f5dd03632ed355d771 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_03188f56fb47a5b9899e9fcefd837b6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cbf21700a2e990ce66ea51480a8b3dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0992d6f4b87b343687ad0853cb7b7ce2 = $(`<div id="html_0992d6f4b87b343687ad0853cb7b7ce2" style="width: 100.0%; height: 100.0%;">nexus.libernet.app:443</div>`)[0];
|
|
popup_6cbf21700a2e990ce66ea51480a8b3dc.setContent(html_0992d6f4b87b343687ad0853cb7b7ce2);
|
|
|
|
|
|
|
|
marker_b9dee392217e32f5dd03632ed355d771.bindPopup(popup_6cbf21700a2e990ce66ea51480a8b3dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9dee392217e32f5dd03632ed355d771.setIcon(icon_03188f56fb47a5b9899e9fcefd837b6f);
|
|
|
|
|
|
var marker_41f96e978980258923e1ed5073eb5ed6 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_9308432f4e53022c14c5e16a2606923d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cec096c991a22943c78c2df5be79bf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_266c8517f900ac63333b029b613356d7 = $(`<div id="html_266c8517f900ac63333b029b613356d7" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com:443</div>`)[0];
|
|
popup_8cec096c991a22943c78c2df5be79bf1.setContent(html_266c8517f900ac63333b029b613356d7);
|
|
|
|
|
|
|
|
marker_41f96e978980258923e1ed5073eb5ed6.bindPopup(popup_8cec096c991a22943c78c2df5be79bf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41f96e978980258923e1ed5073eb5ed6.setIcon(icon_9308432f4e53022c14c5e16a2606923d);
|
|
|
|
|
|
var marker_1c5253d28e045fffcbedf698c8dd7f0e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_d00c48871eced68e44666bb3e79e4bf5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b13b130542b79a077c83d59aa5a41f4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4eda72df3ff1bb818d5daedc87ca23bb = $(`<div id="html_4eda72df3ff1bb818d5daedc87ca23bb" style="width: 100.0%; height: 100.0%;">relay.lightning.pub:443</div>`)[0];
|
|
popup_b13b130542b79a077c83d59aa5a41f4e.setContent(html_4eda72df3ff1bb818d5daedc87ca23bb);
|
|
|
|
|
|
|
|
marker_1c5253d28e045fffcbedf698c8dd7f0e.bindPopup(popup_b13b130542b79a077c83d59aa5a41f4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c5253d28e045fffcbedf698c8dd7f0e.setIcon(icon_d00c48871eced68e44666bb3e79e4bf5);
|
|
|
|
|
|
var marker_65efb587db21c7055475c4f09e2e00d0 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_bfa7f2253515cb17d3d0bf0075139391 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9687a1e2bcbeb4edb7fb7860bcb33005 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9f91feb2a8b37585a6528d88be4750a = $(`<div id="html_e9f91feb2a8b37585a6528d88be4750a" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_9687a1e2bcbeb4edb7fb7860bcb33005.setContent(html_e9f91feb2a8b37585a6528d88be4750a);
|
|
|
|
|
|
|
|
marker_65efb587db21c7055475c4f09e2e00d0.bindPopup(popup_9687a1e2bcbeb4edb7fb7860bcb33005)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65efb587db21c7055475c4f09e2e00d0.setIcon(icon_bfa7f2253515cb17d3d0bf0075139391);
|
|
|
|
|
|
var marker_bc5a14974aeed261a17a2c1ae1022b4e = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_ef3c6027fee00b89ee4c2c05263e7912 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ed6b26d79bf34a3227c4c5e8b5fca91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6edf1e631cb7a7dec612d2602946365 = $(`<div id="html_a6edf1e631cb7a7dec612d2602946365" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net:443</div>`)[0];
|
|
popup_5ed6b26d79bf34a3227c4c5e8b5fca91.setContent(html_a6edf1e631cb7a7dec612d2602946365);
|
|
|
|
|
|
|
|
marker_bc5a14974aeed261a17a2c1ae1022b4e.bindPopup(popup_5ed6b26d79bf34a3227c4c5e8b5fca91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc5a14974aeed261a17a2c1ae1022b4e.setIcon(icon_ef3c6027fee00b89ee4c2c05263e7912);
|
|
|
|
|
|
var marker_ce5eed5181b4c60ca88030c91fde63ff = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_ad0d39d6bc96fae35c62f87319627a6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a52aeeb671046aac5a81c86879c5bbb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21a53dd853567992315ff13941fb596d = $(`<div id="html_21a53dd853567992315ff13941fb596d" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com:443</div>`)[0];
|
|
popup_a52aeeb671046aac5a81c86879c5bbb3.setContent(html_21a53dd853567992315ff13941fb596d);
|
|
|
|
|
|
|
|
marker_ce5eed5181b4c60ca88030c91fde63ff.bindPopup(popup_a52aeeb671046aac5a81c86879c5bbb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce5eed5181b4c60ca88030c91fde63ff.setIcon(icon_ad0d39d6bc96fae35c62f87319627a6a);
|
|
|
|
|
|
var marker_4fa6f16303b23e8114441b1b2be8607c = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_472e2f23c48998115d9ebf334c424601 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48c45dd1fb65e87257ad3df5fdb01f13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_520a69d96ee65090a1d654c61dc7a97c = $(`<div id="html_520a69d96ee65090a1d654c61dc7a97c" style="width: 100.0%; height: 100.0%;">strfry.shock.network:443</div>`)[0];
|
|
popup_48c45dd1fb65e87257ad3df5fdb01f13.setContent(html_520a69d96ee65090a1d654c61dc7a97c);
|
|
|
|
|
|
|
|
marker_4fa6f16303b23e8114441b1b2be8607c.bindPopup(popup_48c45dd1fb65e87257ad3df5fdb01f13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fa6f16303b23e8114441b1b2be8607c.setIcon(icon_472e2f23c48998115d9ebf334c424601);
|
|
|
|
|
|
var marker_25b7b9f5a3efd68d2f6684f9843e3f76 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_dc26860abea7fe73d0f2306db64f2a3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f093a433e966d38d72a43f2c55118731 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3031345b29ab475718667a32b9981337 = $(`<div id="html_3031345b29ab475718667a32b9981337" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_f093a433e966d38d72a43f2c55118731.setContent(html_3031345b29ab475718667a32b9981337);
|
|
|
|
|
|
|
|
marker_25b7b9f5a3efd68d2f6684f9843e3f76.bindPopup(popup_f093a433e966d38d72a43f2c55118731)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25b7b9f5a3efd68d2f6684f9843e3f76.setIcon(icon_dc26860abea7fe73d0f2306db64f2a3c);
|
|
|
|
|
|
var marker_d9844ef8f501dcd3a23cb1fabfc80f14 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_3f6fcfbf1bcedcb081e82419146918d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b9238ee72da99e49a5f881d274476ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a16ac2e4fd490436a50d54b7e8d2c33c = $(`<div id="html_a16ac2e4fd490436a50d54b7e8d2c33c" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_9b9238ee72da99e49a5f881d274476ad.setContent(html_a16ac2e4fd490436a50d54b7e8d2c33c);
|
|
|
|
|
|
|
|
marker_d9844ef8f501dcd3a23cb1fabfc80f14.bindPopup(popup_9b9238ee72da99e49a5f881d274476ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9844ef8f501dcd3a23cb1fabfc80f14.setIcon(icon_3f6fcfbf1bcedcb081e82419146918d1);
|
|
|
|
|
|
var marker_3a9adf9c80c17b35168bb94b7a250869 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_17d0614bb4f0946e52449b0f48b7de3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f86bcff79c6756106c14d63643596618 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_332ad1ebbc08bb2aa220a8abd0918436 = $(`<div id="html_332ad1ebbc08bb2aa220a8abd0918436" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win:443</div>`)[0];
|
|
popup_f86bcff79c6756106c14d63643596618.setContent(html_332ad1ebbc08bb2aa220a8abd0918436);
|
|
|
|
|
|
|
|
marker_3a9adf9c80c17b35168bb94b7a250869.bindPopup(popup_f86bcff79c6756106c14d63643596618)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a9adf9c80c17b35168bb94b7a250869.setIcon(icon_17d0614bb4f0946e52449b0f48b7de3c);
|
|
|
|
|
|
var marker_15b5f5074a6ba8d8d3cb7473a14b8da5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e6247d42d7ebad38913e7e20d8c20a80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ffc360609fb32b4d76506e4f91bdb7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04d283c1de33138c42964f008a0407dd = $(`<div id="html_04d283c1de33138c42964f008a0407dd" style="width: 100.0%; height: 100.0%;">nos.lol:443</div>`)[0];
|
|
popup_8ffc360609fb32b4d76506e4f91bdb7b.setContent(html_04d283c1de33138c42964f008a0407dd);
|
|
|
|
|
|
|
|
marker_15b5f5074a6ba8d8d3cb7473a14b8da5.bindPopup(popup_8ffc360609fb32b4d76506e4f91bdb7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15b5f5074a6ba8d8d3cb7473a14b8da5.setIcon(icon_e6247d42d7ebad38913e7e20d8c20a80);
|
|
|
|
|
|
var marker_625f6743862c03274eea18e459201d65 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_628758eb2e5dc30bf3a6b5aa98b2cb37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ed70e1e2d8d16eedf5dbf8f455c4d51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5768662e6e1ea325b9a69c34cd9242a = $(`<div id="html_d5768662e6e1ea325b9a69c34cd9242a" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_2ed70e1e2d8d16eedf5dbf8f455c4d51.setContent(html_d5768662e6e1ea325b9a69c34cd9242a);
|
|
|
|
|
|
|
|
marker_625f6743862c03274eea18e459201d65.bindPopup(popup_2ed70e1e2d8d16eedf5dbf8f455c4d51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_625f6743862c03274eea18e459201d65.setIcon(icon_628758eb2e5dc30bf3a6b5aa98b2cb37);
|
|
|
|
|
|
var marker_ed0bfa1aa4bfbbe204af96960b7c535d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_5856586baaba97dd88d58d219882f829 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b171cff99ce16fdd8adaf1bb40052718 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_500a6cd2cdd35632624333497283d784 = $(`<div id="html_500a6cd2cdd35632624333497283d784" style="width: 100.0%; height: 100.0%;">relay.mostr.pub:443</div>`)[0];
|
|
popup_b171cff99ce16fdd8adaf1bb40052718.setContent(html_500a6cd2cdd35632624333497283d784);
|
|
|
|
|
|
|
|
marker_ed0bfa1aa4bfbbe204af96960b7c535d.bindPopup(popup_b171cff99ce16fdd8adaf1bb40052718)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed0bfa1aa4bfbbe204af96960b7c535d.setIcon(icon_5856586baaba97dd88d58d219882f829);
|
|
|
|
|
|
var marker_07282466a17b875103eb526cd8a4d10b = L.marker(
|
|
[13.9215, 100.538],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_490c88fccfd6872e6d204b364028821a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e88580abdc9d9c47d21032f1baa2a53d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c4f59094ced75de388ad219bf0b9367 = $(`<div id="html_3c4f59094ced75de388ad219bf0b9367" style="width: 100.0%; height: 100.0%;">relay1.gfcom.info</div>`)[0];
|
|
popup_e88580abdc9d9c47d21032f1baa2a53d.setContent(html_3c4f59094ced75de388ad219bf0b9367);
|
|
|
|
|
|
|
|
marker_07282466a17b875103eb526cd8a4d10b.bindPopup(popup_e88580abdc9d9c47d21032f1baa2a53d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07282466a17b875103eb526cd8a4d10b.setIcon(icon_490c88fccfd6872e6d204b364028821a);
|
|
|
|
|
|
var marker_45a309eef9cc930a1f5fd8a7c7983d13 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_11a52fd88f41b533470606955b2f5486 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c388648d908be6599a7880c0a0606122 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d98c27b3fa2a86dfa21f5ba10fa170a7 = $(`<div id="html_d98c27b3fa2a86dfa21f5ba10fa170a7" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_c388648d908be6599a7880c0a0606122.setContent(html_d98c27b3fa2a86dfa21f5ba10fa170a7);
|
|
|
|
|
|
|
|
marker_45a309eef9cc930a1f5fd8a7c7983d13.bindPopup(popup_c388648d908be6599a7880c0a0606122)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45a309eef9cc930a1f5fd8a7c7983d13.setIcon(icon_11a52fd88f41b533470606955b2f5486);
|
|
|
|
|
|
var marker_dccae21200305ac36fcace4da4f9d228 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_43a500485c30b05314e2654301177f64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2f9efa636755a9935663873477e7a50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35b2045d8922a2e5c840ef3c56e4c58c = $(`<div id="html_35b2045d8922a2e5c840ef3c56e4c58c" style="width: 100.0%; height: 100.0%;">nostr2.girino.org:443</div>`)[0];
|
|
popup_b2f9efa636755a9935663873477e7a50.setContent(html_35b2045d8922a2e5c840ef3c56e4c58c);
|
|
|
|
|
|
|
|
marker_dccae21200305ac36fcace4da4f9d228.bindPopup(popup_b2f9efa636755a9935663873477e7a50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dccae21200305ac36fcace4da4f9d228.setIcon(icon_43a500485c30b05314e2654301177f64);
|
|
|
|
|
|
var marker_48802c4a5843ab1c7e681202c5983110 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_c217b6f8568da54b16f8f63a0ebd9179 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b4da3f3fd28883d95e91d65c2193677 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e1aceba85e0c8e6690a98afedd81a0c = $(`<div id="html_1e1aceba85e0c8e6690a98afedd81a0c" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_0b4da3f3fd28883d95e91d65c2193677.setContent(html_1e1aceba85e0c8e6690a98afedd81a0c);
|
|
|
|
|
|
|
|
marker_48802c4a5843ab1c7e681202c5983110.bindPopup(popup_0b4da3f3fd28883d95e91d65c2193677)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48802c4a5843ab1c7e681202c5983110.setIcon(icon_c217b6f8568da54b16f8f63a0ebd9179);
|
|
|
|
|
|
var marker_011b10e1b73b9f5a104cebe3ef10081a = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_8ea130a6315dc3204fcb4673553acf33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da5263b7751a6c3d754df79096a2cffd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb79e04deca2fa3dd7895ae120807ee8 = $(`<div id="html_cb79e04deca2fa3dd7895ae120807ee8" style="width: 100.0%; height: 100.0%;">nostr-02.uid.ovh</div>`)[0];
|
|
popup_da5263b7751a6c3d754df79096a2cffd.setContent(html_cb79e04deca2fa3dd7895ae120807ee8);
|
|
|
|
|
|
|
|
marker_011b10e1b73b9f5a104cebe3ef10081a.bindPopup(popup_da5263b7751a6c3d754df79096a2cffd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_011b10e1b73b9f5a104cebe3ef10081a.setIcon(icon_8ea130a6315dc3204fcb4673553acf33);
|
|
|
|
|
|
var marker_f7e60e091a3789a14bebeb9376ae2a0a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_f25485ee4ddbd18c0ff890e18a3ad024 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_838a7e34e7d325e0bd316dc59c2d145a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_315acdf846408eddb4228a22d5be688d = $(`<div id="html_315acdf846408eddb4228a22d5be688d" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud:443</div>`)[0];
|
|
popup_838a7e34e7d325e0bd316dc59c2d145a.setContent(html_315acdf846408eddb4228a22d5be688d);
|
|
|
|
|
|
|
|
marker_f7e60e091a3789a14bebeb9376ae2a0a.bindPopup(popup_838a7e34e7d325e0bd316dc59c2d145a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7e60e091a3789a14bebeb9376ae2a0a.setIcon(icon_f25485ee4ddbd18c0ff890e18a3ad024);
|
|
|
|
|
|
var marker_036fbd4339af0d9f4606c171bb859fc5 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_b3786527e6c10e596fcee90c470cb642 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d915c25fb8da53fd82f02ea4dbdb6f5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c5c12f45290ebd682c10794937e234f = $(`<div id="html_0c5c12f45290ebd682c10794937e234f" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_d915c25fb8da53fd82f02ea4dbdb6f5b.setContent(html_0c5c12f45290ebd682c10794937e234f);
|
|
|
|
|
|
|
|
marker_036fbd4339af0d9f4606c171bb859fc5.bindPopup(popup_d915c25fb8da53fd82f02ea4dbdb6f5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_036fbd4339af0d9f4606c171bb859fc5.setIcon(icon_b3786527e6c10e596fcee90c470cb642);
|
|
|
|
|
|
var marker_f5e71d821924d0930d909b30e53b1f07 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_0b0dac7c530ea78e20aec372c3785a9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_066a50d147a0b40248ab91a7234dc4d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81a4d607badb1e93cc167d40dfe46b32 = $(`<div id="html_81a4d607badb1e93cc167d40dfe46b32" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_066a50d147a0b40248ab91a7234dc4d9.setContent(html_81a4d607badb1e93cc167d40dfe46b32);
|
|
|
|
|
|
|
|
marker_f5e71d821924d0930d909b30e53b1f07.bindPopup(popup_066a50d147a0b40248ab91a7234dc4d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5e71d821924d0930d909b30e53b1f07.setIcon(icon_0b0dac7c530ea78e20aec372c3785a9b);
|
|
|
|
|
|
var marker_e5f1421d352034b319cf177586d7ba77 = L.marker(
|
|
[47.4093, 8.46503],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_bb0a5f3e47a12f775ab45dd410425b7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17b276ba66618b3e99a2386c34bf964d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a7d82d823bb2a8732230c639ed14bff = $(`<div id="html_3a7d82d823bb2a8732230c639ed14bff" style="width: 100.0%; height: 100.0%;">relay.pyramid.li</div>`)[0];
|
|
popup_17b276ba66618b3e99a2386c34bf964d.setContent(html_3a7d82d823bb2a8732230c639ed14bff);
|
|
|
|
|
|
|
|
marker_e5f1421d352034b319cf177586d7ba77.bindPopup(popup_17b276ba66618b3e99a2386c34bf964d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5f1421d352034b319cf177586d7ba77.setIcon(icon_bb0a5f3e47a12f775ab45dd410425b7f);
|
|
|
|
|
|
var marker_42081c397dcfbd683e464da340818d87 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_51657e228e24d3c5519ab1ecb713b32c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10f633cd201a9fbb9fca70118790607e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1690b8e59785e934000917b6be9b7c3d = $(`<div id="html_1690b8e59785e934000917b6be9b7c3d" style="width: 100.0%; height: 100.0%;">nostr.sovereignservices.xyz</div>`)[0];
|
|
popup_10f633cd201a9fbb9fca70118790607e.setContent(html_1690b8e59785e934000917b6be9b7c3d);
|
|
|
|
|
|
|
|
marker_42081c397dcfbd683e464da340818d87.bindPopup(popup_10f633cd201a9fbb9fca70118790607e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42081c397dcfbd683e464da340818d87.setIcon(icon_51657e228e24d3c5519ab1ecb713b32c);
|
|
|
|
|
|
var marker_b335275f5602ca94b6307c89bb2d94b7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2f3bf4883aaacda6da9923b399fa40b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd34bf0e78e7f67fb7f79071fc768143 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c69b03a02ce818068f7fe51c847550d5 = $(`<div id="html_c69b03a02ce818068f7fe51c847550d5" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_fd34bf0e78e7f67fb7f79071fc768143.setContent(html_c69b03a02ce818068f7fe51c847550d5);
|
|
|
|
|
|
|
|
marker_b335275f5602ca94b6307c89bb2d94b7.bindPopup(popup_fd34bf0e78e7f67fb7f79071fc768143)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b335275f5602ca94b6307c89bb2d94b7.setIcon(icon_2f3bf4883aaacda6da9923b399fa40b1);
|
|
|
|
|
|
var marker_443e0c24f073731bcd5abf78aa751ea6 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_13ffb734214c9c7c4ab0260f516c4703 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_650cbacc4be2a1228792fc3e7fe02c4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7638558fc91d14ab4db8a8b10a1a309 = $(`<div id="html_b7638558fc91d14ab4db8a8b10a1a309" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_650cbacc4be2a1228792fc3e7fe02c4a.setContent(html_b7638558fc91d14ab4db8a8b10a1a309);
|
|
|
|
|
|
|
|
marker_443e0c24f073731bcd5abf78aa751ea6.bindPopup(popup_650cbacc4be2a1228792fc3e7fe02c4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_443e0c24f073731bcd5abf78aa751ea6.setIcon(icon_13ffb734214c9c7c4ab0260f516c4703);
|
|
|
|
|
|
var marker_695f3541c6d7a872474ec85df5ab0c76 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_4628ad8aaf3e4d59fbcca5858efc5f05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_541ab835d4643ff2bae456e460ee1606 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07ff32c6375e708f31717f82d82574a0 = $(`<div id="html_07ff32c6375e708f31717f82d82574a0" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_541ab835d4643ff2bae456e460ee1606.setContent(html_07ff32c6375e708f31717f82d82574a0);
|
|
|
|
|
|
|
|
marker_695f3541c6d7a872474ec85df5ab0c76.bindPopup(popup_541ab835d4643ff2bae456e460ee1606)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_695f3541c6d7a872474ec85df5ab0c76.setIcon(icon_4628ad8aaf3e4d59fbcca5858efc5f05);
|
|
|
|
|
|
var marker_9027f19b240ae4a4b0017d685ec75587 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_c8a85ca14c5fc3b995f655f0d3f01b43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eaca9dc272c7393f60fcb0fea0238902 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9eef0c50824d1a137722f34766be4e84 = $(`<div id="html_9eef0c50824d1a137722f34766be4e84" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_eaca9dc272c7393f60fcb0fea0238902.setContent(html_9eef0c50824d1a137722f34766be4e84);
|
|
|
|
|
|
|
|
marker_9027f19b240ae4a4b0017d685ec75587.bindPopup(popup_eaca9dc272c7393f60fcb0fea0238902)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9027f19b240ae4a4b0017d685ec75587.setIcon(icon_c8a85ca14c5fc3b995f655f0d3f01b43);
|
|
|
|
|
|
var marker_a302c2cd1c344809ee45b19aee82ab33 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7e3b2e91372c897d3739b06937e13769 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b711402b9a8035752a2b4e19a36c304 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_232aaee2d6caa31a8c1e52e6017354ba = $(`<div id="html_232aaee2d6caa31a8c1e52e6017354ba" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_0b711402b9a8035752a2b4e19a36c304.setContent(html_232aaee2d6caa31a8c1e52e6017354ba);
|
|
|
|
|
|
|
|
marker_a302c2cd1c344809ee45b19aee82ab33.bindPopup(popup_0b711402b9a8035752a2b4e19a36c304)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a302c2cd1c344809ee45b19aee82ab33.setIcon(icon_7e3b2e91372c897d3739b06937e13769);
|
|
|
|
|
|
var marker_d42e22f4966567edd8bbf29f82358761 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_852eb36383c4af4c01af7546c95ccd25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c214ceff67fee2df80d5c0880aa7782f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c8902e07b16aeaeea0a3fec7382f9bb = $(`<div id="html_7c8902e07b16aeaeea0a3fec7382f9bb" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_c214ceff67fee2df80d5c0880aa7782f.setContent(html_7c8902e07b16aeaeea0a3fec7382f9bb);
|
|
|
|
|
|
|
|
marker_d42e22f4966567edd8bbf29f82358761.bindPopup(popup_c214ceff67fee2df80d5c0880aa7782f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d42e22f4966567edd8bbf29f82358761.setIcon(icon_852eb36383c4af4c01af7546c95ccd25);
|
|
|
|
|
|
var marker_861720e2a219cb4d961abe69cb3aeff8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_83ebf2d2839eab12fffdf9498cde5e69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_938028405dc1c18766a22e220943bb84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37db3a989ab3a2238b729b86dc0eb312 = $(`<div id="html_37db3a989ab3a2238b729b86dc0eb312" style="width: 100.0%; height: 100.0%;">vault.iris.to:443</div>`)[0];
|
|
popup_938028405dc1c18766a22e220943bb84.setContent(html_37db3a989ab3a2238b729b86dc0eb312);
|
|
|
|
|
|
|
|
marker_861720e2a219cb4d961abe69cb3aeff8.bindPopup(popup_938028405dc1c18766a22e220943bb84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_861720e2a219cb4d961abe69cb3aeff8.setIcon(icon_83ebf2d2839eab12fffdf9498cde5e69);
|
|
|
|
|
|
var marker_f42cb40d193d3be797af89a8097c6a71 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_dcb1a756b58940c7a9fad7eac516edcd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7dfe59f033d3a16332a0eef63ca4578a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1091df24709e4b1ccece3b0426144e51 = $(`<div id="html_1091df24709e4b1ccece3b0426144e51" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_7dfe59f033d3a16332a0eef63ca4578a.setContent(html_1091df24709e4b1ccece3b0426144e51);
|
|
|
|
|
|
|
|
marker_f42cb40d193d3be797af89a8097c6a71.bindPopup(popup_7dfe59f033d3a16332a0eef63ca4578a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f42cb40d193d3be797af89a8097c6a71.setIcon(icon_dcb1a756b58940c7a9fad7eac516edcd);
|
|
|
|
|
|
var marker_a4f15a6ed91c1286761752cf580c2bf5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a33ecd4fa7b808fa0bc6f5135932acd8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5b0e75b2fd221d2ae7c97e53d8d6f3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2fb8af3488aaccd2856ccd6ccb3acea2 = $(`<div id="html_2fb8af3488aaccd2856ccd6ccb3acea2" style="width: 100.0%; height: 100.0%;">relay.plebeian.market:443</div>`)[0];
|
|
popup_c5b0e75b2fd221d2ae7c97e53d8d6f3f.setContent(html_2fb8af3488aaccd2856ccd6ccb3acea2);
|
|
|
|
|
|
|
|
marker_a4f15a6ed91c1286761752cf580c2bf5.bindPopup(popup_c5b0e75b2fd221d2ae7c97e53d8d6f3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4f15a6ed91c1286761752cf580c2bf5.setIcon(icon_a33ecd4fa7b808fa0bc6f5135932acd8);
|
|
|
|
|
|
var marker_11cd3e6720e1154f2f92e99d85d4ee91 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a2c6f4d48ace53835ceba2cd7b6eb021 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b5b3608cbd28bd9e9e8148b2329aa65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6976b99b8bc17b5b6b87fa1809e29ff3 = $(`<div id="html_6976b99b8bc17b5b6b87fa1809e29ff3" style="width: 100.0%; height: 100.0%;">r.0kb.io:443</div>`)[0];
|
|
popup_9b5b3608cbd28bd9e9e8148b2329aa65.setContent(html_6976b99b8bc17b5b6b87fa1809e29ff3);
|
|
|
|
|
|
|
|
marker_11cd3e6720e1154f2f92e99d85d4ee91.bindPopup(popup_9b5b3608cbd28bd9e9e8148b2329aa65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11cd3e6720e1154f2f92e99d85d4ee91.setIcon(icon_a2c6f4d48ace53835ceba2cd7b6eb021);
|
|
|
|
|
|
var marker_dfa7ecb8263fced448a7da6865ea1ddf = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_18418c5b6bef0b7a8aaec63cfb9d4365 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb16533b3613171a09ecb47048f08fbf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d5cb0d451e4b1cd0602cbb8053e9d0c = $(`<div id="html_7d5cb0d451e4b1cd0602cbb8053e9d0c" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_cb16533b3613171a09ecb47048f08fbf.setContent(html_7d5cb0d451e4b1cd0602cbb8053e9d0c);
|
|
|
|
|
|
|
|
marker_dfa7ecb8263fced448a7da6865ea1ddf.bindPopup(popup_cb16533b3613171a09ecb47048f08fbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfa7ecb8263fced448a7da6865ea1ddf.setIcon(icon_18418c5b6bef0b7a8aaec63cfb9d4365);
|
|
|
|
|
|
var marker_7d39421ba8e784f9e989265a0453667d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e8e1a911130e44279cb38e5eb768486c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8ebcd630e6e243bf6a04cda00a4daa2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b8329357e54e451d11004949a0f23f2 = $(`<div id="html_3b8329357e54e451d11004949a0f23f2" style="width: 100.0%; height: 100.0%;">relay.mostro.network:443</div>`)[0];
|
|
popup_b8ebcd630e6e243bf6a04cda00a4daa2.setContent(html_3b8329357e54e451d11004949a0f23f2);
|
|
|
|
|
|
|
|
marker_7d39421ba8e784f9e989265a0453667d.bindPopup(popup_b8ebcd630e6e243bf6a04cda00a4daa2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d39421ba8e784f9e989265a0453667d.setIcon(icon_e8e1a911130e44279cb38e5eb768486c);
|
|
|
|
|
|
var marker_1c543c6240d553eb78c4a8091fbfe908 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_dfad42111bf9c4cad6b0e4d0603bd1af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_909ef3e51259fd8cc91dcdaf17f5ecab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e342a0901f4e58847262fc5851d6810c = $(`<div id="html_e342a0901f4e58847262fc5851d6810c" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_909ef3e51259fd8cc91dcdaf17f5ecab.setContent(html_e342a0901f4e58847262fc5851d6810c);
|
|
|
|
|
|
|
|
marker_1c543c6240d553eb78c4a8091fbfe908.bindPopup(popup_909ef3e51259fd8cc91dcdaf17f5ecab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c543c6240d553eb78c4a8091fbfe908.setIcon(icon_dfad42111bf9c4cad6b0e4d0603bd1af);
|
|
|
|
|
|
var marker_2a216dc3db460b95db16e01fa22202fc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_636b08b1d0e39e570d2bae348348d511 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1707891a218b94a309cf2ddb4efcd35f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61c2a2a13ac563fc8bfc16daa26e3938 = $(`<div id="html_61c2a2a13ac563fc8bfc16daa26e3938" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_1707891a218b94a309cf2ddb4efcd35f.setContent(html_61c2a2a13ac563fc8bfc16daa26e3938);
|
|
|
|
|
|
|
|
marker_2a216dc3db460b95db16e01fa22202fc.bindPopup(popup_1707891a218b94a309cf2ddb4efcd35f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a216dc3db460b95db16e01fa22202fc.setIcon(icon_636b08b1d0e39e570d2bae348348d511);
|
|
|
|
|
|
var marker_9c07003b801b88e6a99de22b5b549405 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_34366fac5dd930b1292a2b1218de8e23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fc7aa51284c3356e0bd6bce2e08cb02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e14787db443047fc56671b50fff0bde = $(`<div id="html_6e14787db443047fc56671b50fff0bde" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_2fc7aa51284c3356e0bd6bce2e08cb02.setContent(html_6e14787db443047fc56671b50fff0bde);
|
|
|
|
|
|
|
|
marker_9c07003b801b88e6a99de22b5b549405.bindPopup(popup_2fc7aa51284c3356e0bd6bce2e08cb02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c07003b801b88e6a99de22b5b549405.setIcon(icon_34366fac5dd930b1292a2b1218de8e23);
|
|
|
|
|
|
var marker_9bb23238dc8ff165ed777a89ea729227 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_1a68f971c4511f7f60f3eae3975caab7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4cd35b5be8174b3413bbcd41c49c7f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_882572ffb01c9d006371ed6703a75bd1 = $(`<div id="html_882572ffb01c9d006371ed6703a75bd1" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_d4cd35b5be8174b3413bbcd41c49c7f5.setContent(html_882572ffb01c9d006371ed6703a75bd1);
|
|
|
|
|
|
|
|
marker_9bb23238dc8ff165ed777a89ea729227.bindPopup(popup_d4cd35b5be8174b3413bbcd41c49c7f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bb23238dc8ff165ed777a89ea729227.setIcon(icon_1a68f971c4511f7f60f3eae3975caab7);
|
|
|
|
|
|
var marker_f7250ca34f76056889f861bcdb1611ac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_59bdf68d18e0b17c2ff57c865db455c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e41bc469ee6c7f8cad04205d6ce2ee9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6612f7079f5b3f1b8315a939f9adca4a = $(`<div id="html_6612f7079f5b3f1b8315a939f9adca4a" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_e41bc469ee6c7f8cad04205d6ce2ee9f.setContent(html_6612f7079f5b3f1b8315a939f9adca4a);
|
|
|
|
|
|
|
|
marker_f7250ca34f76056889f861bcdb1611ac.bindPopup(popup_e41bc469ee6c7f8cad04205d6ce2ee9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7250ca34f76056889f861bcdb1611ac.setIcon(icon_59bdf68d18e0b17c2ff57c865db455c9);
|
|
|
|
|
|
var marker_00e914058bf41d73cfa72ccb576aadad = L.marker(
|
|
[50.914, 3.21378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_c793472588d739271d3f3690e825b854 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da51a845362befbb449307b681ef8e04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_978338d117b38017062575546bc26d2d = $(`<div id="html_978338d117b38017062575546bc26d2d" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_da51a845362befbb449307b681ef8e04.setContent(html_978338d117b38017062575546bc26d2d);
|
|
|
|
|
|
|
|
marker_00e914058bf41d73cfa72ccb576aadad.bindPopup(popup_da51a845362befbb449307b681ef8e04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00e914058bf41d73cfa72ccb576aadad.setIcon(icon_c793472588d739271d3f3690e825b854);
|
|
|
|
|
|
var marker_080fccf5e902ba5ac84083a758f71fda = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_ec43766480abca748d27ef6463da294a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_597833361d256d8b4d3b1731833bb19f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_671febbc8e2c31c37fa28ce75a6e1998 = $(`<div id="html_671febbc8e2c31c37fa28ce75a6e1998" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_597833361d256d8b4d3b1731833bb19f.setContent(html_671febbc8e2c31c37fa28ce75a6e1998);
|
|
|
|
|
|
|
|
marker_080fccf5e902ba5ac84083a758f71fda.bindPopup(popup_597833361d256d8b4d3b1731833bb19f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_080fccf5e902ba5ac84083a758f71fda.setIcon(icon_ec43766480abca748d27ef6463da294a);
|
|
|
|
|
|
var marker_88bb9dcb10834c85240e00ea5b61c9b6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_8baf2178899154275799b81616a2fd7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdfe49789fdd825d540771a50f8f23b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92da2f5da45df7fe8da7f2a9f2125063 = $(`<div id="html_92da2f5da45df7fe8da7f2a9f2125063" style="width: 100.0%; height: 100.0%;">public.crostr.com:443</div>`)[0];
|
|
popup_cdfe49789fdd825d540771a50f8f23b0.setContent(html_92da2f5da45df7fe8da7f2a9f2125063);
|
|
|
|
|
|
|
|
marker_88bb9dcb10834c85240e00ea5b61c9b6.bindPopup(popup_cdfe49789fdd825d540771a50f8f23b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88bb9dcb10834c85240e00ea5b61c9b6.setIcon(icon_8baf2178899154275799b81616a2fd7c);
|
|
|
|
|
|
var marker_5376b9dcfc509863055d21b174f2adcd = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_1ae1d7284dc2db898aba169712160933 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_160458fd486c5a6ad79da8362037d193 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85d3eb400156a59f50dcd2f296dd44c9 = $(`<div id="html_85d3eb400156a59f50dcd2f296dd44c9" style="width: 100.0%; height: 100.0%;">relay.nostr.com</div>`)[0];
|
|
popup_160458fd486c5a6ad79da8362037d193.setContent(html_85d3eb400156a59f50dcd2f296dd44c9);
|
|
|
|
|
|
|
|
marker_5376b9dcfc509863055d21b174f2adcd.bindPopup(popup_160458fd486c5a6ad79da8362037d193)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5376b9dcfc509863055d21b174f2adcd.setIcon(icon_1ae1d7284dc2db898aba169712160933);
|
|
|
|
|
|
var marker_350eabd69719a868afe004bfa93b2d3f = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_712f55d1392a601acc5006a1bba8f740 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8840bb1891b40d6498c85e11a94d6190 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e155f791df63b9f7acb76d0d37e3908d = $(`<div id="html_e155f791df63b9f7acb76d0d37e3908d" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_8840bb1891b40d6498c85e11a94d6190.setContent(html_e155f791df63b9f7acb76d0d37e3908d);
|
|
|
|
|
|
|
|
marker_350eabd69719a868afe004bfa93b2d3f.bindPopup(popup_8840bb1891b40d6498c85e11a94d6190)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_350eabd69719a868afe004bfa93b2d3f.setIcon(icon_712f55d1392a601acc5006a1bba8f740);
|
|
|
|
|
|
var marker_d659a8290c25d85182eda9fa4d789ce6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_692c13b8e9bf237e195245e0e89e4248 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7c4384cf9040945af728923c3172008 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a12ae78069d600fc190d7ec2a5af2623 = $(`<div id="html_a12ae78069d600fc190d7ec2a5af2623" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st:443</div>`)[0];
|
|
popup_c7c4384cf9040945af728923c3172008.setContent(html_a12ae78069d600fc190d7ec2a5af2623);
|
|
|
|
|
|
|
|
marker_d659a8290c25d85182eda9fa4d789ce6.bindPopup(popup_c7c4384cf9040945af728923c3172008)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d659a8290c25d85182eda9fa4d789ce6.setIcon(icon_692c13b8e9bf237e195245e0e89e4248);
|
|
|
|
|
|
var marker_2256662b60ee770b5c2191097f1b648e = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_70cd93bfe9fc32fd4c9001902baf3b8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cfa2626c64f32ecde3ac87dcf72a5b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce256718a0efdcee851f6bf94a0b99dd = $(`<div id="html_ce256718a0efdcee851f6bf94a0b99dd" style="width: 100.0%; height: 100.0%;">relay.edufeed.org:443</div>`)[0];
|
|
popup_5cfa2626c64f32ecde3ac87dcf72a5b5.setContent(html_ce256718a0efdcee851f6bf94a0b99dd);
|
|
|
|
|
|
|
|
marker_2256662b60ee770b5c2191097f1b648e.bindPopup(popup_5cfa2626c64f32ecde3ac87dcf72a5b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2256662b60ee770b5c2191097f1b648e.setIcon(icon_70cd93bfe9fc32fd4c9001902baf3b8a);
|
|
|
|
|
|
var marker_d7443dd8aad5e5a3eec3aedeeeee17be = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_19e02a0feb8a0d18fc70bd82b2e44647 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31bca2625f8d82cddf8c9bdf6a95b348 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbc668c927a6482062d075a3aad04475 = $(`<div id="html_dbc668c927a6482062d075a3aad04475" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_31bca2625f8d82cddf8c9bdf6a95b348.setContent(html_dbc668c927a6482062d075a3aad04475);
|
|
|
|
|
|
|
|
marker_d7443dd8aad5e5a3eec3aedeeeee17be.bindPopup(popup_31bca2625f8d82cddf8c9bdf6a95b348)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7443dd8aad5e5a3eec3aedeeeee17be.setIcon(icon_19e02a0feb8a0d18fc70bd82b2e44647);
|
|
|
|
|
|
var marker_4a2ab820a3f2b757b90f29226a4ff6c6 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e260d3e9a474fb9bd32a6f1f31cea43c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_352b5bfe95fdf5d1b039747c57b509de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2246966e474314479769340bbb3bd5ff = $(`<div id="html_2246966e474314479769340bbb3bd5ff" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_352b5bfe95fdf5d1b039747c57b509de.setContent(html_2246966e474314479769340bbb3bd5ff);
|
|
|
|
|
|
|
|
marker_4a2ab820a3f2b757b90f29226a4ff6c6.bindPopup(popup_352b5bfe95fdf5d1b039747c57b509de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a2ab820a3f2b757b90f29226a4ff6c6.setIcon(icon_e260d3e9a474fb9bd32a6f1f31cea43c);
|
|
|
|
|
|
var marker_5f2f6299ac253a58b2f8693870fee552 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_c728cbbc12581bdeb2e85b58c74ee73d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0f168c53fde3849dbfb471cc5c73b28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_134f6e1fc4afd1a147f5afa7390d92f7 = $(`<div id="html_134f6e1fc4afd1a147f5afa7390d92f7" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com:443</div>`)[0];
|
|
popup_e0f168c53fde3849dbfb471cc5c73b28.setContent(html_134f6e1fc4afd1a147f5afa7390d92f7);
|
|
|
|
|
|
|
|
marker_5f2f6299ac253a58b2f8693870fee552.bindPopup(popup_e0f168c53fde3849dbfb471cc5c73b28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f2f6299ac253a58b2f8693870fee552.setIcon(icon_c728cbbc12581bdeb2e85b58c74ee73d);
|
|
|
|
|
|
var marker_23f283793f49c886d4258d6afd720dfe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_acd504eeaab8d1b27f243e2face76215 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2cbefb73ce7ba49fc928734064f945db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f81a61c2e496a7bdf55a87a25ecc577 = $(`<div id="html_7f81a61c2e496a7bdf55a87a25ecc577" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_2cbefb73ce7ba49fc928734064f945db.setContent(html_7f81a61c2e496a7bdf55a87a25ecc577);
|
|
|
|
|
|
|
|
marker_23f283793f49c886d4258d6afd720dfe.bindPopup(popup_2cbefb73ce7ba49fc928734064f945db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23f283793f49c886d4258d6afd720dfe.setIcon(icon_acd504eeaab8d1b27f243e2face76215);
|
|
|
|
|
|
var marker_3e6d2817fe4c658d1280d9b7ebc83b8a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_4b6d4f8841723f98fa9b670464e29ad8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da3eba1057483af24ff7ab5f9e8f643b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b439f63ef3f01960dd10599b7008b743 = $(`<div id="html_b439f63ef3f01960dd10599b7008b743" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net:443</div>`)[0];
|
|
popup_da3eba1057483af24ff7ab5f9e8f643b.setContent(html_b439f63ef3f01960dd10599b7008b743);
|
|
|
|
|
|
|
|
marker_3e6d2817fe4c658d1280d9b7ebc83b8a.bindPopup(popup_da3eba1057483af24ff7ab5f9e8f643b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e6d2817fe4c658d1280d9b7ebc83b8a.setIcon(icon_4b6d4f8841723f98fa9b670464e29ad8);
|
|
|
|
|
|
var marker_163a3b4953c36c3b31b4f54c2953a107 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_888c19866d2e4bc7190d1aa51843768d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad2ade9cde24de91c3572da4361c1471 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7686fc8ffbfbcd0985718bdf4e0247e2 = $(`<div id="html_7686fc8ffbfbcd0985718bdf4e0247e2" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_ad2ade9cde24de91c3572da4361c1471.setContent(html_7686fc8ffbfbcd0985718bdf4e0247e2);
|
|
|
|
|
|
|
|
marker_163a3b4953c36c3b31b4f54c2953a107.bindPopup(popup_ad2ade9cde24de91c3572da4361c1471)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_163a3b4953c36c3b31b4f54c2953a107.setIcon(icon_888c19866d2e4bc7190d1aa51843768d);
|
|
|
|
|
|
var marker_045665e11061697d606d3f300fcc7ad5 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_04714f15f8b2ea3ffbdedf22c3ac6a1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1df13247d89f7e676cf23e63509e58d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a09a6b9fbff571ed97a29271ae53caa = $(`<div id="html_1a09a6b9fbff571ed97a29271ae53caa" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_f1df13247d89f7e676cf23e63509e58d.setContent(html_1a09a6b9fbff571ed97a29271ae53caa);
|
|
|
|
|
|
|
|
marker_045665e11061697d606d3f300fcc7ad5.bindPopup(popup_f1df13247d89f7e676cf23e63509e58d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_045665e11061697d606d3f300fcc7ad5.setIcon(icon_04714f15f8b2ea3ffbdedf22c3ac6a1f);
|
|
|
|
|
|
var marker_d9bb129f03aaf7c54e9e9062e6fdb2f8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_d9d04eaec3e91f6ced626664dcf7278c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_249d6c2e0606ed80ba52ae43d464c01c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1daeb9b3f04ceeda65865a86f6041698 = $(`<div id="html_1daeb9b3f04ceeda65865a86f6041698" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_249d6c2e0606ed80ba52ae43d464c01c.setContent(html_1daeb9b3f04ceeda65865a86f6041698);
|
|
|
|
|
|
|
|
marker_d9bb129f03aaf7c54e9e9062e6fdb2f8.bindPopup(popup_249d6c2e0606ed80ba52ae43d464c01c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9bb129f03aaf7c54e9e9062e6fdb2f8.setIcon(icon_d9d04eaec3e91f6ced626664dcf7278c);
|
|
|
|
|
|
var marker_863e1f14a9b32d2f08b45b7b7b4ea2ce = L.marker(
|
|
[50.5145, 16.0119],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a2dab57ccac4d77d779e6d309ffce803 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a2137d4caaf98f2c5538eadeabbde0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f01e7ab497059e10c8a7b2a31331259 = $(`<div id="html_7f01e7ab497059e10c8a7b2a31331259" style="width: 100.0%; height: 100.0%;">nrl.ceskar.xyz</div>`)[0];
|
|
popup_6a2137d4caaf98f2c5538eadeabbde0f.setContent(html_7f01e7ab497059e10c8a7b2a31331259);
|
|
|
|
|
|
|
|
marker_863e1f14a9b32d2f08b45b7b7b4ea2ce.bindPopup(popup_6a2137d4caaf98f2c5538eadeabbde0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_863e1f14a9b32d2f08b45b7b7b4ea2ce.setIcon(icon_a2dab57ccac4d77d779e6d309ffce803);
|
|
|
|
|
|
var marker_2cd4b1495cff6c72cde6e6677095c892 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_81c143b54dd09f4b50d2e90986dc6a19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d2445d82e1a972d61f49e2f4dba1c22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc77b341cd1f72ca5a87041118cb69a5 = $(`<div id="html_bc77b341cd1f72ca5a87041118cb69a5" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com:443</div>`)[0];
|
|
popup_7d2445d82e1a972d61f49e2f4dba1c22.setContent(html_bc77b341cd1f72ca5a87041118cb69a5);
|
|
|
|
|
|
|
|
marker_2cd4b1495cff6c72cde6e6677095c892.bindPopup(popup_7d2445d82e1a972d61f49e2f4dba1c22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cd4b1495cff6c72cde6e6677095c892.setIcon(icon_81c143b54dd09f4b50d2e90986dc6a19);
|
|
|
|
|
|
var marker_5ee3c272cb2a24b35585d3ea8f7fcfa3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a809376ad6f1a6a7ef55e6f6f2689a42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59ab1a305cebb30c768989b99e3284d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6627b76abeeadf5c256b103748a997c2 = $(`<div id="html_6627b76abeeadf5c256b103748a997c2" style="width: 100.0%; height: 100.0%;">relay.openresist.com:443</div>`)[0];
|
|
popup_59ab1a305cebb30c768989b99e3284d7.setContent(html_6627b76abeeadf5c256b103748a997c2);
|
|
|
|
|
|
|
|
marker_5ee3c272cb2a24b35585d3ea8f7fcfa3.bindPopup(popup_59ab1a305cebb30c768989b99e3284d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ee3c272cb2a24b35585d3ea8f7fcfa3.setIcon(icon_a809376ad6f1a6a7ef55e6f6f2689a42);
|
|
|
|
|
|
var marker_6911ca8a389b1cdd0dd67fa1a141054b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_6fe80ded08ca4a552a16818438e8759a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e329af61e6e8973ef752eeb3cf620ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6110fa9815e9b18eb07e2b11f36c7fb = $(`<div id="html_a6110fa9815e9b18eb07e2b11f36c7fb" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_7e329af61e6e8973ef752eeb3cf620ca.setContent(html_a6110fa9815e9b18eb07e2b11f36c7fb);
|
|
|
|
|
|
|
|
marker_6911ca8a389b1cdd0dd67fa1a141054b.bindPopup(popup_7e329af61e6e8973ef752eeb3cf620ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6911ca8a389b1cdd0dd67fa1a141054b.setIcon(icon_6fe80ded08ca4a552a16818438e8759a);
|
|
|
|
|
|
var marker_55cb5326ca9dd79d9c75c8d92929c44c = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_80e752130c4d930225369e6ae302feab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ac1a4d2e8c97224407e1a1091fc6678 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7eeabdade07f4952e0cab045c6645799 = $(`<div id="html_7eeabdade07f4952e0cab045c6645799" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_6ac1a4d2e8c97224407e1a1091fc6678.setContent(html_7eeabdade07f4952e0cab045c6645799);
|
|
|
|
|
|
|
|
marker_55cb5326ca9dd79d9c75c8d92929c44c.bindPopup(popup_6ac1a4d2e8c97224407e1a1091fc6678)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55cb5326ca9dd79d9c75c8d92929c44c.setIcon(icon_80e752130c4d930225369e6ae302feab);
|
|
|
|
|
|
var marker_262eb3cfc52bfa4d9bde00f5b04170fe = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_5f6eb8555e9c4b602d441d6af263342a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba599aebd231ac64c37b1046ea3ef425 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a72d146d44e18772274bbb9de9d01fc = $(`<div id="html_9a72d146d44e18772274bbb9de9d01fc" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_ba599aebd231ac64c37b1046ea3ef425.setContent(html_9a72d146d44e18772274bbb9de9d01fc);
|
|
|
|
|
|
|
|
marker_262eb3cfc52bfa4d9bde00f5b04170fe.bindPopup(popup_ba599aebd231ac64c37b1046ea3ef425)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_262eb3cfc52bfa4d9bde00f5b04170fe.setIcon(icon_5f6eb8555e9c4b602d441d6af263342a);
|
|
|
|
|
|
var marker_96ae6fb20beac8f6b056093d4ff9ffcf = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_d241365066cc8daf54e991ed04adb559 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e1f76c4312992b055a879e3e18de48a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bd932dcc075835cf9adef6d922d4c79 = $(`<div id="html_0bd932dcc075835cf9adef6d922d4c79" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_1e1f76c4312992b055a879e3e18de48a.setContent(html_0bd932dcc075835cf9adef6d922d4c79);
|
|
|
|
|
|
|
|
marker_96ae6fb20beac8f6b056093d4ff9ffcf.bindPopup(popup_1e1f76c4312992b055a879e3e18de48a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96ae6fb20beac8f6b056093d4ff9ffcf.setIcon(icon_d241365066cc8daf54e991ed04adb559);
|
|
|
|
|
|
var marker_004e7070e6664553036a6350ddfa7c91 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_7dd4bbbd2c1d36a672cfbffbcb675dcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1410cd28bf5ec24ac647810c37c48ad1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ad3a41c35dbb45c2923e2227a6e7b8f = $(`<div id="html_3ad3a41c35dbb45c2923e2227a6e7b8f" style="width: 100.0%; height: 100.0%;">relay.sincensura.org</div>`)[0];
|
|
popup_1410cd28bf5ec24ac647810c37c48ad1.setContent(html_3ad3a41c35dbb45c2923e2227a6e7b8f);
|
|
|
|
|
|
|
|
marker_004e7070e6664553036a6350ddfa7c91.bindPopup(popup_1410cd28bf5ec24ac647810c37c48ad1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_004e7070e6664553036a6350ddfa7c91.setIcon(icon_7dd4bbbd2c1d36a672cfbffbcb675dcf);
|
|
|
|
|
|
var marker_1f3fbe123cafb3e8abd53c988efcf386 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_d961db79d05eda0a0f44683517e24f49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67ccf23c94fbe9ea03f6968ae17cb4e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b10268614bd9383cbadbcd6026e31ae4 = $(`<div id="html_b10268614bd9383cbadbcd6026e31ae4" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_67ccf23c94fbe9ea03f6968ae17cb4e8.setContent(html_b10268614bd9383cbadbcd6026e31ae4);
|
|
|
|
|
|
|
|
marker_1f3fbe123cafb3e8abd53c988efcf386.bindPopup(popup_67ccf23c94fbe9ea03f6968ae17cb4e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f3fbe123cafb3e8abd53c988efcf386.setIcon(icon_d961db79d05eda0a0f44683517e24f49);
|
|
|
|
|
|
var marker_ab2ed2390f7cb5159801452ef4c775c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_cce4e6a3401c6ac1f516869d88b0fcb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a83ae65237d67c2fdc1c76d6c33f197a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35800b1a3224dc60a754ff7d76014542 = $(`<div id="html_35800b1a3224dc60a754ff7d76014542" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_a83ae65237d67c2fdc1c76d6c33f197a.setContent(html_35800b1a3224dc60a754ff7d76014542);
|
|
|
|
|
|
|
|
marker_ab2ed2390f7cb5159801452ef4c775c7.bindPopup(popup_a83ae65237d67c2fdc1c76d6c33f197a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab2ed2390f7cb5159801452ef4c775c7.setIcon(icon_cce4e6a3401c6ac1f516869d88b0fcb2);
|
|
|
|
|
|
var marker_4db235d22ed97ea06486e33d3a5bc393 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2fff9f7cb2de02b4a8a9a43482aa699f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d54f75da94b47d5d2e9a05a2b549ed0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f7456ab83df27f908d39fa441d91ac9 = $(`<div id="html_4f7456ab83df27f908d39fa441d91ac9" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_1d54f75da94b47d5d2e9a05a2b549ed0.setContent(html_4f7456ab83df27f908d39fa441d91ac9);
|
|
|
|
|
|
|
|
marker_4db235d22ed97ea06486e33d3a5bc393.bindPopup(popup_1d54f75da94b47d5d2e9a05a2b549ed0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4db235d22ed97ea06486e33d3a5bc393.setIcon(icon_2fff9f7cb2de02b4a8a9a43482aa699f);
|
|
|
|
|
|
var marker_c63e9b247ab960d3932612f987e32cb5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_a144128831cb9c6f8f0a817155010552 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_304032495611ffefdbb674aa792b8a38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c30453b85696785fe7873633fd728d4d = $(`<div id="html_c30453b85696785fe7873633fd728d4d" style="width: 100.0%; height: 100.0%;">relay.loveisbitcoin.com</div>`)[0];
|
|
popup_304032495611ffefdbb674aa792b8a38.setContent(html_c30453b85696785fe7873633fd728d4d);
|
|
|
|
|
|
|
|
marker_c63e9b247ab960d3932612f987e32cb5.bindPopup(popup_304032495611ffefdbb674aa792b8a38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c63e9b247ab960d3932612f987e32cb5.setIcon(icon_a144128831cb9c6f8f0a817155010552);
|
|
|
|
|
|
var marker_7212ce7982ce7dcf2c7d21c99c6c93eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_cf24d064b756b229e25149d862bcc012 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6606e4b03f0b519dbb9719231e65c886 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_507da1cb228fc12f84d4e83f91173304 = $(`<div id="html_507da1cb228fc12f84d4e83f91173304" style="width: 100.0%; height: 100.0%;">rilo.nostria.app:443</div>`)[0];
|
|
popup_6606e4b03f0b519dbb9719231e65c886.setContent(html_507da1cb228fc12f84d4e83f91173304);
|
|
|
|
|
|
|
|
marker_7212ce7982ce7dcf2c7d21c99c6c93eb.bindPopup(popup_6606e4b03f0b519dbb9719231e65c886)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7212ce7982ce7dcf2c7d21c99c6c93eb.setIcon(icon_cf24d064b756b229e25149d862bcc012);
|
|
|
|
|
|
var marker_3623ff68506a3efc299a99198b839055 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e6155decc0d5677bef027b3b911ad5dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23b25ba4381424396b9d471645c133cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c69f2f98be28f511c7ee750a15f2a1c8 = $(`<div id="html_c69f2f98be28f511c7ee750a15f2a1c8" style="width: 100.0%; height: 100.0%;">relay.kalcafe.xyz</div>`)[0];
|
|
popup_23b25ba4381424396b9d471645c133cb.setContent(html_c69f2f98be28f511c7ee750a15f2a1c8);
|
|
|
|
|
|
|
|
marker_3623ff68506a3efc299a99198b839055.bindPopup(popup_23b25ba4381424396b9d471645c133cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3623ff68506a3efc299a99198b839055.setIcon(icon_e6155decc0d5677bef027b3b911ad5dd);
|
|
|
|
|
|
var marker_4a16be63f655834306d29b963ed0e239 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_1276f0df2f5e52a51296cc6b521f5b86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11d45660b1f33b11d1072cfc357e3698 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dc85d31b6d06a4968b64c858bd23559 = $(`<div id="html_5dc85d31b6d06a4968b64c858bd23559" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_11d45660b1f33b11d1072cfc357e3698.setContent(html_5dc85d31b6d06a4968b64c858bd23559);
|
|
|
|
|
|
|
|
marker_4a16be63f655834306d29b963ed0e239.bindPopup(popup_11d45660b1f33b11d1072cfc357e3698)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a16be63f655834306d29b963ed0e239.setIcon(icon_1276f0df2f5e52a51296cc6b521f5b86);
|
|
|
|
|
|
var marker_a1814d0560ba9e2072b82de311ef1ded = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_fc9ab4335bd637480378be2edfd038aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11aebde0b6aa16367e01d8d63f6669a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbd7b0a0109339e6b3ec0573e108dee3 = $(`<div id="html_cbd7b0a0109339e6b3ec0573e108dee3" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_11aebde0b6aa16367e01d8d63f6669a8.setContent(html_cbd7b0a0109339e6b3ec0573e108dee3);
|
|
|
|
|
|
|
|
marker_a1814d0560ba9e2072b82de311ef1ded.bindPopup(popup_11aebde0b6aa16367e01d8d63f6669a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1814d0560ba9e2072b82de311ef1ded.setIcon(icon_fc9ab4335bd637480378be2edfd038aa);
|
|
|
|
|
|
var marker_53e69504f712d15af14c181dcd247350 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_aa9854e7a6d24a71908788f073ae6230 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bce64f28226fadc7bf830bb1c876855b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7452c9812b4329262c0b4c72a7886f7e = $(`<div id="html_7452c9812b4329262c0b4c72a7886f7e" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_bce64f28226fadc7bf830bb1c876855b.setContent(html_7452c9812b4329262c0b4c72a7886f7e);
|
|
|
|
|
|
|
|
marker_53e69504f712d15af14c181dcd247350.bindPopup(popup_bce64f28226fadc7bf830bb1c876855b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53e69504f712d15af14c181dcd247350.setIcon(icon_aa9854e7a6d24a71908788f073ae6230);
|
|
|
|
|
|
var marker_fd0219538d5f13ae0ea2acf611910236 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_ca755279bf06eec1a4bd8311271040f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b11d0f09721913553ee57081724a7083 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3cdcc67b3051807f2e1739e576c9c04 = $(`<div id="html_b3cdcc67b3051807f2e1739e576c9c04" style="width: 100.0%; height: 100.0%;">relay.agorist.space:443</div>`)[0];
|
|
popup_b11d0f09721913553ee57081724a7083.setContent(html_b3cdcc67b3051807f2e1739e576c9c04);
|
|
|
|
|
|
|
|
marker_fd0219538d5f13ae0ea2acf611910236.bindPopup(popup_b11d0f09721913553ee57081724a7083)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd0219538d5f13ae0ea2acf611910236.setIcon(icon_ca755279bf06eec1a4bd8311271040f5);
|
|
|
|
|
|
var marker_5ef49c7dcc5cc116dc07ae289692ef98 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_1e0f34c517ae61c4ae08346e6959d976 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0adfb0ea4f2474df0e7146ea98752ec7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c3a32426cbf8027a5c16d24e0cd0000 = $(`<div id="html_8c3a32426cbf8027a5c16d24e0cd0000" style="width: 100.0%; height: 100.0%;">nosflare-leefcore.leefcore.workers.dev</div>`)[0];
|
|
popup_0adfb0ea4f2474df0e7146ea98752ec7.setContent(html_8c3a32426cbf8027a5c16d24e0cd0000);
|
|
|
|
|
|
|
|
marker_5ef49c7dcc5cc116dc07ae289692ef98.bindPopup(popup_0adfb0ea4f2474df0e7146ea98752ec7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ef49c7dcc5cc116dc07ae289692ef98.setIcon(icon_1e0f34c517ae61c4ae08346e6959d976);
|
|
|
|
|
|
var marker_a7fb7eb80b85befbe6e63884a8abb606 = L.marker(
|
|
[52.6907, 4.8181],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_0edf3aeee0672915af1a198f0f873bac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97daec36c304b0b6dc217defd8d202bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b155beaddf12f583b9169214e7a13be6 = $(`<div id="html_b155beaddf12f583b9169214e7a13be6" style="width: 100.0%; height: 100.0%;">relay.cyberguy.fyi</div>`)[0];
|
|
popup_97daec36c304b0b6dc217defd8d202bf.setContent(html_b155beaddf12f583b9169214e7a13be6);
|
|
|
|
|
|
|
|
marker_a7fb7eb80b85befbe6e63884a8abb606.bindPopup(popup_97daec36c304b0b6dc217defd8d202bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7fb7eb80b85befbe6e63884a8abb606.setIcon(icon_0edf3aeee0672915af1a198f0f873bac);
|
|
|
|
|
|
var marker_2651ddd373dc7101f7a2480b5d114085 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2a9a8f152b4657696267f2ddcba82c98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f51964bcb7a0e518604c19de89437bb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_104ccafba88d00ff6d0a64535e15c462 = $(`<div id="html_104ccafba88d00ff6d0a64535e15c462" style="width: 100.0%; height: 100.0%;">relay.aarpia.com</div>`)[0];
|
|
popup_f51964bcb7a0e518604c19de89437bb4.setContent(html_104ccafba88d00ff6d0a64535e15c462);
|
|
|
|
|
|
|
|
marker_2651ddd373dc7101f7a2480b5d114085.bindPopup(popup_f51964bcb7a0e518604c19de89437bb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2651ddd373dc7101f7a2480b5d114085.setIcon(icon_2a9a8f152b4657696267f2ddcba82c98);
|
|
|
|
|
|
var marker_e226270204c67cbb04bc61a723f5f8ec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2870cb7532792e2fb546ba026b11024d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6beba0ac6225f3b5b71ab0297dee659d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8592bc405b376076c631facfafbeb462 = $(`<div id="html_8592bc405b376076c631facfafbeb462" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_6beba0ac6225f3b5b71ab0297dee659d.setContent(html_8592bc405b376076c631facfafbeb462);
|
|
|
|
|
|
|
|
marker_e226270204c67cbb04bc61a723f5f8ec.bindPopup(popup_6beba0ac6225f3b5b71ab0297dee659d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e226270204c67cbb04bc61a723f5f8ec.setIcon(icon_2870cb7532792e2fb546ba026b11024d);
|
|
|
|
|
|
var marker_db911a11b7645f0a3f31d95df34be4be = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e7ddb24240f1c5b157c0907b6a53e688 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_013f8dd00c00bdbfd5984a7daa7257ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0699b06ee87bdc2f2ef2489cbe5366b = $(`<div id="html_c0699b06ee87bdc2f2ef2489cbe5366b" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io:443</div>`)[0];
|
|
popup_013f8dd00c00bdbfd5984a7daa7257ac.setContent(html_c0699b06ee87bdc2f2ef2489cbe5366b);
|
|
|
|
|
|
|
|
marker_db911a11b7645f0a3f31d95df34be4be.bindPopup(popup_013f8dd00c00bdbfd5984a7daa7257ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db911a11b7645f0a3f31d95df34be4be.setIcon(icon_e7ddb24240f1c5b157c0907b6a53e688);
|
|
|
|
|
|
var marker_7d85a0cae87231ad1be51dc5c78d6d2a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_c07a8cb0fc349f2264ea92b4611e4c86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f84c305db18c4ccad08149a2d6c9f17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8849bd0d1f68a199bf5ad29bf643bb37 = $(`<div id="html_8849bd0d1f68a199bf5ad29bf643bb37" style="width: 100.0%; height: 100.0%;">mostro-p2p.tech</div>`)[0];
|
|
popup_7f84c305db18c4ccad08149a2d6c9f17.setContent(html_8849bd0d1f68a199bf5ad29bf643bb37);
|
|
|
|
|
|
|
|
marker_7d85a0cae87231ad1be51dc5c78d6d2a.bindPopup(popup_7f84c305db18c4ccad08149a2d6c9f17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d85a0cae87231ad1be51dc5c78d6d2a.setIcon(icon_c07a8cb0fc349f2264ea92b4611e4c86);
|
|
|
|
|
|
var marker_133527395e833ed91de88649e0330c65 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_67e6b82b18a688b754da3f8a0a983f9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68199fd4b567c003a86c0463479885e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6705247b2d11a65b0c507f4119f27064 = $(`<div id="html_6705247b2d11a65b0c507f4119f27064" style="width: 100.0%; height: 100.0%;">nostr.girino.org:443</div>`)[0];
|
|
popup_68199fd4b567c003a86c0463479885e4.setContent(html_6705247b2d11a65b0c507f4119f27064);
|
|
|
|
|
|
|
|
marker_133527395e833ed91de88649e0330c65.bindPopup(popup_68199fd4b567c003a86c0463479885e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_133527395e833ed91de88649e0330c65.setIcon(icon_67e6b82b18a688b754da3f8a0a983f9f);
|
|
|
|
|
|
var marker_9742ce54b9964b6f17774e871263369b = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_df4da663c27639d45797f968d101ee15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5829dc0516779da5b3933d54beb469a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14301038a1c14cd62d2715a5eaab044e = $(`<div id="html_14301038a1c14cd62d2715a5eaab044e" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_5829dc0516779da5b3933d54beb469a4.setContent(html_14301038a1c14cd62d2715a5eaab044e);
|
|
|
|
|
|
|
|
marker_9742ce54b9964b6f17774e871263369b.bindPopup(popup_5829dc0516779da5b3933d54beb469a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9742ce54b9964b6f17774e871263369b.setIcon(icon_df4da663c27639d45797f968d101ee15);
|
|
|
|
|
|
var marker_c758e7d5d2fde2014c62a4dcdc39a03d = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_dfb4ab9223b92966bdbc3388a2608b78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fb6ee58fef0705a1969b71d9999ce12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4ca89941f7b8bdeeb7264a988f01f45 = $(`<div id="html_e4ca89941f7b8bdeeb7264a988f01f45" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_3fb6ee58fef0705a1969b71d9999ce12.setContent(html_e4ca89941f7b8bdeeb7264a988f01f45);
|
|
|
|
|
|
|
|
marker_c758e7d5d2fde2014c62a4dcdc39a03d.bindPopup(popup_3fb6ee58fef0705a1969b71d9999ce12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c758e7d5d2fde2014c62a4dcdc39a03d.setIcon(icon_dfb4ab9223b92966bdbc3388a2608b78);
|
|
|
|
|
|
var marker_e1daa400d55d11a30d707e3b4e99454c = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_476d5ecb6a71048ef0770ee59cf03f2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae9a64958573a78a8e61d3ae27867d6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a012f830eafd40c804417f0cd939b72 = $(`<div id="html_2a012f830eafd40c804417f0cd939b72" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_ae9a64958573a78a8e61d3ae27867d6f.setContent(html_2a012f830eafd40c804417f0cd939b72);
|
|
|
|
|
|
|
|
marker_e1daa400d55d11a30d707e3b4e99454c.bindPopup(popup_ae9a64958573a78a8e61d3ae27867d6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1daa400d55d11a30d707e3b4e99454c.setIcon(icon_476d5ecb6a71048ef0770ee59cf03f2d);
|
|
|
|
|
|
var marker_4d05f614209809103f7418a645428736 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_632169864133f9542dd6a29ddfd291fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82d44b091105f9ce9d62309cbe549bb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_578e4fdc0cf4d8f1e210ecaeba2d9d10 = $(`<div id="html_578e4fdc0cf4d8f1e210ecaeba2d9d10" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_82d44b091105f9ce9d62309cbe549bb1.setContent(html_578e4fdc0cf4d8f1e210ecaeba2d9d10);
|
|
|
|
|
|
|
|
marker_4d05f614209809103f7418a645428736.bindPopup(popup_82d44b091105f9ce9d62309cbe549bb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d05f614209809103f7418a645428736.setIcon(icon_632169864133f9542dd6a29ddfd291fd);
|
|
|
|
|
|
var marker_39705f43ade0db7a9386d050b12b08b0 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2ad1272a4be357946f4ad624dda45934 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b376026e3d99155388065c61786922a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d619b31bd63c4595484cb717e3406fba = $(`<div id="html_d619b31bd63c4595484cb717e3406fba" style="width: 100.0%; height: 100.0%;">nostr.notribe.net:443</div>`)[0];
|
|
popup_3b376026e3d99155388065c61786922a.setContent(html_d619b31bd63c4595484cb717e3406fba);
|
|
|
|
|
|
|
|
marker_39705f43ade0db7a9386d050b12b08b0.bindPopup(popup_3b376026e3d99155388065c61786922a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39705f43ade0db7a9386d050b12b08b0.setIcon(icon_2ad1272a4be357946f4ad624dda45934);
|
|
|
|
|
|
var marker_2fd411989acad51591d087648a3cebe3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_bdbebafbfd629a63f0989a8a1a3d753d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19f2e6cd95471d9be9acd1bebb789826 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6752bd994e36c42d047e01c37a79edf8 = $(`<div id="html_6752bd994e36c42d047e01c37a79edf8" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_19f2e6cd95471d9be9acd1bebb789826.setContent(html_6752bd994e36c42d047e01c37a79edf8);
|
|
|
|
|
|
|
|
marker_2fd411989acad51591d087648a3cebe3.bindPopup(popup_19f2e6cd95471d9be9acd1bebb789826)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fd411989acad51591d087648a3cebe3.setIcon(icon_bdbebafbfd629a63f0989a8a1a3d753d);
|
|
|
|
|
|
var marker_18987624e98a8f3eaa306c1d82996ce0 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_fb2a95a22d38cb3ffc4f12bcdc59b7d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51fb42c6ac52265d30537f11fceaffcc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4feeeb17de04278f793cab3ad87d80c4 = $(`<div id="html_4feeeb17de04278f793cab3ad87d80c4" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_51fb42c6ac52265d30537f11fceaffcc.setContent(html_4feeeb17de04278f793cab3ad87d80c4);
|
|
|
|
|
|
|
|
marker_18987624e98a8f3eaa306c1d82996ce0.bindPopup(popup_51fb42c6ac52265d30537f11fceaffcc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18987624e98a8f3eaa306c1d82996ce0.setIcon(icon_fb2a95a22d38cb3ffc4f12bcdc59b7d7);
|
|
|
|
|
|
var marker_c1b1d83f5fdd75288d47ee6b0301c6dd = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_70ec7e47b50e0bd81957f43958dc9fa9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfee9d1cf32b3c95c8e41bdd03cee1d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a89b26157c648504e2354e5f9372fc8f = $(`<div id="html_a89b26157c648504e2354e5f9372fc8f" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_bfee9d1cf32b3c95c8e41bdd03cee1d1.setContent(html_a89b26157c648504e2354e5f9372fc8f);
|
|
|
|
|
|
|
|
marker_c1b1d83f5fdd75288d47ee6b0301c6dd.bindPopup(popup_bfee9d1cf32b3c95c8e41bdd03cee1d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1b1d83f5fdd75288d47ee6b0301c6dd.setIcon(icon_70ec7e47b50e0bd81957f43958dc9fa9);
|
|
|
|
|
|
var marker_39937d4e98f887a466664ac09cd7c53c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_398602891871b52b7c980ade4fe40697 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cd19756dc0ad33d997478c975a266c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9f0007fa29c6d162986c4644c265e2c = $(`<div id="html_e9f0007fa29c6d162986c4644c265e2c" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_1cd19756dc0ad33d997478c975a266c5.setContent(html_e9f0007fa29c6d162986c4644c265e2c);
|
|
|
|
|
|
|
|
marker_39937d4e98f887a466664ac09cd7c53c.bindPopup(popup_1cd19756dc0ad33d997478c975a266c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39937d4e98f887a466664ac09cd7c53c.setIcon(icon_398602891871b52b7c980ade4fe40697);
|
|
|
|
|
|
var marker_e7ce2a8693b77492ea485f6e0f13af58 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_3040a7fa13f094d2b496920220937f40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a53f4ffbd6570264667adec2c9f87b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00f77780d421a81cadf4dad3bff4bced = $(`<div id="html_00f77780d421a81cadf4dad3bff4bced" style="width: 100.0%; height: 100.0%;">nip85.nosfabrica.com</div>`)[0];
|
|
popup_9a53f4ffbd6570264667adec2c9f87b4.setContent(html_00f77780d421a81cadf4dad3bff4bced);
|
|
|
|
|
|
|
|
marker_e7ce2a8693b77492ea485f6e0f13af58.bindPopup(popup_9a53f4ffbd6570264667adec2c9f87b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7ce2a8693b77492ea485f6e0f13af58.setIcon(icon_3040a7fa13f094d2b496920220937f40);
|
|
|
|
|
|
var marker_f46339147ae52fd451dabf24633fbca4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_409b284e0ad19ffb28c68baa471dc2d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae79ea2827d1c5f53a388c70a8c8df31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eff1bba3e38e4d288df4ffebbcc944ae = $(`<div id="html_eff1bba3e38e4d288df4ffebbcc944ae" style="width: 100.0%; height: 100.0%;">antiprimal.net</div>`)[0];
|
|
popup_ae79ea2827d1c5f53a388c70a8c8df31.setContent(html_eff1bba3e38e4d288df4ffebbcc944ae);
|
|
|
|
|
|
|
|
marker_f46339147ae52fd451dabf24633fbca4.bindPopup(popup_ae79ea2827d1c5f53a388c70a8c8df31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f46339147ae52fd451dabf24633fbca4.setIcon(icon_409b284e0ad19ffb28c68baa471dc2d4);
|
|
|
|
|
|
var marker_4b48024624bad7dcaff8a653cb7c83b5 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_cd7b98b0a94e57ff1e27f1b5c6e7120d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fe20581507b92d9c0c089e053643521 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ae228eeeeb749ca12b35913d0522af3 = $(`<div id="html_5ae228eeeeb749ca12b35913d0522af3" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_6fe20581507b92d9c0c089e053643521.setContent(html_5ae228eeeeb749ca12b35913d0522af3);
|
|
|
|
|
|
|
|
marker_4b48024624bad7dcaff8a653cb7c83b5.bindPopup(popup_6fe20581507b92d9c0c089e053643521)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b48024624bad7dcaff8a653cb7c83b5.setIcon(icon_cd7b98b0a94e57ff1e27f1b5c6e7120d);
|
|
|
|
|
|
var marker_da3cfa31576504006c37432fae3665df = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2f6af2689769f1ea859c71954515ba3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c8534762317a9029456a635877a25fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e7ca0ed7ef1740665a478cc624de533 = $(`<div id="html_8e7ca0ed7ef1740665a478cc624de533" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com:443</div>`)[0];
|
|
popup_4c8534762317a9029456a635877a25fc.setContent(html_8e7ca0ed7ef1740665a478cc624de533);
|
|
|
|
|
|
|
|
marker_da3cfa31576504006c37432fae3665df.bindPopup(popup_4c8534762317a9029456a635877a25fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da3cfa31576504006c37432fae3665df.setIcon(icon_2f6af2689769f1ea859c71954515ba3e);
|
|
|
|
|
|
var marker_11240bbc25b73e9b7faef0918569c2bc = L.marker(
|
|
[36.8767, -89.5879],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_526bfc01fc6869841d7d438e92fdbeb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23544ed69dc86c10e551cb84c7e96946 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_961000be648ad925c0bcd52e73843e54 = $(`<div id="html_961000be648ad925c0bcd52e73843e54" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_23544ed69dc86c10e551cb84c7e96946.setContent(html_961000be648ad925c0bcd52e73843e54);
|
|
|
|
|
|
|
|
marker_11240bbc25b73e9b7faef0918569c2bc.bindPopup(popup_23544ed69dc86c10e551cb84c7e96946)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11240bbc25b73e9b7faef0918569c2bc.setIcon(icon_526bfc01fc6869841d7d438e92fdbeb2);
|
|
|
|
|
|
var marker_f369e61c51d6221081a649ce6ac60a77 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e49c1571d405c9279550df9be804e5f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0ece23f9b0d9258780b9b9b9c390fea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7418930c24d907690e813d0ba217f37 = $(`<div id="html_b7418930c24d907690e813d0ba217f37" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz:443</div>`)[0];
|
|
popup_b0ece23f9b0d9258780b9b9b9c390fea.setContent(html_b7418930c24d907690e813d0ba217f37);
|
|
|
|
|
|
|
|
marker_f369e61c51d6221081a649ce6ac60a77.bindPopup(popup_b0ece23f9b0d9258780b9b9b9c390fea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f369e61c51d6221081a649ce6ac60a77.setIcon(icon_e49c1571d405c9279550df9be804e5f5);
|
|
|
|
|
|
var marker_16f2130bdf4b07d3d4f5d60d38d0521d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_c847a9bebd6463ebcb055fc34072339e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0de5652ffa29506fc1ee341d9dd5553 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f67bd23954fc6a98da2d822adf2c4c1c = $(`<div id="html_f67bd23954fc6a98da2d822adf2c4c1c" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_f0de5652ffa29506fc1ee341d9dd5553.setContent(html_f67bd23954fc6a98da2d822adf2c4c1c);
|
|
|
|
|
|
|
|
marker_16f2130bdf4b07d3d4f5d60d38d0521d.bindPopup(popup_f0de5652ffa29506fc1ee341d9dd5553)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16f2130bdf4b07d3d4f5d60d38d0521d.setIcon(icon_c847a9bebd6463ebcb055fc34072339e);
|
|
|
|
|
|
var marker_4a6d4cb6cb017a656992bb90daa3b6dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_e1d109f2b50e6ba96eaa8e4cb6b3e990 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4367dfbfd3496009599eb15e8bb99ee0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdd36c85c1a95c96967368a268b2fff9 = $(`<div id="html_fdd36c85c1a95c96967368a268b2fff9" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_4367dfbfd3496009599eb15e8bb99ee0.setContent(html_fdd36c85c1a95c96967368a268b2fff9);
|
|
|
|
|
|
|
|
marker_4a6d4cb6cb017a656992bb90daa3b6dd.bindPopup(popup_4367dfbfd3496009599eb15e8bb99ee0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a6d4cb6cb017a656992bb90daa3b6dd.setIcon(icon_e1d109f2b50e6ba96eaa8e4cb6b3e990);
|
|
|
|
|
|
var marker_04a90b4eeb9d26cec88f8a0fd7679df3 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_d2a6d389eb81d1e26d32e2eb0ccef1c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3ba04185bcd39882e78d8dc6a25aa7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b8c44cc103d14f5b52bf3bfac080c45 = $(`<div id="html_4b8c44cc103d14f5b52bf3bfac080c45" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de:443</div>`)[0];
|
|
popup_b3ba04185bcd39882e78d8dc6a25aa7d.setContent(html_4b8c44cc103d14f5b52bf3bfac080c45);
|
|
|
|
|
|
|
|
marker_04a90b4eeb9d26cec88f8a0fd7679df3.bindPopup(popup_b3ba04185bcd39882e78d8dc6a25aa7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04a90b4eeb9d26cec88f8a0fd7679df3.setIcon(icon_d2a6d389eb81d1e26d32e2eb0ccef1c7);
|
|
|
|
|
|
var marker_057bc51a97b9bb81672e2b3ab9d27c09 = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_fff9d2c021bb24d8fd00a0aab6df8db2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94285c4dd8da0786101ce4390f2a4095 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe020abc2b8702568d8a440c3e31d4fd = $(`<div id="html_fe020abc2b8702568d8a440c3e31d4fd" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com:443</div>`)[0];
|
|
popup_94285c4dd8da0786101ce4390f2a4095.setContent(html_fe020abc2b8702568d8a440c3e31d4fd);
|
|
|
|
|
|
|
|
marker_057bc51a97b9bb81672e2b3ab9d27c09.bindPopup(popup_94285c4dd8da0786101ce4390f2a4095)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_057bc51a97b9bb81672e2b3ab9d27c09.setIcon(icon_fff9d2c021bb24d8fd00a0aab6df8db2);
|
|
|
|
|
|
var marker_bfb8a0e03dd4b4a9f62615cd996280af = L.marker(
|
|
[8.96171, -83.5246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_33f61f41d1bc201551264c4810fb0c7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ff917d58b84a35b059dc747a2a86b01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7df3c9cfbbba2667c138b7eee2a01a2f = $(`<div id="html_7df3c9cfbbba2667c138b7eee2a01a2f" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_5ff917d58b84a35b059dc747a2a86b01.setContent(html_7df3c9cfbbba2667c138b7eee2a01a2f);
|
|
|
|
|
|
|
|
marker_bfb8a0e03dd4b4a9f62615cd996280af.bindPopup(popup_5ff917d58b84a35b059dc747a2a86b01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfb8a0e03dd4b4a9f62615cd996280af.setIcon(icon_33f61f41d1bc201551264c4810fb0c7a);
|
|
|
|
|
|
var marker_2b0157a8a999ad44a7953ee82a80f9e6 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_2556bc309863e39b7e1c17153995f716 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ea4fcdff3ee1e496621632f309ba500 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e22324463fdc0721630c8d579db2ffb7 = $(`<div id="html_e22324463fdc0721630c8d579db2ffb7" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_0ea4fcdff3ee1e496621632f309ba500.setContent(html_e22324463fdc0721630c8d579db2ffb7);
|
|
|
|
|
|
|
|
marker_2b0157a8a999ad44a7953ee82a80f9e6.bindPopup(popup_0ea4fcdff3ee1e496621632f309ba500)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b0157a8a999ad44a7953ee82a80f9e6.setIcon(icon_2556bc309863e39b7e1c17153995f716);
|
|
|
|
|
|
var marker_04402d8a2f5f0a856e50c77e66b176c6 = L.marker(
|
|
[52.6907, 4.8181],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_01c85d8c8a56930c6a7351e2add1a80f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_286ddfa467c4d183de75b11b3cc17d64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6cd4efbe6752cb78d9fd37bfc3fa506 = $(`<div id="html_a6cd4efbe6752cb78d9fd37bfc3fa506" style="width: 100.0%; height: 100.0%;">relay.satsmarkt.club</div>`)[0];
|
|
popup_286ddfa467c4d183de75b11b3cc17d64.setContent(html_a6cd4efbe6752cb78d9fd37bfc3fa506);
|
|
|
|
|
|
|
|
marker_04402d8a2f5f0a856e50c77e66b176c6.bindPopup(popup_286ddfa467c4d183de75b11b3cc17d64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04402d8a2f5f0a856e50c77e66b176c6.setIcon(icon_01c85d8c8a56930c6a7351e2add1a80f);
|
|
|
|
|
|
var marker_9e13a12a0aa76e13c4a5a51feb074a75 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_05e773d868f6d3baca7e758d45280cf4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ee54947e2227a2b26979009a94a0439 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a188ded3f88319d2ceba5ec917f6297 = $(`<div id="html_4a188ded3f88319d2ceba5ec917f6297" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_1ee54947e2227a2b26979009a94a0439.setContent(html_4a188ded3f88319d2ceba5ec917f6297);
|
|
|
|
|
|
|
|
marker_9e13a12a0aa76e13c4a5a51feb074a75.bindPopup(popup_1ee54947e2227a2b26979009a94a0439)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e13a12a0aa76e13c4a5a51feb074a75.setIcon(icon_05e773d868f6d3baca7e758d45280cf4);
|
|
|
|
|
|
var marker_9dd0bca6c1b1e60f63a79308dfa3e943 = L.marker(
|
|
[38.958, -77.3592],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_72c7228a367ea2d8212d9719fa59d1aa);
|
|
|
|
|
|
var icon_43fbd6f6db44a1cb259043c3709fce88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc424563d5c592be56dd3387c73b72dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd2cb389faf71e6fa21c022cbbb1037b = $(`<div id="html_bd2cb389faf71e6fa21c022cbbb1037b" style="width: 100.0%; height: 100.0%;">nostr.ac</div>`)[0];
|
|
popup_dc424563d5c592be56dd3387c73b72dc.setContent(html_bd2cb389faf71e6fa21c022cbbb1037b);
|
|
|
|
|
|
|
|
marker_9dd0bca6c1b1e60f63a79308dfa3e943.bindPopup(popup_dc424563d5c592be56dd3387c73b72dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dd0bca6c1b1e60f63a79308dfa3e943.setIcon(icon_43fbd6f6db44a1cb259043c3709fce88);
|
|
|
|
|
|
marker_cluster_72c7228a367ea2d8212d9719fa59d1aa.addTo(map_1d3a42bdaf91966b980aa175abb645ad);
|
|
|
|
</script>
|
|
</html> |