mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 06:45:18 +00:00
12425 lines
361 KiB
HTML
12425 lines
361 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_596ee5a85908a8c84cc952d301db1a88 {
|
|
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_596ee5a85908a8c84cc952d301db1a88" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_596ee5a85908a8c84cc952d301db1a88 = L.map(
|
|
"map_596ee5a85908a8c84cc952d301db1a88",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_d2c4393f2c5462f684fdb9207adc4eab = 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_d2c4393f2c5462f684fdb9207adc4eab.addTo(map_596ee5a85908a8c84cc952d301db1a88);
|
|
|
|
|
|
var marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_9e023244f4670e6f21ba8ba7322e064d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_8a76bc36bc9655baa979148eed6a226d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9a13dd5e9836ba0260e22c435a4f067 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e60f4d44f155600864c85ec1281c7f78 = $(`<div id="html_e60f4d44f155600864c85ec1281c7f78" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_d9a13dd5e9836ba0260e22c435a4f067.setContent(html_e60f4d44f155600864c85ec1281c7f78);
|
|
|
|
|
|
|
|
marker_9e023244f4670e6f21ba8ba7322e064d.bindPopup(popup_d9a13dd5e9836ba0260e22c435a4f067)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e023244f4670e6f21ba8ba7322e064d.setIcon(icon_8a76bc36bc9655baa979148eed6a226d);
|
|
|
|
|
|
var marker_0b82c9e2bc823eadf959328bb9b51ae4 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_07d2a341be82a90219d64d9d92afc564 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_753b3c6d74748d9c07f08dbf6fc70f9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae9121ea9b0c6a4a1219397127e6e251 = $(`<div id="html_ae9121ea9b0c6a4a1219397127e6e251" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_753b3c6d74748d9c07f08dbf6fc70f9b.setContent(html_ae9121ea9b0c6a4a1219397127e6e251);
|
|
|
|
|
|
|
|
marker_0b82c9e2bc823eadf959328bb9b51ae4.bindPopup(popup_753b3c6d74748d9c07f08dbf6fc70f9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b82c9e2bc823eadf959328bb9b51ae4.setIcon(icon_07d2a341be82a90219d64d9d92afc564);
|
|
|
|
|
|
var marker_1a10f4edffab2cf587284ec639f9b972 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_a65c4ba07825befd4475029aac602942 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96adf9cde213aa39ab4603828d683623 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5c6390c257058ff83366a748b9da467 = $(`<div id="html_e5c6390c257058ff83366a748b9da467" style="width: 100.0%; height: 100.0%;">rusty-uat.siberian-albacore.ts.net:8443</div>`)[0];
|
|
popup_96adf9cde213aa39ab4603828d683623.setContent(html_e5c6390c257058ff83366a748b9da467);
|
|
|
|
|
|
|
|
marker_1a10f4edffab2cf587284ec639f9b972.bindPopup(popup_96adf9cde213aa39ab4603828d683623)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a10f4edffab2cf587284ec639f9b972.setIcon(icon_a65c4ba07825befd4475029aac602942);
|
|
|
|
|
|
var marker_02912db41cfd878679088f9a398555d2 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_f5a5a0c79752d65228f0a822c8b48c33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbd7393e7aef7e1508caf2a8ca255671 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33ae50bf01780c00b8baaeafb9518132 = $(`<div id="html_33ae50bf01780c00b8baaeafb9518132" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_cbd7393e7aef7e1508caf2a8ca255671.setContent(html_33ae50bf01780c00b8baaeafb9518132);
|
|
|
|
|
|
|
|
marker_02912db41cfd878679088f9a398555d2.bindPopup(popup_cbd7393e7aef7e1508caf2a8ca255671)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02912db41cfd878679088f9a398555d2.setIcon(icon_f5a5a0c79752d65228f0a822c8b48c33);
|
|
|
|
|
|
var marker_f142b31ffffeb1878c580da3b4b0d4b3 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_0087c7563adee9a654cb7f58c5fba376 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3261d9fbf09f0dcc03056fd925b55be7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e5f54a1838d4314221d002f15634e8b = $(`<div id="html_5e5f54a1838d4314221d002f15634e8b" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_3261d9fbf09f0dcc03056fd925b55be7.setContent(html_5e5f54a1838d4314221d002f15634e8b);
|
|
|
|
|
|
|
|
marker_f142b31ffffeb1878c580da3b4b0d4b3.bindPopup(popup_3261d9fbf09f0dcc03056fd925b55be7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f142b31ffffeb1878c580da3b4b0d4b3.setIcon(icon_0087c7563adee9a654cb7f58c5fba376);
|
|
|
|
|
|
var marker_09f79034d1c138ac9a6c912d731cfa11 = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b139441d6fed3e4fd659878477d51628 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec10933f0e839963f9a31ef97c65e205 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb5099521b39a224e242cebca9296ac0 = $(`<div id="html_bb5099521b39a224e242cebca9296ac0" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_ec10933f0e839963f9a31ef97c65e205.setContent(html_bb5099521b39a224e242cebca9296ac0);
|
|
|
|
|
|
|
|
marker_09f79034d1c138ac9a6c912d731cfa11.bindPopup(popup_ec10933f0e839963f9a31ef97c65e205)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09f79034d1c138ac9a6c912d731cfa11.setIcon(icon_b139441d6fed3e4fd659878477d51628);
|
|
|
|
|
|
var marker_89a197a4f4722c02c0791affddb2fa9f = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_8d9413992269ca9456336c6a6996702f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9dc91a0867a6d04d3301006a91c199ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f178e1712dbf9f3c8d5b1b04133183d2 = $(`<div id="html_f178e1712dbf9f3c8d5b1b04133183d2" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_9dc91a0867a6d04d3301006a91c199ec.setContent(html_f178e1712dbf9f3c8d5b1b04133183d2);
|
|
|
|
|
|
|
|
marker_89a197a4f4722c02c0791affddb2fa9f.bindPopup(popup_9dc91a0867a6d04d3301006a91c199ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89a197a4f4722c02c0791affddb2fa9f.setIcon(icon_8d9413992269ca9456336c6a6996702f);
|
|
|
|
|
|
var marker_3f36c2d07480da90eca5b55e23df53b6 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_641c1b94665f012ffc0357d84107890d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8d0e1999afe5e411da0ecc0484c18ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7727ea273894d5f31c03cf353b43cef5 = $(`<div id="html_7727ea273894d5f31c03cf353b43cef5" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_c8d0e1999afe5e411da0ecc0484c18ea.setContent(html_7727ea273894d5f31c03cf353b43cef5);
|
|
|
|
|
|
|
|
marker_3f36c2d07480da90eca5b55e23df53b6.bindPopup(popup_c8d0e1999afe5e411da0ecc0484c18ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f36c2d07480da90eca5b55e23df53b6.setIcon(icon_641c1b94665f012ffc0357d84107890d);
|
|
|
|
|
|
var marker_e4be0bfa21ff6ac4bcd4d54f30c883fa = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e35fa3651f990b59ec74a021a4071530 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81ed7b1e88971cc2dcb7f9717b1764e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e47626782f6ad6d60c1247934680c824 = $(`<div id="html_e47626782f6ad6d60c1247934680c824" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_81ed7b1e88971cc2dcb7f9717b1764e7.setContent(html_e47626782f6ad6d60c1247934680c824);
|
|
|
|
|
|
|
|
marker_e4be0bfa21ff6ac4bcd4d54f30c883fa.bindPopup(popup_81ed7b1e88971cc2dcb7f9717b1764e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4be0bfa21ff6ac4bcd4d54f30c883fa.setIcon(icon_e35fa3651f990b59ec74a021a4071530);
|
|
|
|
|
|
var marker_a49d7337bc3cac7ed9e5c3b5ab535178 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_505a1e0e80a40412ba03e059bf38c0b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9dcc4e7bfedca11e35c9e5b6b8c5b211 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b44462f8b802ef70d7c450a69e836b44 = $(`<div id="html_b44462f8b802ef70d7c450a69e836b44" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_9dcc4e7bfedca11e35c9e5b6b8c5b211.setContent(html_b44462f8b802ef70d7c450a69e836b44);
|
|
|
|
|
|
|
|
marker_a49d7337bc3cac7ed9e5c3b5ab535178.bindPopup(popup_9dcc4e7bfedca11e35c9e5b6b8c5b211)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a49d7337bc3cac7ed9e5c3b5ab535178.setIcon(icon_505a1e0e80a40412ba03e059bf38c0b6);
|
|
|
|
|
|
var marker_1cb66475867fda3d485a90cf42a37f99 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_d480effe09e2cc03308e605c75d2b3bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b1ff25c2c98798a058c4a70fbdc3d3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f261d425a48f685fae10538c5d26ca87 = $(`<div id="html_f261d425a48f685fae10538c5d26ca87" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_1b1ff25c2c98798a058c4a70fbdc3d3a.setContent(html_f261d425a48f685fae10538c5d26ca87);
|
|
|
|
|
|
|
|
marker_1cb66475867fda3d485a90cf42a37f99.bindPopup(popup_1b1ff25c2c98798a058c4a70fbdc3d3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cb66475867fda3d485a90cf42a37f99.setIcon(icon_d480effe09e2cc03308e605c75d2b3bc);
|
|
|
|
|
|
var marker_13ed557241056b44bd0720ff48803baf = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_3339892a2c722a0709d7cb7a0e4d087d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5157e72844a814c95ce93081af829f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f2eba74d346439a403519348663f204 = $(`<div id="html_5f2eba74d346439a403519348663f204" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_d5157e72844a814c95ce93081af829f8.setContent(html_5f2eba74d346439a403519348663f204);
|
|
|
|
|
|
|
|
marker_13ed557241056b44bd0720ff48803baf.bindPopup(popup_d5157e72844a814c95ce93081af829f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13ed557241056b44bd0720ff48803baf.setIcon(icon_3339892a2c722a0709d7cb7a0e4d087d);
|
|
|
|
|
|
var marker_69245ecffd1dc9d161722f97afe2be41 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_cb0eafbac4a8c8f2a656ffa11eb5be44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be95fb43010ec29eafa1a292d5134a47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a1222906e8611c4567a1df96d9d1512 = $(`<div id="html_2a1222906e8611c4567a1df96d9d1512" style="width: 100.0%; height: 100.0%;">nostr.chrissexton.org</div>`)[0];
|
|
popup_be95fb43010ec29eafa1a292d5134a47.setContent(html_2a1222906e8611c4567a1df96d9d1512);
|
|
|
|
|
|
|
|
marker_69245ecffd1dc9d161722f97afe2be41.bindPopup(popup_be95fb43010ec29eafa1a292d5134a47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69245ecffd1dc9d161722f97afe2be41.setIcon(icon_cb0eafbac4a8c8f2a656ffa11eb5be44);
|
|
|
|
|
|
var marker_af755ea640d5783b0b574ff9f2230021 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b009f4070f3cae94e0f1bd26d1f4e1d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76b05fd681987ad4139aca7f5d0b45b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_582f952ce040c5cd8d3119bd7d5d4ae8 = $(`<div id="html_582f952ce040c5cd8d3119bd7d5d4ae8" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_76b05fd681987ad4139aca7f5d0b45b7.setContent(html_582f952ce040c5cd8d3119bd7d5d4ae8);
|
|
|
|
|
|
|
|
marker_af755ea640d5783b0b574ff9f2230021.bindPopup(popup_76b05fd681987ad4139aca7f5d0b45b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af755ea640d5783b0b574ff9f2230021.setIcon(icon_b009f4070f3cae94e0f1bd26d1f4e1d6);
|
|
|
|
|
|
var marker_8b3c509f7a780ccb4d73bf201e427bf0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_9543d97695576f5a6471cee6531f6ce5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_543f78bee1059489ac911a78a4562b17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ee88de00e5bd32b0159249e3259aadc = $(`<div id="html_9ee88de00e5bd32b0159249e3259aadc" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_543f78bee1059489ac911a78a4562b17.setContent(html_9ee88de00e5bd32b0159249e3259aadc);
|
|
|
|
|
|
|
|
marker_8b3c509f7a780ccb4d73bf201e427bf0.bindPopup(popup_543f78bee1059489ac911a78a4562b17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b3c509f7a780ccb4d73bf201e427bf0.setIcon(icon_9543d97695576f5a6471cee6531f6ce5);
|
|
|
|
|
|
var marker_ccefdd0ba928f1de608acc5c2f1cbc1d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_f2820a4496da7050b0fce6bb4b8977aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e21a1d1edf390e136ccaf70b08a7e90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc76b37e36ad62f94bc27b9a94622b1b = $(`<div id="html_bc76b37e36ad62f94bc27b9a94622b1b" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_7e21a1d1edf390e136ccaf70b08a7e90.setContent(html_bc76b37e36ad62f94bc27b9a94622b1b);
|
|
|
|
|
|
|
|
marker_ccefdd0ba928f1de608acc5c2f1cbc1d.bindPopup(popup_7e21a1d1edf390e136ccaf70b08a7e90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccefdd0ba928f1de608acc5c2f1cbc1d.setIcon(icon_f2820a4496da7050b0fce6bb4b8977aa);
|
|
|
|
|
|
var marker_4d216ff4817f0b34f9084cc64cba42fa = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_3566fe6b06ec135297b0bf2521c7fafc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55e931bb900ba19b42ca62aacb66e3fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7b3e70f83f7fc6d47f4320f2b4abb1e = $(`<div id="html_c7b3e70f83f7fc6d47f4320f2b4abb1e" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_55e931bb900ba19b42ca62aacb66e3fe.setContent(html_c7b3e70f83f7fc6d47f4320f2b4abb1e);
|
|
|
|
|
|
|
|
marker_4d216ff4817f0b34f9084cc64cba42fa.bindPopup(popup_55e931bb900ba19b42ca62aacb66e3fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d216ff4817f0b34f9084cc64cba42fa.setIcon(icon_3566fe6b06ec135297b0bf2521c7fafc);
|
|
|
|
|
|
var marker_77d49cbe841e937131ab6d80c717179b = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_44dc99c71cc9107a3e1749064895da7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f6462880a3fbbb3e453357be1e8ac0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_336917e9db93c6e74d694523803ffdba = $(`<div id="html_336917e9db93c6e74d694523803ffdba" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_8f6462880a3fbbb3e453357be1e8ac0f.setContent(html_336917e9db93c6e74d694523803ffdba);
|
|
|
|
|
|
|
|
marker_77d49cbe841e937131ab6d80c717179b.bindPopup(popup_8f6462880a3fbbb3e453357be1e8ac0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77d49cbe841e937131ab6d80c717179b.setIcon(icon_44dc99c71cc9107a3e1749064895da7d);
|
|
|
|
|
|
var marker_935f4969aec8cd6e752c95c38bdc3b0b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_67d8d73c345cfaa2c0a866a065ffbd8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4245905c7409f3b64a5a9942434b03ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe7b3e70eef23ad1093c2b2fad6fdc14 = $(`<div id="html_fe7b3e70eef23ad1093c2b2fad6fdc14" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_4245905c7409f3b64a5a9942434b03ab.setContent(html_fe7b3e70eef23ad1093c2b2fad6fdc14);
|
|
|
|
|
|
|
|
marker_935f4969aec8cd6e752c95c38bdc3b0b.bindPopup(popup_4245905c7409f3b64a5a9942434b03ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_935f4969aec8cd6e752c95c38bdc3b0b.setIcon(icon_67d8d73c345cfaa2c0a866a065ffbd8a);
|
|
|
|
|
|
var marker_579860e75651b1f723e3da4269423541 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_2c2998c41ae275005f6c3b6ac88d508f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70dd4a625959cf3a6b9ada43317ded2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f891741b4b9bd23f3f6e2aa81a952ba = $(`<div id="html_0f891741b4b9bd23f3f6e2aa81a952ba" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_70dd4a625959cf3a6b9ada43317ded2d.setContent(html_0f891741b4b9bd23f3f6e2aa81a952ba);
|
|
|
|
|
|
|
|
marker_579860e75651b1f723e3da4269423541.bindPopup(popup_70dd4a625959cf3a6b9ada43317ded2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_579860e75651b1f723e3da4269423541.setIcon(icon_2c2998c41ae275005f6c3b6ac88d508f);
|
|
|
|
|
|
var marker_1c58d26686044e4ded65228c73f1c476 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_fd9942bf16b4ef39c239e8bbcae51de6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60800bea850382c6cf445838a77569f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c674bae4e2e5d0574210c71be3c0344 = $(`<div id="html_3c674bae4e2e5d0574210c71be3c0344" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_60800bea850382c6cf445838a77569f7.setContent(html_3c674bae4e2e5d0574210c71be3c0344);
|
|
|
|
|
|
|
|
marker_1c58d26686044e4ded65228c73f1c476.bindPopup(popup_60800bea850382c6cf445838a77569f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c58d26686044e4ded65228c73f1c476.setIcon(icon_fd9942bf16b4ef39c239e8bbcae51de6);
|
|
|
|
|
|
var marker_017f06a50314bcb2f38498b4e079d695 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_13db9b2f5f51199b68f7c1ca06c2da7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_542677ffa00cca60bb3bbe79c91600f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b99e1f22dcb57d4989452c837ea3b988 = $(`<div id="html_b99e1f22dcb57d4989452c837ea3b988" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_542677ffa00cca60bb3bbe79c91600f4.setContent(html_b99e1f22dcb57d4989452c837ea3b988);
|
|
|
|
|
|
|
|
marker_017f06a50314bcb2f38498b4e079d695.bindPopup(popup_542677ffa00cca60bb3bbe79c91600f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_017f06a50314bcb2f38498b4e079d695.setIcon(icon_13db9b2f5f51199b68f7c1ca06c2da7d);
|
|
|
|
|
|
var marker_c219f087e4f6ad7f4ee46631a838002d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e239a64ba93e3af7b4eea4cccff67549 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abb054a1b47340d7c70bff2977d8ef00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32c6f27ef897164462a3a48f5357f103 = $(`<div id="html_32c6f27ef897164462a3a48f5357f103" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_abb054a1b47340d7c70bff2977d8ef00.setContent(html_32c6f27ef897164462a3a48f5357f103);
|
|
|
|
|
|
|
|
marker_c219f087e4f6ad7f4ee46631a838002d.bindPopup(popup_abb054a1b47340d7c70bff2977d8ef00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c219f087e4f6ad7f4ee46631a838002d.setIcon(icon_e239a64ba93e3af7b4eea4cccff67549);
|
|
|
|
|
|
var marker_024c07d63388f2ed0fd8ed845651c2d9 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b57e8416fbfd1fb467766cafd6a3d8c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36019dc56122bdc1b72ccab654027857 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfec500788f2183485941e0c9a202029 = $(`<div id="html_dfec500788f2183485941e0c9a202029" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_36019dc56122bdc1b72ccab654027857.setContent(html_dfec500788f2183485941e0c9a202029);
|
|
|
|
|
|
|
|
marker_024c07d63388f2ed0fd8ed845651c2d9.bindPopup(popup_36019dc56122bdc1b72ccab654027857)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_024c07d63388f2ed0fd8ed845651c2d9.setIcon(icon_b57e8416fbfd1fb467766cafd6a3d8c3);
|
|
|
|
|
|
var marker_cbf544eeb0fb1bedeecb238e148c05bb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e0be5c21b2b5f7f42afa3aaf42d23bc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3802aaf82ff377301b456f858553dbb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_981160d7466a4c93ccb9d37184778698 = $(`<div id="html_981160d7466a4c93ccb9d37184778698" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_3802aaf82ff377301b456f858553dbb1.setContent(html_981160d7466a4c93ccb9d37184778698);
|
|
|
|
|
|
|
|
marker_cbf544eeb0fb1bedeecb238e148c05bb.bindPopup(popup_3802aaf82ff377301b456f858553dbb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbf544eeb0fb1bedeecb238e148c05bb.setIcon(icon_e0be5c21b2b5f7f42afa3aaf42d23bc6);
|
|
|
|
|
|
var marker_7c08cacedc6181d6fcbc8d52f5cd539d = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b4a8095a2910928c99a30e88a3639701 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c14db53eac529765df7e1cafc6d0cd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93e34ded47ac3c8fabb3b7f449c697ad = $(`<div id="html_93e34ded47ac3c8fabb3b7f449c697ad" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_4c14db53eac529765df7e1cafc6d0cd8.setContent(html_93e34ded47ac3c8fabb3b7f449c697ad);
|
|
|
|
|
|
|
|
marker_7c08cacedc6181d6fcbc8d52f5cd539d.bindPopup(popup_4c14db53eac529765df7e1cafc6d0cd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c08cacedc6181d6fcbc8d52f5cd539d.setIcon(icon_b4a8095a2910928c99a30e88a3639701);
|
|
|
|
|
|
var marker_44a57fc296b69b1226c6c98fe253a2a3 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_86be26eba175073db66c0fdcbbdf7132 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_655c69354e3e3100af67d8ceb4c00de9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77f6490b26335643044505ea8a068153 = $(`<div id="html_77f6490b26335643044505ea8a068153" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_655c69354e3e3100af67d8ceb4c00de9.setContent(html_77f6490b26335643044505ea8a068153);
|
|
|
|
|
|
|
|
marker_44a57fc296b69b1226c6c98fe253a2a3.bindPopup(popup_655c69354e3e3100af67d8ceb4c00de9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44a57fc296b69b1226c6c98fe253a2a3.setIcon(icon_86be26eba175073db66c0fdcbbdf7132);
|
|
|
|
|
|
var marker_7453b99295a1e51e3d48772116002d5a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_827fcc16e39834909d18a6e8fac0a53e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b1d1452e276d7fcd36d9aeaad54cfe9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abad5d7c8f25530df4c1bf9554a0f074 = $(`<div id="html_abad5d7c8f25530df4c1bf9554a0f074" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_2b1d1452e276d7fcd36d9aeaad54cfe9.setContent(html_abad5d7c8f25530df4c1bf9554a0f074);
|
|
|
|
|
|
|
|
marker_7453b99295a1e51e3d48772116002d5a.bindPopup(popup_2b1d1452e276d7fcd36d9aeaad54cfe9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7453b99295a1e51e3d48772116002d5a.setIcon(icon_827fcc16e39834909d18a6e8fac0a53e);
|
|
|
|
|
|
var marker_bc3ebbb631650fe33a6d08caad1cb3b1 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_2b21663cdb1c7287d9ce68bc22607bbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1ca1c5776597ce0afc60deea49b2f4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffc06b17fb821f3fdef3a9efc271aefb = $(`<div id="html_ffc06b17fb821f3fdef3a9efc271aefb" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_c1ca1c5776597ce0afc60deea49b2f4c.setContent(html_ffc06b17fb821f3fdef3a9efc271aefb);
|
|
|
|
|
|
|
|
marker_bc3ebbb631650fe33a6d08caad1cb3b1.bindPopup(popup_c1ca1c5776597ce0afc60deea49b2f4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc3ebbb631650fe33a6d08caad1cb3b1.setIcon(icon_2b21663cdb1c7287d9ce68bc22607bbd);
|
|
|
|
|
|
var marker_92d072b059cb126879aaada7b39cd94d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_8fcca9b355c69095320020d6ef5497b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af7b153d108a95cb1bff331cbe15eb78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0800e478e364ffce179a12c22392be0 = $(`<div id="html_f0800e478e364ffce179a12c22392be0" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_af7b153d108a95cb1bff331cbe15eb78.setContent(html_f0800e478e364ffce179a12c22392be0);
|
|
|
|
|
|
|
|
marker_92d072b059cb126879aaada7b39cd94d.bindPopup(popup_af7b153d108a95cb1bff331cbe15eb78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92d072b059cb126879aaada7b39cd94d.setIcon(icon_8fcca9b355c69095320020d6ef5497b8);
|
|
|
|
|
|
var marker_c597cb5265a9d4d7876cba70bd37b78f = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_f66f5a51be797b13b324b0d3c4d18f43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd8170bbce51a787e1fcb44abde8bda6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4386523fd18810bc53ed190a36157d57 = $(`<div id="html_4386523fd18810bc53ed190a36157d57" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_cd8170bbce51a787e1fcb44abde8bda6.setContent(html_4386523fd18810bc53ed190a36157d57);
|
|
|
|
|
|
|
|
marker_c597cb5265a9d4d7876cba70bd37b78f.bindPopup(popup_cd8170bbce51a787e1fcb44abde8bda6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c597cb5265a9d4d7876cba70bd37b78f.setIcon(icon_f66f5a51be797b13b324b0d3c4d18f43);
|
|
|
|
|
|
var marker_c09359dc437f854476f6522ec07a5b68 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_dbbd22fb03bd672cfaab9b182e904c2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f69404a500978d60450cd625e93dbba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d14b5966491f0220bd0024775294d4d4 = $(`<div id="html_d14b5966491f0220bd0024775294d4d4" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_2f69404a500978d60450cd625e93dbba.setContent(html_d14b5966491f0220bd0024775294d4d4);
|
|
|
|
|
|
|
|
marker_c09359dc437f854476f6522ec07a5b68.bindPopup(popup_2f69404a500978d60450cd625e93dbba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c09359dc437f854476f6522ec07a5b68.setIcon(icon_dbbd22fb03bd672cfaab9b182e904c2b);
|
|
|
|
|
|
var marker_7bee2571e4be2856a3a9431cc57de599 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_ebc1de87029f904b7aacb0066e03e682 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e13e93ba3e445aa28de77aef8e22b42e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_223ae470c9bea6a9a4683fff6944ffb9 = $(`<div id="html_223ae470c9bea6a9a4683fff6944ffb9" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_e13e93ba3e445aa28de77aef8e22b42e.setContent(html_223ae470c9bea6a9a4683fff6944ffb9);
|
|
|
|
|
|
|
|
marker_7bee2571e4be2856a3a9431cc57de599.bindPopup(popup_e13e93ba3e445aa28de77aef8e22b42e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bee2571e4be2856a3a9431cc57de599.setIcon(icon_ebc1de87029f904b7aacb0066e03e682);
|
|
|
|
|
|
var marker_23fecbe337433e7215fcee8bf048adbf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_cdbf5d24ede218d65a32efbf86803acd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acbfb819ba94ef7032b6d59162540cf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9161d7e46e2e8cd56452a9deb3f1eb9 = $(`<div id="html_d9161d7e46e2e8cd56452a9deb3f1eb9" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_acbfb819ba94ef7032b6d59162540cf5.setContent(html_d9161d7e46e2e8cd56452a9deb3f1eb9);
|
|
|
|
|
|
|
|
marker_23fecbe337433e7215fcee8bf048adbf.bindPopup(popup_acbfb819ba94ef7032b6d59162540cf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23fecbe337433e7215fcee8bf048adbf.setIcon(icon_cdbf5d24ede218d65a32efbf86803acd);
|
|
|
|
|
|
var marker_0b2f9bb219cd9007224af3234101ece6 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_7a46d282e79d19f871dcae8cdf46d7a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d20c6810ee0d230f79e2debb5912d81c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fee063139fd171f06e5d76b2a5501014 = $(`<div id="html_fee063139fd171f06e5d76b2a5501014" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_d20c6810ee0d230f79e2debb5912d81c.setContent(html_fee063139fd171f06e5d76b2a5501014);
|
|
|
|
|
|
|
|
marker_0b2f9bb219cd9007224af3234101ece6.bindPopup(popup_d20c6810ee0d230f79e2debb5912d81c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b2f9bb219cd9007224af3234101ece6.setIcon(icon_7a46d282e79d19f871dcae8cdf46d7a2);
|
|
|
|
|
|
var marker_50a30b06581b7fa8a04f9c3769529ed8 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_5a7a25e3916955da57cd1851ca485441 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79327182ee75dd93d31abe54bf104e86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab44249a3ac6d1a5516201123d8cc120 = $(`<div id="html_ab44249a3ac6d1a5516201123d8cc120" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_79327182ee75dd93d31abe54bf104e86.setContent(html_ab44249a3ac6d1a5516201123d8cc120);
|
|
|
|
|
|
|
|
marker_50a30b06581b7fa8a04f9c3769529ed8.bindPopup(popup_79327182ee75dd93d31abe54bf104e86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50a30b06581b7fa8a04f9c3769529ed8.setIcon(icon_5a7a25e3916955da57cd1851ca485441);
|
|
|
|
|
|
var marker_6a8466477d1d236fb607ce6cdf7ad371 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_7c74758c21c23242d21bd1567e864d3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6de5d37a486db7885a518aaab0b27485 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59b886e8639c062b64044530e884cc1a = $(`<div id="html_59b886e8639c062b64044530e884cc1a" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_6de5d37a486db7885a518aaab0b27485.setContent(html_59b886e8639c062b64044530e884cc1a);
|
|
|
|
|
|
|
|
marker_6a8466477d1d236fb607ce6cdf7ad371.bindPopup(popup_6de5d37a486db7885a518aaab0b27485)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a8466477d1d236fb607ce6cdf7ad371.setIcon(icon_7c74758c21c23242d21bd1567e864d3f);
|
|
|
|
|
|
var marker_c642fcde418d00b03e8f0e2242dc5299 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_5b157f1bb88e28946b88f95430066876 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23e1c4a092ead2e2d9611fbbe169906f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ef98387ea81ddc89ae13954951ada15 = $(`<div id="html_2ef98387ea81ddc89ae13954951ada15" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_23e1c4a092ead2e2d9611fbbe169906f.setContent(html_2ef98387ea81ddc89ae13954951ada15);
|
|
|
|
|
|
|
|
marker_c642fcde418d00b03e8f0e2242dc5299.bindPopup(popup_23e1c4a092ead2e2d9611fbbe169906f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c642fcde418d00b03e8f0e2242dc5299.setIcon(icon_5b157f1bb88e28946b88f95430066876);
|
|
|
|
|
|
var marker_dc00b3386751e003dfdd0dd008e6d3c1 = L.marker(
|
|
[51.9194, 19.1451],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_29ae39472cc1a186aa5f26067305489c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba66035338866e8660982c6b1a29f1ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40a570e04d2f4b5711b58d175763eaa1 = $(`<div id="html_40a570e04d2f4b5711b58d175763eaa1" style="width: 100.0%; height: 100.0%;">relay.fizx.uk</div>`)[0];
|
|
popup_ba66035338866e8660982c6b1a29f1ec.setContent(html_40a570e04d2f4b5711b58d175763eaa1);
|
|
|
|
|
|
|
|
marker_dc00b3386751e003dfdd0dd008e6d3c1.bindPopup(popup_ba66035338866e8660982c6b1a29f1ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc00b3386751e003dfdd0dd008e6d3c1.setIcon(icon_29ae39472cc1a186aa5f26067305489c);
|
|
|
|
|
|
var marker_601c30d823013e728c7d0c11fe6c0d1b = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_34fbc235daf895cf6d56b84110d134b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc672db085e246189c7b21125eaeba8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6af525f8bd8e03841e5bb45ae457f79 = $(`<div id="html_b6af525f8bd8e03841e5bb45ae457f79" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_bc672db085e246189c7b21125eaeba8d.setContent(html_b6af525f8bd8e03841e5bb45ae457f79);
|
|
|
|
|
|
|
|
marker_601c30d823013e728c7d0c11fe6c0d1b.bindPopup(popup_bc672db085e246189c7b21125eaeba8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_601c30d823013e728c7d0c11fe6c0d1b.setIcon(icon_34fbc235daf895cf6d56b84110d134b8);
|
|
|
|
|
|
var marker_9494f04db7af99392f383ddad830bdc1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_951411feeb0a06d73783ba73bcc5afef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6158a20a27de807752a6048f2cbbf33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afef4cf7402909c67edcf42afd936c1f = $(`<div id="html_afef4cf7402909c67edcf42afd936c1f" style="width: 100.0%; height: 100.0%;">tenex.chat</div>`)[0];
|
|
popup_d6158a20a27de807752a6048f2cbbf33.setContent(html_afef4cf7402909c67edcf42afd936c1f);
|
|
|
|
|
|
|
|
marker_9494f04db7af99392f383ddad830bdc1.bindPopup(popup_d6158a20a27de807752a6048f2cbbf33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9494f04db7af99392f383ddad830bdc1.setIcon(icon_951411feeb0a06d73783ba73bcc5afef);
|
|
|
|
|
|
var marker_2d980862cdf5da0de844916069a9ab25 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e32b72cdd4bf5d0fad899d422b008c17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da520f70906a0ac92d74e89689435221 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_370d7b65c1b1a20515232b6b6011c178 = $(`<div id="html_370d7b65c1b1a20515232b6b6011c178" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_da520f70906a0ac92d74e89689435221.setContent(html_370d7b65c1b1a20515232b6b6011c178);
|
|
|
|
|
|
|
|
marker_2d980862cdf5da0de844916069a9ab25.bindPopup(popup_da520f70906a0ac92d74e89689435221)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d980862cdf5da0de844916069a9ab25.setIcon(icon_e32b72cdd4bf5d0fad899d422b008c17);
|
|
|
|
|
|
var marker_c924bfc00c9e9cddcfdfdd3ace4a6f5c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b3ecc05ae641e0ca23ea2ddd6cad4619 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fe868472257c7edeccabd660c960a93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7578cc95e884d382afab51911dd40345 = $(`<div id="html_7578cc95e884d382afab51911dd40345" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_5fe868472257c7edeccabd660c960a93.setContent(html_7578cc95e884d382afab51911dd40345);
|
|
|
|
|
|
|
|
marker_c924bfc00c9e9cddcfdfdd3ace4a6f5c.bindPopup(popup_5fe868472257c7edeccabd660c960a93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c924bfc00c9e9cddcfdfdd3ace4a6f5c.setIcon(icon_b3ecc05ae641e0ca23ea2ddd6cad4619);
|
|
|
|
|
|
var marker_54b0346f6caf0361b049382ba7e306c5 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_4e160544352d2e07f0da7c76511c76be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77a77fb46e56fa9fb0c2aea77a8d36ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0950f5998f82e9cf4dd3f8cc870215d = $(`<div id="html_f0950f5998f82e9cf4dd3f8cc870215d" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_77a77fb46e56fa9fb0c2aea77a8d36ea.setContent(html_f0950f5998f82e9cf4dd3f8cc870215d);
|
|
|
|
|
|
|
|
marker_54b0346f6caf0361b049382ba7e306c5.bindPopup(popup_77a77fb46e56fa9fb0c2aea77a8d36ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54b0346f6caf0361b049382ba7e306c5.setIcon(icon_4e160544352d2e07f0da7c76511c76be);
|
|
|
|
|
|
var marker_0c7ba564d8c5950ea0f49faacd822cf9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e04057bfd5dbe4ee08b358c9af3e6fdd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78efe11bc6b1dcf25523ae12428e6e81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6235009e7106064f328002e240006015 = $(`<div id="html_6235009e7106064f328002e240006015" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_78efe11bc6b1dcf25523ae12428e6e81.setContent(html_6235009e7106064f328002e240006015);
|
|
|
|
|
|
|
|
marker_0c7ba564d8c5950ea0f49faacd822cf9.bindPopup(popup_78efe11bc6b1dcf25523ae12428e6e81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c7ba564d8c5950ea0f49faacd822cf9.setIcon(icon_e04057bfd5dbe4ee08b358c9af3e6fdd);
|
|
|
|
|
|
var marker_ce16b4f90a6b731accc579436371a109 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_2d87ba71feac59e8d56406c71e24a1a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3418147cc4c47c2b69f3f60ce7095e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a54417bede1c345f415886d35225a65 = $(`<div id="html_8a54417bede1c345f415886d35225a65" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_f3418147cc4c47c2b69f3f60ce7095e0.setContent(html_8a54417bede1c345f415886d35225a65);
|
|
|
|
|
|
|
|
marker_ce16b4f90a6b731accc579436371a109.bindPopup(popup_f3418147cc4c47c2b69f3f60ce7095e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce16b4f90a6b731accc579436371a109.setIcon(icon_2d87ba71feac59e8d56406c71e24a1a1);
|
|
|
|
|
|
var marker_ec73104b66453f1c967c8f6910fddaa9 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_1a1ec0de6fca0f0cc0d4d3070539f0e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_725b2e7544debdf7f2a2c42d2f6ffadd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1261249c123d3bbe4b323d9623cc781 = $(`<div id="html_c1261249c123d3bbe4b323d9623cc781" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_725b2e7544debdf7f2a2c42d2f6ffadd.setContent(html_c1261249c123d3bbe4b323d9623cc781);
|
|
|
|
|
|
|
|
marker_ec73104b66453f1c967c8f6910fddaa9.bindPopup(popup_725b2e7544debdf7f2a2c42d2f6ffadd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec73104b66453f1c967c8f6910fddaa9.setIcon(icon_1a1ec0de6fca0f0cc0d4d3070539f0e2);
|
|
|
|
|
|
var marker_02fa3882dc1a9c09a979b5bd8da32efb = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_4bf02ae28ce7c271ec74364a73a478df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ce01b64dd3d70fbcc03c05a8623b69b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fee4d525c9ca772933648578a53923f = $(`<div id="html_3fee4d525c9ca772933648578a53923f" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_7ce01b64dd3d70fbcc03c05a8623b69b.setContent(html_3fee4d525c9ca772933648578a53923f);
|
|
|
|
|
|
|
|
marker_02fa3882dc1a9c09a979b5bd8da32efb.bindPopup(popup_7ce01b64dd3d70fbcc03c05a8623b69b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02fa3882dc1a9c09a979b5bd8da32efb.setIcon(icon_4bf02ae28ce7c271ec74364a73a478df);
|
|
|
|
|
|
var marker_ad81d83ccf75091784e816603cc7851f = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_ff8fe5a7ceb6957a89b5a205861577b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7dd21b74b2784301f64075bee2eeb017 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b29b3efbdc5502066fdab683c4532a50 = $(`<div id="html_b29b3efbdc5502066fdab683c4532a50" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_7dd21b74b2784301f64075bee2eeb017.setContent(html_b29b3efbdc5502066fdab683c4532a50);
|
|
|
|
|
|
|
|
marker_ad81d83ccf75091784e816603cc7851f.bindPopup(popup_7dd21b74b2784301f64075bee2eeb017)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad81d83ccf75091784e816603cc7851f.setIcon(icon_ff8fe5a7ceb6957a89b5a205861577b9);
|
|
|
|
|
|
var marker_ac196d957abff9347a4693ba50a3dc4c = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_49bbde07a801fb0367216d49156f83cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6307bb6d0b78a17cb9e6985dbc28ba9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b99f67625111493c6b53f5bfddbeddd4 = $(`<div id="html_b99f67625111493c6b53f5bfddbeddd4" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_6307bb6d0b78a17cb9e6985dbc28ba9a.setContent(html_b99f67625111493c6b53f5bfddbeddd4);
|
|
|
|
|
|
|
|
marker_ac196d957abff9347a4693ba50a3dc4c.bindPopup(popup_6307bb6d0b78a17cb9e6985dbc28ba9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac196d957abff9347a4693ba50a3dc4c.setIcon(icon_49bbde07a801fb0367216d49156f83cf);
|
|
|
|
|
|
var marker_2c464f98a986359c31b8460fb71a0fa7 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_bdec1905f037eae818a29a7d36b2b978 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bef1c2fd37db2e214d6eb09dc59dc87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5b9f3fe3fe7a0c73832e97e781d1dab = $(`<div id="html_f5b9f3fe3fe7a0c73832e97e781d1dab" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_0bef1c2fd37db2e214d6eb09dc59dc87.setContent(html_f5b9f3fe3fe7a0c73832e97e781d1dab);
|
|
|
|
|
|
|
|
marker_2c464f98a986359c31b8460fb71a0fa7.bindPopup(popup_0bef1c2fd37db2e214d6eb09dc59dc87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c464f98a986359c31b8460fb71a0fa7.setIcon(icon_bdec1905f037eae818a29a7d36b2b978);
|
|
|
|
|
|
var marker_9d2a35331d1f612dd86a5427d9d8a09a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_411bedaff26275ba2bf2da4e3d847442 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1aab227a8195dd3559b9259341c19cc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85a47350b7ff5f4b54d7d02057d74180 = $(`<div id="html_85a47350b7ff5f4b54d7d02057d74180" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_1aab227a8195dd3559b9259341c19cc5.setContent(html_85a47350b7ff5f4b54d7d02057d74180);
|
|
|
|
|
|
|
|
marker_9d2a35331d1f612dd86a5427d9d8a09a.bindPopup(popup_1aab227a8195dd3559b9259341c19cc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d2a35331d1f612dd86a5427d9d8a09a.setIcon(icon_411bedaff26275ba2bf2da4e3d847442);
|
|
|
|
|
|
var marker_23b95cc81d29aeec749ed9ecdf15e25b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_4f91c63110b619f3e3d69482c26ae1cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff4c88e6d793f80d8a737529d712bc87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dab1b06b905bcdffcc18d472d2c3b6b0 = $(`<div id="html_dab1b06b905bcdffcc18d472d2c3b6b0" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_ff4c88e6d793f80d8a737529d712bc87.setContent(html_dab1b06b905bcdffcc18d472d2c3b6b0);
|
|
|
|
|
|
|
|
marker_23b95cc81d29aeec749ed9ecdf15e25b.bindPopup(popup_ff4c88e6d793f80d8a737529d712bc87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23b95cc81d29aeec749ed9ecdf15e25b.setIcon(icon_4f91c63110b619f3e3d69482c26ae1cb);
|
|
|
|
|
|
var marker_e42cd8f615f4f23b2046a97924ed9561 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_26f67de8ef8a80ec37afabe979a8e053 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ced6e98e19607067dbe53559b7c1089 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cc93cfec5a3e79edc85e35b879b1d11 = $(`<div id="html_8cc93cfec5a3e79edc85e35b879b1d11" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_4ced6e98e19607067dbe53559b7c1089.setContent(html_8cc93cfec5a3e79edc85e35b879b1d11);
|
|
|
|
|
|
|
|
marker_e42cd8f615f4f23b2046a97924ed9561.bindPopup(popup_4ced6e98e19607067dbe53559b7c1089)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e42cd8f615f4f23b2046a97924ed9561.setIcon(icon_26f67de8ef8a80ec37afabe979a8e053);
|
|
|
|
|
|
var marker_be04dcdc3482dd3780253b98430231aa = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_0c7f7c7e738dce1a7a23e15a4d8a30c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ba843eb7f4057bc56a80d0b1b5fd0d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_373123ce39c8f6c542fb631ea8759aae = $(`<div id="html_373123ce39c8f6c542fb631ea8759aae" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_8ba843eb7f4057bc56a80d0b1b5fd0d5.setContent(html_373123ce39c8f6c542fb631ea8759aae);
|
|
|
|
|
|
|
|
marker_be04dcdc3482dd3780253b98430231aa.bindPopup(popup_8ba843eb7f4057bc56a80d0b1b5fd0d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be04dcdc3482dd3780253b98430231aa.setIcon(icon_0c7f7c7e738dce1a7a23e15a4d8a30c0);
|
|
|
|
|
|
var marker_0d6d9ba91df5b0c4662b78a01e16848a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_fac88a4a2f8a5c871ddbc2cd8413df02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36a5673de19f793fc9940d2d60173315 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f0983c38a6e290a4bb5cdd727238e48 = $(`<div id="html_4f0983c38a6e290a4bb5cdd727238e48" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_36a5673de19f793fc9940d2d60173315.setContent(html_4f0983c38a6e290a4bb5cdd727238e48);
|
|
|
|
|
|
|
|
marker_0d6d9ba91df5b0c4662b78a01e16848a.bindPopup(popup_36a5673de19f793fc9940d2d60173315)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d6d9ba91df5b0c4662b78a01e16848a.setIcon(icon_fac88a4a2f8a5c871ddbc2cd8413df02);
|
|
|
|
|
|
var marker_77bc17a54557689adf81251ef96e0737 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_bd03cdd4d665458a93d5538479749ccc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f980844d9f12958f5b55bb1ff53a46a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eabcc426f4a969fba9798d959009f86c = $(`<div id="html_eabcc426f4a969fba9798d959009f86c" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_5f980844d9f12958f5b55bb1ff53a46a.setContent(html_eabcc426f4a969fba9798d959009f86c);
|
|
|
|
|
|
|
|
marker_77bc17a54557689adf81251ef96e0737.bindPopup(popup_5f980844d9f12958f5b55bb1ff53a46a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77bc17a54557689adf81251ef96e0737.setIcon(icon_bd03cdd4d665458a93d5538479749ccc);
|
|
|
|
|
|
var marker_c3c5c97faf5b6aa0e402e80ef33708b1 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b353b7fbf25d86d5f0049c8a06936146 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d53915289ac3dfa9c4c57f1e338baadc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_704e72fd2ddc4e2bdad1d803e1d3c4be = $(`<div id="html_704e72fd2ddc4e2bdad1d803e1d3c4be" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_d53915289ac3dfa9c4c57f1e338baadc.setContent(html_704e72fd2ddc4e2bdad1d803e1d3c4be);
|
|
|
|
|
|
|
|
marker_c3c5c97faf5b6aa0e402e80ef33708b1.bindPopup(popup_d53915289ac3dfa9c4c57f1e338baadc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3c5c97faf5b6aa0e402e80ef33708b1.setIcon(icon_b353b7fbf25d86d5f0049c8a06936146);
|
|
|
|
|
|
var marker_b485b4e87739cdddfb6ddc33299b1f55 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_6682c1c7e1dd027b50d944152fd4b7d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4d920740c254f619050be32378d9a26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_725123fb71a355d618328887e68bfeae = $(`<div id="html_725123fb71a355d618328887e68bfeae" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_c4d920740c254f619050be32378d9a26.setContent(html_725123fb71a355d618328887e68bfeae);
|
|
|
|
|
|
|
|
marker_b485b4e87739cdddfb6ddc33299b1f55.bindPopup(popup_c4d920740c254f619050be32378d9a26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b485b4e87739cdddfb6ddc33299b1f55.setIcon(icon_6682c1c7e1dd027b50d944152fd4b7d1);
|
|
|
|
|
|
var marker_2793f7aba1b1210d680016957767ed95 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_95dffd4ef63323dd8ab5fa55ea863a6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd70c56b554dacf4a2f35a2a01131642 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_baea01e0bc7624ff04133e6906fa4418 = $(`<div id="html_baea01e0bc7624ff04133e6906fa4418" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_fd70c56b554dacf4a2f35a2a01131642.setContent(html_baea01e0bc7624ff04133e6906fa4418);
|
|
|
|
|
|
|
|
marker_2793f7aba1b1210d680016957767ed95.bindPopup(popup_fd70c56b554dacf4a2f35a2a01131642)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2793f7aba1b1210d680016957767ed95.setIcon(icon_95dffd4ef63323dd8ab5fa55ea863a6d);
|
|
|
|
|
|
var marker_72ea2699570062b4a2934e2edb9a7c3b = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_1939cdb2c9b8615e8bb4047d8a90cc06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2e8bff782f9ad40947f01530dc003c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8393b0a5137af2228d835e3f27082b51 = $(`<div id="html_8393b0a5137af2228d835e3f27082b51" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_c2e8bff782f9ad40947f01530dc003c5.setContent(html_8393b0a5137af2228d835e3f27082b51);
|
|
|
|
|
|
|
|
marker_72ea2699570062b4a2934e2edb9a7c3b.bindPopup(popup_c2e8bff782f9ad40947f01530dc003c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72ea2699570062b4a2934e2edb9a7c3b.setIcon(icon_1939cdb2c9b8615e8bb4047d8a90cc06);
|
|
|
|
|
|
var marker_78e797a8c4b61ad50cf0bc37eaaa947a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_a13de07a0c25da988aae967711bf363e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f349d241890addd9215c5e203c88b13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea74128c654f92e1772b875dcae4dcd0 = $(`<div id="html_ea74128c654f92e1772b875dcae4dcd0" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_8f349d241890addd9215c5e203c88b13.setContent(html_ea74128c654f92e1772b875dcae4dcd0);
|
|
|
|
|
|
|
|
marker_78e797a8c4b61ad50cf0bc37eaaa947a.bindPopup(popup_8f349d241890addd9215c5e203c88b13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78e797a8c4b61ad50cf0bc37eaaa947a.setIcon(icon_a13de07a0c25da988aae967711bf363e);
|
|
|
|
|
|
var marker_b9783f2d2b1e0403660c268af6e6d6cc = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_6a281c61fa937fc23ede9b9ae2d83752 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b46a420eba7ddcfe33717153c38d3819 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ceefe1cf1464ac6560488dccb5216e50 = $(`<div id="html_ceefe1cf1464ac6560488dccb5216e50" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_b46a420eba7ddcfe33717153c38d3819.setContent(html_ceefe1cf1464ac6560488dccb5216e50);
|
|
|
|
|
|
|
|
marker_b9783f2d2b1e0403660c268af6e6d6cc.bindPopup(popup_b46a420eba7ddcfe33717153c38d3819)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9783f2d2b1e0403660c268af6e6d6cc.setIcon(icon_6a281c61fa937fc23ede9b9ae2d83752);
|
|
|
|
|
|
var marker_b8014f88ccc5932763135cb2f232d82a = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_a368e47d720f676097d86f3047dfc40f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fac0e0228d983c54d30059e20c34d478 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_440ac20dcf2768a25be79e75b04e3605 = $(`<div id="html_440ac20dcf2768a25be79e75b04e3605" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_fac0e0228d983c54d30059e20c34d478.setContent(html_440ac20dcf2768a25be79e75b04e3605);
|
|
|
|
|
|
|
|
marker_b8014f88ccc5932763135cb2f232d82a.bindPopup(popup_fac0e0228d983c54d30059e20c34d478)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8014f88ccc5932763135cb2f232d82a.setIcon(icon_a368e47d720f676097d86f3047dfc40f);
|
|
|
|
|
|
var marker_eca106081d6b8eb62397a1bd337fc0a6 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_f6bea2340f647d28e02e08b7ec6e333e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8bf07d4283380609fc5ba41aaf12043 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0853a7d6023437597811f2a51b90121 = $(`<div id="html_c0853a7d6023437597811f2a51b90121" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_a8bf07d4283380609fc5ba41aaf12043.setContent(html_c0853a7d6023437597811f2a51b90121);
|
|
|
|
|
|
|
|
marker_eca106081d6b8eb62397a1bd337fc0a6.bindPopup(popup_a8bf07d4283380609fc5ba41aaf12043)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eca106081d6b8eb62397a1bd337fc0a6.setIcon(icon_f6bea2340f647d28e02e08b7ec6e333e);
|
|
|
|
|
|
var marker_3f1a4d428741139e4d71ad1742917bc2 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_caae1a97d92ced1f3d41279db8a9690e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b12d8ef8514643a0d1eef91b8de0edcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54e151ff36efe5f67e7992b162d5e585 = $(`<div id="html_54e151ff36efe5f67e7992b162d5e585" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_b12d8ef8514643a0d1eef91b8de0edcf.setContent(html_54e151ff36efe5f67e7992b162d5e585);
|
|
|
|
|
|
|
|
marker_3f1a4d428741139e4d71ad1742917bc2.bindPopup(popup_b12d8ef8514643a0d1eef91b8de0edcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f1a4d428741139e4d71ad1742917bc2.setIcon(icon_caae1a97d92ced1f3d41279db8a9690e);
|
|
|
|
|
|
var marker_1d109ea0f1c49a314251e7e2c3413531 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_8f544f293b27058dd5795bcf75c63cc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d0a8fe273859dd2f616095557e1a195 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0b0d62f2da99277355f3165a550bb47 = $(`<div id="html_b0b0d62f2da99277355f3165a550bb47" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_3d0a8fe273859dd2f616095557e1a195.setContent(html_b0b0d62f2da99277355f3165a550bb47);
|
|
|
|
|
|
|
|
marker_1d109ea0f1c49a314251e7e2c3413531.bindPopup(popup_3d0a8fe273859dd2f616095557e1a195)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d109ea0f1c49a314251e7e2c3413531.setIcon(icon_8f544f293b27058dd5795bcf75c63cc6);
|
|
|
|
|
|
var marker_0b56867b5119c666885f0d4d4a335afe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_c71f0b7c45836ec9d49fbfc0db0de0d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1c5eda825b132e4b30911e963cfd2d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0e4f7e07639e1ab3902ca3236d4985a = $(`<div id="html_c0e4f7e07639e1ab3902ca3236d4985a" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_f1c5eda825b132e4b30911e963cfd2d1.setContent(html_c0e4f7e07639e1ab3902ca3236d4985a);
|
|
|
|
|
|
|
|
marker_0b56867b5119c666885f0d4d4a335afe.bindPopup(popup_f1c5eda825b132e4b30911e963cfd2d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b56867b5119c666885f0d4d4a335afe.setIcon(icon_c71f0b7c45836ec9d49fbfc0db0de0d1);
|
|
|
|
|
|
var marker_0c5d213df41651b8eeed625a51018fa7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_39759f057d93cc5d6da5346ddabcbfd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cbca2f4cd90f4a403c073d2f34ae56d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e64c6d89953cc0bcb01aa39dbfff5da1 = $(`<div id="html_e64c6d89953cc0bcb01aa39dbfff5da1" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_1cbca2f4cd90f4a403c073d2f34ae56d.setContent(html_e64c6d89953cc0bcb01aa39dbfff5da1);
|
|
|
|
|
|
|
|
marker_0c5d213df41651b8eeed625a51018fa7.bindPopup(popup_1cbca2f4cd90f4a403c073d2f34ae56d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c5d213df41651b8eeed625a51018fa7.setIcon(icon_39759f057d93cc5d6da5346ddabcbfd2);
|
|
|
|
|
|
var marker_79ac12e8eceb6d8d89c5c1b8ca70daa4 = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_ef718ed04f5d889a36e838504f368663 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b0bf154c621503fe2d026c2795058b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fb4984a0f7207fb6788f3fa795429b5 = $(`<div id="html_0fb4984a0f7207fb6788f3fa795429b5" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_8b0bf154c621503fe2d026c2795058b6.setContent(html_0fb4984a0f7207fb6788f3fa795429b5);
|
|
|
|
|
|
|
|
marker_79ac12e8eceb6d8d89c5c1b8ca70daa4.bindPopup(popup_8b0bf154c621503fe2d026c2795058b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79ac12e8eceb6d8d89c5c1b8ca70daa4.setIcon(icon_ef718ed04f5d889a36e838504f368663);
|
|
|
|
|
|
var marker_3892fc6d4ed1eead4c5ef278adeed6f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_873e5a7b767f8f66f312238a6342c84a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c934e1a7febd108222ccba0b1c902afe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7cf9abd7f31578ed25f47ff389925ae = $(`<div id="html_c7cf9abd7f31578ed25f47ff389925ae" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_c934e1a7febd108222ccba0b1c902afe.setContent(html_c7cf9abd7f31578ed25f47ff389925ae);
|
|
|
|
|
|
|
|
marker_3892fc6d4ed1eead4c5ef278adeed6f2.bindPopup(popup_c934e1a7febd108222ccba0b1c902afe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3892fc6d4ed1eead4c5ef278adeed6f2.setIcon(icon_873e5a7b767f8f66f312238a6342c84a);
|
|
|
|
|
|
var marker_dd125b72b3874ead90f81190e3803615 = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_c5972d2a62e5b92fcd98e5ea1f326428 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_928a811910ac66144205ec7a0a3b4233 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab14aa66bf5b1472e276398ecfdfad7b = $(`<div id="html_ab14aa66bf5b1472e276398ecfdfad7b" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_928a811910ac66144205ec7a0a3b4233.setContent(html_ab14aa66bf5b1472e276398ecfdfad7b);
|
|
|
|
|
|
|
|
marker_dd125b72b3874ead90f81190e3803615.bindPopup(popup_928a811910ac66144205ec7a0a3b4233)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd125b72b3874ead90f81190e3803615.setIcon(icon_c5972d2a62e5b92fcd98e5ea1f326428);
|
|
|
|
|
|
var marker_9a58263a49547c474553b1832ea4bac7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_ff3cc85e4702d0436aa03fd43fc9711a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e45d6920b73d30e8e2410f836bb5534 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_311dbffac1feae0c379bab4cc357a091 = $(`<div id="html_311dbffac1feae0c379bab4cc357a091" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_2e45d6920b73d30e8e2410f836bb5534.setContent(html_311dbffac1feae0c379bab4cc357a091);
|
|
|
|
|
|
|
|
marker_9a58263a49547c474553b1832ea4bac7.bindPopup(popup_2e45d6920b73d30e8e2410f836bb5534)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a58263a49547c474553b1832ea4bac7.setIcon(icon_ff3cc85e4702d0436aa03fd43fc9711a);
|
|
|
|
|
|
var marker_ff29d261530f1ba743e061405a836785 = L.marker(
|
|
[41.71, 44.793],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_c9a8a4c1d07f9488be3c5046eff3e43d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3451d7933cb558b0a04ff19a48f7cbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bb604fa830469360793b5c31e8532ff = $(`<div id="html_1bb604fa830469360793b5c31e8532ff" style="width: 100.0%; height: 100.0%;">relay.houseoffreedom.global:8880</div>`)[0];
|
|
popup_b3451d7933cb558b0a04ff19a48f7cbb.setContent(html_1bb604fa830469360793b5c31e8532ff);
|
|
|
|
|
|
|
|
marker_ff29d261530f1ba743e061405a836785.bindPopup(popup_b3451d7933cb558b0a04ff19a48f7cbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff29d261530f1ba743e061405a836785.setIcon(icon_c9a8a4c1d07f9488be3c5046eff3e43d);
|
|
|
|
|
|
var marker_74d39f273166094cd4281c272172b369 = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_00816a201d33b79cc57e0fd7a463422c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a1b65eb02e1d0e4b41afa0a223af659 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7012ea26c68bab3cb114522998e39ea = $(`<div id="html_a7012ea26c68bab3cb114522998e39ea" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_1a1b65eb02e1d0e4b41afa0a223af659.setContent(html_a7012ea26c68bab3cb114522998e39ea);
|
|
|
|
|
|
|
|
marker_74d39f273166094cd4281c272172b369.bindPopup(popup_1a1b65eb02e1d0e4b41afa0a223af659)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74d39f273166094cd4281c272172b369.setIcon(icon_00816a201d33b79cc57e0fd7a463422c);
|
|
|
|
|
|
var marker_98fbaf01864a0170d659400d2abc2210 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_acd5840c5c2a4c283ccb0eb6622eb475 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64791d36c887e5dcb1f8f53ceb9a03cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c2f771491340f499755330c4109e5e3 = $(`<div id="html_4c2f771491340f499755330c4109e5e3" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_64791d36c887e5dcb1f8f53ceb9a03cc.setContent(html_4c2f771491340f499755330c4109e5e3);
|
|
|
|
|
|
|
|
marker_98fbaf01864a0170d659400d2abc2210.bindPopup(popup_64791d36c887e5dcb1f8f53ceb9a03cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98fbaf01864a0170d659400d2abc2210.setIcon(icon_acd5840c5c2a4c283ccb0eb6622eb475);
|
|
|
|
|
|
var marker_b5ccaeb8f7f8fad69ae21c1606b72417 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_1c133c9b34d4b8e4430d64102b6f3d05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_115e8f5deacc1fc878b2d6631235fde4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e4dc815bb7aaeff8fe8342c55801c70 = $(`<div id="html_1e4dc815bb7aaeff8fe8342c55801c70" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_115e8f5deacc1fc878b2d6631235fde4.setContent(html_1e4dc815bb7aaeff8fe8342c55801c70);
|
|
|
|
|
|
|
|
marker_b5ccaeb8f7f8fad69ae21c1606b72417.bindPopup(popup_115e8f5deacc1fc878b2d6631235fde4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5ccaeb8f7f8fad69ae21c1606b72417.setIcon(icon_1c133c9b34d4b8e4430d64102b6f3d05);
|
|
|
|
|
|
var marker_1008ad939f23babb3f7ee05181a1d7f9 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_2bfa8f91dbf8fcf250b5c15f6add5951 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c5047654382fdb7f8ac69d9210e15e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65dcc565c28004f7a75465ee28d80bea = $(`<div id="html_65dcc565c28004f7a75465ee28d80bea" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_1c5047654382fdb7f8ac69d9210e15e8.setContent(html_65dcc565c28004f7a75465ee28d80bea);
|
|
|
|
|
|
|
|
marker_1008ad939f23babb3f7ee05181a1d7f9.bindPopup(popup_1c5047654382fdb7f8ac69d9210e15e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1008ad939f23babb3f7ee05181a1d7f9.setIcon(icon_2bfa8f91dbf8fcf250b5c15f6add5951);
|
|
|
|
|
|
var marker_aaf87cbcdb6a2db9d37f269527ae4ae8 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e13a7164ccb07dff93d95203674245de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de2c008bc0c85995612b61ea3433a676 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fd503f10738d050515b2dccf59a9385 = $(`<div id="html_3fd503f10738d050515b2dccf59a9385" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_de2c008bc0c85995612b61ea3433a676.setContent(html_3fd503f10738d050515b2dccf59a9385);
|
|
|
|
|
|
|
|
marker_aaf87cbcdb6a2db9d37f269527ae4ae8.bindPopup(popup_de2c008bc0c85995612b61ea3433a676)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aaf87cbcdb6a2db9d37f269527ae4ae8.setIcon(icon_e13a7164ccb07dff93d95203674245de);
|
|
|
|
|
|
var marker_ae5da7b8b71ecdae101dad7e8fe6c7df = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_2761ae642384514048dc21be857467e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71ce14c3fc7f6891096613eb8f7663b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bfd6a4d2156bf20f85ee2c43ce5fae4 = $(`<div id="html_4bfd6a4d2156bf20f85ee2c43ce5fae4" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_71ce14c3fc7f6891096613eb8f7663b5.setContent(html_4bfd6a4d2156bf20f85ee2c43ce5fae4);
|
|
|
|
|
|
|
|
marker_ae5da7b8b71ecdae101dad7e8fe6c7df.bindPopup(popup_71ce14c3fc7f6891096613eb8f7663b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae5da7b8b71ecdae101dad7e8fe6c7df.setIcon(icon_2761ae642384514048dc21be857467e0);
|
|
|
|
|
|
var marker_80479cbe94e2d5b9bbed37f0b57e8484 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_5c61db7238d725c5d599ff0b7c12d828 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_478776dbfd8c6b58942cdd1d0232c9fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f3f4d731a6643fafeffd041edc6165d = $(`<div id="html_3f3f4d731a6643fafeffd041edc6165d" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_478776dbfd8c6b58942cdd1d0232c9fa.setContent(html_3f3f4d731a6643fafeffd041edc6165d);
|
|
|
|
|
|
|
|
marker_80479cbe94e2d5b9bbed37f0b57e8484.bindPopup(popup_478776dbfd8c6b58942cdd1d0232c9fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80479cbe94e2d5b9bbed37f0b57e8484.setIcon(icon_5c61db7238d725c5d599ff0b7c12d828);
|
|
|
|
|
|
var marker_91b80daabbfda9349717809c6f87f149 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_fd1d913206c1373f0df0a66e111ab42b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea787cfb59015aa33e84d2ff7d286065 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43353d45b9a7837b74c77ebd276b2ecf = $(`<div id="html_43353d45b9a7837b74c77ebd276b2ecf" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_ea787cfb59015aa33e84d2ff7d286065.setContent(html_43353d45b9a7837b74c77ebd276b2ecf);
|
|
|
|
|
|
|
|
marker_91b80daabbfda9349717809c6f87f149.bindPopup(popup_ea787cfb59015aa33e84d2ff7d286065)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91b80daabbfda9349717809c6f87f149.setIcon(icon_fd1d913206c1373f0df0a66e111ab42b);
|
|
|
|
|
|
var marker_895e446e4a4ce9358ad74c21dd1b813d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_8dbe44e239e3d40a6e020680f8d1b0f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acba30abc7d7a586bb53561108015ddd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_851b7242598101de47ea3c454fe48180 = $(`<div id="html_851b7242598101de47ea3c454fe48180" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_acba30abc7d7a586bb53561108015ddd.setContent(html_851b7242598101de47ea3c454fe48180);
|
|
|
|
|
|
|
|
marker_895e446e4a4ce9358ad74c21dd1b813d.bindPopup(popup_acba30abc7d7a586bb53561108015ddd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_895e446e4a4ce9358ad74c21dd1b813d.setIcon(icon_8dbe44e239e3d40a6e020680f8d1b0f0);
|
|
|
|
|
|
var marker_f5f0084b4af70c857118cc638fcd88dc = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_db8263cfceafc7c44cbd7e2281986261 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99adce2c739bde229f233144e2b6d2b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1816d09a08f53557f3dbeb551838a4eb = $(`<div id="html_1816d09a08f53557f3dbeb551838a4eb" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_99adce2c739bde229f233144e2b6d2b4.setContent(html_1816d09a08f53557f3dbeb551838a4eb);
|
|
|
|
|
|
|
|
marker_f5f0084b4af70c857118cc638fcd88dc.bindPopup(popup_99adce2c739bde229f233144e2b6d2b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5f0084b4af70c857118cc638fcd88dc.setIcon(icon_db8263cfceafc7c44cbd7e2281986261);
|
|
|
|
|
|
var marker_5baa6a10490d6924935e0182d1667c6e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_808fa4e6e60fea9aa5624ed0a696fba5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b03a54b79e7631604362801945777e8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58c5c1b9c1c32cc0ac4494be24f4d6dc = $(`<div id="html_58c5c1b9c1c32cc0ac4494be24f4d6dc" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_b03a54b79e7631604362801945777e8b.setContent(html_58c5c1b9c1c32cc0ac4494be24f4d6dc);
|
|
|
|
|
|
|
|
marker_5baa6a10490d6924935e0182d1667c6e.bindPopup(popup_b03a54b79e7631604362801945777e8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5baa6a10490d6924935e0182d1667c6e.setIcon(icon_808fa4e6e60fea9aa5624ed0a696fba5);
|
|
|
|
|
|
var marker_57b4cd4dbfc4d35e9ce29378aa83aba2 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_d1b16b7440ae97e7dd6467465e9627ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75b2b7837d9d61d9bee31914ba39a3a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc385db0072875b39e58ad28fb68ce75 = $(`<div id="html_cc385db0072875b39e58ad28fb68ce75" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_75b2b7837d9d61d9bee31914ba39a3a3.setContent(html_cc385db0072875b39e58ad28fb68ce75);
|
|
|
|
|
|
|
|
marker_57b4cd4dbfc4d35e9ce29378aa83aba2.bindPopup(popup_75b2b7837d9d61d9bee31914ba39a3a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57b4cd4dbfc4d35e9ce29378aa83aba2.setIcon(icon_d1b16b7440ae97e7dd6467465e9627ae);
|
|
|
|
|
|
var marker_c312044c36a864f68af300271599bc04 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_50a5116633107cf04b1bca6457d65dac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73bda8fe6f3be77c11d770bdff7aad05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aca7a25d3d8f0de6cc643d66265d4e4c = $(`<div id="html_aca7a25d3d8f0de6cc643d66265d4e4c" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_73bda8fe6f3be77c11d770bdff7aad05.setContent(html_aca7a25d3d8f0de6cc643d66265d4e4c);
|
|
|
|
|
|
|
|
marker_c312044c36a864f68af300271599bc04.bindPopup(popup_73bda8fe6f3be77c11d770bdff7aad05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c312044c36a864f68af300271599bc04.setIcon(icon_50a5116633107cf04b1bca6457d65dac);
|
|
|
|
|
|
var marker_8976cb6507ac719e9e0e58fda34cbb19 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_ec5e48afecb2d1cd18b3402d656fbd1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8583ee7ebfe3ee4728dab17dcceba137 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cabf7d74534ce17a406377d1647a2472 = $(`<div id="html_cabf7d74534ce17a406377d1647a2472" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_8583ee7ebfe3ee4728dab17dcceba137.setContent(html_cabf7d74534ce17a406377d1647a2472);
|
|
|
|
|
|
|
|
marker_8976cb6507ac719e9e0e58fda34cbb19.bindPopup(popup_8583ee7ebfe3ee4728dab17dcceba137)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8976cb6507ac719e9e0e58fda34cbb19.setIcon(icon_ec5e48afecb2d1cd18b3402d656fbd1c);
|
|
|
|
|
|
var marker_f99c8bb98c34eb9f7bad3f2095e2599a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_8565005170c25f66af11c71475bd31b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ace7ec9735b666f86429aa3f97a52896 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9f116ddaf3cdf357a714a08a8bd79b1 = $(`<div id="html_b9f116ddaf3cdf357a714a08a8bd79b1" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_ace7ec9735b666f86429aa3f97a52896.setContent(html_b9f116ddaf3cdf357a714a08a8bd79b1);
|
|
|
|
|
|
|
|
marker_f99c8bb98c34eb9f7bad3f2095e2599a.bindPopup(popup_ace7ec9735b666f86429aa3f97a52896)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f99c8bb98c34eb9f7bad3f2095e2599a.setIcon(icon_8565005170c25f66af11c71475bd31b3);
|
|
|
|
|
|
var marker_9964a90bad6377348a4a8cd260c192e0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_22594596b1ef4d1d911c6f01ee27cd30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a890bf07ed278dfe8d3215774f2183df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_584ba87bb4dad59d91881a42f8b07a95 = $(`<div id="html_584ba87bb4dad59d91881a42f8b07a95" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_a890bf07ed278dfe8d3215774f2183df.setContent(html_584ba87bb4dad59d91881a42f8b07a95);
|
|
|
|
|
|
|
|
marker_9964a90bad6377348a4a8cd260c192e0.bindPopup(popup_a890bf07ed278dfe8d3215774f2183df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9964a90bad6377348a4a8cd260c192e0.setIcon(icon_22594596b1ef4d1d911c6f01ee27cd30);
|
|
|
|
|
|
var marker_d6bbf6de69d4d9bb4a2f610ee9735453 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b298b6ebd81e57d3bbc1064f47cb9eae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f91e0924bc139842c62395a38d825ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d64dcb07fd46d2929aa343b0542c4f5 = $(`<div id="html_4d64dcb07fd46d2929aa343b0542c4f5" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_4f91e0924bc139842c62395a38d825ca.setContent(html_4d64dcb07fd46d2929aa343b0542c4f5);
|
|
|
|
|
|
|
|
marker_d6bbf6de69d4d9bb4a2f610ee9735453.bindPopup(popup_4f91e0924bc139842c62395a38d825ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6bbf6de69d4d9bb4a2f610ee9735453.setIcon(icon_b298b6ebd81e57d3bbc1064f47cb9eae);
|
|
|
|
|
|
var marker_ca7381078877a21454d3d8c68583c320 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_f019c41998b3f9c557bc612044323196 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f609709df621ba763721c6a608eb6d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f65e3ba3d7014ae23cdf80e5d4bde97 = $(`<div id="html_5f65e3ba3d7014ae23cdf80e5d4bde97" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_7f609709df621ba763721c6a608eb6d5.setContent(html_5f65e3ba3d7014ae23cdf80e5d4bde97);
|
|
|
|
|
|
|
|
marker_ca7381078877a21454d3d8c68583c320.bindPopup(popup_7f609709df621ba763721c6a608eb6d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca7381078877a21454d3d8c68583c320.setIcon(icon_f019c41998b3f9c557bc612044323196);
|
|
|
|
|
|
var marker_a20b58429ea17b672d9b43b6868bcd9b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_1d889585750b489f595242584b3da587 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc916d4b37bbbbce9e05b66d5671da10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_651e785220f9d0df4eff1aa8218f5a0d = $(`<div id="html_651e785220f9d0df4eff1aa8218f5a0d" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_cc916d4b37bbbbce9e05b66d5671da10.setContent(html_651e785220f9d0df4eff1aa8218f5a0d);
|
|
|
|
|
|
|
|
marker_a20b58429ea17b672d9b43b6868bcd9b.bindPopup(popup_cc916d4b37bbbbce9e05b66d5671da10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a20b58429ea17b672d9b43b6868bcd9b.setIcon(icon_1d889585750b489f595242584b3da587);
|
|
|
|
|
|
var marker_f2228ec37b44585397edc799054f9dc0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_649b7254a051a451b52a21f667fdcf8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a75863cb11a446209f8fe0f2c02f7fa3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa9b8301ed0f175fff6280e40e6f05a8 = $(`<div id="html_aa9b8301ed0f175fff6280e40e6f05a8" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_a75863cb11a446209f8fe0f2c02f7fa3.setContent(html_aa9b8301ed0f175fff6280e40e6f05a8);
|
|
|
|
|
|
|
|
marker_f2228ec37b44585397edc799054f9dc0.bindPopup(popup_a75863cb11a446209f8fe0f2c02f7fa3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2228ec37b44585397edc799054f9dc0.setIcon(icon_649b7254a051a451b52a21f667fdcf8a);
|
|
|
|
|
|
var marker_b18945061a1080b82a7e6347bd6b329c = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_5b326205982eea435a3dc294677382bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b9f9228ce6a9c8b923724ea2e5f3d32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e3c8cb7e44bfb3f77e530c6a8404f4f = $(`<div id="html_4e3c8cb7e44bfb3f77e530c6a8404f4f" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_0b9f9228ce6a9c8b923724ea2e5f3d32.setContent(html_4e3c8cb7e44bfb3f77e530c6a8404f4f);
|
|
|
|
|
|
|
|
marker_b18945061a1080b82a7e6347bd6b329c.bindPopup(popup_0b9f9228ce6a9c8b923724ea2e5f3d32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b18945061a1080b82a7e6347bd6b329c.setIcon(icon_5b326205982eea435a3dc294677382bc);
|
|
|
|
|
|
var marker_e2b68ee69b94229e31cd3fe79f94a0db = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_8cbe2e5e5052048c367f961d646143cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bad929ac81e5186c5bd4fcd22489e27c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f69c5eb56e66114cd0eaae341e5a628c = $(`<div id="html_f69c5eb56e66114cd0eaae341e5a628c" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_bad929ac81e5186c5bd4fcd22489e27c.setContent(html_f69c5eb56e66114cd0eaae341e5a628c);
|
|
|
|
|
|
|
|
marker_e2b68ee69b94229e31cd3fe79f94a0db.bindPopup(popup_bad929ac81e5186c5bd4fcd22489e27c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2b68ee69b94229e31cd3fe79f94a0db.setIcon(icon_8cbe2e5e5052048c367f961d646143cc);
|
|
|
|
|
|
var marker_30cbf557e43d74d95c199d6a53195529 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_c7b86b17eff4b299c949b221cc8ee6db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7640744889b440ec51a83f7c38929777 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24e0b0d92da3c91f69cbb4a1845a3cc4 = $(`<div id="html_24e0b0d92da3c91f69cbb4a1845a3cc4" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_7640744889b440ec51a83f7c38929777.setContent(html_24e0b0d92da3c91f69cbb4a1845a3cc4);
|
|
|
|
|
|
|
|
marker_30cbf557e43d74d95c199d6a53195529.bindPopup(popup_7640744889b440ec51a83f7c38929777)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30cbf557e43d74d95c199d6a53195529.setIcon(icon_c7b86b17eff4b299c949b221cc8ee6db);
|
|
|
|
|
|
var marker_cf9054be303290c0b309600b7a0dfbed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_391d649025024bf84121af18fcce77c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c002ca09f6b0c82a8cb36e01a0546e3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2789747fff3c00894acc5bc9cbf5f74f = $(`<div id="html_2789747fff3c00894acc5bc9cbf5f74f" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_c002ca09f6b0c82a8cb36e01a0546e3e.setContent(html_2789747fff3c00894acc5bc9cbf5f74f);
|
|
|
|
|
|
|
|
marker_cf9054be303290c0b309600b7a0dfbed.bindPopup(popup_c002ca09f6b0c82a8cb36e01a0546e3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf9054be303290c0b309600b7a0dfbed.setIcon(icon_391d649025024bf84121af18fcce77c8);
|
|
|
|
|
|
var marker_7195ba9c6cf47b9979316ad618cee2fc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e2c9d20ae268113097e57395eafefa59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c6d4c4eb8ec0797a973dc5d756f28d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_842c8caf8234708c636581c24c060862 = $(`<div id="html_842c8caf8234708c636581c24c060862" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_1c6d4c4eb8ec0797a973dc5d756f28d6.setContent(html_842c8caf8234708c636581c24c060862);
|
|
|
|
|
|
|
|
marker_7195ba9c6cf47b9979316ad618cee2fc.bindPopup(popup_1c6d4c4eb8ec0797a973dc5d756f28d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7195ba9c6cf47b9979316ad618cee2fc.setIcon(icon_e2c9d20ae268113097e57395eafefa59);
|
|
|
|
|
|
var marker_41cd7298d5cf11ea8c38cfc4f395e5de = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_4fe18b8b207e6c0bfe91ae4ff34c3c4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa3aee0a7833d6fbea90766ed473daaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_221f90e815aa7303141e1b646536c67c = $(`<div id="html_221f90e815aa7303141e1b646536c67c" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_aa3aee0a7833d6fbea90766ed473daaa.setContent(html_221f90e815aa7303141e1b646536c67c);
|
|
|
|
|
|
|
|
marker_41cd7298d5cf11ea8c38cfc4f395e5de.bindPopup(popup_aa3aee0a7833d6fbea90766ed473daaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41cd7298d5cf11ea8c38cfc4f395e5de.setIcon(icon_4fe18b8b207e6c0bfe91ae4ff34c3c4b);
|
|
|
|
|
|
var marker_9b5cfefbba2f539ab243d04940e11ee2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_1c95fcf9dc3da9b87af64bdbe333504c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0895f7702c93f75614156e9f25fa4133 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22acb56f350e563f6365e4d763ce804f = $(`<div id="html_22acb56f350e563f6365e4d763ce804f" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_0895f7702c93f75614156e9f25fa4133.setContent(html_22acb56f350e563f6365e4d763ce804f);
|
|
|
|
|
|
|
|
marker_9b5cfefbba2f539ab243d04940e11ee2.bindPopup(popup_0895f7702c93f75614156e9f25fa4133)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b5cfefbba2f539ab243d04940e11ee2.setIcon(icon_1c95fcf9dc3da9b87af64bdbe333504c);
|
|
|
|
|
|
var marker_ad8d892ea7aa4f8f1478b0b027198254 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e2c4f7e1c070425602d3cc529b88c2e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1289fc6c114bdcd376aa7f36edfba1ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_def4906e6f07e10a9dd656f7cd804185 = $(`<div id="html_def4906e6f07e10a9dd656f7cd804185" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_1289fc6c114bdcd376aa7f36edfba1ae.setContent(html_def4906e6f07e10a9dd656f7cd804185);
|
|
|
|
|
|
|
|
marker_ad8d892ea7aa4f8f1478b0b027198254.bindPopup(popup_1289fc6c114bdcd376aa7f36edfba1ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad8d892ea7aa4f8f1478b0b027198254.setIcon(icon_e2c4f7e1c070425602d3cc529b88c2e0);
|
|
|
|
|
|
var marker_874ca1ae6c5b565cfdfef84b77e45257 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_c0a4a75a0b3e47c7f76d795b528f20cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0d8593832d9fd35bb55fa449f3ae6b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c846b53959ff91d5d4cce6290434c133 = $(`<div id="html_c846b53959ff91d5d4cce6290434c133" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_f0d8593832d9fd35bb55fa449f3ae6b4.setContent(html_c846b53959ff91d5d4cce6290434c133);
|
|
|
|
|
|
|
|
marker_874ca1ae6c5b565cfdfef84b77e45257.bindPopup(popup_f0d8593832d9fd35bb55fa449f3ae6b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_874ca1ae6c5b565cfdfef84b77e45257.setIcon(icon_c0a4a75a0b3e47c7f76d795b528f20cf);
|
|
|
|
|
|
var marker_14e67d06431b2656df48ac1b15b456dc = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_541b09c5ebd4e2e47d94beccb29999c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90b3c279ee64c70415b89b78a9842ed4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8698e1936f09c57c29b95a78a17c2c65 = $(`<div id="html_8698e1936f09c57c29b95a78a17c2c65" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_90b3c279ee64c70415b89b78a9842ed4.setContent(html_8698e1936f09c57c29b95a78a17c2c65);
|
|
|
|
|
|
|
|
marker_14e67d06431b2656df48ac1b15b456dc.bindPopup(popup_90b3c279ee64c70415b89b78a9842ed4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14e67d06431b2656df48ac1b15b456dc.setIcon(icon_541b09c5ebd4e2e47d94beccb29999c5);
|
|
|
|
|
|
var marker_00d174e4a791510881de79e439b5cd77 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_5b2af273ef8e19c44f4e6d08f2187851 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bde2af4aab635c4c44290f4e2b1b0f23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00ac6b4ac5f7e70c60c92d098e31378a = $(`<div id="html_00ac6b4ac5f7e70c60c92d098e31378a" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_bde2af4aab635c4c44290f4e2b1b0f23.setContent(html_00ac6b4ac5f7e70c60c92d098e31378a);
|
|
|
|
|
|
|
|
marker_00d174e4a791510881de79e439b5cd77.bindPopup(popup_bde2af4aab635c4c44290f4e2b1b0f23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00d174e4a791510881de79e439b5cd77.setIcon(icon_5b2af273ef8e19c44f4e6d08f2187851);
|
|
|
|
|
|
var marker_34b00d491a97c7ee96d5b3de32d449ac = L.marker(
|
|
[38.958, -77.3592],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_500f10c193479b2346df97564fc56d0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2c224ab6aa5f3ee4e8a77f15fd0bc23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_180997d46ffd818b8ec2be850e823b18 = $(`<div id="html_180997d46ffd818b8ec2be850e823b18" style="width: 100.0%; height: 100.0%;">nostr.ac</div>`)[0];
|
|
popup_d2c224ab6aa5f3ee4e8a77f15fd0bc23.setContent(html_180997d46ffd818b8ec2be850e823b18);
|
|
|
|
|
|
|
|
marker_34b00d491a97c7ee96d5b3de32d449ac.bindPopup(popup_d2c224ab6aa5f3ee4e8a77f15fd0bc23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34b00d491a97c7ee96d5b3de32d449ac.setIcon(icon_500f10c193479b2346df97564fc56d0f);
|
|
|
|
|
|
var marker_de024e23b9ace8bd9c3f7324ed7bb4d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_8a4efce29da815b30977290a75f431a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b985387ca570e56a31e1e6481d32b4c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c00e8ebab8ac4bec57fa05ce5ec63d35 = $(`<div id="html_c00e8ebab8ac4bec57fa05ce5ec63d35" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_b985387ca570e56a31e1e6481d32b4c3.setContent(html_c00e8ebab8ac4bec57fa05ce5ec63d35);
|
|
|
|
|
|
|
|
marker_de024e23b9ace8bd9c3f7324ed7bb4d6.bindPopup(popup_b985387ca570e56a31e1e6481d32b4c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de024e23b9ace8bd9c3f7324ed7bb4d6.setIcon(icon_8a4efce29da815b30977290a75f431a2);
|
|
|
|
|
|
var marker_37f3a75e96435d21c382f4faa654bf19 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_354d222a1853111d8ee8469657689cbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bed5d8e19c63246613b30568cceb9f41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_597c376df79d59e357919850bd5d839f = $(`<div id="html_597c376df79d59e357919850bd5d839f" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_bed5d8e19c63246613b30568cceb9f41.setContent(html_597c376df79d59e357919850bd5d839f);
|
|
|
|
|
|
|
|
marker_37f3a75e96435d21c382f4faa654bf19.bindPopup(popup_bed5d8e19c63246613b30568cceb9f41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37f3a75e96435d21c382f4faa654bf19.setIcon(icon_354d222a1853111d8ee8469657689cbd);
|
|
|
|
|
|
var marker_47d57ac37c55c715d8d31f814cd2c6aa = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e516d73eaa4e7899339b77df569d725b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90243a26c8b35d91bbc1cb4103bda77d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61d035ad4ccaa622753760ca65114a4a = $(`<div id="html_61d035ad4ccaa622753760ca65114a4a" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_90243a26c8b35d91bbc1cb4103bda77d.setContent(html_61d035ad4ccaa622753760ca65114a4a);
|
|
|
|
|
|
|
|
marker_47d57ac37c55c715d8d31f814cd2c6aa.bindPopup(popup_90243a26c8b35d91bbc1cb4103bda77d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47d57ac37c55c715d8d31f814cd2c6aa.setIcon(icon_e516d73eaa4e7899339b77df569d725b);
|
|
|
|
|
|
var marker_239bb6df67e39d8eeb3dcf6840ddc2b4 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_f5d3568d302170b9e0418484c5727d4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_102973b6a392af4fc4b71e59b5194d00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2dd4d1fb121e6071b3d5dbaf3742d66 = $(`<div id="html_c2dd4d1fb121e6071b3d5dbaf3742d66" style="width: 100.0%; height: 100.0%;">relay.earthly.city</div>`)[0];
|
|
popup_102973b6a392af4fc4b71e59b5194d00.setContent(html_c2dd4d1fb121e6071b3d5dbaf3742d66);
|
|
|
|
|
|
|
|
marker_239bb6df67e39d8eeb3dcf6840ddc2b4.bindPopup(popup_102973b6a392af4fc4b71e59b5194d00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_239bb6df67e39d8eeb3dcf6840ddc2b4.setIcon(icon_f5d3568d302170b9e0418484c5727d4c);
|
|
|
|
|
|
var marker_fdf52060710486b6455dbe402af08da4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_2f88180e545b7179a1a892279b096388 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_102e7f2fafbce8e763b83c462ecc28a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c0fd0774310f7a54f24370e4df66da7 = $(`<div id="html_6c0fd0774310f7a54f24370e4df66da7" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_102e7f2fafbce8e763b83c462ecc28a0.setContent(html_6c0fd0774310f7a54f24370e4df66da7);
|
|
|
|
|
|
|
|
marker_fdf52060710486b6455dbe402af08da4.bindPopup(popup_102e7f2fafbce8e763b83c462ecc28a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdf52060710486b6455dbe402af08da4.setIcon(icon_2f88180e545b7179a1a892279b096388);
|
|
|
|
|
|
var marker_e8c631569459d24d555412b9aceaf568 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_a80a9bd3a9c59c6bb839b2e4e366b709 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_623cf848552b7d9b1a491c516e970a28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb9a5c9ae59a369fd067208528ae0c14 = $(`<div id="html_fb9a5c9ae59a369fd067208528ae0c14" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_623cf848552b7d9b1a491c516e970a28.setContent(html_fb9a5c9ae59a369fd067208528ae0c14);
|
|
|
|
|
|
|
|
marker_e8c631569459d24d555412b9aceaf568.bindPopup(popup_623cf848552b7d9b1a491c516e970a28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8c631569459d24d555412b9aceaf568.setIcon(icon_a80a9bd3a9c59c6bb839b2e4e366b709);
|
|
|
|
|
|
var marker_5c207e349cbb391c9ebdf9625a0a05c7 = L.marker(
|
|
[29.7057, -95.2706],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_f409129c5a0329b39844fd831aa508b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6d4d4310894de1c3eb3588269243db7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a051ba65315ff29617fd8965a3e4e27 = $(`<div id="html_2a051ba65315ff29617fd8965a3e4e27" style="width: 100.0%; height: 100.0%;">nostr.spacecitynode.com</div>`)[0];
|
|
popup_f6d4d4310894de1c3eb3588269243db7.setContent(html_2a051ba65315ff29617fd8965a3e4e27);
|
|
|
|
|
|
|
|
marker_5c207e349cbb391c9ebdf9625a0a05c7.bindPopup(popup_f6d4d4310894de1c3eb3588269243db7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c207e349cbb391c9ebdf9625a0a05c7.setIcon(icon_f409129c5a0329b39844fd831aa508b8);
|
|
|
|
|
|
var marker_c414bc67fecaac4d3669c82625dc77ee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_f25974cef1fd15c69ee276137cbcb42b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e60a01198fde0436f166f5a6ade1265 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab7cb235aafe4462ca54bd63dc370ceb = $(`<div id="html_ab7cb235aafe4462ca54bd63dc370ceb" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_5e60a01198fde0436f166f5a6ade1265.setContent(html_ab7cb235aafe4462ca54bd63dc370ceb);
|
|
|
|
|
|
|
|
marker_c414bc67fecaac4d3669c82625dc77ee.bindPopup(popup_5e60a01198fde0436f166f5a6ade1265)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c414bc67fecaac4d3669c82625dc77ee.setIcon(icon_f25974cef1fd15c69ee276137cbcb42b);
|
|
|
|
|
|
var marker_50175c786e86d3b9809b64ca463c2236 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_714e90022bb71dd9b34e45a544625b85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6193bad0e7fbe56b30cf318e2954d009 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8eb37e4b1f9d2fbb5eaee96d1c7f33ac = $(`<div id="html_8eb37e4b1f9d2fbb5eaee96d1c7f33ac" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_6193bad0e7fbe56b30cf318e2954d009.setContent(html_8eb37e4b1f9d2fbb5eaee96d1c7f33ac);
|
|
|
|
|
|
|
|
marker_50175c786e86d3b9809b64ca463c2236.bindPopup(popup_6193bad0e7fbe56b30cf318e2954d009)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50175c786e86d3b9809b64ca463c2236.setIcon(icon_714e90022bb71dd9b34e45a544625b85);
|
|
|
|
|
|
var marker_d428ed983aab9803df4ec58f0d5438c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_94814a56c353109b91eec8e2c1be4aff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3919184c309bcd01f5ea9c2e8a54d90c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03f202af8da0a72d4ae3a2edb12b09a2 = $(`<div id="html_03f202af8da0a72d4ae3a2edb12b09a2" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_3919184c309bcd01f5ea9c2e8a54d90c.setContent(html_03f202af8da0a72d4ae3a2edb12b09a2);
|
|
|
|
|
|
|
|
marker_d428ed983aab9803df4ec58f0d5438c5.bindPopup(popup_3919184c309bcd01f5ea9c2e8a54d90c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d428ed983aab9803df4ec58f0d5438c5.setIcon(icon_94814a56c353109b91eec8e2c1be4aff);
|
|
|
|
|
|
var marker_6b6df7373636d91e90de8ceebe10dba1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_166b460f9edfac911e558ee40bb38f41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8c3e3b1705c4e6141e1fdd9579f4ae6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75dc9c679c551f002cbd0183ab2207cd = $(`<div id="html_75dc9c679c551f002cbd0183ab2207cd" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_f8c3e3b1705c4e6141e1fdd9579f4ae6.setContent(html_75dc9c679c551f002cbd0183ab2207cd);
|
|
|
|
|
|
|
|
marker_6b6df7373636d91e90de8ceebe10dba1.bindPopup(popup_f8c3e3b1705c4e6141e1fdd9579f4ae6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b6df7373636d91e90de8ceebe10dba1.setIcon(icon_166b460f9edfac911e558ee40bb38f41);
|
|
|
|
|
|
var marker_1a0c2a95759be64c780958f45c8f73ae = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_acdfa70dd5ff46b5d6fa17b4d2b313f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_138afb0eb2ed332b909565fe111d84ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a09d9fc7d82651bc071b2257c4e9850d = $(`<div id="html_a09d9fc7d82651bc071b2257c4e9850d" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_138afb0eb2ed332b909565fe111d84ab.setContent(html_a09d9fc7d82651bc071b2257c4e9850d);
|
|
|
|
|
|
|
|
marker_1a0c2a95759be64c780958f45c8f73ae.bindPopup(popup_138afb0eb2ed332b909565fe111d84ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a0c2a95759be64c780958f45c8f73ae.setIcon(icon_acdfa70dd5ff46b5d6fa17b4d2b313f4);
|
|
|
|
|
|
var marker_5235902cd50ece58bf5710a9aec01e63 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_a15e601d9b232fd224b2aa69a5b621be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9e63fa2addad9cd04667b7dd8e6608c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a01704328399238f1442f1c4ba127354 = $(`<div id="html_a01704328399238f1442f1c4ba127354" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_e9e63fa2addad9cd04667b7dd8e6608c.setContent(html_a01704328399238f1442f1c4ba127354);
|
|
|
|
|
|
|
|
marker_5235902cd50ece58bf5710a9aec01e63.bindPopup(popup_e9e63fa2addad9cd04667b7dd8e6608c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5235902cd50ece58bf5710a9aec01e63.setIcon(icon_a15e601d9b232fd224b2aa69a5b621be);
|
|
|
|
|
|
var marker_1c5dfec58dedaaf169a6f2ef66aa0225 = L.marker(
|
|
[1.27994, 103.849],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_630abeec3ca5fc320e3748b8c36cdfeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66fa4a07433ba63fa27491294b0dc267 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff5cc58cad2642e1ec611783f1d61989 = $(`<div id="html_ff5cc58cad2642e1ec611783f1d61989" style="width: 100.0%; height: 100.0%;">nostr.aruku.ovh</div>`)[0];
|
|
popup_66fa4a07433ba63fa27491294b0dc267.setContent(html_ff5cc58cad2642e1ec611783f1d61989);
|
|
|
|
|
|
|
|
marker_1c5dfec58dedaaf169a6f2ef66aa0225.bindPopup(popup_66fa4a07433ba63fa27491294b0dc267)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c5dfec58dedaaf169a6f2ef66aa0225.setIcon(icon_630abeec3ca5fc320e3748b8c36cdfeb);
|
|
|
|
|
|
var marker_cae5b9577be87a22c09be22f037b72e4 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_80733ddf6c5dd8a11a2d76590a7f1cde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd246e8eda0020df2b2707fe7af9ca3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57f1d71b0ecaa30b19b3259852fccd6e = $(`<div id="html_57f1d71b0ecaa30b19b3259852fccd6e" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_cd246e8eda0020df2b2707fe7af9ca3b.setContent(html_57f1d71b0ecaa30b19b3259852fccd6e);
|
|
|
|
|
|
|
|
marker_cae5b9577be87a22c09be22f037b72e4.bindPopup(popup_cd246e8eda0020df2b2707fe7af9ca3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cae5b9577be87a22c09be22f037b72e4.setIcon(icon_80733ddf6c5dd8a11a2d76590a7f1cde);
|
|
|
|
|
|
var marker_b6b7822538a41d7ea68b886d41fda2df = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_be1b4ec3a6107a9e8894e4233bb57de8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2350079f6333aa7eec7abf59a92e5cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc2abc745d7976b688d09de287f57aac = $(`<div id="html_dc2abc745d7976b688d09de287f57aac" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_b2350079f6333aa7eec7abf59a92e5cd.setContent(html_dc2abc745d7976b688d09de287f57aac);
|
|
|
|
|
|
|
|
marker_b6b7822538a41d7ea68b886d41fda2df.bindPopup(popup_b2350079f6333aa7eec7abf59a92e5cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6b7822538a41d7ea68b886d41fda2df.setIcon(icon_be1b4ec3a6107a9e8894e4233bb57de8);
|
|
|
|
|
|
var marker_03daa142c63a7d82b183cf83fb5e67dc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b8e5e950309c78ef2aeca34d97e9128e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5100e855e15c765a2e73e999b0bd2e68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc10128746e39e3369a24c3a1b085bd5 = $(`<div id="html_cc10128746e39e3369a24c3a1b085bd5" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_5100e855e15c765a2e73e999b0bd2e68.setContent(html_cc10128746e39e3369a24c3a1b085bd5);
|
|
|
|
|
|
|
|
marker_03daa142c63a7d82b183cf83fb5e67dc.bindPopup(popup_5100e855e15c765a2e73e999b0bd2e68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03daa142c63a7d82b183cf83fb5e67dc.setIcon(icon_b8e5e950309c78ef2aeca34d97e9128e);
|
|
|
|
|
|
var marker_05c6886b50996089c8c8a90a104ed05a = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_ecaa72ff7ee96e10c01b33d1d834aeff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b33574c8096ceff23b612bdcb859446 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe11978b0eba748a82aef10d828b436a = $(`<div id="html_fe11978b0eba748a82aef10d828b436a" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_5b33574c8096ceff23b612bdcb859446.setContent(html_fe11978b0eba748a82aef10d828b436a);
|
|
|
|
|
|
|
|
marker_05c6886b50996089c8c8a90a104ed05a.bindPopup(popup_5b33574c8096ceff23b612bdcb859446)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05c6886b50996089c8c8a90a104ed05a.setIcon(icon_ecaa72ff7ee96e10c01b33d1d834aeff);
|
|
|
|
|
|
var marker_64ffaa06685c4dc5ccfd3ccd95cef365 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_57b3ba2dc367c42ebeb0908aa1f4e9ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd1190b4837ac830005c98676c556838 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82688bad6b9e898ddf272dddb88e69a2 = $(`<div id="html_82688bad6b9e898ddf272dddb88e69a2" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_cd1190b4837ac830005c98676c556838.setContent(html_82688bad6b9e898ddf272dddb88e69a2);
|
|
|
|
|
|
|
|
marker_64ffaa06685c4dc5ccfd3ccd95cef365.bindPopup(popup_cd1190b4837ac830005c98676c556838)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64ffaa06685c4dc5ccfd3ccd95cef365.setIcon(icon_57b3ba2dc367c42ebeb0908aa1f4e9ba);
|
|
|
|
|
|
var marker_7658970369ddcf9db22f7f27be865e98 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_1c5829253271b1321b4600d3c704c360 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_123e69dc95e37fd468f9c5f4793b5039 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa18eecf37636997826b98182944d9e9 = $(`<div id="html_aa18eecf37636997826b98182944d9e9" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_123e69dc95e37fd468f9c5f4793b5039.setContent(html_aa18eecf37636997826b98182944d9e9);
|
|
|
|
|
|
|
|
marker_7658970369ddcf9db22f7f27be865e98.bindPopup(popup_123e69dc95e37fd468f9c5f4793b5039)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7658970369ddcf9db22f7f27be865e98.setIcon(icon_1c5829253271b1321b4600d3c704c360);
|
|
|
|
|
|
var marker_a0c7062a1def8dd2c32f174bbb49f3e8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_d51cc815ac34deccc6d83faa4a97e908 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_884c98165b0bc2ec485f4dce35fc1e84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab6c9f3640413b434012250938205ac7 = $(`<div id="html_ab6c9f3640413b434012250938205ac7" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_884c98165b0bc2ec485f4dce35fc1e84.setContent(html_ab6c9f3640413b434012250938205ac7);
|
|
|
|
|
|
|
|
marker_a0c7062a1def8dd2c32f174bbb49f3e8.bindPopup(popup_884c98165b0bc2ec485f4dce35fc1e84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0c7062a1def8dd2c32f174bbb49f3e8.setIcon(icon_d51cc815ac34deccc6d83faa4a97e908);
|
|
|
|
|
|
var marker_35bba442133960455fe63523ec936b5d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_0fbfa21451faaecb21ad5841a7e568ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2508b5f0f995002e32c31ddb1a3db859 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c9d4cbfeb2df3fc4da18b95c04b983c = $(`<div id="html_4c9d4cbfeb2df3fc4da18b95c04b983c" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_2508b5f0f995002e32c31ddb1a3db859.setContent(html_4c9d4cbfeb2df3fc4da18b95c04b983c);
|
|
|
|
|
|
|
|
marker_35bba442133960455fe63523ec936b5d.bindPopup(popup_2508b5f0f995002e32c31ddb1a3db859)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35bba442133960455fe63523ec936b5d.setIcon(icon_0fbfa21451faaecb21ad5841a7e568ff);
|
|
|
|
|
|
var marker_4eb9a7d30dd620f4d34110ec0f000fc4 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_3ec365f289f4a8d5b4e7d61103fef1d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9caf2224d8ecd140017682af9c6dd59d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d206c51848080b4b4c5ce9d08548abbc = $(`<div id="html_d206c51848080b4b4c5ce9d08548abbc" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_9caf2224d8ecd140017682af9c6dd59d.setContent(html_d206c51848080b4b4c5ce9d08548abbc);
|
|
|
|
|
|
|
|
marker_4eb9a7d30dd620f4d34110ec0f000fc4.bindPopup(popup_9caf2224d8ecd140017682af9c6dd59d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4eb9a7d30dd620f4d34110ec0f000fc4.setIcon(icon_3ec365f289f4a8d5b4e7d61103fef1d0);
|
|
|
|
|
|
var marker_38d16c31eb8a0b3abf9b11f40934b561 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_a5fe3c621b0ef4bf05f544332a5da0ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_031ca0ff39cc00fbd5457df4620d8ec0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5660cedac9579d0d377b2584721d040a = $(`<div id="html_5660cedac9579d0d377b2584721d040a" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_031ca0ff39cc00fbd5457df4620d8ec0.setContent(html_5660cedac9579d0d377b2584721d040a);
|
|
|
|
|
|
|
|
marker_38d16c31eb8a0b3abf9b11f40934b561.bindPopup(popup_031ca0ff39cc00fbd5457df4620d8ec0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38d16c31eb8a0b3abf9b11f40934b561.setIcon(icon_a5fe3c621b0ef4bf05f544332a5da0ee);
|
|
|
|
|
|
var marker_9a1eb59497c46b2b0ed8aacbac192ba8 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_0335149cc92fa0c352bb23cdec5b1b92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1501130075c164541b4b54749329753c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82cec9ef021ac7157ad068ada0bc7a41 = $(`<div id="html_82cec9ef021ac7157ad068ada0bc7a41" style="width: 100.0%; height: 100.0%;">nstr.a0a1.space</div>`)[0];
|
|
popup_1501130075c164541b4b54749329753c.setContent(html_82cec9ef021ac7157ad068ada0bc7a41);
|
|
|
|
|
|
|
|
marker_9a1eb59497c46b2b0ed8aacbac192ba8.bindPopup(popup_1501130075c164541b4b54749329753c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a1eb59497c46b2b0ed8aacbac192ba8.setIcon(icon_0335149cc92fa0c352bb23cdec5b1b92);
|
|
|
|
|
|
var marker_1c00b33af5a7987934bb37abe1921938 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_bc1c8243dff1ab63cab22742ff42c2cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a916d12bb8a496ba14e516c503366426 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5fe12aefcc0f4cdd86545e8a4a603e5 = $(`<div id="html_a5fe12aefcc0f4cdd86545e8a4a603e5" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_a916d12bb8a496ba14e516c503366426.setContent(html_a5fe12aefcc0f4cdd86545e8a4a603e5);
|
|
|
|
|
|
|
|
marker_1c00b33af5a7987934bb37abe1921938.bindPopup(popup_a916d12bb8a496ba14e516c503366426)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c00b33af5a7987934bb37abe1921938.setIcon(icon_bc1c8243dff1ab63cab22742ff42c2cc);
|
|
|
|
|
|
var marker_765043ddd8a2997cbb862238b1e543b3 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_7c3180622f700dace110962e40eb59d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30c4df97eac8bc831433212f5a13d78a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01c739f754fc3f2052e5cc23fe78d700 = $(`<div id="html_01c739f754fc3f2052e5cc23fe78d700" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_30c4df97eac8bc831433212f5a13d78a.setContent(html_01c739f754fc3f2052e5cc23fe78d700);
|
|
|
|
|
|
|
|
marker_765043ddd8a2997cbb862238b1e543b3.bindPopup(popup_30c4df97eac8bc831433212f5a13d78a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_765043ddd8a2997cbb862238b1e543b3.setIcon(icon_7c3180622f700dace110962e40eb59d7);
|
|
|
|
|
|
var marker_7ae949d9c72b06edc3947a0e60af5eff = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_2e58815c58e654e2bc164f108a4b4724 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcb5413f2527a3127335c0d303adfcb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e294ab94e2afa4773b66610be47f2085 = $(`<div id="html_e294ab94e2afa4773b66610be47f2085" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_dcb5413f2527a3127335c0d303adfcb6.setContent(html_e294ab94e2afa4773b66610be47f2085);
|
|
|
|
|
|
|
|
marker_7ae949d9c72b06edc3947a0e60af5eff.bindPopup(popup_dcb5413f2527a3127335c0d303adfcb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ae949d9c72b06edc3947a0e60af5eff.setIcon(icon_2e58815c58e654e2bc164f108a4b4724);
|
|
|
|
|
|
var marker_7fdc3dc51663c3254c8ec574d3f0c144 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_11cd082657cb2fde66b45640cf202df1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6f1495dc7ef32da997bd5af61fd1594 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e142e892f6607fbbd42fa2388ef83fd = $(`<div id="html_1e142e892f6607fbbd42fa2388ef83fd" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_e6f1495dc7ef32da997bd5af61fd1594.setContent(html_1e142e892f6607fbbd42fa2388ef83fd);
|
|
|
|
|
|
|
|
marker_7fdc3dc51663c3254c8ec574d3f0c144.bindPopup(popup_e6f1495dc7ef32da997bd5af61fd1594)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fdc3dc51663c3254c8ec574d3f0c144.setIcon(icon_11cd082657cb2fde66b45640cf202df1);
|
|
|
|
|
|
var marker_dccc39d6a167e04ff7f5ec61b32925b7 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_30b719e87d398d173e8044ae7b29b79c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_084e5452bd02400af1cb43e32ec1c931 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c27103b9dcfaeca9b1d87797196e290 = $(`<div id="html_7c27103b9dcfaeca9b1d87797196e290" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_084e5452bd02400af1cb43e32ec1c931.setContent(html_7c27103b9dcfaeca9b1d87797196e290);
|
|
|
|
|
|
|
|
marker_dccc39d6a167e04ff7f5ec61b32925b7.bindPopup(popup_084e5452bd02400af1cb43e32ec1c931)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dccc39d6a167e04ff7f5ec61b32925b7.setIcon(icon_30b719e87d398d173e8044ae7b29b79c);
|
|
|
|
|
|
var marker_cc487487e2487c82e1815e43f460539f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_aa4b16587de85a5c7844f0c98e88dd45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02a0389fc9bfc263a8ad3d23b23df196 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_606fcb53782d2699d04a57ac5ce38254 = $(`<div id="html_606fcb53782d2699d04a57ac5ce38254" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_02a0389fc9bfc263a8ad3d23b23df196.setContent(html_606fcb53782d2699d04a57ac5ce38254);
|
|
|
|
|
|
|
|
marker_cc487487e2487c82e1815e43f460539f.bindPopup(popup_02a0389fc9bfc263a8ad3d23b23df196)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc487487e2487c82e1815e43f460539f.setIcon(icon_aa4b16587de85a5c7844f0c98e88dd45);
|
|
|
|
|
|
var marker_3e09164f0c2c7e2cac11101184e317b6 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_48997fd9fc6aa74064c9ff09cbfba7a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be1e59a299d013089eaa16d133bdbc7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0ed761b771da15652affa88ce1baaa4 = $(`<div id="html_e0ed761b771da15652affa88ce1baaa4" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_be1e59a299d013089eaa16d133bdbc7a.setContent(html_e0ed761b771da15652affa88ce1baaa4);
|
|
|
|
|
|
|
|
marker_3e09164f0c2c7e2cac11101184e317b6.bindPopup(popup_be1e59a299d013089eaa16d133bdbc7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e09164f0c2c7e2cac11101184e317b6.setIcon(icon_48997fd9fc6aa74064c9ff09cbfba7a9);
|
|
|
|
|
|
var marker_aad75b34c5305fb57e438f15f47dc1d5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_1c384bae2fa9985312d296ca1a163d72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b0b84751f51452cf08490954d2cccbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cf3d4a9172af8c15be016e741e10a48 = $(`<div id="html_5cf3d4a9172af8c15be016e741e10a48" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_3b0b84751f51452cf08490954d2cccbb.setContent(html_5cf3d4a9172af8c15be016e741e10a48);
|
|
|
|
|
|
|
|
marker_aad75b34c5305fb57e438f15f47dc1d5.bindPopup(popup_3b0b84751f51452cf08490954d2cccbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aad75b34c5305fb57e438f15f47dc1d5.setIcon(icon_1c384bae2fa9985312d296ca1a163d72);
|
|
|
|
|
|
var marker_ea0c239615a7aa800ef877923b261e81 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_1ba36171018d521688a5013bf85fd7df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2416f955ec6b892bbc12bcd23c29790 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3895737aa5f509cc0f38f9d1810e36e = $(`<div id="html_d3895737aa5f509cc0f38f9d1810e36e" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_c2416f955ec6b892bbc12bcd23c29790.setContent(html_d3895737aa5f509cc0f38f9d1810e36e);
|
|
|
|
|
|
|
|
marker_ea0c239615a7aa800ef877923b261e81.bindPopup(popup_c2416f955ec6b892bbc12bcd23c29790)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea0c239615a7aa800ef877923b261e81.setIcon(icon_1ba36171018d521688a5013bf85fd7df);
|
|
|
|
|
|
var marker_d0362b80392d6f77837008cea854fc97 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_192d5755695574d12c014dadecc2f009 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf54fd2d3a342652180b378d70323af6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6530b4771df76fa7745e0064e391bce4 = $(`<div id="html_6530b4771df76fa7745e0064e391bce4" style="width: 100.0%; height: 100.0%;">inner.sebastix.social</div>`)[0];
|
|
popup_bf54fd2d3a342652180b378d70323af6.setContent(html_6530b4771df76fa7745e0064e391bce4);
|
|
|
|
|
|
|
|
marker_d0362b80392d6f77837008cea854fc97.bindPopup(popup_bf54fd2d3a342652180b378d70323af6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0362b80392d6f77837008cea854fc97.setIcon(icon_192d5755695574d12c014dadecc2f009);
|
|
|
|
|
|
var marker_f105134c320a0786d27d04894244df3c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_aa9b30fa1edf31542579d00ce7267ca3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b06b6735dbcc06a2f930d13faa987959 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_519326fccfddd9c033e343d3fd9c550a = $(`<div id="html_519326fccfddd9c033e343d3fd9c550a" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_b06b6735dbcc06a2f930d13faa987959.setContent(html_519326fccfddd9c033e343d3fd9c550a);
|
|
|
|
|
|
|
|
marker_f105134c320a0786d27d04894244df3c.bindPopup(popup_b06b6735dbcc06a2f930d13faa987959)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f105134c320a0786d27d04894244df3c.setIcon(icon_aa9b30fa1edf31542579d00ce7267ca3);
|
|
|
|
|
|
var marker_64627391ac9292b75fde67230aff8f0b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_6349684d35bb75defae297443d27df3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_614e1457cac1c9f3a202975575db0cc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0837b0351b0ea159d3f9f003de37cf1 = $(`<div id="html_c0837b0351b0ea159d3f9f003de37cf1" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_614e1457cac1c9f3a202975575db0cc3.setContent(html_c0837b0351b0ea159d3f9f003de37cf1);
|
|
|
|
|
|
|
|
marker_64627391ac9292b75fde67230aff8f0b.bindPopup(popup_614e1457cac1c9f3a202975575db0cc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64627391ac9292b75fde67230aff8f0b.setIcon(icon_6349684d35bb75defae297443d27df3c);
|
|
|
|
|
|
var marker_adcd536fdc8bbd508ad314bd048397f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_d9d976895ba49307b105506647a3fb2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e50b06d48457d04b95f478cb08ede65c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ec5b51c367c35f387373dcbca9e0a48 = $(`<div id="html_4ec5b51c367c35f387373dcbca9e0a48" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_e50b06d48457d04b95f478cb08ede65c.setContent(html_4ec5b51c367c35f387373dcbca9e0a48);
|
|
|
|
|
|
|
|
marker_adcd536fdc8bbd508ad314bd048397f5.bindPopup(popup_e50b06d48457d04b95f478cb08ede65c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adcd536fdc8bbd508ad314bd048397f5.setIcon(icon_d9d976895ba49307b105506647a3fb2d);
|
|
|
|
|
|
var marker_399abbe73bec552f60a77afef7b2e6f3 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_fbb05381d4b1d8a8cfc0033d7901f330 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4badd9f33878a39940cf201fa86d3e79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_200e11605a3b178d765a1cef7d709e80 = $(`<div id="html_200e11605a3b178d765a1cef7d709e80" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_4badd9f33878a39940cf201fa86d3e79.setContent(html_200e11605a3b178d765a1cef7d709e80);
|
|
|
|
|
|
|
|
marker_399abbe73bec552f60a77afef7b2e6f3.bindPopup(popup_4badd9f33878a39940cf201fa86d3e79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_399abbe73bec552f60a77afef7b2e6f3.setIcon(icon_fbb05381d4b1d8a8cfc0033d7901f330);
|
|
|
|
|
|
var marker_9f2e35ccbdc6323e03b006e6843de78d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_3eb80212f9dc0b7c29cfb706292e289c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2dc566a72c7d71464da842d7b420670 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32932fb5c8df6711fda3c9abdf1a1f3a = $(`<div id="html_32932fb5c8df6711fda3c9abdf1a1f3a" style="width: 100.0%; height: 100.0%;">ve.agorawlc.com</div>`)[0];
|
|
popup_f2dc566a72c7d71464da842d7b420670.setContent(html_32932fb5c8df6711fda3c9abdf1a1f3a);
|
|
|
|
|
|
|
|
marker_9f2e35ccbdc6323e03b006e6843de78d.bindPopup(popup_f2dc566a72c7d71464da842d7b420670)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f2e35ccbdc6323e03b006e6843de78d.setIcon(icon_3eb80212f9dc0b7c29cfb706292e289c);
|
|
|
|
|
|
var marker_22611cfd7c7190f542e792dc79def954 = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_0cc552c0e2c8a132aa5036d21b667f1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fb0b7a3fe7c299cd2482c8a45bbf1c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25dcd71d6955018087f14c3a7c053d06 = $(`<div id="html_25dcd71d6955018087f14c3a7c053d06" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_2fb0b7a3fe7c299cd2482c8a45bbf1c9.setContent(html_25dcd71d6955018087f14c3a7c053d06);
|
|
|
|
|
|
|
|
marker_22611cfd7c7190f542e792dc79def954.bindPopup(popup_2fb0b7a3fe7c299cd2482c8a45bbf1c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22611cfd7c7190f542e792dc79def954.setIcon(icon_0cc552c0e2c8a132aa5036d21b667f1b);
|
|
|
|
|
|
var marker_27c521abd5e42ae80e9d324081d1a772 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_ddd06458fbbf9bea9aa6e4bdf319ff1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d850a2d5da992c87698d20b4abd0bdb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2cd4d3662529a39c7cf2e3eb02bbc90 = $(`<div id="html_a2cd4d3662529a39c7cf2e3eb02bbc90" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_7d850a2d5da992c87698d20b4abd0bdb.setContent(html_a2cd4d3662529a39c7cf2e3eb02bbc90);
|
|
|
|
|
|
|
|
marker_27c521abd5e42ae80e9d324081d1a772.bindPopup(popup_7d850a2d5da992c87698d20b4abd0bdb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27c521abd5e42ae80e9d324081d1a772.setIcon(icon_ddd06458fbbf9bea9aa6e4bdf319ff1c);
|
|
|
|
|
|
var marker_bdec2fab46b14c5b6e4013884bbf8a1c = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_6cb323e8eae0d7235694b83fe9d0fb95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3f1b07806856cd4558570cc5e8cdcde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6ccae950c084d21b5f5c532f1f4a04a = $(`<div id="html_d6ccae950c084d21b5f5c532f1f4a04a" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_e3f1b07806856cd4558570cc5e8cdcde.setContent(html_d6ccae950c084d21b5f5c532f1f4a04a);
|
|
|
|
|
|
|
|
marker_bdec2fab46b14c5b6e4013884bbf8a1c.bindPopup(popup_e3f1b07806856cd4558570cc5e8cdcde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdec2fab46b14c5b6e4013884bbf8a1c.setIcon(icon_6cb323e8eae0d7235694b83fe9d0fb95);
|
|
|
|
|
|
var marker_a02cf53c132c421d0d26448b8480a11c = L.marker(
|
|
[32.9483, -96.7299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_0da57805a6bac7b7f60b68c14b00e962 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21e1953f876b1f9e8d484c62877fc17d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8df1abeef791522bf1d51aad27936092 = $(`<div id="html_8df1abeef791522bf1d51aad27936092" style="width: 100.0%; height: 100.0%;">pyramid.cult.cash</div>`)[0];
|
|
popup_21e1953f876b1f9e8d484c62877fc17d.setContent(html_8df1abeef791522bf1d51aad27936092);
|
|
|
|
|
|
|
|
marker_a02cf53c132c421d0d26448b8480a11c.bindPopup(popup_21e1953f876b1f9e8d484c62877fc17d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a02cf53c132c421d0d26448b8480a11c.setIcon(icon_0da57805a6bac7b7f60b68c14b00e962);
|
|
|
|
|
|
var marker_9111c94acd646a7ac0476ecf90db6e11 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_952d0afa1b7242aae4ecb7fe9badab78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6372d941755cd82c6eb75054d7514ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d27177f3564fb939904b1e4a1dcfb879 = $(`<div id="html_d27177f3564fb939904b1e4a1dcfb879" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_a6372d941755cd82c6eb75054d7514ea.setContent(html_d27177f3564fb939904b1e4a1dcfb879);
|
|
|
|
|
|
|
|
marker_9111c94acd646a7ac0476ecf90db6e11.bindPopup(popup_a6372d941755cd82c6eb75054d7514ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9111c94acd646a7ac0476ecf90db6e11.setIcon(icon_952d0afa1b7242aae4ecb7fe9badab78);
|
|
|
|
|
|
var marker_682088bc96dd604237133e21bd947bdc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e38b4a9f249edf4f580933a8b0ff048a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56c03a63fcdb72eca405d3c1031a9786 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2f9e0d02158b633ad8ebca3e14783c9 = $(`<div id="html_b2f9e0d02158b633ad8ebca3e14783c9" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_56c03a63fcdb72eca405d3c1031a9786.setContent(html_b2f9e0d02158b633ad8ebca3e14783c9);
|
|
|
|
|
|
|
|
marker_682088bc96dd604237133e21bd947bdc.bindPopup(popup_56c03a63fcdb72eca405d3c1031a9786)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_682088bc96dd604237133e21bd947bdc.setIcon(icon_e38b4a9f249edf4f580933a8b0ff048a);
|
|
|
|
|
|
var marker_07256a1b1ddf0e0e36897d1cab59b9d2 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_7548f28d8b7042506bd336f24d54af82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ca6a676b5693d6f8f53d22c1e3a7421 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_862ea11fdcae16ae591ceaf238964305 = $(`<div id="html_862ea11fdcae16ae591ceaf238964305" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_5ca6a676b5693d6f8f53d22c1e3a7421.setContent(html_862ea11fdcae16ae591ceaf238964305);
|
|
|
|
|
|
|
|
marker_07256a1b1ddf0e0e36897d1cab59b9d2.bindPopup(popup_5ca6a676b5693d6f8f53d22c1e3a7421)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07256a1b1ddf0e0e36897d1cab59b9d2.setIcon(icon_7548f28d8b7042506bd336f24d54af82);
|
|
|
|
|
|
var marker_80032acd380d8dda0ab589c402db6887 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_7028b289ec92800439d01b3594ee1ab2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3a2625d66454efaed6688d02e97c549 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a328679876f64af984976e741c83afeb = $(`<div id="html_a328679876f64af984976e741c83afeb" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_f3a2625d66454efaed6688d02e97c549.setContent(html_a328679876f64af984976e741c83afeb);
|
|
|
|
|
|
|
|
marker_80032acd380d8dda0ab589c402db6887.bindPopup(popup_f3a2625d66454efaed6688d02e97c549)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80032acd380d8dda0ab589c402db6887.setIcon(icon_7028b289ec92800439d01b3594ee1ab2);
|
|
|
|
|
|
var marker_daaa8d5e80ce3741a1d0521ef0fa643b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_3bc667902bb73ef2d430062584df3874 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c2b64be04ff5e498878e0959dcc1d7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_416bb9c69c9409da7b655121ca574643 = $(`<div id="html_416bb9c69c9409da7b655121ca574643" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_4c2b64be04ff5e498878e0959dcc1d7b.setContent(html_416bb9c69c9409da7b655121ca574643);
|
|
|
|
|
|
|
|
marker_daaa8d5e80ce3741a1d0521ef0fa643b.bindPopup(popup_4c2b64be04ff5e498878e0959dcc1d7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_daaa8d5e80ce3741a1d0521ef0fa643b.setIcon(icon_3bc667902bb73ef2d430062584df3874);
|
|
|
|
|
|
var marker_3cd0b0e2c0f03c92966aec9a7202cabb = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b9a084035106a839e052f1dfca7b7379 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7380c13998a85559a19a3e5c7302171 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42419d4eefae34930722a8199ea1e6b7 = $(`<div id="html_42419d4eefae34930722a8199ea1e6b7" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_f7380c13998a85559a19a3e5c7302171.setContent(html_42419d4eefae34930722a8199ea1e6b7);
|
|
|
|
|
|
|
|
marker_3cd0b0e2c0f03c92966aec9a7202cabb.bindPopup(popup_f7380c13998a85559a19a3e5c7302171)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cd0b0e2c0f03c92966aec9a7202cabb.setIcon(icon_b9a084035106a839e052f1dfca7b7379);
|
|
|
|
|
|
var marker_16b4ff3368e5b8b62628e7dd6942eeee = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e2ff15c5c89b1c4122ed22efb3f87397 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9c548daa3dedc270be9cec4c46c5fe7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9e7d3e47ee8ab32c8761e62e57ae88a = $(`<div id="html_c9e7d3e47ee8ab32c8761e62e57ae88a" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_b9c548daa3dedc270be9cec4c46c5fe7.setContent(html_c9e7d3e47ee8ab32c8761e62e57ae88a);
|
|
|
|
|
|
|
|
marker_16b4ff3368e5b8b62628e7dd6942eeee.bindPopup(popup_b9c548daa3dedc270be9cec4c46c5fe7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16b4ff3368e5b8b62628e7dd6942eeee.setIcon(icon_e2ff15c5c89b1c4122ed22efb3f87397);
|
|
|
|
|
|
var marker_8249a2a5a43023ad57a0155b7569003b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_ccf317c9170544c184285d1762eed6d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f1e3b68320a4fab02e5ba875be90af4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_123130b59ee07c90cf37e0b9b8848123 = $(`<div id="html_123130b59ee07c90cf37e0b9b8848123" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_6f1e3b68320a4fab02e5ba875be90af4.setContent(html_123130b59ee07c90cf37e0b9b8848123);
|
|
|
|
|
|
|
|
marker_8249a2a5a43023ad57a0155b7569003b.bindPopup(popup_6f1e3b68320a4fab02e5ba875be90af4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8249a2a5a43023ad57a0155b7569003b.setIcon(icon_ccf317c9170544c184285d1762eed6d7);
|
|
|
|
|
|
var marker_6a78b32ba1c9d1bab2847e1c82620a31 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_40a9d322aca7a702985a714536c84e82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0155ec52dca38f7ccd07d6954c543eca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0efd3b87fcd85212f4b2c2b23a5a8a9e = $(`<div id="html_0efd3b87fcd85212f4b2c2b23a5a8a9e" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_0155ec52dca38f7ccd07d6954c543eca.setContent(html_0efd3b87fcd85212f4b2c2b23a5a8a9e);
|
|
|
|
|
|
|
|
marker_6a78b32ba1c9d1bab2847e1c82620a31.bindPopup(popup_0155ec52dca38f7ccd07d6954c543eca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a78b32ba1c9d1bab2847e1c82620a31.setIcon(icon_40a9d322aca7a702985a714536c84e82);
|
|
|
|
|
|
var marker_543a7f6a07fad9c6088fd06803cf1ed3 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_d7428bb7dbfc189743054c7c46115a15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_272495ae072df8dac6da89e5ccca3782 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3c80cb5d4e1b5ab9026088b7c6d48f6 = $(`<div id="html_f3c80cb5d4e1b5ab9026088b7c6d48f6" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_272495ae072df8dac6da89e5ccca3782.setContent(html_f3c80cb5d4e1b5ab9026088b7c6d48f6);
|
|
|
|
|
|
|
|
marker_543a7f6a07fad9c6088fd06803cf1ed3.bindPopup(popup_272495ae072df8dac6da89e5ccca3782)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_543a7f6a07fad9c6088fd06803cf1ed3.setIcon(icon_d7428bb7dbfc189743054c7c46115a15);
|
|
|
|
|
|
var marker_d395cd110648a74db2b8d93c4b3dd468 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_711234290d953ce1f60f3e9d4edb1642 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_937f1b3feda93e212bf6b09ca7fb9528 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2156f4ba84e496bcb37952f175445dd = $(`<div id="html_e2156f4ba84e496bcb37952f175445dd" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_937f1b3feda93e212bf6b09ca7fb9528.setContent(html_e2156f4ba84e496bcb37952f175445dd);
|
|
|
|
|
|
|
|
marker_d395cd110648a74db2b8d93c4b3dd468.bindPopup(popup_937f1b3feda93e212bf6b09ca7fb9528)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d395cd110648a74db2b8d93c4b3dd468.setIcon(icon_711234290d953ce1f60f3e9d4edb1642);
|
|
|
|
|
|
var marker_c152972d8fef28ad5f810e5ff686181b = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_872ba90b9a702fe04a43cd6d93dadd82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77d3cb140c10577013de73be45edbe33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8b293eeb3af7b53cd84b3a906d8b494 = $(`<div id="html_b8b293eeb3af7b53cd84b3a906d8b494" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_77d3cb140c10577013de73be45edbe33.setContent(html_b8b293eeb3af7b53cd84b3a906d8b494);
|
|
|
|
|
|
|
|
marker_c152972d8fef28ad5f810e5ff686181b.bindPopup(popup_77d3cb140c10577013de73be45edbe33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c152972d8fef28ad5f810e5ff686181b.setIcon(icon_872ba90b9a702fe04a43cd6d93dadd82);
|
|
|
|
|
|
var marker_0227e9be3b82a483eccbc1639d83a717 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_2d529a6be3fec8e1836e7ab5db38a562 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a8252cb29e2ee7c2396755f54776451 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_683f25e2ac7f3fae8410ae3553097a18 = $(`<div id="html_683f25e2ac7f3fae8410ae3553097a18" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_4a8252cb29e2ee7c2396755f54776451.setContent(html_683f25e2ac7f3fae8410ae3553097a18);
|
|
|
|
|
|
|
|
marker_0227e9be3b82a483eccbc1639d83a717.bindPopup(popup_4a8252cb29e2ee7c2396755f54776451)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0227e9be3b82a483eccbc1639d83a717.setIcon(icon_2d529a6be3fec8e1836e7ab5db38a562);
|
|
|
|
|
|
var marker_ae02be087cefb9823ce2894d3d524f07 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_6c23260e5dc0eab134a7efba63b63b15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68a3ac02bb0d03ff173ccf495113ba85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ee5ddb6f97a40a2ae672f1b474874b9 = $(`<div id="html_2ee5ddb6f97a40a2ae672f1b474874b9" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_68a3ac02bb0d03ff173ccf495113ba85.setContent(html_2ee5ddb6f97a40a2ae672f1b474874b9);
|
|
|
|
|
|
|
|
marker_ae02be087cefb9823ce2894d3d524f07.bindPopup(popup_68a3ac02bb0d03ff173ccf495113ba85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae02be087cefb9823ce2894d3d524f07.setIcon(icon_6c23260e5dc0eab134a7efba63b63b15);
|
|
|
|
|
|
var marker_030990188d7c8cb84ad6f45b1b63f9b4 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e5db8d27235f3be994e0c865c1325296 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1db228afe97862aeccf2f86f014e435f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9aa8f551a187339603f692507725bd0a = $(`<div id="html_9aa8f551a187339603f692507725bd0a" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_1db228afe97862aeccf2f86f014e435f.setContent(html_9aa8f551a187339603f692507725bd0a);
|
|
|
|
|
|
|
|
marker_030990188d7c8cb84ad6f45b1b63f9b4.bindPopup(popup_1db228afe97862aeccf2f86f014e435f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_030990188d7c8cb84ad6f45b1b63f9b4.setIcon(icon_e5db8d27235f3be994e0c865c1325296);
|
|
|
|
|
|
var marker_2d3c91c85e7dea2d969b5edf0fc96bf6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_c230af568d27ee27b610dcfd01da5e7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb2c6161ac3a6b51672556cb85be4291 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ea932daf2b379112721edcc0bc4b2f0 = $(`<div id="html_5ea932daf2b379112721edcc0bc4b2f0" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_cb2c6161ac3a6b51672556cb85be4291.setContent(html_5ea932daf2b379112721edcc0bc4b2f0);
|
|
|
|
|
|
|
|
marker_2d3c91c85e7dea2d969b5edf0fc96bf6.bindPopup(popup_cb2c6161ac3a6b51672556cb85be4291)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d3c91c85e7dea2d969b5edf0fc96bf6.setIcon(icon_c230af568d27ee27b610dcfd01da5e7c);
|
|
|
|
|
|
var marker_7f0450cd3343b4e8abedb6cf2f2a3cde = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_2f2b9bf8c7b69e76d16943ceca5a9b88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d002850c03c020a289fe49c62493542b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e107eb0d9bba01fbb4e50fae8f4138de = $(`<div id="html_e107eb0d9bba01fbb4e50fae8f4138de" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_d002850c03c020a289fe49c62493542b.setContent(html_e107eb0d9bba01fbb4e50fae8f4138de);
|
|
|
|
|
|
|
|
marker_7f0450cd3343b4e8abedb6cf2f2a3cde.bindPopup(popup_d002850c03c020a289fe49c62493542b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f0450cd3343b4e8abedb6cf2f2a3cde.setIcon(icon_2f2b9bf8c7b69e76d16943ceca5a9b88);
|
|
|
|
|
|
var marker_cc175c547b0780613914a6439a52d4b0 = L.marker(
|
|
[46.5971, 9.59652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_08c128482864e72d5d1b76a3853dfa01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18929449d7fbc368a4324d823738cf12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9303b5967f6c2ecbf6432835574fbee7 = $(`<div id="html_9303b5967f6c2ecbf6432835574fbee7" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_18929449d7fbc368a4324d823738cf12.setContent(html_9303b5967f6c2ecbf6432835574fbee7);
|
|
|
|
|
|
|
|
marker_cc175c547b0780613914a6439a52d4b0.bindPopup(popup_18929449d7fbc368a4324d823738cf12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc175c547b0780613914a6439a52d4b0.setIcon(icon_08c128482864e72d5d1b76a3853dfa01);
|
|
|
|
|
|
var marker_634f8b8f4691f54d143099ab2ba490b0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_2f1a2f7430c9d5bd4ddccabca9051ead = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_304f4049b8d472fc74d172ac64067afa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9380c3c3d0fc8cf015b8909021d0c53a = $(`<div id="html_9380c3c3d0fc8cf015b8909021d0c53a" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_304f4049b8d472fc74d172ac64067afa.setContent(html_9380c3c3d0fc8cf015b8909021d0c53a);
|
|
|
|
|
|
|
|
marker_634f8b8f4691f54d143099ab2ba490b0.bindPopup(popup_304f4049b8d472fc74d172ac64067afa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_634f8b8f4691f54d143099ab2ba490b0.setIcon(icon_2f1a2f7430c9d5bd4ddccabca9051ead);
|
|
|
|
|
|
var marker_480aeb218ccff29b57e1d8deb4cfc67d = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_7d97bd499b68f388adc0abec1a551fe9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0050c77b6280b6fac6eb26f025ceded = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c8ecf1bd05835f9ed3100ecd22ce0c3 = $(`<div id="html_6c8ecf1bd05835f9ed3100ecd22ce0c3" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_b0050c77b6280b6fac6eb26f025ceded.setContent(html_6c8ecf1bd05835f9ed3100ecd22ce0c3);
|
|
|
|
|
|
|
|
marker_480aeb218ccff29b57e1d8deb4cfc67d.bindPopup(popup_b0050c77b6280b6fac6eb26f025ceded)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_480aeb218ccff29b57e1d8deb4cfc67d.setIcon(icon_7d97bd499b68f388adc0abec1a551fe9);
|
|
|
|
|
|
var marker_fa8afdfb71f0dcdd166a66aee272ed37 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e6de2745fbbffafb1ae78b5ff4e768fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cec5fc0818e7e76a8f45daeb01b3bb9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05caafd616a8fd49eb2b21b7a58e97ab = $(`<div id="html_05caafd616a8fd49eb2b21b7a58e97ab" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_cec5fc0818e7e76a8f45daeb01b3bb9f.setContent(html_05caafd616a8fd49eb2b21b7a58e97ab);
|
|
|
|
|
|
|
|
marker_fa8afdfb71f0dcdd166a66aee272ed37.bindPopup(popup_cec5fc0818e7e76a8f45daeb01b3bb9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa8afdfb71f0dcdd166a66aee272ed37.setIcon(icon_e6de2745fbbffafb1ae78b5ff4e768fd);
|
|
|
|
|
|
var marker_1decae6a817f6ba8403a4e077ef3b438 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_0e66521cfcc703ca7a2bea0719ab174b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ccb14eb321ad518b55177379d1d9fa5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88b653eea870b5a23eef624f90e88e6d = $(`<div id="html_88b653eea870b5a23eef624f90e88e6d" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_5ccb14eb321ad518b55177379d1d9fa5.setContent(html_88b653eea870b5a23eef624f90e88e6d);
|
|
|
|
|
|
|
|
marker_1decae6a817f6ba8403a4e077ef3b438.bindPopup(popup_5ccb14eb321ad518b55177379d1d9fa5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1decae6a817f6ba8403a4e077ef3b438.setIcon(icon_0e66521cfcc703ca7a2bea0719ab174b);
|
|
|
|
|
|
var marker_a3e67a5dc5836c06fa95b35de57ae73f = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_083630433e66c7097319451719803eff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f76fbb123b88aac198b9f526e6d47f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40152a1eadc80b86f370d63ad6129211 = $(`<div id="html_40152a1eadc80b86f370d63ad6129211" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_2f76fbb123b88aac198b9f526e6d47f2.setContent(html_40152a1eadc80b86f370d63ad6129211);
|
|
|
|
|
|
|
|
marker_a3e67a5dc5836c06fa95b35de57ae73f.bindPopup(popup_2f76fbb123b88aac198b9f526e6d47f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3e67a5dc5836c06fa95b35de57ae73f.setIcon(icon_083630433e66c7097319451719803eff);
|
|
|
|
|
|
var marker_6e76a1b8905a7f600162b83c746a2a9a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_4ae889b16ff9a52ac4ad9c212a3ce894 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c74935a2980881659e7720972dfc0a1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4148bde7e2c8ec29cf203c0d29214c6 = $(`<div id="html_e4148bde7e2c8ec29cf203c0d29214c6" style="width: 100.0%; height: 100.0%;">nostr.wom.wtf</div>`)[0];
|
|
popup_c74935a2980881659e7720972dfc0a1b.setContent(html_e4148bde7e2c8ec29cf203c0d29214c6);
|
|
|
|
|
|
|
|
marker_6e76a1b8905a7f600162b83c746a2a9a.bindPopup(popup_c74935a2980881659e7720972dfc0a1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e76a1b8905a7f600162b83c746a2a9a.setIcon(icon_4ae889b16ff9a52ac4ad9c212a3ce894);
|
|
|
|
|
|
var marker_3b79a2d7f56a69df08ecddc6d53993c1 = L.marker(
|
|
[22.5429, 114.06],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_4b2f29c8ab4e6c5cc53cb9dcab8f08c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1531da72c3587ca99ff149ced8140674 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2051eac0ed6a4086d41dea6521a2725c = $(`<div id="html_2051eac0ed6a4086d41dea6521a2725c" style="width: 100.0%; height: 100.0%;">ai.techunder.tech:56711</div>`)[0];
|
|
popup_1531da72c3587ca99ff149ced8140674.setContent(html_2051eac0ed6a4086d41dea6521a2725c);
|
|
|
|
|
|
|
|
marker_3b79a2d7f56a69df08ecddc6d53993c1.bindPopup(popup_1531da72c3587ca99ff149ced8140674)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b79a2d7f56a69df08ecddc6d53993c1.setIcon(icon_4b2f29c8ab4e6c5cc53cb9dcab8f08c1);
|
|
|
|
|
|
var marker_2856eecc34137b058c14b39a373ffc3e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_438ea58157be42f54f5038d0b47a0218 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3e2ae664807199839dc80f5a7c8ccf3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d74c642edcb2d22c8fbda4d1c72cab00 = $(`<div id="html_d74c642edcb2d22c8fbda4d1c72cab00" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_f3e2ae664807199839dc80f5a7c8ccf3.setContent(html_d74c642edcb2d22c8fbda4d1c72cab00);
|
|
|
|
|
|
|
|
marker_2856eecc34137b058c14b39a373ffc3e.bindPopup(popup_f3e2ae664807199839dc80f5a7c8ccf3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2856eecc34137b058c14b39a373ffc3e.setIcon(icon_438ea58157be42f54f5038d0b47a0218);
|
|
|
|
|
|
var marker_436ad87dc6ac663de48cac5c63b1b62a = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_06656e97bb7b41c94eafe093a4c4eaf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39d78a9447d440f08c78c20a68c63f25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cab09f3c25c47398c4a94e424a1c9b4 = $(`<div id="html_4cab09f3c25c47398c4a94e424a1c9b4" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_39d78a9447d440f08c78c20a68c63f25.setContent(html_4cab09f3c25c47398c4a94e424a1c9b4);
|
|
|
|
|
|
|
|
marker_436ad87dc6ac663de48cac5c63b1b62a.bindPopup(popup_39d78a9447d440f08c78c20a68c63f25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_436ad87dc6ac663de48cac5c63b1b62a.setIcon(icon_06656e97bb7b41c94eafe093a4c4eaf0);
|
|
|
|
|
|
var marker_404f5702eb3780915217b0b244d38893 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_df9b6c59b3c05f2be673845a49fdb627 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28e0705d01e1a8b9ac9b20a10ee79326 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbd0dd9767f60ef3d847fde7a070f30d = $(`<div id="html_fbd0dd9767f60ef3d847fde7a070f30d" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_28e0705d01e1a8b9ac9b20a10ee79326.setContent(html_fbd0dd9767f60ef3d847fde7a070f30d);
|
|
|
|
|
|
|
|
marker_404f5702eb3780915217b0b244d38893.bindPopup(popup_28e0705d01e1a8b9ac9b20a10ee79326)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_404f5702eb3780915217b0b244d38893.setIcon(icon_df9b6c59b3c05f2be673845a49fdb627);
|
|
|
|
|
|
var marker_1a1181ab7755ce9e6919a8867ce1c21a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_5d1d4ed96a16fb1b777510b3e6d5fe0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9aa88ca7f6d7f7f7c8a14ef6974267a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e5ed4e434dffa2c2287a7740249413c = $(`<div id="html_6e5ed4e434dffa2c2287a7740249413c" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_9aa88ca7f6d7f7f7c8a14ef6974267a7.setContent(html_6e5ed4e434dffa2c2287a7740249413c);
|
|
|
|
|
|
|
|
marker_1a1181ab7755ce9e6919a8867ce1c21a.bindPopup(popup_9aa88ca7f6d7f7f7c8a14ef6974267a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a1181ab7755ce9e6919a8867ce1c21a.setIcon(icon_5d1d4ed96a16fb1b777510b3e6d5fe0c);
|
|
|
|
|
|
var marker_42c08968959bef0b298075e0f3ff9ee0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b9f055e811c39599f91cf1ce920cc48d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6325a97b057f651df017030c104e0e77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_103bc62262ebed60112d51d162d45c5f = $(`<div id="html_103bc62262ebed60112d51d162d45c5f" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_6325a97b057f651df017030c104e0e77.setContent(html_103bc62262ebed60112d51d162d45c5f);
|
|
|
|
|
|
|
|
marker_42c08968959bef0b298075e0f3ff9ee0.bindPopup(popup_6325a97b057f651df017030c104e0e77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42c08968959bef0b298075e0f3ff9ee0.setIcon(icon_b9f055e811c39599f91cf1ce920cc48d);
|
|
|
|
|
|
var marker_28a35c5353ab0e77938c027da3d61006 = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_507947b69f45b1fd6ee5d994fc876a78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a0800335e9bcfd4d6637ed90277b7eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed85a07b56f751f3abc66354c7fbae82 = $(`<div id="html_ed85a07b56f751f3abc66354c7fbae82" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_4a0800335e9bcfd4d6637ed90277b7eb.setContent(html_ed85a07b56f751f3abc66354c7fbae82);
|
|
|
|
|
|
|
|
marker_28a35c5353ab0e77938c027da3d61006.bindPopup(popup_4a0800335e9bcfd4d6637ed90277b7eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28a35c5353ab0e77938c027da3d61006.setIcon(icon_507947b69f45b1fd6ee5d994fc876a78);
|
|
|
|
|
|
var marker_338b4cd22e8d1a33195f07d9c0e3ebce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b84f71f26ace0b8bfbf55cc88b886db8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_289d2f8c168fcff8ee2da07a1f26c66a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1649a4c64b3dc4be59bc33146f815bdd = $(`<div id="html_1649a4c64b3dc4be59bc33146f815bdd" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_289d2f8c168fcff8ee2da07a1f26c66a.setContent(html_1649a4c64b3dc4be59bc33146f815bdd);
|
|
|
|
|
|
|
|
marker_338b4cd22e8d1a33195f07d9c0e3ebce.bindPopup(popup_289d2f8c168fcff8ee2da07a1f26c66a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_338b4cd22e8d1a33195f07d9c0e3ebce.setIcon(icon_b84f71f26ace0b8bfbf55cc88b886db8);
|
|
|
|
|
|
var marker_0df457bc7f91d823fe89b9c433e2f873 = L.marker(
|
|
[41.3888, 2.15899],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_d654b1939d86863a33e6c5670be33d85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4d17490dee6ea1ec1230fc81dd33db3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd4010dc74ee05e7a62232b29c4e63ab = $(`<div id="html_fd4010dc74ee05e7a62232b29c4e63ab" style="width: 100.0%; height: 100.0%;">relay.boredvictor.xyz</div>`)[0];
|
|
popup_f4d17490dee6ea1ec1230fc81dd33db3.setContent(html_fd4010dc74ee05e7a62232b29c4e63ab);
|
|
|
|
|
|
|
|
marker_0df457bc7f91d823fe89b9c433e2f873.bindPopup(popup_f4d17490dee6ea1ec1230fc81dd33db3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0df457bc7f91d823fe89b9c433e2f873.setIcon(icon_d654b1939d86863a33e6c5670be33d85);
|
|
|
|
|
|
var marker_eafb0178e69b437f1e13717e1d9488ba = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_dbd96df0d5b7849007e122fba8d8f8c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9104ba3e9bf345c6750062958a3fca05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bdbbf2d6bac7b9ae6afd97276b21d62 = $(`<div id="html_1bdbbf2d6bac7b9ae6afd97276b21d62" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_9104ba3e9bf345c6750062958a3fca05.setContent(html_1bdbbf2d6bac7b9ae6afd97276b21d62);
|
|
|
|
|
|
|
|
marker_eafb0178e69b437f1e13717e1d9488ba.bindPopup(popup_9104ba3e9bf345c6750062958a3fca05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eafb0178e69b437f1e13717e1d9488ba.setIcon(icon_dbd96df0d5b7849007e122fba8d8f8c9);
|
|
|
|
|
|
var marker_3feb8f002ad962b2439009e80ab870c8 = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_4fe379d8f04e3c43ac68b0c7185b5c40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1945d2ed4da3e6190eb4d6d787c2940d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ccf4eec40c100719c915c7db292e12f = $(`<div id="html_0ccf4eec40c100719c915c7db292e12f" style="width: 100.0%; height: 100.0%;">nostr.aruku.kro.kr</div>`)[0];
|
|
popup_1945d2ed4da3e6190eb4d6d787c2940d.setContent(html_0ccf4eec40c100719c915c7db292e12f);
|
|
|
|
|
|
|
|
marker_3feb8f002ad962b2439009e80ab870c8.bindPopup(popup_1945d2ed4da3e6190eb4d6d787c2940d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3feb8f002ad962b2439009e80ab870c8.setIcon(icon_4fe379d8f04e3c43ac68b0c7185b5c40);
|
|
|
|
|
|
var marker_b2e3157df19a014869510c7dcbd44dec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_6990c265cac5d8b55331acb2a6e3e967 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2d6eb9b6618aa8c26a86efc014638f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ff65c143d311dfb90a49860936ffe0e = $(`<div id="html_0ff65c143d311dfb90a49860936ffe0e" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_d2d6eb9b6618aa8c26a86efc014638f5.setContent(html_0ff65c143d311dfb90a49860936ffe0e);
|
|
|
|
|
|
|
|
marker_b2e3157df19a014869510c7dcbd44dec.bindPopup(popup_d2d6eb9b6618aa8c26a86efc014638f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2e3157df19a014869510c7dcbd44dec.setIcon(icon_6990c265cac5d8b55331acb2a6e3e967);
|
|
|
|
|
|
var marker_5aafabedf30bba0f22f1c90bc8134c45 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_45eeb25e610d0e042a1511b541d8f176 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd61b93b04384dc9b64070ea019e2c19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f50c9b187152339661140c3edaf103c6 = $(`<div id="html_f50c9b187152339661140c3edaf103c6" style="width: 100.0%; height: 100.0%;">relay.solife.me</div>`)[0];
|
|
popup_fd61b93b04384dc9b64070ea019e2c19.setContent(html_f50c9b187152339661140c3edaf103c6);
|
|
|
|
|
|
|
|
marker_5aafabedf30bba0f22f1c90bc8134c45.bindPopup(popup_fd61b93b04384dc9b64070ea019e2c19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5aafabedf30bba0f22f1c90bc8134c45.setIcon(icon_45eeb25e610d0e042a1511b541d8f176);
|
|
|
|
|
|
var marker_317ce9814edbda5fd59a409878dd15db = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_df8c5b69b2f15481e992af84f9264532 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07e17ff8e2fed8c7b26dd2bdc805e6e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5c86a99eef9f9bbf792e4cdccf38e37 = $(`<div id="html_f5c86a99eef9f9bbf792e4cdccf38e37" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_07e17ff8e2fed8c7b26dd2bdc805e6e6.setContent(html_f5c86a99eef9f9bbf792e4cdccf38e37);
|
|
|
|
|
|
|
|
marker_317ce9814edbda5fd59a409878dd15db.bindPopup(popup_07e17ff8e2fed8c7b26dd2bdc805e6e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_317ce9814edbda5fd59a409878dd15db.setIcon(icon_df8c5b69b2f15481e992af84f9264532);
|
|
|
|
|
|
var marker_e8f6134e46730bc43e8e03595105f58f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_c359617aaddcbef66096d09b486a2e37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63c64ccfd5317306903a82f39def4b24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d817e8c473991cf8a70e392b7a483fb = $(`<div id="html_5d817e8c473991cf8a70e392b7a483fb" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_63c64ccfd5317306903a82f39def4b24.setContent(html_5d817e8c473991cf8a70e392b7a483fb);
|
|
|
|
|
|
|
|
marker_e8f6134e46730bc43e8e03595105f58f.bindPopup(popup_63c64ccfd5317306903a82f39def4b24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8f6134e46730bc43e8e03595105f58f.setIcon(icon_c359617aaddcbef66096d09b486a2e37);
|
|
|
|
|
|
var marker_88f4b16dd12e21e1f83ec975fde124ff = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b81e7b11d78d03999a38ff4aace6ce14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1d6ef4c1c41a81f56358a708fb6ffad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a3e6713431302c34b06e883fc7ae26d = $(`<div id="html_8a3e6713431302c34b06e883fc7ae26d" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_f1d6ef4c1c41a81f56358a708fb6ffad.setContent(html_8a3e6713431302c34b06e883fc7ae26d);
|
|
|
|
|
|
|
|
marker_88f4b16dd12e21e1f83ec975fde124ff.bindPopup(popup_f1d6ef4c1c41a81f56358a708fb6ffad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88f4b16dd12e21e1f83ec975fde124ff.setIcon(icon_b81e7b11d78d03999a38ff4aace6ce14);
|
|
|
|
|
|
var marker_58c2381dec570959cc18100636a09cd5 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_18c966a31f255e64d319524a48ea9788 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3582bd6405288137a4c8645c7360a0cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8002870d19d9ecca59fd52dc310b3e8 = $(`<div id="html_b8002870d19d9ecca59fd52dc310b3e8" style="width: 100.0%; height: 100.0%;">dynasty.libretechsystems.xyz</div>`)[0];
|
|
popup_3582bd6405288137a4c8645c7360a0cd.setContent(html_b8002870d19d9ecca59fd52dc310b3e8);
|
|
|
|
|
|
|
|
marker_58c2381dec570959cc18100636a09cd5.bindPopup(popup_3582bd6405288137a4c8645c7360a0cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58c2381dec570959cc18100636a09cd5.setIcon(icon_18c966a31f255e64d319524a48ea9788);
|
|
|
|
|
|
var marker_248fdc77fb6cb4cdd5f9274592a234b9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_325b4c6ca808d57c5643c6a315719a0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52f8e5c3f773a366ce24b5f9681175b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49bfe262595616b3524f38f3de71032a = $(`<div id="html_49bfe262595616b3524f38f3de71032a" style="width: 100.0%; height: 100.0%;">docs-concern-greatest-hitting.trycloudflare.com</div>`)[0];
|
|
popup_52f8e5c3f773a366ce24b5f9681175b8.setContent(html_49bfe262595616b3524f38f3de71032a);
|
|
|
|
|
|
|
|
marker_248fdc77fb6cb4cdd5f9274592a234b9.bindPopup(popup_52f8e5c3f773a366ce24b5f9681175b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_248fdc77fb6cb4cdd5f9274592a234b9.setIcon(icon_325b4c6ca808d57c5643c6a315719a0a);
|
|
|
|
|
|
var marker_8ededced5b0ed1f4a9bdcdb1a90926f2 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_c97cdb816a93107e2e5d5147f1dddbd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0375219eb80e456ee951a9fc5394a3c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1188f950e68a13472e5c6d1a3e278353 = $(`<div id="html_1188f950e68a13472e5c6d1a3e278353" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_0375219eb80e456ee951a9fc5394a3c6.setContent(html_1188f950e68a13472e5c6d1a3e278353);
|
|
|
|
|
|
|
|
marker_8ededced5b0ed1f4a9bdcdb1a90926f2.bindPopup(popup_0375219eb80e456ee951a9fc5394a3c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ededced5b0ed1f4a9bdcdb1a90926f2.setIcon(icon_c97cdb816a93107e2e5d5147f1dddbd4);
|
|
|
|
|
|
var marker_ca12eb5ec4099f1b890891a18d4b2da1 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_f842300c308e9127cbe10663c58e983a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3039de3d1e1967255a373ec2ec810240 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f4c061c2e500ed1963d9a142daea85b = $(`<div id="html_8f4c061c2e500ed1963d9a142daea85b" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_3039de3d1e1967255a373ec2ec810240.setContent(html_8f4c061c2e500ed1963d9a142daea85b);
|
|
|
|
|
|
|
|
marker_ca12eb5ec4099f1b890891a18d4b2da1.bindPopup(popup_3039de3d1e1967255a373ec2ec810240)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca12eb5ec4099f1b890891a18d4b2da1.setIcon(icon_f842300c308e9127cbe10663c58e983a);
|
|
|
|
|
|
var marker_e5a3af7dff32a650896358dea359b2c6 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_bca4082a349f5ace7320fdf6f96a5dd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a128129f6c425b179c96fc2b2fcaf28c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b19098184b998e6520c12ec5692e7547 = $(`<div id="html_b19098184b998e6520c12ec5692e7547" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_a128129f6c425b179c96fc2b2fcaf28c.setContent(html_b19098184b998e6520c12ec5692e7547);
|
|
|
|
|
|
|
|
marker_e5a3af7dff32a650896358dea359b2c6.bindPopup(popup_a128129f6c425b179c96fc2b2fcaf28c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5a3af7dff32a650896358dea359b2c6.setIcon(icon_bca4082a349f5ace7320fdf6f96a5dd0);
|
|
|
|
|
|
var marker_d59b932420213f3a4d3f5bcfcb7470fa = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_a0b27d0988bffbe77b6cd8357d639208 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e705ca2b5c5f7f84acee5bda7d81b3cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2861f2634349433e5cffcb136006b8e1 = $(`<div id="html_2861f2634349433e5cffcb136006b8e1" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_e705ca2b5c5f7f84acee5bda7d81b3cb.setContent(html_2861f2634349433e5cffcb136006b8e1);
|
|
|
|
|
|
|
|
marker_d59b932420213f3a4d3f5bcfcb7470fa.bindPopup(popup_e705ca2b5c5f7f84acee5bda7d81b3cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d59b932420213f3a4d3f5bcfcb7470fa.setIcon(icon_a0b27d0988bffbe77b6cd8357d639208);
|
|
|
|
|
|
var marker_19306e5b427a91c27be9acf08178a970 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_69a6e0e35d3cf691677021d88743272d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd296ae7b6229f1022fb1c5dc1453f2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e605cd4549ee6ab228119820fd54f8b = $(`<div id="html_4e605cd4549ee6ab228119820fd54f8b" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_cd296ae7b6229f1022fb1c5dc1453f2c.setContent(html_4e605cd4549ee6ab228119820fd54f8b);
|
|
|
|
|
|
|
|
marker_19306e5b427a91c27be9acf08178a970.bindPopup(popup_cd296ae7b6229f1022fb1c5dc1453f2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19306e5b427a91c27be9acf08178a970.setIcon(icon_69a6e0e35d3cf691677021d88743272d);
|
|
|
|
|
|
var marker_b930a510bd8680d3cdf690dda8e7c3ef = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_5655a3050a9641a4a152a30f4fae8f70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54321c929822af411c16f89101b9aed3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca7b20219192d0e931642f295193e550 = $(`<div id="html_ca7b20219192d0e931642f295193e550" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_54321c929822af411c16f89101b9aed3.setContent(html_ca7b20219192d0e931642f295193e550);
|
|
|
|
|
|
|
|
marker_b930a510bd8680d3cdf690dda8e7c3ef.bindPopup(popup_54321c929822af411c16f89101b9aed3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b930a510bd8680d3cdf690dda8e7c3ef.setIcon(icon_5655a3050a9641a4a152a30f4fae8f70);
|
|
|
|
|
|
var marker_6b4e7a8275d654ee4a697b3ae4ba2b13 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_95d86b702182b973cee76f868e56aa83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_878ff2e2f9a43147a621215e40453d79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a79a96da13d1b2bd4fede9c31d4a4eea = $(`<div id="html_a79a96da13d1b2bd4fede9c31d4a4eea" style="width: 100.0%; height: 100.0%;">relay.nyves.nl</div>`)[0];
|
|
popup_878ff2e2f9a43147a621215e40453d79.setContent(html_a79a96da13d1b2bd4fede9c31d4a4eea);
|
|
|
|
|
|
|
|
marker_6b4e7a8275d654ee4a697b3ae4ba2b13.bindPopup(popup_878ff2e2f9a43147a621215e40453d79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b4e7a8275d654ee4a697b3ae4ba2b13.setIcon(icon_95d86b702182b973cee76f868e56aa83);
|
|
|
|
|
|
var marker_d001b0d980963e429834ef548df13823 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_8e5f07998165dd54b4636aabca74b9a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_675366db92cc513cfad2ec1483a057bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8e349c5fc8cce0e1dbe12529c5be59f = $(`<div id="html_b8e349c5fc8cce0e1dbe12529c5be59f" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_675366db92cc513cfad2ec1483a057bc.setContent(html_b8e349c5fc8cce0e1dbe12529c5be59f);
|
|
|
|
|
|
|
|
marker_d001b0d980963e429834ef548df13823.bindPopup(popup_675366db92cc513cfad2ec1483a057bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d001b0d980963e429834ef548df13823.setIcon(icon_8e5f07998165dd54b4636aabca74b9a6);
|
|
|
|
|
|
var marker_ca979fec28f0acfe77440475dcdc8de2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_7b5f16aa32ecce00fb92099bf93fb01c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b399401be34cb821cb1f43e33d0e8587 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_512b52b053254b2e090c6ac62895c310 = $(`<div id="html_512b52b053254b2e090c6ac62895c310" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_b399401be34cb821cb1f43e33d0e8587.setContent(html_512b52b053254b2e090c6ac62895c310);
|
|
|
|
|
|
|
|
marker_ca979fec28f0acfe77440475dcdc8de2.bindPopup(popup_b399401be34cb821cb1f43e33d0e8587)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca979fec28f0acfe77440475dcdc8de2.setIcon(icon_7b5f16aa32ecce00fb92099bf93fb01c);
|
|
|
|
|
|
var marker_2c29b9d7a347aa26fd0e35a2e2dd4271 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_43efc96914e25723ee64cfc4196a125a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86c874430664a6d7797466126f8e464a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b630499796cc8022491f67b6f9bfe612 = $(`<div id="html_b630499796cc8022491f67b6f9bfe612" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_86c874430664a6d7797466126f8e464a.setContent(html_b630499796cc8022491f67b6f9bfe612);
|
|
|
|
|
|
|
|
marker_2c29b9d7a347aa26fd0e35a2e2dd4271.bindPopup(popup_86c874430664a6d7797466126f8e464a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c29b9d7a347aa26fd0e35a2e2dd4271.setIcon(icon_43efc96914e25723ee64cfc4196a125a);
|
|
|
|
|
|
var marker_4cbef3d8be0f7852e4428b7218c82c39 = L.marker(
|
|
[45.4473, -73.7533],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_4b2381288657aa1edbdd84e13d39dd08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e11f499ae276d8744b8c1a23cf7ae215 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bf8165b796bc6f08e37f0d1b70a3ff3 = $(`<div id="html_6bf8165b796bc6f08e37f0d1b70a3ff3" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_e11f499ae276d8744b8c1a23cf7ae215.setContent(html_6bf8165b796bc6f08e37f0d1b70a3ff3);
|
|
|
|
|
|
|
|
marker_4cbef3d8be0f7852e4428b7218c82c39.bindPopup(popup_e11f499ae276d8744b8c1a23cf7ae215)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cbef3d8be0f7852e4428b7218c82c39.setIcon(icon_4b2381288657aa1edbdd84e13d39dd08);
|
|
|
|
|
|
var marker_5edc129a26d20342b72305770a9ec1b1 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_96360f029459e55be3b7d9ecd0c52d47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb72685087230ee8940b5bf24e7cd379 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f07fcc48b21026ac40f4c6066a50dd4 = $(`<div id="html_2f07fcc48b21026ac40f4c6066a50dd4" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_cb72685087230ee8940b5bf24e7cd379.setContent(html_2f07fcc48b21026ac40f4c6066a50dd4);
|
|
|
|
|
|
|
|
marker_5edc129a26d20342b72305770a9ec1b1.bindPopup(popup_cb72685087230ee8940b5bf24e7cd379)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5edc129a26d20342b72305770a9ec1b1.setIcon(icon_96360f029459e55be3b7d9ecd0c52d47);
|
|
|
|
|
|
var marker_4e1dfebd6a48f2bce33020d737ebfc0a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_5d7d448ec25f551a43d96f95f9a879af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_510293879debf5f52b66bd6cb4f68c06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ad66de98972c41fd3d62382826f1d6b = $(`<div id="html_0ad66de98972c41fd3d62382826f1d6b" style="width: 100.0%; height: 100.0%;">holland-excited-charming-experiencing.trycloudflare.com</div>`)[0];
|
|
popup_510293879debf5f52b66bd6cb4f68c06.setContent(html_0ad66de98972c41fd3d62382826f1d6b);
|
|
|
|
|
|
|
|
marker_4e1dfebd6a48f2bce33020d737ebfc0a.bindPopup(popup_510293879debf5f52b66bd6cb4f68c06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e1dfebd6a48f2bce33020d737ebfc0a.setIcon(icon_5d7d448ec25f551a43d96f95f9a879af);
|
|
|
|
|
|
var marker_7e5bfa7cf16ef337f61ba14397245920 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_974a53e81813420c52054614963b83c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_197c829f5906f43cec2f24677effa847 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_881cecfc64eae333eb81a23a9ca0dc51 = $(`<div id="html_881cecfc64eae333eb81a23a9ca0dc51" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_197c829f5906f43cec2f24677effa847.setContent(html_881cecfc64eae333eb81a23a9ca0dc51);
|
|
|
|
|
|
|
|
marker_7e5bfa7cf16ef337f61ba14397245920.bindPopup(popup_197c829f5906f43cec2f24677effa847)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e5bfa7cf16ef337f61ba14397245920.setIcon(icon_974a53e81813420c52054614963b83c2);
|
|
|
|
|
|
var marker_5a8c14537390ca3f87279ca1a349db5e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_6e15d1e63bb9bff55c91414b6425bd8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d613c7d23cdb1d08dee6bcc632c43ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b172594ca928f47d35727055ca44076d = $(`<div id="html_b172594ca928f47d35727055ca44076d" style="width: 100.0%; height: 100.0%;">npub1spxdug4m3y24hpx5crm0el4zhkk0wafs8kp6m0xu0wecygqej2xqq8gyhx.fips.network</div>`)[0];
|
|
popup_4d613c7d23cdb1d08dee6bcc632c43ba.setContent(html_b172594ca928f47d35727055ca44076d);
|
|
|
|
|
|
|
|
marker_5a8c14537390ca3f87279ca1a349db5e.bindPopup(popup_4d613c7d23cdb1d08dee6bcc632c43ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a8c14537390ca3f87279ca1a349db5e.setIcon(icon_6e15d1e63bb9bff55c91414b6425bd8f);
|
|
|
|
|
|
var marker_bb4a32a20e0124c7a58d5cca006d4a10 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_ea8cfae280ade1741988b3b12fb0ac84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_677de5fe1e1b9368cae31fdc2b047653 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6b2b0e3465caeefc6fba3e5aa791f45 = $(`<div id="html_b6b2b0e3465caeefc6fba3e5aa791f45" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_677de5fe1e1b9368cae31fdc2b047653.setContent(html_b6b2b0e3465caeefc6fba3e5aa791f45);
|
|
|
|
|
|
|
|
marker_bb4a32a20e0124c7a58d5cca006d4a10.bindPopup(popup_677de5fe1e1b9368cae31fdc2b047653)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb4a32a20e0124c7a58d5cca006d4a10.setIcon(icon_ea8cfae280ade1741988b3b12fb0ac84);
|
|
|
|
|
|
var marker_5e8c540a1dcd3ee7601b6f4a96f8ae7c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_5df1181a363320cd1cfa63504715708d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11918f154cb1d0c323ce02d1cc038eb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_129ddf9842dc6e20f212c761b45d5f88 = $(`<div id="html_129ddf9842dc6e20f212c761b45d5f88" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_11918f154cb1d0c323ce02d1cc038eb5.setContent(html_129ddf9842dc6e20f212c761b45d5f88);
|
|
|
|
|
|
|
|
marker_5e8c540a1dcd3ee7601b6f4a96f8ae7c.bindPopup(popup_11918f154cb1d0c323ce02d1cc038eb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e8c540a1dcd3ee7601b6f4a96f8ae7c.setIcon(icon_5df1181a363320cd1cfa63504715708d);
|
|
|
|
|
|
var marker_700ce1859a61b82936b6f6c917212d1c = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_eebc18c03b781312d169506f0f6df3ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2448d243d493de0eb01138bf53d2d27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99802a5fd5aa6e2f55ae4575b6772c4a = $(`<div id="html_99802a5fd5aa6e2f55ae4575b6772c4a" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_a2448d243d493de0eb01138bf53d2d27.setContent(html_99802a5fd5aa6e2f55ae4575b6772c4a);
|
|
|
|
|
|
|
|
marker_700ce1859a61b82936b6f6c917212d1c.bindPopup(popup_a2448d243d493de0eb01138bf53d2d27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_700ce1859a61b82936b6f6c917212d1c.setIcon(icon_eebc18c03b781312d169506f0f6df3ee);
|
|
|
|
|
|
var marker_a1ab59f8b04c120811031caa9b8369a1 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_46378a014db847de50b7612185cf0dd1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12399fb899444c21b295327a13935fd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7023a5013f6809ead51278c2aa4ccae9 = $(`<div id="html_7023a5013f6809ead51278c2aa4ccae9" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_12399fb899444c21b295327a13935fd0.setContent(html_7023a5013f6809ead51278c2aa4ccae9);
|
|
|
|
|
|
|
|
marker_a1ab59f8b04c120811031caa9b8369a1.bindPopup(popup_12399fb899444c21b295327a13935fd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1ab59f8b04c120811031caa9b8369a1.setIcon(icon_46378a014db847de50b7612185cf0dd1);
|
|
|
|
|
|
var marker_c8516149ca450f1e2f23b70d4c92a1b2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_3aade88b8a92770b98a4b701bb1a718d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c45a1cea7d8fd2b759d8976942f8a80d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a674b568e8f3e3c824dd0d82fd74337c = $(`<div id="html_a674b568e8f3e3c824dd0d82fd74337c" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_c45a1cea7d8fd2b759d8976942f8a80d.setContent(html_a674b568e8f3e3c824dd0d82fd74337c);
|
|
|
|
|
|
|
|
marker_c8516149ca450f1e2f23b70d4c92a1b2.bindPopup(popup_c45a1cea7d8fd2b759d8976942f8a80d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8516149ca450f1e2f23b70d4c92a1b2.setIcon(icon_3aade88b8a92770b98a4b701bb1a718d);
|
|
|
|
|
|
var marker_37c3076869ae626e509795aade8c9b69 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_5ae0c5252f10a7a18778bd11847c3ef1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3a562978ac5518a25e4c07fcc80895d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28c615e316117e19ff7a7fd138fe50ce = $(`<div id="html_28c615e316117e19ff7a7fd138fe50ce" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_b3a562978ac5518a25e4c07fcc80895d.setContent(html_28c615e316117e19ff7a7fd138fe50ce);
|
|
|
|
|
|
|
|
marker_37c3076869ae626e509795aade8c9b69.bindPopup(popup_b3a562978ac5518a25e4c07fcc80895d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37c3076869ae626e509795aade8c9b69.setIcon(icon_5ae0c5252f10a7a18778bd11847c3ef1);
|
|
|
|
|
|
var marker_1fd1cd158a00c5b405002b114f92f7f8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_18dc6322db8b28f831383b658f7184e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d84d69367c7e4b9f90f476a49e2febd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01169f9ee4269e3400bfb8aa5709ac22 = $(`<div id="html_01169f9ee4269e3400bfb8aa5709ac22" style="width: 100.0%; height: 100.0%;">relay.og.coop</div>`)[0];
|
|
popup_9d84d69367c7e4b9f90f476a49e2febd.setContent(html_01169f9ee4269e3400bfb8aa5709ac22);
|
|
|
|
|
|
|
|
marker_1fd1cd158a00c5b405002b114f92f7f8.bindPopup(popup_9d84d69367c7e4b9f90f476a49e2febd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fd1cd158a00c5b405002b114f92f7f8.setIcon(icon_18dc6322db8b28f831383b658f7184e5);
|
|
|
|
|
|
var marker_908a899b2876ffd5d3b26950f9f11155 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_1019e87ddbf81c258dde0df163121eb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b75d6e5df487e43f8e99049cb1ccaab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ea7f7a8b42e3ff7b7aa2030774fd834 = $(`<div id="html_8ea7f7a8b42e3ff7b7aa2030774fd834" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_9b75d6e5df487e43f8e99049cb1ccaab.setContent(html_8ea7f7a8b42e3ff7b7aa2030774fd834);
|
|
|
|
|
|
|
|
marker_908a899b2876ffd5d3b26950f9f11155.bindPopup(popup_9b75d6e5df487e43f8e99049cb1ccaab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_908a899b2876ffd5d3b26950f9f11155.setIcon(icon_1019e87ddbf81c258dde0df163121eb9);
|
|
|
|
|
|
var marker_f717ef736ff81a93ca73f11c2a8105ad = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_591c403e62a97c3695f7758edd47cf81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f23666aca35fdd927d7221b5741dc26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35516535f3726bbdab7a0f1767afd1a5 = $(`<div id="html_35516535f3726bbdab7a0f1767afd1a5" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_7f23666aca35fdd927d7221b5741dc26.setContent(html_35516535f3726bbdab7a0f1767afd1a5);
|
|
|
|
|
|
|
|
marker_f717ef736ff81a93ca73f11c2a8105ad.bindPopup(popup_7f23666aca35fdd927d7221b5741dc26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f717ef736ff81a93ca73f11c2a8105ad.setIcon(icon_591c403e62a97c3695f7758edd47cf81);
|
|
|
|
|
|
var marker_64673db9811c13c41dfeac0a599c1620 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_9232cdb1c78be5d4dc60d81a3716faba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdbafa45e9fb6934ad5f06569bb1abf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1a9e34f479792d91a49b3e89b57391d = $(`<div id="html_e1a9e34f479792d91a49b3e89b57391d" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_cdbafa45e9fb6934ad5f06569bb1abf5.setContent(html_e1a9e34f479792d91a49b3e89b57391d);
|
|
|
|
|
|
|
|
marker_64673db9811c13c41dfeac0a599c1620.bindPopup(popup_cdbafa45e9fb6934ad5f06569bb1abf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64673db9811c13c41dfeac0a599c1620.setIcon(icon_9232cdb1c78be5d4dc60d81a3716faba);
|
|
|
|
|
|
var marker_480e40515deca104490eba3911a997f0 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_c6db6a6200a701088ac646938c6d1b4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26f5523f16c174b1ca7f621e6228de03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6e3d66396f5473607f5bcd7b76bb9dd = $(`<div id="html_a6e3d66396f5473607f5bcd7b76bb9dd" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_26f5523f16c174b1ca7f621e6228de03.setContent(html_a6e3d66396f5473607f5bcd7b76bb9dd);
|
|
|
|
|
|
|
|
marker_480e40515deca104490eba3911a997f0.bindPopup(popup_26f5523f16c174b1ca7f621e6228de03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_480e40515deca104490eba3911a997f0.setIcon(icon_c6db6a6200a701088ac646938c6d1b4b);
|
|
|
|
|
|
var marker_33cc3d3013586b5096fbca443ab4ea2d = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_d3ba8259ce8eeeb61c37f53d21b809cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06e8a3e34704ec4fea9ba9d0ac5f49ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acd75838a7a93ef460495b9c105f3f86 = $(`<div id="html_acd75838a7a93ef460495b9c105f3f86" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_06e8a3e34704ec4fea9ba9d0ac5f49ee.setContent(html_acd75838a7a93ef460495b9c105f3f86);
|
|
|
|
|
|
|
|
marker_33cc3d3013586b5096fbca443ab4ea2d.bindPopup(popup_06e8a3e34704ec4fea9ba9d0ac5f49ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33cc3d3013586b5096fbca443ab4ea2d.setIcon(icon_d3ba8259ce8eeeb61c37f53d21b809cd);
|
|
|
|
|
|
var marker_eccaa11cc5241fc1991b16d015657e29 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_3f95486a29cb0eeb2ef24b982346329d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82ef234419a2c5a0e61dd405e004e58f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9645e4d1cd889a6186776221706834f = $(`<div id="html_c9645e4d1cd889a6186776221706834f" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_82ef234419a2c5a0e61dd405e004e58f.setContent(html_c9645e4d1cd889a6186776221706834f);
|
|
|
|
|
|
|
|
marker_eccaa11cc5241fc1991b16d015657e29.bindPopup(popup_82ef234419a2c5a0e61dd405e004e58f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eccaa11cc5241fc1991b16d015657e29.setIcon(icon_3f95486a29cb0eeb2ef24b982346329d);
|
|
|
|
|
|
var marker_a7e6355701b4f8ca3b05bbc0ded8f95f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_9bd14f8df1b56fa20ce2cd050da0570b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95139731a6d7ea2f9928d2f220a55df7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8f992b4ded0b15611803063b2d24849 = $(`<div id="html_d8f992b4ded0b15611803063b2d24849" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_95139731a6d7ea2f9928d2f220a55df7.setContent(html_d8f992b4ded0b15611803063b2d24849);
|
|
|
|
|
|
|
|
marker_a7e6355701b4f8ca3b05bbc0ded8f95f.bindPopup(popup_95139731a6d7ea2f9928d2f220a55df7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7e6355701b4f8ca3b05bbc0ded8f95f.setIcon(icon_9bd14f8df1b56fa20ce2cd050da0570b);
|
|
|
|
|
|
var marker_1ed5ba105fc004a6de4ee3ce2afd48d9 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_43e066ad3859cef7f4571056bf8477d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6faee5ee1d027882273ffda479520a56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_734aef938dd3d52378f04949ba685b6f = $(`<div id="html_734aef938dd3d52378f04949ba685b6f" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_6faee5ee1d027882273ffda479520a56.setContent(html_734aef938dd3d52378f04949ba685b6f);
|
|
|
|
|
|
|
|
marker_1ed5ba105fc004a6de4ee3ce2afd48d9.bindPopup(popup_6faee5ee1d027882273ffda479520a56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ed5ba105fc004a6de4ee3ce2afd48d9.setIcon(icon_43e066ad3859cef7f4571056bf8477d2);
|
|
|
|
|
|
var marker_388f17f54b4ea756653db3658f513176 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_56c8020aff50d7e9675f6d9fe8428340 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebb4260c664ed5bdff0c52f24f233185 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bacd161b5c2b287e80e4e87134aa652 = $(`<div id="html_2bacd161b5c2b287e80e4e87134aa652" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_ebb4260c664ed5bdff0c52f24f233185.setContent(html_2bacd161b5c2b287e80e4e87134aa652);
|
|
|
|
|
|
|
|
marker_388f17f54b4ea756653db3658f513176.bindPopup(popup_ebb4260c664ed5bdff0c52f24f233185)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_388f17f54b4ea756653db3658f513176.setIcon(icon_56c8020aff50d7e9675f6d9fe8428340);
|
|
|
|
|
|
var marker_aa62be032ae8f080b2084698a16aab8f = L.marker(
|
|
[46.9918, 6.931],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_8e8e2d77e824924767fea8c2855d45f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b9042665bab8e5e14ec0b739e9c8d9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88ac74f97f29d6e84edf7383c36846aa = $(`<div id="html_88ac74f97f29d6e84edf7383c36846aa" style="width: 100.0%; height: 100.0%;">nestr.nedao.ch</div>`)[0];
|
|
popup_8b9042665bab8e5e14ec0b739e9c8d9e.setContent(html_88ac74f97f29d6e84edf7383c36846aa);
|
|
|
|
|
|
|
|
marker_aa62be032ae8f080b2084698a16aab8f.bindPopup(popup_8b9042665bab8e5e14ec0b739e9c8d9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa62be032ae8f080b2084698a16aab8f.setIcon(icon_8e8e2d77e824924767fea8c2855d45f5);
|
|
|
|
|
|
var marker_3a119f1a449c912678479bb69844790d = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_09cecd60fcf39d74bba6153c270a4ecc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_311e16f7ce50ffbd0cb5bde9dafc5054 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4b451296036bbeb07eb95765ba049d2 = $(`<div id="html_f4b451296036bbeb07eb95765ba049d2" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_311e16f7ce50ffbd0cb5bde9dafc5054.setContent(html_f4b451296036bbeb07eb95765ba049d2);
|
|
|
|
|
|
|
|
marker_3a119f1a449c912678479bb69844790d.bindPopup(popup_311e16f7ce50ffbd0cb5bde9dafc5054)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a119f1a449c912678479bb69844790d.setIcon(icon_09cecd60fcf39d74bba6153c270a4ecc);
|
|
|
|
|
|
var marker_0a1af19fdc258723b10a3b78b3d96454 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_91e869298480d3b722528963f8ae592a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b74f079e071c4bef90ccb288f137474 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_828a3fff8026e7e7c5833fc88bd63321 = $(`<div id="html_828a3fff8026e7e7c5833fc88bd63321" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_6b74f079e071c4bef90ccb288f137474.setContent(html_828a3fff8026e7e7c5833fc88bd63321);
|
|
|
|
|
|
|
|
marker_0a1af19fdc258723b10a3b78b3d96454.bindPopup(popup_6b74f079e071c4bef90ccb288f137474)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a1af19fdc258723b10a3b78b3d96454.setIcon(icon_91e869298480d3b722528963f8ae592a);
|
|
|
|
|
|
var marker_50d8487f21a0c4cb5034c6fb11a65fa6 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_6735b3a30bcf303a36f8ae34fafed827 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a88c08aef34597df6371b4d5d9f38a05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47db5824f065bfb3cf15208dcd0ac528 = $(`<div id="html_47db5824f065bfb3cf15208dcd0ac528" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_a88c08aef34597df6371b4d5d9f38a05.setContent(html_47db5824f065bfb3cf15208dcd0ac528);
|
|
|
|
|
|
|
|
marker_50d8487f21a0c4cb5034c6fb11a65fa6.bindPopup(popup_a88c08aef34597df6371b4d5d9f38a05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50d8487f21a0c4cb5034c6fb11a65fa6.setIcon(icon_6735b3a30bcf303a36f8ae34fafed827);
|
|
|
|
|
|
var marker_9d0c02b4c488a8b0c6601ada2b9ef127 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_30f016e12f2255603001c591c80dba16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad3f110f8a2e05a86ce97d41d63cd75c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41a02494dfa1863ea89a590ce014bc87 = $(`<div id="html_41a02494dfa1863ea89a590ce014bc87" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_ad3f110f8a2e05a86ce97d41d63cd75c.setContent(html_41a02494dfa1863ea89a590ce014bc87);
|
|
|
|
|
|
|
|
marker_9d0c02b4c488a8b0c6601ada2b9ef127.bindPopup(popup_ad3f110f8a2e05a86ce97d41d63cd75c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d0c02b4c488a8b0c6601ada2b9ef127.setIcon(icon_30f016e12f2255603001c591c80dba16);
|
|
|
|
|
|
var marker_428ed289d606804c10465485d05f6679 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_0d6df915480eec7b060bbbbdedb3f78b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc2b59f921439ef1b412a823dff8af9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e769ade7462a0eb24087d8b3481c7dc9 = $(`<div id="html_e769ade7462a0eb24087d8b3481c7dc9" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_cc2b59f921439ef1b412a823dff8af9b.setContent(html_e769ade7462a0eb24087d8b3481c7dc9);
|
|
|
|
|
|
|
|
marker_428ed289d606804c10465485d05f6679.bindPopup(popup_cc2b59f921439ef1b412a823dff8af9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_428ed289d606804c10465485d05f6679.setIcon(icon_0d6df915480eec7b060bbbbdedb3f78b);
|
|
|
|
|
|
var marker_f7c2d832e492b2b1ce07ff91c8d9ac50 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_37575e0105d722bf80636d8bf4579781 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52338699e33f38a483547d1d9e856217 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_885b7d53979287ea5ed91df7004a2393 = $(`<div id="html_885b7d53979287ea5ed91df7004a2393" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_52338699e33f38a483547d1d9e856217.setContent(html_885b7d53979287ea5ed91df7004a2393);
|
|
|
|
|
|
|
|
marker_f7c2d832e492b2b1ce07ff91c8d9ac50.bindPopup(popup_52338699e33f38a483547d1d9e856217)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7c2d832e492b2b1ce07ff91c8d9ac50.setIcon(icon_37575e0105d722bf80636d8bf4579781);
|
|
|
|
|
|
var marker_77dc5ee1ca2e85908d4b1dd683c42b9e = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_4de2706aa23d80c9197d555990948039 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5ece31b155b4b5b44b2142f5d075066 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1fea75a4281492893794d6129117c41 = $(`<div id="html_a1fea75a4281492893794d6129117c41" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_c5ece31b155b4b5b44b2142f5d075066.setContent(html_a1fea75a4281492893794d6129117c41);
|
|
|
|
|
|
|
|
marker_77dc5ee1ca2e85908d4b1dd683c42b9e.bindPopup(popup_c5ece31b155b4b5b44b2142f5d075066)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77dc5ee1ca2e85908d4b1dd683c42b9e.setIcon(icon_4de2706aa23d80c9197d555990948039);
|
|
|
|
|
|
var marker_9c1e8f5346b3bf6a2c20e570ea349f33 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_098ea59e5737af134e9c9206bb31115c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_196a5ece35718e07e442b9bf9e1b1cdb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7999375ec8081787fb9699cd20b46444 = $(`<div id="html_7999375ec8081787fb9699cd20b46444" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_196a5ece35718e07e442b9bf9e1b1cdb.setContent(html_7999375ec8081787fb9699cd20b46444);
|
|
|
|
|
|
|
|
marker_9c1e8f5346b3bf6a2c20e570ea349f33.bindPopup(popup_196a5ece35718e07e442b9bf9e1b1cdb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c1e8f5346b3bf6a2c20e570ea349f33.setIcon(icon_098ea59e5737af134e9c9206bb31115c);
|
|
|
|
|
|
var marker_19bf08c16d2409107b9ef25ef0cc3fcf = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_c9e686aa260ae5f973eaba5b86e6b878 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9fae5af4d92ae722ee84e501435e4b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af1ae3537fdcad4c530b05dac0db296f = $(`<div id="html_af1ae3537fdcad4c530b05dac0db296f" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_e9fae5af4d92ae722ee84e501435e4b6.setContent(html_af1ae3537fdcad4c530b05dac0db296f);
|
|
|
|
|
|
|
|
marker_19bf08c16d2409107b9ef25ef0cc3fcf.bindPopup(popup_e9fae5af4d92ae722ee84e501435e4b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19bf08c16d2409107b9ef25ef0cc3fcf.setIcon(icon_c9e686aa260ae5f973eaba5b86e6b878);
|
|
|
|
|
|
var marker_da1a2faabe712d087761bc1685d2093e = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_cb123c223a598755a8d3fbc2bf0b5127 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66fb7a2253839e381219c2fe14045fe7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f1eb45b35eda95c1afe120d71b1dbbb = $(`<div id="html_2f1eb45b35eda95c1afe120d71b1dbbb" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_66fb7a2253839e381219c2fe14045fe7.setContent(html_2f1eb45b35eda95c1afe120d71b1dbbb);
|
|
|
|
|
|
|
|
marker_da1a2faabe712d087761bc1685d2093e.bindPopup(popup_66fb7a2253839e381219c2fe14045fe7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da1a2faabe712d087761bc1685d2093e.setIcon(icon_cb123c223a598755a8d3fbc2bf0b5127);
|
|
|
|
|
|
var marker_dee580d5c999ccd27c18f494c659ed5d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_081e184f66a6ea8d63c2281145cb9f94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_569d3c01bccac61d38b4a2a023f7751e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0416255586447154aacee1ebb56970a4 = $(`<div id="html_0416255586447154aacee1ebb56970a4" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_569d3c01bccac61d38b4a2a023f7751e.setContent(html_0416255586447154aacee1ebb56970a4);
|
|
|
|
|
|
|
|
marker_dee580d5c999ccd27c18f494c659ed5d.bindPopup(popup_569d3c01bccac61d38b4a2a023f7751e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dee580d5c999ccd27c18f494c659ed5d.setIcon(icon_081e184f66a6ea8d63c2281145cb9f94);
|
|
|
|
|
|
var marker_fafd6736f21028b6928f67c321bdf24d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_f45f1623ca2aa9d47fb7a986c79f326d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac895c14d4cb30f9c10e1a39c8b36eea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0147cd4f710843b9fde5f31019e248dd = $(`<div id="html_0147cd4f710843b9fde5f31019e248dd" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_ac895c14d4cb30f9c10e1a39c8b36eea.setContent(html_0147cd4f710843b9fde5f31019e248dd);
|
|
|
|
|
|
|
|
marker_fafd6736f21028b6928f67c321bdf24d.bindPopup(popup_ac895c14d4cb30f9c10e1a39c8b36eea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fafd6736f21028b6928f67c321bdf24d.setIcon(icon_f45f1623ca2aa9d47fb7a986c79f326d);
|
|
|
|
|
|
var marker_1de3071dbfa692d9359d45a6984e60b9 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_17d8742dfdf1d11dfdc4578f04dead54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e85ad9e7f5b57405df49ce082ce0237e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c4c46814313d61bcf01c6377a3a7879 = $(`<div id="html_9c4c46814313d61bcf01c6377a3a7879" style="width: 100.0%; height: 100.0%;">relay.manneken.brussels</div>`)[0];
|
|
popup_e85ad9e7f5b57405df49ce082ce0237e.setContent(html_9c4c46814313d61bcf01c6377a3a7879);
|
|
|
|
|
|
|
|
marker_1de3071dbfa692d9359d45a6984e60b9.bindPopup(popup_e85ad9e7f5b57405df49ce082ce0237e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1de3071dbfa692d9359d45a6984e60b9.setIcon(icon_17d8742dfdf1d11dfdc4578f04dead54);
|
|
|
|
|
|
var marker_a996e154a556b1b861bff3b3ab20d624 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_c42966e3fda776bfe7c4aff842e465fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53d7a16f13ec7576e71d94eb48b95494 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_128fe68cd1b8c3b5a3e54e7445eee8f4 = $(`<div id="html_128fe68cd1b8c3b5a3e54e7445eee8f4" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_53d7a16f13ec7576e71d94eb48b95494.setContent(html_128fe68cd1b8c3b5a3e54e7445eee8f4);
|
|
|
|
|
|
|
|
marker_a996e154a556b1b861bff3b3ab20d624.bindPopup(popup_53d7a16f13ec7576e71d94eb48b95494)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a996e154a556b1b861bff3b3ab20d624.setIcon(icon_c42966e3fda776bfe7c4aff842e465fb);
|
|
|
|
|
|
var marker_156b9c12f8ca60949723c812bf4b8f47 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_ff38d2bd9379d65efde901ec7b20e1c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a976aa695f37d114216648e80a45ca98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_759b155487bcadf58b717d9e47be94f0 = $(`<div id="html_759b155487bcadf58b717d9e47be94f0" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_a976aa695f37d114216648e80a45ca98.setContent(html_759b155487bcadf58b717d9e47be94f0);
|
|
|
|
|
|
|
|
marker_156b9c12f8ca60949723c812bf4b8f47.bindPopup(popup_a976aa695f37d114216648e80a45ca98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_156b9c12f8ca60949723c812bf4b8f47.setIcon(icon_ff38d2bd9379d65efde901ec7b20e1c4);
|
|
|
|
|
|
var marker_6ba4f46bd340c819b7d958a3ab9ee5c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_4ba341459e3fd125cfd082997cb90461 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_371cfe874971558f8e310b33d11e878f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7a1b204364579ffaf88c8f42112194e = $(`<div id="html_a7a1b204364579ffaf88c8f42112194e" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_371cfe874971558f8e310b33d11e878f.setContent(html_a7a1b204364579ffaf88c8f42112194e);
|
|
|
|
|
|
|
|
marker_6ba4f46bd340c819b7d958a3ab9ee5c1.bindPopup(popup_371cfe874971558f8e310b33d11e878f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ba4f46bd340c819b7d958a3ab9ee5c1.setIcon(icon_4ba341459e3fd125cfd082997cb90461);
|
|
|
|
|
|
var marker_8535ba0f5f5ed482ffd659f9fa44f686 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_ce532bf60053a7ef2d2015b399c7c743 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e1ba9416a48b9fd5958f8465e98ce7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0594ebe482ccadbb21a3574a3c25f00f = $(`<div id="html_0594ebe482ccadbb21a3574a3c25f00f" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_1e1ba9416a48b9fd5958f8465e98ce7b.setContent(html_0594ebe482ccadbb21a3574a3c25f00f);
|
|
|
|
|
|
|
|
marker_8535ba0f5f5ed482ffd659f9fa44f686.bindPopup(popup_1e1ba9416a48b9fd5958f8465e98ce7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8535ba0f5f5ed482ffd659f9fa44f686.setIcon(icon_ce532bf60053a7ef2d2015b399c7c743);
|
|
|
|
|
|
var marker_0e10195ef917d71ff8e5458fc75459fd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_f4c016371501d1461840cc2fec8b22e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e265e06d3767c3a4ee4d993f12487d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_626adb78e1aa5d7c96550cc2b7b4b6ca = $(`<div id="html_626adb78e1aa5d7c96550cc2b7b4b6ca" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_1e265e06d3767c3a4ee4d993f12487d9.setContent(html_626adb78e1aa5d7c96550cc2b7b4b6ca);
|
|
|
|
|
|
|
|
marker_0e10195ef917d71ff8e5458fc75459fd.bindPopup(popup_1e265e06d3767c3a4ee4d993f12487d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e10195ef917d71ff8e5458fc75459fd.setIcon(icon_f4c016371501d1461840cc2fec8b22e1);
|
|
|
|
|
|
var marker_d5bef9a9f4f5e341fcc6621381257641 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_c94b4213e1b3cf024f9f21aec025b2e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76d6153978dbf7bf4c0ce56005761112 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4cff1537f0b427b6a8d7c855cb643c1 = $(`<div id="html_c4cff1537f0b427b6a8d7c855cb643c1" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_76d6153978dbf7bf4c0ce56005761112.setContent(html_c4cff1537f0b427b6a8d7c855cb643c1);
|
|
|
|
|
|
|
|
marker_d5bef9a9f4f5e341fcc6621381257641.bindPopup(popup_76d6153978dbf7bf4c0ce56005761112)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5bef9a9f4f5e341fcc6621381257641.setIcon(icon_c94b4213e1b3cf024f9f21aec025b2e6);
|
|
|
|
|
|
var marker_0d35e22189b7d6b8608448ca83314f2e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_9fbee98fad6953d427ee1b6ef3f9edd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_314dfc169bd376b549946307f6443dc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f2f2dfba6d27f46c0e04d64f6720e44 = $(`<div id="html_8f2f2dfba6d27f46c0e04d64f6720e44" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_314dfc169bd376b549946307f6443dc1.setContent(html_8f2f2dfba6d27f46c0e04d64f6720e44);
|
|
|
|
|
|
|
|
marker_0d35e22189b7d6b8608448ca83314f2e.bindPopup(popup_314dfc169bd376b549946307f6443dc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d35e22189b7d6b8608448ca83314f2e.setIcon(icon_9fbee98fad6953d427ee1b6ef3f9edd6);
|
|
|
|
|
|
var marker_8db04ca5e89427f4bcf5e3c7117032b2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_35e0b5846dc6b9ee22720dc48812afb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd7aa96d43b6b1d608d9e793683ff2b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a3d7fad7b7da1bbbc97abb18855edfa = $(`<div id="html_8a3d7fad7b7da1bbbc97abb18855edfa" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_fd7aa96d43b6b1d608d9e793683ff2b3.setContent(html_8a3d7fad7b7da1bbbc97abb18855edfa);
|
|
|
|
|
|
|
|
marker_8db04ca5e89427f4bcf5e3c7117032b2.bindPopup(popup_fd7aa96d43b6b1d608d9e793683ff2b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8db04ca5e89427f4bcf5e3c7117032b2.setIcon(icon_35e0b5846dc6b9ee22720dc48812afb1);
|
|
|
|
|
|
var marker_4b03f076ef93c021e339dc29c6ef8adf = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_3c3101f8597e36bd7a88d99730d7c3f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8169e573e199ca32e0ac87c8fec4e98b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_204675232a749084713c53132553ecae = $(`<div id="html_204675232a749084713c53132553ecae" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_8169e573e199ca32e0ac87c8fec4e98b.setContent(html_204675232a749084713c53132553ecae);
|
|
|
|
|
|
|
|
marker_4b03f076ef93c021e339dc29c6ef8adf.bindPopup(popup_8169e573e199ca32e0ac87c8fec4e98b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b03f076ef93c021e339dc29c6ef8adf.setIcon(icon_3c3101f8597e36bd7a88d99730d7c3f8);
|
|
|
|
|
|
var marker_2fb1aba498819c96dee64eebb4b5bab5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_6e7f2f615d01ccb21a01260c9715076e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c15e9cbeab138643ca46c1835abd2521 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b7b9f2aa6b95210b7e0791cecb935ba = $(`<div id="html_5b7b9f2aa6b95210b7e0791cecb935ba" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_c15e9cbeab138643ca46c1835abd2521.setContent(html_5b7b9f2aa6b95210b7e0791cecb935ba);
|
|
|
|
|
|
|
|
marker_2fb1aba498819c96dee64eebb4b5bab5.bindPopup(popup_c15e9cbeab138643ca46c1835abd2521)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fb1aba498819c96dee64eebb4b5bab5.setIcon(icon_6e7f2f615d01ccb21a01260c9715076e);
|
|
|
|
|
|
var marker_f9be665b66cedeca889fff55771b3bfe = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_1ca6af50ec1e1da7994e3d22fa758ed6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f56384236b6354847ccd70dcf0513c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_793bc75ef37968f42dc0b024d34e6370 = $(`<div id="html_793bc75ef37968f42dc0b024d34e6370" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_3f56384236b6354847ccd70dcf0513c7.setContent(html_793bc75ef37968f42dc0b024d34e6370);
|
|
|
|
|
|
|
|
marker_f9be665b66cedeca889fff55771b3bfe.bindPopup(popup_3f56384236b6354847ccd70dcf0513c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9be665b66cedeca889fff55771b3bfe.setIcon(icon_1ca6af50ec1e1da7994e3d22fa758ed6);
|
|
|
|
|
|
var marker_d5f124bb41bd185e3148778c232f3cea = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e5c389a4f292659d824328cc8537ec48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8863ecf52ee44ce4ac40df9ec2dda0f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b3f870e316c62c2e85b82c494b02b7a = $(`<div id="html_4b3f870e316c62c2e85b82c494b02b7a" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_8863ecf52ee44ce4ac40df9ec2dda0f5.setContent(html_4b3f870e316c62c2e85b82c494b02b7a);
|
|
|
|
|
|
|
|
marker_d5f124bb41bd185e3148778c232f3cea.bindPopup(popup_8863ecf52ee44ce4ac40df9ec2dda0f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5f124bb41bd185e3148778c232f3cea.setIcon(icon_e5c389a4f292659d824328cc8537ec48);
|
|
|
|
|
|
var marker_bab23b19aa4d5e0776b824ec433a82e5 = L.marker(
|
|
[49.281, -123.117],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_97c4a1e607244bfbf5c83af37718e46a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a527b9af3aaf2d7af2d5f8b78a6dc3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_017ecfbb48a6be07a1535718b4f281fa = $(`<div id="html_017ecfbb48a6be07a1535718b4f281fa" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_8a527b9af3aaf2d7af2d5f8b78a6dc3d.setContent(html_017ecfbb48a6be07a1535718b4f281fa);
|
|
|
|
|
|
|
|
marker_bab23b19aa4d5e0776b824ec433a82e5.bindPopup(popup_8a527b9af3aaf2d7af2d5f8b78a6dc3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bab23b19aa4d5e0776b824ec433a82e5.setIcon(icon_97c4a1e607244bfbf5c83af37718e46a);
|
|
|
|
|
|
var marker_0efb512f9198c8d91e223bc647884415 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_3d481ab4e8056a051788454c8c2e8609 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a059c5bc63cee18242f0f7b541f5cc9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d90aed0d52d2dbc52d7b2215f72c2d7b = $(`<div id="html_d90aed0d52d2dbc52d7b2215f72c2d7b" style="width: 100.0%; height: 100.0%;">spatia-arcana.com</div>`)[0];
|
|
popup_a059c5bc63cee18242f0f7b541f5cc9d.setContent(html_d90aed0d52d2dbc52d7b2215f72c2d7b);
|
|
|
|
|
|
|
|
marker_0efb512f9198c8d91e223bc647884415.bindPopup(popup_a059c5bc63cee18242f0f7b541f5cc9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0efb512f9198c8d91e223bc647884415.setIcon(icon_3d481ab4e8056a051788454c8c2e8609);
|
|
|
|
|
|
var marker_3f460ab12ccec559e82a25c0a7ccbc04 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_44d55ef6f6dff3922334277b7606b43d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18381f403efe56ec1dd45c26ddb67983 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67db244440562c9d74fc27272c96c1da = $(`<div id="html_67db244440562c9d74fc27272c96c1da" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_18381f403efe56ec1dd45c26ddb67983.setContent(html_67db244440562c9d74fc27272c96c1da);
|
|
|
|
|
|
|
|
marker_3f460ab12ccec559e82a25c0a7ccbc04.bindPopup(popup_18381f403efe56ec1dd45c26ddb67983)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f460ab12ccec559e82a25c0a7ccbc04.setIcon(icon_44d55ef6f6dff3922334277b7606b43d);
|
|
|
|
|
|
var marker_b9befc6a0fabbe71cfb86fb7fea2a07f = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_d47e09829535b21a2668429657c8e0be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25089f9deb207b2908e780e1085b804e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f48ffd3b7f39165bc47f335e810019bd = $(`<div id="html_f48ffd3b7f39165bc47f335e810019bd" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_25089f9deb207b2908e780e1085b804e.setContent(html_f48ffd3b7f39165bc47f335e810019bd);
|
|
|
|
|
|
|
|
marker_b9befc6a0fabbe71cfb86fb7fea2a07f.bindPopup(popup_25089f9deb207b2908e780e1085b804e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9befc6a0fabbe71cfb86fb7fea2a07f.setIcon(icon_d47e09829535b21a2668429657c8e0be);
|
|
|
|
|
|
var marker_6048cb48edef1cfebbbd1a1119b8d2d1 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_051604fb0645def2d94e112210dc0aa3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_002a487c2a5814b3e2ca8877eae77bd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bef4092a0c9dbd2ede8b105719bb3a16 = $(`<div id="html_bef4092a0c9dbd2ede8b105719bb3a16" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_002a487c2a5814b3e2ca8877eae77bd7.setContent(html_bef4092a0c9dbd2ede8b105719bb3a16);
|
|
|
|
|
|
|
|
marker_6048cb48edef1cfebbbd1a1119b8d2d1.bindPopup(popup_002a487c2a5814b3e2ca8877eae77bd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6048cb48edef1cfebbbd1a1119b8d2d1.setIcon(icon_051604fb0645def2d94e112210dc0aa3);
|
|
|
|
|
|
var marker_f7fd7aac2711baec435876086898e02a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b10de8ad395ed627aa081bba8d1c9a67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70f7a0d413fbcbb4bca5ce0d6c0d496f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14812f8ac89a2ee4abba3911797297d1 = $(`<div id="html_14812f8ac89a2ee4abba3911797297d1" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_70f7a0d413fbcbb4bca5ce0d6c0d496f.setContent(html_14812f8ac89a2ee4abba3911797297d1);
|
|
|
|
|
|
|
|
marker_f7fd7aac2711baec435876086898e02a.bindPopup(popup_70f7a0d413fbcbb4bca5ce0d6c0d496f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7fd7aac2711baec435876086898e02a.setIcon(icon_b10de8ad395ed627aa081bba8d1c9a67);
|
|
|
|
|
|
var marker_1e40d5fed5b53663a4f55ba643ba8081 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_7895080bac09489045cf697b2bba1868 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c7742bf1cc3e40e9c86dbb5c3610838 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86ba29f882862c34b6a5618354f732d7 = $(`<div id="html_86ba29f882862c34b6a5618354f732d7" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_9c7742bf1cc3e40e9c86dbb5c3610838.setContent(html_86ba29f882862c34b6a5618354f732d7);
|
|
|
|
|
|
|
|
marker_1e40d5fed5b53663a4f55ba643ba8081.bindPopup(popup_9c7742bf1cc3e40e9c86dbb5c3610838)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e40d5fed5b53663a4f55ba643ba8081.setIcon(icon_7895080bac09489045cf697b2bba1868);
|
|
|
|
|
|
var marker_eba9e1640da781c76c4d6e65fa3651ec = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_61d1c1a61b975468d1917b1b455850ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9047b14a8edb676f5834173d0e87cf10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53baa2f920d257255d98bd9fa57f86a9 = $(`<div id="html_53baa2f920d257255d98bd9fa57f86a9" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_9047b14a8edb676f5834173d0e87cf10.setContent(html_53baa2f920d257255d98bd9fa57f86a9);
|
|
|
|
|
|
|
|
marker_eba9e1640da781c76c4d6e65fa3651ec.bindPopup(popup_9047b14a8edb676f5834173d0e87cf10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eba9e1640da781c76c4d6e65fa3651ec.setIcon(icon_61d1c1a61b975468d1917b1b455850ce);
|
|
|
|
|
|
var marker_9f7042d074457145f6c587e0f4d7ab35 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_6ff14964e7ae8666781d2c9ec6244a16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e6b56664c2de5356cae06afb7c17a26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3cba89cd9700552e9e237f4549f0884 = $(`<div id="html_a3cba89cd9700552e9e237f4549f0884" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_9e6b56664c2de5356cae06afb7c17a26.setContent(html_a3cba89cd9700552e9e237f4549f0884);
|
|
|
|
|
|
|
|
marker_9f7042d074457145f6c587e0f4d7ab35.bindPopup(popup_9e6b56664c2de5356cae06afb7c17a26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f7042d074457145f6c587e0f4d7ab35.setIcon(icon_6ff14964e7ae8666781d2c9ec6244a16);
|
|
|
|
|
|
var marker_a101fcc4b55fac6447a9c101278d971c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_65dcb495b4775b53f8107ec30e38a38e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df0ecf430698a02cf8c090bd462d09cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5872e38301803c11eda2aa3bce9adaf2 = $(`<div id="html_5872e38301803c11eda2aa3bce9adaf2" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_df0ecf430698a02cf8c090bd462d09cc.setContent(html_5872e38301803c11eda2aa3bce9adaf2);
|
|
|
|
|
|
|
|
marker_a101fcc4b55fac6447a9c101278d971c.bindPopup(popup_df0ecf430698a02cf8c090bd462d09cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a101fcc4b55fac6447a9c101278d971c.setIcon(icon_65dcb495b4775b53f8107ec30e38a38e);
|
|
|
|
|
|
var marker_7122919a694df37ab954959a2fe5b14f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_9404705ae27ebef9a6edd93f439a2710 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eac17cfae08475afd6faac028b3ecda5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9920e93256f25dfee69cd0e3bf025e0 = $(`<div id="html_d9920e93256f25dfee69cd0e3bf025e0" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_eac17cfae08475afd6faac028b3ecda5.setContent(html_d9920e93256f25dfee69cd0e3bf025e0);
|
|
|
|
|
|
|
|
marker_7122919a694df37ab954959a2fe5b14f.bindPopup(popup_eac17cfae08475afd6faac028b3ecda5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7122919a694df37ab954959a2fe5b14f.setIcon(icon_9404705ae27ebef9a6edd93f439a2710);
|
|
|
|
|
|
var marker_5811ff621012289041ae4b4544590d14 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_cff5687a6e10782891e2dfa583826711 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87278a76aabfdea0e4cc17be281308b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78fcbba44d0b77e63b59a51ee950d38f = $(`<div id="html_78fcbba44d0b77e63b59a51ee950d38f" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_87278a76aabfdea0e4cc17be281308b9.setContent(html_78fcbba44d0b77e63b59a51ee950d38f);
|
|
|
|
|
|
|
|
marker_5811ff621012289041ae4b4544590d14.bindPopup(popup_87278a76aabfdea0e4cc17be281308b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5811ff621012289041ae4b4544590d14.setIcon(icon_cff5687a6e10782891e2dfa583826711);
|
|
|
|
|
|
var marker_624762e62d3823b9b0c2062b798e1c87 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_c640f76aa0a431e2f84822b2c209216e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea31b4cadb86f3b59a035131082de906 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c078fc69f29c14b5cd544af97bd4e4b7 = $(`<div id="html_c078fc69f29c14b5cd544af97bd4e4b7" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_ea31b4cadb86f3b59a035131082de906.setContent(html_c078fc69f29c14b5cd544af97bd4e4b7);
|
|
|
|
|
|
|
|
marker_624762e62d3823b9b0c2062b798e1c87.bindPopup(popup_ea31b4cadb86f3b59a035131082de906)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_624762e62d3823b9b0c2062b798e1c87.setIcon(icon_c640f76aa0a431e2f84822b2c209216e);
|
|
|
|
|
|
var marker_cac8d1283caf564e7317d45df2b397d5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_36bb90123f5e50ef0be8cd97cefaca8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc3dfcd04ac8501531d7c705ff17544b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fee21d61e960fb23bba0ef4376f3eb9 = $(`<div id="html_4fee21d61e960fb23bba0ef4376f3eb9" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_bc3dfcd04ac8501531d7c705ff17544b.setContent(html_4fee21d61e960fb23bba0ef4376f3eb9);
|
|
|
|
|
|
|
|
marker_cac8d1283caf564e7317d45df2b397d5.bindPopup(popup_bc3dfcd04ac8501531d7c705ff17544b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cac8d1283caf564e7317d45df2b397d5.setIcon(icon_36bb90123f5e50ef0be8cd97cefaca8c);
|
|
|
|
|
|
var marker_1fcb577cfd2f9d2d1975f5f7783be9c7 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e446038c28350f31b60cff2d30d59c8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_444b9a6e7b8f481f46fd23e692856683 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3b7bf9f09682b72f0a02ba782cc9d80 = $(`<div id="html_b3b7bf9f09682b72f0a02ba782cc9d80" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_444b9a6e7b8f481f46fd23e692856683.setContent(html_b3b7bf9f09682b72f0a02ba782cc9d80);
|
|
|
|
|
|
|
|
marker_1fcb577cfd2f9d2d1975f5f7783be9c7.bindPopup(popup_444b9a6e7b8f481f46fd23e692856683)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fcb577cfd2f9d2d1975f5f7783be9c7.setIcon(icon_e446038c28350f31b60cff2d30d59c8f);
|
|
|
|
|
|
var marker_e4b39958a3035db4eabd2f4bac9efa80 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_77da3067428ddcbc31efa8b4d87aaa10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e030b8d410d6e633c67a0a00bf35ea9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e935a384094d7835f77499eaff2171dd = $(`<div id="html_e935a384094d7835f77499eaff2171dd" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_e030b8d410d6e633c67a0a00bf35ea9b.setContent(html_e935a384094d7835f77499eaff2171dd);
|
|
|
|
|
|
|
|
marker_e4b39958a3035db4eabd2f4bac9efa80.bindPopup(popup_e030b8d410d6e633c67a0a00bf35ea9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4b39958a3035db4eabd2f4bac9efa80.setIcon(icon_77da3067428ddcbc31efa8b4d87aaa10);
|
|
|
|
|
|
var marker_994a0c935827cb097bb607835b2db996 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_edde55a89c7f9cab6d88c9893f013228 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fe9a2e4bc68a57543dbee8fd90c1af7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7edc9ea8057586fe2da1e28355d00c2 = $(`<div id="html_d7edc9ea8057586fe2da1e28355d00c2" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_1fe9a2e4bc68a57543dbee8fd90c1af7.setContent(html_d7edc9ea8057586fe2da1e28355d00c2);
|
|
|
|
|
|
|
|
marker_994a0c935827cb097bb607835b2db996.bindPopup(popup_1fe9a2e4bc68a57543dbee8fd90c1af7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_994a0c935827cb097bb607835b2db996.setIcon(icon_edde55a89c7f9cab6d88c9893f013228);
|
|
|
|
|
|
var marker_00dae09346225d5b57cca7f06b511fe5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_aecab0474bc7a1cd2ef6a31496907a9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0589246b429f119832dd2efe70ae182c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e27513f9ad8321c19823dd74f95010dc = $(`<div id="html_e27513f9ad8321c19823dd74f95010dc" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_0589246b429f119832dd2efe70ae182c.setContent(html_e27513f9ad8321c19823dd74f95010dc);
|
|
|
|
|
|
|
|
marker_00dae09346225d5b57cca7f06b511fe5.bindPopup(popup_0589246b429f119832dd2efe70ae182c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00dae09346225d5b57cca7f06b511fe5.setIcon(icon_aecab0474bc7a1cd2ef6a31496907a9f);
|
|
|
|
|
|
var marker_dea0532cc7647c912ccf913df464c9ee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e322de30b02bea1c06d11aa1b7b47e65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_341a7f33067b15a903a888c027b16fb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cdbaace463645aa8a201ff4667fb0a7 = $(`<div id="html_7cdbaace463645aa8a201ff4667fb0a7" style="width: 100.0%; height: 100.0%;">discovery.us.nostria.app</div>`)[0];
|
|
popup_341a7f33067b15a903a888c027b16fb7.setContent(html_7cdbaace463645aa8a201ff4667fb0a7);
|
|
|
|
|
|
|
|
marker_dea0532cc7647c912ccf913df464c9ee.bindPopup(popup_341a7f33067b15a903a888c027b16fb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dea0532cc7647c912ccf913df464c9ee.setIcon(icon_e322de30b02bea1c06d11aa1b7b47e65);
|
|
|
|
|
|
var marker_1cdf76f94d20e62a00306a1203926c49 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_630256765a1fe2ee5562602c4c7ffeca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de2e421b8875ab3470904b28d4d841a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb101fb8508031044ee1921890ae6cba = $(`<div id="html_eb101fb8508031044ee1921890ae6cba" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_de2e421b8875ab3470904b28d4d841a6.setContent(html_eb101fb8508031044ee1921890ae6cba);
|
|
|
|
|
|
|
|
marker_1cdf76f94d20e62a00306a1203926c49.bindPopup(popup_de2e421b8875ab3470904b28d4d841a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cdf76f94d20e62a00306a1203926c49.setIcon(icon_630256765a1fe2ee5562602c4c7ffeca);
|
|
|
|
|
|
var marker_3c42e2face39aab09695a366a00ea52b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_cca553f9b2c075e4b10293abc9a6b801 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3381875119f7126420490b6073455bf3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e632306d4728dd568974af4839007e9a = $(`<div id="html_e632306d4728dd568974af4839007e9a" style="width: 100.0%; height: 100.0%;">zw.agorawlc.com</div>`)[0];
|
|
popup_3381875119f7126420490b6073455bf3.setContent(html_e632306d4728dd568974af4839007e9a);
|
|
|
|
|
|
|
|
marker_3c42e2face39aab09695a366a00ea52b.bindPopup(popup_3381875119f7126420490b6073455bf3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c42e2face39aab09695a366a00ea52b.setIcon(icon_cca553f9b2c075e4b10293abc9a6b801);
|
|
|
|
|
|
var marker_686b0497499a54050e1ff25d13b0a97c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_a493bfd8d8b2db1f1ee4c2b3187075ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88a0a410339d1a93cd15792fbcaabc9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_359135ad8a8539fbbd95ffe4663854bf = $(`<div id="html_359135ad8a8539fbbd95ffe4663854bf" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_88a0a410339d1a93cd15792fbcaabc9d.setContent(html_359135ad8a8539fbbd95ffe4663854bf);
|
|
|
|
|
|
|
|
marker_686b0497499a54050e1ff25d13b0a97c.bindPopup(popup_88a0a410339d1a93cd15792fbcaabc9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_686b0497499a54050e1ff25d13b0a97c.setIcon(icon_a493bfd8d8b2db1f1ee4c2b3187075ab);
|
|
|
|
|
|
var marker_18cf36d2cbdc5018461543bb699cbb49 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_bfe2392dd38f941860d50250d40ef8da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e90dd36f1846a6bc697531bbe16ee8b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_214d43eccb347fc84f959141de73cd90 = $(`<div id="html_214d43eccb347fc84f959141de73cd90" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_e90dd36f1846a6bc697531bbe16ee8b8.setContent(html_214d43eccb347fc84f959141de73cd90);
|
|
|
|
|
|
|
|
marker_18cf36d2cbdc5018461543bb699cbb49.bindPopup(popup_e90dd36f1846a6bc697531bbe16ee8b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18cf36d2cbdc5018461543bb699cbb49.setIcon(icon_bfe2392dd38f941860d50250d40ef8da);
|
|
|
|
|
|
var marker_944f8f361cd725b2b6d9e31baa177e4d = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_4acd4f6748a2fd7db8080fe538f6fde7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c423c53a5d30dd115e8e55147816d92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd72b1f55e1fcae62e61f4cc5b59a521 = $(`<div id="html_bd72b1f55e1fcae62e61f4cc5b59a521" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_5c423c53a5d30dd115e8e55147816d92.setContent(html_bd72b1f55e1fcae62e61f4cc5b59a521);
|
|
|
|
|
|
|
|
marker_944f8f361cd725b2b6d9e31baa177e4d.bindPopup(popup_5c423c53a5d30dd115e8e55147816d92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_944f8f361cd725b2b6d9e31baa177e4d.setIcon(icon_4acd4f6748a2fd7db8080fe538f6fde7);
|
|
|
|
|
|
var marker_4ff25ee95437783124ce16a00813aae4 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_dcf858c1b3c3afd7f3b83aa211d5aa6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d58bbfccd84da7d67ed0d9f526d8a40c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a077f2f789c6bcfd58968937b88bd3e2 = $(`<div id="html_a077f2f789c6bcfd58968937b88bd3e2" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_d58bbfccd84da7d67ed0d9f526d8a40c.setContent(html_a077f2f789c6bcfd58968937b88bd3e2);
|
|
|
|
|
|
|
|
marker_4ff25ee95437783124ce16a00813aae4.bindPopup(popup_d58bbfccd84da7d67ed0d9f526d8a40c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ff25ee95437783124ce16a00813aae4.setIcon(icon_dcf858c1b3c3afd7f3b83aa211d5aa6b);
|
|
|
|
|
|
var marker_812660fc0656753b051cba10cfa6f97b = L.marker(
|
|
[49.029, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_432d555e707cb75b1adddcddf1ed1e38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2853647d271b4726cf7be9f5daf09f13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da35344ce9a7983c5609e4c2ad82ecb3 = $(`<div id="html_da35344ce9a7983c5609e4c2ad82ecb3" style="width: 100.0%; height: 100.0%;">nostr.0cx.de</div>`)[0];
|
|
popup_2853647d271b4726cf7be9f5daf09f13.setContent(html_da35344ce9a7983c5609e4c2ad82ecb3);
|
|
|
|
|
|
|
|
marker_812660fc0656753b051cba10cfa6f97b.bindPopup(popup_2853647d271b4726cf7be9f5daf09f13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_812660fc0656753b051cba10cfa6f97b.setIcon(icon_432d555e707cb75b1adddcddf1ed1e38);
|
|
|
|
|
|
var marker_35ca8a154ddd654f5a7c78d8e9e4202e = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_d0e66d4b0347ba403bbf3781fc922867 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5d3fd62916e228578db28a419e2a9db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_248aed1c97e02030253fbb37ccec9bc3 = $(`<div id="html_248aed1c97e02030253fbb37ccec9bc3" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_b5d3fd62916e228578db28a419e2a9db.setContent(html_248aed1c97e02030253fbb37ccec9bc3);
|
|
|
|
|
|
|
|
marker_35ca8a154ddd654f5a7c78d8e9e4202e.bindPopup(popup_b5d3fd62916e228578db28a419e2a9db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35ca8a154ddd654f5a7c78d8e9e4202e.setIcon(icon_d0e66d4b0347ba403bbf3781fc922867);
|
|
|
|
|
|
var marker_625c4613d82ab4f28c6718b816b7e779 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_456fd3a2dc5975eaea37307f6fe20863 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b78ef7ae8c62b687c909117c7a9db78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb3139008fb3e550e04e64db70e1109b = $(`<div id="html_eb3139008fb3e550e04e64db70e1109b" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_2b78ef7ae8c62b687c909117c7a9db78.setContent(html_eb3139008fb3e550e04e64db70e1109b);
|
|
|
|
|
|
|
|
marker_625c4613d82ab4f28c6718b816b7e779.bindPopup(popup_2b78ef7ae8c62b687c909117c7a9db78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_625c4613d82ab4f28c6718b816b7e779.setIcon(icon_456fd3a2dc5975eaea37307f6fe20863);
|
|
|
|
|
|
var marker_36227a55f72d8796fe3aff0a636f02f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_f6ee6d9385d7d4fb1b7f62c26b85d836 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c70d35a868a91152633cb752b2864b25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28860734da11e6bce1d12ec8543f2ddf = $(`<div id="html_28860734da11e6bce1d12ec8543f2ddf" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_c70d35a868a91152633cb752b2864b25.setContent(html_28860734da11e6bce1d12ec8543f2ddf);
|
|
|
|
|
|
|
|
marker_36227a55f72d8796fe3aff0a636f02f2.bindPopup(popup_c70d35a868a91152633cb752b2864b25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36227a55f72d8796fe3aff0a636f02f2.setIcon(icon_f6ee6d9385d7d4fb1b7f62c26b85d836);
|
|
|
|
|
|
var marker_d0048dbc376a94fffb42bb0be5e044c1 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_48cc3129387f865032ba51ac5e6895f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f83910e8e1bc89648f88b72826432c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a1092920edf88d7e8e873b2276c5635 = $(`<div id="html_7a1092920edf88d7e8e873b2276c5635" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_4f83910e8e1bc89648f88b72826432c4.setContent(html_7a1092920edf88d7e8e873b2276c5635);
|
|
|
|
|
|
|
|
marker_d0048dbc376a94fffb42bb0be5e044c1.bindPopup(popup_4f83910e8e1bc89648f88b72826432c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0048dbc376a94fffb42bb0be5e044c1.setIcon(icon_48cc3129387f865032ba51ac5e6895f1);
|
|
|
|
|
|
var marker_7a7395dcf4e505bad5216a0906bb9af9 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_a212a55c59f52aef9fd53d35c227a9b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03b4f34fef740d0073a29a1f67665020 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82c5458fd6733b5964c0a395de18c4ee = $(`<div id="html_82c5458fd6733b5964c0a395de18c4ee" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_03b4f34fef740d0073a29a1f67665020.setContent(html_82c5458fd6733b5964c0a395de18c4ee);
|
|
|
|
|
|
|
|
marker_7a7395dcf4e505bad5216a0906bb9af9.bindPopup(popup_03b4f34fef740d0073a29a1f67665020)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a7395dcf4e505bad5216a0906bb9af9.setIcon(icon_a212a55c59f52aef9fd53d35c227a9b2);
|
|
|
|
|
|
var marker_6b47746a84484c05de1c9d2ce03b2612 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_862454eb82b12cd96fc99567cc9812eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a5237fc2bc6c2a24762a1d054293dc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81eabeb2e9f59df1be99aed5fb6b6df3 = $(`<div id="html_81eabeb2e9f59df1be99aed5fb6b6df3" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_4a5237fc2bc6c2a24762a1d054293dc5.setContent(html_81eabeb2e9f59df1be99aed5fb6b6df3);
|
|
|
|
|
|
|
|
marker_6b47746a84484c05de1c9d2ce03b2612.bindPopup(popup_4a5237fc2bc6c2a24762a1d054293dc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b47746a84484c05de1c9d2ce03b2612.setIcon(icon_862454eb82b12cd96fc99567cc9812eb);
|
|
|
|
|
|
var marker_e43ed87487ab8e1cffd3305ec0f99d62 = L.marker(
|
|
[10.074, -84.2155],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_43537f214f47509a2424117268b45e6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f12c355bfc08569bf8cde6ab9171975 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88bc95a5c7c25b5d45b949489088a5c0 = $(`<div id="html_88bc95a5c7c25b5d45b949489088a5c0" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_8f12c355bfc08569bf8cde6ab9171975.setContent(html_88bc95a5c7c25b5d45b949489088a5c0);
|
|
|
|
|
|
|
|
marker_e43ed87487ab8e1cffd3305ec0f99d62.bindPopup(popup_8f12c355bfc08569bf8cde6ab9171975)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e43ed87487ab8e1cffd3305ec0f99d62.setIcon(icon_43537f214f47509a2424117268b45e6e);
|
|
|
|
|
|
var marker_6a5ee7c840550f7d2ac879f9b057bbcf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_560dbca913603153f28002d8e36cc183 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df1fcb72293f9923c7e806095b737874 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46195ed1fb37e98d2dff0f2fce0e8cae = $(`<div id="html_46195ed1fb37e98d2dff0f2fce0e8cae" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_df1fcb72293f9923c7e806095b737874.setContent(html_46195ed1fb37e98d2dff0f2fce0e8cae);
|
|
|
|
|
|
|
|
marker_6a5ee7c840550f7d2ac879f9b057bbcf.bindPopup(popup_df1fcb72293f9923c7e806095b737874)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a5ee7c840550f7d2ac879f9b057bbcf.setIcon(icon_560dbca913603153f28002d8e36cc183);
|
|
|
|
|
|
var marker_767f8f28c6880d7c5331edd311feab32 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_a848774e17f65f414ad98a9d39177463 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_219c2766c4e19790872d14cf04c388cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_099d53dc29d650f501fd81e40a27a256 = $(`<div id="html_099d53dc29d650f501fd81e40a27a256" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_219c2766c4e19790872d14cf04c388cc.setContent(html_099d53dc29d650f501fd81e40a27a256);
|
|
|
|
|
|
|
|
marker_767f8f28c6880d7c5331edd311feab32.bindPopup(popup_219c2766c4e19790872d14cf04c388cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_767f8f28c6880d7c5331edd311feab32.setIcon(icon_a848774e17f65f414ad98a9d39177463);
|
|
|
|
|
|
var marker_c91a7475d28f133884bf717003c3617e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b9dd7f56c7a646b3ab19274ed1524bd1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9808d2a6c325d45d016fa94456322a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91b97da896e114641651a0a096350bcf = $(`<div id="html_91b97da896e114641651a0a096350bcf" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_f9808d2a6c325d45d016fa94456322a5.setContent(html_91b97da896e114641651a0a096350bcf);
|
|
|
|
|
|
|
|
marker_c91a7475d28f133884bf717003c3617e.bindPopup(popup_f9808d2a6c325d45d016fa94456322a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c91a7475d28f133884bf717003c3617e.setIcon(icon_b9dd7f56c7a646b3ab19274ed1524bd1);
|
|
|
|
|
|
var marker_661476a5736940af962ae77bc0aca255 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_fd9a0af854579b41a5c79c2f8b2cffa7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d95e5a335bea02133aa9fcfed6ae0e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0dec4ba2fda401b19341924bb97f49d = $(`<div id="html_d0dec4ba2fda401b19341924bb97f49d" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_1d95e5a335bea02133aa9fcfed6ae0e4.setContent(html_d0dec4ba2fda401b19341924bb97f49d);
|
|
|
|
|
|
|
|
marker_661476a5736940af962ae77bc0aca255.bindPopup(popup_1d95e5a335bea02133aa9fcfed6ae0e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_661476a5736940af962ae77bc0aca255.setIcon(icon_fd9a0af854579b41a5c79c2f8b2cffa7);
|
|
|
|
|
|
var marker_a86ac43ee6f9b9c9afab0d2a89df9641 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_61d8259a14ec675ec8fa612cada35a17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a66f18a1cd1ebd642923582e5a84c19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee5d438ad092445732b743424c816810 = $(`<div id="html_ee5d438ad092445732b743424c816810" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_0a66f18a1cd1ebd642923582e5a84c19.setContent(html_ee5d438ad092445732b743424c816810);
|
|
|
|
|
|
|
|
marker_a86ac43ee6f9b9c9afab0d2a89df9641.bindPopup(popup_0a66f18a1cd1ebd642923582e5a84c19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a86ac43ee6f9b9c9afab0d2a89df9641.setIcon(icon_61d8259a14ec675ec8fa612cada35a17);
|
|
|
|
|
|
var marker_42a62aa59decdd0458db06a90561cbc6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_666786133443f0baf737c4ef817a1f14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f97e1e6089df2a32489bb2b6d6fb462 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e461da2803a7be3d240b81089385576 = $(`<div id="html_1e461da2803a7be3d240b81089385576" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_5f97e1e6089df2a32489bb2b6d6fb462.setContent(html_1e461da2803a7be3d240b81089385576);
|
|
|
|
|
|
|
|
marker_42a62aa59decdd0458db06a90561cbc6.bindPopup(popup_5f97e1e6089df2a32489bb2b6d6fb462)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42a62aa59decdd0458db06a90561cbc6.setIcon(icon_666786133443f0baf737c4ef817a1f14);
|
|
|
|
|
|
var marker_24079dc9fe63de8453a9fdfa2c31d817 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_194fb29e30976dbda092531779104a27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7400464208b7586664e3618722fcfeaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_942bdd28b0bfda2e43cdd53ff8467ce1 = $(`<div id="html_942bdd28b0bfda2e43cdd53ff8467ce1" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_7400464208b7586664e3618722fcfeaf.setContent(html_942bdd28b0bfda2e43cdd53ff8467ce1);
|
|
|
|
|
|
|
|
marker_24079dc9fe63de8453a9fdfa2c31d817.bindPopup(popup_7400464208b7586664e3618722fcfeaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24079dc9fe63de8453a9fdfa2c31d817.setIcon(icon_194fb29e30976dbda092531779104a27);
|
|
|
|
|
|
var marker_d503227d75b5b6530216b1f0e14ac30a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_33153f5a8097d08e1b227c6e58fd2eb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd635be35973b40d945942d7671172d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1f40099517bc68e352b76b279b0ab45 = $(`<div id="html_d1f40099517bc68e352b76b279b0ab45" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_fd635be35973b40d945942d7671172d5.setContent(html_d1f40099517bc68e352b76b279b0ab45);
|
|
|
|
|
|
|
|
marker_d503227d75b5b6530216b1f0e14ac30a.bindPopup(popup_fd635be35973b40d945942d7671172d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d503227d75b5b6530216b1f0e14ac30a.setIcon(icon_33153f5a8097d08e1b227c6e58fd2eb3);
|
|
|
|
|
|
var marker_1a318d1bf7f726a4495ee5c6b6869800 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_dd4d94fa5b5b87dedd96d77838df71d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a94ceb0a7bea9b091a4a7e4659c9f3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02f302e9a3b5bff101e73b64ccbd6de8 = $(`<div id="html_02f302e9a3b5bff101e73b64ccbd6de8" style="width: 100.0%; height: 100.0%;">relay.coinos.pro</div>`)[0];
|
|
popup_8a94ceb0a7bea9b091a4a7e4659c9f3f.setContent(html_02f302e9a3b5bff101e73b64ccbd6de8);
|
|
|
|
|
|
|
|
marker_1a318d1bf7f726a4495ee5c6b6869800.bindPopup(popup_8a94ceb0a7bea9b091a4a7e4659c9f3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a318d1bf7f726a4495ee5c6b6869800.setIcon(icon_dd4d94fa5b5b87dedd96d77838df71d3);
|
|
|
|
|
|
var marker_5201d0361af905c6981454fd085f5707 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_a872fa247aabf8b768d24e5fbf42adba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ef11da4c436673cf13ffee8a5a7c984 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ed291a290bf93415f469c06ec005f9b = $(`<div id="html_3ed291a290bf93415f469c06ec005f9b" style="width: 100.0%; height: 100.0%;">strfry.atlantislabs.space</div>`)[0];
|
|
popup_4ef11da4c436673cf13ffee8a5a7c984.setContent(html_3ed291a290bf93415f469c06ec005f9b);
|
|
|
|
|
|
|
|
marker_5201d0361af905c6981454fd085f5707.bindPopup(popup_4ef11da4c436673cf13ffee8a5a7c984)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5201d0361af905c6981454fd085f5707.setIcon(icon_a872fa247aabf8b768d24e5fbf42adba);
|
|
|
|
|
|
var marker_d12eb7938e865d57edcc582db3d29bd4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_33b20b8393caf22a8a6e742cd038f9c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3573af61062a08203bd019ff28fac02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79fef062a0ca604e24cf3dc10ff590c0 = $(`<div id="html_79fef062a0ca604e24cf3dc10ff590c0" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_a3573af61062a08203bd019ff28fac02.setContent(html_79fef062a0ca604e24cf3dc10ff590c0);
|
|
|
|
|
|
|
|
marker_d12eb7938e865d57edcc582db3d29bd4.bindPopup(popup_a3573af61062a08203bd019ff28fac02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d12eb7938e865d57edcc582db3d29bd4.setIcon(icon_33b20b8393caf22a8a6e742cd038f9c9);
|
|
|
|
|
|
var marker_f496e1e4c5b14ca9f411dce5cd77858d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_57d5eba2432f4beadeb3f4345102cf5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87ff53031f9281979c193f5f85595f80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea980b052771ac3fd4eb6dd7327ced08 = $(`<div id="html_ea980b052771ac3fd4eb6dd7327ced08" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_87ff53031f9281979c193f5f85595f80.setContent(html_ea980b052771ac3fd4eb6dd7327ced08);
|
|
|
|
|
|
|
|
marker_f496e1e4c5b14ca9f411dce5cd77858d.bindPopup(popup_87ff53031f9281979c193f5f85595f80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f496e1e4c5b14ca9f411dce5cd77858d.setIcon(icon_57d5eba2432f4beadeb3f4345102cf5f);
|
|
|
|
|
|
var marker_b5fc55e349fbaa79ab79e9cb12872d3c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_18a2188c5dc47b750d915c87fbe105dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b7480b5da7041c01d61dd42e08044c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b388dd313498585309a71fe68cf6e733 = $(`<div id="html_b388dd313498585309a71fe68cf6e733" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_8b7480b5da7041c01d61dd42e08044c4.setContent(html_b388dd313498585309a71fe68cf6e733);
|
|
|
|
|
|
|
|
marker_b5fc55e349fbaa79ab79e9cb12872d3c.bindPopup(popup_8b7480b5da7041c01d61dd42e08044c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5fc55e349fbaa79ab79e9cb12872d3c.setIcon(icon_18a2188c5dc47b750d915c87fbe105dc);
|
|
|
|
|
|
var marker_5256a320345adc9ee7b2592571ff5678 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_be3e4a1a33f01a2bde509f3309bfe9dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ad102ed31835245393064107b2cf425 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22f32d17b3d3aa5a70bf4c36f1300215 = $(`<div id="html_22f32d17b3d3aa5a70bf4c36f1300215" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_0ad102ed31835245393064107b2cf425.setContent(html_22f32d17b3d3aa5a70bf4c36f1300215);
|
|
|
|
|
|
|
|
marker_5256a320345adc9ee7b2592571ff5678.bindPopup(popup_0ad102ed31835245393064107b2cf425)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5256a320345adc9ee7b2592571ff5678.setIcon(icon_be3e4a1a33f01a2bde509f3309bfe9dd);
|
|
|
|
|
|
var marker_70acc6dfa1577b4c91b9f98610709f08 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_fe9c652d7d0edad8125bbec4513038c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dc4cefc4a10190f923f72f29ba3623f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4933bd5f9296cfed2ecd3fd89b9711e = $(`<div id="html_b4933bd5f9296cfed2ecd3fd89b9711e" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_0dc4cefc4a10190f923f72f29ba3623f.setContent(html_b4933bd5f9296cfed2ecd3fd89b9711e);
|
|
|
|
|
|
|
|
marker_70acc6dfa1577b4c91b9f98610709f08.bindPopup(popup_0dc4cefc4a10190f923f72f29ba3623f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70acc6dfa1577b4c91b9f98610709f08.setIcon(icon_fe9c652d7d0edad8125bbec4513038c8);
|
|
|
|
|
|
var marker_76edb1091eb84ae917a7d5b96dcac344 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_61112c87c63d5e2080db36493c67433b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8805d57868846df050a43341146a3cfc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1446a788e189ad6f83b4d2d94082e5b9 = $(`<div id="html_1446a788e189ad6f83b4d2d94082e5b9" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_8805d57868846df050a43341146a3cfc.setContent(html_1446a788e189ad6f83b4d2d94082e5b9);
|
|
|
|
|
|
|
|
marker_76edb1091eb84ae917a7d5b96dcac344.bindPopup(popup_8805d57868846df050a43341146a3cfc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76edb1091eb84ae917a7d5b96dcac344.setIcon(icon_61112c87c63d5e2080db36493c67433b);
|
|
|
|
|
|
var marker_f35acf97c5afbea36dc1ce425bb44cd3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_2ec1d328ae8cafd2226769239f348fa5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc3c7a0d02b9dd5e494cafddfef15229 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b533594ada35b17cc93be235f931648 = $(`<div id="html_0b533594ada35b17cc93be235f931648" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_bc3c7a0d02b9dd5e494cafddfef15229.setContent(html_0b533594ada35b17cc93be235f931648);
|
|
|
|
|
|
|
|
marker_f35acf97c5afbea36dc1ce425bb44cd3.bindPopup(popup_bc3c7a0d02b9dd5e494cafddfef15229)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f35acf97c5afbea36dc1ce425bb44cd3.setIcon(icon_2ec1d328ae8cafd2226769239f348fa5);
|
|
|
|
|
|
var marker_46f78117832c5500d599ba42e670a1e2 = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_70a4e9ea61f732e5015b2b262bfa06e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b9bd5e4c9c1f74b1a4244a7849aa251 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6c1265772cfb1dc905e596281ca88fc = $(`<div id="html_f6c1265772cfb1dc905e596281ca88fc" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_8b9bd5e4c9c1f74b1a4244a7849aa251.setContent(html_f6c1265772cfb1dc905e596281ca88fc);
|
|
|
|
|
|
|
|
marker_46f78117832c5500d599ba42e670a1e2.bindPopup(popup_8b9bd5e4c9c1f74b1a4244a7849aa251)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46f78117832c5500d599ba42e670a1e2.setIcon(icon_70a4e9ea61f732e5015b2b262bfa06e1);
|
|
|
|
|
|
var marker_0ee6359eeed6777145019c47b577588b = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_47db5531af5607c0fe371e30d9d41eb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f9be64e57d41dc0ce885c075806256e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90b244f49709a0e7b13e29a807ee8d18 = $(`<div id="html_90b244f49709a0e7b13e29a807ee8d18" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_2f9be64e57d41dc0ce885c075806256e.setContent(html_90b244f49709a0e7b13e29a807ee8d18);
|
|
|
|
|
|
|
|
marker_0ee6359eeed6777145019c47b577588b.bindPopup(popup_2f9be64e57d41dc0ce885c075806256e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ee6359eeed6777145019c47b577588b.setIcon(icon_47db5531af5607c0fe371e30d9d41eb3);
|
|
|
|
|
|
var marker_453368ef5145f3a86296a56e4cc610a0 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_7515233c4e59e9b578582e88ecc9a4b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a48ccd293512cfb52bc29348cdfd7456 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97c61929cb025955fe4ce6ad4a024bcc = $(`<div id="html_97c61929cb025955fe4ce6ad4a024bcc" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_a48ccd293512cfb52bc29348cdfd7456.setContent(html_97c61929cb025955fe4ce6ad4a024bcc);
|
|
|
|
|
|
|
|
marker_453368ef5145f3a86296a56e4cc610a0.bindPopup(popup_a48ccd293512cfb52bc29348cdfd7456)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_453368ef5145f3a86296a56e4cc610a0.setIcon(icon_7515233c4e59e9b578582e88ecc9a4b9);
|
|
|
|
|
|
var marker_5f7a53fca6515686ff008193dae95e2a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_4ec52c4ba1df770222c453a3d99d8543 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c5bb520140b1ba18b4e616762c14c99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85e2ef77f9d186e774029a4e07ae86eb = $(`<div id="html_85e2ef77f9d186e774029a4e07ae86eb" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_3c5bb520140b1ba18b4e616762c14c99.setContent(html_85e2ef77f9d186e774029a4e07ae86eb);
|
|
|
|
|
|
|
|
marker_5f7a53fca6515686ff008193dae95e2a.bindPopup(popup_3c5bb520140b1ba18b4e616762c14c99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f7a53fca6515686ff008193dae95e2a.setIcon(icon_4ec52c4ba1df770222c453a3d99d8543);
|
|
|
|
|
|
var marker_9a72b70340c0d1f7d0a409958dfb0f5a = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_2bc60ec9d781aa654e2e8d8e7415104e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c35b26fa286e62c378c4b37ab569ee0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1555a5584d4b8ca9e0a0b4b8e26b1e6e = $(`<div id="html_1555a5584d4b8ca9e0a0b4b8e26b1e6e" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_8c35b26fa286e62c378c4b37ab569ee0.setContent(html_1555a5584d4b8ca9e0a0b4b8e26b1e6e);
|
|
|
|
|
|
|
|
marker_9a72b70340c0d1f7d0a409958dfb0f5a.bindPopup(popup_8c35b26fa286e62c378c4b37ab569ee0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a72b70340c0d1f7d0a409958dfb0f5a.setIcon(icon_2bc60ec9d781aa654e2e8d8e7415104e);
|
|
|
|
|
|
var marker_1542f2fc4806bc67da6f3a52403d4af0 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b721595397e81163c328e5cd662f235f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb2187134f867a94610d24cc77a26b58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd8820b97b6bda7cd4612393ad6b91d0 = $(`<div id="html_bd8820b97b6bda7cd4612393ad6b91d0" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_bb2187134f867a94610d24cc77a26b58.setContent(html_bd8820b97b6bda7cd4612393ad6b91d0);
|
|
|
|
|
|
|
|
marker_1542f2fc4806bc67da6f3a52403d4af0.bindPopup(popup_bb2187134f867a94610d24cc77a26b58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1542f2fc4806bc67da6f3a52403d4af0.setIcon(icon_b721595397e81163c328e5cd662f235f);
|
|
|
|
|
|
var marker_64528e6e6448dc59a936b11283b6b7a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_5e7fcdc64e05f0578bcd06159a0c1283 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1eac642a21207cdc6a92f21eac05eff2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a27992831cd440e7f3c6a2056f320d3b = $(`<div id="html_a27992831cd440e7f3c6a2056f320d3b" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_1eac642a21207cdc6a92f21eac05eff2.setContent(html_a27992831cd440e7f3c6a2056f320d3b);
|
|
|
|
|
|
|
|
marker_64528e6e6448dc59a936b11283b6b7a0.bindPopup(popup_1eac642a21207cdc6a92f21eac05eff2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64528e6e6448dc59a936b11283b6b7a0.setIcon(icon_5e7fcdc64e05f0578bcd06159a0c1283);
|
|
|
|
|
|
var marker_69c18c741efcf274c69acfb71ef5c05f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_9663fecbf843a0701689ee84fc5dfc0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b2590fd80118b552e53591cbb5bbdda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_265f17b575cadb491e920cb2aa89f56a = $(`<div id="html_265f17b575cadb491e920cb2aa89f56a" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_6b2590fd80118b552e53591cbb5bbdda.setContent(html_265f17b575cadb491e920cb2aa89f56a);
|
|
|
|
|
|
|
|
marker_69c18c741efcf274c69acfb71ef5c05f.bindPopup(popup_6b2590fd80118b552e53591cbb5bbdda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69c18c741efcf274c69acfb71ef5c05f.setIcon(icon_9663fecbf843a0701689ee84fc5dfc0f);
|
|
|
|
|
|
var marker_04f8b848cd76ff55882749084b4b99e0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_be0987933ffd80325a4e04b8b7f0b3d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e92c0f1829a4388f908df1f87bfc6e4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_637774d7ba25077627adb1f57b892d00 = $(`<div id="html_637774d7ba25077627adb1f57b892d00" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_e92c0f1829a4388f908df1f87bfc6e4c.setContent(html_637774d7ba25077627adb1f57b892d00);
|
|
|
|
|
|
|
|
marker_04f8b848cd76ff55882749084b4b99e0.bindPopup(popup_e92c0f1829a4388f908df1f87bfc6e4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04f8b848cd76ff55882749084b4b99e0.setIcon(icon_be0987933ffd80325a4e04b8b7f0b3d6);
|
|
|
|
|
|
var marker_86820fc67b825e5d08b59b28088c821d = L.marker(
|
|
[12.9333, 100.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_b6ff7699f5828760fdee0f1f5b52b921 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5d147b55814cf86a97897188315e6dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f97cb1ae238ff052870bbba9caeb4038 = $(`<div id="html_f97cb1ae238ff052870bbba9caeb4038" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_d5d147b55814cf86a97897188315e6dd.setContent(html_f97cb1ae238ff052870bbba9caeb4038);
|
|
|
|
|
|
|
|
marker_86820fc67b825e5d08b59b28088c821d.bindPopup(popup_d5d147b55814cf86a97897188315e6dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86820fc67b825e5d08b59b28088c821d.setIcon(icon_b6ff7699f5828760fdee0f1f5b52b921);
|
|
|
|
|
|
var marker_5d8aea8c301a0a0862a68d68b56680ef = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_5381d51ddec6abd47ea0ecac68109bb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff0d512584f87790d3cf23f1dd341a71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9f1d9aa0b5c47e549875871abc97b00 = $(`<div id="html_c9f1d9aa0b5c47e549875871abc97b00" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_ff0d512584f87790d3cf23f1dd341a71.setContent(html_c9f1d9aa0b5c47e549875871abc97b00);
|
|
|
|
|
|
|
|
marker_5d8aea8c301a0a0862a68d68b56680ef.bindPopup(popup_ff0d512584f87790d3cf23f1dd341a71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d8aea8c301a0a0862a68d68b56680ef.setIcon(icon_5381d51ddec6abd47ea0ecac68109bb1);
|
|
|
|
|
|
var marker_02291975f7aafb6c192f2332253957ce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_888e1a7517acb4d639104c6bf49eed80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15ee17047e430d22e3eacc0d047eda54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_120ea9c3f4ebcbed44afbbbba551975c = $(`<div id="html_120ea9c3f4ebcbed44afbbbba551975c" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_15ee17047e430d22e3eacc0d047eda54.setContent(html_120ea9c3f4ebcbed44afbbbba551975c);
|
|
|
|
|
|
|
|
marker_02291975f7aafb6c192f2332253957ce.bindPopup(popup_15ee17047e430d22e3eacc0d047eda54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02291975f7aafb6c192f2332253957ce.setIcon(icon_888e1a7517acb4d639104c6bf49eed80);
|
|
|
|
|
|
var marker_609affc1bb787858afab20dc4d05a254 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_c17177de250a9eec2ed42c0b7134225d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_401557769403cd47da11e87c14484be2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bf00bbd8592d0dedcd466a607f5854e = $(`<div id="html_9bf00bbd8592d0dedcd466a607f5854e" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_401557769403cd47da11e87c14484be2.setContent(html_9bf00bbd8592d0dedcd466a607f5854e);
|
|
|
|
|
|
|
|
marker_609affc1bb787858afab20dc4d05a254.bindPopup(popup_401557769403cd47da11e87c14484be2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_609affc1bb787858afab20dc4d05a254.setIcon(icon_c17177de250a9eec2ed42c0b7134225d);
|
|
|
|
|
|
var marker_544f53b71a282b395a7a8c562b94bbe3 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_2faf613307fd9ba99e4900849122c63f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1ab1284aa7ed59ae1d2c1b24c776f68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa9810e67aed7edfff185af5ad884e08 = $(`<div id="html_fa9810e67aed7edfff185af5ad884e08" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_e1ab1284aa7ed59ae1d2c1b24c776f68.setContent(html_fa9810e67aed7edfff185af5ad884e08);
|
|
|
|
|
|
|
|
marker_544f53b71a282b395a7a8c562b94bbe3.bindPopup(popup_e1ab1284aa7ed59ae1d2c1b24c776f68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_544f53b71a282b395a7a8c562b94bbe3.setIcon(icon_2faf613307fd9ba99e4900849122c63f);
|
|
|
|
|
|
var marker_9b699e93bc6c05de3756d55d9cb98777 = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_1e7e3bad931a8db5c1e92af708b4b7ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e93fca7850a3be450b35fa1ed549d6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f46c910950c9d06ee2ad5906df9f32e0 = $(`<div id="html_f46c910950c9d06ee2ad5906df9f32e0" style="width: 100.0%; height: 100.0%;">pyramid.self-determined.de</div>`)[0];
|
|
popup_1e93fca7850a3be450b35fa1ed549d6f.setContent(html_f46c910950c9d06ee2ad5906df9f32e0);
|
|
|
|
|
|
|
|
marker_9b699e93bc6c05de3756d55d9cb98777.bindPopup(popup_1e93fca7850a3be450b35fa1ed549d6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b699e93bc6c05de3756d55d9cb98777.setIcon(icon_1e7e3bad931a8db5c1e92af708b4b7ec);
|
|
|
|
|
|
var marker_8d0e0064dabaa4bd5e2a8e6ef8abc2fa = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_a3fbb7bc00bbf555f92b0d0e2c58cf2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e8138448393d7c9644fb97152db054f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa821a6a931c7312baf5eaf2ba1ea9c0 = $(`<div id="html_aa821a6a931c7312baf5eaf2ba1ea9c0" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_3e8138448393d7c9644fb97152db054f.setContent(html_aa821a6a931c7312baf5eaf2ba1ea9c0);
|
|
|
|
|
|
|
|
marker_8d0e0064dabaa4bd5e2a8e6ef8abc2fa.bindPopup(popup_3e8138448393d7c9644fb97152db054f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d0e0064dabaa4bd5e2a8e6ef8abc2fa.setIcon(icon_a3fbb7bc00bbf555f92b0d0e2c58cf2e);
|
|
|
|
|
|
var marker_a5d8fb6f7d81cbf739e330296c91b384 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_d6fc20f14eeaa203d30e19689f51c8cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fba03a7525f1979c05cf4d71c20a250 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b453475a67299b6a0dd6b17b4c067cb = $(`<div id="html_4b453475a67299b6a0dd6b17b4c067cb" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_4fba03a7525f1979c05cf4d71c20a250.setContent(html_4b453475a67299b6a0dd6b17b4c067cb);
|
|
|
|
|
|
|
|
marker_a5d8fb6f7d81cbf739e330296c91b384.bindPopup(popup_4fba03a7525f1979c05cf4d71c20a250)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5d8fb6f7d81cbf739e330296c91b384.setIcon(icon_d6fc20f14eeaa203d30e19689f51c8cf);
|
|
|
|
|
|
var marker_31363fc927035391082ec91e1998f51e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_82f57b9572c8b935f734a8875c5fd7a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92a5d6bef13f29f85710ecbbc7319d14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b2608ac5bd85566a9667f601ca47742 = $(`<div id="html_6b2608ac5bd85566a9667f601ca47742" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_92a5d6bef13f29f85710ecbbc7319d14.setContent(html_6b2608ac5bd85566a9667f601ca47742);
|
|
|
|
|
|
|
|
marker_31363fc927035391082ec91e1998f51e.bindPopup(popup_92a5d6bef13f29f85710ecbbc7319d14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31363fc927035391082ec91e1998f51e.setIcon(icon_82f57b9572c8b935f734a8875c5fd7a7);
|
|
|
|
|
|
var marker_8ef1579930fcd839d99fca4233adcf3a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_a44298e4798d556ac845cb99ce1eb29e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd41dfeff2513c6de18d674399a67017 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c1b1ae11a89165fc6ccebbb43001ae0 = $(`<div id="html_5c1b1ae11a89165fc6ccebbb43001ae0" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_bd41dfeff2513c6de18d674399a67017.setContent(html_5c1b1ae11a89165fc6ccebbb43001ae0);
|
|
|
|
|
|
|
|
marker_8ef1579930fcd839d99fca4233adcf3a.bindPopup(popup_bd41dfeff2513c6de18d674399a67017)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ef1579930fcd839d99fca4233adcf3a.setIcon(icon_a44298e4798d556ac845cb99ce1eb29e);
|
|
|
|
|
|
var marker_2e12fe88a7d10ab16beccec8665f637b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_888a551cf2fda80499fe7cf3f9409481 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e8c2fbf8d0f54330d2b43ff01a41148 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb07720181d94c49219b905c93656e72 = $(`<div id="html_eb07720181d94c49219b905c93656e72" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_6e8c2fbf8d0f54330d2b43ff01a41148.setContent(html_eb07720181d94c49219b905c93656e72);
|
|
|
|
|
|
|
|
marker_2e12fe88a7d10ab16beccec8665f637b.bindPopup(popup_6e8c2fbf8d0f54330d2b43ff01a41148)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e12fe88a7d10ab16beccec8665f637b.setIcon(icon_888a551cf2fda80499fe7cf3f9409481);
|
|
|
|
|
|
var marker_170dcac2055dbd4f69ead6ff224848aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_f0dc828c8e900c9eaa73f1cba8f88cd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28343292057637b0e0d77b73ddbd999a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f867d9141266219d5565c437b666fcd8 = $(`<div id="html_f867d9141266219d5565c437b666fcd8" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_28343292057637b0e0d77b73ddbd999a.setContent(html_f867d9141266219d5565c437b666fcd8);
|
|
|
|
|
|
|
|
marker_170dcac2055dbd4f69ead6ff224848aa.bindPopup(popup_28343292057637b0e0d77b73ddbd999a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_170dcac2055dbd4f69ead6ff224848aa.setIcon(icon_f0dc828c8e900c9eaa73f1cba8f88cd9);
|
|
|
|
|
|
var marker_057955e0230988401a88f2bc93266242 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_3458330092973e656f7c45a952b48941 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63ba4ac8dbd4ef6fd421bf4220440b6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7989fa3ece26e2c9bbefe77ef2285b2c = $(`<div id="html_7989fa3ece26e2c9bbefe77ef2285b2c" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_63ba4ac8dbd4ef6fd421bf4220440b6d.setContent(html_7989fa3ece26e2c9bbefe77ef2285b2c);
|
|
|
|
|
|
|
|
marker_057955e0230988401a88f2bc93266242.bindPopup(popup_63ba4ac8dbd4ef6fd421bf4220440b6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_057955e0230988401a88f2bc93266242.setIcon(icon_3458330092973e656f7c45a952b48941);
|
|
|
|
|
|
var marker_ab605c9c1d1b0561878c1c12d276a0df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e6db008275e35347b778d310402ce6c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6db46a237fb2aeec15788b22706f86ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1e8d580b6c9fd0f579fc7121bdba048 = $(`<div id="html_e1e8d580b6c9fd0f579fc7121bdba048" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_6db46a237fb2aeec15788b22706f86ca.setContent(html_e1e8d580b6c9fd0f579fc7121bdba048);
|
|
|
|
|
|
|
|
marker_ab605c9c1d1b0561878c1c12d276a0df.bindPopup(popup_6db46a237fb2aeec15788b22706f86ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab605c9c1d1b0561878c1c12d276a0df.setIcon(icon_e6db008275e35347b778d310402ce6c3);
|
|
|
|
|
|
var marker_b84f3b3d1888a103ddbc4e3a7837a847 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_8762c9f4cbb95fbc6f2f1d87bd65a392 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5aaa351ccfc6049e632d56f6d0c3b385 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2872442777ccff8972da8f62f13f0cb4 = $(`<div id="html_2872442777ccff8972da8f62f13f0cb4" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_5aaa351ccfc6049e632d56f6d0c3b385.setContent(html_2872442777ccff8972da8f62f13f0cb4);
|
|
|
|
|
|
|
|
marker_b84f3b3d1888a103ddbc4e3a7837a847.bindPopup(popup_5aaa351ccfc6049e632d56f6d0c3b385)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b84f3b3d1888a103ddbc4e3a7837a847.setIcon(icon_8762c9f4cbb95fbc6f2f1d87bd65a392);
|
|
|
|
|
|
var marker_f56455255fa87805cf4a34bc34e0ab6d = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583);
|
|
|
|
|
|
var icon_e0db3cb33913fa68e2d1330c237e27f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_903477a443fd1ccfd081f19c7fd3d9ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83b4105a44abbecdf58b6ad71f0813da = $(`<div id="html_83b4105a44abbecdf58b6ad71f0813da" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_903477a443fd1ccfd081f19c7fd3d9ee.setContent(html_83b4105a44abbecdf58b6ad71f0813da);
|
|
|
|
|
|
|
|
marker_f56455255fa87805cf4a34bc34e0ab6d.bindPopup(popup_903477a443fd1ccfd081f19c7fd3d9ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f56455255fa87805cf4a34bc34e0ab6d.setIcon(icon_e0db3cb33913fa68e2d1330c237e27f5);
|
|
|
|
|
|
marker_cluster_a4a3b0ce2f34a0319d76779b0be5f583.addTo(map_596ee5a85908a8c84cc952d301db1a88);
|
|
|
|
</script>
|
|
</html> |