mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 06:05:18 +00:00
10905 lines
317 KiB
HTML
10905 lines
317 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_fdda8bd43816ab052ff9fda47979138c {
|
|
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_fdda8bd43816ab052ff9fda47979138c" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_fdda8bd43816ab052ff9fda47979138c = L.map(
|
|
"map_fdda8bd43816ab052ff9fda47979138c",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_897554275db2c84ccd1f71e3bc5a39ab = 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_897554275db2c84ccd1f71e3bc5a39ab.addTo(map_fdda8bd43816ab052ff9fda47979138c);
|
|
|
|
|
|
var marker_cluster_5424da3494c7027cf09e10ec3a25a898 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_f28e44cf6d7b587620acbc5417497d6f = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_25dcd8178acb1febca1cfc58df9ac5dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9026ead314635eae4784e7679d5c91b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f481e38d2d181e618352b6c4ed55fde7 = $(`<div id="html_f481e38d2d181e618352b6c4ed55fde7" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_c9026ead314635eae4784e7679d5c91b.setContent(html_f481e38d2d181e618352b6c4ed55fde7);
|
|
|
|
|
|
|
|
marker_f28e44cf6d7b587620acbc5417497d6f.bindPopup(popup_c9026ead314635eae4784e7679d5c91b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f28e44cf6d7b587620acbc5417497d6f.setIcon(icon_25dcd8178acb1febca1cfc58df9ac5dd);
|
|
|
|
|
|
var marker_90718c022193f62711a7f1624073d2a2 = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_e11c6f74ce9a432381f117b5474e4076 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f971e67d5003c96b1a7475bf863c706a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aff7f532d7d00c89372e91b7b2fd7210 = $(`<div id="html_aff7f532d7d00c89372e91b7b2fd7210" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_f971e67d5003c96b1a7475bf863c706a.setContent(html_aff7f532d7d00c89372e91b7b2fd7210);
|
|
|
|
|
|
|
|
marker_90718c022193f62711a7f1624073d2a2.bindPopup(popup_f971e67d5003c96b1a7475bf863c706a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90718c022193f62711a7f1624073d2a2.setIcon(icon_e11c6f74ce9a432381f117b5474e4076);
|
|
|
|
|
|
var marker_ce9e16dd1a3cb4ab34a94dcb84e4bf4b = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_65305450a4eefa27a9528a415e29dd2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0df82c1f66957591dab12758ac9eb27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76a4deca3e5239c64118a3bad7f73fdb = $(`<div id="html_76a4deca3e5239c64118a3bad7f73fdb" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_f0df82c1f66957591dab12758ac9eb27.setContent(html_76a4deca3e5239c64118a3bad7f73fdb);
|
|
|
|
|
|
|
|
marker_ce9e16dd1a3cb4ab34a94dcb84e4bf4b.bindPopup(popup_f0df82c1f66957591dab12758ac9eb27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce9e16dd1a3cb4ab34a94dcb84e4bf4b.setIcon(icon_65305450a4eefa27a9528a415e29dd2f);
|
|
|
|
|
|
var marker_2783b72cc00920b48e91da3c624011f3 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_6cadeacc13814c903b82dbbb622f310c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0938b6476d37a07684e9d34e9223316d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d043a6182d8134da092bdc13858e1fc3 = $(`<div id="html_d043a6182d8134da092bdc13858e1fc3" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_0938b6476d37a07684e9d34e9223316d.setContent(html_d043a6182d8134da092bdc13858e1fc3);
|
|
|
|
|
|
|
|
marker_2783b72cc00920b48e91da3c624011f3.bindPopup(popup_0938b6476d37a07684e9d34e9223316d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2783b72cc00920b48e91da3c624011f3.setIcon(icon_6cadeacc13814c903b82dbbb622f310c);
|
|
|
|
|
|
var marker_a827d68273072ebaeba2226c1f48f025 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_6e387a77dd8db1dc040833c05d9b0cf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a518a9d87a644208af92541bc4ea914a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d240aabcb49c780d6b98d86b99379ee0 = $(`<div id="html_d240aabcb49c780d6b98d86b99379ee0" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_a518a9d87a644208af92541bc4ea914a.setContent(html_d240aabcb49c780d6b98d86b99379ee0);
|
|
|
|
|
|
|
|
marker_a827d68273072ebaeba2226c1f48f025.bindPopup(popup_a518a9d87a644208af92541bc4ea914a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a827d68273072ebaeba2226c1f48f025.setIcon(icon_6e387a77dd8db1dc040833c05d9b0cf1);
|
|
|
|
|
|
var marker_e944c8895449c6e3cde6a93ad25fa65f = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_41b6c5c5819e53e12bd7106901dc0859 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40840e8795303473197a72d9a84959ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2def50e0a98809ccf9b610936152168 = $(`<div id="html_f2def50e0a98809ccf9b610936152168" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_40840e8795303473197a72d9a84959ba.setContent(html_f2def50e0a98809ccf9b610936152168);
|
|
|
|
|
|
|
|
marker_e944c8895449c6e3cde6a93ad25fa65f.bindPopup(popup_40840e8795303473197a72d9a84959ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e944c8895449c6e3cde6a93ad25fa65f.setIcon(icon_41b6c5c5819e53e12bd7106901dc0859);
|
|
|
|
|
|
var marker_7d2363e32c214952f086952e41cbb056 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_e350e13bb1df2a2fc79b07b851479de5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dbfc76b653a41920d983a8aee21989e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75370ac512e5ed4d072bf7d2dc66503a = $(`<div id="html_75370ac512e5ed4d072bf7d2dc66503a" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_6dbfc76b653a41920d983a8aee21989e.setContent(html_75370ac512e5ed4d072bf7d2dc66503a);
|
|
|
|
|
|
|
|
marker_7d2363e32c214952f086952e41cbb056.bindPopup(popup_6dbfc76b653a41920d983a8aee21989e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d2363e32c214952f086952e41cbb056.setIcon(icon_e350e13bb1df2a2fc79b07b851479de5);
|
|
|
|
|
|
var marker_11e28bf0852f83695efd057422f8c972 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_0deb466abc0d1aa9614504bd53e2353a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_874b89855f17f49b03d3ed80bd28dc68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a2540571600f568a4942cdbdd7a495a = $(`<div id="html_3a2540571600f568a4942cdbdd7a495a" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_874b89855f17f49b03d3ed80bd28dc68.setContent(html_3a2540571600f568a4942cdbdd7a495a);
|
|
|
|
|
|
|
|
marker_11e28bf0852f83695efd057422f8c972.bindPopup(popup_874b89855f17f49b03d3ed80bd28dc68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11e28bf0852f83695efd057422f8c972.setIcon(icon_0deb466abc0d1aa9614504bd53e2353a);
|
|
|
|
|
|
var marker_464dffe9d96e4e55167f0fafa059c065 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_0c0cdff50cb6e04ce559e422d0bd4033 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30d294485c124f45d8f466a93468b8f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c80fd1902ccdf5b00d490e9a15996675 = $(`<div id="html_c80fd1902ccdf5b00d490e9a15996675" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_30d294485c124f45d8f466a93468b8f0.setContent(html_c80fd1902ccdf5b00d490e9a15996675);
|
|
|
|
|
|
|
|
marker_464dffe9d96e4e55167f0fafa059c065.bindPopup(popup_30d294485c124f45d8f466a93468b8f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_464dffe9d96e4e55167f0fafa059c065.setIcon(icon_0c0cdff50cb6e04ce559e422d0bd4033);
|
|
|
|
|
|
var marker_219a3b011190c37db48f5adea8c0ca86 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_3eda0975cc8ca6e222d3c87b3a502693 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7fe625c55986e2f3ee9429d8f67f03a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ea3c9585b0a98caccf2a590361dabb3 = $(`<div id="html_4ea3c9585b0a98caccf2a590361dabb3" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_e7fe625c55986e2f3ee9429d8f67f03a.setContent(html_4ea3c9585b0a98caccf2a590361dabb3);
|
|
|
|
|
|
|
|
marker_219a3b011190c37db48f5adea8c0ca86.bindPopup(popup_e7fe625c55986e2f3ee9429d8f67f03a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_219a3b011190c37db48f5adea8c0ca86.setIcon(icon_3eda0975cc8ca6e222d3c87b3a502693);
|
|
|
|
|
|
var marker_93cef054fc6b9247e32a35b4acf879a7 = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_ad1ab1e24c796256d1a8a2e3916d5f8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acd2a583eae575014645b6cf08289a9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2064533a830a24aa5698e22ed4840d4b = $(`<div id="html_2064533a830a24aa5698e22ed4840d4b" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_acd2a583eae575014645b6cf08289a9f.setContent(html_2064533a830a24aa5698e22ed4840d4b);
|
|
|
|
|
|
|
|
marker_93cef054fc6b9247e32a35b4acf879a7.bindPopup(popup_acd2a583eae575014645b6cf08289a9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93cef054fc6b9247e32a35b4acf879a7.setIcon(icon_ad1ab1e24c796256d1a8a2e3916d5f8a);
|
|
|
|
|
|
var marker_4207bece557af939c3e7daa17fa1bb3a = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_341ce1b4892ee580fd1fadb243720dc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c54876c5ae9252443dc202632c97510 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da7b2a2b571c4725f2a89410b6ccc6c3 = $(`<div id="html_da7b2a2b571c4725f2a89410b6ccc6c3" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_0c54876c5ae9252443dc202632c97510.setContent(html_da7b2a2b571c4725f2a89410b6ccc6c3);
|
|
|
|
|
|
|
|
marker_4207bece557af939c3e7daa17fa1bb3a.bindPopup(popup_0c54876c5ae9252443dc202632c97510)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4207bece557af939c3e7daa17fa1bb3a.setIcon(icon_341ce1b4892ee580fd1fadb243720dc5);
|
|
|
|
|
|
var marker_ebbc0c59f3253e8000fc85f58b784088 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_5e6aca6bf91cf2f5094589678e7d7dc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8370c580a2378c312a6310fb384f6af1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_442bf68c55f41336974dc81e2f1ebd37 = $(`<div id="html_442bf68c55f41336974dc81e2f1ebd37" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_8370c580a2378c312a6310fb384f6af1.setContent(html_442bf68c55f41336974dc81e2f1ebd37);
|
|
|
|
|
|
|
|
marker_ebbc0c59f3253e8000fc85f58b784088.bindPopup(popup_8370c580a2378c312a6310fb384f6af1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebbc0c59f3253e8000fc85f58b784088.setIcon(icon_5e6aca6bf91cf2f5094589678e7d7dc2);
|
|
|
|
|
|
var marker_73ca778c5177ec70709024a072cd3831 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_0ca75e99ff35d068630dbda8ba0df238 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7af6ac2e31739e2896ba500cd6227ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af268e1a378deaa33db8ff92f1e00f8a = $(`<div id="html_af268e1a378deaa33db8ff92f1e00f8a" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_f7af6ac2e31739e2896ba500cd6227ac.setContent(html_af268e1a378deaa33db8ff92f1e00f8a);
|
|
|
|
|
|
|
|
marker_73ca778c5177ec70709024a072cd3831.bindPopup(popup_f7af6ac2e31739e2896ba500cd6227ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73ca778c5177ec70709024a072cd3831.setIcon(icon_0ca75e99ff35d068630dbda8ba0df238);
|
|
|
|
|
|
var marker_65bbbff197b25fa7a009b4b4ceede52d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_6bc07fda38fbe30267ed87b455ebea85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04ae05f8f2a7da9a3a2024df434e1ecf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c597676e83cfeae0cda8d62d360d15e4 = $(`<div id="html_c597676e83cfeae0cda8d62d360d15e4" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_04ae05f8f2a7da9a3a2024df434e1ecf.setContent(html_c597676e83cfeae0cda8d62d360d15e4);
|
|
|
|
|
|
|
|
marker_65bbbff197b25fa7a009b4b4ceede52d.bindPopup(popup_04ae05f8f2a7da9a3a2024df434e1ecf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65bbbff197b25fa7a009b4b4ceede52d.setIcon(icon_6bc07fda38fbe30267ed87b455ebea85);
|
|
|
|
|
|
var marker_a38870df36db3d1d06b939aaae3dd730 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_5fcb5a414f543640dcde67cd9d74c7d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b39ab3ce714e5f90ebfcdbb20428f60c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be99018d76ca2a66d0ad9007188f6d6f = $(`<div id="html_be99018d76ca2a66d0ad9007188f6d6f" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_b39ab3ce714e5f90ebfcdbb20428f60c.setContent(html_be99018d76ca2a66d0ad9007188f6d6f);
|
|
|
|
|
|
|
|
marker_a38870df36db3d1d06b939aaae3dd730.bindPopup(popup_b39ab3ce714e5f90ebfcdbb20428f60c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a38870df36db3d1d06b939aaae3dd730.setIcon(icon_5fcb5a414f543640dcde67cd9d74c7d3);
|
|
|
|
|
|
var marker_95a78a5026d999a456e8075ef7e62327 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_21f661c2155175855ae41015c2cc2a96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_049dd4676e6cf7180c0116447ffcee37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97b67206c91550d2d2058f667ef12719 = $(`<div id="html_97b67206c91550d2d2058f667ef12719" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_049dd4676e6cf7180c0116447ffcee37.setContent(html_97b67206c91550d2d2058f667ef12719);
|
|
|
|
|
|
|
|
marker_95a78a5026d999a456e8075ef7e62327.bindPopup(popup_049dd4676e6cf7180c0116447ffcee37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95a78a5026d999a456e8075ef7e62327.setIcon(icon_21f661c2155175855ae41015c2cc2a96);
|
|
|
|
|
|
var marker_7a50039e2f88b95eb1305a8954840f2c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_19d03affcfd66b89c3e11f6f78732aaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33ab52db1e7e81784c2fd15a6ebdf034 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_543a204ab9b10d6cab17ca9e7c5e5f9b = $(`<div id="html_543a204ab9b10d6cab17ca9e7c5e5f9b" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_33ab52db1e7e81784c2fd15a6ebdf034.setContent(html_543a204ab9b10d6cab17ca9e7c5e5f9b);
|
|
|
|
|
|
|
|
marker_7a50039e2f88b95eb1305a8954840f2c.bindPopup(popup_33ab52db1e7e81784c2fd15a6ebdf034)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a50039e2f88b95eb1305a8954840f2c.setIcon(icon_19d03affcfd66b89c3e11f6f78732aaa);
|
|
|
|
|
|
var marker_295a88e678bb1c14d753c3552f415b70 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_017badbb96edd35543edb9bbc49f7821 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee5db415da3d4cfcbf9ecff3449c03b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff2c429a240683ee922a777baaada0b5 = $(`<div id="html_ff2c429a240683ee922a777baaada0b5" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_ee5db415da3d4cfcbf9ecff3449c03b4.setContent(html_ff2c429a240683ee922a777baaada0b5);
|
|
|
|
|
|
|
|
marker_295a88e678bb1c14d753c3552f415b70.bindPopup(popup_ee5db415da3d4cfcbf9ecff3449c03b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_295a88e678bb1c14d753c3552f415b70.setIcon(icon_017badbb96edd35543edb9bbc49f7821);
|
|
|
|
|
|
var marker_2422768d85cbf68db7318b1233c55eda = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_f6da1777773dfbb019d8ffefd1bf07d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8db3cf912724bef2f58e9a2808a0eec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bce28519284683a3300a8d6b415a683c = $(`<div id="html_bce28519284683a3300a8d6b415a683c" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_f8db3cf912724bef2f58e9a2808a0eec.setContent(html_bce28519284683a3300a8d6b415a683c);
|
|
|
|
|
|
|
|
marker_2422768d85cbf68db7318b1233c55eda.bindPopup(popup_f8db3cf912724bef2f58e9a2808a0eec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2422768d85cbf68db7318b1233c55eda.setIcon(icon_f6da1777773dfbb019d8ffefd1bf07d4);
|
|
|
|
|
|
var marker_7d0f3f8d965065acaf0bc77752251726 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_479c867fc2657263809c40a95fd549e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25dd16a75a902c4d95003840198530ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20f51e2178d6a17f7117e8776a4f2545 = $(`<div id="html_20f51e2178d6a17f7117e8776a4f2545" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_25dd16a75a902c4d95003840198530ae.setContent(html_20f51e2178d6a17f7117e8776a4f2545);
|
|
|
|
|
|
|
|
marker_7d0f3f8d965065acaf0bc77752251726.bindPopup(popup_25dd16a75a902c4d95003840198530ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d0f3f8d965065acaf0bc77752251726.setIcon(icon_479c867fc2657263809c40a95fd549e6);
|
|
|
|
|
|
var marker_76dd2531d7297192491fdcb1c27f44e4 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_b66ac85124a38df0f476e1021e6c68bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f9e5c0e0ec4912e98e90cc9dc2acf5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87112265981546e07713f6a9421ba5dd = $(`<div id="html_87112265981546e07713f6a9421ba5dd" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_2f9e5c0e0ec4912e98e90cc9dc2acf5f.setContent(html_87112265981546e07713f6a9421ba5dd);
|
|
|
|
|
|
|
|
marker_76dd2531d7297192491fdcb1c27f44e4.bindPopup(popup_2f9e5c0e0ec4912e98e90cc9dc2acf5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76dd2531d7297192491fdcb1c27f44e4.setIcon(icon_b66ac85124a38df0f476e1021e6c68bf);
|
|
|
|
|
|
var marker_108a759c5875bdebb46e2670474d5d41 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_29b93809810ebfcecdc0646e4b9d071e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31a4531ce2a2b98ccaf1247fc3e85611 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c44965a7095a4033f53732a52b3d5bf1 = $(`<div id="html_c44965a7095a4033f53732a52b3d5bf1" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_31a4531ce2a2b98ccaf1247fc3e85611.setContent(html_c44965a7095a4033f53732a52b3d5bf1);
|
|
|
|
|
|
|
|
marker_108a759c5875bdebb46e2670474d5d41.bindPopup(popup_31a4531ce2a2b98ccaf1247fc3e85611)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_108a759c5875bdebb46e2670474d5d41.setIcon(icon_29b93809810ebfcecdc0646e4b9d071e);
|
|
|
|
|
|
var marker_0fc50ebc21b24cecce1039441b09cf8d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_24d18f2644db6b10d18c86cfba1540b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5e3b310a713dca5c662663ba5cffa16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6dddc5f44e13f08baa7d25c4d225c952 = $(`<div id="html_6dddc5f44e13f08baa7d25c4d225c952" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_f5e3b310a713dca5c662663ba5cffa16.setContent(html_6dddc5f44e13f08baa7d25c4d225c952);
|
|
|
|
|
|
|
|
marker_0fc50ebc21b24cecce1039441b09cf8d.bindPopup(popup_f5e3b310a713dca5c662663ba5cffa16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fc50ebc21b24cecce1039441b09cf8d.setIcon(icon_24d18f2644db6b10d18c86cfba1540b6);
|
|
|
|
|
|
var marker_3316db45e30c72c5f9d99568ee413e6a = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_d756fbf597395eacf4e5e3af938ef898 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8dd55746a6b3616f75324199cf61db32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42a000555560a8f893881e09d1578705 = $(`<div id="html_42a000555560a8f893881e09d1578705" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_8dd55746a6b3616f75324199cf61db32.setContent(html_42a000555560a8f893881e09d1578705);
|
|
|
|
|
|
|
|
marker_3316db45e30c72c5f9d99568ee413e6a.bindPopup(popup_8dd55746a6b3616f75324199cf61db32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3316db45e30c72c5f9d99568ee413e6a.setIcon(icon_d756fbf597395eacf4e5e3af938ef898);
|
|
|
|
|
|
var marker_6a78eab3cca71854b790eb236c1a4d92 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_fbb67765e2f0e5a09b37cbc7668e94d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_210c89dd8924be85806f078e64ffa38c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2532b7e2f23e39c2f0a1161cfd4cc0f9 = $(`<div id="html_2532b7e2f23e39c2f0a1161cfd4cc0f9" style="width: 100.0%; height: 100.0%;">okn.czas.top</div>`)[0];
|
|
popup_210c89dd8924be85806f078e64ffa38c.setContent(html_2532b7e2f23e39c2f0a1161cfd4cc0f9);
|
|
|
|
|
|
|
|
marker_6a78eab3cca71854b790eb236c1a4d92.bindPopup(popup_210c89dd8924be85806f078e64ffa38c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a78eab3cca71854b790eb236c1a4d92.setIcon(icon_fbb67765e2f0e5a09b37cbc7668e94d5);
|
|
|
|
|
|
var marker_72162bb394046bfe39abe7d71c5c1b3d = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_3bb97e4c0e4c6a2430934f791657248a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29a69eba8265501a68483ef5bbb807ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2cd6e9fbde8e486755d65cf6c26ca3f = $(`<div id="html_e2cd6e9fbde8e486755d65cf6c26ca3f" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_29a69eba8265501a68483ef5bbb807ef.setContent(html_e2cd6e9fbde8e486755d65cf6c26ca3f);
|
|
|
|
|
|
|
|
marker_72162bb394046bfe39abe7d71c5c1b3d.bindPopup(popup_29a69eba8265501a68483ef5bbb807ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72162bb394046bfe39abe7d71c5c1b3d.setIcon(icon_3bb97e4c0e4c6a2430934f791657248a);
|
|
|
|
|
|
var marker_44748ee80a9b13c62d994c81022e005c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_70ead779fd2af00e692fb39c1ece3c34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7644b0e62070d03b3b6ac92a8ca0b6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ce0f20d036771186db924c36353b48c = $(`<div id="html_6ce0f20d036771186db924c36353b48c" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_e7644b0e62070d03b3b6ac92a8ca0b6a.setContent(html_6ce0f20d036771186db924c36353b48c);
|
|
|
|
|
|
|
|
marker_44748ee80a9b13c62d994c81022e005c.bindPopup(popup_e7644b0e62070d03b3b6ac92a8ca0b6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44748ee80a9b13c62d994c81022e005c.setIcon(icon_70ead779fd2af00e692fb39c1ece3c34);
|
|
|
|
|
|
var marker_a2891e43433e2d7eb528c28fdb26bd4b = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_2262065e4bf79ab2bd010922f58b3557 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6d4bbd6bf9dbfd3daad320f71ee87a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_740694a47ca115a46ed286f0072e5277 = $(`<div id="html_740694a47ca115a46ed286f0072e5277" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_d6d4bbd6bf9dbfd3daad320f71ee87a5.setContent(html_740694a47ca115a46ed286f0072e5277);
|
|
|
|
|
|
|
|
marker_a2891e43433e2d7eb528c28fdb26bd4b.bindPopup(popup_d6d4bbd6bf9dbfd3daad320f71ee87a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2891e43433e2d7eb528c28fdb26bd4b.setIcon(icon_2262065e4bf79ab2bd010922f58b3557);
|
|
|
|
|
|
var marker_d92076c896ad11e5dbf4e39d76a3c7ae = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_70a8b929ee631cee83ad838137e3cced = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56fdcd8f6f999836694209f775be4814 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c69e945f6b381f3fd4f19a4c21b446a0 = $(`<div id="html_c69e945f6b381f3fd4f19a4c21b446a0" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_56fdcd8f6f999836694209f775be4814.setContent(html_c69e945f6b381f3fd4f19a4c21b446a0);
|
|
|
|
|
|
|
|
marker_d92076c896ad11e5dbf4e39d76a3c7ae.bindPopup(popup_56fdcd8f6f999836694209f775be4814)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d92076c896ad11e5dbf4e39d76a3c7ae.setIcon(icon_70a8b929ee631cee83ad838137e3cced);
|
|
|
|
|
|
var marker_39a6c6140bf983a5ee54efe87c2e8153 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_d210b68ede98958f1f4beb9fc3da9de2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fac7cf1d9651f22cbf8af1da691f4dcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fc7d3cd786bfa70cf4f3188b352a69f = $(`<div id="html_6fc7d3cd786bfa70cf4f3188b352a69f" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_fac7cf1d9651f22cbf8af1da691f4dcf.setContent(html_6fc7d3cd786bfa70cf4f3188b352a69f);
|
|
|
|
|
|
|
|
marker_39a6c6140bf983a5ee54efe87c2e8153.bindPopup(popup_fac7cf1d9651f22cbf8af1da691f4dcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39a6c6140bf983a5ee54efe87c2e8153.setIcon(icon_d210b68ede98958f1f4beb9fc3da9de2);
|
|
|
|
|
|
var marker_26611850d3ec5df2d715714e62ebda85 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_189ff51a0d89f4b0a427e62b19dba500 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a470f484d51a27e000d5180a176b9f36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73282cacd56df580ffaaae83adb53a2a = $(`<div id="html_73282cacd56df580ffaaae83adb53a2a" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_a470f484d51a27e000d5180a176b9f36.setContent(html_73282cacd56df580ffaaae83adb53a2a);
|
|
|
|
|
|
|
|
marker_26611850d3ec5df2d715714e62ebda85.bindPopup(popup_a470f484d51a27e000d5180a176b9f36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26611850d3ec5df2d715714e62ebda85.setIcon(icon_189ff51a0d89f4b0a427e62b19dba500);
|
|
|
|
|
|
var marker_8724104c788f7f5fe4be1d5c45323031 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_cf8016bb49d95cb0d92de5825ec7a80d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bff47522ad15867e8c9734d48d303a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_282466a2880780cc72b596572eb5016d = $(`<div id="html_282466a2880780cc72b596572eb5016d" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_3bff47522ad15867e8c9734d48d303a4.setContent(html_282466a2880780cc72b596572eb5016d);
|
|
|
|
|
|
|
|
marker_8724104c788f7f5fe4be1d5c45323031.bindPopup(popup_3bff47522ad15867e8c9734d48d303a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8724104c788f7f5fe4be1d5c45323031.setIcon(icon_cf8016bb49d95cb0d92de5825ec7a80d);
|
|
|
|
|
|
var marker_116714995928e894bb60be0a7663021d = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_7e136cba24529e36bb547929f622923a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c62953422b05cd6776fdfbfd72ce977f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a856a26ca29dc855232a23b8915eb9d7 = $(`<div id="html_a856a26ca29dc855232a23b8915eb9d7" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_c62953422b05cd6776fdfbfd72ce977f.setContent(html_a856a26ca29dc855232a23b8915eb9d7);
|
|
|
|
|
|
|
|
marker_116714995928e894bb60be0a7663021d.bindPopup(popup_c62953422b05cd6776fdfbfd72ce977f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_116714995928e894bb60be0a7663021d.setIcon(icon_7e136cba24529e36bb547929f622923a);
|
|
|
|
|
|
var marker_77adcb0f965e1e72aea5fa0c5e987e43 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_e5aa9381f9c796e6d1cf9bf80448b077 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_627071cb760f47f79eb58b8a36a146f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f69559f0f9eca21cbbcb655ae5f2882 = $(`<div id="html_8f69559f0f9eca21cbbcb655ae5f2882" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_627071cb760f47f79eb58b8a36a146f1.setContent(html_8f69559f0f9eca21cbbcb655ae5f2882);
|
|
|
|
|
|
|
|
marker_77adcb0f965e1e72aea5fa0c5e987e43.bindPopup(popup_627071cb760f47f79eb58b8a36a146f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77adcb0f965e1e72aea5fa0c5e987e43.setIcon(icon_e5aa9381f9c796e6d1cf9bf80448b077);
|
|
|
|
|
|
var marker_37c5cc301bd3560945f0bd21cafcf40d = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_8bdea4458faa99b9bb3bcfea0f7e56f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_456a51bf44ee202cb93bd72e8f302eec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45f68245f4f7f14f7d22f10f36a21ecb = $(`<div id="html_45f68245f4f7f14f7d22f10f36a21ecb" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_456a51bf44ee202cb93bd72e8f302eec.setContent(html_45f68245f4f7f14f7d22f10f36a21ecb);
|
|
|
|
|
|
|
|
marker_37c5cc301bd3560945f0bd21cafcf40d.bindPopup(popup_456a51bf44ee202cb93bd72e8f302eec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37c5cc301bd3560945f0bd21cafcf40d.setIcon(icon_8bdea4458faa99b9bb3bcfea0f7e56f6);
|
|
|
|
|
|
var marker_f77006bc57a06b52a55fea299a11f47a = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_8b4f2efc5da7ae62d2a7dd3556b1718d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2b4fafd56c72115ba6dc191075d25d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4be40ddd2b1c0f61a1adec22577ce84c = $(`<div id="html_4be40ddd2b1c0f61a1adec22577ce84c" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_c2b4fafd56c72115ba6dc191075d25d7.setContent(html_4be40ddd2b1c0f61a1adec22577ce84c);
|
|
|
|
|
|
|
|
marker_f77006bc57a06b52a55fea299a11f47a.bindPopup(popup_c2b4fafd56c72115ba6dc191075d25d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f77006bc57a06b52a55fea299a11f47a.setIcon(icon_8b4f2efc5da7ae62d2a7dd3556b1718d);
|
|
|
|
|
|
var marker_ad787c1f5e19c1ff2fbf8d1958b10ed8 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_d08a6bbdd6ac31751d7c6184a0101da6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29ba9569d18015af6abf296b8b5849cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d23fe44684e120acfc328a74da56285 = $(`<div id="html_4d23fe44684e120acfc328a74da56285" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_29ba9569d18015af6abf296b8b5849cb.setContent(html_4d23fe44684e120acfc328a74da56285);
|
|
|
|
|
|
|
|
marker_ad787c1f5e19c1ff2fbf8d1958b10ed8.bindPopup(popup_29ba9569d18015af6abf296b8b5849cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad787c1f5e19c1ff2fbf8d1958b10ed8.setIcon(icon_d08a6bbdd6ac31751d7c6184a0101da6);
|
|
|
|
|
|
var marker_1e53ae316293f76a8e2b5c3133832f4d = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_a6a1a2c1200fe1d90108e9e148901726 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62f84d796cc08afc01320f4600779cf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01eb4e18423b679b0b66a23972409cfe = $(`<div id="html_01eb4e18423b679b0b66a23972409cfe" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_62f84d796cc08afc01320f4600779cf9.setContent(html_01eb4e18423b679b0b66a23972409cfe);
|
|
|
|
|
|
|
|
marker_1e53ae316293f76a8e2b5c3133832f4d.bindPopup(popup_62f84d796cc08afc01320f4600779cf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e53ae316293f76a8e2b5c3133832f4d.setIcon(icon_a6a1a2c1200fe1d90108e9e148901726);
|
|
|
|
|
|
var marker_a70a105420ccbebff04bda3e71ff76c9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_2d64b42bb95c6a9a467017a2d86e680f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83b4947531559ffcffab9fc2143226f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d45bbae1b2cfd9d5ac6fc59b2713dd4 = $(`<div id="html_1d45bbae1b2cfd9d5ac6fc59b2713dd4" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_83b4947531559ffcffab9fc2143226f1.setContent(html_1d45bbae1b2cfd9d5ac6fc59b2713dd4);
|
|
|
|
|
|
|
|
marker_a70a105420ccbebff04bda3e71ff76c9.bindPopup(popup_83b4947531559ffcffab9fc2143226f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a70a105420ccbebff04bda3e71ff76c9.setIcon(icon_2d64b42bb95c6a9a467017a2d86e680f);
|
|
|
|
|
|
var marker_61941c6eb39985d01c0d05db272a11f3 = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c9e55df2a82777c70420f4f6626e90c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc014a1025f9069dd22ac819780dbf17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b495a4ef7ff825c4a5755857e0bc0441 = $(`<div id="html_b495a4ef7ff825c4a5755857e0bc0441" style="width: 100.0%; height: 100.0%;">relay.smies.me</div>`)[0];
|
|
popup_cc014a1025f9069dd22ac819780dbf17.setContent(html_b495a4ef7ff825c4a5755857e0bc0441);
|
|
|
|
|
|
|
|
marker_61941c6eb39985d01c0d05db272a11f3.bindPopup(popup_cc014a1025f9069dd22ac819780dbf17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61941c6eb39985d01c0d05db272a11f3.setIcon(icon_c9e55df2a82777c70420f4f6626e90c0);
|
|
|
|
|
|
var marker_b82a9a13041b6db8e5f04ebaea8e4cc2 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_7feb20cfab7f85bb27dcf91fdbb9d0ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f12adaf13905729b7478327113d5aaee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_229eb63e7ce41798c5e108dc9ed031ff = $(`<div id="html_229eb63e7ce41798c5e108dc9ed031ff" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_f12adaf13905729b7478327113d5aaee.setContent(html_229eb63e7ce41798c5e108dc9ed031ff);
|
|
|
|
|
|
|
|
marker_b82a9a13041b6db8e5f04ebaea8e4cc2.bindPopup(popup_f12adaf13905729b7478327113d5aaee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b82a9a13041b6db8e5f04ebaea8e4cc2.setIcon(icon_7feb20cfab7f85bb27dcf91fdbb9d0ca);
|
|
|
|
|
|
var marker_721f9ea7cde7e0f3a369109a3af30299 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_9984641166870c9a9905e9f89078faaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84747f68045eff088b18fc94d810a06a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc5a773a251bb57e116451d79c761978 = $(`<div id="html_cc5a773a251bb57e116451d79c761978" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_84747f68045eff088b18fc94d810a06a.setContent(html_cc5a773a251bb57e116451d79c761978);
|
|
|
|
|
|
|
|
marker_721f9ea7cde7e0f3a369109a3af30299.bindPopup(popup_84747f68045eff088b18fc94d810a06a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_721f9ea7cde7e0f3a369109a3af30299.setIcon(icon_9984641166870c9a9905e9f89078faaf);
|
|
|
|
|
|
var marker_326e086ef4699545d76746ed720e2f12 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_91f152a6b9c6a7a012e99f95d77e6e47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6953230b27e9416936145edf4c0f46e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59407939d1f0d6466328052e30649c39 = $(`<div id="html_59407939d1f0d6466328052e30649c39" style="width: 100.0%; height: 100.0%;">relay.unitypay.cash</div>`)[0];
|
|
popup_6953230b27e9416936145edf4c0f46e3.setContent(html_59407939d1f0d6466328052e30649c39);
|
|
|
|
|
|
|
|
marker_326e086ef4699545d76746ed720e2f12.bindPopup(popup_6953230b27e9416936145edf4c0f46e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_326e086ef4699545d76746ed720e2f12.setIcon(icon_91f152a6b9c6a7a012e99f95d77e6e47);
|
|
|
|
|
|
var marker_5e7e6dfea7ec73caa58ade4327aebdb6 = L.marker(
|
|
[51.5524, -0.29686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_b6fe75e62ad582894cb1151a1bd17fd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f83302192e458c2b372fec127f04582f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_942fc4033f587ceac8ef2de1c89aceb1 = $(`<div id="html_942fc4033f587ceac8ef2de1c89aceb1" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_f83302192e458c2b372fec127f04582f.setContent(html_942fc4033f587ceac8ef2de1c89aceb1);
|
|
|
|
|
|
|
|
marker_5e7e6dfea7ec73caa58ade4327aebdb6.bindPopup(popup_f83302192e458c2b372fec127f04582f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e7e6dfea7ec73caa58ade4327aebdb6.setIcon(icon_b6fe75e62ad582894cb1151a1bd17fd9);
|
|
|
|
|
|
var marker_ad750c5a6a2dae164f375a1300dffe99 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_adc27a4abb82ff4914b945923650d068 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f90ea6fc3ff215c10070e1eefddc0669 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b618c780e3ba9f1945d452cfa254e37 = $(`<div id="html_2b618c780e3ba9f1945d452cfa254e37" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_f90ea6fc3ff215c10070e1eefddc0669.setContent(html_2b618c780e3ba9f1945d452cfa254e37);
|
|
|
|
|
|
|
|
marker_ad750c5a6a2dae164f375a1300dffe99.bindPopup(popup_f90ea6fc3ff215c10070e1eefddc0669)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad750c5a6a2dae164f375a1300dffe99.setIcon(icon_adc27a4abb82ff4914b945923650d068);
|
|
|
|
|
|
var marker_2abdddf4bb1b70435f40aad6a575aadc = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_25baa6aee41b5055ddb210c0cc3154e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79bade33c6526c0d108f1fafa9076fb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90f3b13d2b0073621c926454db1b6899 = $(`<div id="html_90f3b13d2b0073621c926454db1b6899" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_79bade33c6526c0d108f1fafa9076fb6.setContent(html_90f3b13d2b0073621c926454db1b6899);
|
|
|
|
|
|
|
|
marker_2abdddf4bb1b70435f40aad6a575aadc.bindPopup(popup_79bade33c6526c0d108f1fafa9076fb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2abdddf4bb1b70435f40aad6a575aadc.setIcon(icon_25baa6aee41b5055ddb210c0cc3154e4);
|
|
|
|
|
|
var marker_6981d164aacf7bf62da85169e65b713c = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_a84b9baf3b4adb6024d063b60d189fbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98e2289c38a45c1c6dbab25e8faa29d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b35a5938d38e07ede4e702d2ff9d637b = $(`<div id="html_b35a5938d38e07ede4e702d2ff9d637b" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_98e2289c38a45c1c6dbab25e8faa29d1.setContent(html_b35a5938d38e07ede4e702d2ff9d637b);
|
|
|
|
|
|
|
|
marker_6981d164aacf7bf62da85169e65b713c.bindPopup(popup_98e2289c38a45c1c6dbab25e8faa29d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6981d164aacf7bf62da85169e65b713c.setIcon(icon_a84b9baf3b4adb6024d063b60d189fbd);
|
|
|
|
|
|
var marker_3b68b8f9b6e2ecce9339db06fbdea269 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_191bc16572d1b7907c7d7d610582c93f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_407463fc0ae5daac66088d04c67e561c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99a5a6bd018cf499014df604c4d0119e = $(`<div id="html_99a5a6bd018cf499014df604c4d0119e" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_407463fc0ae5daac66088d04c67e561c.setContent(html_99a5a6bd018cf499014df604c4d0119e);
|
|
|
|
|
|
|
|
marker_3b68b8f9b6e2ecce9339db06fbdea269.bindPopup(popup_407463fc0ae5daac66088d04c67e561c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b68b8f9b6e2ecce9339db06fbdea269.setIcon(icon_191bc16572d1b7907c7d7d610582c93f);
|
|
|
|
|
|
var marker_592dd368c385c0009248a750e2aa854d = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_969935979e671cc8397a2837254992a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6c1942ba300f5105ab78aa577d1034e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00d6af306720879aa2d7346d7aa4dbc1 = $(`<div id="html_00d6af306720879aa2d7346d7aa4dbc1" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_b6c1942ba300f5105ab78aa577d1034e.setContent(html_00d6af306720879aa2d7346d7aa4dbc1);
|
|
|
|
|
|
|
|
marker_592dd368c385c0009248a750e2aa854d.bindPopup(popup_b6c1942ba300f5105ab78aa577d1034e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_592dd368c385c0009248a750e2aa854d.setIcon(icon_969935979e671cc8397a2837254992a0);
|
|
|
|
|
|
var marker_255fbaf54a2f4e2e965b35413c5f19fc = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_8979e987c332a721ee7b03bb5b70aa0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16c602ad5b118478b6884bda1380cf14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_173a9f3bbf78acd4869901750f5e3c40 = $(`<div id="html_173a9f3bbf78acd4869901750f5e3c40" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_16c602ad5b118478b6884bda1380cf14.setContent(html_173a9f3bbf78acd4869901750f5e3c40);
|
|
|
|
|
|
|
|
marker_255fbaf54a2f4e2e965b35413c5f19fc.bindPopup(popup_16c602ad5b118478b6884bda1380cf14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_255fbaf54a2f4e2e965b35413c5f19fc.setIcon(icon_8979e987c332a721ee7b03bb5b70aa0d);
|
|
|
|
|
|
var marker_75ae8194f90f603554f9dc0c6e9a6164 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_9aa79f3c702badde460ca3c5154a88e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_751e25c4d8012d1574d1c69cf48ad64e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89027647ec253bed65374d2f6ca01007 = $(`<div id="html_89027647ec253bed65374d2f6ca01007" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_751e25c4d8012d1574d1c69cf48ad64e.setContent(html_89027647ec253bed65374d2f6ca01007);
|
|
|
|
|
|
|
|
marker_75ae8194f90f603554f9dc0c6e9a6164.bindPopup(popup_751e25c4d8012d1574d1c69cf48ad64e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75ae8194f90f603554f9dc0c6e9a6164.setIcon(icon_9aa79f3c702badde460ca3c5154a88e8);
|
|
|
|
|
|
var marker_0a76849e778b01f23f3754f996a828f8 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_250bdd25d4e6e9ea37bba095b126811e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbd36037a459dbc4c0f7c34db68b6718 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f19d52aab52392d2d45e370eda9d0ff7 = $(`<div id="html_f19d52aab52392d2d45e370eda9d0ff7" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_dbd36037a459dbc4c0f7c34db68b6718.setContent(html_f19d52aab52392d2d45e370eda9d0ff7);
|
|
|
|
|
|
|
|
marker_0a76849e778b01f23f3754f996a828f8.bindPopup(popup_dbd36037a459dbc4c0f7c34db68b6718)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a76849e778b01f23f3754f996a828f8.setIcon(icon_250bdd25d4e6e9ea37bba095b126811e);
|
|
|
|
|
|
var marker_1dd16908d64395dfc100d215e4fe38b8 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_d786e8a44f682b3839417a6ba257e10d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28930957ba64e7959fe633d17e384f03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26780cbaef8a0fec1128c7ab67875800 = $(`<div id="html_26780cbaef8a0fec1128c7ab67875800" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_28930957ba64e7959fe633d17e384f03.setContent(html_26780cbaef8a0fec1128c7ab67875800);
|
|
|
|
|
|
|
|
marker_1dd16908d64395dfc100d215e4fe38b8.bindPopup(popup_28930957ba64e7959fe633d17e384f03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1dd16908d64395dfc100d215e4fe38b8.setIcon(icon_d786e8a44f682b3839417a6ba257e10d);
|
|
|
|
|
|
var marker_873ee678630ccd0dba4583f482a9bccc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_53145ffbabac1d43c5cb068feb606d4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ade6ea1e0e0a3d61dc0891a375d68b80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ddf6f596d5efcb720262e601e3c1738 = $(`<div id="html_5ddf6f596d5efcb720262e601e3c1738" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_ade6ea1e0e0a3d61dc0891a375d68b80.setContent(html_5ddf6f596d5efcb720262e601e3c1738);
|
|
|
|
|
|
|
|
marker_873ee678630ccd0dba4583f482a9bccc.bindPopup(popup_ade6ea1e0e0a3d61dc0891a375d68b80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_873ee678630ccd0dba4583f482a9bccc.setIcon(icon_53145ffbabac1d43c5cb068feb606d4f);
|
|
|
|
|
|
var marker_6b08d5ec549f064c9541d40a19362d30 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_38fc9e9ac129803c925f74d713fc5dbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9291987246aabd41efb7c1157020978 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f010b1033f4cc2ab79f6e3519d9a6fbd = $(`<div id="html_f010b1033f4cc2ab79f6e3519d9a6fbd" style="width: 100.0%; height: 100.0%;">skeme.vanderwarker.family</div>`)[0];
|
|
popup_d9291987246aabd41efb7c1157020978.setContent(html_f010b1033f4cc2ab79f6e3519d9a6fbd);
|
|
|
|
|
|
|
|
marker_6b08d5ec549f064c9541d40a19362d30.bindPopup(popup_d9291987246aabd41efb7c1157020978)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b08d5ec549f064c9541d40a19362d30.setIcon(icon_38fc9e9ac129803c925f74d713fc5dbf);
|
|
|
|
|
|
var marker_9db9d6487ce173f2d782931e861e943f = L.marker(
|
|
[18.2148, -63.0574],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_8f23968bfac043138801b1b75dfe5fea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f20ba8dd5fefbad24b32c47898b3e2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3342ef4c89dfa8e77184be824cbdcdcf = $(`<div id="html_3342ef4c89dfa8e77184be824cbdcdcf" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_0f20ba8dd5fefbad24b32c47898b3e2d.setContent(html_3342ef4c89dfa8e77184be824cbdcdcf);
|
|
|
|
|
|
|
|
marker_9db9d6487ce173f2d782931e861e943f.bindPopup(popup_0f20ba8dd5fefbad24b32c47898b3e2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9db9d6487ce173f2d782931e861e943f.setIcon(icon_8f23968bfac043138801b1b75dfe5fea);
|
|
|
|
|
|
var marker_de6262344e700af10a6b1346962a3b85 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c6ba5595edcef1680902bbc6d88f1c02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b69ae18b8ec9ca6e8b816b2a437c3965 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_963063c0330f4e95194f0abfb72c4581 = $(`<div id="html_963063c0330f4e95194f0abfb72c4581" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_b69ae18b8ec9ca6e8b816b2a437c3965.setContent(html_963063c0330f4e95194f0abfb72c4581);
|
|
|
|
|
|
|
|
marker_de6262344e700af10a6b1346962a3b85.bindPopup(popup_b69ae18b8ec9ca6e8b816b2a437c3965)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de6262344e700af10a6b1346962a3b85.setIcon(icon_c6ba5595edcef1680902bbc6d88f1c02);
|
|
|
|
|
|
var marker_eb26dbbff4afd1975dc9827664096e41 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_e7e2e53ca49668914cc4c4979b1fd591 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a649df4d6b2e53f07c72e8b775f15b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_374c28ed03272c25bbd0d45d7ed93c0e = $(`<div id="html_374c28ed03272c25bbd0d45d7ed93c0e" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_1a649df4d6b2e53f07c72e8b775f15b4.setContent(html_374c28ed03272c25bbd0d45d7ed93c0e);
|
|
|
|
|
|
|
|
marker_eb26dbbff4afd1975dc9827664096e41.bindPopup(popup_1a649df4d6b2e53f07c72e8b775f15b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb26dbbff4afd1975dc9827664096e41.setIcon(icon_e7e2e53ca49668914cc4c4979b1fd591);
|
|
|
|
|
|
var marker_505b0c22a409b8dd0bfbddd8bd4d5209 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_5c4f0ae677f3cc1c728f58dd39779ef2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0db78007713f5103c47c8969c448dcd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_daad5de0a2fbac5f52deade8559cc5c7 = $(`<div id="html_daad5de0a2fbac5f52deade8559cc5c7" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_0db78007713f5103c47c8969c448dcd3.setContent(html_daad5de0a2fbac5f52deade8559cc5c7);
|
|
|
|
|
|
|
|
marker_505b0c22a409b8dd0bfbddd8bd4d5209.bindPopup(popup_0db78007713f5103c47c8969c448dcd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_505b0c22a409b8dd0bfbddd8bd4d5209.setIcon(icon_5c4f0ae677f3cc1c728f58dd39779ef2);
|
|
|
|
|
|
var marker_7b57a8a34806d734825e4439ddea8f21 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_8b746269b94209bc0b77e4843aa27c24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e9e4fd90955891af5fd9c6cf2c51f98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79120d7261e7177a960748c7b8ffbfb5 = $(`<div id="html_79120d7261e7177a960748c7b8ffbfb5" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_9e9e4fd90955891af5fd9c6cf2c51f98.setContent(html_79120d7261e7177a960748c7b8ffbfb5);
|
|
|
|
|
|
|
|
marker_7b57a8a34806d734825e4439ddea8f21.bindPopup(popup_9e9e4fd90955891af5fd9c6cf2c51f98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b57a8a34806d734825e4439ddea8f21.setIcon(icon_8b746269b94209bc0b77e4843aa27c24);
|
|
|
|
|
|
var marker_53ae29c80ad4f4f77b5b9a65b1dfaa5c = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_cf999d6837601157587a480fd540164a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd5a9bebb478018f92eee453fd705864 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a246dce31aba83a76e2ac4dd9b11ce6 = $(`<div id="html_2a246dce31aba83a76e2ac4dd9b11ce6" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_dd5a9bebb478018f92eee453fd705864.setContent(html_2a246dce31aba83a76e2ac4dd9b11ce6);
|
|
|
|
|
|
|
|
marker_53ae29c80ad4f4f77b5b9a65b1dfaa5c.bindPopup(popup_dd5a9bebb478018f92eee453fd705864)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53ae29c80ad4f4f77b5b9a65b1dfaa5c.setIcon(icon_cf999d6837601157587a480fd540164a);
|
|
|
|
|
|
var marker_8aa6eb598b73829b8ba185f4667e4691 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_2e386a6a28a8689ac7848b981c523360 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_630dce815df119f0ecad2947db6c94f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8cd61e6da25c3f30748bd7b73985834 = $(`<div id="html_b8cd61e6da25c3f30748bd7b73985834" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_630dce815df119f0ecad2947db6c94f6.setContent(html_b8cd61e6da25c3f30748bd7b73985834);
|
|
|
|
|
|
|
|
marker_8aa6eb598b73829b8ba185f4667e4691.bindPopup(popup_630dce815df119f0ecad2947db6c94f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8aa6eb598b73829b8ba185f4667e4691.setIcon(icon_2e386a6a28a8689ac7848b981c523360);
|
|
|
|
|
|
var marker_35080f91f416ace721da5225070f638a = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_dcd0e7debae4405a59608c444fd72ebe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b59785f9c21deb8a1a0df765b9f3328c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f18e7779d3baa0dae6c3b7749843c3a = $(`<div id="html_7f18e7779d3baa0dae6c3b7749843c3a" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_b59785f9c21deb8a1a0df765b9f3328c.setContent(html_7f18e7779d3baa0dae6c3b7749843c3a);
|
|
|
|
|
|
|
|
marker_35080f91f416ace721da5225070f638a.bindPopup(popup_b59785f9c21deb8a1a0df765b9f3328c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35080f91f416ace721da5225070f638a.setIcon(icon_dcd0e7debae4405a59608c444fd72ebe);
|
|
|
|
|
|
var marker_aee2ac8ebc47b71b1474264a338cf717 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_fee6810a9dd7e56a41a00699a23d67da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c0b8c4b5ff773f8fbc609618cbb9665 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_decd0e943995ad2907d47ebdc93552f1 = $(`<div id="html_decd0e943995ad2907d47ebdc93552f1" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_9c0b8c4b5ff773f8fbc609618cbb9665.setContent(html_decd0e943995ad2907d47ebdc93552f1);
|
|
|
|
|
|
|
|
marker_aee2ac8ebc47b71b1474264a338cf717.bindPopup(popup_9c0b8c4b5ff773f8fbc609618cbb9665)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aee2ac8ebc47b71b1474264a338cf717.setIcon(icon_fee6810a9dd7e56a41a00699a23d67da);
|
|
|
|
|
|
var marker_4dd0125e3180d20d9311c5fead5d97e1 = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_7b5ffce4d37af1b66815f9ec8b55fa78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6eb3690bc303854a81be170cc9446c35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b8921147438204487437cc26af92834 = $(`<div id="html_7b8921147438204487437cc26af92834" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_6eb3690bc303854a81be170cc9446c35.setContent(html_7b8921147438204487437cc26af92834);
|
|
|
|
|
|
|
|
marker_4dd0125e3180d20d9311c5fead5d97e1.bindPopup(popup_6eb3690bc303854a81be170cc9446c35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dd0125e3180d20d9311c5fead5d97e1.setIcon(icon_7b5ffce4d37af1b66815f9ec8b55fa78);
|
|
|
|
|
|
var marker_225c8f4ecd19dd47c89c417fb3bb0983 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_9b2dc53cba7ba87738399caf698005d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_010874523f8e02fbffd1685a40068959 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b91326a4318f83a1c611528d82bd63f = $(`<div id="html_6b91326a4318f83a1c611528d82bd63f" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_010874523f8e02fbffd1685a40068959.setContent(html_6b91326a4318f83a1c611528d82bd63f);
|
|
|
|
|
|
|
|
marker_225c8f4ecd19dd47c89c417fb3bb0983.bindPopup(popup_010874523f8e02fbffd1685a40068959)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_225c8f4ecd19dd47c89c417fb3bb0983.setIcon(icon_9b2dc53cba7ba87738399caf698005d2);
|
|
|
|
|
|
var marker_0e6387d4dabe74050842ab343baf4c47 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_f8963555a04262a247060780916b3549 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d064c6dad086bbfcdb2dcc9a8c5337c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37e1ae2e8e4ea3701192145335abc4c2 = $(`<div id="html_37e1ae2e8e4ea3701192145335abc4c2" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_d064c6dad086bbfcdb2dcc9a8c5337c0.setContent(html_37e1ae2e8e4ea3701192145335abc4c2);
|
|
|
|
|
|
|
|
marker_0e6387d4dabe74050842ab343baf4c47.bindPopup(popup_d064c6dad086bbfcdb2dcc9a8c5337c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e6387d4dabe74050842ab343baf4c47.setIcon(icon_f8963555a04262a247060780916b3549);
|
|
|
|
|
|
var marker_ab50e37cac4794992205d4bcccff5f7e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c01b8cdcd72e409702470b242fc7494e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64823f51c851a8684182ed8e0214fb89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_584e88778796b246ae62957d45945493 = $(`<div id="html_584e88778796b246ae62957d45945493" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_64823f51c851a8684182ed8e0214fb89.setContent(html_584e88778796b246ae62957d45945493);
|
|
|
|
|
|
|
|
marker_ab50e37cac4794992205d4bcccff5f7e.bindPopup(popup_64823f51c851a8684182ed8e0214fb89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab50e37cac4794992205d4bcccff5f7e.setIcon(icon_c01b8cdcd72e409702470b242fc7494e);
|
|
|
|
|
|
var marker_d3b07b8b9b0f3a0ac7218bf89eaf519e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_844cd25c5ea321ec005fd7ca1b82bde5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b23f41859b44d5e8b665d4135d5d8b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c6b7872be06d8640b507c9056b6bc73 = $(`<div id="html_5c6b7872be06d8640b507c9056b6bc73" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_0b23f41859b44d5e8b665d4135d5d8b4.setContent(html_5c6b7872be06d8640b507c9056b6bc73);
|
|
|
|
|
|
|
|
marker_d3b07b8b9b0f3a0ac7218bf89eaf519e.bindPopup(popup_0b23f41859b44d5e8b665d4135d5d8b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3b07b8b9b0f3a0ac7218bf89eaf519e.setIcon(icon_844cd25c5ea321ec005fd7ca1b82bde5);
|
|
|
|
|
|
var marker_2f213516e806fef88264859689f8b2b1 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_a6ab1b6b7ed98b7eb544cf6c7d455795 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f07d9aae61c2fae3e4baee73454ec3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_975139c526397bf0441c6b2e37f0e3fe = $(`<div id="html_975139c526397bf0441c6b2e37f0e3fe" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_1f07d9aae61c2fae3e4baee73454ec3a.setContent(html_975139c526397bf0441c6b2e37f0e3fe);
|
|
|
|
|
|
|
|
marker_2f213516e806fef88264859689f8b2b1.bindPopup(popup_1f07d9aae61c2fae3e4baee73454ec3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f213516e806fef88264859689f8b2b1.setIcon(icon_a6ab1b6b7ed98b7eb544cf6c7d455795);
|
|
|
|
|
|
var marker_b5d1438d2ab0980b790137869f15a8b3 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_720a9a09a4ac70d7b7e9b7dbe9746130 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9dd0a3ed9d84f970bdc6d113d0b9fa83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01997c2cd8585a23b2b432f96090a538 = $(`<div id="html_01997c2cd8585a23b2b432f96090a538" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_9dd0a3ed9d84f970bdc6d113d0b9fa83.setContent(html_01997c2cd8585a23b2b432f96090a538);
|
|
|
|
|
|
|
|
marker_b5d1438d2ab0980b790137869f15a8b3.bindPopup(popup_9dd0a3ed9d84f970bdc6d113d0b9fa83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5d1438d2ab0980b790137869f15a8b3.setIcon(icon_720a9a09a4ac70d7b7e9b7dbe9746130);
|
|
|
|
|
|
var marker_48d4970e0cda4b73cc09d5e4d36eaed1 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_fefa924f466ba59e026fa86a3d78cacc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a10c7387b3e7628a6757ed15b477284b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cff00bdb1c27f027d338977751471a61 = $(`<div id="html_cff00bdb1c27f027d338977751471a61" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_a10c7387b3e7628a6757ed15b477284b.setContent(html_cff00bdb1c27f027d338977751471a61);
|
|
|
|
|
|
|
|
marker_48d4970e0cda4b73cc09d5e4d36eaed1.bindPopup(popup_a10c7387b3e7628a6757ed15b477284b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48d4970e0cda4b73cc09d5e4d36eaed1.setIcon(icon_fefa924f466ba59e026fa86a3d78cacc);
|
|
|
|
|
|
var marker_f69c1cbfa21c3fb9fa83a95e37276861 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_731ea8e3c5de0558fca40135cb7b8814 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bdaec7b5fc0937462539a61fe63f441 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d065ceced873c8ba2c8646725edc0978 = $(`<div id="html_d065ceced873c8ba2c8646725edc0978" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_5bdaec7b5fc0937462539a61fe63f441.setContent(html_d065ceced873c8ba2c8646725edc0978);
|
|
|
|
|
|
|
|
marker_f69c1cbfa21c3fb9fa83a95e37276861.bindPopup(popup_5bdaec7b5fc0937462539a61fe63f441)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f69c1cbfa21c3fb9fa83a95e37276861.setIcon(icon_731ea8e3c5de0558fca40135cb7b8814);
|
|
|
|
|
|
var marker_1597c4a0372776135edcfe178fb67ee1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_39266cf06d49b1fbc6c985f5294cd6a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8c666c7cb843435feaab74e8d942e82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_164d415555bec79c60c369dde4261259 = $(`<div id="html_164d415555bec79c60c369dde4261259" style="width: 100.0%; height: 100.0%;">orly.ft.hn</div>`)[0];
|
|
popup_d8c666c7cb843435feaab74e8d942e82.setContent(html_164d415555bec79c60c369dde4261259);
|
|
|
|
|
|
|
|
marker_1597c4a0372776135edcfe178fb67ee1.bindPopup(popup_d8c666c7cb843435feaab74e8d942e82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1597c4a0372776135edcfe178fb67ee1.setIcon(icon_39266cf06d49b1fbc6c985f5294cd6a3);
|
|
|
|
|
|
var marker_987b8b63dd0c364eedc5660554bc9a94 = L.marker(
|
|
[46.2126, 6.1154],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_63eef64852ee89c4aa0ed09249b3f6cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c682be20106f3a9af3bec9abaae18fa6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a70cdc5a76d8a5818d3b994ba3ddb9d0 = $(`<div id="html_a70cdc5a76d8a5818d3b994ba3ddb9d0" style="width: 100.0%; height: 100.0%;">nr.yay.so</div>`)[0];
|
|
popup_c682be20106f3a9af3bec9abaae18fa6.setContent(html_a70cdc5a76d8a5818d3b994ba3ddb9d0);
|
|
|
|
|
|
|
|
marker_987b8b63dd0c364eedc5660554bc9a94.bindPopup(popup_c682be20106f3a9af3bec9abaae18fa6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_987b8b63dd0c364eedc5660554bc9a94.setIcon(icon_63eef64852ee89c4aa0ed09249b3f6cc);
|
|
|
|
|
|
var marker_2a70f49734f58271ce226c9f526c6a7d = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_df2547531c7ce29289b967dfcea3bf58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50af5d90451d57bd9d658afd88b85334 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45240a84a3446d45698ed66f8c2c9a12 = $(`<div id="html_45240a84a3446d45698ed66f8c2c9a12" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_50af5d90451d57bd9d658afd88b85334.setContent(html_45240a84a3446d45698ed66f8c2c9a12);
|
|
|
|
|
|
|
|
marker_2a70f49734f58271ce226c9f526c6a7d.bindPopup(popup_50af5d90451d57bd9d658afd88b85334)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a70f49734f58271ce226c9f526c6a7d.setIcon(icon_df2547531c7ce29289b967dfcea3bf58);
|
|
|
|
|
|
var marker_a358d0471a33de06ea478128c91cf5d1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_d11ef48efad57c074492cb83c0282526 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a262005c0581e300ba3d8504f10eee38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a375da05de6a8072a6469dcb77154c30 = $(`<div id="html_a375da05de6a8072a6469dcb77154c30" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_a262005c0581e300ba3d8504f10eee38.setContent(html_a375da05de6a8072a6469dcb77154c30);
|
|
|
|
|
|
|
|
marker_a358d0471a33de06ea478128c91cf5d1.bindPopup(popup_a262005c0581e300ba3d8504f10eee38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a358d0471a33de06ea478128c91cf5d1.setIcon(icon_d11ef48efad57c074492cb83c0282526);
|
|
|
|
|
|
var marker_7b1fb81123f30d6018d3a30a2a59c598 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_a7a5349c18f52d890b8fdba976cedfcb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_996aa4ce9fb780ec8f6b51eef5394085 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6141447e9c328e11acf0d07f4399ef54 = $(`<div id="html_6141447e9c328e11acf0d07f4399ef54" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_996aa4ce9fb780ec8f6b51eef5394085.setContent(html_6141447e9c328e11acf0d07f4399ef54);
|
|
|
|
|
|
|
|
marker_7b1fb81123f30d6018d3a30a2a59c598.bindPopup(popup_996aa4ce9fb780ec8f6b51eef5394085)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b1fb81123f30d6018d3a30a2a59c598.setIcon(icon_a7a5349c18f52d890b8fdba976cedfcb);
|
|
|
|
|
|
var marker_4e302fbf019243ad23f9d35a4a7d8538 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_5319479872985073ffc1b3f48027f617 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbdbcd3d42ed1eca4d3126c9da142bc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59914641201625c6653e26777cace23b = $(`<div id="html_59914641201625c6653e26777cace23b" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_fbdbcd3d42ed1eca4d3126c9da142bc2.setContent(html_59914641201625c6653e26777cace23b);
|
|
|
|
|
|
|
|
marker_4e302fbf019243ad23f9d35a4a7d8538.bindPopup(popup_fbdbcd3d42ed1eca4d3126c9da142bc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e302fbf019243ad23f9d35a4a7d8538.setIcon(icon_5319479872985073ffc1b3f48027f617);
|
|
|
|
|
|
var marker_b0e50a4a334af30d44bfcdd92c7d5c05 = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_97e996f471e3930ce0d56fc97ede604b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c04930dc125cb997a294dcae0f7aaab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9afbeb57fa832861353b6319187b89f = $(`<div id="html_d9afbeb57fa832861353b6319187b89f" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_4c04930dc125cb997a294dcae0f7aaab.setContent(html_d9afbeb57fa832861353b6319187b89f);
|
|
|
|
|
|
|
|
marker_b0e50a4a334af30d44bfcdd92c7d5c05.bindPopup(popup_4c04930dc125cb997a294dcae0f7aaab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0e50a4a334af30d44bfcdd92c7d5c05.setIcon(icon_97e996f471e3930ce0d56fc97ede604b);
|
|
|
|
|
|
var marker_6b536106c6e664a3900e08d1439904f8 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_1abb49533e9619f2bd0700b12108b163 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_770f8ba8f554646502c449b0269255b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac2f090e83c57be7a46a9a5238369cf5 = $(`<div id="html_ac2f090e83c57be7a46a9a5238369cf5" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_770f8ba8f554646502c449b0269255b5.setContent(html_ac2f090e83c57be7a46a9a5238369cf5);
|
|
|
|
|
|
|
|
marker_6b536106c6e664a3900e08d1439904f8.bindPopup(popup_770f8ba8f554646502c449b0269255b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b536106c6e664a3900e08d1439904f8.setIcon(icon_1abb49533e9619f2bd0700b12108b163);
|
|
|
|
|
|
var marker_38498a2dbcd7efa8f53f6461b540c66c = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_4e222c54bf7af892b39daa3a739be7e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b84d139cf0361079f8c581648c3cc046 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31e0df0f07be10c5c61f428edad88dc0 = $(`<div id="html_31e0df0f07be10c5c61f428edad88dc0" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_b84d139cf0361079f8c581648c3cc046.setContent(html_31e0df0f07be10c5c61f428edad88dc0);
|
|
|
|
|
|
|
|
marker_38498a2dbcd7efa8f53f6461b540c66c.bindPopup(popup_b84d139cf0361079f8c581648c3cc046)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38498a2dbcd7efa8f53f6461b540c66c.setIcon(icon_4e222c54bf7af892b39daa3a739be7e5);
|
|
|
|
|
|
var marker_bc077d9e33d8e00bef60c80eedd3092c = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_795e4f6ace91eafea2599f97dac8d70a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7af6d1051ebc50c6209db6481b0c1650 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a031e6d859ba35041a1bd0f5997b17f9 = $(`<div id="html_a031e6d859ba35041a1bd0f5997b17f9" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_7af6d1051ebc50c6209db6481b0c1650.setContent(html_a031e6d859ba35041a1bd0f5997b17f9);
|
|
|
|
|
|
|
|
marker_bc077d9e33d8e00bef60c80eedd3092c.bindPopup(popup_7af6d1051ebc50c6209db6481b0c1650)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc077d9e33d8e00bef60c80eedd3092c.setIcon(icon_795e4f6ace91eafea2599f97dac8d70a);
|
|
|
|
|
|
var marker_1684c428033e273b4630cef9d47b09e8 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_8f4486966456061167b7db351c86a333 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5251d48d445e9615616a1f44ef83511e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c773f064b9233ca6a0f1d34cdb519bd = $(`<div id="html_5c773f064b9233ca6a0f1d34cdb519bd" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_5251d48d445e9615616a1f44ef83511e.setContent(html_5c773f064b9233ca6a0f1d34cdb519bd);
|
|
|
|
|
|
|
|
marker_1684c428033e273b4630cef9d47b09e8.bindPopup(popup_5251d48d445e9615616a1f44ef83511e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1684c428033e273b4630cef9d47b09e8.setIcon(icon_8f4486966456061167b7db351c86a333);
|
|
|
|
|
|
var marker_bf567b7f240b3a469f7abdcbfaa32a7c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_123ccd594a4db7ab0fdc92b51f6b3d45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b42ec812242770b2de1c2c497710b455 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_774c3c455a0a84ade1dfd41abdcf7d9c = $(`<div id="html_774c3c455a0a84ade1dfd41abdcf7d9c" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_b42ec812242770b2de1c2c497710b455.setContent(html_774c3c455a0a84ade1dfd41abdcf7d9c);
|
|
|
|
|
|
|
|
marker_bf567b7f240b3a469f7abdcbfaa32a7c.bindPopup(popup_b42ec812242770b2de1c2c497710b455)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf567b7f240b3a469f7abdcbfaa32a7c.setIcon(icon_123ccd594a4db7ab0fdc92b51f6b3d45);
|
|
|
|
|
|
var marker_89d1e5a18d04c6122d58dd40b3d6e7c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_06f8a1b479006a1621653eb15924a048 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ecd447ffb99738ebeb42e8705c186d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91ce49159a9e9bbf423446534917f03d = $(`<div id="html_91ce49159a9e9bbf423446534917f03d" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_0ecd447ffb99738ebeb42e8705c186d7.setContent(html_91ce49159a9e9bbf423446534917f03d);
|
|
|
|
|
|
|
|
marker_89d1e5a18d04c6122d58dd40b3d6e7c7.bindPopup(popup_0ecd447ffb99738ebeb42e8705c186d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89d1e5a18d04c6122d58dd40b3d6e7c7.setIcon(icon_06f8a1b479006a1621653eb15924a048);
|
|
|
|
|
|
var marker_5a35db8047eb1588e50bdd43b2a05cc7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_4908a4535eb9d019764ca4075859b94e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5c13340509e92f9b1aeba36129885ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37356778643b311414d690511c39bf3c = $(`<div id="html_37356778643b311414d690511c39bf3c" style="width: 100.0%; height: 100.0%;">nostr.superfriends.online</div>`)[0];
|
|
popup_e5c13340509e92f9b1aeba36129885ad.setContent(html_37356778643b311414d690511c39bf3c);
|
|
|
|
|
|
|
|
marker_5a35db8047eb1588e50bdd43b2a05cc7.bindPopup(popup_e5c13340509e92f9b1aeba36129885ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a35db8047eb1588e50bdd43b2a05cc7.setIcon(icon_4908a4535eb9d019764ca4075859b94e);
|
|
|
|
|
|
var marker_899083e480b42658f337ef3eddb8fd45 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_dbbf54c5600662d1dbeef94eb8132d69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_212a30e1bc113a37de8643f66545591b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3125a4c54a4687e3a37eb1afe3bd82a2 = $(`<div id="html_3125a4c54a4687e3a37eb1afe3bd82a2" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_212a30e1bc113a37de8643f66545591b.setContent(html_3125a4c54a4687e3a37eb1afe3bd82a2);
|
|
|
|
|
|
|
|
marker_899083e480b42658f337ef3eddb8fd45.bindPopup(popup_212a30e1bc113a37de8643f66545591b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_899083e480b42658f337ef3eddb8fd45.setIcon(icon_dbbf54c5600662d1dbeef94eb8132d69);
|
|
|
|
|
|
var marker_1cb6327d0a710a41739daafd4a1b75ca = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_6ed442ed4206418d9a12fba4a97f9c42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85c1febe552ea640f5dbb25bb45e9b07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc1825795e5cde523806525700982789 = $(`<div id="html_cc1825795e5cde523806525700982789" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_85c1febe552ea640f5dbb25bb45e9b07.setContent(html_cc1825795e5cde523806525700982789);
|
|
|
|
|
|
|
|
marker_1cb6327d0a710a41739daafd4a1b75ca.bindPopup(popup_85c1febe552ea640f5dbb25bb45e9b07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cb6327d0a710a41739daafd4a1b75ca.setIcon(icon_6ed442ed4206418d9a12fba4a97f9c42);
|
|
|
|
|
|
var marker_846f135414f4afad2e8bf5de69849aed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_246f5e885af172ba2b4d9bd9c2111ad3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9c4eb87f661c16fa529551c1d572a26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20b1b4c30d9d65cb1f6761f1203c9429 = $(`<div id="html_20b1b4c30d9d65cb1f6761f1203c9429" style="width: 100.0%; height: 100.0%;">relaynostr.breadslice.com</div>`)[0];
|
|
popup_d9c4eb87f661c16fa529551c1d572a26.setContent(html_20b1b4c30d9d65cb1f6761f1203c9429);
|
|
|
|
|
|
|
|
marker_846f135414f4afad2e8bf5de69849aed.bindPopup(popup_d9c4eb87f661c16fa529551c1d572a26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_846f135414f4afad2e8bf5de69849aed.setIcon(icon_246f5e885af172ba2b4d9bd9c2111ad3);
|
|
|
|
|
|
var marker_6c7585c604f74e07fed3da57c1514438 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_573fdd902f731691d1014419b6551539 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e21d75af1a99c55bbdd7781026173643 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9c4912288fc9df314d6f4a1f2ae9f31 = $(`<div id="html_e9c4912288fc9df314d6f4a1f2ae9f31" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_e21d75af1a99c55bbdd7781026173643.setContent(html_e9c4912288fc9df314d6f4a1f2ae9f31);
|
|
|
|
|
|
|
|
marker_6c7585c604f74e07fed3da57c1514438.bindPopup(popup_e21d75af1a99c55bbdd7781026173643)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c7585c604f74e07fed3da57c1514438.setIcon(icon_573fdd902f731691d1014419b6551539);
|
|
|
|
|
|
var marker_e429cf93e248da5a617ccc139295ccb1 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_097c0956968698de2b84df4decfc951b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_766711dd452a694575f5150078eb6867 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_973d490c06df3d909523f5b730a32db8 = $(`<div id="html_973d490c06df3d909523f5b730a32db8" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_766711dd452a694575f5150078eb6867.setContent(html_973d490c06df3d909523f5b730a32db8);
|
|
|
|
|
|
|
|
marker_e429cf93e248da5a617ccc139295ccb1.bindPopup(popup_766711dd452a694575f5150078eb6867)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e429cf93e248da5a617ccc139295ccb1.setIcon(icon_097c0956968698de2b84df4decfc951b);
|
|
|
|
|
|
var marker_3dad9feef08010cde22dbf4e29fd2fb2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_1ec769656add75e22635ae28d5a82088 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7767eb3c741dd4a62dcdf22da15a39c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c34f1024f27c2dd46aaaaddac3e35f8c = $(`<div id="html_c34f1024f27c2dd46aaaaddac3e35f8c" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_7767eb3c741dd4a62dcdf22da15a39c2.setContent(html_c34f1024f27c2dd46aaaaddac3e35f8c);
|
|
|
|
|
|
|
|
marker_3dad9feef08010cde22dbf4e29fd2fb2.bindPopup(popup_7767eb3c741dd4a62dcdf22da15a39c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dad9feef08010cde22dbf4e29fd2fb2.setIcon(icon_1ec769656add75e22635ae28d5a82088);
|
|
|
|
|
|
var marker_2c5ab57feaa004077b7e84026cdb47fd = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_649199be4a381ac7557c505e4efe4d16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8dcc9e28fe476df503a53137e98931b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fc2278cedfa87b72f3e2a58271d09d5 = $(`<div id="html_3fc2278cedfa87b72f3e2a58271d09d5" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_d8dcc9e28fe476df503a53137e98931b.setContent(html_3fc2278cedfa87b72f3e2a58271d09d5);
|
|
|
|
|
|
|
|
marker_2c5ab57feaa004077b7e84026cdb47fd.bindPopup(popup_d8dcc9e28fe476df503a53137e98931b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c5ab57feaa004077b7e84026cdb47fd.setIcon(icon_649199be4a381ac7557c505e4efe4d16);
|
|
|
|
|
|
var marker_163deacdd435c6d338490e7efc9ab6c1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c49154499701487fbd178420b39158cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da7f9de4a77285de34d93320a5a2d2a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_498b54396fe9e0bddb445afa7230c560 = $(`<div id="html_498b54396fe9e0bddb445afa7230c560" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_da7f9de4a77285de34d93320a5a2d2a3.setContent(html_498b54396fe9e0bddb445afa7230c560);
|
|
|
|
|
|
|
|
marker_163deacdd435c6d338490e7efc9ab6c1.bindPopup(popup_da7f9de4a77285de34d93320a5a2d2a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_163deacdd435c6d338490e7efc9ab6c1.setIcon(icon_c49154499701487fbd178420b39158cd);
|
|
|
|
|
|
var marker_f80fe85a0f87f418517e7cbf829f74e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_46c80e752b6a8b330bcdb6e6c065dce0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f60296f741a017893a4c70b3c0c32cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a7725b1641860599eaa2822109a7c65 = $(`<div id="html_2a7725b1641860599eaa2822109a7c65" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_9f60296f741a017893a4c70b3c0c32cf.setContent(html_2a7725b1641860599eaa2822109a7c65);
|
|
|
|
|
|
|
|
marker_f80fe85a0f87f418517e7cbf829f74e6.bindPopup(popup_9f60296f741a017893a4c70b3c0c32cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f80fe85a0f87f418517e7cbf829f74e6.setIcon(icon_46c80e752b6a8b330bcdb6e6c065dce0);
|
|
|
|
|
|
var marker_b2453b9f84eb3900af65d82bb5b2e4da = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_6e63f1356b8457a3d4f9b4b23e78beb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a99997d4bae9e6e34805474d28791e31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95083e27f0f72a7c01cd494222b7ac69 = $(`<div id="html_95083e27f0f72a7c01cd494222b7ac69" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_a99997d4bae9e6e34805474d28791e31.setContent(html_95083e27f0f72a7c01cd494222b7ac69);
|
|
|
|
|
|
|
|
marker_b2453b9f84eb3900af65d82bb5b2e4da.bindPopup(popup_a99997d4bae9e6e34805474d28791e31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2453b9f84eb3900af65d82bb5b2e4da.setIcon(icon_6e63f1356b8457a3d4f9b4b23e78beb9);
|
|
|
|
|
|
var marker_d2cfb8267b6a1b72a216553ca9183a38 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_73a2c676a18da427d0adac746bb0a586 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc614b6ea02589ca2719fd0ec24ea772 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a9b5f1897a3c9271ff9dc2b88a6bc99 = $(`<div id="html_9a9b5f1897a3c9271ff9dc2b88a6bc99" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_dc614b6ea02589ca2719fd0ec24ea772.setContent(html_9a9b5f1897a3c9271ff9dc2b88a6bc99);
|
|
|
|
|
|
|
|
marker_d2cfb8267b6a1b72a216553ca9183a38.bindPopup(popup_dc614b6ea02589ca2719fd0ec24ea772)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2cfb8267b6a1b72a216553ca9183a38.setIcon(icon_73a2c676a18da427d0adac746bb0a586);
|
|
|
|
|
|
var marker_25c8fd1668b8c6f447b05813d44e13d2 = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_f8a260e39c34655a4cbe07ea2a6d9d99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ddc8271a8d0fc5104f0ee982964575d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2646287a1950222ff709e7c6ce876121 = $(`<div id="html_2646287a1950222ff709e7c6ce876121" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_5ddc8271a8d0fc5104f0ee982964575d.setContent(html_2646287a1950222ff709e7c6ce876121);
|
|
|
|
|
|
|
|
marker_25c8fd1668b8c6f447b05813d44e13d2.bindPopup(popup_5ddc8271a8d0fc5104f0ee982964575d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25c8fd1668b8c6f447b05813d44e13d2.setIcon(icon_f8a260e39c34655a4cbe07ea2a6d9d99);
|
|
|
|
|
|
var marker_e9e8ec25e1bc60d0c8e966a4ff011f5b = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_7c783b73132da7fe2bd096a5aea8b677 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e4c6fc0e43b31a1cdcf9e85fb3e71bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5643af4c57b62157cb28fd493c1594e8 = $(`<div id="html_5643af4c57b62157cb28fd493c1594e8" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_2e4c6fc0e43b31a1cdcf9e85fb3e71bb.setContent(html_5643af4c57b62157cb28fd493c1594e8);
|
|
|
|
|
|
|
|
marker_e9e8ec25e1bc60d0c8e966a4ff011f5b.bindPopup(popup_2e4c6fc0e43b31a1cdcf9e85fb3e71bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9e8ec25e1bc60d0c8e966a4ff011f5b.setIcon(icon_7c783b73132da7fe2bd096a5aea8b677);
|
|
|
|
|
|
var marker_0b0e00990c821b8625617abdfb6de22e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_5c6b99dc2653cf6aba938b69bf0864b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6b3be24948eb437c5a614bff6b2a58b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22cd119bcc4c4e06c4fb48b83110eb02 = $(`<div id="html_22cd119bcc4c4e06c4fb48b83110eb02" style="width: 100.0%; height: 100.0%;">nostr.czas.top</div>`)[0];
|
|
popup_c6b3be24948eb437c5a614bff6b2a58b.setContent(html_22cd119bcc4c4e06c4fb48b83110eb02);
|
|
|
|
|
|
|
|
marker_0b0e00990c821b8625617abdfb6de22e.bindPopup(popup_c6b3be24948eb437c5a614bff6b2a58b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b0e00990c821b8625617abdfb6de22e.setIcon(icon_5c6b99dc2653cf6aba938b69bf0864b7);
|
|
|
|
|
|
var marker_5d77540b00b41bdaa1f603b942e41ddb = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_8fd00a0d8c8d77ccb5308b61b40c8a93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a25fc9dadb134740f2a2b633dfee6e71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed9acd00e5366a158022cd6d02280101 = $(`<div id="html_ed9acd00e5366a158022cd6d02280101" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_a25fc9dadb134740f2a2b633dfee6e71.setContent(html_ed9acd00e5366a158022cd6d02280101);
|
|
|
|
|
|
|
|
marker_5d77540b00b41bdaa1f603b942e41ddb.bindPopup(popup_a25fc9dadb134740f2a2b633dfee6e71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d77540b00b41bdaa1f603b942e41ddb.setIcon(icon_8fd00a0d8c8d77ccb5308b61b40c8a93);
|
|
|
|
|
|
var marker_02c9ecc23d84ac120cfe9c67ea75fda6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_e04b0987c64dfcc765c00b56b35085ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f57f9133ea29aa4c6a567c5ffb8168d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dec65e34de3cb6d6f27546ba74e35e23 = $(`<div id="html_dec65e34de3cb6d6f27546ba74e35e23" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_f57f9133ea29aa4c6a567c5ffb8168d2.setContent(html_dec65e34de3cb6d6f27546ba74e35e23);
|
|
|
|
|
|
|
|
marker_02c9ecc23d84ac120cfe9c67ea75fda6.bindPopup(popup_f57f9133ea29aa4c6a567c5ffb8168d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02c9ecc23d84ac120cfe9c67ea75fda6.setIcon(icon_e04b0987c64dfcc765c00b56b35085ab);
|
|
|
|
|
|
var marker_3265a5e0d78b244dc7b032f846360395 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_e5cd1acc729c1fee862ee5d26aeeb7dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad80ffd2804da1b345373d7fc49eca8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92c355931087ca3f175026b0e05dca86 = $(`<div id="html_92c355931087ca3f175026b0e05dca86" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_ad80ffd2804da1b345373d7fc49eca8c.setContent(html_92c355931087ca3f175026b0e05dca86);
|
|
|
|
|
|
|
|
marker_3265a5e0d78b244dc7b032f846360395.bindPopup(popup_ad80ffd2804da1b345373d7fc49eca8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3265a5e0d78b244dc7b032f846360395.setIcon(icon_e5cd1acc729c1fee862ee5d26aeeb7dd);
|
|
|
|
|
|
var marker_1e73467e89c076c939ffd076566f6d5b = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_910206628eece7530f83827d6e8089fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25c43463a1067d93c3bf561a68ed7553 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4b1808d8ac84b05747540f99e291a7b = $(`<div id="html_f4b1808d8ac84b05747540f99e291a7b" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_25c43463a1067d93c3bf561a68ed7553.setContent(html_f4b1808d8ac84b05747540f99e291a7b);
|
|
|
|
|
|
|
|
marker_1e73467e89c076c939ffd076566f6d5b.bindPopup(popup_25c43463a1067d93c3bf561a68ed7553)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e73467e89c076c939ffd076566f6d5b.setIcon(icon_910206628eece7530f83827d6e8089fa);
|
|
|
|
|
|
var marker_2657cf24cb2961bb4ead1a26d0e9b403 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_0d99bd2e0873033f4f0636c791ba778e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da424312cf692156ecd18f57806542b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_318c14acb97c55378b3202db553a1800 = $(`<div id="html_318c14acb97c55378b3202db553a1800" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_da424312cf692156ecd18f57806542b9.setContent(html_318c14acb97c55378b3202db553a1800);
|
|
|
|
|
|
|
|
marker_2657cf24cb2961bb4ead1a26d0e9b403.bindPopup(popup_da424312cf692156ecd18f57806542b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2657cf24cb2961bb4ead1a26d0e9b403.setIcon(icon_0d99bd2e0873033f4f0636c791ba778e);
|
|
|
|
|
|
var marker_06ef0fd4b1d5a6eabbadb67de529fb3f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_d5b974ad1f33ed98b832d307fe4f66ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6384cb3e8666c5030ae10a4e1ad97140 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e223d4c10b36ff09e21e656b56cae611 = $(`<div id="html_e223d4c10b36ff09e21e656b56cae611" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_6384cb3e8666c5030ae10a4e1ad97140.setContent(html_e223d4c10b36ff09e21e656b56cae611);
|
|
|
|
|
|
|
|
marker_06ef0fd4b1d5a6eabbadb67de529fb3f.bindPopup(popup_6384cb3e8666c5030ae10a4e1ad97140)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06ef0fd4b1d5a6eabbadb67de529fb3f.setIcon(icon_d5b974ad1f33ed98b832d307fe4f66ed);
|
|
|
|
|
|
var marker_c1aeab2fe4b7b22741bc76dc6ce73300 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_15e24a54c9fbb53f95c9009948c8bd5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bee71825dba74d7847654bc0d9c7afd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3288ff51046c950ad59ef3184c52275 = $(`<div id="html_e3288ff51046c950ad59ef3184c52275" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_1bee71825dba74d7847654bc0d9c7afd.setContent(html_e3288ff51046c950ad59ef3184c52275);
|
|
|
|
|
|
|
|
marker_c1aeab2fe4b7b22741bc76dc6ce73300.bindPopup(popup_1bee71825dba74d7847654bc0d9c7afd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1aeab2fe4b7b22741bc76dc6ce73300.setIcon(icon_15e24a54c9fbb53f95c9009948c8bd5e);
|
|
|
|
|
|
var marker_9246c656be8f7888da1dc3600bf58460 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c2ba3872654e6bc31826ec8984407f5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d11e926f184ae204079bc068497a9bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d33fdab014dfa1f2c93277fa13453069 = $(`<div id="html_d33fdab014dfa1f2c93277fa13453069" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_6d11e926f184ae204079bc068497a9bd.setContent(html_d33fdab014dfa1f2c93277fa13453069);
|
|
|
|
|
|
|
|
marker_9246c656be8f7888da1dc3600bf58460.bindPopup(popup_6d11e926f184ae204079bc068497a9bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9246c656be8f7888da1dc3600bf58460.setIcon(icon_c2ba3872654e6bc31826ec8984407f5e);
|
|
|
|
|
|
var marker_f7d57b03eac23ccc33cc8e64bc63fd3a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_70b2f3a3b2553b5ab48edf00ad84214b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a49c6da4c33edd59420149b672155f61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72587ed4c2a62a51384457f7f1eb36e6 = $(`<div id="html_72587ed4c2a62a51384457f7f1eb36e6" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_a49c6da4c33edd59420149b672155f61.setContent(html_72587ed4c2a62a51384457f7f1eb36e6);
|
|
|
|
|
|
|
|
marker_f7d57b03eac23ccc33cc8e64bc63fd3a.bindPopup(popup_a49c6da4c33edd59420149b672155f61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7d57b03eac23ccc33cc8e64bc63fd3a.setIcon(icon_70b2f3a3b2553b5ab48edf00ad84214b);
|
|
|
|
|
|
var marker_abd4c3808c85559ee4160d2037e0859c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_03c1f9441c6cde23c730a661282ab1b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9dc93a9ea8476b2a0e90cd9a977da566 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_414e5e627fca7b5d85f5d9b591ebb11f = $(`<div id="html_414e5e627fca7b5d85f5d9b591ebb11f" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_9dc93a9ea8476b2a0e90cd9a977da566.setContent(html_414e5e627fca7b5d85f5d9b591ebb11f);
|
|
|
|
|
|
|
|
marker_abd4c3808c85559ee4160d2037e0859c.bindPopup(popup_9dc93a9ea8476b2a0e90cd9a977da566)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abd4c3808c85559ee4160d2037e0859c.setIcon(icon_03c1f9441c6cde23c730a661282ab1b8);
|
|
|
|
|
|
var marker_f4d20a0b3517b533ea046e1e7bbd9c01 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_ad2e3bf7bb5cb9b80d12be756682f77b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe7eec84014027543cdabd390dd896fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f730ee28c082e76b5f6bf9e3aeb5276 = $(`<div id="html_8f730ee28c082e76b5f6bf9e3aeb5276" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_fe7eec84014027543cdabd390dd896fb.setContent(html_8f730ee28c082e76b5f6bf9e3aeb5276);
|
|
|
|
|
|
|
|
marker_f4d20a0b3517b533ea046e1e7bbd9c01.bindPopup(popup_fe7eec84014027543cdabd390dd896fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4d20a0b3517b533ea046e1e7bbd9c01.setIcon(icon_ad2e3bf7bb5cb9b80d12be756682f77b);
|
|
|
|
|
|
var marker_e31b7bb36cde8fa9ce3e8388b36c44a0 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_319b6944bacaa83e076c794d4e688aec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c236f2bcf9e6f5bf1d9d5915f36a3c63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbd70a8a1cab87699c810ee1d19829e0 = $(`<div id="html_dbd70a8a1cab87699c810ee1d19829e0" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_c236f2bcf9e6f5bf1d9d5915f36a3c63.setContent(html_dbd70a8a1cab87699c810ee1d19829e0);
|
|
|
|
|
|
|
|
marker_e31b7bb36cde8fa9ce3e8388b36c44a0.bindPopup(popup_c236f2bcf9e6f5bf1d9d5915f36a3c63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e31b7bb36cde8fa9ce3e8388b36c44a0.setIcon(icon_319b6944bacaa83e076c794d4e688aec);
|
|
|
|
|
|
var marker_a5dd27347147fa7e9555ee0400abc1f8 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_5b15779f5d53bcce52dd61cb2e50c41d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78cae09a1d33cd554b35ee83cf5b8250 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e698da32afce6b1aa32f71d4c96d0928 = $(`<div id="html_e698da32afce6b1aa32f71d4c96d0928" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_78cae09a1d33cd554b35ee83cf5b8250.setContent(html_e698da32afce6b1aa32f71d4c96d0928);
|
|
|
|
|
|
|
|
marker_a5dd27347147fa7e9555ee0400abc1f8.bindPopup(popup_78cae09a1d33cd554b35ee83cf5b8250)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5dd27347147fa7e9555ee0400abc1f8.setIcon(icon_5b15779f5d53bcce52dd61cb2e50c41d);
|
|
|
|
|
|
var marker_3fdbc237c5cea7eb9aa45a7939796b99 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_b4a55e24aae9b1dcb363d09db3a46e64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a44d2f1accce85a08d66b8620c52383 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5520a8b5b4a003b86530b83c566161f6 = $(`<div id="html_5520a8b5b4a003b86530b83c566161f6" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_2a44d2f1accce85a08d66b8620c52383.setContent(html_5520a8b5b4a003b86530b83c566161f6);
|
|
|
|
|
|
|
|
marker_3fdbc237c5cea7eb9aa45a7939796b99.bindPopup(popup_2a44d2f1accce85a08d66b8620c52383)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fdbc237c5cea7eb9aa45a7939796b99.setIcon(icon_b4a55e24aae9b1dcb363d09db3a46e64);
|
|
|
|
|
|
var marker_f9e08b8cdb2e63157d9f41fe2b288992 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c9ccae6ddfd3dabbc067cb6239711353 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f8d6760caa70a805b07de4bcbbc8e54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adcd88e42f5f3fd8b6d351ee124d780b = $(`<div id="html_adcd88e42f5f3fd8b6d351ee124d780b" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_9f8d6760caa70a805b07de4bcbbc8e54.setContent(html_adcd88e42f5f3fd8b6d351ee124d780b);
|
|
|
|
|
|
|
|
marker_f9e08b8cdb2e63157d9f41fe2b288992.bindPopup(popup_9f8d6760caa70a805b07de4bcbbc8e54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9e08b8cdb2e63157d9f41fe2b288992.setIcon(icon_c9ccae6ddfd3dabbc067cb6239711353);
|
|
|
|
|
|
var marker_23bb89c3bfc9c53be2ed377fa7ca3f99 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_7f63f4a2c163dfcbc29ecfe2252b9634 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8614940b4a617ee01feabd1c50b29907 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c8c31b7a54a223218a7d3801c1d42b1 = $(`<div id="html_2c8c31b7a54a223218a7d3801c1d42b1" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_8614940b4a617ee01feabd1c50b29907.setContent(html_2c8c31b7a54a223218a7d3801c1d42b1);
|
|
|
|
|
|
|
|
marker_23bb89c3bfc9c53be2ed377fa7ca3f99.bindPopup(popup_8614940b4a617ee01feabd1c50b29907)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23bb89c3bfc9c53be2ed377fa7ca3f99.setIcon(icon_7f63f4a2c163dfcbc29ecfe2252b9634);
|
|
|
|
|
|
var marker_3f95d95ab8df0aa3559fa8ff99c5840e = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_a321023ff3e7e24860f7b4e1320047b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b2b3fbb1fb87465913bd3029d669260 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34d76fdf4f4d2d12c8ee007f376ad2f8 = $(`<div id="html_34d76fdf4f4d2d12c8ee007f376ad2f8" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_5b2b3fbb1fb87465913bd3029d669260.setContent(html_34d76fdf4f4d2d12c8ee007f376ad2f8);
|
|
|
|
|
|
|
|
marker_3f95d95ab8df0aa3559fa8ff99c5840e.bindPopup(popup_5b2b3fbb1fb87465913bd3029d669260)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f95d95ab8df0aa3559fa8ff99c5840e.setIcon(icon_a321023ff3e7e24860f7b4e1320047b2);
|
|
|
|
|
|
var marker_e9665390c02e20cca80a35a765d0f3a6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_ca8dc687db7209fdddad5df3988ef128 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13a1cc16b38ac0f4a40cd52208f1f882 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce1bef5655c7ca8892dd8c7caec3e8e1 = $(`<div id="html_ce1bef5655c7ca8892dd8c7caec3e8e1" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_13a1cc16b38ac0f4a40cd52208f1f882.setContent(html_ce1bef5655c7ca8892dd8c7caec3e8e1);
|
|
|
|
|
|
|
|
marker_e9665390c02e20cca80a35a765d0f3a6.bindPopup(popup_13a1cc16b38ac0f4a40cd52208f1f882)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9665390c02e20cca80a35a765d0f3a6.setIcon(icon_ca8dc687db7209fdddad5df3988ef128);
|
|
|
|
|
|
var marker_410ff6b2b39f64c5d43247cc2a55e65b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_2d77a39ee11db482e19c3015babf0182 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e7c3fbc5cec74d71f6a335f7b97bc51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89ede9839e607f11cadc16e65ba1828e = $(`<div id="html_89ede9839e607f11cadc16e65ba1828e" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_0e7c3fbc5cec74d71f6a335f7b97bc51.setContent(html_89ede9839e607f11cadc16e65ba1828e);
|
|
|
|
|
|
|
|
marker_410ff6b2b39f64c5d43247cc2a55e65b.bindPopup(popup_0e7c3fbc5cec74d71f6a335f7b97bc51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_410ff6b2b39f64c5d43247cc2a55e65b.setIcon(icon_2d77a39ee11db482e19c3015babf0182);
|
|
|
|
|
|
var marker_412a2555b891fef5748b54708152d5b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_322c8baba173d611e44d4c8140e224d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56fd6336d7f24aae854cd0c4a6ab958b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_402cb829f3f8345b53b47b194806fbab = $(`<div id="html_402cb829f3f8345b53b47b194806fbab" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_56fd6336d7f24aae854cd0c4a6ab958b.setContent(html_402cb829f3f8345b53b47b194806fbab);
|
|
|
|
|
|
|
|
marker_412a2555b891fef5748b54708152d5b8.bindPopup(popup_56fd6336d7f24aae854cd0c4a6ab958b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_412a2555b891fef5748b54708152d5b8.setIcon(icon_322c8baba173d611e44d4c8140e224d5);
|
|
|
|
|
|
var marker_535c7ad113a6fe90b7663fce89bc1b9c = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_00ec61133d09bf1d5c2ea1cd63043419 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2def13f7a7fce1b20da9f026169fa793 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56e100a0f49b499afd1b4e11f5ef9fe4 = $(`<div id="html_56e100a0f49b499afd1b4e11f5ef9fe4" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_2def13f7a7fce1b20da9f026169fa793.setContent(html_56e100a0f49b499afd1b4e11f5ef9fe4);
|
|
|
|
|
|
|
|
marker_535c7ad113a6fe90b7663fce89bc1b9c.bindPopup(popup_2def13f7a7fce1b20da9f026169fa793)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_535c7ad113a6fe90b7663fce89bc1b9c.setIcon(icon_00ec61133d09bf1d5c2ea1cd63043419);
|
|
|
|
|
|
var marker_0b7a3ddaf27da53b6013531e0fc30c77 = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_50dc505b97241653962837b68ad69087 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39099643bc142f23e8352f0665248938 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cca1e623da2c222bbf4d1b70da7f51c2 = $(`<div id="html_cca1e623da2c222bbf4d1b70da7f51c2" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_39099643bc142f23e8352f0665248938.setContent(html_cca1e623da2c222bbf4d1b70da7f51c2);
|
|
|
|
|
|
|
|
marker_0b7a3ddaf27da53b6013531e0fc30c77.bindPopup(popup_39099643bc142f23e8352f0665248938)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b7a3ddaf27da53b6013531e0fc30c77.setIcon(icon_50dc505b97241653962837b68ad69087);
|
|
|
|
|
|
var marker_0230e7341718a4708db661fd1cce3cd6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_25010563e122c32f17e3793b126aff20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24f551682be5d93ad9ded55f5d8fc824 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec925e69b456d50c3f0bbda0896009bd = $(`<div id="html_ec925e69b456d50c3f0bbda0896009bd" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_24f551682be5d93ad9ded55f5d8fc824.setContent(html_ec925e69b456d50c3f0bbda0896009bd);
|
|
|
|
|
|
|
|
marker_0230e7341718a4708db661fd1cce3cd6.bindPopup(popup_24f551682be5d93ad9ded55f5d8fc824)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0230e7341718a4708db661fd1cce3cd6.setIcon(icon_25010563e122c32f17e3793b126aff20);
|
|
|
|
|
|
var marker_2ea30fd993ec9de16fb2909010f8fa32 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c88e9d43b4d29e51b58b7a0eeac4d0d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a735182eeea021b883a5444fa73efbd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aead04791732e88fa070ffbb43927d3a = $(`<div id="html_aead04791732e88fa070ffbb43927d3a" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_a735182eeea021b883a5444fa73efbd6.setContent(html_aead04791732e88fa070ffbb43927d3a);
|
|
|
|
|
|
|
|
marker_2ea30fd993ec9de16fb2909010f8fa32.bindPopup(popup_a735182eeea021b883a5444fa73efbd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ea30fd993ec9de16fb2909010f8fa32.setIcon(icon_c88e9d43b4d29e51b58b7a0eeac4d0d5);
|
|
|
|
|
|
var marker_90fec4fbd97d4ad6a265946dc46149a1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_5d46ed4f95801cfa104667c981cff0b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ec3c93ffc4d3ebf5b429629f15c4662 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cfc936c54d98aaff1332608b717e480 = $(`<div id="html_7cfc936c54d98aaff1332608b717e480" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_0ec3c93ffc4d3ebf5b429629f15c4662.setContent(html_7cfc936c54d98aaff1332608b717e480);
|
|
|
|
|
|
|
|
marker_90fec4fbd97d4ad6a265946dc46149a1.bindPopup(popup_0ec3c93ffc4d3ebf5b429629f15c4662)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90fec4fbd97d4ad6a265946dc46149a1.setIcon(icon_5d46ed4f95801cfa104667c981cff0b6);
|
|
|
|
|
|
var marker_4d03211dae012dff2710d94e7ce6462d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_efa0ead86b1bed399f6117a23d0f42e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_983a003799204666f25f8e2cebc41db8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3059b02ea15d0e66aba117ff188fe340 = $(`<div id="html_3059b02ea15d0e66aba117ff188fe340" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_983a003799204666f25f8e2cebc41db8.setContent(html_3059b02ea15d0e66aba117ff188fe340);
|
|
|
|
|
|
|
|
marker_4d03211dae012dff2710d94e7ce6462d.bindPopup(popup_983a003799204666f25f8e2cebc41db8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d03211dae012dff2710d94e7ce6462d.setIcon(icon_efa0ead86b1bed399f6117a23d0f42e1);
|
|
|
|
|
|
var marker_f338237ad7f30f0bbfa99da2054982ba = L.marker(
|
|
[25.0367, 121.524],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_4376f332c4d2121184206a58dc9e8ae7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ec9e4fe60b962fa5a58f3ed7cd77d22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_890d92afff8f6603f90d13d4a5f448a8 = $(`<div id="html_890d92afff8f6603f90d13d4a5f448a8" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_0ec9e4fe60b962fa5a58f3ed7cd77d22.setContent(html_890d92afff8f6603f90d13d4a5f448a8);
|
|
|
|
|
|
|
|
marker_f338237ad7f30f0bbfa99da2054982ba.bindPopup(popup_0ec9e4fe60b962fa5a58f3ed7cd77d22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f338237ad7f30f0bbfa99da2054982ba.setIcon(icon_4376f332c4d2121184206a58dc9e8ae7);
|
|
|
|
|
|
var marker_f27dd4df7edc6423985c4782ade68c67 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_cda62728d53a44ae44f30bc8f73b625b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c102a4a639b78aee64129baa2864b58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b243503889a47e0390543f8e8cd41731 = $(`<div id="html_b243503889a47e0390543f8e8cd41731" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_5c102a4a639b78aee64129baa2864b58.setContent(html_b243503889a47e0390543f8e8cd41731);
|
|
|
|
|
|
|
|
marker_f27dd4df7edc6423985c4782ade68c67.bindPopup(popup_5c102a4a639b78aee64129baa2864b58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f27dd4df7edc6423985c4782ade68c67.setIcon(icon_cda62728d53a44ae44f30bc8f73b625b);
|
|
|
|
|
|
var marker_a20f2e55d6319c410b05f15d89700b79 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_836c006a5b51da7280d7400d058759e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1f9d1fbbebc3cca7c6c37a15381eadc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2efd009697412e2bfa9db41444bd911 = $(`<div id="html_b2efd009697412e2bfa9db41444bd911" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_c1f9d1fbbebc3cca7c6c37a15381eadc.setContent(html_b2efd009697412e2bfa9db41444bd911);
|
|
|
|
|
|
|
|
marker_a20f2e55d6319c410b05f15d89700b79.bindPopup(popup_c1f9d1fbbebc3cca7c6c37a15381eadc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a20f2e55d6319c410b05f15d89700b79.setIcon(icon_836c006a5b51da7280d7400d058759e7);
|
|
|
|
|
|
var marker_e0cc167871307471bc41e24e6181433d = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_ac57068bae405e3498b5e3374ee2a4bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_494b1c16360aa5e63ebfe85920a13f9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23a58886a0fda6c392cdcab701ab9487 = $(`<div id="html_23a58886a0fda6c392cdcab701ab9487" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_494b1c16360aa5e63ebfe85920a13f9f.setContent(html_23a58886a0fda6c392cdcab701ab9487);
|
|
|
|
|
|
|
|
marker_e0cc167871307471bc41e24e6181433d.bindPopup(popup_494b1c16360aa5e63ebfe85920a13f9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0cc167871307471bc41e24e6181433d.setIcon(icon_ac57068bae405e3498b5e3374ee2a4bf);
|
|
|
|
|
|
var marker_88896d70ccaa5eb3a93b26c6042e1d2c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_3d16934329023d6a38c1ca40f477d4cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8125cda52df69690229dd702dedf9989 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62b69fef4235b165ca387e0e7cbfe692 = $(`<div id="html_62b69fef4235b165ca387e0e7cbfe692" style="width: 100.0%; height: 100.0%;">relay.divine.video</div>`)[0];
|
|
popup_8125cda52df69690229dd702dedf9989.setContent(html_62b69fef4235b165ca387e0e7cbfe692);
|
|
|
|
|
|
|
|
marker_88896d70ccaa5eb3a93b26c6042e1d2c.bindPopup(popup_8125cda52df69690229dd702dedf9989)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88896d70ccaa5eb3a93b26c6042e1d2c.setIcon(icon_3d16934329023d6a38c1ca40f477d4cd);
|
|
|
|
|
|
var marker_21d9fc1e43dd1ff89d4e66344a788beb = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c908789704ac325416ee47bd29067875 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f58e687d255230a1764cee159aebab7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_028e636c930e7da574b6a3545bf90074 = $(`<div id="html_028e636c930e7da574b6a3545bf90074" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_f58e687d255230a1764cee159aebab7b.setContent(html_028e636c930e7da574b6a3545bf90074);
|
|
|
|
|
|
|
|
marker_21d9fc1e43dd1ff89d4e66344a788beb.bindPopup(popup_f58e687d255230a1764cee159aebab7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21d9fc1e43dd1ff89d4e66344a788beb.setIcon(icon_c908789704ac325416ee47bd29067875);
|
|
|
|
|
|
var marker_df99239c209613ab993736af6073e3b9 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_8d932164c5a14c896f95d172851ae8e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ecb340d95bfdf119af1b12f05759f69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_767720152110cdea423f7b8584f05bf7 = $(`<div id="html_767720152110cdea423f7b8584f05bf7" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_8ecb340d95bfdf119af1b12f05759f69.setContent(html_767720152110cdea423f7b8584f05bf7);
|
|
|
|
|
|
|
|
marker_df99239c209613ab993736af6073e3b9.bindPopup(popup_8ecb340d95bfdf119af1b12f05759f69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df99239c209613ab993736af6073e3b9.setIcon(icon_8d932164c5a14c896f95d172851ae8e0);
|
|
|
|
|
|
var marker_fb38d90f37921b46d6eae7efcb824180 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_44d834b3a720f9e6967e6d18829f6693 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7c9c5530947c20c6bbc3ecd655b9851 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e44c7fcf321e03f632a57f42b9de6e54 = $(`<div id="html_e44c7fcf321e03f632a57f42b9de6e54" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_d7c9c5530947c20c6bbc3ecd655b9851.setContent(html_e44c7fcf321e03f632a57f42b9de6e54);
|
|
|
|
|
|
|
|
marker_fb38d90f37921b46d6eae7efcb824180.bindPopup(popup_d7c9c5530947c20c6bbc3ecd655b9851)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb38d90f37921b46d6eae7efcb824180.setIcon(icon_44d834b3a720f9e6967e6d18829f6693);
|
|
|
|
|
|
var marker_8bdf50bff68760faeec76533ccd9f804 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_98dfd593a4a737d59aace03a5161d60d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e53c1f29d44d110d7338d816a3c1a11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a7d7f56b13f469f191579aeb5aecf76 = $(`<div id="html_2a7d7f56b13f469f191579aeb5aecf76" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_0e53c1f29d44d110d7338d816a3c1a11.setContent(html_2a7d7f56b13f469f191579aeb5aecf76);
|
|
|
|
|
|
|
|
marker_8bdf50bff68760faeec76533ccd9f804.bindPopup(popup_0e53c1f29d44d110d7338d816a3c1a11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bdf50bff68760faeec76533ccd9f804.setIcon(icon_98dfd593a4a737d59aace03a5161d60d);
|
|
|
|
|
|
var marker_f05a20cb329680cafce00997a1bb0948 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_f113742249644132788215e3f62f13fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1d775a67bb577e61a6886e2c41bdd59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dfd364d1c6f75c031e4e3e24d81f83f = $(`<div id="html_8dfd364d1c6f75c031e4e3e24d81f83f" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_e1d775a67bb577e61a6886e2c41bdd59.setContent(html_8dfd364d1c6f75c031e4e3e24d81f83f);
|
|
|
|
|
|
|
|
marker_f05a20cb329680cafce00997a1bb0948.bindPopup(popup_e1d775a67bb577e61a6886e2c41bdd59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f05a20cb329680cafce00997a1bb0948.setIcon(icon_f113742249644132788215e3f62f13fe);
|
|
|
|
|
|
var marker_b0be7eecdd04aa17b22a1c620dfd1995 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c69b6029563689f37910b395250d6227 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ae62340baf1c838b68d602aa633a284 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e547455fcf0d14d6a86a37eae2423e10 = $(`<div id="html_e547455fcf0d14d6a86a37eae2423e10" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_9ae62340baf1c838b68d602aa633a284.setContent(html_e547455fcf0d14d6a86a37eae2423e10);
|
|
|
|
|
|
|
|
marker_b0be7eecdd04aa17b22a1c620dfd1995.bindPopup(popup_9ae62340baf1c838b68d602aa633a284)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0be7eecdd04aa17b22a1c620dfd1995.setIcon(icon_c69b6029563689f37910b395250d6227);
|
|
|
|
|
|
var marker_09977c30c0cfe11d6d697fbd03de2f65 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_f8138b46e7c91cf97c804c7b6144b503 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb3e3095c1b25d46b75b46c00fc81e0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_085e8e9138d4e3ceb64cb23b2356e30c = $(`<div id="html_085e8e9138d4e3ceb64cb23b2356e30c" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_eb3e3095c1b25d46b75b46c00fc81e0c.setContent(html_085e8e9138d4e3ceb64cb23b2356e30c);
|
|
|
|
|
|
|
|
marker_09977c30c0cfe11d6d697fbd03de2f65.bindPopup(popup_eb3e3095c1b25d46b75b46c00fc81e0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09977c30c0cfe11d6d697fbd03de2f65.setIcon(icon_f8138b46e7c91cf97c804c7b6144b503);
|
|
|
|
|
|
var marker_52ba74a9368729a86226b2d8610cd57a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_0a8ea274cce9ad3e445fbb6e16e88daa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07d0215e8da31b5ec05652b585038570 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13cb493bd9575639c1c69950de1f49ad = $(`<div id="html_13cb493bd9575639c1c69950de1f49ad" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_07d0215e8da31b5ec05652b585038570.setContent(html_13cb493bd9575639c1c69950de1f49ad);
|
|
|
|
|
|
|
|
marker_52ba74a9368729a86226b2d8610cd57a.bindPopup(popup_07d0215e8da31b5ec05652b585038570)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52ba74a9368729a86226b2d8610cd57a.setIcon(icon_0a8ea274cce9ad3e445fbb6e16e88daa);
|
|
|
|
|
|
var marker_efcebf9395cb7171fbf973302ac9ecf2 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_659b43a89b47ea29bce4c275fe7f6823 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1689d360ff3461d50857546a925e94d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe479f3927685495f8d1e0bd9cfe974b = $(`<div id="html_fe479f3927685495f8d1e0bd9cfe974b" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_1689d360ff3461d50857546a925e94d9.setContent(html_fe479f3927685495f8d1e0bd9cfe974b);
|
|
|
|
|
|
|
|
marker_efcebf9395cb7171fbf973302ac9ecf2.bindPopup(popup_1689d360ff3461d50857546a925e94d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efcebf9395cb7171fbf973302ac9ecf2.setIcon(icon_659b43a89b47ea29bce4c275fe7f6823);
|
|
|
|
|
|
var marker_9d1d860aff10f3f0c7c509ad5a67cb8b = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_0c742114d866be7841969348b0e77832 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_543ac87434322d68726276def1edea51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39570c0cfdd7c7ddd39ff2edfcd2aaf5 = $(`<div id="html_39570c0cfdd7c7ddd39ff2edfcd2aaf5" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_543ac87434322d68726276def1edea51.setContent(html_39570c0cfdd7c7ddd39ff2edfcd2aaf5);
|
|
|
|
|
|
|
|
marker_9d1d860aff10f3f0c7c509ad5a67cb8b.bindPopup(popup_543ac87434322d68726276def1edea51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d1d860aff10f3f0c7c509ad5a67cb8b.setIcon(icon_0c742114d866be7841969348b0e77832);
|
|
|
|
|
|
var marker_3372bab7cbb30b93e555c4799a75ba18 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_47d4ced919afa014e1868293effbac73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f351a5a76010a1fc4dcc5e090426d79f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_392b536ef83f01e21310768a262b97c5 = $(`<div id="html_392b536ef83f01e21310768a262b97c5" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_f351a5a76010a1fc4dcc5e090426d79f.setContent(html_392b536ef83f01e21310768a262b97c5);
|
|
|
|
|
|
|
|
marker_3372bab7cbb30b93e555c4799a75ba18.bindPopup(popup_f351a5a76010a1fc4dcc5e090426d79f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3372bab7cbb30b93e555c4799a75ba18.setIcon(icon_47d4ced919afa014e1868293effbac73);
|
|
|
|
|
|
var marker_adf7b89214c2abd5fd1c0779f29abc89 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c05c75bcf76657570a2bea84c28d3fe8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4d62a0afca5ea7390efbbf257617544 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ed91b5847a8efef6d9483f0c2694960 = $(`<div id="html_7ed91b5847a8efef6d9483f0c2694960" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_f4d62a0afca5ea7390efbbf257617544.setContent(html_7ed91b5847a8efef6d9483f0c2694960);
|
|
|
|
|
|
|
|
marker_adf7b89214c2abd5fd1c0779f29abc89.bindPopup(popup_f4d62a0afca5ea7390efbbf257617544)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adf7b89214c2abd5fd1c0779f29abc89.setIcon(icon_c05c75bcf76657570a2bea84c28d3fe8);
|
|
|
|
|
|
var marker_4f90c882d562c91bcc7f3e63480522f1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_279e643985505bdb1e7f44ab2c29680f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_826f2d65931211b5256a9c30ed1c505b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f007e136b586ec48b39f675e0b1f13f = $(`<div id="html_6f007e136b586ec48b39f675e0b1f13f" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_826f2d65931211b5256a9c30ed1c505b.setContent(html_6f007e136b586ec48b39f675e0b1f13f);
|
|
|
|
|
|
|
|
marker_4f90c882d562c91bcc7f3e63480522f1.bindPopup(popup_826f2d65931211b5256a9c30ed1c505b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f90c882d562c91bcc7f3e63480522f1.setIcon(icon_279e643985505bdb1e7f44ab2c29680f);
|
|
|
|
|
|
var marker_e1b2c4f5d2b3088f29bfe2ba7b86c8ef = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_5c2ee0c5074d5628bae58ebf605c1c8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a66f830795d5400d94751e508c8c37c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_708803c8254d6484bf45d58aa00fe70e = $(`<div id="html_708803c8254d6484bf45d58aa00fe70e" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_a66f830795d5400d94751e508c8c37c0.setContent(html_708803c8254d6484bf45d58aa00fe70e);
|
|
|
|
|
|
|
|
marker_e1b2c4f5d2b3088f29bfe2ba7b86c8ef.bindPopup(popup_a66f830795d5400d94751e508c8c37c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1b2c4f5d2b3088f29bfe2ba7b86c8ef.setIcon(icon_5c2ee0c5074d5628bae58ebf605c1c8b);
|
|
|
|
|
|
var marker_7bfaaaf9677d60a78513bba3338a504f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c59520e9607f95c09aaa6a65a18c4a22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46ed5c7483aa3ef554ec58945c2d7bd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_355c0b79b42f07abf8da72ed57b89d67 = $(`<div id="html_355c0b79b42f07abf8da72ed57b89d67" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_46ed5c7483aa3ef554ec58945c2d7bd8.setContent(html_355c0b79b42f07abf8da72ed57b89d67);
|
|
|
|
|
|
|
|
marker_7bfaaaf9677d60a78513bba3338a504f.bindPopup(popup_46ed5c7483aa3ef554ec58945c2d7bd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bfaaaf9677d60a78513bba3338a504f.setIcon(icon_c59520e9607f95c09aaa6a65a18c4a22);
|
|
|
|
|
|
var marker_cbfca713efe61916048b3c5eb1a3a29e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_94a212bef6766c289245c7e4f033ae12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ede4a6a68c8f58a53b3df4db0335e17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e7d712985b4c274e21ba8882830bf1c = $(`<div id="html_4e7d712985b4c274e21ba8882830bf1c" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_7ede4a6a68c8f58a53b3df4db0335e17.setContent(html_4e7d712985b4c274e21ba8882830bf1c);
|
|
|
|
|
|
|
|
marker_cbfca713efe61916048b3c5eb1a3a29e.bindPopup(popup_7ede4a6a68c8f58a53b3df4db0335e17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbfca713efe61916048b3c5eb1a3a29e.setIcon(icon_94a212bef6766c289245c7e4f033ae12);
|
|
|
|
|
|
var marker_660c44a9519dae920fd5bef7f6608ea2 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_476b09553e8a87981a0eeb43bf39bece = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eab0ff97ea9b9c428b123f5e21d814eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_608fedb69e05971d339ec03ec7922b96 = $(`<div id="html_608fedb69e05971d339ec03ec7922b96" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_eab0ff97ea9b9c428b123f5e21d814eb.setContent(html_608fedb69e05971d339ec03ec7922b96);
|
|
|
|
|
|
|
|
marker_660c44a9519dae920fd5bef7f6608ea2.bindPopup(popup_eab0ff97ea9b9c428b123f5e21d814eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_660c44a9519dae920fd5bef7f6608ea2.setIcon(icon_476b09553e8a87981a0eeb43bf39bece);
|
|
|
|
|
|
var marker_f314441e22602e4aac2ff4fc2015035f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_ed246a68d2168cf58e0f1b9db66464db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c156a9e4da6448ab6b8d57974ba8e152 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9b983215f7d5b8a64a03c6c86d938ac = $(`<div id="html_d9b983215f7d5b8a64a03c6c86d938ac" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_c156a9e4da6448ab6b8d57974ba8e152.setContent(html_d9b983215f7d5b8a64a03c6c86d938ac);
|
|
|
|
|
|
|
|
marker_f314441e22602e4aac2ff4fc2015035f.bindPopup(popup_c156a9e4da6448ab6b8d57974ba8e152)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f314441e22602e4aac2ff4fc2015035f.setIcon(icon_ed246a68d2168cf58e0f1b9db66464db);
|
|
|
|
|
|
var marker_b5a711605dbb7d2c119541ca6b28b334 = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_669ab3deac9f37effe2c73b87c13530f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e43d2b5b9ec36d270fe9545aa0074c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_195ecc06adaaa2924099cfe00248373b = $(`<div id="html_195ecc06adaaa2924099cfe00248373b" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_5e43d2b5b9ec36d270fe9545aa0074c6.setContent(html_195ecc06adaaa2924099cfe00248373b);
|
|
|
|
|
|
|
|
marker_b5a711605dbb7d2c119541ca6b28b334.bindPopup(popup_5e43d2b5b9ec36d270fe9545aa0074c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5a711605dbb7d2c119541ca6b28b334.setIcon(icon_669ab3deac9f37effe2c73b87c13530f);
|
|
|
|
|
|
var marker_30aafd6a4c01af888804d8e83133b1a0 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_3e1aca9def688a181f9986687a3adbd8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9b48aa0005ce85931e1c9d3f284cf21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e7637f3c2616eb15d2df9009fd97e35 = $(`<div id="html_6e7637f3c2616eb15d2df9009fd97e35" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_f9b48aa0005ce85931e1c9d3f284cf21.setContent(html_6e7637f3c2616eb15d2df9009fd97e35);
|
|
|
|
|
|
|
|
marker_30aafd6a4c01af888804d8e83133b1a0.bindPopup(popup_f9b48aa0005ce85931e1c9d3f284cf21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30aafd6a4c01af888804d8e83133b1a0.setIcon(icon_3e1aca9def688a181f9986687a3adbd8);
|
|
|
|
|
|
var marker_a84bf81d5378b30eea0697da26247c29 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_fcedb039c3c0b4f1d35a0ee3702823a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f340f63f7d09801a5b6cf6c3f598cb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b02737ad4f3443ab1572f16ec8d7f944 = $(`<div id="html_b02737ad4f3443ab1572f16ec8d7f944" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_5f340f63f7d09801a5b6cf6c3f598cb5.setContent(html_b02737ad4f3443ab1572f16ec8d7f944);
|
|
|
|
|
|
|
|
marker_a84bf81d5378b30eea0697da26247c29.bindPopup(popup_5f340f63f7d09801a5b6cf6c3f598cb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a84bf81d5378b30eea0697da26247c29.setIcon(icon_fcedb039c3c0b4f1d35a0ee3702823a7);
|
|
|
|
|
|
var marker_5ab0bf3abb601301339d5647965560ea = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_1674003eef114468023a70e7b79a7aaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a256807dabe2eef6764a8e2410db6d1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18469172084a5f3fcd13af3200ea192a = $(`<div id="html_18469172084a5f3fcd13af3200ea192a" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_a256807dabe2eef6764a8e2410db6d1f.setContent(html_18469172084a5f3fcd13af3200ea192a);
|
|
|
|
|
|
|
|
marker_5ab0bf3abb601301339d5647965560ea.bindPopup(popup_a256807dabe2eef6764a8e2410db6d1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ab0bf3abb601301339d5647965560ea.setIcon(icon_1674003eef114468023a70e7b79a7aaa);
|
|
|
|
|
|
var marker_e10073c98f7fbe7684cb86d9e72a8966 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_eccd6f5a4ca893beab5bc0093ab70860 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9c44784fb804dc2dac539a0dbeb5b93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d3ffa4f560263abdeaf8cb7c5fbace0 = $(`<div id="html_5d3ffa4f560263abdeaf8cb7c5fbace0" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_c9c44784fb804dc2dac539a0dbeb5b93.setContent(html_5d3ffa4f560263abdeaf8cb7c5fbace0);
|
|
|
|
|
|
|
|
marker_e10073c98f7fbe7684cb86d9e72a8966.bindPopup(popup_c9c44784fb804dc2dac539a0dbeb5b93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e10073c98f7fbe7684cb86d9e72a8966.setIcon(icon_eccd6f5a4ca893beab5bc0093ab70860);
|
|
|
|
|
|
var marker_74818a9ffee924e9b2ea2c05d34f2acd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_3a6a3816edb79ed59c4c34d7f571305f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_918e2bebe67f52fc82b50c4abf530860 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1fcebe4c6f05bb19e1b843e1a056d57 = $(`<div id="html_b1fcebe4c6f05bb19e1b843e1a056d57" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_918e2bebe67f52fc82b50c4abf530860.setContent(html_b1fcebe4c6f05bb19e1b843e1a056d57);
|
|
|
|
|
|
|
|
marker_74818a9ffee924e9b2ea2c05d34f2acd.bindPopup(popup_918e2bebe67f52fc82b50c4abf530860)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74818a9ffee924e9b2ea2c05d34f2acd.setIcon(icon_3a6a3816edb79ed59c4c34d7f571305f);
|
|
|
|
|
|
var marker_6393146c7ca692646c6b1d90eb5d5df8 = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_d42847aa44a349995c858e0ffeae557e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0582ed7c3289f1158b3eacf5e9be4ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_746c61c43ced3c96ad25cd56f6be6b55 = $(`<div id="html_746c61c43ced3c96ad25cd56f6be6b55" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_c0582ed7c3289f1158b3eacf5e9be4ca.setContent(html_746c61c43ced3c96ad25cd56f6be6b55);
|
|
|
|
|
|
|
|
marker_6393146c7ca692646c6b1d90eb5d5df8.bindPopup(popup_c0582ed7c3289f1158b3eacf5e9be4ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6393146c7ca692646c6b1d90eb5d5df8.setIcon(icon_d42847aa44a349995c858e0ffeae557e);
|
|
|
|
|
|
var marker_593153d6e6c866185e27298f63e6e2b7 = L.marker(
|
|
[36.1512, -86.7835],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_7fab3aa083e6ace0f756a8e52ff5445e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_613b727200de15052adb2abe94f48a80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bbdd5195f46806ee5dfbf618d6d4d6f = $(`<div id="html_5bbdd5195f46806ee5dfbf618d6d4d6f" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_613b727200de15052adb2abe94f48a80.setContent(html_5bbdd5195f46806ee5dfbf618d6d4d6f);
|
|
|
|
|
|
|
|
marker_593153d6e6c866185e27298f63e6e2b7.bindPopup(popup_613b727200de15052adb2abe94f48a80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_593153d6e6c866185e27298f63e6e2b7.setIcon(icon_7fab3aa083e6ace0f756a8e52ff5445e);
|
|
|
|
|
|
var marker_529518cebed9eaf21af50182ab5f530d = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_b22ab56adc02ab1d012d9e253e9d19d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3dd8def272fd263f3985454cd47ca4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4848503101a234c402b48672d0247727 = $(`<div id="html_4848503101a234c402b48672d0247727" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_c3dd8def272fd263f3985454cd47ca4c.setContent(html_4848503101a234c402b48672d0247727);
|
|
|
|
|
|
|
|
marker_529518cebed9eaf21af50182ab5f530d.bindPopup(popup_c3dd8def272fd263f3985454cd47ca4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_529518cebed9eaf21af50182ab5f530d.setIcon(icon_b22ab56adc02ab1d012d9e253e9d19d0);
|
|
|
|
|
|
var marker_e0be74f52acd5246b2e319df2f7a5400 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_3cfa0e51ec3920883e76b88d6a52c813 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd02c234eac82e1b072706b45b7a5cc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a8c60f3f8702b3a6a70a4298fbcc566 = $(`<div id="html_7a8c60f3f8702b3a6a70a4298fbcc566" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_dd02c234eac82e1b072706b45b7a5cc7.setContent(html_7a8c60f3f8702b3a6a70a4298fbcc566);
|
|
|
|
|
|
|
|
marker_e0be74f52acd5246b2e319df2f7a5400.bindPopup(popup_dd02c234eac82e1b072706b45b7a5cc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0be74f52acd5246b2e319df2f7a5400.setIcon(icon_3cfa0e51ec3920883e76b88d6a52c813);
|
|
|
|
|
|
var marker_5f5ae90727c87796dbaada770e1498e2 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_51345a2faef717a8b725daaf3a39a704 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d5b674000473cb2f806ca371208e60e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac586eb4071b304c982f170647044a33 = $(`<div id="html_ac586eb4071b304c982f170647044a33" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_1d5b674000473cb2f806ca371208e60e.setContent(html_ac586eb4071b304c982f170647044a33);
|
|
|
|
|
|
|
|
marker_5f5ae90727c87796dbaada770e1498e2.bindPopup(popup_1d5b674000473cb2f806ca371208e60e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f5ae90727c87796dbaada770e1498e2.setIcon(icon_51345a2faef717a8b725daaf3a39a704);
|
|
|
|
|
|
var marker_88a397110371f0a52f241d2e601a0537 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_7717dc4410614334ae96911d95b5457d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91adf6c22e4895cb56fc8015823fb4b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d011bf907460a6e3a4ec3c9effab1398 = $(`<div id="html_d011bf907460a6e3a4ec3c9effab1398" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_91adf6c22e4895cb56fc8015823fb4b8.setContent(html_d011bf907460a6e3a4ec3c9effab1398);
|
|
|
|
|
|
|
|
marker_88a397110371f0a52f241d2e601a0537.bindPopup(popup_91adf6c22e4895cb56fc8015823fb4b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88a397110371f0a52f241d2e601a0537.setIcon(icon_7717dc4410614334ae96911d95b5457d);
|
|
|
|
|
|
var marker_9c9e63f4f09446d06ef3d9da4973f7d8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_3ae6d04c3847a81a8dad014749fad6ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_463973cfa387c37cfd7977332f871108 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13c30a176d11c10ad923675c03ff4779 = $(`<div id="html_13c30a176d11c10ad923675c03ff4779" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_463973cfa387c37cfd7977332f871108.setContent(html_13c30a176d11c10ad923675c03ff4779);
|
|
|
|
|
|
|
|
marker_9c9e63f4f09446d06ef3d9da4973f7d8.bindPopup(popup_463973cfa387c37cfd7977332f871108)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c9e63f4f09446d06ef3d9da4973f7d8.setIcon(icon_3ae6d04c3847a81a8dad014749fad6ef);
|
|
|
|
|
|
var marker_be988b7746815d3c78bf3f978d1274df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_1e73775841772dc3c5751fc35eef9c01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7074c2b2717d42236be8ecb3d10c0bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_421435ace4a8895b434850ec9c52159b = $(`<div id="html_421435ace4a8895b434850ec9c52159b" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_c7074c2b2717d42236be8ecb3d10c0bb.setContent(html_421435ace4a8895b434850ec9c52159b);
|
|
|
|
|
|
|
|
marker_be988b7746815d3c78bf3f978d1274df.bindPopup(popup_c7074c2b2717d42236be8ecb3d10c0bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be988b7746815d3c78bf3f978d1274df.setIcon(icon_1e73775841772dc3c5751fc35eef9c01);
|
|
|
|
|
|
var marker_2859e299c5c6befb396500e5ea81ddd8 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_b0d76a7288921746c539413517ca9df7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddf3262cc1c701592840f5799e8ca6c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a942e02693a2d3ee385790fc15cf80ad = $(`<div id="html_a942e02693a2d3ee385790fc15cf80ad" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_ddf3262cc1c701592840f5799e8ca6c7.setContent(html_a942e02693a2d3ee385790fc15cf80ad);
|
|
|
|
|
|
|
|
marker_2859e299c5c6befb396500e5ea81ddd8.bindPopup(popup_ddf3262cc1c701592840f5799e8ca6c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2859e299c5c6befb396500e5ea81ddd8.setIcon(icon_b0d76a7288921746c539413517ca9df7);
|
|
|
|
|
|
var marker_f12eb7653e13718f99b98de6c8523b57 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_361811e4535a94f9547cb618b326235a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5eba162b24c1751709322dffb177183b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4e0a33c1911a9e7e423141e0bd58abf = $(`<div id="html_b4e0a33c1911a9e7e423141e0bd58abf" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_5eba162b24c1751709322dffb177183b.setContent(html_b4e0a33c1911a9e7e423141e0bd58abf);
|
|
|
|
|
|
|
|
marker_f12eb7653e13718f99b98de6c8523b57.bindPopup(popup_5eba162b24c1751709322dffb177183b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f12eb7653e13718f99b98de6c8523b57.setIcon(icon_361811e4535a94f9547cb618b326235a);
|
|
|
|
|
|
var marker_f827ca726eb2ed30576bd0bb326d483d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_6aa8bfd73f09e6b7a3e51b9a8038d850 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9834eb3a7191551982c58abad926eecb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f0772a1c0f1c3323ee47f75f91af970 = $(`<div id="html_4f0772a1c0f1c3323ee47f75f91af970" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_9834eb3a7191551982c58abad926eecb.setContent(html_4f0772a1c0f1c3323ee47f75f91af970);
|
|
|
|
|
|
|
|
marker_f827ca726eb2ed30576bd0bb326d483d.bindPopup(popup_9834eb3a7191551982c58abad926eecb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f827ca726eb2ed30576bd0bb326d483d.setIcon(icon_6aa8bfd73f09e6b7a3e51b9a8038d850);
|
|
|
|
|
|
var marker_787bec191329dca482be0fe4a3771e0a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_20a9e78f9e071c6d9443992b8859451d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1c3969b47dfc1e5653a510d8594872d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34347b1f4d0c030fc7d47cc1cd1ebbfa = $(`<div id="html_34347b1f4d0c030fc7d47cc1cd1ebbfa" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_b1c3969b47dfc1e5653a510d8594872d.setContent(html_34347b1f4d0c030fc7d47cc1cd1ebbfa);
|
|
|
|
|
|
|
|
marker_787bec191329dca482be0fe4a3771e0a.bindPopup(popup_b1c3969b47dfc1e5653a510d8594872d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_787bec191329dca482be0fe4a3771e0a.setIcon(icon_20a9e78f9e071c6d9443992b8859451d);
|
|
|
|
|
|
var marker_8d12d8c1bd8b57e7ddfd865987416169 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_13fb65ef9bc5ee4c8917d5a59769e66e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc3fb0595d726e9b76d1dd3fe1426ed3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b174263457256d30fef80b3f7856d50 = $(`<div id="html_5b174263457256d30fef80b3f7856d50" style="width: 100.0%; height: 100.0%;">exp.gulugulu.moe</div>`)[0];
|
|
popup_fc3fb0595d726e9b76d1dd3fe1426ed3.setContent(html_5b174263457256d30fef80b3f7856d50);
|
|
|
|
|
|
|
|
marker_8d12d8c1bd8b57e7ddfd865987416169.bindPopup(popup_fc3fb0595d726e9b76d1dd3fe1426ed3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d12d8c1bd8b57e7ddfd865987416169.setIcon(icon_13fb65ef9bc5ee4c8917d5a59769e66e);
|
|
|
|
|
|
var marker_601b670ba9a9d99756d11f1995da77ae = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_a438375ba83a38930493a1faa92742c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1de88780212282ce67dd5acefc24faea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c28ce1beba326b602464027bb1b932d8 = $(`<div id="html_c28ce1beba326b602464027bb1b932d8" style="width: 100.0%; height: 100.0%;">relay.upleb.uk</div>`)[0];
|
|
popup_1de88780212282ce67dd5acefc24faea.setContent(html_c28ce1beba326b602464027bb1b932d8);
|
|
|
|
|
|
|
|
marker_601b670ba9a9d99756d11f1995da77ae.bindPopup(popup_1de88780212282ce67dd5acefc24faea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_601b670ba9a9d99756d11f1995da77ae.setIcon(icon_a438375ba83a38930493a1faa92742c0);
|
|
|
|
|
|
var marker_d519ba9378a27bc332f66b5caa7e8fc3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_0b51eeb877ad3661843de52faf71c97b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f41f58265276006862a14e581e876c1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f3c0392e85b2a956f5aa41086abd697 = $(`<div id="html_0f3c0392e85b2a956f5aa41086abd697" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_f41f58265276006862a14e581e876c1e.setContent(html_0f3c0392e85b2a956f5aa41086abd697);
|
|
|
|
|
|
|
|
marker_d519ba9378a27bc332f66b5caa7e8fc3.bindPopup(popup_f41f58265276006862a14e581e876c1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d519ba9378a27bc332f66b5caa7e8fc3.setIcon(icon_0b51eeb877ad3661843de52faf71c97b);
|
|
|
|
|
|
var marker_7a359cf1305248d55fb2f8b8ebdd8b55 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_f0bfd59490f8d1d31f3c97a9e5374f83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bc6a811da74bb4b51098844fafb49e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8279070ee670041f752cc1009e0c0bca = $(`<div id="html_8279070ee670041f752cc1009e0c0bca" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_5bc6a811da74bb4b51098844fafb49e8.setContent(html_8279070ee670041f752cc1009e0c0bca);
|
|
|
|
|
|
|
|
marker_7a359cf1305248d55fb2f8b8ebdd8b55.bindPopup(popup_5bc6a811da74bb4b51098844fafb49e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a359cf1305248d55fb2f8b8ebdd8b55.setIcon(icon_f0bfd59490f8d1d31f3c97a9e5374f83);
|
|
|
|
|
|
var marker_c5a1266a36e46ee02f5727a2a79e5974 = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_055abecd6a4145aea5313186fd4dd7f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c92c80261092e8ae684c4c920e0cb452 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ccc6f3a6c478ca4d169f39af23a3e4b = $(`<div id="html_3ccc6f3a6c478ca4d169f39af23a3e4b" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_c92c80261092e8ae684c4c920e0cb452.setContent(html_3ccc6f3a6c478ca4d169f39af23a3e4b);
|
|
|
|
|
|
|
|
marker_c5a1266a36e46ee02f5727a2a79e5974.bindPopup(popup_c92c80261092e8ae684c4c920e0cb452)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5a1266a36e46ee02f5727a2a79e5974.setIcon(icon_055abecd6a4145aea5313186fd4dd7f3);
|
|
|
|
|
|
var marker_e2416bed5443e7427c2e66ca147f2cfd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_115a6f3a0859cfaaf28f25e1561fbdc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a975a7ea1147577d618b0452e6451b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_707da3e7d336c8039bb17ce17601c8e7 = $(`<div id="html_707da3e7d336c8039bb17ce17601c8e7" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_7a975a7ea1147577d618b0452e6451b9.setContent(html_707da3e7d336c8039bb17ce17601c8e7);
|
|
|
|
|
|
|
|
marker_e2416bed5443e7427c2e66ca147f2cfd.bindPopup(popup_7a975a7ea1147577d618b0452e6451b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2416bed5443e7427c2e66ca147f2cfd.setIcon(icon_115a6f3a0859cfaaf28f25e1561fbdc5);
|
|
|
|
|
|
var marker_4864be971c26d3c34cc3caeba56df739 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c3003752f4e82ed03e6dc00f1f693f73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd934c7a3097df747c26bb684154b1e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e412c0035899aad440184497e284888e = $(`<div id="html_e412c0035899aad440184497e284888e" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_fd934c7a3097df747c26bb684154b1e7.setContent(html_e412c0035899aad440184497e284888e);
|
|
|
|
|
|
|
|
marker_4864be971c26d3c34cc3caeba56df739.bindPopup(popup_fd934c7a3097df747c26bb684154b1e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4864be971c26d3c34cc3caeba56df739.setIcon(icon_c3003752f4e82ed03e6dc00f1f693f73);
|
|
|
|
|
|
var marker_e8f33b2fba575943107b236d47f6200d = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_3c22b24a0dea0b517b19813c08f4efd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e82fb8b2a9360aa94e9b1b27f4706a62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0dd83ba9a47e56d83b250253256f1b8 = $(`<div id="html_b0dd83ba9a47e56d83b250253256f1b8" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_e82fb8b2a9360aa94e9b1b27f4706a62.setContent(html_b0dd83ba9a47e56d83b250253256f1b8);
|
|
|
|
|
|
|
|
marker_e8f33b2fba575943107b236d47f6200d.bindPopup(popup_e82fb8b2a9360aa94e9b1b27f4706a62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8f33b2fba575943107b236d47f6200d.setIcon(icon_3c22b24a0dea0b517b19813c08f4efd9);
|
|
|
|
|
|
var marker_9d639b04f36f1e30ed64e88f4c29a070 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_8e9980da0d9152bb149049277bdb5f73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c91ca739c6faf4c53b4125059949421d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8afa537ea709b38b695b8d2d704cb9d = $(`<div id="html_c8afa537ea709b38b695b8d2d704cb9d" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_c91ca739c6faf4c53b4125059949421d.setContent(html_c8afa537ea709b38b695b8d2d704cb9d);
|
|
|
|
|
|
|
|
marker_9d639b04f36f1e30ed64e88f4c29a070.bindPopup(popup_c91ca739c6faf4c53b4125059949421d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d639b04f36f1e30ed64e88f4c29a070.setIcon(icon_8e9980da0d9152bb149049277bdb5f73);
|
|
|
|
|
|
var marker_2d06b4a46162c620239b26023f02d79b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_9ccdc03f991b3d3634a4fc0c5234c752 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f90406b43ded82e95010b68f6c042c5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57bb2e072446780bee2e31ccd230c15d = $(`<div id="html_57bb2e072446780bee2e31ccd230c15d" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_f90406b43ded82e95010b68f6c042c5c.setContent(html_57bb2e072446780bee2e31ccd230c15d);
|
|
|
|
|
|
|
|
marker_2d06b4a46162c620239b26023f02d79b.bindPopup(popup_f90406b43ded82e95010b68f6c042c5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d06b4a46162c620239b26023f02d79b.setIcon(icon_9ccdc03f991b3d3634a4fc0c5234c752);
|
|
|
|
|
|
var marker_1a71f67958ff91be846c3e618ac9df11 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_acc1d98c600845b845e9abf0a3e4efd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_feb4f157c816a9091547f90cc6fcb7a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9e3dfb39964d2b17c07d05e225bfc1c = $(`<div id="html_c9e3dfb39964d2b17c07d05e225bfc1c" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_feb4f157c816a9091547f90cc6fcb7a6.setContent(html_c9e3dfb39964d2b17c07d05e225bfc1c);
|
|
|
|
|
|
|
|
marker_1a71f67958ff91be846c3e618ac9df11.bindPopup(popup_feb4f157c816a9091547f90cc6fcb7a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a71f67958ff91be846c3e618ac9df11.setIcon(icon_acc1d98c600845b845e9abf0a3e4efd2);
|
|
|
|
|
|
var marker_53d5eec5ccc3b84e8412e415efd1b718 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_08fb395df585ff03ed3b3de41f72364a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16e74ac923d83a89cf78b62f2bdeb49f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96418cb04759c27828bef9c7c3f71285 = $(`<div id="html_96418cb04759c27828bef9c7c3f71285" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_16e74ac923d83a89cf78b62f2bdeb49f.setContent(html_96418cb04759c27828bef9c7c3f71285);
|
|
|
|
|
|
|
|
marker_53d5eec5ccc3b84e8412e415efd1b718.bindPopup(popup_16e74ac923d83a89cf78b62f2bdeb49f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53d5eec5ccc3b84e8412e415efd1b718.setIcon(icon_08fb395df585ff03ed3b3de41f72364a);
|
|
|
|
|
|
var marker_ef450cb39668c64d7565f0c6a253388a = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_a483bd1963c927969b04e17405553bd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78486d71f72981f9fb418a005d79949b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50dd405796c7e5722be71bb40a752a4a = $(`<div id="html_50dd405796c7e5722be71bb40a752a4a" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_78486d71f72981f9fb418a005d79949b.setContent(html_50dd405796c7e5722be71bb40a752a4a);
|
|
|
|
|
|
|
|
marker_ef450cb39668c64d7565f0c6a253388a.bindPopup(popup_78486d71f72981f9fb418a005d79949b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef450cb39668c64d7565f0c6a253388a.setIcon(icon_a483bd1963c927969b04e17405553bd6);
|
|
|
|
|
|
var marker_6c623396a3af4222be3a087f46e15af4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_4866521f84e3acaea833177d1343a3f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d56a56cf8fedbfdc965c14714e232471 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32a6371f9e0c871a688beaf891f63588 = $(`<div id="html_32a6371f9e0c871a688beaf891f63588" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_d56a56cf8fedbfdc965c14714e232471.setContent(html_32a6371f9e0c871a688beaf891f63588);
|
|
|
|
|
|
|
|
marker_6c623396a3af4222be3a087f46e15af4.bindPopup(popup_d56a56cf8fedbfdc965c14714e232471)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c623396a3af4222be3a087f46e15af4.setIcon(icon_4866521f84e3acaea833177d1343a3f1);
|
|
|
|
|
|
var marker_496330fbcbb1c3af10927d7660e894be = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_27fb4f5c0ccf6869343a2b46e1fdd579 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_407ba784658bc11d5a0a0fd1da412271 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c126c69e619a8a7e3fc8e4ae45ca2e39 = $(`<div id="html_c126c69e619a8a7e3fc8e4ae45ca2e39" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_407ba784658bc11d5a0a0fd1da412271.setContent(html_c126c69e619a8a7e3fc8e4ae45ca2e39);
|
|
|
|
|
|
|
|
marker_496330fbcbb1c3af10927d7660e894be.bindPopup(popup_407ba784658bc11d5a0a0fd1da412271)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_496330fbcbb1c3af10927d7660e894be.setIcon(icon_27fb4f5c0ccf6869343a2b46e1fdd579);
|
|
|
|
|
|
var marker_30b225f17d367c19dd87a4925950da1a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c7c0f62986e70c636d45c68afd87feeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2d2647863c99305c31b2be07c614e4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_284b745d70dbb3faf1b700b55a1aaae1 = $(`<div id="html_284b745d70dbb3faf1b700b55a1aaae1" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_c2d2647863c99305c31b2be07c614e4e.setContent(html_284b745d70dbb3faf1b700b55a1aaae1);
|
|
|
|
|
|
|
|
marker_30b225f17d367c19dd87a4925950da1a.bindPopup(popup_c2d2647863c99305c31b2be07c614e4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30b225f17d367c19dd87a4925950da1a.setIcon(icon_c7c0f62986e70c636d45c68afd87feeb);
|
|
|
|
|
|
var marker_2aa80b0f2f25e880dde4f49ba2a4f436 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_8739669d7982ff2e6d05915d73cf3b75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a42fab573beaeb871b2a4c0e0bfc748a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b832ce195e678740554dee1ea90fece0 = $(`<div id="html_b832ce195e678740554dee1ea90fece0" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_a42fab573beaeb871b2a4c0e0bfc748a.setContent(html_b832ce195e678740554dee1ea90fece0);
|
|
|
|
|
|
|
|
marker_2aa80b0f2f25e880dde4f49ba2a4f436.bindPopup(popup_a42fab573beaeb871b2a4c0e0bfc748a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2aa80b0f2f25e880dde4f49ba2a4f436.setIcon(icon_8739669d7982ff2e6d05915d73cf3b75);
|
|
|
|
|
|
var marker_c7f93118223eee338c60b98e695baf7c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_523e4996ff623e1e1dd5253c27d450cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7aae0b48f5061722a91583f7099371ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c487fa0f55760d5ae6ff3c3b1d1ae2a = $(`<div id="html_7c487fa0f55760d5ae6ff3c3b1d1ae2a" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_7aae0b48f5061722a91583f7099371ed.setContent(html_7c487fa0f55760d5ae6ff3c3b1d1ae2a);
|
|
|
|
|
|
|
|
marker_c7f93118223eee338c60b98e695baf7c.bindPopup(popup_7aae0b48f5061722a91583f7099371ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7f93118223eee338c60b98e695baf7c.setIcon(icon_523e4996ff623e1e1dd5253c27d450cb);
|
|
|
|
|
|
var marker_79b5d6b5fdd6209a2e746779acf6abc2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_a15f2477f0b0491ffab520011632e81e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_298ac9ad966618bf129b54f6bd402955 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_101b3417ff4ac219f03bda10ac8219e0 = $(`<div id="html_101b3417ff4ac219f03bda10ac8219e0" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_298ac9ad966618bf129b54f6bd402955.setContent(html_101b3417ff4ac219f03bda10ac8219e0);
|
|
|
|
|
|
|
|
marker_79b5d6b5fdd6209a2e746779acf6abc2.bindPopup(popup_298ac9ad966618bf129b54f6bd402955)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79b5d6b5fdd6209a2e746779acf6abc2.setIcon(icon_a15f2477f0b0491ffab520011632e81e);
|
|
|
|
|
|
var marker_f4e2e162bc98ee65fee253259bbe5b6b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_54f5d269e1134e1375f1e53f867997d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1465755e049de680895a239170e494f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c1bf0f2272d3e5801734800b688a237 = $(`<div id="html_9c1bf0f2272d3e5801734800b688a237" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_1465755e049de680895a239170e494f7.setContent(html_9c1bf0f2272d3e5801734800b688a237);
|
|
|
|
|
|
|
|
marker_f4e2e162bc98ee65fee253259bbe5b6b.bindPopup(popup_1465755e049de680895a239170e494f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4e2e162bc98ee65fee253259bbe5b6b.setIcon(icon_54f5d269e1134e1375f1e53f867997d7);
|
|
|
|
|
|
var marker_9cd8952def088e42794f4705c9994ec4 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_3c70782db86d35af78aa8537a8804093 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22ba62aab8823f876c5ca946ab54f45a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9eb875916a8e121ac3226a2951b261da = $(`<div id="html_9eb875916a8e121ac3226a2951b261da" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_22ba62aab8823f876c5ca946ab54f45a.setContent(html_9eb875916a8e121ac3226a2951b261da);
|
|
|
|
|
|
|
|
marker_9cd8952def088e42794f4705c9994ec4.bindPopup(popup_22ba62aab8823f876c5ca946ab54f45a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cd8952def088e42794f4705c9994ec4.setIcon(icon_3c70782db86d35af78aa8537a8804093);
|
|
|
|
|
|
var marker_fa29462c6542c9eac0e78eee16ac4315 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_fb40e0fd3afbbdb6170797126490a4ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90491a3aa59ea4737a6ec6d5d7885066 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9cfef4baf35e65918e31cbccf6fcecfa = $(`<div id="html_9cfef4baf35e65918e31cbccf6fcecfa" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_90491a3aa59ea4737a6ec6d5d7885066.setContent(html_9cfef4baf35e65918e31cbccf6fcecfa);
|
|
|
|
|
|
|
|
marker_fa29462c6542c9eac0e78eee16ac4315.bindPopup(popup_90491a3aa59ea4737a6ec6d5d7885066)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa29462c6542c9eac0e78eee16ac4315.setIcon(icon_fb40e0fd3afbbdb6170797126490a4ce);
|
|
|
|
|
|
var marker_29903b4f5cb53e8f32bfae323e16f7dd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_b20ce5daadcd2f052f1a2d826aca83d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_502e248f3d805b57e7d517bbc629f85f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aee1da6d3ac25d6e95fce98ab4b71071 = $(`<div id="html_aee1da6d3ac25d6e95fce98ab4b71071" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_502e248f3d805b57e7d517bbc629f85f.setContent(html_aee1da6d3ac25d6e95fce98ab4b71071);
|
|
|
|
|
|
|
|
marker_29903b4f5cb53e8f32bfae323e16f7dd.bindPopup(popup_502e248f3d805b57e7d517bbc629f85f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29903b4f5cb53e8f32bfae323e16f7dd.setIcon(icon_b20ce5daadcd2f052f1a2d826aca83d9);
|
|
|
|
|
|
var marker_50dcc0509da0b70961ca653ab59f0286 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_70dec7ed415eba50512610147542bc1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4a909d3c0279237cc96e936f53c4939 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6584aaa721d3415e3b132ffebd990b3 = $(`<div id="html_b6584aaa721d3415e3b132ffebd990b3" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_a4a909d3c0279237cc96e936f53c4939.setContent(html_b6584aaa721d3415e3b132ffebd990b3);
|
|
|
|
|
|
|
|
marker_50dcc0509da0b70961ca653ab59f0286.bindPopup(popup_a4a909d3c0279237cc96e936f53c4939)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50dcc0509da0b70961ca653ab59f0286.setIcon(icon_70dec7ed415eba50512610147542bc1f);
|
|
|
|
|
|
var marker_24abe287207e4ebc2532d5fb033ad208 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_d140f13a3cb09d0bdf6fcae3a5830d41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4a8e7523831fd577a1c8594e59a352a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9b15d906fe67f47d4dc18aba7e16896 = $(`<div id="html_d9b15d906fe67f47d4dc18aba7e16896" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_f4a8e7523831fd577a1c8594e59a352a.setContent(html_d9b15d906fe67f47d4dc18aba7e16896);
|
|
|
|
|
|
|
|
marker_24abe287207e4ebc2532d5fb033ad208.bindPopup(popup_f4a8e7523831fd577a1c8594e59a352a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24abe287207e4ebc2532d5fb033ad208.setIcon(icon_d140f13a3cb09d0bdf6fcae3a5830d41);
|
|
|
|
|
|
var marker_07b5e20e4990c6de6fc830a252a9d755 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_650240f7af092d3da6315924f605ae71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b922b0e31fdaa03c97990c51bdd0ebb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19e56b081e886f7aa991c96c597af5da = $(`<div id="html_19e56b081e886f7aa991c96c597af5da" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_8b922b0e31fdaa03c97990c51bdd0ebb.setContent(html_19e56b081e886f7aa991c96c597af5da);
|
|
|
|
|
|
|
|
marker_07b5e20e4990c6de6fc830a252a9d755.bindPopup(popup_8b922b0e31fdaa03c97990c51bdd0ebb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07b5e20e4990c6de6fc830a252a9d755.setIcon(icon_650240f7af092d3da6315924f605ae71);
|
|
|
|
|
|
var marker_9968bbfa4b629992badc2bab045170be = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_8702b7813c399a8ade30880c26082547 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95feb2cec7740229d5f9d8e0ca057a90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9a97f032049d930201a9709ed39ac23 = $(`<div id="html_b9a97f032049d930201a9709ed39ac23" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_95feb2cec7740229d5f9d8e0ca057a90.setContent(html_b9a97f032049d930201a9709ed39ac23);
|
|
|
|
|
|
|
|
marker_9968bbfa4b629992badc2bab045170be.bindPopup(popup_95feb2cec7740229d5f9d8e0ca057a90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9968bbfa4b629992badc2bab045170be.setIcon(icon_8702b7813c399a8ade30880c26082547);
|
|
|
|
|
|
var marker_0150f4c53d994159cedee8d8fccc7ff0 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_01311dd164d6b2183ff985f635ae453e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f40b121dcfdb3c52637883bf57e166db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65d4c105c37a31eacb9307f889c06491 = $(`<div id="html_65d4c105c37a31eacb9307f889c06491" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_f40b121dcfdb3c52637883bf57e166db.setContent(html_65d4c105c37a31eacb9307f889c06491);
|
|
|
|
|
|
|
|
marker_0150f4c53d994159cedee8d8fccc7ff0.bindPopup(popup_f40b121dcfdb3c52637883bf57e166db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0150f4c53d994159cedee8d8fccc7ff0.setIcon(icon_01311dd164d6b2183ff985f635ae453e);
|
|
|
|
|
|
var marker_0692e322b6c5c0f0ef700cb0d5e3ac1a = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_73d2f6e4b29d93488823718100fa20c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c3e17a53e3f7a130ef715daada05aea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b33d46b3ed3629e2ac69ff9524cb3a4 = $(`<div id="html_3b33d46b3ed3629e2ac69ff9524cb3a4" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_0c3e17a53e3f7a130ef715daada05aea.setContent(html_3b33d46b3ed3629e2ac69ff9524cb3a4);
|
|
|
|
|
|
|
|
marker_0692e322b6c5c0f0ef700cb0d5e3ac1a.bindPopup(popup_0c3e17a53e3f7a130ef715daada05aea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0692e322b6c5c0f0ef700cb0d5e3ac1a.setIcon(icon_73d2f6e4b29d93488823718100fa20c7);
|
|
|
|
|
|
var marker_a155c3040789cf855dbfe0462cd7eada = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_baa77de9a7150017c1b3c2ed70bf653b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de20f032537dcf08cc3c3a84fc47788c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07295b60f57158b8dcb054a4166cc7b1 = $(`<div id="html_07295b60f57158b8dcb054a4166cc7b1" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_de20f032537dcf08cc3c3a84fc47788c.setContent(html_07295b60f57158b8dcb054a4166cc7b1);
|
|
|
|
|
|
|
|
marker_a155c3040789cf855dbfe0462cd7eada.bindPopup(popup_de20f032537dcf08cc3c3a84fc47788c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a155c3040789cf855dbfe0462cd7eada.setIcon(icon_baa77de9a7150017c1b3c2ed70bf653b);
|
|
|
|
|
|
var marker_4faf2b2fee1750df4b3fd41cb777a173 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_1bc54d78ef025b8ba9b72391649d3aeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7db0b9a1930ff7592901b96319d366b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca27d4946bf304fa10a900acb9727848 = $(`<div id="html_ca27d4946bf304fa10a900acb9727848" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_e7db0b9a1930ff7592901b96319d366b.setContent(html_ca27d4946bf304fa10a900acb9727848);
|
|
|
|
|
|
|
|
marker_4faf2b2fee1750df4b3fd41cb777a173.bindPopup(popup_e7db0b9a1930ff7592901b96319d366b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4faf2b2fee1750df4b3fd41cb777a173.setIcon(icon_1bc54d78ef025b8ba9b72391649d3aeb);
|
|
|
|
|
|
var marker_1448d20dd6e831f86e4e3d3b2d1c91cc = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_915c0fa8276b97c6e2e83265ffb8e28d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aca4ff84d660fa645382f0806ca0b639 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77ee29752b531f1610887bb4df90294d = $(`<div id="html_77ee29752b531f1610887bb4df90294d" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_aca4ff84d660fa645382f0806ca0b639.setContent(html_77ee29752b531f1610887bb4df90294d);
|
|
|
|
|
|
|
|
marker_1448d20dd6e831f86e4e3d3b2d1c91cc.bindPopup(popup_aca4ff84d660fa645382f0806ca0b639)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1448d20dd6e831f86e4e3d3b2d1c91cc.setIcon(icon_915c0fa8276b97c6e2e83265ffb8e28d);
|
|
|
|
|
|
var marker_745f734bfcd2b53046ee4751c853db25 = L.marker(
|
|
[15.2634, 100.344],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_4e3f0c78a982e31303654ee71d6ac691 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac94eafcf52505dd6c42fe3e10d28679 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97f9ad623c186408cd2baa8c5bb87fda = $(`<div id="html_97f9ad623c186408cd2baa8c5bb87fda" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_ac94eafcf52505dd6c42fe3e10d28679.setContent(html_97f9ad623c186408cd2baa8c5bb87fda);
|
|
|
|
|
|
|
|
marker_745f734bfcd2b53046ee4751c853db25.bindPopup(popup_ac94eafcf52505dd6c42fe3e10d28679)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_745f734bfcd2b53046ee4751c853db25.setIcon(icon_4e3f0c78a982e31303654ee71d6ac691);
|
|
|
|
|
|
var marker_aa62237e414086f03b28ae06c6ee973c = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_330e562f7d644579f315deca7781c881 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2860af7b2bb1be5657c48d4594faa266 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cdc77e453eb793f05d092812a59c90f = $(`<div id="html_8cdc77e453eb793f05d092812a59c90f" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_2860af7b2bb1be5657c48d4594faa266.setContent(html_8cdc77e453eb793f05d092812a59c90f);
|
|
|
|
|
|
|
|
marker_aa62237e414086f03b28ae06c6ee973c.bindPopup(popup_2860af7b2bb1be5657c48d4594faa266)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa62237e414086f03b28ae06c6ee973c.setIcon(icon_330e562f7d644579f315deca7781c881);
|
|
|
|
|
|
var marker_b1d9c85f2e014b84350119a31f84ed08 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_ed40621d101a35ba44c6a31357cee522 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50841c1c8345383e316c3bee4b446904 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e20c7da656861383f25539145d8dc3ed = $(`<div id="html_e20c7da656861383f25539145d8dc3ed" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_50841c1c8345383e316c3bee4b446904.setContent(html_e20c7da656861383f25539145d8dc3ed);
|
|
|
|
|
|
|
|
marker_b1d9c85f2e014b84350119a31f84ed08.bindPopup(popup_50841c1c8345383e316c3bee4b446904)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1d9c85f2e014b84350119a31f84ed08.setIcon(icon_ed40621d101a35ba44c6a31357cee522);
|
|
|
|
|
|
var marker_0c266089b80e64ae616ce6b58e6d4abe = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_05b73b5b366a9cac1ec10e3aee45ad6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17f1758e9eda91f94f0c9c9f565ede3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8da8fc3f7a19a6e7111187d8e494b475 = $(`<div id="html_8da8fc3f7a19a6e7111187d8e494b475" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_17f1758e9eda91f94f0c9c9f565ede3c.setContent(html_8da8fc3f7a19a6e7111187d8e494b475);
|
|
|
|
|
|
|
|
marker_0c266089b80e64ae616ce6b58e6d4abe.bindPopup(popup_17f1758e9eda91f94f0c9c9f565ede3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c266089b80e64ae616ce6b58e6d4abe.setIcon(icon_05b73b5b366a9cac1ec10e3aee45ad6e);
|
|
|
|
|
|
var marker_7f987df3ee468c2fb380084b1d0db800 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_3962724b7b235d7173f6e19ad8e62269 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5d738bed80b1fb710c959a1a0366d4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_020b8854382593317fcc4b03576cd8c1 = $(`<div id="html_020b8854382593317fcc4b03576cd8c1" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_f5d738bed80b1fb710c959a1a0366d4a.setContent(html_020b8854382593317fcc4b03576cd8c1);
|
|
|
|
|
|
|
|
marker_7f987df3ee468c2fb380084b1d0db800.bindPopup(popup_f5d738bed80b1fb710c959a1a0366d4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f987df3ee468c2fb380084b1d0db800.setIcon(icon_3962724b7b235d7173f6e19ad8e62269);
|
|
|
|
|
|
var marker_04d6a0e85d14647d08ec660c6147921e = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_49ed9a0d952c6540a5e719eb7dbdce73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44b0c4a401bd364f3c4a664f61df98e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0c5dfa64a8c55d125f1db402bc80927 = $(`<div id="html_b0c5dfa64a8c55d125f1db402bc80927" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_44b0c4a401bd364f3c4a664f61df98e4.setContent(html_b0c5dfa64a8c55d125f1db402bc80927);
|
|
|
|
|
|
|
|
marker_04d6a0e85d14647d08ec660c6147921e.bindPopup(popup_44b0c4a401bd364f3c4a664f61df98e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04d6a0e85d14647d08ec660c6147921e.setIcon(icon_49ed9a0d952c6540a5e719eb7dbdce73);
|
|
|
|
|
|
var marker_a1492c0c1af2e3956d86c72dead012fe = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_3617eda695a1c170e08b26c61ee61c07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00937b7f7b6689ac8064c1ab4c308aca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16b3f1e09940af9549559ff540d56466 = $(`<div id="html_16b3f1e09940af9549559ff540d56466" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_00937b7f7b6689ac8064c1ab4c308aca.setContent(html_16b3f1e09940af9549559ff540d56466);
|
|
|
|
|
|
|
|
marker_a1492c0c1af2e3956d86c72dead012fe.bindPopup(popup_00937b7f7b6689ac8064c1ab4c308aca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1492c0c1af2e3956d86c72dead012fe.setIcon(icon_3617eda695a1c170e08b26c61ee61c07);
|
|
|
|
|
|
var marker_e3d34eef1494fe71df8827323a096f2d = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_2f90318e615d63876c257e45b3b6358b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f0de126b20a403797bc514fda240dd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a323b457cfd6c352207da7f00d026639 = $(`<div id="html_a323b457cfd6c352207da7f00d026639" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_0f0de126b20a403797bc514fda240dd3.setContent(html_a323b457cfd6c352207da7f00d026639);
|
|
|
|
|
|
|
|
marker_e3d34eef1494fe71df8827323a096f2d.bindPopup(popup_0f0de126b20a403797bc514fda240dd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3d34eef1494fe71df8827323a096f2d.setIcon(icon_2f90318e615d63876c257e45b3b6358b);
|
|
|
|
|
|
var marker_63c0888b3daa30e239f3e593c13a9329 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c67ee0d0b2aecdb2fcabfc5f0991a8ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d6eaba38d1882cf80191276887f64c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0ac84ab40eaa4dbe46fcb0d0c3186fb = $(`<div id="html_c0ac84ab40eaa4dbe46fcb0d0c3186fb" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_9d6eaba38d1882cf80191276887f64c5.setContent(html_c0ac84ab40eaa4dbe46fcb0d0c3186fb);
|
|
|
|
|
|
|
|
marker_63c0888b3daa30e239f3e593c13a9329.bindPopup(popup_9d6eaba38d1882cf80191276887f64c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63c0888b3daa30e239f3e593c13a9329.setIcon(icon_c67ee0d0b2aecdb2fcabfc5f0991a8ac);
|
|
|
|
|
|
var marker_7872764859ddf5fe81176494cb6153a7 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_811acfd5e7d2e6e831efbb6671118ae4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3494a5b042196e97f179c48fc3b2b70b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4df1169e28c70b11d754f7b3565760f = $(`<div id="html_a4df1169e28c70b11d754f7b3565760f" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_3494a5b042196e97f179c48fc3b2b70b.setContent(html_a4df1169e28c70b11d754f7b3565760f);
|
|
|
|
|
|
|
|
marker_7872764859ddf5fe81176494cb6153a7.bindPopup(popup_3494a5b042196e97f179c48fc3b2b70b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7872764859ddf5fe81176494cb6153a7.setIcon(icon_811acfd5e7d2e6e831efbb6671118ae4);
|
|
|
|
|
|
var marker_51f5fa1944a18dae81f61e8c024b9640 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c86dfc917868ca028eea51c5636f85df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ee3080cce5c58f3cc3d4d9751c803f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3496b0503e032ea47deea4d97afac527 = $(`<div id="html_3496b0503e032ea47deea4d97afac527" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_2ee3080cce5c58f3cc3d4d9751c803f5.setContent(html_3496b0503e032ea47deea4d97afac527);
|
|
|
|
|
|
|
|
marker_51f5fa1944a18dae81f61e8c024b9640.bindPopup(popup_2ee3080cce5c58f3cc3d4d9751c803f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51f5fa1944a18dae81f61e8c024b9640.setIcon(icon_c86dfc917868ca028eea51c5636f85df);
|
|
|
|
|
|
var marker_40ecab28eb689d67e77f1abb2093109a = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_b002d3940c79be8bc553c906e3f82b8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9869fc4d731b594c0a63d6248a755775 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14d5564c97d97e7c22f3653cff875d23 = $(`<div id="html_14d5564c97d97e7c22f3653cff875d23" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_9869fc4d731b594c0a63d6248a755775.setContent(html_14d5564c97d97e7c22f3653cff875d23);
|
|
|
|
|
|
|
|
marker_40ecab28eb689d67e77f1abb2093109a.bindPopup(popup_9869fc4d731b594c0a63d6248a755775)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40ecab28eb689d67e77f1abb2093109a.setIcon(icon_b002d3940c79be8bc553c906e3f82b8b);
|
|
|
|
|
|
var marker_717a1db1da6cbcb22454242ff778754a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c510e8a32bd6a471652e769f5f9da5c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8d61225276c3fc2cb3ac7d148f39926 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e77da920a3ec9beec37126fded939167 = $(`<div id="html_e77da920a3ec9beec37126fded939167" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_c8d61225276c3fc2cb3ac7d148f39926.setContent(html_e77da920a3ec9beec37126fded939167);
|
|
|
|
|
|
|
|
marker_717a1db1da6cbcb22454242ff778754a.bindPopup(popup_c8d61225276c3fc2cb3ac7d148f39926)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_717a1db1da6cbcb22454242ff778754a.setIcon(icon_c510e8a32bd6a471652e769f5f9da5c1);
|
|
|
|
|
|
var marker_fede9196540fe7d29b27b97e377af9f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_a79bec1ddbd05139d6fce6f2be6227e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cbf48b6ef3ffe5ee281d2ccac630348 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bc3200443b2ab514239844efc8b7ef7 = $(`<div id="html_8bc3200443b2ab514239844efc8b7ef7" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_7cbf48b6ef3ffe5ee281d2ccac630348.setContent(html_8bc3200443b2ab514239844efc8b7ef7);
|
|
|
|
|
|
|
|
marker_fede9196540fe7d29b27b97e377af9f2.bindPopup(popup_7cbf48b6ef3ffe5ee281d2ccac630348)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fede9196540fe7d29b27b97e377af9f2.setIcon(icon_a79bec1ddbd05139d6fce6f2be6227e6);
|
|
|
|
|
|
var marker_04ac42228801053f3256819c6bde1b49 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c453123c0c1b82c8d830a3b641c577f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f0b7214048ff8d3b3199dd2d57e3398 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d251ef22062a7dc11e1a6dc2bc2b997f = $(`<div id="html_d251ef22062a7dc11e1a6dc2bc2b997f" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_4f0b7214048ff8d3b3199dd2d57e3398.setContent(html_d251ef22062a7dc11e1a6dc2bc2b997f);
|
|
|
|
|
|
|
|
marker_04ac42228801053f3256819c6bde1b49.bindPopup(popup_4f0b7214048ff8d3b3199dd2d57e3398)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04ac42228801053f3256819c6bde1b49.setIcon(icon_c453123c0c1b82c8d830a3b641c577f0);
|
|
|
|
|
|
var marker_c320435b8499c0a26e7ad9b6079995e7 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_f8237484fffca92ffe7e32543b6ab6a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fb9b8462e801783698521c777edc8f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d28850acecd34ffb0946e665423bd6de = $(`<div id="html_d28850acecd34ffb0946e665423bd6de" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_0fb9b8462e801783698521c777edc8f9.setContent(html_d28850acecd34ffb0946e665423bd6de);
|
|
|
|
|
|
|
|
marker_c320435b8499c0a26e7ad9b6079995e7.bindPopup(popup_0fb9b8462e801783698521c777edc8f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c320435b8499c0a26e7ad9b6079995e7.setIcon(icon_f8237484fffca92ffe7e32543b6ab6a9);
|
|
|
|
|
|
var marker_7a953ece303608597ec16cff47fb50cb = L.marker(
|
|
[13.4166, 101.335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_9890e6ffa3eaf66f54073d9863bef942 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15dd0418ce688026452ab90a000b66c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38aa1da1605803cfd1cbe5817118351d = $(`<div id="html_38aa1da1605803cfd1cbe5817118351d" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_15dd0418ce688026452ab90a000b66c7.setContent(html_38aa1da1605803cfd1cbe5817118351d);
|
|
|
|
|
|
|
|
marker_7a953ece303608597ec16cff47fb50cb.bindPopup(popup_15dd0418ce688026452ab90a000b66c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a953ece303608597ec16cff47fb50cb.setIcon(icon_9890e6ffa3eaf66f54073d9863bef942);
|
|
|
|
|
|
var marker_7a515f84108ba9e5ed68b64184e4ac33 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_ca82fb52c5294ba82ec84fa69ef761b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3f9f21fc5220ae13da4a2e43bae141c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a7a3294665a2c81b9b7866d00e95a42 = $(`<div id="html_4a7a3294665a2c81b9b7866d00e95a42" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_e3f9f21fc5220ae13da4a2e43bae141c.setContent(html_4a7a3294665a2c81b9b7866d00e95a42);
|
|
|
|
|
|
|
|
marker_7a515f84108ba9e5ed68b64184e4ac33.bindPopup(popup_e3f9f21fc5220ae13da4a2e43bae141c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a515f84108ba9e5ed68b64184e4ac33.setIcon(icon_ca82fb52c5294ba82ec84fa69ef761b7);
|
|
|
|
|
|
var marker_baad1e4a52d2a1de9a03db8513c8fbff = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_05bac4392b54977816300bef57c76138 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e5186cf29c833b2d2440b323479e2c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0080073a3f8a82d4b73f7420589a7dda = $(`<div id="html_0080073a3f8a82d4b73f7420589a7dda" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_1e5186cf29c833b2d2440b323479e2c8.setContent(html_0080073a3f8a82d4b73f7420589a7dda);
|
|
|
|
|
|
|
|
marker_baad1e4a52d2a1de9a03db8513c8fbff.bindPopup(popup_1e5186cf29c833b2d2440b323479e2c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_baad1e4a52d2a1de9a03db8513c8fbff.setIcon(icon_05bac4392b54977816300bef57c76138);
|
|
|
|
|
|
var marker_ee31c231529f3e2640b34a3b77090469 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_eddf1f7bac9ea9ea23608d89f29c6930 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_865777239b4ec4292b71fb168e56f802 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ba8ef447a46f4f3c724d619978421d5 = $(`<div id="html_0ba8ef447a46f4f3c724d619978421d5" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_865777239b4ec4292b71fb168e56f802.setContent(html_0ba8ef447a46f4f3c724d619978421d5);
|
|
|
|
|
|
|
|
marker_ee31c231529f3e2640b34a3b77090469.bindPopup(popup_865777239b4ec4292b71fb168e56f802)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee31c231529f3e2640b34a3b77090469.setIcon(icon_eddf1f7bac9ea9ea23608d89f29c6930);
|
|
|
|
|
|
var marker_82a9765e6de04702118ba495768bca53 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_a86663ff73f4d4cc7fd511d0f00392fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a19926f3c739bc65768c21b45149a666 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd8e41b0d30290caa4e0536489c99022 = $(`<div id="html_cd8e41b0d30290caa4e0536489c99022" style="width: 100.0%; height: 100.0%;">relay.ryzizub.com</div>`)[0];
|
|
popup_a19926f3c739bc65768c21b45149a666.setContent(html_cd8e41b0d30290caa4e0536489c99022);
|
|
|
|
|
|
|
|
marker_82a9765e6de04702118ba495768bca53.bindPopup(popup_a19926f3c739bc65768c21b45149a666)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82a9765e6de04702118ba495768bca53.setIcon(icon_a86663ff73f4d4cc7fd511d0f00392fa);
|
|
|
|
|
|
var marker_66a59668b036cb3e2877712f9dea72f8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_3303173ec5a0e03a4b917b8ecbd0ed50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48c6d8cfab7aa494158b6071c4e272dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_472a5b18e882995be11fedb012d609a0 = $(`<div id="html_472a5b18e882995be11fedb012d609a0" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_48c6d8cfab7aa494158b6071c4e272dd.setContent(html_472a5b18e882995be11fedb012d609a0);
|
|
|
|
|
|
|
|
marker_66a59668b036cb3e2877712f9dea72f8.bindPopup(popup_48c6d8cfab7aa494158b6071c4e272dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66a59668b036cb3e2877712f9dea72f8.setIcon(icon_3303173ec5a0e03a4b917b8ecbd0ed50);
|
|
|
|
|
|
var marker_288c0bf4e1c85732fde58e8e14e424dc = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_e1567ba1ca359e2bfac89b69e526b38e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fd16d5f9e976551eff602dcee5e6e70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f867cd70fe30c8b41c65f4763d9724d = $(`<div id="html_3f867cd70fe30c8b41c65f4763d9724d" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_5fd16d5f9e976551eff602dcee5e6e70.setContent(html_3f867cd70fe30c8b41c65f4763d9724d);
|
|
|
|
|
|
|
|
marker_288c0bf4e1c85732fde58e8e14e424dc.bindPopup(popup_5fd16d5f9e976551eff602dcee5e6e70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_288c0bf4e1c85732fde58e8e14e424dc.setIcon(icon_e1567ba1ca359e2bfac89b69e526b38e);
|
|
|
|
|
|
var marker_ec0df2b4edc67eb02f7a23d196e473f3 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_279ef768d069a342efa3e5e69b763992 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb5926be16e5939e27dd13072d81248a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6004072f9e1827bb43894e200c68c9d4 = $(`<div id="html_6004072f9e1827bb43894e200c68c9d4" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_eb5926be16e5939e27dd13072d81248a.setContent(html_6004072f9e1827bb43894e200c68c9d4);
|
|
|
|
|
|
|
|
marker_ec0df2b4edc67eb02f7a23d196e473f3.bindPopup(popup_eb5926be16e5939e27dd13072d81248a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec0df2b4edc67eb02f7a23d196e473f3.setIcon(icon_279ef768d069a342efa3e5e69b763992);
|
|
|
|
|
|
var marker_37f141b6e0c99b3a99ed7853470281a2 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_ae8e6b6297b88029d2c9957ba6e0d908 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be6ce799ae7050d5f0abb5a7935148b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a7cbd825fc22557ad7364227c2046a5 = $(`<div id="html_6a7cbd825fc22557ad7364227c2046a5" style="width: 100.0%; height: 100.0%;">nostrsgp.notribe.net</div>`)[0];
|
|
popup_be6ce799ae7050d5f0abb5a7935148b6.setContent(html_6a7cbd825fc22557ad7364227c2046a5);
|
|
|
|
|
|
|
|
marker_37f141b6e0c99b3a99ed7853470281a2.bindPopup(popup_be6ce799ae7050d5f0abb5a7935148b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37f141b6e0c99b3a99ed7853470281a2.setIcon(icon_ae8e6b6297b88029d2c9957ba6e0d908);
|
|
|
|
|
|
var marker_71571f11f0fd4c83f7f6157a33041ccc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_4d9d22ec33288be36c23b373247f720e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55dc90de2f663e3a40080f46ad5d620e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bc4c3ec3264170f5d1748af6f2ab746 = $(`<div id="html_1bc4c3ec3264170f5d1748af6f2ab746" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_55dc90de2f663e3a40080f46ad5d620e.setContent(html_1bc4c3ec3264170f5d1748af6f2ab746);
|
|
|
|
|
|
|
|
marker_71571f11f0fd4c83f7f6157a33041ccc.bindPopup(popup_55dc90de2f663e3a40080f46ad5d620e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71571f11f0fd4c83f7f6157a33041ccc.setIcon(icon_4d9d22ec33288be36c23b373247f720e);
|
|
|
|
|
|
var marker_ebe87fed0dfa15926277e2f1479c1750 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_cfa0280e49d45f6aa9f86094f4d69ee2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cda4965a5e0b605ebee70c2018b534cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0a142d42f3befce9ae651363970df28 = $(`<div id="html_b0a142d42f3befce9ae651363970df28" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_cda4965a5e0b605ebee70c2018b534cc.setContent(html_b0a142d42f3befce9ae651363970df28);
|
|
|
|
|
|
|
|
marker_ebe87fed0dfa15926277e2f1479c1750.bindPopup(popup_cda4965a5e0b605ebee70c2018b534cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebe87fed0dfa15926277e2f1479c1750.setIcon(icon_cfa0280e49d45f6aa9f86094f4d69ee2);
|
|
|
|
|
|
var marker_2bce645d333793c813bbf5359effb6da = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_a8f5022a08707d2e38d47efc96bb6d3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cd9eee44f2dd7aeb64c1a2cbd65dfaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4803e5ca432fb4e36e43cfa9b33eb666 = $(`<div id="html_4803e5ca432fb4e36e43cfa9b33eb666" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_1cd9eee44f2dd7aeb64c1a2cbd65dfaa.setContent(html_4803e5ca432fb4e36e43cfa9b33eb666);
|
|
|
|
|
|
|
|
marker_2bce645d333793c813bbf5359effb6da.bindPopup(popup_1cd9eee44f2dd7aeb64c1a2cbd65dfaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bce645d333793c813bbf5359effb6da.setIcon(icon_a8f5022a08707d2e38d47efc96bb6d3b);
|
|
|
|
|
|
var marker_0283f9612cd70fc307bb6d965fa32ef9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_e3ed94949be84ece87e249034856c832 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff3d4f8b32c32220a36e5fdc841b5a99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7b7af3a5b080193946e9a488f453bc2 = $(`<div id="html_c7b7af3a5b080193946e9a488f453bc2" style="width: 100.0%; height: 100.0%;">0m0sef4nb45q6.cloreai.ru</div>`)[0];
|
|
popup_ff3d4f8b32c32220a36e5fdc841b5a99.setContent(html_c7b7af3a5b080193946e9a488f453bc2);
|
|
|
|
|
|
|
|
marker_0283f9612cd70fc307bb6d965fa32ef9.bindPopup(popup_ff3d4f8b32c32220a36e5fdc841b5a99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0283f9612cd70fc307bb6d965fa32ef9.setIcon(icon_e3ed94949be84ece87e249034856c832);
|
|
|
|
|
|
var marker_139c38d61e33cee499b81ba2bd42b86f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_62e0b52eeab5690cbbba87a09e1661f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcd4bf01e1562be3110abb96733ae43c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac72a531cb2ad529d2bafcac2f26efce = $(`<div id="html_ac72a531cb2ad529d2bafcac2f26efce" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_fcd4bf01e1562be3110abb96733ae43c.setContent(html_ac72a531cb2ad529d2bafcac2f26efce);
|
|
|
|
|
|
|
|
marker_139c38d61e33cee499b81ba2bd42b86f.bindPopup(popup_fcd4bf01e1562be3110abb96733ae43c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_139c38d61e33cee499b81ba2bd42b86f.setIcon(icon_62e0b52eeab5690cbbba87a09e1661f7);
|
|
|
|
|
|
var marker_65fb11e4983746db92cc204050cdfac7 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_7cf57fad6d07d9a8f64ba3577999733e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b183276e38cb445909b9aba7b7de226 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1bb08a07199758308d4562a71156297 = $(`<div id="html_d1bb08a07199758308d4562a71156297" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_9b183276e38cb445909b9aba7b7de226.setContent(html_d1bb08a07199758308d4562a71156297);
|
|
|
|
|
|
|
|
marker_65fb11e4983746db92cc204050cdfac7.bindPopup(popup_9b183276e38cb445909b9aba7b7de226)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65fb11e4983746db92cc204050cdfac7.setIcon(icon_7cf57fad6d07d9a8f64ba3577999733e);
|
|
|
|
|
|
var marker_e71b01bc3862f5f317fbe80bbeab0c05 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_de5d3d8565b6ebf96427b1fa8e76b492 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7229e22f348a8e9cfcc9751266dd369c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d26fc0ed51194c7a3306a542367a9235 = $(`<div id="html_d26fc0ed51194c7a3306a542367a9235" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_7229e22f348a8e9cfcc9751266dd369c.setContent(html_d26fc0ed51194c7a3306a542367a9235);
|
|
|
|
|
|
|
|
marker_e71b01bc3862f5f317fbe80bbeab0c05.bindPopup(popup_7229e22f348a8e9cfcc9751266dd369c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e71b01bc3862f5f317fbe80bbeab0c05.setIcon(icon_de5d3d8565b6ebf96427b1fa8e76b492);
|
|
|
|
|
|
var marker_530bf1edafb9a0c5c4d9cf8a38e993fe = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_b8fd81f29e912644e8fc6861830e4ff3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e10d59411c97a6252f3d1aa2f2d5c90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e090b6b2ea76db9d6158db4a4234ebc = $(`<div id="html_2e090b6b2ea76db9d6158db4a4234ebc" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_8e10d59411c97a6252f3d1aa2f2d5c90.setContent(html_2e090b6b2ea76db9d6158db4a4234ebc);
|
|
|
|
|
|
|
|
marker_530bf1edafb9a0c5c4d9cf8a38e993fe.bindPopup(popup_8e10d59411c97a6252f3d1aa2f2d5c90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_530bf1edafb9a0c5c4d9cf8a38e993fe.setIcon(icon_b8fd81f29e912644e8fc6861830e4ff3);
|
|
|
|
|
|
var marker_c71be2e6f9dc2af9d367d170e3f341d9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_614cfad32497b8c4dd58c7dd36bfdb3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb474885a2ddef3a72093313ecde5265 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be2856d838b1b816c65f9a5a7dfab317 = $(`<div id="html_be2856d838b1b816c65f9a5a7dfab317" style="width: 100.0%; height: 100.0%;">relay1.nostrchat.io</div>`)[0];
|
|
popup_cb474885a2ddef3a72093313ecde5265.setContent(html_be2856d838b1b816c65f9a5a7dfab317);
|
|
|
|
|
|
|
|
marker_c71be2e6f9dc2af9d367d170e3f341d9.bindPopup(popup_cb474885a2ddef3a72093313ecde5265)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c71be2e6f9dc2af9d367d170e3f341d9.setIcon(icon_614cfad32497b8c4dd58c7dd36bfdb3d);
|
|
|
|
|
|
var marker_9ffc56d0c7f86bbdce31984415f56f1a = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_b3c04d98b322ff21d17cf38aa3aa6b0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f85232f2a7ec2b67fed1b5cded80102 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ad3ecd682366dec828310770a719ad9 = $(`<div id="html_1ad3ecd682366dec828310770a719ad9" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_9f85232f2a7ec2b67fed1b5cded80102.setContent(html_1ad3ecd682366dec828310770a719ad9);
|
|
|
|
|
|
|
|
marker_9ffc56d0c7f86bbdce31984415f56f1a.bindPopup(popup_9f85232f2a7ec2b67fed1b5cded80102)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ffc56d0c7f86bbdce31984415f56f1a.setIcon(icon_b3c04d98b322ff21d17cf38aa3aa6b0d);
|
|
|
|
|
|
var marker_54655ce89f512708a34bd490a219ea31 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_aaa03d4a929d5a40f198006985e8c308 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c30106a98442a98ae23481e604021e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea3127c331712aae4217d6fe2e544e94 = $(`<div id="html_ea3127c331712aae4217d6fe2e544e94" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_2c30106a98442a98ae23481e604021e5.setContent(html_ea3127c331712aae4217d6fe2e544e94);
|
|
|
|
|
|
|
|
marker_54655ce89f512708a34bd490a219ea31.bindPopup(popup_2c30106a98442a98ae23481e604021e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54655ce89f512708a34bd490a219ea31.setIcon(icon_aaa03d4a929d5a40f198006985e8c308);
|
|
|
|
|
|
var marker_c87627f554427980e469dfea616804fe = L.marker(
|
|
[34.0965, -117.585],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_bd7f3de4ee8b5bc056d9fd272c3c44ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1da85c50d6d5291f9ec361ff3d1d2b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca50421f31b19a55e6331b7d3fde5c6a = $(`<div id="html_ca50421f31b19a55e6331b7d3fde5c6a" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_a1da85c50d6d5291f9ec361ff3d1d2b2.setContent(html_ca50421f31b19a55e6331b7d3fde5c6a);
|
|
|
|
|
|
|
|
marker_c87627f554427980e469dfea616804fe.bindPopup(popup_a1da85c50d6d5291f9ec361ff3d1d2b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c87627f554427980e469dfea616804fe.setIcon(icon_bd7f3de4ee8b5bc056d9fd272c3c44ca);
|
|
|
|
|
|
var marker_823a9b066e9f6ec8c1619ec1171d0692 = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c330c6965bb0347bb77a6dd5cff561bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdd96cc11a8538e09a185be73daf9b75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70b7ea5082f88160b795f1457fe47dd7 = $(`<div id="html_70b7ea5082f88160b795f1457fe47dd7" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_bdd96cc11a8538e09a185be73daf9b75.setContent(html_70b7ea5082f88160b795f1457fe47dd7);
|
|
|
|
|
|
|
|
marker_823a9b066e9f6ec8c1619ec1171d0692.bindPopup(popup_bdd96cc11a8538e09a185be73daf9b75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_823a9b066e9f6ec8c1619ec1171d0692.setIcon(icon_c330c6965bb0347bb77a6dd5cff561bc);
|
|
|
|
|
|
var marker_c4852810add371db66fdb1543eb839f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_238c85e6f9a55927889f894a67bd4154 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a1c2688980c24752ff401d62057ca61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e559c5641e173b986d5d87b48a5f7bea = $(`<div id="html_e559c5641e173b986d5d87b48a5f7bea" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_3a1c2688980c24752ff401d62057ca61.setContent(html_e559c5641e173b986d5d87b48a5f7bea);
|
|
|
|
|
|
|
|
marker_c4852810add371db66fdb1543eb839f5.bindPopup(popup_3a1c2688980c24752ff401d62057ca61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4852810add371db66fdb1543eb839f5.setIcon(icon_238c85e6f9a55927889f894a67bd4154);
|
|
|
|
|
|
var marker_f83008f2bdc68f4a23e211f51b58f852 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_4bccf7a0e865dd04b2f2d4fc8ab61e36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dbc157d6f753d35dbe8cfd69d333f67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a8f771264fefcbd46cf7c0803f23025 = $(`<div id="html_5a8f771264fefcbd46cf7c0803f23025" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_1dbc157d6f753d35dbe8cfd69d333f67.setContent(html_5a8f771264fefcbd46cf7c0803f23025);
|
|
|
|
|
|
|
|
marker_f83008f2bdc68f4a23e211f51b58f852.bindPopup(popup_1dbc157d6f753d35dbe8cfd69d333f67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f83008f2bdc68f4a23e211f51b58f852.setIcon(icon_4bccf7a0e865dd04b2f2d4fc8ab61e36);
|
|
|
|
|
|
var marker_9ca9c6051c3445097306910aba9c3c05 = L.marker(
|
|
[59.8845, 30.3184],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_fe153455f14ff255229a20938422f641 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e845048b603879b12388857a99fcfb7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06a05e3d40ef4fead87ec03d581c0f09 = $(`<div id="html_06a05e3d40ef4fead87ec03d581c0f09" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_e845048b603879b12388857a99fcfb7f.setContent(html_06a05e3d40ef4fead87ec03d581c0f09);
|
|
|
|
|
|
|
|
marker_9ca9c6051c3445097306910aba9c3c05.bindPopup(popup_e845048b603879b12388857a99fcfb7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ca9c6051c3445097306910aba9c3c05.setIcon(icon_fe153455f14ff255229a20938422f641);
|
|
|
|
|
|
var marker_2e188cbf095261021af85563e3cd826b = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_072c3b51aaf910730531a7e338bb89bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6299116c6e65d7d99714bf8d5de544c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8e513bd239a50a1e0a388aed49c9f1a = $(`<div id="html_c8e513bd239a50a1e0a388aed49c9f1a" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_6299116c6e65d7d99714bf8d5de544c5.setContent(html_c8e513bd239a50a1e0a388aed49c9f1a);
|
|
|
|
|
|
|
|
marker_2e188cbf095261021af85563e3cd826b.bindPopup(popup_6299116c6e65d7d99714bf8d5de544c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e188cbf095261021af85563e3cd826b.setIcon(icon_072c3b51aaf910730531a7e338bb89bb);
|
|
|
|
|
|
var marker_4ad2716f561547bfdb1edae4f0de017e = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_b2a752f2fabe0297d0657270d4576edc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f86385b67a714e8d704fc4e78341133 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adec65ed8062dfadd2f788046e7a10a8 = $(`<div id="html_adec65ed8062dfadd2f788046e7a10a8" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_8f86385b67a714e8d704fc4e78341133.setContent(html_adec65ed8062dfadd2f788046e7a10a8);
|
|
|
|
|
|
|
|
marker_4ad2716f561547bfdb1edae4f0de017e.bindPopup(popup_8f86385b67a714e8d704fc4e78341133)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ad2716f561547bfdb1edae4f0de017e.setIcon(icon_b2a752f2fabe0297d0657270d4576edc);
|
|
|
|
|
|
var marker_1ae17739d32ade38e08f11037449769d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_fd7936a3b924fae20487123137961760 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d59e06be08615cf278fe2b29c9793af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af52b6685d43e484474cf073a09feaf4 = $(`<div id="html_af52b6685d43e484474cf073a09feaf4" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_0d59e06be08615cf278fe2b29c9793af.setContent(html_af52b6685d43e484474cf073a09feaf4);
|
|
|
|
|
|
|
|
marker_1ae17739d32ade38e08f11037449769d.bindPopup(popup_0d59e06be08615cf278fe2b29c9793af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ae17739d32ade38e08f11037449769d.setIcon(icon_fd7936a3b924fae20487123137961760);
|
|
|
|
|
|
var marker_77e2ffc07f20a4e9b558bb5c62017cbe = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_d7c78f5cee2ac6716558b7a6077d9142 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae6a8ec1b86e523c3f32cab617810f56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2129a104f43ca34ed2b58f2f1c1aeb1 = $(`<div id="html_e2129a104f43ca34ed2b58f2f1c1aeb1" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_ae6a8ec1b86e523c3f32cab617810f56.setContent(html_e2129a104f43ca34ed2b58f2f1c1aeb1);
|
|
|
|
|
|
|
|
marker_77e2ffc07f20a4e9b558bb5c62017cbe.bindPopup(popup_ae6a8ec1b86e523c3f32cab617810f56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77e2ffc07f20a4e9b558bb5c62017cbe.setIcon(icon_d7c78f5cee2ac6716558b7a6077d9142);
|
|
|
|
|
|
var marker_9b0145e0df0651c1a468dd9bc2a44de9 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_1b58abc60841b0e4064faed049fd0b70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1899c67438f89f0e6ee57576922c8d71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a38003808ac475125eaac3255a42bbdb = $(`<div id="html_a38003808ac475125eaac3255a42bbdb" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_1899c67438f89f0e6ee57576922c8d71.setContent(html_a38003808ac475125eaac3255a42bbdb);
|
|
|
|
|
|
|
|
marker_9b0145e0df0651c1a468dd9bc2a44de9.bindPopup(popup_1899c67438f89f0e6ee57576922c8d71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b0145e0df0651c1a468dd9bc2a44de9.setIcon(icon_1b58abc60841b0e4064faed049fd0b70);
|
|
|
|
|
|
var marker_cd87dfce51669ea5214df232028a1416 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_fe90fafb36357f90451326cc25d6a958 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de9da162cb8926be49ab0ee5913bd927 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_400e1c82300a2a3f2437fec8d81cd658 = $(`<div id="html_400e1c82300a2a3f2437fec8d81cd658" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_de9da162cb8926be49ab0ee5913bd927.setContent(html_400e1c82300a2a3f2437fec8d81cd658);
|
|
|
|
|
|
|
|
marker_cd87dfce51669ea5214df232028a1416.bindPopup(popup_de9da162cb8926be49ab0ee5913bd927)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd87dfce51669ea5214df232028a1416.setIcon(icon_fe90fafb36357f90451326cc25d6a958);
|
|
|
|
|
|
var marker_4649b61492d083fcd929f925a1895e1d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_7a1e3620d1c2275917208fbee16c8f34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac3eda51ce19a538d3c33edd4fa59513 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23a31143dbe2485d964e3ccd84cafd95 = $(`<div id="html_23a31143dbe2485d964e3ccd84cafd95" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_ac3eda51ce19a538d3c33edd4fa59513.setContent(html_23a31143dbe2485d964e3ccd84cafd95);
|
|
|
|
|
|
|
|
marker_4649b61492d083fcd929f925a1895e1d.bindPopup(popup_ac3eda51ce19a538d3c33edd4fa59513)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4649b61492d083fcd929f925a1895e1d.setIcon(icon_7a1e3620d1c2275917208fbee16c8f34);
|
|
|
|
|
|
var marker_653895445e8228e1d2d09c522a71659c = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_a5307ae827142ec0ae839a5ce0ac0f2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_703990bc09d68230b0c47e441e7e6e93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_253c58139d4bdba01862505317ec7429 = $(`<div id="html_253c58139d4bdba01862505317ec7429" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_703990bc09d68230b0c47e441e7e6e93.setContent(html_253c58139d4bdba01862505317ec7429);
|
|
|
|
|
|
|
|
marker_653895445e8228e1d2d09c522a71659c.bindPopup(popup_703990bc09d68230b0c47e441e7e6e93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_653895445e8228e1d2d09c522a71659c.setIcon(icon_a5307ae827142ec0ae839a5ce0ac0f2b);
|
|
|
|
|
|
var marker_d2726db5719352f347c2f36b49997a7f = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_28a09a663490b233590148ada600dbc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1e14d678366f59941b5b2e755194d06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a69b7069fd3349d4e262f6edc55b5bea = $(`<div id="html_a69b7069fd3349d4e262f6edc55b5bea" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_d1e14d678366f59941b5b2e755194d06.setContent(html_a69b7069fd3349d4e262f6edc55b5bea);
|
|
|
|
|
|
|
|
marker_d2726db5719352f347c2f36b49997a7f.bindPopup(popup_d1e14d678366f59941b5b2e755194d06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2726db5719352f347c2f36b49997a7f.setIcon(icon_28a09a663490b233590148ada600dbc9);
|
|
|
|
|
|
var marker_003aac9ba5d0056fde58abd6553aae37 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c549c9b1aeb642bdc3c536914515f3aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d3685be3b6ff5b2526a070d94b51772 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e9845ffb97df0367720cebc77445cef = $(`<div id="html_3e9845ffb97df0367720cebc77445cef" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_7d3685be3b6ff5b2526a070d94b51772.setContent(html_3e9845ffb97df0367720cebc77445cef);
|
|
|
|
|
|
|
|
marker_003aac9ba5d0056fde58abd6553aae37.bindPopup(popup_7d3685be3b6ff5b2526a070d94b51772)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_003aac9ba5d0056fde58abd6553aae37.setIcon(icon_c549c9b1aeb642bdc3c536914515f3aa);
|
|
|
|
|
|
var marker_0e3db39970a8fa98727157e5e86b3045 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_fd943915ec1019201723bf00b19eca95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3a78a479b0e2ede434127663d4ac2c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5e1c2c08b72c806c7ba2c5cc11d0d06 = $(`<div id="html_c5e1c2c08b72c806c7ba2c5cc11d0d06" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_c3a78a479b0e2ede434127663d4ac2c3.setContent(html_c5e1c2c08b72c806c7ba2c5cc11d0d06);
|
|
|
|
|
|
|
|
marker_0e3db39970a8fa98727157e5e86b3045.bindPopup(popup_c3a78a479b0e2ede434127663d4ac2c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e3db39970a8fa98727157e5e86b3045.setIcon(icon_fd943915ec1019201723bf00b19eca95);
|
|
|
|
|
|
var marker_95e6da7bb5075de2708bdd7a528fed17 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_f47093533a2453bc960f07a0a1ed257b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31bfa7af47e018b242b8a23d2c6a4522 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0a0cf6350ea9eeebbc01ddc9dce67c9 = $(`<div id="html_a0a0cf6350ea9eeebbc01ddc9dce67c9" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_31bfa7af47e018b242b8a23d2c6a4522.setContent(html_a0a0cf6350ea9eeebbc01ddc9dce67c9);
|
|
|
|
|
|
|
|
marker_95e6da7bb5075de2708bdd7a528fed17.bindPopup(popup_31bfa7af47e018b242b8a23d2c6a4522)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95e6da7bb5075de2708bdd7a528fed17.setIcon(icon_f47093533a2453bc960f07a0a1ed257b);
|
|
|
|
|
|
var marker_140fe7738f9b2745ac67c32d4dc030d8 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c4011205c946656d433018dc827fe505 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_547f8bc38d23d5dbcb9f235afa9355ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a6b5d58d381f93a023b9a7c1082af03 = $(`<div id="html_0a6b5d58d381f93a023b9a7c1082af03" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_547f8bc38d23d5dbcb9f235afa9355ac.setContent(html_0a6b5d58d381f93a023b9a7c1082af03);
|
|
|
|
|
|
|
|
marker_140fe7738f9b2745ac67c32d4dc030d8.bindPopup(popup_547f8bc38d23d5dbcb9f235afa9355ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_140fe7738f9b2745ac67c32d4dc030d8.setIcon(icon_c4011205c946656d433018dc827fe505);
|
|
|
|
|
|
var marker_5e22ecd44c0e148154607449f4aa3c25 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_46a78522a3c010b942b735ada8f4a1c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e57425e3627e60b27898546c97ac906f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23a7906089353d5463eef5d1abb52510 = $(`<div id="html_23a7906089353d5463eef5d1abb52510" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_e57425e3627e60b27898546c97ac906f.setContent(html_23a7906089353d5463eef5d1abb52510);
|
|
|
|
|
|
|
|
marker_5e22ecd44c0e148154607449f4aa3c25.bindPopup(popup_e57425e3627e60b27898546c97ac906f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e22ecd44c0e148154607449f4aa3c25.setIcon(icon_46a78522a3c010b942b735ada8f4a1c9);
|
|
|
|
|
|
var marker_37a8ef7f6be6b20a2bfd74d38ab54de1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_eac28c35ff272fa0732e0e13196c495c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64f9c948032ca3ea5cd578b098711e08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f7e714e32946a76a1ff5e94fb791a03 = $(`<div id="html_0f7e714e32946a76a1ff5e94fb791a03" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_64f9c948032ca3ea5cd578b098711e08.setContent(html_0f7e714e32946a76a1ff5e94fb791a03);
|
|
|
|
|
|
|
|
marker_37a8ef7f6be6b20a2bfd74d38ab54de1.bindPopup(popup_64f9c948032ca3ea5cd578b098711e08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37a8ef7f6be6b20a2bfd74d38ab54de1.setIcon(icon_eac28c35ff272fa0732e0e13196c495c);
|
|
|
|
|
|
var marker_2b021d50dda05ba670466a55484c06be = L.marker(
|
|
[15.2634, 100.344],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_4096d5fdedcf149fcc1c3857f80aa53d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0c4067e311d9c1df22539ff2e4b03d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8df402466e5545dd5874bf456d37377 = $(`<div id="html_f8df402466e5545dd5874bf456d37377" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_d0c4067e311d9c1df22539ff2e4b03d5.setContent(html_f8df402466e5545dd5874bf456d37377);
|
|
|
|
|
|
|
|
marker_2b021d50dda05ba670466a55484c06be.bindPopup(popup_d0c4067e311d9c1df22539ff2e4b03d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b021d50dda05ba670466a55484c06be.setIcon(icon_4096d5fdedcf149fcc1c3857f80aa53d);
|
|
|
|
|
|
var marker_e901b19d4937f83c99aacd3ab06814a5 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_1601f46728fca4516b8e5eb1512fd711 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5681022f3a446d33319e692ddea409b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9271595e63d5f7ad49124aabfa2f54db = $(`<div id="html_9271595e63d5f7ad49124aabfa2f54db" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_d5681022f3a446d33319e692ddea409b.setContent(html_9271595e63d5f7ad49124aabfa2f54db);
|
|
|
|
|
|
|
|
marker_e901b19d4937f83c99aacd3ab06814a5.bindPopup(popup_d5681022f3a446d33319e692ddea409b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e901b19d4937f83c99aacd3ab06814a5.setIcon(icon_1601f46728fca4516b8e5eb1512fd711);
|
|
|
|
|
|
var marker_04c8c00d71c73bf86d962db20c0a57ce = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_81f7bc67caf1fce20595b711570f77f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d70031f200eb726c002c7c054cec3aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_117dc61fb6d4ed2a1dfd1bd52fba5642 = $(`<div id="html_117dc61fb6d4ed2a1dfd1bd52fba5642" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_7d70031f200eb726c002c7c054cec3aa.setContent(html_117dc61fb6d4ed2a1dfd1bd52fba5642);
|
|
|
|
|
|
|
|
marker_04c8c00d71c73bf86d962db20c0a57ce.bindPopup(popup_7d70031f200eb726c002c7c054cec3aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04c8c00d71c73bf86d962db20c0a57ce.setIcon(icon_81f7bc67caf1fce20595b711570f77f4);
|
|
|
|
|
|
var marker_38227880b467a0c6558754ff0bde87d7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_50790c4dcd4eebc0eba0dc70eb04f748 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5ddb7b152aa7c067b37007a7d25b3e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_432db38daaa7ad5a88080e415a46a7fa = $(`<div id="html_432db38daaa7ad5a88080e415a46a7fa" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_f5ddb7b152aa7c067b37007a7d25b3e1.setContent(html_432db38daaa7ad5a88080e415a46a7fa);
|
|
|
|
|
|
|
|
marker_38227880b467a0c6558754ff0bde87d7.bindPopup(popup_f5ddb7b152aa7c067b37007a7d25b3e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38227880b467a0c6558754ff0bde87d7.setIcon(icon_50790c4dcd4eebc0eba0dc70eb04f748);
|
|
|
|
|
|
var marker_e2b51d7c62a21bd6b6d31ca9d3473433 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_439a9216e35e97d08cfbc45281110958 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_365dff6913fa589b22cb84cc3fcf7bd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f0e1b0ff3828aab0d57b62da8683d58 = $(`<div id="html_5f0e1b0ff3828aab0d57b62da8683d58" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_365dff6913fa589b22cb84cc3fcf7bd3.setContent(html_5f0e1b0ff3828aab0d57b62da8683d58);
|
|
|
|
|
|
|
|
marker_e2b51d7c62a21bd6b6d31ca9d3473433.bindPopup(popup_365dff6913fa589b22cb84cc3fcf7bd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2b51d7c62a21bd6b6d31ca9d3473433.setIcon(icon_439a9216e35e97d08cfbc45281110958);
|
|
|
|
|
|
var marker_13cf7a64d08c70b78ee286773ef0bbe7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_79196f6b9a0ee1e360ad0f44e680ed7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_732bb733162d8cc71c59a78c93e939b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22f4fd08893691d12d3fac7da74bbf06 = $(`<div id="html_22f4fd08893691d12d3fac7da74bbf06" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_732bb733162d8cc71c59a78c93e939b5.setContent(html_22f4fd08893691d12d3fac7da74bbf06);
|
|
|
|
|
|
|
|
marker_13cf7a64d08c70b78ee286773ef0bbe7.bindPopup(popup_732bb733162d8cc71c59a78c93e939b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13cf7a64d08c70b78ee286773ef0bbe7.setIcon(icon_79196f6b9a0ee1e360ad0f44e680ed7d);
|
|
|
|
|
|
var marker_f90995b4c831b9f71609da71d57f4dff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_98975a4f093cd95f5286dd69d2ff063e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90b77bccce92e70536f8392b66c49533 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_def995798716e8f179207e3fff8e6e11 = $(`<div id="html_def995798716e8f179207e3fff8e6e11" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_90b77bccce92e70536f8392b66c49533.setContent(html_def995798716e8f179207e3fff8e6e11);
|
|
|
|
|
|
|
|
marker_f90995b4c831b9f71609da71d57f4dff.bindPopup(popup_90b77bccce92e70536f8392b66c49533)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f90995b4c831b9f71609da71d57f4dff.setIcon(icon_98975a4f093cd95f5286dd69d2ff063e);
|
|
|
|
|
|
var marker_3965bf41275665bd6ef9da324264def3 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_592f222f18e6f44bf31e4aa56a0b15de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b4b107478016903b2aaadc81c428b19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21999c3664c933e35d08541f199a63aa = $(`<div id="html_21999c3664c933e35d08541f199a63aa" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_2b4b107478016903b2aaadc81c428b19.setContent(html_21999c3664c933e35d08541f199a63aa);
|
|
|
|
|
|
|
|
marker_3965bf41275665bd6ef9da324264def3.bindPopup(popup_2b4b107478016903b2aaadc81c428b19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3965bf41275665bd6ef9da324264def3.setIcon(icon_592f222f18e6f44bf31e4aa56a0b15de);
|
|
|
|
|
|
var marker_971c940bc3fc27950afa4648f7294e12 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_94eb7af8898d6c956a5c743b589f15e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66fb4270e496e85179b45f9c170e077c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_132624eb983155077f3abb11d042c004 = $(`<div id="html_132624eb983155077f3abb11d042c004" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_66fb4270e496e85179b45f9c170e077c.setContent(html_132624eb983155077f3abb11d042c004);
|
|
|
|
|
|
|
|
marker_971c940bc3fc27950afa4648f7294e12.bindPopup(popup_66fb4270e496e85179b45f9c170e077c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_971c940bc3fc27950afa4648f7294e12.setIcon(icon_94eb7af8898d6c956a5c743b589f15e5);
|
|
|
|
|
|
var marker_bbe0269d63360993df50810dad39ab4f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_f306cb6114a705a91ed9e9ae165d0827 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffe8fa24dea98f27887e20900d359a8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc322b889aa4eeffe296a258c41c3169 = $(`<div id="html_dc322b889aa4eeffe296a258c41c3169" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_ffe8fa24dea98f27887e20900d359a8a.setContent(html_dc322b889aa4eeffe296a258c41c3169);
|
|
|
|
|
|
|
|
marker_bbe0269d63360993df50810dad39ab4f.bindPopup(popup_ffe8fa24dea98f27887e20900d359a8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbe0269d63360993df50810dad39ab4f.setIcon(icon_f306cb6114a705a91ed9e9ae165d0827);
|
|
|
|
|
|
var marker_b6950d31bdaedf9e00978d86a4d57c01 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_4c6ead0127b26cf002cc52e6e8dc302e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f00df89725f74c6e59a1d8eee32e7e6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29adbfca2f7fcd67c976283ff70c3328 = $(`<div id="html_29adbfca2f7fcd67c976283ff70c3328" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_f00df89725f74c6e59a1d8eee32e7e6d.setContent(html_29adbfca2f7fcd67c976283ff70c3328);
|
|
|
|
|
|
|
|
marker_b6950d31bdaedf9e00978d86a4d57c01.bindPopup(popup_f00df89725f74c6e59a1d8eee32e7e6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6950d31bdaedf9e00978d86a4d57c01.setIcon(icon_4c6ead0127b26cf002cc52e6e8dc302e);
|
|
|
|
|
|
var marker_663c445d8ec4ca342e00a9ab9d03f6ab = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_7afa8e2a680cbcea0b51e18363deaade = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52723595d679d240cb128e6748bc4c90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5adec2591b04f296ee17207ceaf462df = $(`<div id="html_5adec2591b04f296ee17207ceaf462df" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_52723595d679d240cb128e6748bc4c90.setContent(html_5adec2591b04f296ee17207ceaf462df);
|
|
|
|
|
|
|
|
marker_663c445d8ec4ca342e00a9ab9d03f6ab.bindPopup(popup_52723595d679d240cb128e6748bc4c90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_663c445d8ec4ca342e00a9ab9d03f6ab.setIcon(icon_7afa8e2a680cbcea0b51e18363deaade);
|
|
|
|
|
|
var marker_78512fda30e7787094457b41cff14590 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_3577c3b0b8016dbf00399ed8e88c7f52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58eb282a237e3a1b6484c55e91e487fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_503efd1f15dced12a16f4eb4718a38a7 = $(`<div id="html_503efd1f15dced12a16f4eb4718a38a7" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_58eb282a237e3a1b6484c55e91e487fd.setContent(html_503efd1f15dced12a16f4eb4718a38a7);
|
|
|
|
|
|
|
|
marker_78512fda30e7787094457b41cff14590.bindPopup(popup_58eb282a237e3a1b6484c55e91e487fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78512fda30e7787094457b41cff14590.setIcon(icon_3577c3b0b8016dbf00399ed8e88c7f52);
|
|
|
|
|
|
var marker_8b921dea293a294c78b294fdfcbda69f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_b3de2dcba8d5e17db4800bd50cb3a468 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9f7cc3569a069e186a1ac626bc67db6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e70697f5627fccd18097d1e0610a08c = $(`<div id="html_8e70697f5627fccd18097d1e0610a08c" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_c9f7cc3569a069e186a1ac626bc67db6.setContent(html_8e70697f5627fccd18097d1e0610a08c);
|
|
|
|
|
|
|
|
marker_8b921dea293a294c78b294fdfcbda69f.bindPopup(popup_c9f7cc3569a069e186a1ac626bc67db6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b921dea293a294c78b294fdfcbda69f.setIcon(icon_b3de2dcba8d5e17db4800bd50cb3a468);
|
|
|
|
|
|
var marker_8d3c09f7114ba4d3a94effb68ba25341 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_18ba669bea8c0bfc092b13c686301f67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5659b257e992217fe1dd679731500a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1b7bbd4215e325ee0c101ecbddd2732 = $(`<div id="html_a1b7bbd4215e325ee0c101ecbddd2732" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_a5659b257e992217fe1dd679731500a1.setContent(html_a1b7bbd4215e325ee0c101ecbddd2732);
|
|
|
|
|
|
|
|
marker_8d3c09f7114ba4d3a94effb68ba25341.bindPopup(popup_a5659b257e992217fe1dd679731500a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d3c09f7114ba4d3a94effb68ba25341.setIcon(icon_18ba669bea8c0bfc092b13c686301f67);
|
|
|
|
|
|
var marker_7359c5cfc674388df3dc6b0f2fe97e6d = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_7a9336172cf157697e6f25b356f188af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_757f93073ae86e9e7427038fc712d648 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b37a3a4e8d801f6ae6737da6081f983 = $(`<div id="html_1b37a3a4e8d801f6ae6737da6081f983" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_757f93073ae86e9e7427038fc712d648.setContent(html_1b37a3a4e8d801f6ae6737da6081f983);
|
|
|
|
|
|
|
|
marker_7359c5cfc674388df3dc6b0f2fe97e6d.bindPopup(popup_757f93073ae86e9e7427038fc712d648)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7359c5cfc674388df3dc6b0f2fe97e6d.setIcon(icon_7a9336172cf157697e6f25b356f188af);
|
|
|
|
|
|
var marker_76b0a3ceee6d9697ab9d4cc73360dd0b = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_06bf91a5fd4425001a717840b4b947da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a594bb85c66a43a1571b17659177f42d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db2c46677760d494abc4a52a2520d756 = $(`<div id="html_db2c46677760d494abc4a52a2520d756" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_a594bb85c66a43a1571b17659177f42d.setContent(html_db2c46677760d494abc4a52a2520d756);
|
|
|
|
|
|
|
|
marker_76b0a3ceee6d9697ab9d4cc73360dd0b.bindPopup(popup_a594bb85c66a43a1571b17659177f42d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76b0a3ceee6d9697ab9d4cc73360dd0b.setIcon(icon_06bf91a5fd4425001a717840b4b947da);
|
|
|
|
|
|
var marker_70eafbffa68f7b59e781e074cd1fe4ee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_8dbe0858fe3020bd901219982f9b8966 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf6d32a83d67ce1f22640f2310879b91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa203c37dceaa392caf2cf4389ce1f5d = $(`<div id="html_aa203c37dceaa392caf2cf4389ce1f5d" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_bf6d32a83d67ce1f22640f2310879b91.setContent(html_aa203c37dceaa392caf2cf4389ce1f5d);
|
|
|
|
|
|
|
|
marker_70eafbffa68f7b59e781e074cd1fe4ee.bindPopup(popup_bf6d32a83d67ce1f22640f2310879b91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70eafbffa68f7b59e781e074cd1fe4ee.setIcon(icon_8dbe0858fe3020bd901219982f9b8966);
|
|
|
|
|
|
var marker_99de4baa4b19b97e0194f833df3607d7 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_c85abfca63abe58165146802063313fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7b46340a4bde327fde3f434ab344058 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a3d8a3fca837faf21445809c604ab1d = $(`<div id="html_9a3d8a3fca837faf21445809c604ab1d" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_b7b46340a4bde327fde3f434ab344058.setContent(html_9a3d8a3fca837faf21445809c604ab1d);
|
|
|
|
|
|
|
|
marker_99de4baa4b19b97e0194f833df3607d7.bindPopup(popup_b7b46340a4bde327fde3f434ab344058)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99de4baa4b19b97e0194f833df3607d7.setIcon(icon_c85abfca63abe58165146802063313fa);
|
|
|
|
|
|
var marker_65ae58bb90ea46f10470ce56292909e3 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_4a233dfdfe305e7fd67e0a6f34e9728d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d2134b875a43cecc724fd3d04c76ff9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbc67ee3de8020a7e1e27c7c02199fed = $(`<div id="html_fbc67ee3de8020a7e1e27c7c02199fed" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_5d2134b875a43cecc724fd3d04c76ff9.setContent(html_fbc67ee3de8020a7e1e27c7c02199fed);
|
|
|
|
|
|
|
|
marker_65ae58bb90ea46f10470ce56292909e3.bindPopup(popup_5d2134b875a43cecc724fd3d04c76ff9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65ae58bb90ea46f10470ce56292909e3.setIcon(icon_4a233dfdfe305e7fd67e0a6f34e9728d);
|
|
|
|
|
|
var marker_3bfa33f1e3d7764382312f5191184ea1 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_bda91af2f8c47fb5dc10b148d985c3cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce547d16641a2df6467437b097e657cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca80ea8492df98a11c1a5756a963d2a2 = $(`<div id="html_ca80ea8492df98a11c1a5756a963d2a2" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_ce547d16641a2df6467437b097e657cd.setContent(html_ca80ea8492df98a11c1a5756a963d2a2);
|
|
|
|
|
|
|
|
marker_3bfa33f1e3d7764382312f5191184ea1.bindPopup(popup_ce547d16641a2df6467437b097e657cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bfa33f1e3d7764382312f5191184ea1.setIcon(icon_bda91af2f8c47fb5dc10b148d985c3cc);
|
|
|
|
|
|
var marker_7f4a735bae7a069d35f68d39411b4ade = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_650c88bc134cda4a2add2f105eefbe44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d62cf34690629cb55439f79820768c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b2c1ae493c5988bbbd6bb3ed8f2b286 = $(`<div id="html_5b2c1ae493c5988bbbd6bb3ed8f2b286" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_8d62cf34690629cb55439f79820768c5.setContent(html_5b2c1ae493c5988bbbd6bb3ed8f2b286);
|
|
|
|
|
|
|
|
marker_7f4a735bae7a069d35f68d39411b4ade.bindPopup(popup_8d62cf34690629cb55439f79820768c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f4a735bae7a069d35f68d39411b4ade.setIcon(icon_650c88bc134cda4a2add2f105eefbe44);
|
|
|
|
|
|
var marker_1beffea520e16fe95abec0e8ce100541 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_7f3f4593f356d71d0dfc2af2817a6522 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4018d8f6f1e1b050ca80232ec52de96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ca9a9da03bceec4628ed8917dcf8cae = $(`<div id="html_5ca9a9da03bceec4628ed8917dcf8cae" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_e4018d8f6f1e1b050ca80232ec52de96.setContent(html_5ca9a9da03bceec4628ed8917dcf8cae);
|
|
|
|
|
|
|
|
marker_1beffea520e16fe95abec0e8ce100541.bindPopup(popup_e4018d8f6f1e1b050ca80232ec52de96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1beffea520e16fe95abec0e8ce100541.setIcon(icon_7f3f4593f356d71d0dfc2af2817a6522);
|
|
|
|
|
|
var marker_8e1a48d9bf07542c90b5e11d88f5f8f7 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_f46eab88332805a5edacadef0e5cf275 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3eced0a8785be08c396285d119e93061 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5da8f27cac322701d9e962cd2d10744 = $(`<div id="html_d5da8f27cac322701d9e962cd2d10744" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_3eced0a8785be08c396285d119e93061.setContent(html_d5da8f27cac322701d9e962cd2d10744);
|
|
|
|
|
|
|
|
marker_8e1a48d9bf07542c90b5e11d88f5f8f7.bindPopup(popup_3eced0a8785be08c396285d119e93061)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e1a48d9bf07542c90b5e11d88f5f8f7.setIcon(icon_f46eab88332805a5edacadef0e5cf275);
|
|
|
|
|
|
var marker_aba3c371cbd2393e430228b55a704b54 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_f4a3eb01298d97ae0cb97a905e13eb2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c990599ce04a01039365cf4c03ae3bcc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70a929c67a2452a357ddd3a56cc99292 = $(`<div id="html_70a929c67a2452a357ddd3a56cc99292" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_c990599ce04a01039365cf4c03ae3bcc.setContent(html_70a929c67a2452a357ddd3a56cc99292);
|
|
|
|
|
|
|
|
marker_aba3c371cbd2393e430228b55a704b54.bindPopup(popup_c990599ce04a01039365cf4c03ae3bcc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aba3c371cbd2393e430228b55a704b54.setIcon(icon_f4a3eb01298d97ae0cb97a905e13eb2e);
|
|
|
|
|
|
var marker_b31768026a7d19d2e4f6dbec445f42d2 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_ca599f07395edb7ae10c932a23a5655f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9226ca07a64fa72f80fd47b5eb18310 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94ac0b6244649fbecdc96277c11eef77 = $(`<div id="html_94ac0b6244649fbecdc96277c11eef77" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_e9226ca07a64fa72f80fd47b5eb18310.setContent(html_94ac0b6244649fbecdc96277c11eef77);
|
|
|
|
|
|
|
|
marker_b31768026a7d19d2e4f6dbec445f42d2.bindPopup(popup_e9226ca07a64fa72f80fd47b5eb18310)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b31768026a7d19d2e4f6dbec445f42d2.setIcon(icon_ca599f07395edb7ae10c932a23a5655f);
|
|
|
|
|
|
var marker_0511f57858cda7416b0c9349b7f533a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5424da3494c7027cf09e10ec3a25a898);
|
|
|
|
|
|
var icon_ef4c5808feb18ff54fc6e8d1103cb473 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f9c373e66e3272d83e629fdfcf974ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_588667bd2a115add25ee6da26effe219 = $(`<div id="html_588667bd2a115add25ee6da26effe219" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_9f9c373e66e3272d83e629fdfcf974ec.setContent(html_588667bd2a115add25ee6da26effe219);
|
|
|
|
|
|
|
|
marker_0511f57858cda7416b0c9349b7f533a2.bindPopup(popup_9f9c373e66e3272d83e629fdfcf974ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0511f57858cda7416b0c9349b7f533a2.setIcon(icon_ef4c5808feb18ff54fc6e8d1103cb473);
|
|
|
|
|
|
marker_cluster_5424da3494c7027cf09e10ec3a25a898.addTo(map_fdda8bd43816ab052ff9fda47979138c);
|
|
|
|
</script>
|
|
</html> |