mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 09:25:18 +00:00
11095 lines
323 KiB
HTML
11095 lines
323 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_4134efe3b2b3b01e92ca55b9c86d88dd {
|
|
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_4134efe3b2b3b01e92ca55b9c86d88dd" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_4134efe3b2b3b01e92ca55b9c86d88dd = L.map(
|
|
"map_4134efe3b2b3b01e92ca55b9c86d88dd",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_8eed8c2b0618b856f55d96ef5f32d373 = 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_8eed8c2b0618b856f55d96ef5f32d373.addTo(map_4134efe3b2b3b01e92ca55b9c86d88dd);
|
|
|
|
|
|
var marker_cluster_b25d54d50cab124cbed34d4570d63ffc = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_472fe910ee3588ba4a423ba2a5767a95 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_98baf0942a0c33c7144f453e1e606d29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b17490060d9e35fba04cb7eaab7eba2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bff6f6f9002db6cb7ddbca4d112c929c = $(`<div id="html_bff6f6f9002db6cb7ddbca4d112c929c" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_7b17490060d9e35fba04cb7eaab7eba2.setContent(html_bff6f6f9002db6cb7ddbca4d112c929c);
|
|
|
|
|
|
|
|
marker_472fe910ee3588ba4a423ba2a5767a95.bindPopup(popup_7b17490060d9e35fba04cb7eaab7eba2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_472fe910ee3588ba4a423ba2a5767a95.setIcon(icon_98baf0942a0c33c7144f453e1e606d29);
|
|
|
|
|
|
var marker_efee3202756b4ba80aa10954034bb5fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_d195026195e869147fc2735b3521ecae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d683c487f793c264deb6cb812027f40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d796482102c3acaa521ef4c07c4ab1d9 = $(`<div id="html_d796482102c3acaa521ef4c07c4ab1d9" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_6d683c487f793c264deb6cb812027f40.setContent(html_d796482102c3acaa521ef4c07c4ab1d9);
|
|
|
|
|
|
|
|
marker_efee3202756b4ba80aa10954034bb5fd.bindPopup(popup_6d683c487f793c264deb6cb812027f40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efee3202756b4ba80aa10954034bb5fd.setIcon(icon_d195026195e869147fc2735b3521ecae);
|
|
|
|
|
|
var marker_f9450907111c3d5a4dd3905ff5b1ae7e = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_1c2649f133f9d38052248f0a6343de82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef598d7fac12c772c599f7d914c15be6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c684fcec3ba55e3214506857d689cb27 = $(`<div id="html_c684fcec3ba55e3214506857d689cb27" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_ef598d7fac12c772c599f7d914c15be6.setContent(html_c684fcec3ba55e3214506857d689cb27);
|
|
|
|
|
|
|
|
marker_f9450907111c3d5a4dd3905ff5b1ae7e.bindPopup(popup_ef598d7fac12c772c599f7d914c15be6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9450907111c3d5a4dd3905ff5b1ae7e.setIcon(icon_1c2649f133f9d38052248f0a6343de82);
|
|
|
|
|
|
var marker_a33b105d91e2c3a516329bad5ab13a9c = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_34059d851d0a8b35172d626c31956a94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_378cede9bb4c29ab885559081a678be2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3580b9ac96d7a83939aaf6d7e673cb1 = $(`<div id="html_c3580b9ac96d7a83939aaf6d7e673cb1" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_378cede9bb4c29ab885559081a678be2.setContent(html_c3580b9ac96d7a83939aaf6d7e673cb1);
|
|
|
|
|
|
|
|
marker_a33b105d91e2c3a516329bad5ab13a9c.bindPopup(popup_378cede9bb4c29ab885559081a678be2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a33b105d91e2c3a516329bad5ab13a9c.setIcon(icon_34059d851d0a8b35172d626c31956a94);
|
|
|
|
|
|
var marker_6fc7059a3425ee9aba8f844f69675429 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_c886d556e0943d7540c59b5eca547976 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d183573ebe3bd35931a888a0eb87200 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c07b5ccab34b1c2ea12a996431d84d47 = $(`<div id="html_c07b5ccab34b1c2ea12a996431d84d47" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_8d183573ebe3bd35931a888a0eb87200.setContent(html_c07b5ccab34b1c2ea12a996431d84d47);
|
|
|
|
|
|
|
|
marker_6fc7059a3425ee9aba8f844f69675429.bindPopup(popup_8d183573ebe3bd35931a888a0eb87200)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fc7059a3425ee9aba8f844f69675429.setIcon(icon_c886d556e0943d7540c59b5eca547976);
|
|
|
|
|
|
var marker_955e206825c5c1c914415c06e4a4d95d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_0a9d7eba69be04edb89384ce6005daa0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16815aa39c555f1826eb6e3ae3d9f072 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_644bce2c2d6b237a06f1d33adbd4ff11 = $(`<div id="html_644bce2c2d6b237a06f1d33adbd4ff11" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_16815aa39c555f1826eb6e3ae3d9f072.setContent(html_644bce2c2d6b237a06f1d33adbd4ff11);
|
|
|
|
|
|
|
|
marker_955e206825c5c1c914415c06e4a4d95d.bindPopup(popup_16815aa39c555f1826eb6e3ae3d9f072)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_955e206825c5c1c914415c06e4a4d95d.setIcon(icon_0a9d7eba69be04edb89384ce6005daa0);
|
|
|
|
|
|
var marker_a13a167696d5c1ee5b6d37097e325305 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_9b90d7b100739f3d1f61e02290e9062f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_788819a6496f51274f3156f2e5ea17c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bdf94b5a6fd1e0be3f26bf6a48c1a05 = $(`<div id="html_9bdf94b5a6fd1e0be3f26bf6a48c1a05" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_788819a6496f51274f3156f2e5ea17c2.setContent(html_9bdf94b5a6fd1e0be3f26bf6a48c1a05);
|
|
|
|
|
|
|
|
marker_a13a167696d5c1ee5b6d37097e325305.bindPopup(popup_788819a6496f51274f3156f2e5ea17c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a13a167696d5c1ee5b6d37097e325305.setIcon(icon_9b90d7b100739f3d1f61e02290e9062f);
|
|
|
|
|
|
var marker_83f10dc3b553066822184260e31b775a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_07f80c53286a74187c95e2e4c9ce63a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_574d1384f5e64b4c752d3c65ebe25239 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f370ec4c56a8f278dabbc582213686f8 = $(`<div id="html_f370ec4c56a8f278dabbc582213686f8" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_574d1384f5e64b4c752d3c65ebe25239.setContent(html_f370ec4c56a8f278dabbc582213686f8);
|
|
|
|
|
|
|
|
marker_83f10dc3b553066822184260e31b775a.bindPopup(popup_574d1384f5e64b4c752d3c65ebe25239)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83f10dc3b553066822184260e31b775a.setIcon(icon_07f80c53286a74187c95e2e4c9ce63a3);
|
|
|
|
|
|
var marker_cb5977ca5d8028e01d9e72052277c8a6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_12486a77381f51aba3d3ac2ee3ece5c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23c3049c0c9d2747b4c8f408e7de318e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ceeec88037adf071c9eaa2421e01e23 = $(`<div id="html_7ceeec88037adf071c9eaa2421e01e23" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_23c3049c0c9d2747b4c8f408e7de318e.setContent(html_7ceeec88037adf071c9eaa2421e01e23);
|
|
|
|
|
|
|
|
marker_cb5977ca5d8028e01d9e72052277c8a6.bindPopup(popup_23c3049c0c9d2747b4c8f408e7de318e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb5977ca5d8028e01d9e72052277c8a6.setIcon(icon_12486a77381f51aba3d3ac2ee3ece5c0);
|
|
|
|
|
|
var marker_c46a908b82ea8f3c60f6b69f93907e62 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_23297423e79ed922ca07c2d325f53d0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_156532abe6b2c3fdc71299606f8414af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35e9a25d91c3f77cd503d3d845d3f502 = $(`<div id="html_35e9a25d91c3f77cd503d3d845d3f502" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_156532abe6b2c3fdc71299606f8414af.setContent(html_35e9a25d91c3f77cd503d3d845d3f502);
|
|
|
|
|
|
|
|
marker_c46a908b82ea8f3c60f6b69f93907e62.bindPopup(popup_156532abe6b2c3fdc71299606f8414af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c46a908b82ea8f3c60f6b69f93907e62.setIcon(icon_23297423e79ed922ca07c2d325f53d0f);
|
|
|
|
|
|
var marker_78829b6b9e200dc5ee9e6ddf9f49559f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_9e1587479059ab34cbeaca4dc46ce5d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00d80667837415dfd86aa3b52b3b861e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64ebfa9c1a0ecd9eb9a6872f4ac3af42 = $(`<div id="html_64ebfa9c1a0ecd9eb9a6872f4ac3af42" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_00d80667837415dfd86aa3b52b3b861e.setContent(html_64ebfa9c1a0ecd9eb9a6872f4ac3af42);
|
|
|
|
|
|
|
|
marker_78829b6b9e200dc5ee9e6ddf9f49559f.bindPopup(popup_00d80667837415dfd86aa3b52b3b861e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78829b6b9e200dc5ee9e6ddf9f49559f.setIcon(icon_9e1587479059ab34cbeaca4dc46ce5d8);
|
|
|
|
|
|
var marker_95643ce65ef0fa3df58dafb8df10178e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_dfa93616cc769733fd7caa282d9f0b38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c73b566ef961a37bde002546420a1b89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dad1310cfd099f65dd3a44612040aaaf = $(`<div id="html_dad1310cfd099f65dd3a44612040aaaf" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_c73b566ef961a37bde002546420a1b89.setContent(html_dad1310cfd099f65dd3a44612040aaaf);
|
|
|
|
|
|
|
|
marker_95643ce65ef0fa3df58dafb8df10178e.bindPopup(popup_c73b566ef961a37bde002546420a1b89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95643ce65ef0fa3df58dafb8df10178e.setIcon(icon_dfa93616cc769733fd7caa282d9f0b38);
|
|
|
|
|
|
var marker_9084d299312203d765d2b2be7d736715 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_88fb2827e7769987e84b94c4c65add15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e4b87725ef7fb1db5e31e8a3203921a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_651e70f596b558f0828bb62d8ee145a4 = $(`<div id="html_651e70f596b558f0828bb62d8ee145a4" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_2e4b87725ef7fb1db5e31e8a3203921a.setContent(html_651e70f596b558f0828bb62d8ee145a4);
|
|
|
|
|
|
|
|
marker_9084d299312203d765d2b2be7d736715.bindPopup(popup_2e4b87725ef7fb1db5e31e8a3203921a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9084d299312203d765d2b2be7d736715.setIcon(icon_88fb2827e7769987e84b94c4c65add15);
|
|
|
|
|
|
var marker_df466fdf180f9efcd3cba96eae60db1c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_7fdab0221753cee9da7b8682314179a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_020d1da7ab44853e11235dda57c6fc8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d5d16585d399229054ee3c0fae5547a = $(`<div id="html_5d5d16585d399229054ee3c0fae5547a" style="width: 100.0%; height: 100.0%;">additions-rev-rainbow-task.trycloudflare.com</div>`)[0];
|
|
popup_020d1da7ab44853e11235dda57c6fc8e.setContent(html_5d5d16585d399229054ee3c0fae5547a);
|
|
|
|
|
|
|
|
marker_df466fdf180f9efcd3cba96eae60db1c.bindPopup(popup_020d1da7ab44853e11235dda57c6fc8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df466fdf180f9efcd3cba96eae60db1c.setIcon(icon_7fdab0221753cee9da7b8682314179a2);
|
|
|
|
|
|
var marker_bc5b0128676ec0d2810250f883229d64 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_f55c61e300b16222bc62d2e295a67d9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80c3be0631fe102fffba6d6eb0e0f2e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7cfd7dbeba27d215b8cbff7bbfb7a30 = $(`<div id="html_c7cfd7dbeba27d215b8cbff7bbfb7a30" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_80c3be0631fe102fffba6d6eb0e0f2e3.setContent(html_c7cfd7dbeba27d215b8cbff7bbfb7a30);
|
|
|
|
|
|
|
|
marker_bc5b0128676ec0d2810250f883229d64.bindPopup(popup_80c3be0631fe102fffba6d6eb0e0f2e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc5b0128676ec0d2810250f883229d64.setIcon(icon_f55c61e300b16222bc62d2e295a67d9d);
|
|
|
|
|
|
var marker_6de5a69749f045764be8e0f74018a4a8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_befb7592654353b12d8dc02719f39c20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30058471c51c650d7c8f2d03c533ee0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f5fea3dcb840db7d08855b1aac83053 = $(`<div id="html_1f5fea3dcb840db7d08855b1aac83053" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_30058471c51c650d7c8f2d03c533ee0c.setContent(html_1f5fea3dcb840db7d08855b1aac83053);
|
|
|
|
|
|
|
|
marker_6de5a69749f045764be8e0f74018a4a8.bindPopup(popup_30058471c51c650d7c8f2d03c533ee0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6de5a69749f045764be8e0f74018a4a8.setIcon(icon_befb7592654353b12d8dc02719f39c20);
|
|
|
|
|
|
var marker_020e246945814438147250dbaec9d02b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_5571a20be03122094415af32c8d61acc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69a82770a3591cad93c32af61700c733 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_512c6886806ae5dd05cb9c0c419124ce = $(`<div id="html_512c6886806ae5dd05cb9c0c419124ce" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_69a82770a3591cad93c32af61700c733.setContent(html_512c6886806ae5dd05cb9c0c419124ce);
|
|
|
|
|
|
|
|
marker_020e246945814438147250dbaec9d02b.bindPopup(popup_69a82770a3591cad93c32af61700c733)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_020e246945814438147250dbaec9d02b.setIcon(icon_5571a20be03122094415af32c8d61acc);
|
|
|
|
|
|
var marker_faf829aeffa4d110b960e39ee207678b = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_ae868152edd06a77d55e5cb5429cb1db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2172ce440d0a1fb939702cfa7993cdb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_831175f0a187d6e3a40eb80e5a11850f = $(`<div id="html_831175f0a187d6e3a40eb80e5a11850f" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_f2172ce440d0a1fb939702cfa7993cdb.setContent(html_831175f0a187d6e3a40eb80e5a11850f);
|
|
|
|
|
|
|
|
marker_faf829aeffa4d110b960e39ee207678b.bindPopup(popup_f2172ce440d0a1fb939702cfa7993cdb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_faf829aeffa4d110b960e39ee207678b.setIcon(icon_ae868152edd06a77d55e5cb5429cb1db);
|
|
|
|
|
|
var marker_e8a5608083e5dd6f49fef4ecbba22114 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_a82f5969a1293fed66d31154daa2bc01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f40f2f1eed23578374a5cd740046370e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7abd15510ea9b4f0f8cf48d5dc8c13d3 = $(`<div id="html_7abd15510ea9b4f0f8cf48d5dc8c13d3" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_f40f2f1eed23578374a5cd740046370e.setContent(html_7abd15510ea9b4f0f8cf48d5dc8c13d3);
|
|
|
|
|
|
|
|
marker_e8a5608083e5dd6f49fef4ecbba22114.bindPopup(popup_f40f2f1eed23578374a5cd740046370e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8a5608083e5dd6f49fef4ecbba22114.setIcon(icon_a82f5969a1293fed66d31154daa2bc01);
|
|
|
|
|
|
var marker_ea96256f2b9a505f0c14f8fdf4fb802d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_9ddf65b6ee2fcfbfbd0927fb41efd1f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c97e7839684ba7916f4e58b97f7e2266 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb8263fb3e99116be2065debca6bf9e5 = $(`<div id="html_cb8263fb3e99116be2065debca6bf9e5" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_c97e7839684ba7916f4e58b97f7e2266.setContent(html_cb8263fb3e99116be2065debca6bf9e5);
|
|
|
|
|
|
|
|
marker_ea96256f2b9a505f0c14f8fdf4fb802d.bindPopup(popup_c97e7839684ba7916f4e58b97f7e2266)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea96256f2b9a505f0c14f8fdf4fb802d.setIcon(icon_9ddf65b6ee2fcfbfbd0927fb41efd1f3);
|
|
|
|
|
|
var marker_c61349c4ba8fce8d9807fe31dea4bfbf = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_65473dc8181c7cc0e2067ffe0744e9d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ca889e73b984ea280086a9358f3af48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e93accbe32857246577a19dcb6cbe08 = $(`<div id="html_7e93accbe32857246577a19dcb6cbe08" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_9ca889e73b984ea280086a9358f3af48.setContent(html_7e93accbe32857246577a19dcb6cbe08);
|
|
|
|
|
|
|
|
marker_c61349c4ba8fce8d9807fe31dea4bfbf.bindPopup(popup_9ca889e73b984ea280086a9358f3af48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c61349c4ba8fce8d9807fe31dea4bfbf.setIcon(icon_65473dc8181c7cc0e2067ffe0744e9d4);
|
|
|
|
|
|
var marker_843d003d367ae4a3c2c133cfc141567b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_8ece81a7909d5581b4af13739946ea0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ddd2bc805d9dc16ab0addf579752003 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56d8dee4cd375fb05cd82a3f0b013219 = $(`<div id="html_56d8dee4cd375fb05cd82a3f0b013219" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_3ddd2bc805d9dc16ab0addf579752003.setContent(html_56d8dee4cd375fb05cd82a3f0b013219);
|
|
|
|
|
|
|
|
marker_843d003d367ae4a3c2c133cfc141567b.bindPopup(popup_3ddd2bc805d9dc16ab0addf579752003)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_843d003d367ae4a3c2c133cfc141567b.setIcon(icon_8ece81a7909d5581b4af13739946ea0c);
|
|
|
|
|
|
var marker_a3e822e78fcd1e0fd8e1814a65237716 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_8c77c1f1fc3b6670419c9218005f89b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1002a96504516741a03067ed535dc986 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65f1faf52729e9013dfacc9f7bd868ee = $(`<div id="html_65f1faf52729e9013dfacc9f7bd868ee" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_1002a96504516741a03067ed535dc986.setContent(html_65f1faf52729e9013dfacc9f7bd868ee);
|
|
|
|
|
|
|
|
marker_a3e822e78fcd1e0fd8e1814a65237716.bindPopup(popup_1002a96504516741a03067ed535dc986)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3e822e78fcd1e0fd8e1814a65237716.setIcon(icon_8c77c1f1fc3b6670419c9218005f89b2);
|
|
|
|
|
|
var marker_686cca86d6f9c68ccd2b4da96358110f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_bd6ce39ae97db037cf2ebdc378d860de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90ea125dc3586e7ebc0143e14ac09629 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3270a27f8e4b91b6c072d32c9df4222 = $(`<div id="html_a3270a27f8e4b91b6c072d32c9df4222" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_90ea125dc3586e7ebc0143e14ac09629.setContent(html_a3270a27f8e4b91b6c072d32c9df4222);
|
|
|
|
|
|
|
|
marker_686cca86d6f9c68ccd2b4da96358110f.bindPopup(popup_90ea125dc3586e7ebc0143e14ac09629)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_686cca86d6f9c68ccd2b4da96358110f.setIcon(icon_bd6ce39ae97db037cf2ebdc378d860de);
|
|
|
|
|
|
var marker_440c842656cbc784fdca72cf87a3199b = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_11b91b099224edd63029cb6a74504e3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e76fb199cd358baf7bd2b5888b7853e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad84209a745cf6a5faa5b4ca70f29d39 = $(`<div id="html_ad84209a745cf6a5faa5b4ca70f29d39" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_9e76fb199cd358baf7bd2b5888b7853e.setContent(html_ad84209a745cf6a5faa5b4ca70f29d39);
|
|
|
|
|
|
|
|
marker_440c842656cbc784fdca72cf87a3199b.bindPopup(popup_9e76fb199cd358baf7bd2b5888b7853e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_440c842656cbc784fdca72cf87a3199b.setIcon(icon_11b91b099224edd63029cb6a74504e3b);
|
|
|
|
|
|
var marker_0a371bb215447429897d64883ed14c95 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_0b5fc8c0a1f47ebae50f80decb71391e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd7066b8c3f9d96e4a7208438909a4a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfb6da24e1d9794013be765dd4345275 = $(`<div id="html_dfb6da24e1d9794013be765dd4345275" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_dd7066b8c3f9d96e4a7208438909a4a9.setContent(html_dfb6da24e1d9794013be765dd4345275);
|
|
|
|
|
|
|
|
marker_0a371bb215447429897d64883ed14c95.bindPopup(popup_dd7066b8c3f9d96e4a7208438909a4a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a371bb215447429897d64883ed14c95.setIcon(icon_0b5fc8c0a1f47ebae50f80decb71391e);
|
|
|
|
|
|
var marker_9dd4480d129aa9809c274326531a86b4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_b78091e5da2bd0ac0a1a171870fa9e71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b28b41e9a2c5e358b24e5f75376f3393 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7241659bd4ef2f58e8df82768681e8c3 = $(`<div id="html_7241659bd4ef2f58e8df82768681e8c3" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_b28b41e9a2c5e358b24e5f75376f3393.setContent(html_7241659bd4ef2f58e8df82768681e8c3);
|
|
|
|
|
|
|
|
marker_9dd4480d129aa9809c274326531a86b4.bindPopup(popup_b28b41e9a2c5e358b24e5f75376f3393)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dd4480d129aa9809c274326531a86b4.setIcon(icon_b78091e5da2bd0ac0a1a171870fa9e71);
|
|
|
|
|
|
var marker_9b53aa3f2c99e08ff4ab8de610c5a507 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_254d59f7188da0cf42df4902a715157d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f8df2add7d9b47d9b8d3ace88182a3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abb7ebd371732c8c18eead8e55869103 = $(`<div id="html_abb7ebd371732c8c18eead8e55869103" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_6f8df2add7d9b47d9b8d3ace88182a3e.setContent(html_abb7ebd371732c8c18eead8e55869103);
|
|
|
|
|
|
|
|
marker_9b53aa3f2c99e08ff4ab8de610c5a507.bindPopup(popup_6f8df2add7d9b47d9b8d3ace88182a3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b53aa3f2c99e08ff4ab8de610c5a507.setIcon(icon_254d59f7188da0cf42df4902a715157d);
|
|
|
|
|
|
var marker_dcd3f267ac3bd979f5cc14e8344c3e6e = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_398a812de8a806f251ec87dbac49a472 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a4884c413f331785100acd6b4cc44e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04099caf80da36d00dcee577d7be05f8 = $(`<div id="html_04099caf80da36d00dcee577d7be05f8" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_2a4884c413f331785100acd6b4cc44e2.setContent(html_04099caf80da36d00dcee577d7be05f8);
|
|
|
|
|
|
|
|
marker_dcd3f267ac3bd979f5cc14e8344c3e6e.bindPopup(popup_2a4884c413f331785100acd6b4cc44e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcd3f267ac3bd979f5cc14e8344c3e6e.setIcon(icon_398a812de8a806f251ec87dbac49a472);
|
|
|
|
|
|
var marker_ca4afdfd73658704119b8204803cc52a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_726712e9529baf311bc7e5da6d399c21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39f29a43119d5b45bf251c42f1fecdbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db826f55a1c63798a086cd8e7ec5643c = $(`<div id="html_db826f55a1c63798a086cd8e7ec5643c" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_39f29a43119d5b45bf251c42f1fecdbc.setContent(html_db826f55a1c63798a086cd8e7ec5643c);
|
|
|
|
|
|
|
|
marker_ca4afdfd73658704119b8204803cc52a.bindPopup(popup_39f29a43119d5b45bf251c42f1fecdbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca4afdfd73658704119b8204803cc52a.setIcon(icon_726712e9529baf311bc7e5da6d399c21);
|
|
|
|
|
|
var marker_04d28de34f5c4e02cd0a7f3b444f26d1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_5f9ab3f1d8cfbcb8ce75dda61b45b29d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8dba27c1562e6887ed9739267e0600db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d589f8ba20cf49a40f890a5e013bbcd = $(`<div id="html_0d589f8ba20cf49a40f890a5e013bbcd" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_8dba27c1562e6887ed9739267e0600db.setContent(html_0d589f8ba20cf49a40f890a5e013bbcd);
|
|
|
|
|
|
|
|
marker_04d28de34f5c4e02cd0a7f3b444f26d1.bindPopup(popup_8dba27c1562e6887ed9739267e0600db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04d28de34f5c4e02cd0a7f3b444f26d1.setIcon(icon_5f9ab3f1d8cfbcb8ce75dda61b45b29d);
|
|
|
|
|
|
var marker_e8eda54a5e0d93ea32a1311c5f4147e0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_ad0b2fd60f07dd0a4cee893124202a68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ef73a7e8fb16757980c3cf62e382d2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79f4e07e7b6ab6f77118f6a6ab2f421d = $(`<div id="html_79f4e07e7b6ab6f77118f6a6ab2f421d" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_8ef73a7e8fb16757980c3cf62e382d2d.setContent(html_79f4e07e7b6ab6f77118f6a6ab2f421d);
|
|
|
|
|
|
|
|
marker_e8eda54a5e0d93ea32a1311c5f4147e0.bindPopup(popup_8ef73a7e8fb16757980c3cf62e382d2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8eda54a5e0d93ea32a1311c5f4147e0.setIcon(icon_ad0b2fd60f07dd0a4cee893124202a68);
|
|
|
|
|
|
var marker_cda2c83727f52a82eec2ea4d18938159 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_c6d629dc051a9e97f11fd43348e138c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b174c932cf9d827748802c265e3e69b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_757c47411d2dcf5eb9c1be161265482a = $(`<div id="html_757c47411d2dcf5eb9c1be161265482a" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_2b174c932cf9d827748802c265e3e69b.setContent(html_757c47411d2dcf5eb9c1be161265482a);
|
|
|
|
|
|
|
|
marker_cda2c83727f52a82eec2ea4d18938159.bindPopup(popup_2b174c932cf9d827748802c265e3e69b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cda2c83727f52a82eec2ea4d18938159.setIcon(icon_c6d629dc051a9e97f11fd43348e138c1);
|
|
|
|
|
|
var marker_d28a12f19e301fdf2b77751fb8532021 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_1a24b6fe0bd4e0f514a515d957d4da93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c32dcfe8085e12eeb04c283e4428378 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43d14196c7ebaebce1d469629f3f8566 = $(`<div id="html_43d14196c7ebaebce1d469629f3f8566" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_3c32dcfe8085e12eeb04c283e4428378.setContent(html_43d14196c7ebaebce1d469629f3f8566);
|
|
|
|
|
|
|
|
marker_d28a12f19e301fdf2b77751fb8532021.bindPopup(popup_3c32dcfe8085e12eeb04c283e4428378)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d28a12f19e301fdf2b77751fb8532021.setIcon(icon_1a24b6fe0bd4e0f514a515d957d4da93);
|
|
|
|
|
|
var marker_13a6ab9a5fe1d652d37b25c76171d091 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_51ffa16d7fb2c43d5e49a3f25aa1cd75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af395c315afc75a05bb89e1b3dd2b0c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0b05a3de72fe34f38ea6ee555c598c1 = $(`<div id="html_c0b05a3de72fe34f38ea6ee555c598c1" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_af395c315afc75a05bb89e1b3dd2b0c1.setContent(html_c0b05a3de72fe34f38ea6ee555c598c1);
|
|
|
|
|
|
|
|
marker_13a6ab9a5fe1d652d37b25c76171d091.bindPopup(popup_af395c315afc75a05bb89e1b3dd2b0c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13a6ab9a5fe1d652d37b25c76171d091.setIcon(icon_51ffa16d7fb2c43d5e49a3f25aa1cd75);
|
|
|
|
|
|
var marker_06d2006d4217a07a90c6a82bea3a52b2 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_e097bb511d974955e85f445cde418131 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06b82d37e07eb53a2f9bc2f26d27b5e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54794a6f2b4f1315f5a76c6840ed99d7 = $(`<div id="html_54794a6f2b4f1315f5a76c6840ed99d7" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_06b82d37e07eb53a2f9bc2f26d27b5e4.setContent(html_54794a6f2b4f1315f5a76c6840ed99d7);
|
|
|
|
|
|
|
|
marker_06d2006d4217a07a90c6a82bea3a52b2.bindPopup(popup_06b82d37e07eb53a2f9bc2f26d27b5e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06d2006d4217a07a90c6a82bea3a52b2.setIcon(icon_e097bb511d974955e85f445cde418131);
|
|
|
|
|
|
var marker_14d4aa143359639ec31f8298f2945605 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_fda081f3a2b9f8d72e173a292154332c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fa5091a86b00ac41d384a140a2cc03a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a83d19e78ea7151b7adf7307fdd8cca4 = $(`<div id="html_a83d19e78ea7151b7adf7307fdd8cca4" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_9fa5091a86b00ac41d384a140a2cc03a.setContent(html_a83d19e78ea7151b7adf7307fdd8cca4);
|
|
|
|
|
|
|
|
marker_14d4aa143359639ec31f8298f2945605.bindPopup(popup_9fa5091a86b00ac41d384a140a2cc03a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14d4aa143359639ec31f8298f2945605.setIcon(icon_fda081f3a2b9f8d72e173a292154332c);
|
|
|
|
|
|
var marker_e38d5dcc9840c3373b6d6f05082f9f8a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_f714fba074308a847d481818f60ce3e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43f82d71e0400a56a9d4fdbdee1345b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9492a6f1b5c48ae5481cc273d753bf7e = $(`<div id="html_9492a6f1b5c48ae5481cc273d753bf7e" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_43f82d71e0400a56a9d4fdbdee1345b8.setContent(html_9492a6f1b5c48ae5481cc273d753bf7e);
|
|
|
|
|
|
|
|
marker_e38d5dcc9840c3373b6d6f05082f9f8a.bindPopup(popup_43f82d71e0400a56a9d4fdbdee1345b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e38d5dcc9840c3373b6d6f05082f9f8a.setIcon(icon_f714fba074308a847d481818f60ce3e1);
|
|
|
|
|
|
var marker_e147f32653ad43e1f46e959aeaecf70b = L.marker(
|
|
[41.1542, -8.60964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_3fa407abe05344239d5338467c7616d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e9933e4d8d78ed6ea9784f2defde5dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a7005700f12fd7eb3fda889fc23d8b2 = $(`<div id="html_6a7005700f12fd7eb3fda889fc23d8b2" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_6e9933e4d8d78ed6ea9784f2defde5dd.setContent(html_6a7005700f12fd7eb3fda889fc23d8b2);
|
|
|
|
|
|
|
|
marker_e147f32653ad43e1f46e959aeaecf70b.bindPopup(popup_6e9933e4d8d78ed6ea9784f2defde5dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e147f32653ad43e1f46e959aeaecf70b.setIcon(icon_3fa407abe05344239d5338467c7616d7);
|
|
|
|
|
|
var marker_408581186121c3573fabdde6e75f05d3 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_11e8592a8622438f18da4ea6428d8419 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d81c7963120f38c83c8f47df0578925a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f710e8bf65faec8b99407258d82aeb7a = $(`<div id="html_f710e8bf65faec8b99407258d82aeb7a" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_d81c7963120f38c83c8f47df0578925a.setContent(html_f710e8bf65faec8b99407258d82aeb7a);
|
|
|
|
|
|
|
|
marker_408581186121c3573fabdde6e75f05d3.bindPopup(popup_d81c7963120f38c83c8f47df0578925a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_408581186121c3573fabdde6e75f05d3.setIcon(icon_11e8592a8622438f18da4ea6428d8419);
|
|
|
|
|
|
var marker_5e5783dbec158366c1436b81114af807 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_67455441c0c8bd02ce736f1dc7ddbbf8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a4ffcf4cc3181d8262aba8b1f1f0a10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f801e068b9fe17f930a5780ee54767c4 = $(`<div id="html_f801e068b9fe17f930a5780ee54767c4" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_2a4ffcf4cc3181d8262aba8b1f1f0a10.setContent(html_f801e068b9fe17f930a5780ee54767c4);
|
|
|
|
|
|
|
|
marker_5e5783dbec158366c1436b81114af807.bindPopup(popup_2a4ffcf4cc3181d8262aba8b1f1f0a10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e5783dbec158366c1436b81114af807.setIcon(icon_67455441c0c8bd02ce736f1dc7ddbbf8);
|
|
|
|
|
|
var marker_c3a6ffb4de6c4e0a8bb1b0b39348ccaa = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_256f4628bb5a9ff85081fc5c4f664d86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97737fca3e5f37e32d80e2adc3529666 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea38cc59452f3436c24b25f9dd2a5192 = $(`<div id="html_ea38cc59452f3436c24b25f9dd2a5192" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_97737fca3e5f37e32d80e2adc3529666.setContent(html_ea38cc59452f3436c24b25f9dd2a5192);
|
|
|
|
|
|
|
|
marker_c3a6ffb4de6c4e0a8bb1b0b39348ccaa.bindPopup(popup_97737fca3e5f37e32d80e2adc3529666)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3a6ffb4de6c4e0a8bb1b0b39348ccaa.setIcon(icon_256f4628bb5a9ff85081fc5c4f664d86);
|
|
|
|
|
|
var marker_ba95556a7a95fc2f4e0cd70781f93439 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_d0a93908f43b77158b17e761507df5e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_546c42e6cef7e35344b69d3571ded687 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdc57bddc2587575bef6c2a7a3592b60 = $(`<div id="html_cdc57bddc2587575bef6c2a7a3592b60" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_546c42e6cef7e35344b69d3571ded687.setContent(html_cdc57bddc2587575bef6c2a7a3592b60);
|
|
|
|
|
|
|
|
marker_ba95556a7a95fc2f4e0cd70781f93439.bindPopup(popup_546c42e6cef7e35344b69d3571ded687)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba95556a7a95fc2f4e0cd70781f93439.setIcon(icon_d0a93908f43b77158b17e761507df5e1);
|
|
|
|
|
|
var marker_34f9dfe3cd256b6049d2856c84b36c3b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_a123d92732104934ad83554a81aafa01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3ff99cd8f91d00ff8bd58ac25b08198 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df854dc5338012be6ba914f872441bbe = $(`<div id="html_df854dc5338012be6ba914f872441bbe" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_b3ff99cd8f91d00ff8bd58ac25b08198.setContent(html_df854dc5338012be6ba914f872441bbe);
|
|
|
|
|
|
|
|
marker_34f9dfe3cd256b6049d2856c84b36c3b.bindPopup(popup_b3ff99cd8f91d00ff8bd58ac25b08198)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34f9dfe3cd256b6049d2856c84b36c3b.setIcon(icon_a123d92732104934ad83554a81aafa01);
|
|
|
|
|
|
var marker_90a850cc085f7295e9846260ec8bc0fc = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_aad265bb5a8be76cad1067e93b5f934a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b3072400711c166dcefa5f1d37920ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f06e3c5887f533c5c401cf1ec91a7d0 = $(`<div id="html_2f06e3c5887f533c5c401cf1ec91a7d0" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_6b3072400711c166dcefa5f1d37920ae.setContent(html_2f06e3c5887f533c5c401cf1ec91a7d0);
|
|
|
|
|
|
|
|
marker_90a850cc085f7295e9846260ec8bc0fc.bindPopup(popup_6b3072400711c166dcefa5f1d37920ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90a850cc085f7295e9846260ec8bc0fc.setIcon(icon_aad265bb5a8be76cad1067e93b5f934a);
|
|
|
|
|
|
var marker_549912cc757df12fdfee9d39927ef464 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_53e1d4298c673f07cecf1cfe6a1c34d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ccab4b59640997097d0e4478a31cc86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8be218efe425abed5593341d01b47672 = $(`<div id="html_8be218efe425abed5593341d01b47672" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_6ccab4b59640997097d0e4478a31cc86.setContent(html_8be218efe425abed5593341d01b47672);
|
|
|
|
|
|
|
|
marker_549912cc757df12fdfee9d39927ef464.bindPopup(popup_6ccab4b59640997097d0e4478a31cc86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_549912cc757df12fdfee9d39927ef464.setIcon(icon_53e1d4298c673f07cecf1cfe6a1c34d8);
|
|
|
|
|
|
var marker_db86423d086dd8166b45e1a0d30abf80 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_3893e5e9998b0c3a8804f63fd45e3fc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac70dfe3c84fd7c67448bb720d72efbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_357fa232f1dd8939aa8c41bda1f3bbd0 = $(`<div id="html_357fa232f1dd8939aa8c41bda1f3bbd0" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_ac70dfe3c84fd7c67448bb720d72efbd.setContent(html_357fa232f1dd8939aa8c41bda1f3bbd0);
|
|
|
|
|
|
|
|
marker_db86423d086dd8166b45e1a0d30abf80.bindPopup(popup_ac70dfe3c84fd7c67448bb720d72efbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db86423d086dd8166b45e1a0d30abf80.setIcon(icon_3893e5e9998b0c3a8804f63fd45e3fc9);
|
|
|
|
|
|
var marker_b8ca95c0af526becd7a781fc808dfbf7 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_1b9412c3a56bc8e4ff5cdf5fdb94b453 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1f9979d41ffd0f79206afddb673f7ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_397cc47372a734f44c27a557ff95a847 = $(`<div id="html_397cc47372a734f44c27a557ff95a847" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_b1f9979d41ffd0f79206afddb673f7ba.setContent(html_397cc47372a734f44c27a557ff95a847);
|
|
|
|
|
|
|
|
marker_b8ca95c0af526becd7a781fc808dfbf7.bindPopup(popup_b1f9979d41ffd0f79206afddb673f7ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8ca95c0af526becd7a781fc808dfbf7.setIcon(icon_1b9412c3a56bc8e4ff5cdf5fdb94b453);
|
|
|
|
|
|
var marker_df6751ef9c4b2d99268ba7e14db0e4ab = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_6b9f9c8723ae3180faa752904579d2dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9de2103a9d337116c8eea10e7a04c69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c117f1a5cc7ff14400a83ee609bb2b41 = $(`<div id="html_c117f1a5cc7ff14400a83ee609bb2b41" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_b9de2103a9d337116c8eea10e7a04c69.setContent(html_c117f1a5cc7ff14400a83ee609bb2b41);
|
|
|
|
|
|
|
|
marker_df6751ef9c4b2d99268ba7e14db0e4ab.bindPopup(popup_b9de2103a9d337116c8eea10e7a04c69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df6751ef9c4b2d99268ba7e14db0e4ab.setIcon(icon_6b9f9c8723ae3180faa752904579d2dc);
|
|
|
|
|
|
var marker_4344471ff33c2f4905458ad6d2e4b31e = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_a9c586b178d095e86d57527de4c38658 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba581c68314b2bfe9cbfc9645acba212 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9c2983ace355767471be9936b8cc683 = $(`<div id="html_a9c2983ace355767471be9936b8cc683" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_ba581c68314b2bfe9cbfc9645acba212.setContent(html_a9c2983ace355767471be9936b8cc683);
|
|
|
|
|
|
|
|
marker_4344471ff33c2f4905458ad6d2e4b31e.bindPopup(popup_ba581c68314b2bfe9cbfc9645acba212)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4344471ff33c2f4905458ad6d2e4b31e.setIcon(icon_a9c586b178d095e86d57527de4c38658);
|
|
|
|
|
|
var marker_17dbd5cb2473e95b09e15dfbbb63718a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_de7ffce4b523e52140e285a095818354 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f78779a294c0a4e17329e34f7264d963 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbc5a82a10d039b91c1ad9601bf61b7d = $(`<div id="html_dbc5a82a10d039b91c1ad9601bf61b7d" style="width: 100.0%; height: 100.0%;">relay.liberbitworld.org</div>`)[0];
|
|
popup_f78779a294c0a4e17329e34f7264d963.setContent(html_dbc5a82a10d039b91c1ad9601bf61b7d);
|
|
|
|
|
|
|
|
marker_17dbd5cb2473e95b09e15dfbbb63718a.bindPopup(popup_f78779a294c0a4e17329e34f7264d963)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17dbd5cb2473e95b09e15dfbbb63718a.setIcon(icon_de7ffce4b523e52140e285a095818354);
|
|
|
|
|
|
var marker_ba4a856e6ae50981e8075984e5d24544 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_3370c6f68a87a69ea8469de8da2101c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6d483a06f07ad6b5b4a12926059eff0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74b731c4a3ace35fa9ec7f3b65364f9b = $(`<div id="html_74b731c4a3ace35fa9ec7f3b65364f9b" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_c6d483a06f07ad6b5b4a12926059eff0.setContent(html_74b731c4a3ace35fa9ec7f3b65364f9b);
|
|
|
|
|
|
|
|
marker_ba4a856e6ae50981e8075984e5d24544.bindPopup(popup_c6d483a06f07ad6b5b4a12926059eff0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba4a856e6ae50981e8075984e5d24544.setIcon(icon_3370c6f68a87a69ea8469de8da2101c5);
|
|
|
|
|
|
var marker_1082af9db58bc646aaf4925e72b64dc6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_303e01e6c08b3fd42260d2cd80c44732 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_322712a2d0f34ee1861e5717d9e46928 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e885c811741157c41e10a337a9c0cf9 = $(`<div id="html_1e885c811741157c41e10a337a9c0cf9" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_322712a2d0f34ee1861e5717d9e46928.setContent(html_1e885c811741157c41e10a337a9c0cf9);
|
|
|
|
|
|
|
|
marker_1082af9db58bc646aaf4925e72b64dc6.bindPopup(popup_322712a2d0f34ee1861e5717d9e46928)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1082af9db58bc646aaf4925e72b64dc6.setIcon(icon_303e01e6c08b3fd42260d2cd80c44732);
|
|
|
|
|
|
var marker_3aa942995fcc9a32e7923dee31012115 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_70b3792ce6f8720b1d4735c580f55ca3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50763624850093f31b22fe6116adceaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e43b2560d8a420a211e440175638fb0c = $(`<div id="html_e43b2560d8a420a211e440175638fb0c" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_50763624850093f31b22fe6116adceaa.setContent(html_e43b2560d8a420a211e440175638fb0c);
|
|
|
|
|
|
|
|
marker_3aa942995fcc9a32e7923dee31012115.bindPopup(popup_50763624850093f31b22fe6116adceaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3aa942995fcc9a32e7923dee31012115.setIcon(icon_70b3792ce6f8720b1d4735c580f55ca3);
|
|
|
|
|
|
var marker_09f8bd6597e0ae72324584ffbd187bf2 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_1529f91354e3cee5c02a8c8996b7c783 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be711e3aa167f8da787d320fc31724b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2334eac614a2c3c12cf4bd0d59a5bc55 = $(`<div id="html_2334eac614a2c3c12cf4bd0d59a5bc55" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_be711e3aa167f8da787d320fc31724b2.setContent(html_2334eac614a2c3c12cf4bd0d59a5bc55);
|
|
|
|
|
|
|
|
marker_09f8bd6597e0ae72324584ffbd187bf2.bindPopup(popup_be711e3aa167f8da787d320fc31724b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09f8bd6597e0ae72324584ffbd187bf2.setIcon(icon_1529f91354e3cee5c02a8c8996b7c783);
|
|
|
|
|
|
var marker_1f8178d5684c66a3553ba7206fad91dc = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_57f5d742d2a389dc25a52d4e38f5d8bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4c8c9cb239db55d1da668e973013bcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e8fb10e2fcf6238f251471f4e4ba485 = $(`<div id="html_1e8fb10e2fcf6238f251471f4e4ba485" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_c4c8c9cb239db55d1da668e973013bcd.setContent(html_1e8fb10e2fcf6238f251471f4e4ba485);
|
|
|
|
|
|
|
|
marker_1f8178d5684c66a3553ba7206fad91dc.bindPopup(popup_c4c8c9cb239db55d1da668e973013bcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f8178d5684c66a3553ba7206fad91dc.setIcon(icon_57f5d742d2a389dc25a52d4e38f5d8bb);
|
|
|
|
|
|
var marker_b831e773812e9911e958f19df4bd8404 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_ee5442c90033a4f82d8eebd74cd55cdb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fba5f4a6150fd60b75d17806ead5b164 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90f7aad5b5adb416e605fb71af5a4a3a = $(`<div id="html_90f7aad5b5adb416e605fb71af5a4a3a" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_fba5f4a6150fd60b75d17806ead5b164.setContent(html_90f7aad5b5adb416e605fb71af5a4a3a);
|
|
|
|
|
|
|
|
marker_b831e773812e9911e958f19df4bd8404.bindPopup(popup_fba5f4a6150fd60b75d17806ead5b164)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b831e773812e9911e958f19df4bd8404.setIcon(icon_ee5442c90033a4f82d8eebd74cd55cdb);
|
|
|
|
|
|
var marker_ce0a9663c8a35f92b7ea5d579f99082d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_ac32207ad057b4ab8d7be6dceaa8f36c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b2950ed3e1c15ed4c535b221f471571 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d895b5038125d9c47d05896b58dac3c = $(`<div id="html_0d895b5038125d9c47d05896b58dac3c" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_4b2950ed3e1c15ed4c535b221f471571.setContent(html_0d895b5038125d9c47d05896b58dac3c);
|
|
|
|
|
|
|
|
marker_ce0a9663c8a35f92b7ea5d579f99082d.bindPopup(popup_4b2950ed3e1c15ed4c535b221f471571)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce0a9663c8a35f92b7ea5d579f99082d.setIcon(icon_ac32207ad057b4ab8d7be6dceaa8f36c);
|
|
|
|
|
|
var marker_14d1eb143bfea8327e05b61e93544e37 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_5d07c0d4f89f465ee1945000237677a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2522eb069182be547684248726a11b71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddb1f946a0c02bb98e9316b70c7f3661 = $(`<div id="html_ddb1f946a0c02bb98e9316b70c7f3661" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_2522eb069182be547684248726a11b71.setContent(html_ddb1f946a0c02bb98e9316b70c7f3661);
|
|
|
|
|
|
|
|
marker_14d1eb143bfea8327e05b61e93544e37.bindPopup(popup_2522eb069182be547684248726a11b71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14d1eb143bfea8327e05b61e93544e37.setIcon(icon_5d07c0d4f89f465ee1945000237677a9);
|
|
|
|
|
|
var marker_30b01fdf79dafaf3739ff3a84e21e576 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_cf5c208d2c8ea3299e68c786e0a12049 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c83eae0c662bb508e0bc86813c7addae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_453e9b9a8f2da8eaca19ca732423465e = $(`<div id="html_453e9b9a8f2da8eaca19ca732423465e" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_c83eae0c662bb508e0bc86813c7addae.setContent(html_453e9b9a8f2da8eaca19ca732423465e);
|
|
|
|
|
|
|
|
marker_30b01fdf79dafaf3739ff3a84e21e576.bindPopup(popup_c83eae0c662bb508e0bc86813c7addae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30b01fdf79dafaf3739ff3a84e21e576.setIcon(icon_cf5c208d2c8ea3299e68c786e0a12049);
|
|
|
|
|
|
var marker_dc2c08bf2c1793a93f19c461d36ad655 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_bbd7e9b6ac65562f266ca1ce46287737 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c14010ae05df6e3bda0f23d42a1efa71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bff2dcefaf59039b767f319b84423b56 = $(`<div id="html_bff2dcefaf59039b767f319b84423b56" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_c14010ae05df6e3bda0f23d42a1efa71.setContent(html_bff2dcefaf59039b767f319b84423b56);
|
|
|
|
|
|
|
|
marker_dc2c08bf2c1793a93f19c461d36ad655.bindPopup(popup_c14010ae05df6e3bda0f23d42a1efa71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc2c08bf2c1793a93f19c461d36ad655.setIcon(icon_bbd7e9b6ac65562f266ca1ce46287737);
|
|
|
|
|
|
var marker_beab205dcf1ba4cd34822ea471cdb0de = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_29113d6ffd90193f3e0b6bc448998741 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c47a0a943cbebf71b1131af8fd84963c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16986c752888e0582eebed1f342e6ec1 = $(`<div id="html_16986c752888e0582eebed1f342e6ec1" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_c47a0a943cbebf71b1131af8fd84963c.setContent(html_16986c752888e0582eebed1f342e6ec1);
|
|
|
|
|
|
|
|
marker_beab205dcf1ba4cd34822ea471cdb0de.bindPopup(popup_c47a0a943cbebf71b1131af8fd84963c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_beab205dcf1ba4cd34822ea471cdb0de.setIcon(icon_29113d6ffd90193f3e0b6bc448998741);
|
|
|
|
|
|
var marker_8a39722156b5649337079a1fc9d89b49 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_5a4bb9321e44ccd63ef0201e00c8edb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da10b04e9a3561ee8e8cb03dcf572851 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7876542c09f17af8daef9ca591cc2be8 = $(`<div id="html_7876542c09f17af8daef9ca591cc2be8" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_da10b04e9a3561ee8e8cb03dcf572851.setContent(html_7876542c09f17af8daef9ca591cc2be8);
|
|
|
|
|
|
|
|
marker_8a39722156b5649337079a1fc9d89b49.bindPopup(popup_da10b04e9a3561ee8e8cb03dcf572851)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a39722156b5649337079a1fc9d89b49.setIcon(icon_5a4bb9321e44ccd63ef0201e00c8edb3);
|
|
|
|
|
|
var marker_8bd4c03b4feb2ae9ff09f203e99f6ebb = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_8a74425d1f8c90c7a21ec601b60625c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_faa093ff633db45b0bd4da2812aa23ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d40eea76e5dffebae0859d8401500dec = $(`<div id="html_d40eea76e5dffebae0859d8401500dec" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_faa093ff633db45b0bd4da2812aa23ce.setContent(html_d40eea76e5dffebae0859d8401500dec);
|
|
|
|
|
|
|
|
marker_8bd4c03b4feb2ae9ff09f203e99f6ebb.bindPopup(popup_faa093ff633db45b0bd4da2812aa23ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bd4c03b4feb2ae9ff09f203e99f6ebb.setIcon(icon_8a74425d1f8c90c7a21ec601b60625c2);
|
|
|
|
|
|
var marker_84de572cae8c58b1f9c4c8959c614eeb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_d17c1fbc00fd3f9fa09e18454a509318 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_838a7d2c5df976181b0436b3ec3b5fa0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa02b9c7fd8bfee98887d00019f3dea2 = $(`<div id="html_fa02b9c7fd8bfee98887d00019f3dea2" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_838a7d2c5df976181b0436b3ec3b5fa0.setContent(html_fa02b9c7fd8bfee98887d00019f3dea2);
|
|
|
|
|
|
|
|
marker_84de572cae8c58b1f9c4c8959c614eeb.bindPopup(popup_838a7d2c5df976181b0436b3ec3b5fa0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84de572cae8c58b1f9c4c8959c614eeb.setIcon(icon_d17c1fbc00fd3f9fa09e18454a509318);
|
|
|
|
|
|
var marker_6df75ce31beb908f2418325c340c6bcc = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_5ae32dc573f3fb3ebdd8d862d619e5ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86c535a637efa062eb3057641c06a28a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b366068d944e25cd886685314772f24e = $(`<div id="html_b366068d944e25cd886685314772f24e" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_86c535a637efa062eb3057641c06a28a.setContent(html_b366068d944e25cd886685314772f24e);
|
|
|
|
|
|
|
|
marker_6df75ce31beb908f2418325c340c6bcc.bindPopup(popup_86c535a637efa062eb3057641c06a28a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6df75ce31beb908f2418325c340c6bcc.setIcon(icon_5ae32dc573f3fb3ebdd8d862d619e5ea);
|
|
|
|
|
|
var marker_2473934f2f8e29769f43dffe378e1d4f = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_66ec4c53168743f2946130451afa76f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de47e081327c7b0d2973aed8f9fe9c78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a341c7a0aa58dc499deaf559d6fb8b25 = $(`<div id="html_a341c7a0aa58dc499deaf559d6fb8b25" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_de47e081327c7b0d2973aed8f9fe9c78.setContent(html_a341c7a0aa58dc499deaf559d6fb8b25);
|
|
|
|
|
|
|
|
marker_2473934f2f8e29769f43dffe378e1d4f.bindPopup(popup_de47e081327c7b0d2973aed8f9fe9c78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2473934f2f8e29769f43dffe378e1d4f.setIcon(icon_66ec4c53168743f2946130451afa76f0);
|
|
|
|
|
|
var marker_a495db31ee5064dffa33cbefb4bf75a7 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_83cf0adaa4f893825ad399dfa45a51cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46e53d186288364ee55e0e8c694dda9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_467716256cd8ea2f6d822f2a468c4c3c = $(`<div id="html_467716256cd8ea2f6d822f2a468c4c3c" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_46e53d186288364ee55e0e8c694dda9c.setContent(html_467716256cd8ea2f6d822f2a468c4c3c);
|
|
|
|
|
|
|
|
marker_a495db31ee5064dffa33cbefb4bf75a7.bindPopup(popup_46e53d186288364ee55e0e8c694dda9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a495db31ee5064dffa33cbefb4bf75a7.setIcon(icon_83cf0adaa4f893825ad399dfa45a51cd);
|
|
|
|
|
|
var marker_442513d42bbb12b4a2456eb69d77732f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_8dab847e04de76ce3333ce3128ac6edd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc057f979742feb5c47a41f8fc076d3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f2c3e67a5a5fe3080c8b747942b308b = $(`<div id="html_3f2c3e67a5a5fe3080c8b747942b308b" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_cc057f979742feb5c47a41f8fc076d3b.setContent(html_3f2c3e67a5a5fe3080c8b747942b308b);
|
|
|
|
|
|
|
|
marker_442513d42bbb12b4a2456eb69d77732f.bindPopup(popup_cc057f979742feb5c47a41f8fc076d3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_442513d42bbb12b4a2456eb69d77732f.setIcon(icon_8dab847e04de76ce3333ce3128ac6edd);
|
|
|
|
|
|
var marker_bf3e20c79d9f3ee4b28419081e87ddaa = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_84a5fd99fe07c0ad9c65601bdf6d06e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0535d8e13894d030496a434c0a2f817 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca33bd015d7ae8b6550e3cd2cf9c0273 = $(`<div id="html_ca33bd015d7ae8b6550e3cd2cf9c0273" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_d0535d8e13894d030496a434c0a2f817.setContent(html_ca33bd015d7ae8b6550e3cd2cf9c0273);
|
|
|
|
|
|
|
|
marker_bf3e20c79d9f3ee4b28419081e87ddaa.bindPopup(popup_d0535d8e13894d030496a434c0a2f817)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf3e20c79d9f3ee4b28419081e87ddaa.setIcon(icon_84a5fd99fe07c0ad9c65601bdf6d06e5);
|
|
|
|
|
|
var marker_90d5cf58e0bac502027b1c07d39da6ee = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_6dfda058bb08b5fb3ec41db31445bc9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f57aa953895135af292aadc71ea57389 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4363dc86ed8d287b938d14864b7e6c3b = $(`<div id="html_4363dc86ed8d287b938d14864b7e6c3b" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_f57aa953895135af292aadc71ea57389.setContent(html_4363dc86ed8d287b938d14864b7e6c3b);
|
|
|
|
|
|
|
|
marker_90d5cf58e0bac502027b1c07d39da6ee.bindPopup(popup_f57aa953895135af292aadc71ea57389)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90d5cf58e0bac502027b1c07d39da6ee.setIcon(icon_6dfda058bb08b5fb3ec41db31445bc9a);
|
|
|
|
|
|
var marker_b64ea0790f10d295e2791e9fc96fe744 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_7a79ce5ca492299914fb464545c50836 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2988f3977b1690cac9abeaaf837416b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70864fa2cfba150145ee9d6d37a71002 = $(`<div id="html_70864fa2cfba150145ee9d6d37a71002" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_d2988f3977b1690cac9abeaaf837416b.setContent(html_70864fa2cfba150145ee9d6d37a71002);
|
|
|
|
|
|
|
|
marker_b64ea0790f10d295e2791e9fc96fe744.bindPopup(popup_d2988f3977b1690cac9abeaaf837416b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b64ea0790f10d295e2791e9fc96fe744.setIcon(icon_7a79ce5ca492299914fb464545c50836);
|
|
|
|
|
|
var marker_d7afbf933a482f49c8343c6df335e3eb = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_d4754dea2ba6320dd61afcbe16b4f1fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18fa9cf256d7ed07468bb653271eb853 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21071ff237eb83c4ea1bb45da1eb0fba = $(`<div id="html_21071ff237eb83c4ea1bb45da1eb0fba" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_18fa9cf256d7ed07468bb653271eb853.setContent(html_21071ff237eb83c4ea1bb45da1eb0fba);
|
|
|
|
|
|
|
|
marker_d7afbf933a482f49c8343c6df335e3eb.bindPopup(popup_18fa9cf256d7ed07468bb653271eb853)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7afbf933a482f49c8343c6df335e3eb.setIcon(icon_d4754dea2ba6320dd61afcbe16b4f1fb);
|
|
|
|
|
|
var marker_2509942d3df0e9807ac04eca3f7b1f8f = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_7077e41495a79e2859a6264f1fc97298 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8639c124f2a8b33d240e765caf888030 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_704e231508c3dfa9a7571d0fe7b1bafc = $(`<div id="html_704e231508c3dfa9a7571d0fe7b1bafc" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_8639c124f2a8b33d240e765caf888030.setContent(html_704e231508c3dfa9a7571d0fe7b1bafc);
|
|
|
|
|
|
|
|
marker_2509942d3df0e9807ac04eca3f7b1f8f.bindPopup(popup_8639c124f2a8b33d240e765caf888030)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2509942d3df0e9807ac04eca3f7b1f8f.setIcon(icon_7077e41495a79e2859a6264f1fc97298);
|
|
|
|
|
|
var marker_157d8aa33e484666883a1ffb99b48d4f = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_e7da87398d16310871f90d033dcb2eda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41ece9b6a1f9ae8b4f1b903b2f81c0df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e83d5141974444a91bf810ff78332b93 = $(`<div id="html_e83d5141974444a91bf810ff78332b93" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_41ece9b6a1f9ae8b4f1b903b2f81c0df.setContent(html_e83d5141974444a91bf810ff78332b93);
|
|
|
|
|
|
|
|
marker_157d8aa33e484666883a1ffb99b48d4f.bindPopup(popup_41ece9b6a1f9ae8b4f1b903b2f81c0df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_157d8aa33e484666883a1ffb99b48d4f.setIcon(icon_e7da87398d16310871f90d033dcb2eda);
|
|
|
|
|
|
var marker_a989f8c0ce87949a24fc36f3794065bb = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_cfe266633aa125fabc540cd6603853b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_befb493e9163c95020416977b14b40c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c7f33c5d6113eacdc5239f40c700695 = $(`<div id="html_7c7f33c5d6113eacdc5239f40c700695" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_befb493e9163c95020416977b14b40c7.setContent(html_7c7f33c5d6113eacdc5239f40c700695);
|
|
|
|
|
|
|
|
marker_a989f8c0ce87949a24fc36f3794065bb.bindPopup(popup_befb493e9163c95020416977b14b40c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a989f8c0ce87949a24fc36f3794065bb.setIcon(icon_cfe266633aa125fabc540cd6603853b4);
|
|
|
|
|
|
var marker_6d27150f71de3c89fb3f78880a7730d7 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_b35e94e89cdc8aaca4cd4512433d917c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcea3e1b71b8980c4ed2c3d4ce8d5a74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78454169b75bcb544560ece95494eb9d = $(`<div id="html_78454169b75bcb544560ece95494eb9d" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_bcea3e1b71b8980c4ed2c3d4ce8d5a74.setContent(html_78454169b75bcb544560ece95494eb9d);
|
|
|
|
|
|
|
|
marker_6d27150f71de3c89fb3f78880a7730d7.bindPopup(popup_bcea3e1b71b8980c4ed2c3d4ce8d5a74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d27150f71de3c89fb3f78880a7730d7.setIcon(icon_b35e94e89cdc8aaca4cd4512433d917c);
|
|
|
|
|
|
var marker_126dfa4cd94b35ccf5a707801018b094 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_83b94ad72cf817106d25e67e47128376 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9957a12ae5af4727fafcdb91bf6e23a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_501a8249a730e6ab70f8e77011659bf0 = $(`<div id="html_501a8249a730e6ab70f8e77011659bf0" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_d9957a12ae5af4727fafcdb91bf6e23a.setContent(html_501a8249a730e6ab70f8e77011659bf0);
|
|
|
|
|
|
|
|
marker_126dfa4cd94b35ccf5a707801018b094.bindPopup(popup_d9957a12ae5af4727fafcdb91bf6e23a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_126dfa4cd94b35ccf5a707801018b094.setIcon(icon_83b94ad72cf817106d25e67e47128376);
|
|
|
|
|
|
var marker_99c43943d2f471154a42f357dc0efd20 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_e5c0f3287b2b847f3efaeaf67de29043 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0182a3cefa4c349b5a193e930cc0a00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7832ccfdc15dc3a9c606b274d6e5e75 = $(`<div id="html_f7832ccfdc15dc3a9c606b274d6e5e75" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_f0182a3cefa4c349b5a193e930cc0a00.setContent(html_f7832ccfdc15dc3a9c606b274d6e5e75);
|
|
|
|
|
|
|
|
marker_99c43943d2f471154a42f357dc0efd20.bindPopup(popup_f0182a3cefa4c349b5a193e930cc0a00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99c43943d2f471154a42f357dc0efd20.setIcon(icon_e5c0f3287b2b847f3efaeaf67de29043);
|
|
|
|
|
|
var marker_0312c0be8ad16f2635fda6d24976710b = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_61a13fa21547576f91cbdd6a7fb9a8fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e67e52d5210e824699c8f9ae2126186 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7713c7c63a5a96d9af248335830be90f = $(`<div id="html_7713c7c63a5a96d9af248335830be90f" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_5e67e52d5210e824699c8f9ae2126186.setContent(html_7713c7c63a5a96d9af248335830be90f);
|
|
|
|
|
|
|
|
marker_0312c0be8ad16f2635fda6d24976710b.bindPopup(popup_5e67e52d5210e824699c8f9ae2126186)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0312c0be8ad16f2635fda6d24976710b.setIcon(icon_61a13fa21547576f91cbdd6a7fb9a8fa);
|
|
|
|
|
|
var marker_48cc78e427703d16c282e2a62e8afc84 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_33c1d4bf0bbef9327a418c433f1402a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_feb425e721601b7c0f6efda55fc41dde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d4eadee0919afe8571481f6ce0ac363 = $(`<div id="html_4d4eadee0919afe8571481f6ce0ac363" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_feb425e721601b7c0f6efda55fc41dde.setContent(html_4d4eadee0919afe8571481f6ce0ac363);
|
|
|
|
|
|
|
|
marker_48cc78e427703d16c282e2a62e8afc84.bindPopup(popup_feb425e721601b7c0f6efda55fc41dde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48cc78e427703d16c282e2a62e8afc84.setIcon(icon_33c1d4bf0bbef9327a418c433f1402a1);
|
|
|
|
|
|
var marker_9fa8402ceb6c9ec7250cc1cf0d45f3b1 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_a49a655f668c00517fb921d62634c0cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f076ec076242231cb65a3297318a97e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_906dd34feef0a3451f3e30e83911475c = $(`<div id="html_906dd34feef0a3451f3e30e83911475c" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_4f076ec076242231cb65a3297318a97e.setContent(html_906dd34feef0a3451f3e30e83911475c);
|
|
|
|
|
|
|
|
marker_9fa8402ceb6c9ec7250cc1cf0d45f3b1.bindPopup(popup_4f076ec076242231cb65a3297318a97e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fa8402ceb6c9ec7250cc1cf0d45f3b1.setIcon(icon_a49a655f668c00517fb921d62634c0cf);
|
|
|
|
|
|
var marker_b9447c75a2b606ce44aaf8fee5638ca5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_2f290bd70a432b2ed91d230d8cf881a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d4ca8a0ec3fc3d8924a851dc01cce17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2301d666cb9d3d1e80c70a4adcab9121 = $(`<div id="html_2301d666cb9d3d1e80c70a4adcab9121" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_6d4ca8a0ec3fc3d8924a851dc01cce17.setContent(html_2301d666cb9d3d1e80c70a4adcab9121);
|
|
|
|
|
|
|
|
marker_b9447c75a2b606ce44aaf8fee5638ca5.bindPopup(popup_6d4ca8a0ec3fc3d8924a851dc01cce17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9447c75a2b606ce44aaf8fee5638ca5.setIcon(icon_2f290bd70a432b2ed91d230d8cf881a6);
|
|
|
|
|
|
var marker_2a7ebce4bc5f329cf3e0aaf29ad4e676 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_be3070954871fdc98192a56d544891f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c76b9fd1c095b3e42f85c8af847e0c98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84af1820698300c56cf558e4aa2982b5 = $(`<div id="html_84af1820698300c56cf558e4aa2982b5" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_c76b9fd1c095b3e42f85c8af847e0c98.setContent(html_84af1820698300c56cf558e4aa2982b5);
|
|
|
|
|
|
|
|
marker_2a7ebce4bc5f329cf3e0aaf29ad4e676.bindPopup(popup_c76b9fd1c095b3e42f85c8af847e0c98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a7ebce4bc5f329cf3e0aaf29ad4e676.setIcon(icon_be3070954871fdc98192a56d544891f7);
|
|
|
|
|
|
var marker_d5710e504707ba4f51830d6eb791de5d = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_191a0a6b93cacb84bc6f7dd7a069febf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4af75d9cea115487aac66d59b7c3e55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_997d474ab5ffda00902a023179906176 = $(`<div id="html_997d474ab5ffda00902a023179906176" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_f4af75d9cea115487aac66d59b7c3e55.setContent(html_997d474ab5ffda00902a023179906176);
|
|
|
|
|
|
|
|
marker_d5710e504707ba4f51830d6eb791de5d.bindPopup(popup_f4af75d9cea115487aac66d59b7c3e55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5710e504707ba4f51830d6eb791de5d.setIcon(icon_191a0a6b93cacb84bc6f7dd7a069febf);
|
|
|
|
|
|
var marker_d11c68997c4c86a8aeb940bc705aa97b = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_f41cedd81a83c82951e5cfffbe0b4d98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0389da255a5fd4a5bfafb9653bfaecc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b61f0041bf32dc4cc6965f74a47aaec = $(`<div id="html_4b61f0041bf32dc4cc6965f74a47aaec" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_0389da255a5fd4a5bfafb9653bfaecc9.setContent(html_4b61f0041bf32dc4cc6965f74a47aaec);
|
|
|
|
|
|
|
|
marker_d11c68997c4c86a8aeb940bc705aa97b.bindPopup(popup_0389da255a5fd4a5bfafb9653bfaecc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d11c68997c4c86a8aeb940bc705aa97b.setIcon(icon_f41cedd81a83c82951e5cfffbe0b4d98);
|
|
|
|
|
|
var marker_5d12c436179b6b54f9cacbb206812adb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_05d61cd4a50045b2dfc044c5af733257 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c322b7d00a6842bb89c4631ce701902d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff91d098a3666eff1466940719dfa508 = $(`<div id="html_ff91d098a3666eff1466940719dfa508" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_c322b7d00a6842bb89c4631ce701902d.setContent(html_ff91d098a3666eff1466940719dfa508);
|
|
|
|
|
|
|
|
marker_5d12c436179b6b54f9cacbb206812adb.bindPopup(popup_c322b7d00a6842bb89c4631ce701902d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d12c436179b6b54f9cacbb206812adb.setIcon(icon_05d61cd4a50045b2dfc044c5af733257);
|
|
|
|
|
|
var marker_f5fdfb9c5b16cc74acec277cc33b8cd3 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_15f7ac73c0aa040193e4e831f41c04e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_289e2c4cf0a4c804a42c2daa78622685 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8444aca49b3067a8b4051a56cda598d = $(`<div id="html_b8444aca49b3067a8b4051a56cda598d" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_289e2c4cf0a4c804a42c2daa78622685.setContent(html_b8444aca49b3067a8b4051a56cda598d);
|
|
|
|
|
|
|
|
marker_f5fdfb9c5b16cc74acec277cc33b8cd3.bindPopup(popup_289e2c4cf0a4c804a42c2daa78622685)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5fdfb9c5b16cc74acec277cc33b8cd3.setIcon(icon_15f7ac73c0aa040193e4e831f41c04e3);
|
|
|
|
|
|
var marker_c4ae381e87bdfd96c50abf68a42ac414 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_b9630634359af79b99d44e1e43bb0698 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12efb409a3de5fe2fe4262ade297f334 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_967fa98ad77e6110aa2a12c9a2acd32a = $(`<div id="html_967fa98ad77e6110aa2a12c9a2acd32a" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_12efb409a3de5fe2fe4262ade297f334.setContent(html_967fa98ad77e6110aa2a12c9a2acd32a);
|
|
|
|
|
|
|
|
marker_c4ae381e87bdfd96c50abf68a42ac414.bindPopup(popup_12efb409a3de5fe2fe4262ade297f334)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4ae381e87bdfd96c50abf68a42ac414.setIcon(icon_b9630634359af79b99d44e1e43bb0698);
|
|
|
|
|
|
var marker_1a8ae2a1ec77179e043d898030e14da6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_0364b37ac2dabeda7e541afc2c0ad2a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_359a6750ba38899ec68cfb07a3237624 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_090c61521d17076f8232c8b92dae0e6c = $(`<div id="html_090c61521d17076f8232c8b92dae0e6c" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_359a6750ba38899ec68cfb07a3237624.setContent(html_090c61521d17076f8232c8b92dae0e6c);
|
|
|
|
|
|
|
|
marker_1a8ae2a1ec77179e043d898030e14da6.bindPopup(popup_359a6750ba38899ec68cfb07a3237624)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a8ae2a1ec77179e043d898030e14da6.setIcon(icon_0364b37ac2dabeda7e541afc2c0ad2a7);
|
|
|
|
|
|
var marker_76f700a8c3e5d96b1a9cf5fd0cc0c17c = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_89f4b6b277c036ad3abb5a5dffd253dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b5a65f2bcc9ba936520b879be6c841b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1fa682d1e99fdf521f6cd4dfa61a04f = $(`<div id="html_f1fa682d1e99fdf521f6cd4dfa61a04f" style="width: 100.0%; height: 100.0%;">relay.henryxplace.eu.org:9988</div>`)[0];
|
|
popup_0b5a65f2bcc9ba936520b879be6c841b.setContent(html_f1fa682d1e99fdf521f6cd4dfa61a04f);
|
|
|
|
|
|
|
|
marker_76f700a8c3e5d96b1a9cf5fd0cc0c17c.bindPopup(popup_0b5a65f2bcc9ba936520b879be6c841b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76f700a8c3e5d96b1a9cf5fd0cc0c17c.setIcon(icon_89f4b6b277c036ad3abb5a5dffd253dd);
|
|
|
|
|
|
var marker_04f9555c2abbc692437379630316bbea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_96b7dea9a956f0ef64fbd1ac0fab198b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_987b1f46efd15e694c609b58d30daf38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7eef1194dce028c601ea25248ed2029b = $(`<div id="html_7eef1194dce028c601ea25248ed2029b" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_987b1f46efd15e694c609b58d30daf38.setContent(html_7eef1194dce028c601ea25248ed2029b);
|
|
|
|
|
|
|
|
marker_04f9555c2abbc692437379630316bbea.bindPopup(popup_987b1f46efd15e694c609b58d30daf38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04f9555c2abbc692437379630316bbea.setIcon(icon_96b7dea9a956f0ef64fbd1ac0fab198b);
|
|
|
|
|
|
var marker_1ee6c4156f791a1552b206dc67cfd061 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_d5399efb239101474672d4084577e948 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7dd9ff0d438e35ed6538ed51d77c5d36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ffe034cfc5f2ee1b32bb075d1a1415f = $(`<div id="html_6ffe034cfc5f2ee1b32bb075d1a1415f" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_7dd9ff0d438e35ed6538ed51d77c5d36.setContent(html_6ffe034cfc5f2ee1b32bb075d1a1415f);
|
|
|
|
|
|
|
|
marker_1ee6c4156f791a1552b206dc67cfd061.bindPopup(popup_7dd9ff0d438e35ed6538ed51d77c5d36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ee6c4156f791a1552b206dc67cfd061.setIcon(icon_d5399efb239101474672d4084577e948);
|
|
|
|
|
|
var marker_6de396fe34968aef4f060e93146a1ad1 = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_cd9e1f70d0625396959c8147f4d239dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6258e01f7244b531b09547f27311a6d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4d8f1219c82bdee116fa90f4c4a9d3d = $(`<div id="html_d4d8f1219c82bdee116fa90f4c4a9d3d" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_6258e01f7244b531b09547f27311a6d4.setContent(html_d4d8f1219c82bdee116fa90f4c4a9d3d);
|
|
|
|
|
|
|
|
marker_6de396fe34968aef4f060e93146a1ad1.bindPopup(popup_6258e01f7244b531b09547f27311a6d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6de396fe34968aef4f060e93146a1ad1.setIcon(icon_cd9e1f70d0625396959c8147f4d239dd);
|
|
|
|
|
|
var marker_f1c0dd81a92b1b9669fafbc6a03fc58b = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_320e6e73dd9b43e7ffab386f1c5b41b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52bd730b3459eafaf7e0ea64af6ce917 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88c92f562c1649268df38d3bdf7e3c0f = $(`<div id="html_88c92f562c1649268df38d3bdf7e3c0f" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_52bd730b3459eafaf7e0ea64af6ce917.setContent(html_88c92f562c1649268df38d3bdf7e3c0f);
|
|
|
|
|
|
|
|
marker_f1c0dd81a92b1b9669fafbc6a03fc58b.bindPopup(popup_52bd730b3459eafaf7e0ea64af6ce917)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1c0dd81a92b1b9669fafbc6a03fc58b.setIcon(icon_320e6e73dd9b43e7ffab386f1c5b41b6);
|
|
|
|
|
|
var marker_e353848fd6e9b0d045d63568c3d0153c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_bf258e8e4e7424a203fd7e6181908a63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5a1ef09c001afe8758dd82b8f2066cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_138d6b5f60f1b03ad66ff9be2f4c81ac = $(`<div id="html_138d6b5f60f1b03ad66ff9be2f4c81ac" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_b5a1ef09c001afe8758dd82b8f2066cf.setContent(html_138d6b5f60f1b03ad66ff9be2f4c81ac);
|
|
|
|
|
|
|
|
marker_e353848fd6e9b0d045d63568c3d0153c.bindPopup(popup_b5a1ef09c001afe8758dd82b8f2066cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e353848fd6e9b0d045d63568c3d0153c.setIcon(icon_bf258e8e4e7424a203fd7e6181908a63);
|
|
|
|
|
|
var marker_2af96ef2747435116930aca8d35d95d0 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_f6ff81608eeda446940b049f0f2d98e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5ab74c061e0712aee70c7909a65ad2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27eaa2fbca3e8405836e01f20474ea8f = $(`<div id="html_27eaa2fbca3e8405836e01f20474ea8f" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_f5ab74c061e0712aee70c7909a65ad2e.setContent(html_27eaa2fbca3e8405836e01f20474ea8f);
|
|
|
|
|
|
|
|
marker_2af96ef2747435116930aca8d35d95d0.bindPopup(popup_f5ab74c061e0712aee70c7909a65ad2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2af96ef2747435116930aca8d35d95d0.setIcon(icon_f6ff81608eeda446940b049f0f2d98e1);
|
|
|
|
|
|
var marker_50633a662bce68eea70046239e0d0b6d = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_8d6bd833786b98cd59d8dadc2f33ea4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7563f34efc647d7417e3a01bf95a1213 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfbdc1079a214d793e6abaafa454bf1c = $(`<div id="html_bfbdc1079a214d793e6abaafa454bf1c" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_7563f34efc647d7417e3a01bf95a1213.setContent(html_bfbdc1079a214d793e6abaafa454bf1c);
|
|
|
|
|
|
|
|
marker_50633a662bce68eea70046239e0d0b6d.bindPopup(popup_7563f34efc647d7417e3a01bf95a1213)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50633a662bce68eea70046239e0d0b6d.setIcon(icon_8d6bd833786b98cd59d8dadc2f33ea4e);
|
|
|
|
|
|
var marker_2b737afd3a9cb5323521231cecea5bfa = L.marker(
|
|
[39.9042, 116.407],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_fa72e872f1b280327cfeb11080722e06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c738b6ab60f147ed844cd935eea2bad8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_535d70d5bce86030ec143ff0acd7b57d = $(`<div id="html_535d70d5bce86030ec143ff0acd7b57d" style="width: 100.0%; height: 100.0%;">ms.chinacounty.com</div>`)[0];
|
|
popup_c738b6ab60f147ed844cd935eea2bad8.setContent(html_535d70d5bce86030ec143ff0acd7b57d);
|
|
|
|
|
|
|
|
marker_2b737afd3a9cb5323521231cecea5bfa.bindPopup(popup_c738b6ab60f147ed844cd935eea2bad8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b737afd3a9cb5323521231cecea5bfa.setIcon(icon_fa72e872f1b280327cfeb11080722e06);
|
|
|
|
|
|
var marker_c462c5cc0140c932dd73e133fc67a3bb = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_ffec9cfaa961bc343e0ce26f75dd9587 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d84505fa0986244bdc06faa7638b0655 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d876d9518f4a32c97661511d47e3ebbc = $(`<div id="html_d876d9518f4a32c97661511d47e3ebbc" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_d84505fa0986244bdc06faa7638b0655.setContent(html_d876d9518f4a32c97661511d47e3ebbc);
|
|
|
|
|
|
|
|
marker_c462c5cc0140c932dd73e133fc67a3bb.bindPopup(popup_d84505fa0986244bdc06faa7638b0655)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c462c5cc0140c932dd73e133fc67a3bb.setIcon(icon_ffec9cfaa961bc343e0ce26f75dd9587);
|
|
|
|
|
|
var marker_0c25aeffec0b4037feed07832e486ac0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_057c7efcacc229ba84beb259f28b8b62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ded39c17e11f489c873226309cc58001 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff57816f98863027c98f9fded241caa3 = $(`<div id="html_ff57816f98863027c98f9fded241caa3" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_ded39c17e11f489c873226309cc58001.setContent(html_ff57816f98863027c98f9fded241caa3);
|
|
|
|
|
|
|
|
marker_0c25aeffec0b4037feed07832e486ac0.bindPopup(popup_ded39c17e11f489c873226309cc58001)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c25aeffec0b4037feed07832e486ac0.setIcon(icon_057c7efcacc229ba84beb259f28b8b62);
|
|
|
|
|
|
var marker_05fe73292bb2bd5d6b6f90d9b06c35aa = L.marker(
|
|
[-27.4971, 152.976],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_b758ba7f288a7c831c1b4677e9a9eabb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61787a9650c746cad809085b1982a16f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42cfb2976099cd0afb6c4b3fb5399fc5 = $(`<div id="html_42cfb2976099cd0afb6c4b3fb5399fc5" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_61787a9650c746cad809085b1982a16f.setContent(html_42cfb2976099cd0afb6c4b3fb5399fc5);
|
|
|
|
|
|
|
|
marker_05fe73292bb2bd5d6b6f90d9b06c35aa.bindPopup(popup_61787a9650c746cad809085b1982a16f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05fe73292bb2bd5d6b6f90d9b06c35aa.setIcon(icon_b758ba7f288a7c831c1b4677e9a9eabb);
|
|
|
|
|
|
var marker_dd7de1ee1eafdf45ea68a812a6d07514 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_f4e0b821b4dac0a0c026c12fdaf049d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e0ec9e437821856f067c386409e5488 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30adcf6da010b43b0194d972aa2bdf43 = $(`<div id="html_30adcf6da010b43b0194d972aa2bdf43" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_9e0ec9e437821856f067c386409e5488.setContent(html_30adcf6da010b43b0194d972aa2bdf43);
|
|
|
|
|
|
|
|
marker_dd7de1ee1eafdf45ea68a812a6d07514.bindPopup(popup_9e0ec9e437821856f067c386409e5488)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd7de1ee1eafdf45ea68a812a6d07514.setIcon(icon_f4e0b821b4dac0a0c026c12fdaf049d5);
|
|
|
|
|
|
var marker_b0cce61eafb2e83d692b08378d9f30d0 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_3114bb90ca921a33ed36c2dffda9718c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fe1e3b51e37a240db83918364936e23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ceaff7f98dfd985680712f66275726d2 = $(`<div id="html_ceaff7f98dfd985680712f66275726d2" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_5fe1e3b51e37a240db83918364936e23.setContent(html_ceaff7f98dfd985680712f66275726d2);
|
|
|
|
|
|
|
|
marker_b0cce61eafb2e83d692b08378d9f30d0.bindPopup(popup_5fe1e3b51e37a240db83918364936e23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0cce61eafb2e83d692b08378d9f30d0.setIcon(icon_3114bb90ca921a33ed36c2dffda9718c);
|
|
|
|
|
|
var marker_03702e91c304e3c74848719cedaaa62a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_00014a4fe898269445de76a0d96bc6bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e267d98167dbaba54bfe2f3f72ab25c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c11e734e5b8f9768c081c7dd5cf6c47a = $(`<div id="html_c11e734e5b8f9768c081c7dd5cf6c47a" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_6e267d98167dbaba54bfe2f3f72ab25c.setContent(html_c11e734e5b8f9768c081c7dd5cf6c47a);
|
|
|
|
|
|
|
|
marker_03702e91c304e3c74848719cedaaa62a.bindPopup(popup_6e267d98167dbaba54bfe2f3f72ab25c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03702e91c304e3c74848719cedaaa62a.setIcon(icon_00014a4fe898269445de76a0d96bc6bb);
|
|
|
|
|
|
var marker_f591739ac28b18d18b80cef0bd339ea1 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_d4bd34ede053495df08fa701ea12ce19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_317cf2fd7fc0f7d458bc5f418d141378 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54cfb8c486ca37eab9de9bd1c1e19b9d = $(`<div id="html_54cfb8c486ca37eab9de9bd1c1e19b9d" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_317cf2fd7fc0f7d458bc5f418d141378.setContent(html_54cfb8c486ca37eab9de9bd1c1e19b9d);
|
|
|
|
|
|
|
|
marker_f591739ac28b18d18b80cef0bd339ea1.bindPopup(popup_317cf2fd7fc0f7d458bc5f418d141378)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f591739ac28b18d18b80cef0bd339ea1.setIcon(icon_d4bd34ede053495df08fa701ea12ce19);
|
|
|
|
|
|
var marker_4dafa54d4c4f536b3e2098247842b839 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_97a126d7f4ae9bd9ed76626158c7c820 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c8b49520ba5c88ebafe2f19a9551adf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3eb3b5a93875a585cacc261da710843b = $(`<div id="html_3eb3b5a93875a585cacc261da710843b" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_0c8b49520ba5c88ebafe2f19a9551adf.setContent(html_3eb3b5a93875a585cacc261da710843b);
|
|
|
|
|
|
|
|
marker_4dafa54d4c4f536b3e2098247842b839.bindPopup(popup_0c8b49520ba5c88ebafe2f19a9551adf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dafa54d4c4f536b3e2098247842b839.setIcon(icon_97a126d7f4ae9bd9ed76626158c7c820);
|
|
|
|
|
|
var marker_d2a81fd95057df10cf9494937dff8a7b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_21abbbe0e4c0f2203a33439862280965 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80bed6c310f15fd4251cacb334acdbc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf539d972d2f7afd8f930a11bc65fb4f = $(`<div id="html_cf539d972d2f7afd8f930a11bc65fb4f" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_80bed6c310f15fd4251cacb334acdbc2.setContent(html_cf539d972d2f7afd8f930a11bc65fb4f);
|
|
|
|
|
|
|
|
marker_d2a81fd95057df10cf9494937dff8a7b.bindPopup(popup_80bed6c310f15fd4251cacb334acdbc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2a81fd95057df10cf9494937dff8a7b.setIcon(icon_21abbbe0e4c0f2203a33439862280965);
|
|
|
|
|
|
var marker_40b5f2cbf905681e7fbc6a5bd0841497 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_e781332ed3d6c404703546418e0d4041 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1881c94d4622ed8f715ec8a77bf1e23d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8099cf8302972d006384ac1f3918207 = $(`<div id="html_a8099cf8302972d006384ac1f3918207" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_1881c94d4622ed8f715ec8a77bf1e23d.setContent(html_a8099cf8302972d006384ac1f3918207);
|
|
|
|
|
|
|
|
marker_40b5f2cbf905681e7fbc6a5bd0841497.bindPopup(popup_1881c94d4622ed8f715ec8a77bf1e23d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40b5f2cbf905681e7fbc6a5bd0841497.setIcon(icon_e781332ed3d6c404703546418e0d4041);
|
|
|
|
|
|
var marker_c5c37614cab2781e4b6f5479cde111f2 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_942276e755bbfd97e760c833b3a8bb94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba294236910b7fb0e79d47049071aba4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_997bb8a75e317c76868cd3ae6bbde6bd = $(`<div id="html_997bb8a75e317c76868cd3ae6bbde6bd" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_ba294236910b7fb0e79d47049071aba4.setContent(html_997bb8a75e317c76868cd3ae6bbde6bd);
|
|
|
|
|
|
|
|
marker_c5c37614cab2781e4b6f5479cde111f2.bindPopup(popup_ba294236910b7fb0e79d47049071aba4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5c37614cab2781e4b6f5479cde111f2.setIcon(icon_942276e755bbfd97e760c833b3a8bb94);
|
|
|
|
|
|
var marker_b998d17c8a7ee9b070b47a21d90a1005 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_ebae9e2a4a5b7ae07d544e6bec11534d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32e439e9efcb3125cb2bd0b49730bec0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_301117c383274bc3c26da39ba4a170fe = $(`<div id="html_301117c383274bc3c26da39ba4a170fe" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_32e439e9efcb3125cb2bd0b49730bec0.setContent(html_301117c383274bc3c26da39ba4a170fe);
|
|
|
|
|
|
|
|
marker_b998d17c8a7ee9b070b47a21d90a1005.bindPopup(popup_32e439e9efcb3125cb2bd0b49730bec0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b998d17c8a7ee9b070b47a21d90a1005.setIcon(icon_ebae9e2a4a5b7ae07d544e6bec11534d);
|
|
|
|
|
|
var marker_dad8794c31942a6bf3028add2bdcff5a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_67277f3d807df4650913b03349f37405 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dc3e295cefb3b78bc224e35457fd0db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf854cd5eaebbe00a0602ac23a25ba8e = $(`<div id="html_bf854cd5eaebbe00a0602ac23a25ba8e" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_2dc3e295cefb3b78bc224e35457fd0db.setContent(html_bf854cd5eaebbe00a0602ac23a25ba8e);
|
|
|
|
|
|
|
|
marker_dad8794c31942a6bf3028add2bdcff5a.bindPopup(popup_2dc3e295cefb3b78bc224e35457fd0db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dad8794c31942a6bf3028add2bdcff5a.setIcon(icon_67277f3d807df4650913b03349f37405);
|
|
|
|
|
|
var marker_37c39af4e7a031da5a5ad94ded7c6ff0 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_5eeb76a68659d182ee11f5e566cf80cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f561e4feb1f67bb4bfa3b05b7a290f37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22539e2c290bdef5dd6ab01291b2dfe5 = $(`<div id="html_22539e2c290bdef5dd6ab01291b2dfe5" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_f561e4feb1f67bb4bfa3b05b7a290f37.setContent(html_22539e2c290bdef5dd6ab01291b2dfe5);
|
|
|
|
|
|
|
|
marker_37c39af4e7a031da5a5ad94ded7c6ff0.bindPopup(popup_f561e4feb1f67bb4bfa3b05b7a290f37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37c39af4e7a031da5a5ad94ded7c6ff0.setIcon(icon_5eeb76a68659d182ee11f5e566cf80cf);
|
|
|
|
|
|
var marker_1e986cc20ec7ead1e9041a10a16b7626 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_55c137757eff4cce7fb3663c7078dd01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2943bcebd704683927efe62c3de5607 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36c7b3607e9a7208cc4fcb9417b70dee = $(`<div id="html_36c7b3607e9a7208cc4fcb9417b70dee" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_b2943bcebd704683927efe62c3de5607.setContent(html_36c7b3607e9a7208cc4fcb9417b70dee);
|
|
|
|
|
|
|
|
marker_1e986cc20ec7ead1e9041a10a16b7626.bindPopup(popup_b2943bcebd704683927efe62c3de5607)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e986cc20ec7ead1e9041a10a16b7626.setIcon(icon_55c137757eff4cce7fb3663c7078dd01);
|
|
|
|
|
|
var marker_583a0d52f5588d3473553fb87b6255d2 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_5d06d4b0ecfdc8987091cb215922cafb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d35421895f15cb7c3c2023debca145d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0074f5af6b1cd7a5e52aace23f03a669 = $(`<div id="html_0074f5af6b1cd7a5e52aace23f03a669" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_9d35421895f15cb7c3c2023debca145d.setContent(html_0074f5af6b1cd7a5e52aace23f03a669);
|
|
|
|
|
|
|
|
marker_583a0d52f5588d3473553fb87b6255d2.bindPopup(popup_9d35421895f15cb7c3c2023debca145d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_583a0d52f5588d3473553fb87b6255d2.setIcon(icon_5d06d4b0ecfdc8987091cb215922cafb);
|
|
|
|
|
|
var marker_3a4d920ecbad1cd4fa4cc12fcba8c41d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_3aa0c2f26a1d075abb81eef19aff9194 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_925eab99682f09b467ffa801238ad16f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_880efb9dbb028635fd0b3e1b946c51f3 = $(`<div id="html_880efb9dbb028635fd0b3e1b946c51f3" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_925eab99682f09b467ffa801238ad16f.setContent(html_880efb9dbb028635fd0b3e1b946c51f3);
|
|
|
|
|
|
|
|
marker_3a4d920ecbad1cd4fa4cc12fcba8c41d.bindPopup(popup_925eab99682f09b467ffa801238ad16f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a4d920ecbad1cd4fa4cc12fcba8c41d.setIcon(icon_3aa0c2f26a1d075abb81eef19aff9194);
|
|
|
|
|
|
var marker_700445d1d6bf1268dc7f46be3a4bcc3e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_70a2588b5ab65fb0907ffee848570ce1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a5904ffa2e3e09c0c19709f475a31c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d73ac0f5e9d4292eb3967d597c7c0363 = $(`<div id="html_d73ac0f5e9d4292eb3967d597c7c0363" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_8a5904ffa2e3e09c0c19709f475a31c6.setContent(html_d73ac0f5e9d4292eb3967d597c7c0363);
|
|
|
|
|
|
|
|
marker_700445d1d6bf1268dc7f46be3a4bcc3e.bindPopup(popup_8a5904ffa2e3e09c0c19709f475a31c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_700445d1d6bf1268dc7f46be3a4bcc3e.setIcon(icon_70a2588b5ab65fb0907ffee848570ce1);
|
|
|
|
|
|
var marker_dee1e64d334222f1f2ddd727402ac4a4 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_897216e0e76293afe4cb114a7016b89c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_383727d2e4c983de1560643e441f4b14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46c6242953ee1724a7d35f24072da2fd = $(`<div id="html_46c6242953ee1724a7d35f24072da2fd" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_383727d2e4c983de1560643e441f4b14.setContent(html_46c6242953ee1724a7d35f24072da2fd);
|
|
|
|
|
|
|
|
marker_dee1e64d334222f1f2ddd727402ac4a4.bindPopup(popup_383727d2e4c983de1560643e441f4b14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dee1e64d334222f1f2ddd727402ac4a4.setIcon(icon_897216e0e76293afe4cb114a7016b89c);
|
|
|
|
|
|
var marker_865f0701df3f61646550c60ae793dbad = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_70d5456be91762291c97c4ea9435908d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd36368631e1c02a7699f64dfb6e8f49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_038baf06b39bb94b463ef33407c964a1 = $(`<div id="html_038baf06b39bb94b463ef33407c964a1" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_bd36368631e1c02a7699f64dfb6e8f49.setContent(html_038baf06b39bb94b463ef33407c964a1);
|
|
|
|
|
|
|
|
marker_865f0701df3f61646550c60ae793dbad.bindPopup(popup_bd36368631e1c02a7699f64dfb6e8f49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_865f0701df3f61646550c60ae793dbad.setIcon(icon_70d5456be91762291c97c4ea9435908d);
|
|
|
|
|
|
var marker_b6e1d2bd923b5d612e63f19da4e8fa12 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_5358564e15f0ef95652fb7077f8f3de3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e43985ccc15b854da271795fb43a84c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d036c031e1906833bc8303d2a7782616 = $(`<div id="html_d036c031e1906833bc8303d2a7782616" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_2e43985ccc15b854da271795fb43a84c.setContent(html_d036c031e1906833bc8303d2a7782616);
|
|
|
|
|
|
|
|
marker_b6e1d2bd923b5d612e63f19da4e8fa12.bindPopup(popup_2e43985ccc15b854da271795fb43a84c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6e1d2bd923b5d612e63f19da4e8fa12.setIcon(icon_5358564e15f0ef95652fb7077f8f3de3);
|
|
|
|
|
|
var marker_c945b1e731363ed5524251d343b1a6eb = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_cdb1e8f223569bd574bd695576be2e02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbe47718a7d64d33ad50036b1c10cdc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e7b4dfda93fad152ad624c05173c6e4 = $(`<div id="html_5e7b4dfda93fad152ad624c05173c6e4" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_cbe47718a7d64d33ad50036b1c10cdc2.setContent(html_5e7b4dfda93fad152ad624c05173c6e4);
|
|
|
|
|
|
|
|
marker_c945b1e731363ed5524251d343b1a6eb.bindPopup(popup_cbe47718a7d64d33ad50036b1c10cdc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c945b1e731363ed5524251d343b1a6eb.setIcon(icon_cdb1e8f223569bd574bd695576be2e02);
|
|
|
|
|
|
var marker_2b1516660f6c148a3d1362dbf67d3724 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_80c4f86e87b9bbf70eb729d9b2a3e9b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b528cc923b8b6ed45edad88863c875f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d0249c64a025f8e8ca360292249de59 = $(`<div id="html_9d0249c64a025f8e8ca360292249de59" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_b528cc923b8b6ed45edad88863c875f6.setContent(html_9d0249c64a025f8e8ca360292249de59);
|
|
|
|
|
|
|
|
marker_2b1516660f6c148a3d1362dbf67d3724.bindPopup(popup_b528cc923b8b6ed45edad88863c875f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b1516660f6c148a3d1362dbf67d3724.setIcon(icon_80c4f86e87b9bbf70eb729d9b2a3e9b2);
|
|
|
|
|
|
var marker_af7715fc664d10b533bb15f59d649793 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_27e1d0cd14d7dba3d77112e3e15f7bcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35493ca47022717a6291c9687ed1ffdc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74ad2c3fa492a7e91bbfefb7f9480e04 = $(`<div id="html_74ad2c3fa492a7e91bbfefb7f9480e04" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_35493ca47022717a6291c9687ed1ffdc.setContent(html_74ad2c3fa492a7e91bbfefb7f9480e04);
|
|
|
|
|
|
|
|
marker_af7715fc664d10b533bb15f59d649793.bindPopup(popup_35493ca47022717a6291c9687ed1ffdc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af7715fc664d10b533bb15f59d649793.setIcon(icon_27e1d0cd14d7dba3d77112e3e15f7bcc);
|
|
|
|
|
|
var marker_7973350d5507aab460427330bffbd007 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_4c7b3005322dca2a048ddef2a17753d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99f51cde64df877dfb2faa591593a03d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f69faf95ea72535b7118ea074759344 = $(`<div id="html_1f69faf95ea72535b7118ea074759344" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_99f51cde64df877dfb2faa591593a03d.setContent(html_1f69faf95ea72535b7118ea074759344);
|
|
|
|
|
|
|
|
marker_7973350d5507aab460427330bffbd007.bindPopup(popup_99f51cde64df877dfb2faa591593a03d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7973350d5507aab460427330bffbd007.setIcon(icon_4c7b3005322dca2a048ddef2a17753d9);
|
|
|
|
|
|
var marker_8e4bb63f45d700525f5b5b4024f030c2 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_b0a09d01cc00d9ec5dfefe6b423f7bd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08bb727b0141bdb588af492644d8e962 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9c1b3223973a22b9097d4b84816e5d5 = $(`<div id="html_c9c1b3223973a22b9097d4b84816e5d5" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_08bb727b0141bdb588af492644d8e962.setContent(html_c9c1b3223973a22b9097d4b84816e5d5);
|
|
|
|
|
|
|
|
marker_8e4bb63f45d700525f5b5b4024f030c2.bindPopup(popup_08bb727b0141bdb588af492644d8e962)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e4bb63f45d700525f5b5b4024f030c2.setIcon(icon_b0a09d01cc00d9ec5dfefe6b423f7bd0);
|
|
|
|
|
|
var marker_27051ff07fdf996d6f5477a32a487ce0 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_c6b173fb35142a95cdd01b55aaf7cdf8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4dd270e4c0822dd65a645498dad8977f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae83ea5733b0839192c911af8af3355c = $(`<div id="html_ae83ea5733b0839192c911af8af3355c" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_4dd270e4c0822dd65a645498dad8977f.setContent(html_ae83ea5733b0839192c911af8af3355c);
|
|
|
|
|
|
|
|
marker_27051ff07fdf996d6f5477a32a487ce0.bindPopup(popup_4dd270e4c0822dd65a645498dad8977f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27051ff07fdf996d6f5477a32a487ce0.setIcon(icon_c6b173fb35142a95cdd01b55aaf7cdf8);
|
|
|
|
|
|
var marker_768751701440ac8c710412c298acf99a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_307f3b5778ad65fe2e4245b0bc140969 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51481188dd610c177b7f2d256cdfdccc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_561355ae9f7e759e4edb09e1014b8296 = $(`<div id="html_561355ae9f7e759e4edb09e1014b8296" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_51481188dd610c177b7f2d256cdfdccc.setContent(html_561355ae9f7e759e4edb09e1014b8296);
|
|
|
|
|
|
|
|
marker_768751701440ac8c710412c298acf99a.bindPopup(popup_51481188dd610c177b7f2d256cdfdccc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_768751701440ac8c710412c298acf99a.setIcon(icon_307f3b5778ad65fe2e4245b0bc140969);
|
|
|
|
|
|
var marker_cd6f88f40c7ea52acabd0abfce6d40c7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_c4391bfce5c362f22d60f216fe1e9911 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60ae68ffbc4239e44f572b49ad36f445 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d17f718b060cfb38014cf786c7ff0796 = $(`<div id="html_d17f718b060cfb38014cf786c7ff0796" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_60ae68ffbc4239e44f572b49ad36f445.setContent(html_d17f718b060cfb38014cf786c7ff0796);
|
|
|
|
|
|
|
|
marker_cd6f88f40c7ea52acabd0abfce6d40c7.bindPopup(popup_60ae68ffbc4239e44f572b49ad36f445)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd6f88f40c7ea52acabd0abfce6d40c7.setIcon(icon_c4391bfce5c362f22d60f216fe1e9911);
|
|
|
|
|
|
var marker_e380610a463aa0ae7978b68fd8376645 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_6b51e188df47201a149f1a62dcc3f2d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_775f30498f2994366e8e7037326bda8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91baf2492ad9e04942e309faf48a7be1 = $(`<div id="html_91baf2492ad9e04942e309faf48a7be1" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_775f30498f2994366e8e7037326bda8e.setContent(html_91baf2492ad9e04942e309faf48a7be1);
|
|
|
|
|
|
|
|
marker_e380610a463aa0ae7978b68fd8376645.bindPopup(popup_775f30498f2994366e8e7037326bda8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e380610a463aa0ae7978b68fd8376645.setIcon(icon_6b51e188df47201a149f1a62dcc3f2d5);
|
|
|
|
|
|
var marker_d4aebda35032c4bba3e9852fca455e2d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_69834008f38c3905b2d570e05059e43a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9125e1c30f7c4c6da128e95268a04159 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_421e85ba9300f577bba99a6847a918e4 = $(`<div id="html_421e85ba9300f577bba99a6847a918e4" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_9125e1c30f7c4c6da128e95268a04159.setContent(html_421e85ba9300f577bba99a6847a918e4);
|
|
|
|
|
|
|
|
marker_d4aebda35032c4bba3e9852fca455e2d.bindPopup(popup_9125e1c30f7c4c6da128e95268a04159)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4aebda35032c4bba3e9852fca455e2d.setIcon(icon_69834008f38c3905b2d570e05059e43a);
|
|
|
|
|
|
var marker_6eaff78de8fb3c6ae89400e5d938739b = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_c4a3b7f84e2c35428741689cec9de762 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6785f48f4ad7a822e14a86f9bc8d20b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df8cce2f2ececb3c2d69fcbcba865cf9 = $(`<div id="html_df8cce2f2ececb3c2d69fcbcba865cf9" style="width: 100.0%; height: 100.0%;">nostr.chvaja.cz</div>`)[0];
|
|
popup_c6785f48f4ad7a822e14a86f9bc8d20b.setContent(html_df8cce2f2ececb3c2d69fcbcba865cf9);
|
|
|
|
|
|
|
|
marker_6eaff78de8fb3c6ae89400e5d938739b.bindPopup(popup_c6785f48f4ad7a822e14a86f9bc8d20b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6eaff78de8fb3c6ae89400e5d938739b.setIcon(icon_c4a3b7f84e2c35428741689cec9de762);
|
|
|
|
|
|
var marker_a535aa6583d3cc04b2f147180c4abdc9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_19a729f918605dddeff49a221b106c62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a842d0927d48813cab65c70b8aeb386 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54f297e141df8a1fb203c992263e74fb = $(`<div id="html_54f297e141df8a1fb203c992263e74fb" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_8a842d0927d48813cab65c70b8aeb386.setContent(html_54f297e141df8a1fb203c992263e74fb);
|
|
|
|
|
|
|
|
marker_a535aa6583d3cc04b2f147180c4abdc9.bindPopup(popup_8a842d0927d48813cab65c70b8aeb386)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a535aa6583d3cc04b2f147180c4abdc9.setIcon(icon_19a729f918605dddeff49a221b106c62);
|
|
|
|
|
|
var marker_dfffcdd701c1214c6cd23bf953e1d76b = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_503d38a0c991a98211450256be123327 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_113eb820e1524f3071900788f8a34bda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc96abe0ba18533c8e56cae2bc957216 = $(`<div id="html_dc96abe0ba18533c8e56cae2bc957216" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_113eb820e1524f3071900788f8a34bda.setContent(html_dc96abe0ba18533c8e56cae2bc957216);
|
|
|
|
|
|
|
|
marker_dfffcdd701c1214c6cd23bf953e1d76b.bindPopup(popup_113eb820e1524f3071900788f8a34bda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfffcdd701c1214c6cd23bf953e1d76b.setIcon(icon_503d38a0c991a98211450256be123327);
|
|
|
|
|
|
var marker_638f975fdbb690431ded3c87f5743577 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_9687f9a5be5ae558766dd7f139861c9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c509022fe4b55e88710ca06b66e9a13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98c158a135f2d89e5f69c2c1d0e7e2b3 = $(`<div id="html_98c158a135f2d89e5f69c2c1d0e7e2b3" style="width: 100.0%; height: 100.0%;">rusty-uat.siberian-albacore.ts.net:8443</div>`)[0];
|
|
popup_1c509022fe4b55e88710ca06b66e9a13.setContent(html_98c158a135f2d89e5f69c2c1d0e7e2b3);
|
|
|
|
|
|
|
|
marker_638f975fdbb690431ded3c87f5743577.bindPopup(popup_1c509022fe4b55e88710ca06b66e9a13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_638f975fdbb690431ded3c87f5743577.setIcon(icon_9687f9a5be5ae558766dd7f139861c9b);
|
|
|
|
|
|
var marker_0211989ee7b66fd6308a07df1cd92688 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_a7215ef85907c3230796f5c82d54e52a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b5bc785c7613b2a603ab837457c5cd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_896e07b1937c22f9c4fff77e9c3aa7de = $(`<div id="html_896e07b1937c22f9c4fff77e9c3aa7de" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_1b5bc785c7613b2a603ab837457c5cd3.setContent(html_896e07b1937c22f9c4fff77e9c3aa7de);
|
|
|
|
|
|
|
|
marker_0211989ee7b66fd6308a07df1cd92688.bindPopup(popup_1b5bc785c7613b2a603ab837457c5cd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0211989ee7b66fd6308a07df1cd92688.setIcon(icon_a7215ef85907c3230796f5c82d54e52a);
|
|
|
|
|
|
var marker_b7ecf1bfa522041f2603f71ecd9518f6 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_6cf2d2ad42caf5a231c611878d1aa723 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d938eab37626dc2066e930449b99385 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a244f8d2c133ae64680d481cb0e06e5 = $(`<div id="html_8a244f8d2c133ae64680d481cb0e06e5" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_7d938eab37626dc2066e930449b99385.setContent(html_8a244f8d2c133ae64680d481cb0e06e5);
|
|
|
|
|
|
|
|
marker_b7ecf1bfa522041f2603f71ecd9518f6.bindPopup(popup_7d938eab37626dc2066e930449b99385)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7ecf1bfa522041f2603f71ecd9518f6.setIcon(icon_6cf2d2ad42caf5a231c611878d1aa723);
|
|
|
|
|
|
var marker_a80b9f3ee001bbe9be09d445b4705b45 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_73c940f1578231afcdba4f7dab2808ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bb11bee27bce5833965cf29fa9e1b6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_685c5f8023d545d81303a3a5d2db9898 = $(`<div id="html_685c5f8023d545d81303a3a5d2db9898" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_7bb11bee27bce5833965cf29fa9e1b6f.setContent(html_685c5f8023d545d81303a3a5d2db9898);
|
|
|
|
|
|
|
|
marker_a80b9f3ee001bbe9be09d445b4705b45.bindPopup(popup_7bb11bee27bce5833965cf29fa9e1b6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a80b9f3ee001bbe9be09d445b4705b45.setIcon(icon_73c940f1578231afcdba4f7dab2808ce);
|
|
|
|
|
|
var marker_eb2437f758ef749f838a33a3e176d271 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_2c339e8b60313796d3c932754c6e670b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a1264ec1ec98883f1c33aad75877ea0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d468dc4b4f86212a0af529271655a045 = $(`<div id="html_d468dc4b4f86212a0af529271655a045" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_0a1264ec1ec98883f1c33aad75877ea0.setContent(html_d468dc4b4f86212a0af529271655a045);
|
|
|
|
|
|
|
|
marker_eb2437f758ef749f838a33a3e176d271.bindPopup(popup_0a1264ec1ec98883f1c33aad75877ea0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb2437f758ef749f838a33a3e176d271.setIcon(icon_2c339e8b60313796d3c932754c6e670b);
|
|
|
|
|
|
var marker_7af9c14b6cc1ac2e7a7e4ac7b6ddea93 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_914470b8cab99ebeeca3d3af7cdc0169 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_463ae0cc0336c84ced2134009fa675a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_233e32df658792189d5681c764050066 = $(`<div id="html_233e32df658792189d5681c764050066" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_463ae0cc0336c84ced2134009fa675a5.setContent(html_233e32df658792189d5681c764050066);
|
|
|
|
|
|
|
|
marker_7af9c14b6cc1ac2e7a7e4ac7b6ddea93.bindPopup(popup_463ae0cc0336c84ced2134009fa675a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7af9c14b6cc1ac2e7a7e4ac7b6ddea93.setIcon(icon_914470b8cab99ebeeca3d3af7cdc0169);
|
|
|
|
|
|
var marker_a025bccfa494a36003adecbbc20f523f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_36866ce985c451c887bfc10b35987856 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d693ed3c8e1b2a5443758395fcea561 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5181e3614932ace6d52ac87671be0f2a = $(`<div id="html_5181e3614932ace6d52ac87671be0f2a" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_5d693ed3c8e1b2a5443758395fcea561.setContent(html_5181e3614932ace6d52ac87671be0f2a);
|
|
|
|
|
|
|
|
marker_a025bccfa494a36003adecbbc20f523f.bindPopup(popup_5d693ed3c8e1b2a5443758395fcea561)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a025bccfa494a36003adecbbc20f523f.setIcon(icon_36866ce985c451c887bfc10b35987856);
|
|
|
|
|
|
var marker_bb6883b3b2237c53a9fe58a4d2ee9521 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_58d10ca56435287b227a63e5ab70fee8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ca768b975d7cdf3d0bb5642ed1b9c2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a994d35ccba652f7bc59717a85e26b5 = $(`<div id="html_1a994d35ccba652f7bc59717a85e26b5" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_8ca768b975d7cdf3d0bb5642ed1b9c2b.setContent(html_1a994d35ccba652f7bc59717a85e26b5);
|
|
|
|
|
|
|
|
marker_bb6883b3b2237c53a9fe58a4d2ee9521.bindPopup(popup_8ca768b975d7cdf3d0bb5642ed1b9c2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb6883b3b2237c53a9fe58a4d2ee9521.setIcon(icon_58d10ca56435287b227a63e5ab70fee8);
|
|
|
|
|
|
var marker_ec82ef7b4184f4b04c75dd57628a8c41 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_4e02a711d84e69f000db6b8a5a71c1a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6c0422e001a012e92a410e73a58e91b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_090bc0e00f8195d94a89dab129d222f3 = $(`<div id="html_090bc0e00f8195d94a89dab129d222f3" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_a6c0422e001a012e92a410e73a58e91b.setContent(html_090bc0e00f8195d94a89dab129d222f3);
|
|
|
|
|
|
|
|
marker_ec82ef7b4184f4b04c75dd57628a8c41.bindPopup(popup_a6c0422e001a012e92a410e73a58e91b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec82ef7b4184f4b04c75dd57628a8c41.setIcon(icon_4e02a711d84e69f000db6b8a5a71c1a5);
|
|
|
|
|
|
var marker_8cb4e2a17f03679c419556193e003f14 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_18f81dd98a047e86bd7dd26a4dd691c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_077b1b97c57a39c6a85382dcc158fe32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ffd68d08e1f09e9817410df247188c0 = $(`<div id="html_9ffd68d08e1f09e9817410df247188c0" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_077b1b97c57a39c6a85382dcc158fe32.setContent(html_9ffd68d08e1f09e9817410df247188c0);
|
|
|
|
|
|
|
|
marker_8cb4e2a17f03679c419556193e003f14.bindPopup(popup_077b1b97c57a39c6a85382dcc158fe32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cb4e2a17f03679c419556193e003f14.setIcon(icon_18f81dd98a047e86bd7dd26a4dd691c6);
|
|
|
|
|
|
var marker_2fe764075a908390a0cedd37c6e190d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_162339d44e9b709d1a89cabfd9190624 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d27aa3777f551d8705e68dfc5e527590 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7532618a13d4375fa5b1feb9a5fcb48 = $(`<div id="html_c7532618a13d4375fa5b1feb9a5fcb48" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_d27aa3777f551d8705e68dfc5e527590.setContent(html_c7532618a13d4375fa5b1feb9a5fcb48);
|
|
|
|
|
|
|
|
marker_2fe764075a908390a0cedd37c6e190d7.bindPopup(popup_d27aa3777f551d8705e68dfc5e527590)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fe764075a908390a0cedd37c6e190d7.setIcon(icon_162339d44e9b709d1a89cabfd9190624);
|
|
|
|
|
|
var marker_a707c13fb295372ffab7f2d70e6fa7d2 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_dbe6b2403a464574372775c2f52cafb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95e173f4f7d3ae7fb0fc19deeacc8788 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d8222e2c6d59be39578d208be36a087 = $(`<div id="html_5d8222e2c6d59be39578d208be36a087" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_95e173f4f7d3ae7fb0fc19deeacc8788.setContent(html_5d8222e2c6d59be39578d208be36a087);
|
|
|
|
|
|
|
|
marker_a707c13fb295372ffab7f2d70e6fa7d2.bindPopup(popup_95e173f4f7d3ae7fb0fc19deeacc8788)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a707c13fb295372ffab7f2d70e6fa7d2.setIcon(icon_dbe6b2403a464574372775c2f52cafb1);
|
|
|
|
|
|
var marker_adacdc594b79dd68c2c4140ee5667f44 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_9adcf816619d572b0d2ede09d660140d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92f5432e193a479c1c95e97622065ec4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8600fc6daefbc0bcfd877e16f424c4b1 = $(`<div id="html_8600fc6daefbc0bcfd877e16f424c4b1" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_92f5432e193a479c1c95e97622065ec4.setContent(html_8600fc6daefbc0bcfd877e16f424c4b1);
|
|
|
|
|
|
|
|
marker_adacdc594b79dd68c2c4140ee5667f44.bindPopup(popup_92f5432e193a479c1c95e97622065ec4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adacdc594b79dd68c2c4140ee5667f44.setIcon(icon_9adcf816619d572b0d2ede09d660140d);
|
|
|
|
|
|
var marker_091b006f8c6835956fa54e15d7753534 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_9150970e02052463657ada1c7212ab6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fa3b105785eb86205c9220d49e8d623 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b57d8be37187ccf995c48f63a1063242 = $(`<div id="html_b57d8be37187ccf995c48f63a1063242" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_2fa3b105785eb86205c9220d49e8d623.setContent(html_b57d8be37187ccf995c48f63a1063242);
|
|
|
|
|
|
|
|
marker_091b006f8c6835956fa54e15d7753534.bindPopup(popup_2fa3b105785eb86205c9220d49e8d623)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_091b006f8c6835956fa54e15d7753534.setIcon(icon_9150970e02052463657ada1c7212ab6d);
|
|
|
|
|
|
var marker_f3e2a761d597b0e28aa8c0f392afed6c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_c2c3d084241990eed477e3ccf4598962 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee67cc256293e69f62d14dad1ff4a01b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15884e88f6052b32617307d5f32c5ad3 = $(`<div id="html_15884e88f6052b32617307d5f32c5ad3" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_ee67cc256293e69f62d14dad1ff4a01b.setContent(html_15884e88f6052b32617307d5f32c5ad3);
|
|
|
|
|
|
|
|
marker_f3e2a761d597b0e28aa8c0f392afed6c.bindPopup(popup_ee67cc256293e69f62d14dad1ff4a01b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3e2a761d597b0e28aa8c0f392afed6c.setIcon(icon_c2c3d084241990eed477e3ccf4598962);
|
|
|
|
|
|
var marker_5a51ebfc4962a81337c8545d1cf518f3 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_c34ac330879e97ec245a5a6dcae1927f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f88aff644a60fb671c02cf8748394bc8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_938728e9633ffec821ea4f789c8505b6 = $(`<div id="html_938728e9633ffec821ea4f789c8505b6" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_f88aff644a60fb671c02cf8748394bc8.setContent(html_938728e9633ffec821ea4f789c8505b6);
|
|
|
|
|
|
|
|
marker_5a51ebfc4962a81337c8545d1cf518f3.bindPopup(popup_f88aff644a60fb671c02cf8748394bc8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a51ebfc4962a81337c8545d1cf518f3.setIcon(icon_c34ac330879e97ec245a5a6dcae1927f);
|
|
|
|
|
|
var marker_73fe3a4825a8b58665afebbd1c10c090 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_c6342fd2f82471074cde94b6efe6513f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8b583b1e00ca95b8491090202550aa9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebe262a0d9d8fefa0083874632e49c44 = $(`<div id="html_ebe262a0d9d8fefa0083874632e49c44" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_b8b583b1e00ca95b8491090202550aa9.setContent(html_ebe262a0d9d8fefa0083874632e49c44);
|
|
|
|
|
|
|
|
marker_73fe3a4825a8b58665afebbd1c10c090.bindPopup(popup_b8b583b1e00ca95b8491090202550aa9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73fe3a4825a8b58665afebbd1c10c090.setIcon(icon_c6342fd2f82471074cde94b6efe6513f);
|
|
|
|
|
|
var marker_096fd7efad2d5cc54bab56e69f51c599 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_9eb7f0b8a63952aa06e18782d1a22d37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c21e25b310caaf54829c9891e6e3c22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91d98d2bb687ef4eb88bcc2ae8ceb4cf = $(`<div id="html_91d98d2bb687ef4eb88bcc2ae8ceb4cf" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_4c21e25b310caaf54829c9891e6e3c22.setContent(html_91d98d2bb687ef4eb88bcc2ae8ceb4cf);
|
|
|
|
|
|
|
|
marker_096fd7efad2d5cc54bab56e69f51c599.bindPopup(popup_4c21e25b310caaf54829c9891e6e3c22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_096fd7efad2d5cc54bab56e69f51c599.setIcon(icon_9eb7f0b8a63952aa06e18782d1a22d37);
|
|
|
|
|
|
var marker_0860eff18635343f1e1cbf4f7e18b5ba = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_d7d9a6032b5daf80e13ba48401411930 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bac1f787f6b73b6dc568253492bbcc71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38e261e746051efdd81738fe875a5ca4 = $(`<div id="html_38e261e746051efdd81738fe875a5ca4" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_bac1f787f6b73b6dc568253492bbcc71.setContent(html_38e261e746051efdd81738fe875a5ca4);
|
|
|
|
|
|
|
|
marker_0860eff18635343f1e1cbf4f7e18b5ba.bindPopup(popup_bac1f787f6b73b6dc568253492bbcc71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0860eff18635343f1e1cbf4f7e18b5ba.setIcon(icon_d7d9a6032b5daf80e13ba48401411930);
|
|
|
|
|
|
var marker_9d906e4f6b83bfe8a8ef2b95937fb9b1 = L.marker(
|
|
[49.0291, 8.35705],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_2149f1648a284efbdfae0b7a0e07702c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfd8a7414ceec63637ace76edce2f129 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e814580e9d35ed62109a92284a6910f1 = $(`<div id="html_e814580e9d35ed62109a92284a6910f1" style="width: 100.0%; height: 100.0%;">relay.dyne.org</div>`)[0];
|
|
popup_bfd8a7414ceec63637ace76edce2f129.setContent(html_e814580e9d35ed62109a92284a6910f1);
|
|
|
|
|
|
|
|
marker_9d906e4f6b83bfe8a8ef2b95937fb9b1.bindPopup(popup_bfd8a7414ceec63637ace76edce2f129)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d906e4f6b83bfe8a8ef2b95937fb9b1.setIcon(icon_2149f1648a284efbdfae0b7a0e07702c);
|
|
|
|
|
|
var marker_ae1668bec167f65f38280e11e1bc0568 = L.marker(
|
|
[51.4968, -0.018337],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_b36310ca2857ca3efe8f74a220fd22b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02b86c9a4ed77064bc9823f836a86ff9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6af0aa35436bfa78141ee3cb7613978e = $(`<div id="html_6af0aa35436bfa78141ee3cb7613978e" style="width: 100.0%; height: 100.0%;">strfry.bitsbytom.com</div>`)[0];
|
|
popup_02b86c9a4ed77064bc9823f836a86ff9.setContent(html_6af0aa35436bfa78141ee3cb7613978e);
|
|
|
|
|
|
|
|
marker_ae1668bec167f65f38280e11e1bc0568.bindPopup(popup_02b86c9a4ed77064bc9823f836a86ff9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae1668bec167f65f38280e11e1bc0568.setIcon(icon_b36310ca2857ca3efe8f74a220fd22b1);
|
|
|
|
|
|
var marker_fe9c7167ee73a436d7c5387f73a149cf = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_578d95ea1beb30b15713e9389cc66b55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afe85fa46ce33a3c5d45c732f52fa523 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cdc9fae81d79c174e4b25adae586f2a = $(`<div id="html_5cdc9fae81d79c174e4b25adae586f2a" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_afe85fa46ce33a3c5d45c732f52fa523.setContent(html_5cdc9fae81d79c174e4b25adae586f2a);
|
|
|
|
|
|
|
|
marker_fe9c7167ee73a436d7c5387f73a149cf.bindPopup(popup_afe85fa46ce33a3c5d45c732f52fa523)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe9c7167ee73a436d7c5387f73a149cf.setIcon(icon_578d95ea1beb30b15713e9389cc66b55);
|
|
|
|
|
|
var marker_753372a3da74c6a001a40c0f8daea541 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_871027aee0542cc93908d287ae5a2f4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_025bff34332e977f104b9092bc6c119f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8140f56cca33285caf820fc840f5c2e9 = $(`<div id="html_8140f56cca33285caf820fc840f5c2e9" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_025bff34332e977f104b9092bc6c119f.setContent(html_8140f56cca33285caf820fc840f5c2e9);
|
|
|
|
|
|
|
|
marker_753372a3da74c6a001a40c0f8daea541.bindPopup(popup_025bff34332e977f104b9092bc6c119f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_753372a3da74c6a001a40c0f8daea541.setIcon(icon_871027aee0542cc93908d287ae5a2f4d);
|
|
|
|
|
|
var marker_1b047d871d4008a858e12109d40c92a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_dabcf5b322077380f4d9c0fe62b08080 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ade4c8b1801d9af3b1098b7111010032 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34e12b7d199328a316b14e004386320c = $(`<div id="html_34e12b7d199328a316b14e004386320c" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_ade4c8b1801d9af3b1098b7111010032.setContent(html_34e12b7d199328a316b14e004386320c);
|
|
|
|
|
|
|
|
marker_1b047d871d4008a858e12109d40c92a2.bindPopup(popup_ade4c8b1801d9af3b1098b7111010032)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b047d871d4008a858e12109d40c92a2.setIcon(icon_dabcf5b322077380f4d9c0fe62b08080);
|
|
|
|
|
|
var marker_21d52b355ddc32ba39bbfeca23589395 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_144e6ed57f832e9bcb6986e8e3038cde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46e75af4a3e41a4b9a29681511cccd2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea952f89839eaf59d63dcdd82a1add56 = $(`<div id="html_ea952f89839eaf59d63dcdd82a1add56" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_46e75af4a3e41a4b9a29681511cccd2b.setContent(html_ea952f89839eaf59d63dcdd82a1add56);
|
|
|
|
|
|
|
|
marker_21d52b355ddc32ba39bbfeca23589395.bindPopup(popup_46e75af4a3e41a4b9a29681511cccd2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21d52b355ddc32ba39bbfeca23589395.setIcon(icon_144e6ed57f832e9bcb6986e8e3038cde);
|
|
|
|
|
|
var marker_ab72a9a823a403a5e29be9bb9d51e013 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_b62302f640057a262ef05f67d46f956f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b596bddbafe65ecc524fcc37bdd929a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03c0819e8f48561e3856dedc77659f1f = $(`<div id="html_03c0819e8f48561e3856dedc77659f1f" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_b596bddbafe65ecc524fcc37bdd929a5.setContent(html_03c0819e8f48561e3856dedc77659f1f);
|
|
|
|
|
|
|
|
marker_ab72a9a823a403a5e29be9bb9d51e013.bindPopup(popup_b596bddbafe65ecc524fcc37bdd929a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab72a9a823a403a5e29be9bb9d51e013.setIcon(icon_b62302f640057a262ef05f67d46f956f);
|
|
|
|
|
|
var marker_5ea6a8b975f522c50829668a984cafe1 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_4b8f82615188fa6e6e9231e209da7585 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b338b30f99beedc6a42b304d2ba500bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe98d824d9a10604e2c8a97ef6eafbc2 = $(`<div id="html_fe98d824d9a10604e2c8a97ef6eafbc2" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_b338b30f99beedc6a42b304d2ba500bd.setContent(html_fe98d824d9a10604e2c8a97ef6eafbc2);
|
|
|
|
|
|
|
|
marker_5ea6a8b975f522c50829668a984cafe1.bindPopup(popup_b338b30f99beedc6a42b304d2ba500bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ea6a8b975f522c50829668a984cafe1.setIcon(icon_4b8f82615188fa6e6e9231e209da7585);
|
|
|
|
|
|
var marker_474e37dc224e83d4e277bab1120bea06 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_6a5b3172c777e4b3ed210acdcc281f0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2a3e5723b0652538ed9076c3bad761d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e251c128cf89a773701800173e70cbb = $(`<div id="html_0e251c128cf89a773701800173e70cbb" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_a2a3e5723b0652538ed9076c3bad761d.setContent(html_0e251c128cf89a773701800173e70cbb);
|
|
|
|
|
|
|
|
marker_474e37dc224e83d4e277bab1120bea06.bindPopup(popup_a2a3e5723b0652538ed9076c3bad761d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_474e37dc224e83d4e277bab1120bea06.setIcon(icon_6a5b3172c777e4b3ed210acdcc281f0b);
|
|
|
|
|
|
var marker_3dc6552658d760c08584a90dcc78f049 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_aea4c2c15f58688ec738b339b4a90a3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d21ac3f1113c58297974059fc1f3955 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b350d19dd10b7fe8e05feabfd8f2d612 = $(`<div id="html_b350d19dd10b7fe8e05feabfd8f2d612" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_8d21ac3f1113c58297974059fc1f3955.setContent(html_b350d19dd10b7fe8e05feabfd8f2d612);
|
|
|
|
|
|
|
|
marker_3dc6552658d760c08584a90dcc78f049.bindPopup(popup_8d21ac3f1113c58297974059fc1f3955)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dc6552658d760c08584a90dcc78f049.setIcon(icon_aea4c2c15f58688ec738b339b4a90a3d);
|
|
|
|
|
|
var marker_eee15f467e25aedd36984674fc0baa89 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_105c8a3a4d1ca63fb01feb98fa66171d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_340020cec88861f554c577f76f5367b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4613d57156f21281bbb7b6219564bb06 = $(`<div id="html_4613d57156f21281bbb7b6219564bb06" style="width: 100.0%; height: 100.0%;">relay.hostr.network</div>`)[0];
|
|
popup_340020cec88861f554c577f76f5367b0.setContent(html_4613d57156f21281bbb7b6219564bb06);
|
|
|
|
|
|
|
|
marker_eee15f467e25aedd36984674fc0baa89.bindPopup(popup_340020cec88861f554c577f76f5367b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eee15f467e25aedd36984674fc0baa89.setIcon(icon_105c8a3a4d1ca63fb01feb98fa66171d);
|
|
|
|
|
|
var marker_279415387282000632a62d7f175a4f27 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_2863433ea5af796d294e3312fb0f369a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ac0b7698d9d09e00322a10205365519 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acde3cefcf0eefe32b3cd415ad126bcc = $(`<div id="html_acde3cefcf0eefe32b3cd415ad126bcc" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_5ac0b7698d9d09e00322a10205365519.setContent(html_acde3cefcf0eefe32b3cd415ad126bcc);
|
|
|
|
|
|
|
|
marker_279415387282000632a62d7f175a4f27.bindPopup(popup_5ac0b7698d9d09e00322a10205365519)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_279415387282000632a62d7f175a4f27.setIcon(icon_2863433ea5af796d294e3312fb0f369a);
|
|
|
|
|
|
var marker_d4f6fd43d9f391add3f94fdd95bbf338 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_d1cde702744f8372a4b702ddd38fefb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_250fef3e043d1a7884c1df0071e1241d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68faba88e47c1e41ec1d9ba7a7d3368f = $(`<div id="html_68faba88e47c1e41ec1d9ba7a7d3368f" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_250fef3e043d1a7884c1df0071e1241d.setContent(html_68faba88e47c1e41ec1d9ba7a7d3368f);
|
|
|
|
|
|
|
|
marker_d4f6fd43d9f391add3f94fdd95bbf338.bindPopup(popup_250fef3e043d1a7884c1df0071e1241d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4f6fd43d9f391add3f94fdd95bbf338.setIcon(icon_d1cde702744f8372a4b702ddd38fefb9);
|
|
|
|
|
|
var marker_eef9a93ec876fac63894ba6f87a4b1ab = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_f435073e0f929dab430af84daccdc92e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9025808086b845c6aff905c6f8aa5951 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdb040fd45e692464136443cee653c92 = $(`<div id="html_cdb040fd45e692464136443cee653c92" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_9025808086b845c6aff905c6f8aa5951.setContent(html_cdb040fd45e692464136443cee653c92);
|
|
|
|
|
|
|
|
marker_eef9a93ec876fac63894ba6f87a4b1ab.bindPopup(popup_9025808086b845c6aff905c6f8aa5951)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eef9a93ec876fac63894ba6f87a4b1ab.setIcon(icon_f435073e0f929dab430af84daccdc92e);
|
|
|
|
|
|
var marker_9f5ea7672e792eba7488b1b85ee596dd = L.marker(
|
|
[25.7617, -80.1918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_846fbe16e3441eeb7ce9b249ad489579 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3accb7a194bb44531e6f6240e70091c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3a8704fcbc566e5406dc3e293a196a4 = $(`<div id="html_d3a8704fcbc566e5406dc3e293a196a4" style="width: 100.0%; height: 100.0%;">relay1.privkey.io</div>`)[0];
|
|
popup_d3accb7a194bb44531e6f6240e70091c.setContent(html_d3a8704fcbc566e5406dc3e293a196a4);
|
|
|
|
|
|
|
|
marker_9f5ea7672e792eba7488b1b85ee596dd.bindPopup(popup_d3accb7a194bb44531e6f6240e70091c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f5ea7672e792eba7488b1b85ee596dd.setIcon(icon_846fbe16e3441eeb7ce9b249ad489579);
|
|
|
|
|
|
var marker_d753cc6b17828ff597fa07ccaf4b1374 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_f38b9683967f49d5d5dc9955ea5f8ef8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2714f91c4ab89c33ca81f0207f15c134 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e7721a264ca74ca452e4569471af6db = $(`<div id="html_3e7721a264ca74ca452e4569471af6db" style="width: 100.0%; height: 100.0%;">relay.devcsu.fr</div>`)[0];
|
|
popup_2714f91c4ab89c33ca81f0207f15c134.setContent(html_3e7721a264ca74ca452e4569471af6db);
|
|
|
|
|
|
|
|
marker_d753cc6b17828ff597fa07ccaf4b1374.bindPopup(popup_2714f91c4ab89c33ca81f0207f15c134)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d753cc6b17828ff597fa07ccaf4b1374.setIcon(icon_f38b9683967f49d5d5dc9955ea5f8ef8);
|
|
|
|
|
|
var marker_7bf118e602ea84bc7b9bfd00d3621f87 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_a1544050404298aa4c894c27cb416f62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dee9bbb4be83aacbd8b6fb309e85227 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a0737f31d4bc8a6eeaab2e14a9da19d = $(`<div id="html_5a0737f31d4bc8a6eeaab2e14a9da19d" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_2dee9bbb4be83aacbd8b6fb309e85227.setContent(html_5a0737f31d4bc8a6eeaab2e14a9da19d);
|
|
|
|
|
|
|
|
marker_7bf118e602ea84bc7b9bfd00d3621f87.bindPopup(popup_2dee9bbb4be83aacbd8b6fb309e85227)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bf118e602ea84bc7b9bfd00d3621f87.setIcon(icon_a1544050404298aa4c894c27cb416f62);
|
|
|
|
|
|
var marker_760d3b9a7d646fc857cadb1932d468f8 = L.marker(
|
|
[14.0644, 101.515],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_8cfa15a517091a58c1a9b659edbc5b87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_613abda93a85a01e13bf859215d32127 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa64b1e8a9e4651bedd8d59d977949f7 = $(`<div id="html_fa64b1e8a9e4651bedd8d59d977949f7" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_613abda93a85a01e13bf859215d32127.setContent(html_fa64b1e8a9e4651bedd8d59d977949f7);
|
|
|
|
|
|
|
|
marker_760d3b9a7d646fc857cadb1932d468f8.bindPopup(popup_613abda93a85a01e13bf859215d32127)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_760d3b9a7d646fc857cadb1932d468f8.setIcon(icon_8cfa15a517091a58c1a9b659edbc5b87);
|
|
|
|
|
|
var marker_9c67a54b8cc5de1be48e3dbbdcab7548 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_f9b9a2566947cf875d427c247742a5cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a62206bde75adcb7476585386fa48af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_303ea284ea8ab9c5b3eae7936bb7941b = $(`<div id="html_303ea284ea8ab9c5b3eae7936bb7941b" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_0a62206bde75adcb7476585386fa48af.setContent(html_303ea284ea8ab9c5b3eae7936bb7941b);
|
|
|
|
|
|
|
|
marker_9c67a54b8cc5de1be48e3dbbdcab7548.bindPopup(popup_0a62206bde75adcb7476585386fa48af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c67a54b8cc5de1be48e3dbbdcab7548.setIcon(icon_f9b9a2566947cf875d427c247742a5cc);
|
|
|
|
|
|
var marker_17f82aba589ee3cc0dad8896b177e110 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_86d150b0976c4ba5e6b2dade0e97c75f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66979cd2bfe1be1703b2927eab4a284f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02cd16d59c7b4916c4d92f289318e2df = $(`<div id="html_02cd16d59c7b4916c4d92f289318e2df" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_66979cd2bfe1be1703b2927eab4a284f.setContent(html_02cd16d59c7b4916c4d92f289318e2df);
|
|
|
|
|
|
|
|
marker_17f82aba589ee3cc0dad8896b177e110.bindPopup(popup_66979cd2bfe1be1703b2927eab4a284f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17f82aba589ee3cc0dad8896b177e110.setIcon(icon_86d150b0976c4ba5e6b2dade0e97c75f);
|
|
|
|
|
|
var marker_96809eb000ef1bdf3b4337321e6b8d30 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_c9c50e7ad17d9aed929f1c2f9640e29e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b147c37b360b62fc4b440944cec184e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a9543acc0dcc68f578bd713de889b14 = $(`<div id="html_9a9543acc0dcc68f578bd713de889b14" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_b147c37b360b62fc4b440944cec184e1.setContent(html_9a9543acc0dcc68f578bd713de889b14);
|
|
|
|
|
|
|
|
marker_96809eb000ef1bdf3b4337321e6b8d30.bindPopup(popup_b147c37b360b62fc4b440944cec184e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96809eb000ef1bdf3b4337321e6b8d30.setIcon(icon_c9c50e7ad17d9aed929f1c2f9640e29e);
|
|
|
|
|
|
var marker_7bc8223df12bee97542173ca6c3f43f9 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_9971d1c2bb87214e6ec536a88eaa8d48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76e48dcd6aff97662b1b80746cb5eab9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86fee1e0242e01e8e2f17b0907d86105 = $(`<div id="html_86fee1e0242e01e8e2f17b0907d86105" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_76e48dcd6aff97662b1b80746cb5eab9.setContent(html_86fee1e0242e01e8e2f17b0907d86105);
|
|
|
|
|
|
|
|
marker_7bc8223df12bee97542173ca6c3f43f9.bindPopup(popup_76e48dcd6aff97662b1b80746cb5eab9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bc8223df12bee97542173ca6c3f43f9.setIcon(icon_9971d1c2bb87214e6ec536a88eaa8d48);
|
|
|
|
|
|
var marker_0ab71ce9408ec142977c490300abf7ce = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_03eb246d511b67fa7141e5253ce23d70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3c55eb3def61e5fb3a783ae8cddd5df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc7955da6ff15dd4667f8ecd7bb641b2 = $(`<div id="html_cc7955da6ff15dd4667f8ecd7bb641b2" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_e3c55eb3def61e5fb3a783ae8cddd5df.setContent(html_cc7955da6ff15dd4667f8ecd7bb641b2);
|
|
|
|
|
|
|
|
marker_0ab71ce9408ec142977c490300abf7ce.bindPopup(popup_e3c55eb3def61e5fb3a783ae8cddd5df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ab71ce9408ec142977c490300abf7ce.setIcon(icon_03eb246d511b67fa7141e5253ce23d70);
|
|
|
|
|
|
var marker_bf166690985ca74005f27090de5d8c5c = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_afc68d56fa65835e36161af18d3632a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0171e3d0f4049bb0c393099897a09f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45af7067193f39aec68a9ba3d8fb5613 = $(`<div id="html_45af7067193f39aec68a9ba3d8fb5613" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_b0171e3d0f4049bb0c393099897a09f0.setContent(html_45af7067193f39aec68a9ba3d8fb5613);
|
|
|
|
|
|
|
|
marker_bf166690985ca74005f27090de5d8c5c.bindPopup(popup_b0171e3d0f4049bb0c393099897a09f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf166690985ca74005f27090de5d8c5c.setIcon(icon_afc68d56fa65835e36161af18d3632a4);
|
|
|
|
|
|
var marker_aa4f33cea025a9ec908b3e4adddb36ce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_c9da154bd06e74a513b92b9bbdaae15e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1be26866b455e235b3c3aa16de01198c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee87b5e8e1d90ebff82ecfb6ae2d2acb = $(`<div id="html_ee87b5e8e1d90ebff82ecfb6ae2d2acb" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_1be26866b455e235b3c3aa16de01198c.setContent(html_ee87b5e8e1d90ebff82ecfb6ae2d2acb);
|
|
|
|
|
|
|
|
marker_aa4f33cea025a9ec908b3e4adddb36ce.bindPopup(popup_1be26866b455e235b3c3aa16de01198c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa4f33cea025a9ec908b3e4adddb36ce.setIcon(icon_c9da154bd06e74a513b92b9bbdaae15e);
|
|
|
|
|
|
var marker_a654dfb334d963e9c6383a1eb99cc380 = L.marker(
|
|
[9.27447, -83.5797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_ac95561718ed696fccd67c9a4c0ea786 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_853bd8acef14e23977caabf9e8f6e199 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93f75d30e472750169151521a5102d2b = $(`<div id="html_93f75d30e472750169151521a5102d2b" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_853bd8acef14e23977caabf9e8f6e199.setContent(html_93f75d30e472750169151521a5102d2b);
|
|
|
|
|
|
|
|
marker_a654dfb334d963e9c6383a1eb99cc380.bindPopup(popup_853bd8acef14e23977caabf9e8f6e199)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a654dfb334d963e9c6383a1eb99cc380.setIcon(icon_ac95561718ed696fccd67c9a4c0ea786);
|
|
|
|
|
|
var marker_1426aa6ee970edfd40ffe906e33849ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_2bb7aee22b1e4d0dd678142b234697e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8a8201063af0ffda9a2be2116a954b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95b8874eedc8a43474682754ed74590b = $(`<div id="html_95b8874eedc8a43474682754ed74590b" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_a8a8201063af0ffda9a2be2116a954b1.setContent(html_95b8874eedc8a43474682754ed74590b);
|
|
|
|
|
|
|
|
marker_1426aa6ee970edfd40ffe906e33849ff.bindPopup(popup_a8a8201063af0ffda9a2be2116a954b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1426aa6ee970edfd40ffe906e33849ff.setIcon(icon_2bb7aee22b1e4d0dd678142b234697e5);
|
|
|
|
|
|
var marker_d769da5fadf024fe4d70891ac4d74e83 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_bb6fde661d5556d16ab057eda152fde6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b9d4ce6af7ccd30dd14535c1c666455 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be7d1caf9aba9fd2812fdf53d0e91845 = $(`<div id="html_be7d1caf9aba9fd2812fdf53d0e91845" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_1b9d4ce6af7ccd30dd14535c1c666455.setContent(html_be7d1caf9aba9fd2812fdf53d0e91845);
|
|
|
|
|
|
|
|
marker_d769da5fadf024fe4d70891ac4d74e83.bindPopup(popup_1b9d4ce6af7ccd30dd14535c1c666455)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d769da5fadf024fe4d70891ac4d74e83.setIcon(icon_bb6fde661d5556d16ab057eda152fde6);
|
|
|
|
|
|
var marker_d2650824023b440f8d3779af8748a02a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_6b5ca53194f08c923e5032a5fe3f9505 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_500544f32c5dbf0532b48776d3de30dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dfa6f1353c53eebf3752458b1ce9c12 = $(`<div id="html_3dfa6f1353c53eebf3752458b1ce9c12" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_500544f32c5dbf0532b48776d3de30dd.setContent(html_3dfa6f1353c53eebf3752458b1ce9c12);
|
|
|
|
|
|
|
|
marker_d2650824023b440f8d3779af8748a02a.bindPopup(popup_500544f32c5dbf0532b48776d3de30dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2650824023b440f8d3779af8748a02a.setIcon(icon_6b5ca53194f08c923e5032a5fe3f9505);
|
|
|
|
|
|
var marker_51ac0bc5a93d04438d07c4cb611485c1 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_25028e90dfdff888294795b0c634a28e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_473b7c8160384c58facbfa215d29efe0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_225ff0163a4939dea1d366c30d75f22a = $(`<div id="html_225ff0163a4939dea1d366c30d75f22a" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_473b7c8160384c58facbfa215d29efe0.setContent(html_225ff0163a4939dea1d366c30d75f22a);
|
|
|
|
|
|
|
|
marker_51ac0bc5a93d04438d07c4cb611485c1.bindPopup(popup_473b7c8160384c58facbfa215d29efe0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51ac0bc5a93d04438d07c4cb611485c1.setIcon(icon_25028e90dfdff888294795b0c634a28e);
|
|
|
|
|
|
var marker_0a5d47f40d55ff83ffa756bff2978596 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_a5929ac7949f76fd7f7615dc7109d73a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5229b71b94535e32e2c520a2c0d96a8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cdb80dad787f9f216aa53843ae91b29 = $(`<div id="html_5cdb80dad787f9f216aa53843ae91b29" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_5229b71b94535e32e2c520a2c0d96a8f.setContent(html_5cdb80dad787f9f216aa53843ae91b29);
|
|
|
|
|
|
|
|
marker_0a5d47f40d55ff83ffa756bff2978596.bindPopup(popup_5229b71b94535e32e2c520a2c0d96a8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a5d47f40d55ff83ffa756bff2978596.setIcon(icon_a5929ac7949f76fd7f7615dc7109d73a);
|
|
|
|
|
|
var marker_2be4766a7ba7a03a9b024d6f4b571d90 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_8e8009d2dd2773babcc23778dab80eb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8cd5b5c0d0005b48c554f6b6ae525ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f773b2bb91711ef456499e4c58a0091a = $(`<div id="html_f773b2bb91711ef456499e4c58a0091a" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_e8cd5b5c0d0005b48c554f6b6ae525ca.setContent(html_f773b2bb91711ef456499e4c58a0091a);
|
|
|
|
|
|
|
|
marker_2be4766a7ba7a03a9b024d6f4b571d90.bindPopup(popup_e8cd5b5c0d0005b48c554f6b6ae525ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2be4766a7ba7a03a9b024d6f4b571d90.setIcon(icon_8e8009d2dd2773babcc23778dab80eb5);
|
|
|
|
|
|
var marker_4790d1be93e0e2f36e104df4d3a3f544 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_a3d66fb1a7cb0be3bde2441731e5ee42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1d6277cf3d7d71a7b10c3703b506dd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e15e915d561e2ffa6ead20fc3ea3119 = $(`<div id="html_0e15e915d561e2ffa6ead20fc3ea3119" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_a1d6277cf3d7d71a7b10c3703b506dd3.setContent(html_0e15e915d561e2ffa6ead20fc3ea3119);
|
|
|
|
|
|
|
|
marker_4790d1be93e0e2f36e104df4d3a3f544.bindPopup(popup_a1d6277cf3d7d71a7b10c3703b506dd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4790d1be93e0e2f36e104df4d3a3f544.setIcon(icon_a3d66fb1a7cb0be3bde2441731e5ee42);
|
|
|
|
|
|
var marker_77d48139876aabc1ecaf3531dbe4c816 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_59ad94c9154342dc637d20af4190f523 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b437e12810e8a1e01f5b9c956de09b8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d1a0431fbbadb06b68e4cfe28978077 = $(`<div id="html_9d1a0431fbbadb06b68e4cfe28978077" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_b437e12810e8a1e01f5b9c956de09b8b.setContent(html_9d1a0431fbbadb06b68e4cfe28978077);
|
|
|
|
|
|
|
|
marker_77d48139876aabc1ecaf3531dbe4c816.bindPopup(popup_b437e12810e8a1e01f5b9c956de09b8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77d48139876aabc1ecaf3531dbe4c816.setIcon(icon_59ad94c9154342dc637d20af4190f523);
|
|
|
|
|
|
var marker_4e99f63a7b9e0441ff0e6386cbd2677d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_b57daa24dff054aa59b971322463d7bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10a6a44c6c22204872ee41e43aafcd91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df003482e619086223dc3998f1ade9fe = $(`<div id="html_df003482e619086223dc3998f1ade9fe" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_10a6a44c6c22204872ee41e43aafcd91.setContent(html_df003482e619086223dc3998f1ade9fe);
|
|
|
|
|
|
|
|
marker_4e99f63a7b9e0441ff0e6386cbd2677d.bindPopup(popup_10a6a44c6c22204872ee41e43aafcd91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e99f63a7b9e0441ff0e6386cbd2677d.setIcon(icon_b57daa24dff054aa59b971322463d7bc);
|
|
|
|
|
|
var marker_c16eeb6083c9f3293f646d8487aa0647 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_c0f267eacc7d56cdb6b6f21e84f60005 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1c55e66996fcbaf0000098913bea418 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f347d90bbd96c826464afde2253dfd39 = $(`<div id="html_f347d90bbd96c826464afde2253dfd39" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_e1c55e66996fcbaf0000098913bea418.setContent(html_f347d90bbd96c826464afde2253dfd39);
|
|
|
|
|
|
|
|
marker_c16eeb6083c9f3293f646d8487aa0647.bindPopup(popup_e1c55e66996fcbaf0000098913bea418)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c16eeb6083c9f3293f646d8487aa0647.setIcon(icon_c0f267eacc7d56cdb6b6f21e84f60005);
|
|
|
|
|
|
var marker_9b1ba7fa827123f7daf23644160f1d67 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_cf4a425fca139e6b5fd55d4d8ce02f0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f528dfe39595d9609f21781c763badbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ac9d68f0021d70a0dba406e7cc3c806 = $(`<div id="html_1ac9d68f0021d70a0dba406e7cc3c806" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_f528dfe39595d9609f21781c763badbc.setContent(html_1ac9d68f0021d70a0dba406e7cc3c806);
|
|
|
|
|
|
|
|
marker_9b1ba7fa827123f7daf23644160f1d67.bindPopup(popup_f528dfe39595d9609f21781c763badbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b1ba7fa827123f7daf23644160f1d67.setIcon(icon_cf4a425fca139e6b5fd55d4d8ce02f0e);
|
|
|
|
|
|
var marker_563813ae1869bda64e9669eb882cc0e7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_7df35b2a23e3c3ac23b68771d40fe748 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_208762eb53c399e5de222dd6e1b2cf2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43d43c109fa1b3b14ec7ffa2e4f68dd5 = $(`<div id="html_43d43c109fa1b3b14ec7ffa2e4f68dd5" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_208762eb53c399e5de222dd6e1b2cf2b.setContent(html_43d43c109fa1b3b14ec7ffa2e4f68dd5);
|
|
|
|
|
|
|
|
marker_563813ae1869bda64e9669eb882cc0e7.bindPopup(popup_208762eb53c399e5de222dd6e1b2cf2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_563813ae1869bda64e9669eb882cc0e7.setIcon(icon_7df35b2a23e3c3ac23b68771d40fe748);
|
|
|
|
|
|
var marker_1f2366bfd10e19518fdafb935a1f36ad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_61eda90cb08fb6d0b2d0b7121a98224d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e416eeeb6d8ccf8e05a63c8a3efec216 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21546b37b49d73e7637853d5e701d193 = $(`<div id="html_21546b37b49d73e7637853d5e701d193" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_e416eeeb6d8ccf8e05a63c8a3efec216.setContent(html_21546b37b49d73e7637853d5e701d193);
|
|
|
|
|
|
|
|
marker_1f2366bfd10e19518fdafb935a1f36ad.bindPopup(popup_e416eeeb6d8ccf8e05a63c8a3efec216)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f2366bfd10e19518fdafb935a1f36ad.setIcon(icon_61eda90cb08fb6d0b2d0b7121a98224d);
|
|
|
|
|
|
var marker_86518a91d59e6363a7b9a52776c4db4f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_78e0cfa30c7a5ddc8aead37cf207f0ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a791d07d57bbfb0da4977521ff88d35d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e1e9f80c1f00b0876f8451b1ea9d950 = $(`<div id="html_4e1e9f80c1f00b0876f8451b1ea9d950" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_a791d07d57bbfb0da4977521ff88d35d.setContent(html_4e1e9f80c1f00b0876f8451b1ea9d950);
|
|
|
|
|
|
|
|
marker_86518a91d59e6363a7b9a52776c4db4f.bindPopup(popup_a791d07d57bbfb0da4977521ff88d35d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86518a91d59e6363a7b9a52776c4db4f.setIcon(icon_78e0cfa30c7a5ddc8aead37cf207f0ea);
|
|
|
|
|
|
var marker_7f59ad27588629175d4047321e80aca6 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_db411c1501eab4b6ac52e27e1d9548c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5aa0567540f628ac739911439a641e77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1027e1cff5fb10b9924b9965708e4de = $(`<div id="html_c1027e1cff5fb10b9924b9965708e4de" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_5aa0567540f628ac739911439a641e77.setContent(html_c1027e1cff5fb10b9924b9965708e4de);
|
|
|
|
|
|
|
|
marker_7f59ad27588629175d4047321e80aca6.bindPopup(popup_5aa0567540f628ac739911439a641e77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f59ad27588629175d4047321e80aca6.setIcon(icon_db411c1501eab4b6ac52e27e1d9548c2);
|
|
|
|
|
|
var marker_b41b5b203e54d8ce86812e382dbb0dc0 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_5575957e585bfa301e267c01e8eb0a81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_170a54168d1dc454ddd1ea04aeca7d62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e2976d3667a8efc23fdc07a2dbfc21a = $(`<div id="html_0e2976d3667a8efc23fdc07a2dbfc21a" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_170a54168d1dc454ddd1ea04aeca7d62.setContent(html_0e2976d3667a8efc23fdc07a2dbfc21a);
|
|
|
|
|
|
|
|
marker_b41b5b203e54d8ce86812e382dbb0dc0.bindPopup(popup_170a54168d1dc454ddd1ea04aeca7d62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b41b5b203e54d8ce86812e382dbb0dc0.setIcon(icon_5575957e585bfa301e267c01e8eb0a81);
|
|
|
|
|
|
var marker_ef9caf5bee99f77f9c96f446e9f8cfdc = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_a16206ee3f649a7abef236412f5624c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aaa10c2a8432b75863c65e1117d49410 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da7210ac565c5f51be80fa165f10ff22 = $(`<div id="html_da7210ac565c5f51be80fa165f10ff22" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_aaa10c2a8432b75863c65e1117d49410.setContent(html_da7210ac565c5f51be80fa165f10ff22);
|
|
|
|
|
|
|
|
marker_ef9caf5bee99f77f9c96f446e9f8cfdc.bindPopup(popup_aaa10c2a8432b75863c65e1117d49410)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef9caf5bee99f77f9c96f446e9f8cfdc.setIcon(icon_a16206ee3f649a7abef236412f5624c5);
|
|
|
|
|
|
var marker_9fc0112d5db31b00b2cc52c2e278d0ca = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_b5878ede3da62d9a45fba2b193f5198b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af0fe44edc9b961aee9afce5749c3ba0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c75668c98e959baec9b46fce01c50562 = $(`<div id="html_c75668c98e959baec9b46fce01c50562" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_af0fe44edc9b961aee9afce5749c3ba0.setContent(html_c75668c98e959baec9b46fce01c50562);
|
|
|
|
|
|
|
|
marker_9fc0112d5db31b00b2cc52c2e278d0ca.bindPopup(popup_af0fe44edc9b961aee9afce5749c3ba0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fc0112d5db31b00b2cc52c2e278d0ca.setIcon(icon_b5878ede3da62d9a45fba2b193f5198b);
|
|
|
|
|
|
var marker_580a6ac867aa9eeb8edff49d69aae91c = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_fc1a21d8b786c2b0de31379b9d7cec47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d909048ce94ad1958b8c7e7d8f17490 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9dced15cd47aa5b8c1621f94dc8b782 = $(`<div id="html_f9dced15cd47aa5b8c1621f94dc8b782" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_1d909048ce94ad1958b8c7e7d8f17490.setContent(html_f9dced15cd47aa5b8c1621f94dc8b782);
|
|
|
|
|
|
|
|
marker_580a6ac867aa9eeb8edff49d69aae91c.bindPopup(popup_1d909048ce94ad1958b8c7e7d8f17490)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_580a6ac867aa9eeb8edff49d69aae91c.setIcon(icon_fc1a21d8b786c2b0de31379b9d7cec47);
|
|
|
|
|
|
var marker_30944f106aeb1a4228cc699e373c2f6a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_7cdde9f39f355e6a5e42e9cb5024851d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32fd2e7046cf4c853afc5a68cb366514 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f108a52c3d30408daed1068c6d7b548 = $(`<div id="html_9f108a52c3d30408daed1068c6d7b548" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_32fd2e7046cf4c853afc5a68cb366514.setContent(html_9f108a52c3d30408daed1068c6d7b548);
|
|
|
|
|
|
|
|
marker_30944f106aeb1a4228cc699e373c2f6a.bindPopup(popup_32fd2e7046cf4c853afc5a68cb366514)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30944f106aeb1a4228cc699e373c2f6a.setIcon(icon_7cdde9f39f355e6a5e42e9cb5024851d);
|
|
|
|
|
|
var marker_96716ce5e7e2e4ed3bfc8f34f64e4286 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_868d7525a793595ac063aa472c6c476c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5069fc4679367cdab2639559b6f94b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f34f53d9e614583a62e545598ff8464 = $(`<div id="html_6f34f53d9e614583a62e545598ff8464" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_f5069fc4679367cdab2639559b6f94b0.setContent(html_6f34f53d9e614583a62e545598ff8464);
|
|
|
|
|
|
|
|
marker_96716ce5e7e2e4ed3bfc8f34f64e4286.bindPopup(popup_f5069fc4679367cdab2639559b6f94b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96716ce5e7e2e4ed3bfc8f34f64e4286.setIcon(icon_868d7525a793595ac063aa472c6c476c);
|
|
|
|
|
|
var marker_d181eb9a1b3875856a0f46b04be38cd1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_3e516b5d8ebb92b2ce304ad9f12a1e50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e7f63b7d243efbe050985379b08a209 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af55ae24fa25aedf5db33fc4b3a87a55 = $(`<div id="html_af55ae24fa25aedf5db33fc4b3a87a55" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_7e7f63b7d243efbe050985379b08a209.setContent(html_af55ae24fa25aedf5db33fc4b3a87a55);
|
|
|
|
|
|
|
|
marker_d181eb9a1b3875856a0f46b04be38cd1.bindPopup(popup_7e7f63b7d243efbe050985379b08a209)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d181eb9a1b3875856a0f46b04be38cd1.setIcon(icon_3e516b5d8ebb92b2ce304ad9f12a1e50);
|
|
|
|
|
|
var marker_de95915cc03dea9ec9f794ac7a41c562 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_f4f6f3498e5bee77b6ecee7559887031 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9e7e34e46a0b6b8fa6dc52679776a49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_772aeb0a889d4be34da82ce336e9f25c = $(`<div id="html_772aeb0a889d4be34da82ce336e9f25c" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_c9e7e34e46a0b6b8fa6dc52679776a49.setContent(html_772aeb0a889d4be34da82ce336e9f25c);
|
|
|
|
|
|
|
|
marker_de95915cc03dea9ec9f794ac7a41c562.bindPopup(popup_c9e7e34e46a0b6b8fa6dc52679776a49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de95915cc03dea9ec9f794ac7a41c562.setIcon(icon_f4f6f3498e5bee77b6ecee7559887031);
|
|
|
|
|
|
var marker_e3c8fb56f38f69da6aa14fac8544bffe = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_6edc99542033a6bc2505af0f185733a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_388d1847e494d2ac8b0e11ed53bde183 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edaffc9a953fa73f5e7e7ad737313efc = $(`<div id="html_edaffc9a953fa73f5e7e7ad737313efc" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_388d1847e494d2ac8b0e11ed53bde183.setContent(html_edaffc9a953fa73f5e7e7ad737313efc);
|
|
|
|
|
|
|
|
marker_e3c8fb56f38f69da6aa14fac8544bffe.bindPopup(popup_388d1847e494d2ac8b0e11ed53bde183)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3c8fb56f38f69da6aa14fac8544bffe.setIcon(icon_6edc99542033a6bc2505af0f185733a7);
|
|
|
|
|
|
var marker_9cc9c190a6fd2a9f8d4df5482290ca66 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_c3ecd896215d3ac0d4308fc408f25235 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2c99f8da37b1e16033c52da82265ed2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abc2f54458087c554c02251d85d39d24 = $(`<div id="html_abc2f54458087c554c02251d85d39d24" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_a2c99f8da37b1e16033c52da82265ed2.setContent(html_abc2f54458087c554c02251d85d39d24);
|
|
|
|
|
|
|
|
marker_9cc9c190a6fd2a9f8d4df5482290ca66.bindPopup(popup_a2c99f8da37b1e16033c52da82265ed2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cc9c190a6fd2a9f8d4df5482290ca66.setIcon(icon_c3ecd896215d3ac0d4308fc408f25235);
|
|
|
|
|
|
var marker_366bc49d74807e514ad92cb7cfc2e42b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_1027766ae7b2cae6beb8c78d3d13250a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7255da88289d1f4bb233cdadfb401729 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_693cc13a777e7b9267ce7609c30f391e = $(`<div id="html_693cc13a777e7b9267ce7609c30f391e" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_7255da88289d1f4bb233cdadfb401729.setContent(html_693cc13a777e7b9267ce7609c30f391e);
|
|
|
|
|
|
|
|
marker_366bc49d74807e514ad92cb7cfc2e42b.bindPopup(popup_7255da88289d1f4bb233cdadfb401729)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_366bc49d74807e514ad92cb7cfc2e42b.setIcon(icon_1027766ae7b2cae6beb8c78d3d13250a);
|
|
|
|
|
|
var marker_3da9fbdd10b6b3c9d8949ba70f7abd1e = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_35a68203023e83d43d70c9d5436885df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7a88bf848e76df667e911296d471846 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbf401cd84601c8175f80be8f6fa8527 = $(`<div id="html_fbf401cd84601c8175f80be8f6fa8527" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_a7a88bf848e76df667e911296d471846.setContent(html_fbf401cd84601c8175f80be8f6fa8527);
|
|
|
|
|
|
|
|
marker_3da9fbdd10b6b3c9d8949ba70f7abd1e.bindPopup(popup_a7a88bf848e76df667e911296d471846)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3da9fbdd10b6b3c9d8949ba70f7abd1e.setIcon(icon_35a68203023e83d43d70c9d5436885df);
|
|
|
|
|
|
var marker_19990b4348dd47433b784fdecd2d4949 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_17ff87cc5e30625a1af682018b30699e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24eea761b34428bf1fb43cf5a6655fd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fb664d03df11f837b2b3f12c1e71a73 = $(`<div id="html_1fb664d03df11f837b2b3f12c1e71a73" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_24eea761b34428bf1fb43cf5a6655fd6.setContent(html_1fb664d03df11f837b2b3f12c1e71a73);
|
|
|
|
|
|
|
|
marker_19990b4348dd47433b784fdecd2d4949.bindPopup(popup_24eea761b34428bf1fb43cf5a6655fd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19990b4348dd47433b784fdecd2d4949.setIcon(icon_17ff87cc5e30625a1af682018b30699e);
|
|
|
|
|
|
var marker_9142743f00d183e5d2683bb46807367e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_4108a9551225009b825c23a47d442537 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9b0875f55dfe20a7c746153e51e030e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90ac4b12788618d1e2737559c1337946 = $(`<div id="html_90ac4b12788618d1e2737559c1337946" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_d9b0875f55dfe20a7c746153e51e030e.setContent(html_90ac4b12788618d1e2737559c1337946);
|
|
|
|
|
|
|
|
marker_9142743f00d183e5d2683bb46807367e.bindPopup(popup_d9b0875f55dfe20a7c746153e51e030e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9142743f00d183e5d2683bb46807367e.setIcon(icon_4108a9551225009b825c23a47d442537);
|
|
|
|
|
|
var marker_2d150964997d32d9502401e4810d0dc2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_6fd4b7805594f7a371a4cbd9d863ad0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6874a80cc5fb2389a3037cb49f3806db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_131c013862becad6a068f8a413f0e024 = $(`<div id="html_131c013862becad6a068f8a413f0e024" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_6874a80cc5fb2389a3037cb49f3806db.setContent(html_131c013862becad6a068f8a413f0e024);
|
|
|
|
|
|
|
|
marker_2d150964997d32d9502401e4810d0dc2.bindPopup(popup_6874a80cc5fb2389a3037cb49f3806db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d150964997d32d9502401e4810d0dc2.setIcon(icon_6fd4b7805594f7a371a4cbd9d863ad0d);
|
|
|
|
|
|
var marker_e2a589864123c1701299fded46f0298c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_b6b307ecdd66e9c864e01559a5b6c1c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c89c1b0f6faa60106213519556e730da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_185139fe923e6049582ed69767191cad = $(`<div id="html_185139fe923e6049582ed69767191cad" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_c89c1b0f6faa60106213519556e730da.setContent(html_185139fe923e6049582ed69767191cad);
|
|
|
|
|
|
|
|
marker_e2a589864123c1701299fded46f0298c.bindPopup(popup_c89c1b0f6faa60106213519556e730da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2a589864123c1701299fded46f0298c.setIcon(icon_b6b307ecdd66e9c864e01559a5b6c1c5);
|
|
|
|
|
|
var marker_6bc96ab45d038d55e2e5ad1368fe2703 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_25b61f84f7244115a90cfc2bba3533a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f04742206b33b12dc52000ed3b5e6cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24cdd453d7b7cf3943b2ced57fd6990d = $(`<div id="html_24cdd453d7b7cf3943b2ced57fd6990d" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_8f04742206b33b12dc52000ed3b5e6cb.setContent(html_24cdd453d7b7cf3943b2ced57fd6990d);
|
|
|
|
|
|
|
|
marker_6bc96ab45d038d55e2e5ad1368fe2703.bindPopup(popup_8f04742206b33b12dc52000ed3b5e6cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bc96ab45d038d55e2e5ad1368fe2703.setIcon(icon_25b61f84f7244115a90cfc2bba3533a5);
|
|
|
|
|
|
var marker_d50df53d3b6128e2d0991e5711d765ed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_edf2b8908d8ff90adb66ce8fe7fb757a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34637e4e456eecc88bdfd6f255c499a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d3c934c6ef64a37bd07781938a22d4d = $(`<div id="html_8d3c934c6ef64a37bd07781938a22d4d" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_34637e4e456eecc88bdfd6f255c499a9.setContent(html_8d3c934c6ef64a37bd07781938a22d4d);
|
|
|
|
|
|
|
|
marker_d50df53d3b6128e2d0991e5711d765ed.bindPopup(popup_34637e4e456eecc88bdfd6f255c499a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d50df53d3b6128e2d0991e5711d765ed.setIcon(icon_edf2b8908d8ff90adb66ce8fe7fb757a);
|
|
|
|
|
|
var marker_fd4e242f055cfeb904e4ad046bc7e758 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_3e8469e3a6b1c440ed9fb0d0eee41713 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fb71f292ccef5d45c7d8eb4e40269e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20b1116d176b55ec9c248f6cc5240383 = $(`<div id="html_20b1116d176b55ec9c248f6cc5240383" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_2fb71f292ccef5d45c7d8eb4e40269e7.setContent(html_20b1116d176b55ec9c248f6cc5240383);
|
|
|
|
|
|
|
|
marker_fd4e242f055cfeb904e4ad046bc7e758.bindPopup(popup_2fb71f292ccef5d45c7d8eb4e40269e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd4e242f055cfeb904e4ad046bc7e758.setIcon(icon_3e8469e3a6b1c440ed9fb0d0eee41713);
|
|
|
|
|
|
var marker_f492c9a4824356d1fe87312e6e2b968e = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_a2571b970b580507f669e2f73c720a73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bf8ace93071d575a4143e177178336b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6a9df77e0923206e944e050caff42f8 = $(`<div id="html_b6a9df77e0923206e944e050caff42f8" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_5bf8ace93071d575a4143e177178336b.setContent(html_b6a9df77e0923206e944e050caff42f8);
|
|
|
|
|
|
|
|
marker_f492c9a4824356d1fe87312e6e2b968e.bindPopup(popup_5bf8ace93071d575a4143e177178336b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f492c9a4824356d1fe87312e6e2b968e.setIcon(icon_a2571b970b580507f669e2f73c720a73);
|
|
|
|
|
|
var marker_c68ae98c3e25ca117595375f53e45eca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_69c0d18c842a4f8367743ca7205ec43d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9986f7eb9a38ac8d91f84ec91d9f4338 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9900888d29c99ecbb4d306804df8072f = $(`<div id="html_9900888d29c99ecbb4d306804df8072f" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_9986f7eb9a38ac8d91f84ec91d9f4338.setContent(html_9900888d29c99ecbb4d306804df8072f);
|
|
|
|
|
|
|
|
marker_c68ae98c3e25ca117595375f53e45eca.bindPopup(popup_9986f7eb9a38ac8d91f84ec91d9f4338)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c68ae98c3e25ca117595375f53e45eca.setIcon(icon_69c0d18c842a4f8367743ca7205ec43d);
|
|
|
|
|
|
var marker_10ca92e6e5e4054f8b859a7084796d58 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_3a703df86dd0b96370e7ec52ba63c2c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cc1e775d626f94d9b08903411c8bd4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c52735ea17ae8bc716e214d18480074 = $(`<div id="html_6c52735ea17ae8bc716e214d18480074" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_8cc1e775d626f94d9b08903411c8bd4e.setContent(html_6c52735ea17ae8bc716e214d18480074);
|
|
|
|
|
|
|
|
marker_10ca92e6e5e4054f8b859a7084796d58.bindPopup(popup_8cc1e775d626f94d9b08903411c8bd4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10ca92e6e5e4054f8b859a7084796d58.setIcon(icon_3a703df86dd0b96370e7ec52ba63c2c8);
|
|
|
|
|
|
var marker_f56729dd1d87818b33f4886ad670ec25 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_90aa6d12518985506998831a1d44d425 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f63ef09301dcb974f8288bf7e08199d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8700606d2f93a98e9d81ff9a216bafe1 = $(`<div id="html_8700606d2f93a98e9d81ff9a216bafe1" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_f63ef09301dcb974f8288bf7e08199d1.setContent(html_8700606d2f93a98e9d81ff9a216bafe1);
|
|
|
|
|
|
|
|
marker_f56729dd1d87818b33f4886ad670ec25.bindPopup(popup_f63ef09301dcb974f8288bf7e08199d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f56729dd1d87818b33f4886ad670ec25.setIcon(icon_90aa6d12518985506998831a1d44d425);
|
|
|
|
|
|
var marker_54ec1afcc71e2cdeebe079f760904180 = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_546774b072d81b6a53c1373968b4ed10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cf0b5d2ea476e742c345b31188bc951 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d93bc8ec5b1f2ed0c1d7801a901de55 = $(`<div id="html_5d93bc8ec5b1f2ed0c1d7801a901de55" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_8cf0b5d2ea476e742c345b31188bc951.setContent(html_5d93bc8ec5b1f2ed0c1d7801a901de55);
|
|
|
|
|
|
|
|
marker_54ec1afcc71e2cdeebe079f760904180.bindPopup(popup_8cf0b5d2ea476e742c345b31188bc951)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54ec1afcc71e2cdeebe079f760904180.setIcon(icon_546774b072d81b6a53c1373968b4ed10);
|
|
|
|
|
|
var marker_ad8866eb51b23e5c7391b4d9beb44b35 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_71abb8ea64fb7ad25b76f7953727dbfa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_885f689afcfb6cdafff8d5f0d1631927 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a53b7c4b332627aba96b0ed98da0c4a = $(`<div id="html_6a53b7c4b332627aba96b0ed98da0c4a" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_885f689afcfb6cdafff8d5f0d1631927.setContent(html_6a53b7c4b332627aba96b0ed98da0c4a);
|
|
|
|
|
|
|
|
marker_ad8866eb51b23e5c7391b4d9beb44b35.bindPopup(popup_885f689afcfb6cdafff8d5f0d1631927)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad8866eb51b23e5c7391b4d9beb44b35.setIcon(icon_71abb8ea64fb7ad25b76f7953727dbfa);
|
|
|
|
|
|
var marker_ad45dee67eba5e0cc145b45bd95a7342 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_6eb8c56b7ab63471bbe10da8805225a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_feaa6b2878366605618f908b2153a526 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_214c2367b274a4864d74f580dc5eb3ac = $(`<div id="html_214c2367b274a4864d74f580dc5eb3ac" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_feaa6b2878366605618f908b2153a526.setContent(html_214c2367b274a4864d74f580dc5eb3ac);
|
|
|
|
|
|
|
|
marker_ad45dee67eba5e0cc145b45bd95a7342.bindPopup(popup_feaa6b2878366605618f908b2153a526)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad45dee67eba5e0cc145b45bd95a7342.setIcon(icon_6eb8c56b7ab63471bbe10da8805225a1);
|
|
|
|
|
|
var marker_77bea877eba642fa9d5cd75647ee9644 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_b62cc9bf3c2ccb4a55f455eb49ecb681 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df8dad847180a4165b7c134baca91dcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bc9a075e3482b0cbbf79cf8562cee8a = $(`<div id="html_9bc9a075e3482b0cbbf79cf8562cee8a" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_df8dad847180a4165b7c134baca91dcf.setContent(html_9bc9a075e3482b0cbbf79cf8562cee8a);
|
|
|
|
|
|
|
|
marker_77bea877eba642fa9d5cd75647ee9644.bindPopup(popup_df8dad847180a4165b7c134baca91dcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77bea877eba642fa9d5cd75647ee9644.setIcon(icon_b62cc9bf3c2ccb4a55f455eb49ecb681);
|
|
|
|
|
|
var marker_98ce933ca43aa3a80680504d0c3dbe99 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_d5bd23adde1b08523dcf9f4c888f7ac1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_241c73f95b013427493d403ad0f85d0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f28063b55c2cb13f14daf45b9bee697 = $(`<div id="html_8f28063b55c2cb13f14daf45b9bee697" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_241c73f95b013427493d403ad0f85d0c.setContent(html_8f28063b55c2cb13f14daf45b9bee697);
|
|
|
|
|
|
|
|
marker_98ce933ca43aa3a80680504d0c3dbe99.bindPopup(popup_241c73f95b013427493d403ad0f85d0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98ce933ca43aa3a80680504d0c3dbe99.setIcon(icon_d5bd23adde1b08523dcf9f4c888f7ac1);
|
|
|
|
|
|
var marker_d47dd40a8dcb76753c280bded30a5795 = L.marker(
|
|
[40.2662, 44.6393],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_d5117438ec1dba75e6e5f4c270fa0b29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a1dedf1acb04b56f2d1b801ef710843 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a68fe46b49ca8a1e3ed5ba49d82ada1 = $(`<div id="html_1a68fe46b49ca8a1e3ed5ba49d82ada1" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_1a1dedf1acb04b56f2d1b801ef710843.setContent(html_1a68fe46b49ca8a1e3ed5ba49d82ada1);
|
|
|
|
|
|
|
|
marker_d47dd40a8dcb76753c280bded30a5795.bindPopup(popup_1a1dedf1acb04b56f2d1b801ef710843)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d47dd40a8dcb76753c280bded30a5795.setIcon(icon_d5117438ec1dba75e6e5f4c270fa0b29);
|
|
|
|
|
|
var marker_989fdfae74ecd8ac26b10e1d44139d86 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_87c013c3f1872102b4cbbe3a9e4673d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74e34d9c2f621abea8e65efab3ecc6f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78023be4d2da20b32b3ee9799b1b1285 = $(`<div id="html_78023be4d2da20b32b3ee9799b1b1285" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_74e34d9c2f621abea8e65efab3ecc6f2.setContent(html_78023be4d2da20b32b3ee9799b1b1285);
|
|
|
|
|
|
|
|
marker_989fdfae74ecd8ac26b10e1d44139d86.bindPopup(popup_74e34d9c2f621abea8e65efab3ecc6f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_989fdfae74ecd8ac26b10e1d44139d86.setIcon(icon_87c013c3f1872102b4cbbe3a9e4673d4);
|
|
|
|
|
|
var marker_d42c77eb62e417249a99f419d1dcaba3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_bb461e6b1970b26c41dc8242b61b5243 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88ee6d1f73983c5214208531d4b79ea8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20ce5cf3a6b453606008663b5f54844c = $(`<div id="html_20ce5cf3a6b453606008663b5f54844c" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_88ee6d1f73983c5214208531d4b79ea8.setContent(html_20ce5cf3a6b453606008663b5f54844c);
|
|
|
|
|
|
|
|
marker_d42c77eb62e417249a99f419d1dcaba3.bindPopup(popup_88ee6d1f73983c5214208531d4b79ea8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d42c77eb62e417249a99f419d1dcaba3.setIcon(icon_bb461e6b1970b26c41dc8242b61b5243);
|
|
|
|
|
|
var marker_455c0417a856d0ae4f463bf5bfc01a93 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_d3d56d1f4aa3128a53018c0a5ecd8873 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0e9a57234485e9e8fe7a784364da8ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9449120a6919e574cb7a53fc6ce95a3f = $(`<div id="html_9449120a6919e574cb7a53fc6ce95a3f" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_d0e9a57234485e9e8fe7a784364da8ac.setContent(html_9449120a6919e574cb7a53fc6ce95a3f);
|
|
|
|
|
|
|
|
marker_455c0417a856d0ae4f463bf5bfc01a93.bindPopup(popup_d0e9a57234485e9e8fe7a784364da8ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_455c0417a856d0ae4f463bf5bfc01a93.setIcon(icon_d3d56d1f4aa3128a53018c0a5ecd8873);
|
|
|
|
|
|
var marker_540294480bd8920992de0ea09ffdc6e2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_47f6fbc64b3e41b65c624f684b8a5b66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e761b88cf0018a9616afd930f71216dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88f2cce962f2471f7101460ff86622d5 = $(`<div id="html_88f2cce962f2471f7101460ff86622d5" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_e761b88cf0018a9616afd930f71216dd.setContent(html_88f2cce962f2471f7101460ff86622d5);
|
|
|
|
|
|
|
|
marker_540294480bd8920992de0ea09ffdc6e2.bindPopup(popup_e761b88cf0018a9616afd930f71216dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_540294480bd8920992de0ea09ffdc6e2.setIcon(icon_47f6fbc64b3e41b65c624f684b8a5b66);
|
|
|
|
|
|
var marker_4b5ff4b1ce6079ffbd35f45be3ad1b67 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_b4abf108d9c3297513c4e5aae8f80bf4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25e561bf228881a8d94a2200c2ccd171 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3456d6de79af80961dee4ba40156d07e = $(`<div id="html_3456d6de79af80961dee4ba40156d07e" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_25e561bf228881a8d94a2200c2ccd171.setContent(html_3456d6de79af80961dee4ba40156d07e);
|
|
|
|
|
|
|
|
marker_4b5ff4b1ce6079ffbd35f45be3ad1b67.bindPopup(popup_25e561bf228881a8d94a2200c2ccd171)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b5ff4b1ce6079ffbd35f45be3ad1b67.setIcon(icon_b4abf108d9c3297513c4e5aae8f80bf4);
|
|
|
|
|
|
var marker_43c527c8fadf97ce951ec0fbc085fc6b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_0c0512b13dd6ba15cef7b5453518ca24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee4a00e22369db5276e55dedaeac3cf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_860844ca3b279c49d942441cbf9dccdb = $(`<div id="html_860844ca3b279c49d942441cbf9dccdb" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_ee4a00e22369db5276e55dedaeac3cf9.setContent(html_860844ca3b279c49d942441cbf9dccdb);
|
|
|
|
|
|
|
|
marker_43c527c8fadf97ce951ec0fbc085fc6b.bindPopup(popup_ee4a00e22369db5276e55dedaeac3cf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43c527c8fadf97ce951ec0fbc085fc6b.setIcon(icon_0c0512b13dd6ba15cef7b5453518ca24);
|
|
|
|
|
|
var marker_f02bad4e376f276c225b69f5595d81d8 = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_d511f810167c14c3d8daeec97255b656 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d60284ab72e04b63e3bff939a01c6125 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b0524eb4182f42945c184790549933d = $(`<div id="html_5b0524eb4182f42945c184790549933d" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_d60284ab72e04b63e3bff939a01c6125.setContent(html_5b0524eb4182f42945c184790549933d);
|
|
|
|
|
|
|
|
marker_f02bad4e376f276c225b69f5595d81d8.bindPopup(popup_d60284ab72e04b63e3bff939a01c6125)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f02bad4e376f276c225b69f5595d81d8.setIcon(icon_d511f810167c14c3d8daeec97255b656);
|
|
|
|
|
|
var marker_a6849da2778eca59b1b5e898785a1fae = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_51a9661a2bbb4bca5ce9c06469c4a8e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fbc46a233c08442e1334d564399626b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_985c1cd47f2b84933b0f2a229900d5f9 = $(`<div id="html_985c1cd47f2b84933b0f2a229900d5f9" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_8fbc46a233c08442e1334d564399626b.setContent(html_985c1cd47f2b84933b0f2a229900d5f9);
|
|
|
|
|
|
|
|
marker_a6849da2778eca59b1b5e898785a1fae.bindPopup(popup_8fbc46a233c08442e1334d564399626b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6849da2778eca59b1b5e898785a1fae.setIcon(icon_51a9661a2bbb4bca5ce9c06469c4a8e8);
|
|
|
|
|
|
var marker_dc4e01f3d5cb3e6b013ac982d9a3c1fb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_5a3131ba9f1620f8668abbf2967d55ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed16490a612b30d719788415ecf03ee2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c3ba143118b10c251f8abc335014663 = $(`<div id="html_5c3ba143118b10c251f8abc335014663" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_ed16490a612b30d719788415ecf03ee2.setContent(html_5c3ba143118b10c251f8abc335014663);
|
|
|
|
|
|
|
|
marker_dc4e01f3d5cb3e6b013ac982d9a3c1fb.bindPopup(popup_ed16490a612b30d719788415ecf03ee2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc4e01f3d5cb3e6b013ac982d9a3c1fb.setIcon(icon_5a3131ba9f1620f8668abbf2967d55ff);
|
|
|
|
|
|
var marker_f4b006b1324b3feb4c884c77b601be67 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_0c9e71d908d1b0b19cd23fb0b3e36bfb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c85b73e8650d69f14d35ed3b950256d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b8c591a8eab0f1a51418698c3576830 = $(`<div id="html_2b8c591a8eab0f1a51418698c3576830" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_0c85b73e8650d69f14d35ed3b950256d.setContent(html_2b8c591a8eab0f1a51418698c3576830);
|
|
|
|
|
|
|
|
marker_f4b006b1324b3feb4c884c77b601be67.bindPopup(popup_0c85b73e8650d69f14d35ed3b950256d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4b006b1324b3feb4c884c77b601be67.setIcon(icon_0c9e71d908d1b0b19cd23fb0b3e36bfb);
|
|
|
|
|
|
var marker_9112d88b589102d90a9808dd44a293b4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_fa4c56a81f977dc3e133ef528e49bfc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93292a3f8493c41104a431295c9e5cec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e22b5983c388009092138b62ffd2020 = $(`<div id="html_5e22b5983c388009092138b62ffd2020" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_93292a3f8493c41104a431295c9e5cec.setContent(html_5e22b5983c388009092138b62ffd2020);
|
|
|
|
|
|
|
|
marker_9112d88b589102d90a9808dd44a293b4.bindPopup(popup_93292a3f8493c41104a431295c9e5cec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9112d88b589102d90a9808dd44a293b4.setIcon(icon_fa4c56a81f977dc3e133ef528e49bfc6);
|
|
|
|
|
|
var marker_4448d65cacbb4f8fe2b2ee4abbc56278 = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_0093f66d7082c29a64796760ac46e665 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edb7130d05d78acd1bad32ffdc889a7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fa11ee7fb55dedeffb0cb7ffd1574f7 = $(`<div id="html_5fa11ee7fb55dedeffb0cb7ffd1574f7" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_edb7130d05d78acd1bad32ffdc889a7d.setContent(html_5fa11ee7fb55dedeffb0cb7ffd1574f7);
|
|
|
|
|
|
|
|
marker_4448d65cacbb4f8fe2b2ee4abbc56278.bindPopup(popup_edb7130d05d78acd1bad32ffdc889a7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4448d65cacbb4f8fe2b2ee4abbc56278.setIcon(icon_0093f66d7082c29a64796760ac46e665);
|
|
|
|
|
|
var marker_26ac11e775dba30b94e2ff2d691f11ec = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_7b94e54cfa21f204c3bf9c5bce0707a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a4a48f900047b987187f595162027c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c552d0b02173d94b680b68bf4649e227 = $(`<div id="html_c552d0b02173d94b680b68bf4649e227" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_6a4a48f900047b987187f595162027c7.setContent(html_c552d0b02173d94b680b68bf4649e227);
|
|
|
|
|
|
|
|
marker_26ac11e775dba30b94e2ff2d691f11ec.bindPopup(popup_6a4a48f900047b987187f595162027c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26ac11e775dba30b94e2ff2d691f11ec.setIcon(icon_7b94e54cfa21f204c3bf9c5bce0707a7);
|
|
|
|
|
|
var marker_2bb0bba2d212da613f96b634ea5eaff5 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_cf26f12bfe55329bc9668e2859900d92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fc1b97cb1adc5311579a6c3f045851e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce6ca333f47a959b5ffb1daa299cf44a = $(`<div id="html_ce6ca333f47a959b5ffb1daa299cf44a" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_6fc1b97cb1adc5311579a6c3f045851e.setContent(html_ce6ca333f47a959b5ffb1daa299cf44a);
|
|
|
|
|
|
|
|
marker_2bb0bba2d212da613f96b634ea5eaff5.bindPopup(popup_6fc1b97cb1adc5311579a6c3f045851e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bb0bba2d212da613f96b634ea5eaff5.setIcon(icon_cf26f12bfe55329bc9668e2859900d92);
|
|
|
|
|
|
var marker_13ddfbae94c452c555d4e8bfb2464632 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_daab643c0b9f26c8eff2e7c2546719a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ef36b19c9b73e7e2f6112204a61b161 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04d67809adaf29273011bfce976fdb1d = $(`<div id="html_04d67809adaf29273011bfce976fdb1d" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_7ef36b19c9b73e7e2f6112204a61b161.setContent(html_04d67809adaf29273011bfce976fdb1d);
|
|
|
|
|
|
|
|
marker_13ddfbae94c452c555d4e8bfb2464632.bindPopup(popup_7ef36b19c9b73e7e2f6112204a61b161)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13ddfbae94c452c555d4e8bfb2464632.setIcon(icon_daab643c0b9f26c8eff2e7c2546719a3);
|
|
|
|
|
|
var marker_0d435d35212ab920ed4e54e3513be9dd = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_644a860ae8c3c210dd0f40f13c25e603 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc8c2e38c76da156dd12160a9d626a3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c12d2ff2ddd1d792fa206ea831a56cd3 = $(`<div id="html_c12d2ff2ddd1d792fa206ea831a56cd3" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_cc8c2e38c76da156dd12160a9d626a3a.setContent(html_c12d2ff2ddd1d792fa206ea831a56cd3);
|
|
|
|
|
|
|
|
marker_0d435d35212ab920ed4e54e3513be9dd.bindPopup(popup_cc8c2e38c76da156dd12160a9d626a3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d435d35212ab920ed4e54e3513be9dd.setIcon(icon_644a860ae8c3c210dd0f40f13c25e603);
|
|
|
|
|
|
var marker_4be0b43fa34f28aee91046ccc8211ae7 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_262746dedb915d08b2048063b55d9bd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df57dc18f050cec2e4f0e4d7a220349f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdd5d3de468438f83576b01f91ae6ec9 = $(`<div id="html_cdd5d3de468438f83576b01f91ae6ec9" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_df57dc18f050cec2e4f0e4d7a220349f.setContent(html_cdd5d3de468438f83576b01f91ae6ec9);
|
|
|
|
|
|
|
|
marker_4be0b43fa34f28aee91046ccc8211ae7.bindPopup(popup_df57dc18f050cec2e4f0e4d7a220349f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4be0b43fa34f28aee91046ccc8211ae7.setIcon(icon_262746dedb915d08b2048063b55d9bd9);
|
|
|
|
|
|
var marker_ee98bf771f926169cf878097da2cbc0e = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_26a3ef75863b92a475ac52ad58b40720 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_625da8e685a803d833559212d6bf7d2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e350efd9295f4ffa5401188a83ad308 = $(`<div id="html_1e350efd9295f4ffa5401188a83ad308" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_625da8e685a803d833559212d6bf7d2a.setContent(html_1e350efd9295f4ffa5401188a83ad308);
|
|
|
|
|
|
|
|
marker_ee98bf771f926169cf878097da2cbc0e.bindPopup(popup_625da8e685a803d833559212d6bf7d2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee98bf771f926169cf878097da2cbc0e.setIcon(icon_26a3ef75863b92a475ac52ad58b40720);
|
|
|
|
|
|
var marker_093e2e5e76d022f1ed8b307fb8e8c94d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_29b21e70f332506fe4caa9131c221ce1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ba992c11ded4a77a4b5c0f0d216f43f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e694e1ef8c3bff0ec3f6afc25728770b = $(`<div id="html_e694e1ef8c3bff0ec3f6afc25728770b" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_3ba992c11ded4a77a4b5c0f0d216f43f.setContent(html_e694e1ef8c3bff0ec3f6afc25728770b);
|
|
|
|
|
|
|
|
marker_093e2e5e76d022f1ed8b307fb8e8c94d.bindPopup(popup_3ba992c11ded4a77a4b5c0f0d216f43f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_093e2e5e76d022f1ed8b307fb8e8c94d.setIcon(icon_29b21e70f332506fe4caa9131c221ce1);
|
|
|
|
|
|
var marker_6f9e05a9f0e382875d13c2b270bd8c06 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_76ccab3a220b6cb6ff9379facaf786ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31f44cc7ff6e69284afbaf37586e9bcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48031b06bb61608807ee1c566cd9b4d3 = $(`<div id="html_48031b06bb61608807ee1c566cd9b4d3" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_31f44cc7ff6e69284afbaf37586e9bcd.setContent(html_48031b06bb61608807ee1c566cd9b4d3);
|
|
|
|
|
|
|
|
marker_6f9e05a9f0e382875d13c2b270bd8c06.bindPopup(popup_31f44cc7ff6e69284afbaf37586e9bcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f9e05a9f0e382875d13c2b270bd8c06.setIcon(icon_76ccab3a220b6cb6ff9379facaf786ae);
|
|
|
|
|
|
var marker_f1c80d196ad62ac1432d8723e0038723 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_49abaa9c010da0b26f7d1ed59d58697a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_438c9a16bec1daeb5d7c1af729083219 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43f22a97c92ca3ab6f3d19bf90706ab1 = $(`<div id="html_43f22a97c92ca3ab6f3d19bf90706ab1" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_438c9a16bec1daeb5d7c1af729083219.setContent(html_43f22a97c92ca3ab6f3d19bf90706ab1);
|
|
|
|
|
|
|
|
marker_f1c80d196ad62ac1432d8723e0038723.bindPopup(popup_438c9a16bec1daeb5d7c1af729083219)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1c80d196ad62ac1432d8723e0038723.setIcon(icon_49abaa9c010da0b26f7d1ed59d58697a);
|
|
|
|
|
|
var marker_ffbced9fd13744308ec7ed2f5548ad80 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_a9a980dbfe9cadb919a73627fb26caae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_612e306af2a503b19aad2fc735770522 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_997704179752c305261d76c0e2aa051b = $(`<div id="html_997704179752c305261d76c0e2aa051b" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_612e306af2a503b19aad2fc735770522.setContent(html_997704179752c305261d76c0e2aa051b);
|
|
|
|
|
|
|
|
marker_ffbced9fd13744308ec7ed2f5548ad80.bindPopup(popup_612e306af2a503b19aad2fc735770522)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffbced9fd13744308ec7ed2f5548ad80.setIcon(icon_a9a980dbfe9cadb919a73627fb26caae);
|
|
|
|
|
|
var marker_c64bb62d19d080ade3284fea69ff640d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_c675f29e2bab6068b03f894d7c8b0f71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a0b289422a3df761818e453ee130582 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f2117e69ced881849ebf11a07456e78 = $(`<div id="html_1f2117e69ced881849ebf11a07456e78" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_1a0b289422a3df761818e453ee130582.setContent(html_1f2117e69ced881849ebf11a07456e78);
|
|
|
|
|
|
|
|
marker_c64bb62d19d080ade3284fea69ff640d.bindPopup(popup_1a0b289422a3df761818e453ee130582)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c64bb62d19d080ade3284fea69ff640d.setIcon(icon_c675f29e2bab6068b03f894d7c8b0f71);
|
|
|
|
|
|
var marker_35c80269ab40a5b44c2b1b820d39683b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_2cccd2673ef179030bb256e9cf93db7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8068f758be8527f0921529cbaccfbf0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20d0d48af6d08c6dbd494a2effaf6826 = $(`<div id="html_20d0d48af6d08c6dbd494a2effaf6826" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_b8068f758be8527f0921529cbaccfbf0.setContent(html_20d0d48af6d08c6dbd494a2effaf6826);
|
|
|
|
|
|
|
|
marker_35c80269ab40a5b44c2b1b820d39683b.bindPopup(popup_b8068f758be8527f0921529cbaccfbf0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35c80269ab40a5b44c2b1b820d39683b.setIcon(icon_2cccd2673ef179030bb256e9cf93db7c);
|
|
|
|
|
|
var marker_2b389106985657b4427619f76e9196ff = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_1b1afcc29c04800534d32cf767023195 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbf49e5927325be065785a0554bfdb78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77f3e510daca7c8dabf60b8d9de916cb = $(`<div id="html_77f3e510daca7c8dabf60b8d9de916cb" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_fbf49e5927325be065785a0554bfdb78.setContent(html_77f3e510daca7c8dabf60b8d9de916cb);
|
|
|
|
|
|
|
|
marker_2b389106985657b4427619f76e9196ff.bindPopup(popup_fbf49e5927325be065785a0554bfdb78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b389106985657b4427619f76e9196ff.setIcon(icon_1b1afcc29c04800534d32cf767023195);
|
|
|
|
|
|
var marker_8fb2944f7c8fdb7d9529cf04fcf3a695 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_372a66486f5c004ef48882f0a3107b73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fae0691689d503c085ba742cb90b47c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3ab3f0583a4a7b109e44850499a1c58 = $(`<div id="html_a3ab3f0583a4a7b109e44850499a1c58" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_2fae0691689d503c085ba742cb90b47c.setContent(html_a3ab3f0583a4a7b109e44850499a1c58);
|
|
|
|
|
|
|
|
marker_8fb2944f7c8fdb7d9529cf04fcf3a695.bindPopup(popup_2fae0691689d503c085ba742cb90b47c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fb2944f7c8fdb7d9529cf04fcf3a695.setIcon(icon_372a66486f5c004ef48882f0a3107b73);
|
|
|
|
|
|
var marker_b03b6361a0688f78c9d8c43638537edf = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_436518080668feeb0ccf2c384c3379fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fede787d3d67529670d48a5a63594e84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_434d3a5790bed6b491adab63a46e0427 = $(`<div id="html_434d3a5790bed6b491adab63a46e0427" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_fede787d3d67529670d48a5a63594e84.setContent(html_434d3a5790bed6b491adab63a46e0427);
|
|
|
|
|
|
|
|
marker_b03b6361a0688f78c9d8c43638537edf.bindPopup(popup_fede787d3d67529670d48a5a63594e84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b03b6361a0688f78c9d8c43638537edf.setIcon(icon_436518080668feeb0ccf2c384c3379fa);
|
|
|
|
|
|
var marker_a2146114b8b7f972ca877f5c64a87660 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_35a0da95334b58edc9a022365e2bbf23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b947f954771ea5cddb292537c8b765c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8391e052e7d3ba61da5a5c64eb55c2ea = $(`<div id="html_8391e052e7d3ba61da5a5c64eb55c2ea" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_b947f954771ea5cddb292537c8b765c1.setContent(html_8391e052e7d3ba61da5a5c64eb55c2ea);
|
|
|
|
|
|
|
|
marker_a2146114b8b7f972ca877f5c64a87660.bindPopup(popup_b947f954771ea5cddb292537c8b765c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2146114b8b7f972ca877f5c64a87660.setIcon(icon_35a0da95334b58edc9a022365e2bbf23);
|
|
|
|
|
|
var marker_3145e459dbab1f57cd435bc65e631806 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_cdcdccbffa89d9a1f62b98bf3ff60bc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25b116bd15eb584a0c755e11463bfa57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a597960df003e27fdc5bca19c02a2ad = $(`<div id="html_8a597960df003e27fdc5bca19c02a2ad" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_25b116bd15eb584a0c755e11463bfa57.setContent(html_8a597960df003e27fdc5bca19c02a2ad);
|
|
|
|
|
|
|
|
marker_3145e459dbab1f57cd435bc65e631806.bindPopup(popup_25b116bd15eb584a0c755e11463bfa57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3145e459dbab1f57cd435bc65e631806.setIcon(icon_cdcdccbffa89d9a1f62b98bf3ff60bc8);
|
|
|
|
|
|
var marker_ccebe5d4fac874ea44ea20befc79ea3c = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_06f36fc4b48f9b456c1114a2e9214e56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57f66a27b65629b86c2507f1d726edc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1cf4aa350d95e2ffb4bd457671e5c34 = $(`<div id="html_d1cf4aa350d95e2ffb4bd457671e5c34" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_57f66a27b65629b86c2507f1d726edc1.setContent(html_d1cf4aa350d95e2ffb4bd457671e5c34);
|
|
|
|
|
|
|
|
marker_ccebe5d4fac874ea44ea20befc79ea3c.bindPopup(popup_57f66a27b65629b86c2507f1d726edc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccebe5d4fac874ea44ea20befc79ea3c.setIcon(icon_06f36fc4b48f9b456c1114a2e9214e56);
|
|
|
|
|
|
var marker_1822709b705f464a53f3db09267291ec = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_24346df6b373439019952e466a83d027 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea617a444d5465f43b00efbf3a96ed1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_018c2d6f03c179682e345a09d6f30b3c = $(`<div id="html_018c2d6f03c179682e345a09d6f30b3c" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_ea617a444d5465f43b00efbf3a96ed1e.setContent(html_018c2d6f03c179682e345a09d6f30b3c);
|
|
|
|
|
|
|
|
marker_1822709b705f464a53f3db09267291ec.bindPopup(popup_ea617a444d5465f43b00efbf3a96ed1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1822709b705f464a53f3db09267291ec.setIcon(icon_24346df6b373439019952e466a83d027);
|
|
|
|
|
|
var marker_7e0411e0e1dd03e5658e37cfa0d8dc69 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_00241792bacb097462589c00b999ec64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2bb5a67592f4517cd5e092e86b705fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3afa36469dd8d181aca6050796c0caf = $(`<div id="html_f3afa36469dd8d181aca6050796c0caf" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_a2bb5a67592f4517cd5e092e86b705fb.setContent(html_f3afa36469dd8d181aca6050796c0caf);
|
|
|
|
|
|
|
|
marker_7e0411e0e1dd03e5658e37cfa0d8dc69.bindPopup(popup_a2bb5a67592f4517cd5e092e86b705fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e0411e0e1dd03e5658e37cfa0d8dc69.setIcon(icon_00241792bacb097462589c00b999ec64);
|
|
|
|
|
|
var marker_7d8805b34c81eef1cad2c0dbcab0ca0c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_455cbf0ef519a8178964af2d36f0d434 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52c3a926e14e6ee54128d8794e412437 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_722f2193464d4d9039465b945ec82cbc = $(`<div id="html_722f2193464d4d9039465b945ec82cbc" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_52c3a926e14e6ee54128d8794e412437.setContent(html_722f2193464d4d9039465b945ec82cbc);
|
|
|
|
|
|
|
|
marker_7d8805b34c81eef1cad2c0dbcab0ca0c.bindPopup(popup_52c3a926e14e6ee54128d8794e412437)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d8805b34c81eef1cad2c0dbcab0ca0c.setIcon(icon_455cbf0ef519a8178964af2d36f0d434);
|
|
|
|
|
|
var marker_d54a448f09b6acb08b562fffac0d26db = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_0d8612e42ee33dc5021bfe78b2034c26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff8bf544b98271a227f51b770aaf5e52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f544de0a8e4f28b94b6a7ab7575311c = $(`<div id="html_3f544de0a8e4f28b94b6a7ab7575311c" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_ff8bf544b98271a227f51b770aaf5e52.setContent(html_3f544de0a8e4f28b94b6a7ab7575311c);
|
|
|
|
|
|
|
|
marker_d54a448f09b6acb08b562fffac0d26db.bindPopup(popup_ff8bf544b98271a227f51b770aaf5e52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d54a448f09b6acb08b562fffac0d26db.setIcon(icon_0d8612e42ee33dc5021bfe78b2034c26);
|
|
|
|
|
|
var marker_08bb94bc4a65df912ef8b29eaf7b5b0f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_a640443f01e13f93bc5f020b00436f21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f40fa4e5c8e966f2c9982a6cc925627 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33d39934ed1c15d5c5e666fc3bd306d6 = $(`<div id="html_33d39934ed1c15d5c5e666fc3bd306d6" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_0f40fa4e5c8e966f2c9982a6cc925627.setContent(html_33d39934ed1c15d5c5e666fc3bd306d6);
|
|
|
|
|
|
|
|
marker_08bb94bc4a65df912ef8b29eaf7b5b0f.bindPopup(popup_0f40fa4e5c8e966f2c9982a6cc925627)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08bb94bc4a65df912ef8b29eaf7b5b0f.setIcon(icon_a640443f01e13f93bc5f020b00436f21);
|
|
|
|
|
|
var marker_85e39128da386e8ac2af699dda04247e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_b5a685bf5bc76b77fa4cbac64b22faf5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b199090f8cf8136c0ed6f5c8a2e00964 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a102748de6c0aa2662a83a61fed3f299 = $(`<div id="html_a102748de6c0aa2662a83a61fed3f299" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_b199090f8cf8136c0ed6f5c8a2e00964.setContent(html_a102748de6c0aa2662a83a61fed3f299);
|
|
|
|
|
|
|
|
marker_85e39128da386e8ac2af699dda04247e.bindPopup(popup_b199090f8cf8136c0ed6f5c8a2e00964)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85e39128da386e8ac2af699dda04247e.setIcon(icon_b5a685bf5bc76b77fa4cbac64b22faf5);
|
|
|
|
|
|
var marker_8a7ca9c2072b897bea1271775758eca4 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_424338aee6dff39f2894f7f7898cc39a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29baf99ed0d9246ba9c94ac8817859ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_880e05ddbcc616d92574f3ab80d73e29 = $(`<div id="html_880e05ddbcc616d92574f3ab80d73e29" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_29baf99ed0d9246ba9c94ac8817859ca.setContent(html_880e05ddbcc616d92574f3ab80d73e29);
|
|
|
|
|
|
|
|
marker_8a7ca9c2072b897bea1271775758eca4.bindPopup(popup_29baf99ed0d9246ba9c94ac8817859ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a7ca9c2072b897bea1271775758eca4.setIcon(icon_424338aee6dff39f2894f7f7898cc39a);
|
|
|
|
|
|
var marker_d29208aac72be293b0ea4d26e4e729e2 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_7e3548c0360ba941e4887d158aac8293 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12007901a8e4f65467c607ec6efeb722 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cff2deb5247b329b4f0c71b09b37dc4b = $(`<div id="html_cff2deb5247b329b4f0c71b09b37dc4b" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_12007901a8e4f65467c607ec6efeb722.setContent(html_cff2deb5247b329b4f0c71b09b37dc4b);
|
|
|
|
|
|
|
|
marker_d29208aac72be293b0ea4d26e4e729e2.bindPopup(popup_12007901a8e4f65467c607ec6efeb722)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d29208aac72be293b0ea4d26e4e729e2.setIcon(icon_7e3548c0360ba941e4887d158aac8293);
|
|
|
|
|
|
var marker_13b296ae9a668950f7df16d6190d3559 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_86e8d3eff955cd18ce2e93a0c6b98dea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fb794dc355a3ecce02050bee7455a5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0029ad915721dda70e0132dd3a8f167e = $(`<div id="html_0029ad915721dda70e0132dd3a8f167e" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_6fb794dc355a3ecce02050bee7455a5a.setContent(html_0029ad915721dda70e0132dd3a8f167e);
|
|
|
|
|
|
|
|
marker_13b296ae9a668950f7df16d6190d3559.bindPopup(popup_6fb794dc355a3ecce02050bee7455a5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13b296ae9a668950f7df16d6190d3559.setIcon(icon_86e8d3eff955cd18ce2e93a0c6b98dea);
|
|
|
|
|
|
var marker_c24070cde15c8cbfc0eb9a05167ee7ab = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_441fc46002b2504bd747de1053aff9ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30dfbb4c746dab00b2fd613779c11607 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c3ec0a6a11c0a9788f411366db46630 = $(`<div id="html_5c3ec0a6a11c0a9788f411366db46630" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_30dfbb4c746dab00b2fd613779c11607.setContent(html_5c3ec0a6a11c0a9788f411366db46630);
|
|
|
|
|
|
|
|
marker_c24070cde15c8cbfc0eb9a05167ee7ab.bindPopup(popup_30dfbb4c746dab00b2fd613779c11607)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c24070cde15c8cbfc0eb9a05167ee7ab.setIcon(icon_441fc46002b2504bd747de1053aff9ce);
|
|
|
|
|
|
var marker_395710f8df18f04f721b404fee5e42c2 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_6f0c0c6d8e5f45edfb31162a0bb3df22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b8139036cd70736d5460fc2a3abe4c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0633202d7d8b4a2163becd30277f56df = $(`<div id="html_0633202d7d8b4a2163becd30277f56df" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_0b8139036cd70736d5460fc2a3abe4c2.setContent(html_0633202d7d8b4a2163becd30277f56df);
|
|
|
|
|
|
|
|
marker_395710f8df18f04f721b404fee5e42c2.bindPopup(popup_0b8139036cd70736d5460fc2a3abe4c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_395710f8df18f04f721b404fee5e42c2.setIcon(icon_6f0c0c6d8e5f45edfb31162a0bb3df22);
|
|
|
|
|
|
var marker_38f51fdd30d1b6a214e38cd36cd13121 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_15ce8a1ee9961f8172635fb65a478ef4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_442c04f4889ca40ad9a5ee5ea5c69102 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_223db065391f8eeb894f5e71f7163fc2 = $(`<div id="html_223db065391f8eeb894f5e71f7163fc2" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_442c04f4889ca40ad9a5ee5ea5c69102.setContent(html_223db065391f8eeb894f5e71f7163fc2);
|
|
|
|
|
|
|
|
marker_38f51fdd30d1b6a214e38cd36cd13121.bindPopup(popup_442c04f4889ca40ad9a5ee5ea5c69102)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38f51fdd30d1b6a214e38cd36cd13121.setIcon(icon_15ce8a1ee9961f8172635fb65a478ef4);
|
|
|
|
|
|
var marker_859852a7f49059e599ead131912177de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_e4fc6e6e2373aabbecd65e14b6a05dec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50eb9d61d83974bd997256cd37636101 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec8b76f2a9618816b079d4e264a55220 = $(`<div id="html_ec8b76f2a9618816b079d4e264a55220" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_50eb9d61d83974bd997256cd37636101.setContent(html_ec8b76f2a9618816b079d4e264a55220);
|
|
|
|
|
|
|
|
marker_859852a7f49059e599ead131912177de.bindPopup(popup_50eb9d61d83974bd997256cd37636101)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_859852a7f49059e599ead131912177de.setIcon(icon_e4fc6e6e2373aabbecd65e14b6a05dec);
|
|
|
|
|
|
var marker_7791f0cb511dd33edd565b9655569993 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_f0eb89826427aaaa62ccd7abdc4fe542 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6402faff9c947067776380d9d8f5dc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19b1bb6fc58303a1253907d85ffa53f4 = $(`<div id="html_19b1bb6fc58303a1253907d85ffa53f4" style="width: 100.0%; height: 100.0%;">armada.sharegap.net</div>`)[0];
|
|
popup_d6402faff9c947067776380d9d8f5dc3.setContent(html_19b1bb6fc58303a1253907d85ffa53f4);
|
|
|
|
|
|
|
|
marker_7791f0cb511dd33edd565b9655569993.bindPopup(popup_d6402faff9c947067776380d9d8f5dc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7791f0cb511dd33edd565b9655569993.setIcon(icon_f0eb89826427aaaa62ccd7abdc4fe542);
|
|
|
|
|
|
var marker_91010328d774dca2f3a17afdeeb5443a = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_d8a93ced27cba855f431a8b718f499c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4142b599605c1bb2b14cb7f02b6d5779 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04e6af622839a13bf86f7f51c2035140 = $(`<div id="html_04e6af622839a13bf86f7f51c2035140" style="width: 100.0%; height: 100.0%;">librepress.libretechsystems.xyz</div>`)[0];
|
|
popup_4142b599605c1bb2b14cb7f02b6d5779.setContent(html_04e6af622839a13bf86f7f51c2035140);
|
|
|
|
|
|
|
|
marker_91010328d774dca2f3a17afdeeb5443a.bindPopup(popup_4142b599605c1bb2b14cb7f02b6d5779)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91010328d774dca2f3a17afdeeb5443a.setIcon(icon_d8a93ced27cba855f431a8b718f499c3);
|
|
|
|
|
|
var marker_21d8a50dd9c97d3ccb57570bd398ea86 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_85e45985c1de5a3a24df53daba3462cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5e9b0f27fd37c8c7329272688c8586c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e0b92607ccf7225164484bc1e9da2ea = $(`<div id="html_5e0b92607ccf7225164484bc1e9da2ea" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_e5e9b0f27fd37c8c7329272688c8586c.setContent(html_5e0b92607ccf7225164484bc1e9da2ea);
|
|
|
|
|
|
|
|
marker_21d8a50dd9c97d3ccb57570bd398ea86.bindPopup(popup_e5e9b0f27fd37c8c7329272688c8586c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21d8a50dd9c97d3ccb57570bd398ea86.setIcon(icon_85e45985c1de5a3a24df53daba3462cf);
|
|
|
|
|
|
var marker_15efbb806bcdc653663f07e47d397833 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_ab142d713caa0378d7bf5e2824debfe8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edd4e953f0885bb5a76e03b3c1e13d80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd5a6812188273d9364114e321bbb83f = $(`<div id="html_cd5a6812188273d9364114e321bbb83f" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_edd4e953f0885bb5a76e03b3c1e13d80.setContent(html_cd5a6812188273d9364114e321bbb83f);
|
|
|
|
|
|
|
|
marker_15efbb806bcdc653663f07e47d397833.bindPopup(popup_edd4e953f0885bb5a76e03b3c1e13d80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15efbb806bcdc653663f07e47d397833.setIcon(icon_ab142d713caa0378d7bf5e2824debfe8);
|
|
|
|
|
|
var marker_8a884d910a9a67cae7e6e263de4b0bfa = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_83bdf076ba87afb9416e3938e2f1b9ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03b663ac85628c3b81ea04d7f5785db8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0269c46189fd528d3f92c4b9ee2acc1f = $(`<div id="html_0269c46189fd528d3f92c4b9ee2acc1f" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_03b663ac85628c3b81ea04d7f5785db8.setContent(html_0269c46189fd528d3f92c4b9ee2acc1f);
|
|
|
|
|
|
|
|
marker_8a884d910a9a67cae7e6e263de4b0bfa.bindPopup(popup_03b663ac85628c3b81ea04d7f5785db8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a884d910a9a67cae7e6e263de4b0bfa.setIcon(icon_83bdf076ba87afb9416e3938e2f1b9ed);
|
|
|
|
|
|
var marker_2b530ace90755adf0e6bb2af8b10735d = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_e076d6ff2848a6c830299800a0c43b6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e4212be28f85fed5fc51ba12831fd83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9eb465613a72f02cbaa76a3aca34d4e = $(`<div id="html_e9eb465613a72f02cbaa76a3aca34d4e" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_4e4212be28f85fed5fc51ba12831fd83.setContent(html_e9eb465613a72f02cbaa76a3aca34d4e);
|
|
|
|
|
|
|
|
marker_2b530ace90755adf0e6bb2af8b10735d.bindPopup(popup_4e4212be28f85fed5fc51ba12831fd83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b530ace90755adf0e6bb2af8b10735d.setIcon(icon_e076d6ff2848a6c830299800a0c43b6e);
|
|
|
|
|
|
var marker_f4962e60df8136ef1755b89835ee0cb1 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_9b55b1210d96babc56d316224b9c2852 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4c1b92194daca301155d960089b9271 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a501a6dd160db7b9df6dbafdd5ea4b5 = $(`<div id="html_2a501a6dd160db7b9df6dbafdd5ea4b5" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_b4c1b92194daca301155d960089b9271.setContent(html_2a501a6dd160db7b9df6dbafdd5ea4b5);
|
|
|
|
|
|
|
|
marker_f4962e60df8136ef1755b89835ee0cb1.bindPopup(popup_b4c1b92194daca301155d960089b9271)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4962e60df8136ef1755b89835ee0cb1.setIcon(icon_9b55b1210d96babc56d316224b9c2852);
|
|
|
|
|
|
var marker_dacd93b8f98c03afa4b89ff5329224bd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_1667badae2a195cb826a53f0ffe657eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5ef6e142a931c8dc6529b6c5b3b4c72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db2cddc0423db50aae8c5088e4cf618b = $(`<div id="html_db2cddc0423db50aae8c5088e4cf618b" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_d5ef6e142a931c8dc6529b6c5b3b4c72.setContent(html_db2cddc0423db50aae8c5088e4cf618b);
|
|
|
|
|
|
|
|
marker_dacd93b8f98c03afa4b89ff5329224bd.bindPopup(popup_d5ef6e142a931c8dc6529b6c5b3b4c72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dacd93b8f98c03afa4b89ff5329224bd.setIcon(icon_1667badae2a195cb826a53f0ffe657eb);
|
|
|
|
|
|
var marker_431bb459f2b9de65e2da09e3ce9126dd = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_5a64d922f857bad2906488b6f271818e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cd994bb171cfbaa05f2d17eadc13b2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e753c165173afd46a6ccc75464c8bae5 = $(`<div id="html_e753c165173afd46a6ccc75464c8bae5" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_0cd994bb171cfbaa05f2d17eadc13b2e.setContent(html_e753c165173afd46a6ccc75464c8bae5);
|
|
|
|
|
|
|
|
marker_431bb459f2b9de65e2da09e3ce9126dd.bindPopup(popup_0cd994bb171cfbaa05f2d17eadc13b2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_431bb459f2b9de65e2da09e3ce9126dd.setIcon(icon_5a64d922f857bad2906488b6f271818e);
|
|
|
|
|
|
var marker_57e5318c925913d97e6722dc94d401cb = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_415f300926791ca77ef765c2d0abaf86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a568f1945eecc2b528b72ba5351906f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cabec4e9317d909c7248ba932ea19a1f = $(`<div id="html_cabec4e9317d909c7248ba932ea19a1f" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_4a568f1945eecc2b528b72ba5351906f.setContent(html_cabec4e9317d909c7248ba932ea19a1f);
|
|
|
|
|
|
|
|
marker_57e5318c925913d97e6722dc94d401cb.bindPopup(popup_4a568f1945eecc2b528b72ba5351906f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57e5318c925913d97e6722dc94d401cb.setIcon(icon_415f300926791ca77ef765c2d0abaf86);
|
|
|
|
|
|
var marker_6492364c117f64e7afcc99bb66368abb = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_a30d2378b64145cd45c4f8a4e31cfbe2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_431d4ceeb66dc4a0016c48fdbe3eb795 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6c6cae160e7e24ea7364aea83da91f9 = $(`<div id="html_c6c6cae160e7e24ea7364aea83da91f9" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_431d4ceeb66dc4a0016c48fdbe3eb795.setContent(html_c6c6cae160e7e24ea7364aea83da91f9);
|
|
|
|
|
|
|
|
marker_6492364c117f64e7afcc99bb66368abb.bindPopup(popup_431d4ceeb66dc4a0016c48fdbe3eb795)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6492364c117f64e7afcc99bb66368abb.setIcon(icon_a30d2378b64145cd45c4f8a4e31cfbe2);
|
|
|
|
|
|
var marker_4415aa6e90415cdaee30afb1daf06de3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_162cbf45d41a67b1e2babff4ac811832 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14aa069522ea9840d4e647837bd5a50e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_879e9d802898e9e82e9baa066aed7a14 = $(`<div id="html_879e9d802898e9e82e9baa066aed7a14" style="width: 100.0%; height: 100.0%;">relay.astrolabe.finance</div>`)[0];
|
|
popup_14aa069522ea9840d4e647837bd5a50e.setContent(html_879e9d802898e9e82e9baa066aed7a14);
|
|
|
|
|
|
|
|
marker_4415aa6e90415cdaee30afb1daf06de3.bindPopup(popup_14aa069522ea9840d4e647837bd5a50e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4415aa6e90415cdaee30afb1daf06de3.setIcon(icon_162cbf45d41a67b1e2babff4ac811832);
|
|
|
|
|
|
var marker_fb7aac7b4d7e9e2a76b742657d5aa38e = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_176f6d09ac552c1fdde27bda579c17c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80358d358b43f82dbe227b9d9c9611d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b8b289c9f9327ff28ff8f366285d559 = $(`<div id="html_2b8b289c9f9327ff28ff8f366285d559" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_80358d358b43f82dbe227b9d9c9611d3.setContent(html_2b8b289c9f9327ff28ff8f366285d559);
|
|
|
|
|
|
|
|
marker_fb7aac7b4d7e9e2a76b742657d5aa38e.bindPopup(popup_80358d358b43f82dbe227b9d9c9611d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb7aac7b4d7e9e2a76b742657d5aa38e.setIcon(icon_176f6d09ac552c1fdde27bda579c17c1);
|
|
|
|
|
|
var marker_fb8262fd36a4c4f7abe9a33b72979679 = L.marker(
|
|
[43.7064, -79.3986],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_9695f3c0f59d76e46b2d1ce5ae1ab7cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb848eb78c1979660caea9a03bf52da1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b5dc6a48764d48f157b3a05403953d8 = $(`<div id="html_0b5dc6a48764d48f157b3a05403953d8" style="width: 100.0%; height: 100.0%;">wot.makenomistakes.ca</div>`)[0];
|
|
popup_bb848eb78c1979660caea9a03bf52da1.setContent(html_0b5dc6a48764d48f157b3a05403953d8);
|
|
|
|
|
|
|
|
marker_fb8262fd36a4c4f7abe9a33b72979679.bindPopup(popup_bb848eb78c1979660caea9a03bf52da1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb8262fd36a4c4f7abe9a33b72979679.setIcon(icon_9695f3c0f59d76e46b2d1ce5ae1ab7cd);
|
|
|
|
|
|
var marker_0ea99998b6be0e7119e737262040ed3f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_9b4089f4bd86d0a631286220c8897e07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d43bb0a4bab5201f100f29ff0f51265 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db121210f5949e53399e2d5d9b5b4bb9 = $(`<div id="html_db121210f5949e53399e2d5d9b5b4bb9" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_8d43bb0a4bab5201f100f29ff0f51265.setContent(html_db121210f5949e53399e2d5d9b5b4bb9);
|
|
|
|
|
|
|
|
marker_0ea99998b6be0e7119e737262040ed3f.bindPopup(popup_8d43bb0a4bab5201f100f29ff0f51265)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ea99998b6be0e7119e737262040ed3f.setIcon(icon_9b4089f4bd86d0a631286220c8897e07);
|
|
|
|
|
|
var marker_51db1efb38b430df80931b27d270415e = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_abaa9391bcd71366f7fc38f001215e80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b955c8c31066521f0bf97148056b8b6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5161912b09bea733ecc95feb463dbfb8 = $(`<div id="html_5161912b09bea733ecc95feb463dbfb8" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_b955c8c31066521f0bf97148056b8b6d.setContent(html_5161912b09bea733ecc95feb463dbfb8);
|
|
|
|
|
|
|
|
marker_51db1efb38b430df80931b27d270415e.bindPopup(popup_b955c8c31066521f0bf97148056b8b6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51db1efb38b430df80931b27d270415e.setIcon(icon_abaa9391bcd71366f7fc38f001215e80);
|
|
|
|
|
|
var marker_564733346f473368e4300951df4b1438 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_e5f8954c92d426ecac16602e7ddf24c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc7d5914ac7e0417f5ffab52339ddb53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd53997b5003d464a9622347c8943482 = $(`<div id="html_cd53997b5003d464a9622347c8943482" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_fc7d5914ac7e0417f5ffab52339ddb53.setContent(html_cd53997b5003d464a9622347c8943482);
|
|
|
|
|
|
|
|
marker_564733346f473368e4300951df4b1438.bindPopup(popup_fc7d5914ac7e0417f5ffab52339ddb53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_564733346f473368e4300951df4b1438.setIcon(icon_e5f8954c92d426ecac16602e7ddf24c9);
|
|
|
|
|
|
var marker_f39578284d5f0c4aadececfeae08485d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_5fb27956d7db01ba543e0ca18468f280 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a61601e669722a2bf3d5aa39e04b029 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c1350db77f03f4b9d9e92f092bd0896 = $(`<div id="html_7c1350db77f03f4b9d9e92f092bd0896" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_2a61601e669722a2bf3d5aa39e04b029.setContent(html_7c1350db77f03f4b9d9e92f092bd0896);
|
|
|
|
|
|
|
|
marker_f39578284d5f0c4aadececfeae08485d.bindPopup(popup_2a61601e669722a2bf3d5aa39e04b029)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f39578284d5f0c4aadececfeae08485d.setIcon(icon_5fb27956d7db01ba543e0ca18468f280);
|
|
|
|
|
|
var marker_8d76474758731b71d5159a58254dabc0 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_f985bbde3c08295f139b776fcbacc982 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ef67467238fed1e9256280cbd8c6d7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62d0dd8601d78df50b05a0e163e1800b = $(`<div id="html_62d0dd8601d78df50b05a0e163e1800b" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_2ef67467238fed1e9256280cbd8c6d7e.setContent(html_62d0dd8601d78df50b05a0e163e1800b);
|
|
|
|
|
|
|
|
marker_8d76474758731b71d5159a58254dabc0.bindPopup(popup_2ef67467238fed1e9256280cbd8c6d7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d76474758731b71d5159a58254dabc0.setIcon(icon_f985bbde3c08295f139b776fcbacc982);
|
|
|
|
|
|
var marker_1fa01a5d9ef864facaaccb8eed48acbe = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_7836e7447a86848a9344730a7cb82a4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_812f969fea91dad9b73f4399b384b4fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_def90e6027a802f75672158e6ddba8dd = $(`<div id="html_def90e6027a802f75672158e6ddba8dd" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_812f969fea91dad9b73f4399b384b4fb.setContent(html_def90e6027a802f75672158e6ddba8dd);
|
|
|
|
|
|
|
|
marker_1fa01a5d9ef864facaaccb8eed48acbe.bindPopup(popup_812f969fea91dad9b73f4399b384b4fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fa01a5d9ef864facaaccb8eed48acbe.setIcon(icon_7836e7447a86848a9344730a7cb82a4c);
|
|
|
|
|
|
var marker_8b8ca73b75ccbc4418146dafbfe0576f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_5edf3b7790a01fb986e53b7d9d81cf09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c38fbe20f867d1975ad44a097220f9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49c8c94364bc7dee34c56f2ccf2a7d6e = $(`<div id="html_49c8c94364bc7dee34c56f2ccf2a7d6e" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_3c38fbe20f867d1975ad44a097220f9e.setContent(html_49c8c94364bc7dee34c56f2ccf2a7d6e);
|
|
|
|
|
|
|
|
marker_8b8ca73b75ccbc4418146dafbfe0576f.bindPopup(popup_3c38fbe20f867d1975ad44a097220f9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b8ca73b75ccbc4418146dafbfe0576f.setIcon(icon_5edf3b7790a01fb986e53b7d9d81cf09);
|
|
|
|
|
|
var marker_bd99c20e9d3af9af50ea192476483e9c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_05c2e1aeb3bf425905e5dfd086be647a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4de36f4ce7593a41a79b8732463be7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22baffc9878d691f165f1b7e3052e455 = $(`<div id="html_22baffc9878d691f165f1b7e3052e455" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_d4de36f4ce7593a41a79b8732463be7b.setContent(html_22baffc9878d691f165f1b7e3052e455);
|
|
|
|
|
|
|
|
marker_bd99c20e9d3af9af50ea192476483e9c.bindPopup(popup_d4de36f4ce7593a41a79b8732463be7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd99c20e9d3af9af50ea192476483e9c.setIcon(icon_05c2e1aeb3bf425905e5dfd086be647a);
|
|
|
|
|
|
var marker_6f9c1e6c402a9b06fece539578b5bab6 = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_aed6a5913c1c54940b20e1c826edb2e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ae14bee4104df764e963e2fcfa29f13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29aa52c075f46c810d472923aee80c90 = $(`<div id="html_29aa52c075f46c810d472923aee80c90" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_9ae14bee4104df764e963e2fcfa29f13.setContent(html_29aa52c075f46c810d472923aee80c90);
|
|
|
|
|
|
|
|
marker_6f9c1e6c402a9b06fece539578b5bab6.bindPopup(popup_9ae14bee4104df764e963e2fcfa29f13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f9c1e6c402a9b06fece539578b5bab6.setIcon(icon_aed6a5913c1c54940b20e1c826edb2e8);
|
|
|
|
|
|
var marker_65efeaf31cc0168c85906eada2502838 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b25d54d50cab124cbed34d4570d63ffc);
|
|
|
|
|
|
var icon_7df78b23c1fc7f1fec91d7a733ce39ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1562c858e452f7dc6e3fc69925c482e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56749dcd5d0b5d5cc9483d047152d37f = $(`<div id="html_56749dcd5d0b5d5cc9483d047152d37f" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_c1562c858e452f7dc6e3fc69925c482e.setContent(html_56749dcd5d0b5d5cc9483d047152d37f);
|
|
|
|
|
|
|
|
marker_65efeaf31cc0168c85906eada2502838.bindPopup(popup_c1562c858e452f7dc6e3fc69925c482e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65efeaf31cc0168c85906eada2502838.setIcon(icon_7df78b23c1fc7f1fec91d7a733ce39ae);
|
|
|
|
|
|
marker_cluster_b25d54d50cab124cbed34d4570d63ffc.addTo(map_4134efe3b2b3b01e92ca55b9c86d88dd);
|
|
|
|
</script>
|
|
</html> |